From c4c41d31f1c3e2623f9d9117c77e4df19903a15f Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Wed, 29 Jan 2025 11:40:35 +0200 Subject: [PATCH 1/3] Create citations.cff --- citations.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 citations.cff diff --git a/citations.cff b/citations.cff new file mode 100644 index 0000000..14ced07 --- /dev/null +++ b/citations.cff @@ -0,0 +1,21 @@ +#https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Agudelo-Romero" + given-names: "Patricia" + orcid: "https://orcid.org/0000-0002-3703-4111" +- family-names: "Conradie" + given-names: "Talya" + orcid: "https://orcid.org/0009-0007-6380-5737" +- family-names: "Caparros-Martin" + given-names: "Jose" + orcid: "https://orcid.org/0009-0007-6380-5737" +- family-names: "Sharma" + given-names: "Abhinav" + orcid: "https://orcid.org/0000-0002-6402-6993" + +title: "Nextflow-BioWiki" +version: 1.0.0 +date-released: 2023-09-15 +url: "https://github.com/TelethonKids/Nextflow-BioWiki" From a3908eefcc716647a6a7c8837f4a1af4bf22f7ea Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Wed, 29 Jan 2025 11:41:02 +0200 Subject: [PATCH 2/3] Rename citations.cff to CITATION.cff --- citations.cff => CITATION.cff | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename citations.cff => CITATION.cff (100%) diff --git a/citations.cff b/CITATION.cff similarity index 100% rename from citations.cff rename to CITATION.cff From a9c8ec13bee9c515a76aa50f98548016e5272dad Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Wed, 29 Jan 2025 11:45:13 +0200 Subject: [PATCH 3/3] add chris and stephen --- CITATION.cff | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 14ced07..7911961 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,12 @@ authors: - family-names: "Caparros-Martin" given-names: "Jose" orcid: "https://orcid.org/0009-0007-6380-5737" +- family-names: "Stick" + given-names: "Stephen" + orcid: "https://orcid.org/0000-0002-5386-8482" +- family-names: "Christopher" + given-names: "Hakkart" + orcid: "https://orcid.org/0000-0001-5007-2684" - family-names: "Sharma" given-names: "Abhinav" orcid: "https://orcid.org/0000-0002-6402-6993"