Skip to content

Commit cd47cd6

Browse files
Merge pull request #104 from ContextLab/revision-2
Nature Communications revision 2
2 parents ef4c784 + d046339 commit cd47cd6

37 files changed

Lines changed: 76296 additions & 1632 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ paper/**/*.synctex.gz
4444
paper/**/*.blg
4545
paper/**/*.bbl
4646
texput.log
47+
paper/.#compile.sh

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "paper/CDL-bibliography"]
2-
path = paper/CDL-bibliography
3-
url = https://github.com/ContextLab/CDL-bibliography.git

code/notebooks/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This folder contains notebooks to replicate analyses and figures from the
2-
[paper](../../paper/main.pdf). Notebooks are generally ordered according to when
1+
This folder contains notebooks to replicate analyses and figures from the
2+
[paper](../../paper/main.pdf) and [supplement](../../paper/supplement.pdf). Notebooks are generally ordered according to when
33
analyses are described or figures appear in the paper.
44

55
### `main/`
@@ -16,9 +16,10 @@ analyses are described or figures appear in the paper.
1616

1717
### `supp/`
1818
**code to reproduce tables and figures from the Supplementary Materials document**
19-
- `1_tables.ipynb` – code to generate Supplementary Tables 1, 2, and 3, and compute the correlation timeseries peaks shown in Supplementary Figures 3 & 4
19+
- `1_tables.ipynb` – code to generate Supplementary Tables 1–3 and compute the correlation timeseries peaks shown in Supplementary Figures 3 & 4
2020
- `2_topic-word-distributions-fig.ipynb` – code to generate Supplementary Figure 1
2121
- `3_topic-weight-fig.ipynb` – code to generate Supplementary Figure 2 and compute related stats
2222
- `4_lecture-question-correlation-peaks.ipynb` – code to generate Supplementary Figures 3 & 4
23-
- `5_model-comparison-BERT.ipynb` – code to generate Supplementary Figure 5
24-
- `6_individual-maps.ipynb` – code to generate Supplementary Figures 2–6
23+
- `5_model-comparison-word-overlap.ipynb` – code to generate Supplementary Figure 5
24+
- `6_model-comparison-BERT.ipynb` – code to generate Supplementary Figure 6
25+
- `7_individual-maps.ipynb` – code to generate Supplementary Figures 7–11

0 commit comments

Comments
 (0)