From 19a5fed7deb175ff8bcbb94db0f95ba0639732e8 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 14 Sep 2023 14:28:42 -0600 Subject: [PATCH] Add WIP CITATION.cff --- CITATION.cff | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..08b0d07 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,33 @@ +cff-version: 1.2.0 +message: | + Please cite this software using these metadata. + +title: "Antarctica Today" +doi: "" +abstract: "This software creates the Antarctica Today database, updates it, and generates plots and maps of results." +contact: + - name: "" + email: "" +type: "software" +license: ["MIT"] +keywords: + - "Antarctica" + +url: "" +repository-code: "https://github.com//Antarctica_Today" + +version: "1.0.0" +date-released: "" + +authors: +- family-names: "MacFerrin" + given-names: "Michael" + orcid: "https://orcid.org/0000-0001-8157-7159" + website: "" + +# TODO: Funding. This is what QGreenland's references section looked like. Are there other references? +# references: +# - type: "grant" +# intitution: +# name: "National Science Foundation" +# number: "1928393"