Skip to content

Commit 8b00896

Browse files
committed
Add DOI
Signed-off-by: Trevor James Smith <[email protected]>
1 parent a4d94db commit 8b00896

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ contact:
6262
6363
orcid: 'https://orcid.org/0000-0003-0311-5498'
6464
repository-code: "https://github.com/CSHS-CWRA/RavenPy"
65+
doi: "10.5281/zenodo.7972347"
6566
abstract: "A Python wrapper to setup and run the hydrologic modelling framework Raven."
6667
license: "MIT"
6768
version: "0.19.1"

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RavenPy |logo|
77
+----------------------------+-----------------------------------------------------+
88
| Documentation and Support | |docs| |versions| |
99
+----------------------------+-----------------------------------------------------+
10-
| Open Source | |license| |ossf-score| |
10+
| Open Source | |license| |ossf-score| |zenodo| |
1111
+----------------------------+-----------------------------------------------------+
1212
| Coding Standards | |ruff| |ossf-bp| |pre-commit| |
1313
+----------------------------+-----------------------------------------------------+
@@ -110,3 +110,7 @@ This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pyp
110110
.. |versions| image:: https://img.shields.io/pypi/pyversions/RavenPy.svg
111111
:target: https://pypi.python.org/pypi/RavenPy
112112
:alt: Supported Python Versions
113+
114+
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7972347.svg
115+
:target: https://doi.org/10.5281/zenodo.7972347
116+
:alt: DOI

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ravenpy = "ravenpy.cli:main"
153153
[project.urls]
154154
"Changelog" = "https://ravenpy.readthedocs.io/en/latest/changelog.html"
155155
"Homepage" = "https://ravenpy.readthedocs.io"
156+
"Citation" = "https://doi.org/10.5281/zenodo.7972347"
156157
"Issue tracker" = "https://github.com/CSHS-CWRA/RavenPy/issues"
157158
"Source" = "https://github.com/CSHS-CWRA/RavenPy"
158159
"About CSHS-CWRA" = "https://cwra.org/en/"

0 commit comments

Comments
 (0)