Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 998 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 998 Bytes

Project template

A simple template for research project repos.

The template contains the following directories:

  1. data for raw & derived datasets
  2. libs for libraries for the project
  3. notebooks for (timestamped) experiment notebooks
  4. workflow for workflow files and scripts
  5. .gitignore for temporary and binary files to be ignored by git (LaTeX, Python, Jupyter, data files, etc.)

Logistics

  • Project management: We will use GitHub issues to track and assign tasks.
  • Committing new code: Push to main branch is disabled. To commit new code, please create a new branch, then create a new Pull Request. Merging to main branch requires at least one reviewer signs it off.