From 843d8a04febc5830a88c3d9c5d26ea959ecbbf4e Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Mon, 28 Jul 2025 19:23:25 +0200 Subject: [PATCH] docs: :memo: add DOI from Zenodo :tada: --- CITATION.cff | 2 +- README.md | 7 ++++--- docs/includes/_badges.qmd | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d8aaf9b..4e01c50 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,7 +16,7 @@ authors: given-names: Marton affiliation: "Steno Diabetes Center Aarhus" cff-version: 1.2.0 -# doi: +doi: "10.5281/zenodo.16540439" keywords: - "copier template" - "template" diff --git a/README.md b/README.md index f62e511..85485bb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ # An opinionated template for Data Packages built with Seedcase packages - - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16540439.svg)](https://doi.org/10.5281/zenodo.16540439) [![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) [![GitHub 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: Johnston L.W., Brødbæk S.K., Beicher K., Vago M. Template Data Package: An opinionated setup for making FAIR and structured data using Seedcase -Python packages. URL: https://template-data-package.seedcase-project.org +Python packages. DOI: 10.5281/zenodo.16540439 URL: +https://template-data-package.seedcase-project.org Or as a BibTeX entry: @misc{YourReferenceHere, author = {Johnston, Luke William and Brødbæk, Signe Kirk and Beicher, Kristiane and Vago, Marton}, + doi = {10.5281/zenodo.16540439}, title = {Template Data Package: An opinionated setup for making FAIR and structured data using Seedcase Python packages.}, url = {https://template-data-package.seedcase-project.org} } diff --git a/docs/includes/_badges.qmd b/docs/includes/_badges.qmd index 2680f65..0db5d9a 100644 --- a/docs/includes/_badges.qmd +++ b/docs/includes/_badges.qmd @@ -1,4 +1,4 @@ - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16540439.svg)](https://doi.org/10.5281/zenodo.16540439) [![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) [![GitHub License](https://img.shields.io/github/license/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/blob/main/LICENSE.md) [![GitHub Release](https://img.shields.io/github/v/release/seedcase-project/{{< meta repo >}})](https://github.com/seedcase-project/{{< meta repo >}}/releases/latest)