From 31a4be3b9fe99320994ed4eab6cb974304abb13a Mon Sep 17 00:00:00 2001 From: James Betker Date: Thu, 28 Apr 2022 23:09:33 -0600 Subject: [PATCH] add citation file --- CITATION.cff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..02be0e1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Betker" + given-names: "James" + orcid: "https://orcid.org/my-orcid?orcid=0000-0003-3259-4862" +title: "ocotillo speech recognition" +version: 1.0.5 +date-released: 2022-02-01 +url: "https://github.com/neonbjb/tts-scores" \ No newline at end of file