File tree 2 files changed +44
-0
lines changed 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -113,6 +113,23 @@ Contributing
113
113
Any type of contribution is welcome. Please see the contributing guidelines at `CONTRIBUTING.md <CONTRIBUTING.md >`_.
114
114
115
115
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
+
116
133
About the authors
117
134
=================
118
135
You can’t perform that action at this time.
0 commit comments