| Item | Description |
|---|---|
| 0_data/ | Raw and manipulated data |
| ├── external/ | Raw data from external sources |
| └── processed/ | Data that has been manipulated |
| 1_code/ | Code and scripts for analysis |
| ├── r/ | R scripts |
| ├── python/ | Python scripts |
| └── javascript/ | JavaScript scripts |
| 2_pipeline/ | Temporary pipeline files |
| 3_output/ | Final project output files |
| └── v0.1/ | Versioned output folder |
| ├── data/ | Processed datasets |
| ├── figures/ | Generated figures |
| ├── maps/ | Generated maps |
| ├── models/ | Model outputs |
| └── tables/ | Tables from analysis |
| 4_writing/ | Manuscript and reports |
| ├── manuscript/ | Drafts of the manuscript |
| └── reports/ | Reports and additional documents |
| docs/ | Repository documentation assets |
| └── images/ | Images referenced by the README |
| README.md | Project overview and instructions |
For any questions regarding the contents of this repository or data access, please contact Brendan Casey at brendan.casey@ualberta.ca.
