From 597b06286e1fde1375c5f9500bd2841b3b20f459 Mon Sep 17 00:00:00 2001 From: sebastianHi Date: Wed, 13 Mar 2024 09:40:56 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..eb92360 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,32 @@ +cff-version: 1.2.0 +message: "If you use this software or want to refer to our paper, please cite it as below." +authors: +- family-names: "Lisa" + given-names: "Mona" + orcid: "https://orcid.org/0000-0000-0000-0000" +- family-names: "Bot" + given-names: "Hew" + orcid: "https://orcid.org/0000-0000-0000-0000" +title: "My Research Software" +version: 2.0.4 +doi: 10.5281/zenodo.1234 +date-released: 2017-12-18 +url: "https://github.com/github-linguist/linguist" +preferred-citation: + type: article + authors: + - family-names: "Lisa" + given-names: "Mona" + orcid: "https://orcid.org/0000-0000-0000-0000" + - family-names: "Bot" + given-names: "Hew" + orcid: "https://orcid.org/0000-0000-0000-0000" + doi: "10.0000/00000" + journal: "Journal Title" + month: 9 + start: 1 # First page number + end: 10 # Last page number + title: "My awesome research software" + issue: 1 + volume: 1 + year: 2021