Skip to content

oasci/harbor

Repository files navigation

hamiparm

Where data is safe and researchers set sail

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.

Communication

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.

Deploying

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.8

After releasing a new version, you need to push and include all tags.

git push --follow-tags

License

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 in LICENSE_INFO.md.