Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# An opinionated template for Data Packages built with Seedcase packages

<!-- [![DOI]()]() -->

[![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)
Expand Down Expand Up @@ -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}
}
2 changes: 1 addition & 1 deletion docs/includes/_badges.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- [![DOI]()]() -->
[![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)
Expand Down
Loading