This repository is organized as a reproducible research compendium. Future updates to this compendium will include a Dockerfile and Binder Container
analysis/
|
├── logs/
│ └── log.md # learning log for DSF
|
├── figures/ # location of the figures produced for the manuscript
|
├── data/
│ └── RawData/ # data obtained from elsewhere
|
└── supplementary-materials/
├── Supplementary_Figures/
| # supplementary figures for the main manuscript
└── Supplementary_Tables/
# supplementary tables for the main manuscript
R/Python/etc. # scripts to run in the following order (also see associated README.md)
└── Script.R # hypothetical R script used to wrangle the raw data, produce figures, analyses, and supplementary materials
A template log.md
learners notebook for DSF can be found in analysis/logs.