From ab21b9f691f01c17d75daded0bc84eb32f8e6328 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 3 Jul 2025 16:36:31 -0400 Subject: [PATCH 1/2] docs: :memo: add `CITATION.cff` --- CITATION.cff | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..596dd0c --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,31 @@ +title: "Template Data Package: An opinionated setup for making FAIR and structured data using Seedcase Python packages" +abstract: "A template for making a Git repository that follows some strongly opinionated practices for building and managing a data package. These practices include using Seedcase Python packages, such as Seedcase Sprout, and the Frictionless Data Package standard." +authors: + - family-names: Johnston + given-names: Luke William + orcid: "https://orcid.org/0000-0003-4169-2616" + affiliation: "Steno Diabetes Center Aarhus" + - family-names: Brødbæk + given-names: Signe Kirk + affiliation: "Steno Diabetes Center Aarhus" + - family-names: Beicher + given-names: Kristiane + affiliation: "Steno Diabetes Center Aarhus" + - family-names: Vago + given-names: Marton + affiliation: "Steno Diabetes Center Aarhus" +cff-version: 1.2.0 +# doi: +keywords: + - "template repository" + - "template project" + - "template data package" + - "data engineering" + - "data infrastructure" + - "data package" + - "frictionless data" + - "FAIR data" +license: MIT +message: "If you use this software, please cite it using these metadata." +repository-code: "https://github.com/seedcase-project/template-data-package" +url: "https://template-data-package.seedcase-project.org" From 5bec8e551b4571837b28427d8f1db9432a52dee3 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 4 Jul 2025 10:18:58 -0400 Subject: [PATCH 2/2] docs: :pencil2: don't need "some" in sentense Co-authored-by: martonvago <57952344+martonvago@users.noreply.github.com> --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 596dd0c..ef5080c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ title: "Template Data Package: An opinionated setup for making FAIR and structured data using Seedcase Python packages" -abstract: "A template for making a Git repository that follows some strongly opinionated practices for building and managing a data package. These practices include using Seedcase Python packages, such as Seedcase Sprout, and the Frictionless Data Package standard." +abstract: "A template for making a Git repository that follows strongly opinionated practices for building and managing a data package. These practices include using Seedcase Python packages, such as Seedcase Sprout, and the Frictionless Data Package standard." authors: - family-names: Johnston given-names: Luke William