From 74fcea3895e90e83981e007cc68e36e9567e954e Mon Sep 17 00:00:00 2001 From: Miguel Cosenza-Contreras Date: Thu, 16 Feb 2023 15:04:46 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..3fb01ec --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Cosenza-Contreras" + given-names: "Miguel" + orcid: "https://orcid.org/0000-0002-9727-3229" +- family-names: "Sing" + given-names: "Justin" + orcid: "https://orcid.org/0000-0000-0000-0000" +title: "gbm_manuscript_data_analysis" +version: 1.0.2 +doi: 10.5281/zenodo.7646550 +date-released: 2023-02-16 +url: "https://github.com/MiguelCos/gbm_manuscript_data_analysis"