From 52a4f2bd73d3b1ecd98869ccac80b001104540cc Mon Sep 17 00:00:00 2001 From: KCollins Date: Thu, 21 Mar 2024 15:56:54 -0400 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..aa07669 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: Hold + given-names: Christoph + orcid: "https://orcid.org/0000-0001-6579-265X" +title: "spaudiopy" +version: 1.0.0 +doi: +date-released: 2024-03-21 +url: "https://github.com/chris-hld/spaudiopy"