From 4335dd5e8b556d6b435ce59031bcc86cac01acfe Mon Sep 17 00:00:00 2001 From: patquem Date: Thu, 18 Apr 2024 11:29:24 +0200 Subject: [PATCH] add CITATION.cff --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..5637e31 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +cff-version: "1.2.0" +authors: +- family-names: Quéméré + given-names: Patrick + orcid: "https://orcid.org/0009-0008-6936-1249" +doi: 10.5281/zenodo.10812332 +message: If you use this software, please cite our article in the + Journal of Open Source Software. +preferred-citation: + authors: + - family-names: Quéméré + given-names: Patrick + orcid: "https://orcid.org/0009-0008-6936-1249" + date-published: 2024-04-15 + doi: 10.21105/joss.05868 + issn: 2475-9066 + issue: 96 + journal: Journal of Open Source Software + publisher: + name: Open Journals + start: 5868 + title: "Fitspy: A Python package for spectral decomposition" + type: article + url: "https://joss.theoj.org/papers/10.21105/joss.05868" + volume: 9 +title: "Fitspy: A Python package for spectral decomposition" \ No newline at end of file