A reusable GitHub template for small, reproducible neuroimaging and electrophysiology projects.
The repository provides a lightweight structure for documenting data provenance, analysis methods, software versions, quality control, results, limitations, and citation information without committing raw research data.
Use Use this template on GitHub to create a new repository, then replace the project-specific placeholders before considering that repository complete.
Suitable examples include:
The template is deliberately software-agnostic. Projects may use tools such as FreeSurfer, FSL, SPM, CAT, MRtrix3, MNE-Python, EEGLAB, FieldTrip, Brainstorm, BRAPH, MATLAB, Python, R, or other appropriate software.
.
├── README.md
├── DATA_SOURCES.md
├── CITATION.cff
├── LICENSE
├── docs/
│ └── index.md
├── env/
│ └── TOOL_VERSIONS.md
├── reports/
│ └── report.md
└── results/
├── figures/
└── tables/
After creating a repository from this template:
DATA_SOURCES.md.env/TOOL_VERSIONS.md.CITATION.cff with the new repository title and URL.results/.git diff --check and review the complete tracked file list.Raw neuroimaging or electrophysiology datasets should normally remain outside Git.
Public datasets should be referenced by their authoritative source, accession, DOI, or URL. Restricted datasets should document the access requirements without redistributing restricted material.
The .gitignore provides conservative defaults, but every project should
review it because legitimate small example files or derivatives may need to
be tracked intentionally.
A project created from this template should make clear:
Passing a software command or validator is not, by itself, evidence that a scientific result is correct.
This template intentionally does not propagate files, releases, or changes automatically to other repositories.
Each project is maintained and reviewed independently.
docs/index.md can be used as the project landing page when GitHub Pages is
enabled for the generated repository.
The template code and documentation are provided under the MIT License.
Individual datasets and third-party software retain their own licenses, terms, and citation requirements.