From 3cdfb85bf3de02a2c066927377f889dd3114bdb6 Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Wed, 18 Dec 2024 13:11:42 +0000 Subject: [PATCH] add first version of citation.cff --- CITATION.cff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..f5abc255 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,18 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Anquetil" + given-names: "Nicolas" + orcid: "https://orcid.org/0000-0003-1486-8399" +- family-names: "Verhaeghe" + given-names: "Benoit" + orcid: "https://orcid.org/0000-0002-4588-2698" +- family-names: "Etien" + given-names: "Anne" + orcid: "https://orcid.org/0000-0003-3034-873X" +- family-names: "Toullec" + given-names: "Clotilde" +- family-names: "Ferlicot" + given-names: "Cyril" +title: "Famix" +url: "https://github.com/moosetechnology/Famix" \ No newline at end of file