Skip to content

Commit f7f01c9

Browse files
authored
Update README.md: Comment about reproducibility of plots + other minor changes
1 parent 0cf0200 commit f7f01c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@
2727
├── report <- **Immutable and add-only!**
2828
│ ├── proposal <- Proposal PDF
2929
│ ├── thesis <- Final Thesis PDF
30-
│ ├── talks <- PDFs (and optionally pptx etc) of Mid&Final-Talk
30+
│ ├── talks <- PDFs (and optionally pptx etc) of the Intro,
31+
| | Midterm & Final-Talk
3132
|
3233
├── _research <- WIP scripts, code, notes, comments,
3334
│ | to-dos and anything in an alpha state.
3435
35-
├── plots <- All exported plots go here, best in date folders
36+
├── plots <- All exported plots go here, best in date folders.
37+
| | Note that to ensure reproducibility it is required that all plots can be
38+
| | recreated using the plotting scripts in the scripts folder.
3639
|
3740
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.*
3841
@@ -58,4 +61,4 @@
5861
5962
```
6063

61-
*Instead of having a separate *notebooks* folder, you can also delete it and integrate your notebooks in the scripts folder. However, notebooks should always be marked by adding `nb_` in front of the file name.
64+
\*Instead of having a separate *notebooks* folder, you can also delete it and integrate your notebooks in the scripts folder. However, notebooks should always be marked by adding `nb_` in front of the file name.

0 commit comments

Comments
 (0)