A simple template for research project repos.
The template contains the following directories:
datafor raw & derived datasetslibsfor libraries for the projectnotebooksfor (timestamped) experiment notebooksworkflowfor workflow files and scripts.gitignorefor temporary and binary files to be ignored by git (LaTeX, Python, Jupyter, data files, etc.)
- Project management: We will use GitHub issues to track and assign tasks.
- Committing new code: Push to
mainbranch is disabled. To commit new code, please create a new branch, then create a new Pull Request. Merging tomainbranch requires at least one reviewer signs it off.