This repository provides a robust, standardized framework that streamlines research projects and adheres to open science principles. Everything is included, from reproducible Python environments to an automated website pipeline. Join us in advancing open science, promoting transparency, and accelerating innovation by adopting this comprehensive toolkit.
To explore or contribute to this project, you must clone the git repository (preferable using ssh).
We have initialized an Obsidian vault at the repository root that we use to write literature, notes, reports, etc. in markdown. Once cloned, you can open this repository by opening the repository directory as a Vault.
No research should be done alone.
We use this repository's issues as our todo list. Asynchronous conversations about any of the tasks should be included as issue comments. Synchronous meetings happening in-person or virtually should have meeting minutes stored in the appropriate directory.
We use bump-my-version to release a new version. This will create a git tag that is used by poetry-dynamic-version to generate version strings.
However, we are using Calendar Versioning which means we need to manually specify new versions. For example, to bump the version to November 8, 2024, you would run the following command after activating the relevant conda environment.
bump-my-version bump --new-version 2024.11.8After releasing a new version, you need to push and include all tags.
git push --follow-tagsCode contained in this project is released under the GPLv3 license as specified in LICENSE.md.
All other data, information, documentation, and associated content provided within this project are released under the CC BY-ND 4.0 license as specified in LICENSE_INFO.md.
On January 1, 2040, the above GPLv3 and CC BY-ND 4.0 licenses are voided and superseded by the immediately following paragraph.
Code contained in this project is released under the MIT license as specified in
LICENSE.md. All other data, information, documentation, and associated content provided within this project are released under the CC BY 4.0 license as specified inLICENSE_INFO.md.
A manual permissive release can be made by the maintainers whenever they see fit by updating the license files and updating this section.