Skip to content

Commit ce36c73

Browse files
committed
citation format update
1 parent 18ef721 commit ce36c73

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

inst/CITATION

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
citEntry(entry = "Manual",
1+
bibentry(entry = "Manual",
22
title = "rsat: Dealing with Multiplatform Satellite Images from Landsat, MODIS, and Sentinel",
3-
author = personList(as.person("U P{\\'e}rez-Goya"),
4-
as.person("M Montesino-SanMartin"),
5-
as.person("A F Militino"),
6-
as.person("M D Ugarte")),
3+
author = c(person("U P{\\'e}rez-Goya"),
4+
person("M Montesino-SanMartin"),
5+
person("A F Militino"),
6+
person("M D Ugarte")),
77
year = "2022",
88
note = "R package version 0.1.19",
99
url = "https://CRAN.R-project.org/package=rsat",
@@ -14,12 +14,12 @@ citEntry(entry = "Manual",
1414
header = "To cite the package:"
1515
)
1616

17-
citEntry(entry = "Article",
17+
bibentry(entry = "Article",
1818
title = "Interpolation of the Mean Anomalies for Cloud-Filling in Land Surface Temperature and Normalized Difference Vegetation Index",
19-
author = personList(as.person("A F Militino"),
20-
as.person("M D Ugarte"),
21-
as.person("U P{\\'e}rez-Goya"),
22-
as.person("M G Genton")),
19+
author = c(person("A F Militino"),
20+
person("M D Ugarte"),
21+
person("U P{\\'e}rez-Goya"),
22+
person("M G Genton")),
2323
journal = "IEEE Transactions on Geoscience and Remote Sensing",
2424
year = "2019",
2525
volume = "57",
@@ -33,11 +33,11 @@ citEntry(entry = "Article",
3333
header = "To cite the gap filling method implemented in the function genSmoothingIMA:"
3434
)
3535

36-
citEntry(entry = "Article",
36+
bibentry(entry = "Article",
3737
title = "Improving the Quality of Satellite Imagery Based on Ground-Truth Data from Rain Gauge Stations",
38-
author = personList(as.person("A F Militino"),
39-
as.person("M D Ugarte"),
40-
as.person("U P{\\'e}rez-Goya")),
38+
author = c(person("A F Militino"),
39+
person("M D Ugarte"),
40+
person("U P{\\'e}rez-Goya")),
4141
journal = "Remote Sensing",
4242
year = "2018",
4343
volume = "10",

0 commit comments

Comments
 (0)