From 206eee3a36bcd522e1a39bd1fbb07187b18e2002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Wed, 10 Jul 2024 14:00:54 +0200 Subject: [PATCH] Add citing instruction in readme + cff file (fixes #16) --- CITATION.cff | 27 +++++++++++++++++++++++++++ README.rst | 17 +++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..22e362e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,27 @@ +cff-version: 1.2.0 +message: "If you use nrt in your research or project, please consider citing it using the following entry." +authors: + - family-names: Dutrieux + given-names: Loïc + - family-names: Viehweger + given-names: Jonas +title: "nrt: Operational monitoring of satellite image time-series in Python" +version: 0.2.1 +doi: 10.21105/joss.00000 +date-released: 2024-01-15 +url: "https://github.com/ec-jrc/nrt" +repository-code: "https://github.com/ec-jrc/nrt" +license: EUPL-v1.2 +preferred-citation: + type: article + authors: + - family-names: Dutrieux + given-names: Loïc + - family-names: Viehweger + given-names: Jonas + title: "nrt: Operational monitoring of satellite image time-series in Python" + journal: "Journal of Open Source Software" + year: 2024 + publisher: "The Open Journal" + note: "in review" + diff --git a/README.rst b/README.rst index 9e3a9a7..04e0404 100644 --- a/README.rst +++ b/README.rst @@ -113,6 +113,23 @@ Contributing Any type of contribution is welcome. Please see the contributing guidelines at `CONTRIBUTING.md `_. +Citing nrt +========== + +If you use nrt in your research or project, please consider citing it using the following BibTeX entry. + +.. code-block:: bibtex + + @article{dutrieux2024nrt, + year = {2024}, + publisher = {The Open Journal}, + author = {Lo\"{i}c Dutrieux and Jonas Viehweger}, + title = {nrt: Operational monitoring of satellite image time-series in Python}, + journal = {Journal of Open Source Software}, + note = {in review} + } + + About the authors =================