From c96555c77be51456ec449ea2d4067fffda197aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Wed, 22 Mar 2023 15:56:23 +0100 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..eefdb63 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +message: "If you use find this implementation useful in your research, please cite it as below." +authors: +- family-names: "Söderström" + given-names: "Kristofer Rolf" + orcid: "https://orcid.org/0000-0002-5322-3350" +title: "transcribe" +version: 1.0 +doi: None +date-released: 2023-03-22 +url: "https://github.com/soderstromkr/transcribe"