/project-template

A template for research repositories

Primary LanguageTeXMIT LicenseMIT

Project template

A simple template for research project repos. Also check out data science and reproducible science cookie cutters.

Installation

Run the following

./install.sh YOUR_PROJECT_REPO_FOLDER

This script creates

  1. a lib folder for a software library for the project.
  2. a data folder for datasets and scripts for downloading datasets.
  3. a exps folder for timestamped experiments.
  4. a paper folder for manuscripts.
  5. a workflow folder for workflow scripts.
  6. a .gitignore file that lists temporary and binary files to ignore (LaTeX, Python, Jupyter, data files, etc. )