Skip to content

Commit 404b902

Browse files
committed
update joss paper with comments from openjournals/joss-reviews#7343 (comment)
1 parent 6e81138 commit 404b902

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

joss-paper/paper.bib

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ @article{ROMAN2024113963
4949
}
5050

5151
@Manual{R,
52-
title = {R: A Language and Environment for Statistical Computing},
52+
title = {{R: A Language and Environment for Statistical Computing}},
5353
author = {{R Core Team}},
5454
organization = {R Foundation for Statistical Computing},
5555
address = {Vienna, Austria},
@@ -58,7 +58,7 @@ @Manual{R
5858
}
5959

6060
@article{SkofronickJackson2017,
61-
title = {The Global Precipitation Measurement (GPM) Mission for Science and Society},
61+
title = {{The Global Precipitation Measurement (GPM) Mission for Science and Society}},
6262
volume = {98},
6363
ISSN = {1520-0477},
6464
url = {10.1175/BAMS-D-15-00306.1},
@@ -83,7 +83,7 @@ @Manual{modistools
8383

8484
@Article{MODIStsp,
8585
author = "Lorenzo Busetto and Luigi Ranghetti",
86-
title = "MODIStsp: An R Package for Preprocessing of MODIS Land Products Time Series",
86+
title = "MODIStsp: An {R} Package for Preprocessing of MODIS Land Products Time Series",
8787
journal = "Computers & Geosciences",
8888
year = "2016",
8989
volume = "97",
@@ -107,7 +107,7 @@ @software{rgee
107107
Lesly Bautista and
108108
Roy Yali and
109109
Antony Barja},
110-
title = {{rgee: An R Package for Interacting With Google
110+
title = {{rgee: An R package for interacting with Google
111111
Earth Engine}},
112112
month = jul,
113113
year = 2020,
@@ -120,9 +120,9 @@ @software{rgee
120120
@software{modisfast,
121121
author = {Paul Taconet and
122122
Moiroux, Nicolas},
123-
title = {{modisfast: An R Package for Fast and Efficient
124-
Access to MODIS, VIIRS and GPM Earth Observation
125-
Data}},
123+
title = {{modisfast: An R package for fast and efficient
124+
access to MODIS, VIIRS and GPM Earth Observation
125+
data}},
126126
month = jul,
127127
year = 2024,
128128
publisher = {Zenodo},
@@ -182,7 +182,7 @@ @software{opendap2
182182
Lewis John McGibbney and
183183
tsgouros and
184184
ptype},
185-
title = {OPENDAP/bes: BES-3.21.0-46 for Hyrax-1.17.0},
185+
title = {{OPENDAP/bes: BES-3.21.0-46 for {H}yrax-1.17.0}},
186186
month = jan,
187187
year = 2024,
188188
publisher = {Zenodo},

joss-paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The typical workflow to access and import MODIS, VIIRS or GPM data in R with `mo
6262

6363
![Workflow for MODIS, VIIRS or GPM data download and import with `modisfast`.\label{fig:wf_modisfast}](workflow_modisfast.png){width="100%"}
6464

65-
## Long-form documentations and examples
65+
## Vignettes and examples
6666

67-
`modisfast` provides three long-form documentations and examples to learn more about the package :
67+
`modisfast` provides three vignettes and examples to learn more about the package :
6868

6969
- a [Get started](https://ptaconet.github.io/modisfast/articles/get_started.html) vignette describing the core features of the package;
7070
- a [Get data on several regions or periods of interest simultaneously](https://ptaconet.github.io/modisfast/articles/modisfast2.html) vignette detailing advanced functionalities of `modisfast` (for multi-time frame or multi-regions data access);

0 commit comments

Comments
 (0)