From 443af8e79cbaa1d4ea13ab5e5fc1bd2d050a9986 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 18 Oct 2022 23:15:10 +0300 Subject: [PATCH] add CITATION.cff --- CITATION.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..1d07003 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +message: "If you use this, please cite it as below." +authors: +- family-names: "Suomalainen" + given-names: "Aminda" +title: "My website" +url: "https://github.com/Mikaela/.github" +preferred-citation: + type: generic + title: "My website" + authors: + - family-names: "Suomalainen" + given-names: "Aminda"