science-notebook-template
π§ͺ A simple, elegant template for repositories with Jupyter notebooks supporting publications.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
Found 3 DOI reference(s) in README -
βAcademic publication links
Links to: zenodo.org -
βAcademic email domains
-
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Keywords
Repository
π§ͺ A simple, elegant template for repositories with Jupyter notebooks supporting publications.
Basic Info
- Host: GitHub
- Owner: dmyersturnbull
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://github.com/dmyersturnbull/science-notebook-template
- Size: 51.8 KB
Statistics
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
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-commitandpre-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 changeprivateandname.) - 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.
bash
βββ 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.
Owner
- Name: Douglas Myers-Turnbull
- Login: dmyersturnbull
- Kind: user
- Location: Stanford, CA
- Company: Stanford University
- Repositories: 44
- Profile: https://github.com/dmyersturnbull
Citation (CITATION.cff)
cff-version: 1.2.0
message: Software reference
title: science-notebook-template
version: 0.1.0
abstract: Simple template for science notebooks
authors:
-
family-names: Myers-Turnbull
given-names: Douglas
orcid: 0000-0003-3610-4808
keywords: ["open-science", "notebooks", "jupyter", "template", "cookiecutter"]
date-released: 2021-02-01
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (2)
- dmyersturnbull (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout master composite
- actions/checkout v3 composite
- gaurav-nelson/github-action-markdown-link-check v1 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite