This repository contains a standardized structure for research projects, designed to promote reproducibility and good scientific practices.
research-project/
├── experiments/ # Individual experiments
├── data/ # Project-wide data
├── src/ # Common source code
├── manuscripts/ # Papers and publications
├── docs/ # Documentation
└── references/ # Literature and references
- Clone this repository
- Create and activate the environment:
conda env create -f environment.yml conda activate research-env
- Follow the contribution guidelines in CONTRIBUTING.md
- Copy the
experiments/_templatefolder to create a new experiment - Update the experiment's README.md with specific details
- Register the experiment in
experiments/experiment_registry.md
cp -r experiments/_template experiments/experiment_001
- Python 3.8+
- Conda for environment management
- Git for version control
See LICENSE.md for terms of use and sharing.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.