Skip to content

Commit 206eee3

Browse files
committed
Add citing instruction in readme + cff file (fixes #16)
1 parent fc6448a commit 206eee3

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: "If you use nrt in your research or project, please consider citing it using the following entry."
3+
authors:
4+
- family-names: Dutrieux
5+
given-names: Loïc
6+
- family-names: Viehweger
7+
given-names: Jonas
8+
title: "nrt: Operational monitoring of satellite image time-series in Python"
9+
version: 0.2.1
10+
doi: 10.21105/joss.00000
11+
date-released: 2024-01-15
12+
url: "https://github.com/ec-jrc/nrt"
13+
repository-code: "https://github.com/ec-jrc/nrt"
14+
license: EUPL-v1.2
15+
preferred-citation:
16+
type: article
17+
authors:
18+
- family-names: Dutrieux
19+
given-names: Loïc
20+
- family-names: Viehweger
21+
given-names: Jonas
22+
title: "nrt: Operational monitoring of satellite image time-series in Python"
23+
journal: "Journal of Open Source Software"
24+
year: 2024
25+
publisher: "The Open Journal"
26+
note: "in review"
27+

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,23 @@ Contributing
113113
Any type of contribution is welcome. Please see the contributing guidelines at `CONTRIBUTING.md <CONTRIBUTING.md>`_.
114114

115115

116+
Citing nrt
117+
==========
118+
119+
If you use nrt in your research or project, please consider citing it using the following BibTeX entry.
120+
121+
.. code-block:: bibtex
122+
123+
@article{dutrieux2024nrt,
124+
year = {2024},
125+
publisher = {The Open Journal},
126+
author = {Lo\"{i}c Dutrieux and Jonas Viehweger},
127+
title = {nrt: Operational monitoring of satellite image time-series in Python},
128+
journal = {Journal of Open Source Software},
129+
note = {in review}
130+
}
131+
132+
116133
About the authors
117134
=================
118135

0 commit comments

Comments
 (0)