Awesome
Science notebook template
π§ͺ A simple, elegant template for repositories supporting publications. Scientific companion to the much more sophisticated code template Tyrannosaurus π¦ No cookiecutter. Just click Use this Template above.
π Citing
Just tell people how to cite your work.
Please reference the manuscript with this BibTeX:
@misc{sciencenotebooktemplate,
doi = {10.5281/zenodo.4495745},
url = {https://zenodo.org/record/4485186},
author = {Myers-Turnbull, Douglas},
title = {dmyersturnbull/science-notebook-template: v0.1.0},
publisher = {Zenodo},
year = {2021},
copyright = {Open Access}
}
Or APA format:
Myers-Turnbull, D. (2021). dmyersturnbull/science-notebook-template (v0.1.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.4495745
π About this repository
Whatβs in this repo?
- Automatic linting of Python, Markdown, config files, etc. using pre-commit
- Nice default GitHub settings (just install the Probot settings app to your repo
- IDE hints via EditorConfig with good defaults for most languages CITATION.cff
- Nice gitignore, dockerignore, changelog, and other misc files
- Example/stub Conda environment file, Vagrantfile, and shields
π Steps to reproduce
How to download needed data, run the code, etc.
- Fork this repository as a template.
- Clone and run
pip install pre-commit
andpre-commit install
. - Install the Probot settings app.
- Fix
.github/CODEOWNERS
. Replace with your username or org name. - Fix
.github/settings.yml
. (NOTE: Make sure to changeprivate
andname
.) - If you want to use Commitizen, uncomment the lines in
.pre-commit.yaml
. Otherwise, delete.cz.toml
. - Add to Binder and Get a DOI for your repo.
- Make a local clone of your repo. Modify the readme, changelog, etc. Add your code/notebooks. Feel free to remove or replace SPDX headers.
- Commit and push to main. (If a linter fails on commit, just re-run. It just meant the linter modified a file.)
- Configure branch rules Settings.
π³ Layout
Describe the layout of this repo.
βββ src/ β΅ project source code
βββ data
β βββ temp-output/ β΅ files generated per-run
β β βββ figures/ β΅ raw charts and graphs
β β βββ ...misc. files
β βββ living/ β΅ files we are actively curating
β β βββ figures/
β β βββ manuscript/
β β βββ ...misc. files
β βββ frozen/ β΅ non-modifiable files
β βββ raw/ β΅ experimental or downloaded data
β βββ ref/ β΅ frozen analyses and figures
βββ README.md
See research projects guide for more info.
π External resources
Describe any external resources needed (e.g., API keys).
π Contributing
Tell people how to report problems and ask questions.
The source code in this repository is licensed under the terms of the Apache License 2.0. Contributions and questions are welcome via issues. For reference, refer to the contributing guide and security policy.
Note: The source code headers (i.e., SPDX) are to protect you, the user. I donβt expect you to retain them. Remove them or replace them with your own when you modify them.