Skip to content

Commit a187862

Browse files
authored
docs: 📝 add DOI from Zenodo 🎉 (#137)
# Description Template is now on Zenodo and "officially" released 😁 🎉 Closes #61 This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 5c6c0ef commit a187862

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors:
1616
given-names: Marton
1717
affiliation: "Steno Diabetes Center Aarhus"
1818
cff-version: 1.2.0
19-
# doi:
19+
doi: "10.5281/zenodo.16540439"
2020
keywords:
2121
- "copier template"
2222
- "template"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# An opinionated template for Data Packages built with Seedcase packages
44

5-
<!-- [![DOI]()]() -->
6-
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16540439.svg)](https://doi.org/10.5281/zenodo.16540439)
76
[![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)
87
[![GitHub
98
License](https://img.shields.io/github/license/seedcase-project/template-data-package)](https://github.com/seedcase-project/template-data-package/blob/main/LICENSE.md)
@@ -60,12 +59,14 @@ follows:
6059

6160
Johnston L.W., Brødbæk S.K., Beicher K., Vago M. Template Data Package:
6261
An opinionated setup for making FAIR and structured data using Seedcase
63-
Python packages. URL: https://template-data-package.seedcase-project.org
62+
Python packages. DOI: 10.5281/zenodo.16540439 URL:
63+
https://template-data-package.seedcase-project.org
6464

6565
Or as a BibTeX entry:
6666

6767
@misc{YourReferenceHere,
6868
author = {Johnston, Luke William and Brødbæk, Signe Kirk and Beicher, Kristiane and Vago, Marton},
69+
doi = {10.5281/zenodo.16540439},
6970
title = {Template Data Package: An opinionated setup for making FAIR and structured data using Seedcase Python packages.},
7071
url = {https://template-data-package.seedcase-project.org}
7172
}

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.16540439.svg)](https://doi.org/10.5281/zenodo.16540439)
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)](https://github.com/copier-org/copier)
33
[![GitHub License](https://img.shields.io/github/license/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/blob/main/LICENSE.md)
44
[![GitHub Release](https://img.shields.io/github/v/release/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/releases/latest)

0 commit comments

Comments
 (0)