Skip to content

Commit 8d38080

Browse files
committed
docs: 📝 add DOI to CITATION and as a badge
1 parent 398ab7a commit 8d38080

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ authors:
1717
given-names: Marton
1818
affiliation: "Steno Diabetes Center Aarhus"
1919
cff-version: 1.2.0
20-
# doi:
21-
# date:
20+
doi: 10.5281/zenodo.17018496
21+
date-released: 2025-09-01
2222
keywords:
2323
- "copier template"
2424
- "template"

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
# Template Python Package: An opinionated setup for making Python packages
44

5-
<!-- [![DOI]()]() -->
6-
7-
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true)](https://github.com/copier-org/copier)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17018496.svg)](https://doi.org/10.5281/zenodo.17018496)
6+
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true.svg)](https://github.com/copier-org/copier)
87
[![GitHub
98
License](https://img.shields.io/github/license/seedcase-project/template-python-package.svg)](https://github.com/seedcase-project/template-python-package/blob/main/LICENSE.md)
109
[![GitHub
@@ -45,6 +44,15 @@ Please note that this project is released with a [Contributor Code of
4544
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
4645
to abide by its terms.
4746

47+
### Contributors
48+
49+
These are the people who have contributed by submitting changes through
50+
pull requests :tada:
51+
52+
[@lwjohnst86](https://github.com/lwjohnst86),
53+
[@martonvago](https://github.com/martonvago),
54+
[@signekb](https://github.com/signekb)
55+
4856
## Licensing
4957

5058
This project is licensed under the [MIT License](LICENSE.md).
@@ -56,14 +64,18 @@ effort to create a framework for data management and analysis in
5664
research. If you use this project in your work, please cite it as
5765
follows:
5866

59-
Johnston L.W., Brødbæk S.K., Beicher K., Vago M. Template Python
60-
Package: An opinionated setup for making Python packages URL:
67+
Johnston L.W., Brødbæk S.K., Beicher K., Vago M. (2025). Template Python
68+
Package: An opinionated setup for making Python packages DOI:
69+
10.5281/zenodo.17018496 URL:
6170
https://template-python-package.seedcase-project.org
6271

6372
Or as a BibTeX entry:
6473

6574
@misc{YourReferenceHere,
6675
author = {Johnston, Luke William and Brødbæk, Signe Kirk and Beicher, Kristiane and Vago, Marton},
76+
doi = {10.5281/zenodo.17018496},
77+
month = {9},
6778
title = {Template Python Package: An opinionated setup for making Python packages},
68-
url = {https://template-python-package.seedcase-project.org}
79+
url = {https://template-python-package.seedcase-project.org},
80+
year = {2025}
6981
}

README.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ to abide by its terms.
4040
### Contributors
4141

4242
{{< include /_contributors.qmd >}}
43-
:::
4443

4544
## Licensing
4645

docs/includes/_badges.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- [![DOI]()]() -->
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17018496.svg)](https://doi.org/10.5281/zenodo.17018496)
22
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true.svg)](https://github.com/copier-org/copier)
33
[![GitHub License](https://img.shields.io/github/license/{{< meta gh.org >}}/{{< meta gh.repo >}}.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md)
44
[![GitHub Release](https://img.shields.io/github/v/release/{{< meta gh.org >}}/{{< meta gh.repo >}}.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/releases/latest)

0 commit comments

Comments
 (0)