Skip to content

Commit 6a025de

Browse files
committed
ensure bibligraphy keeps letter case
1 parent 4a7471b commit 6a025de

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

codemeta.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"applicationCategory": "Tools",
244244
"isPartOf": "https://ropensci.org",
245245
"keywords": ["anglia-cru", "climate-data", "cru-cl2", "temperature", "rainfall", "elevation", "data-access", "wind", "relative-humidity", "solar-radiation", "diurnal-temperature", "frost", "cru", "r", "rstats", "r-package", "peer-reviewed"],
246-
"fileSize": "800.922KB",
246+
"fileSize": "800.015KB",
247247
"citation": [
248248
{
249249
"@type": "ScholarlyArticle",
@@ -255,8 +255,10 @@
255255
"familyName": "Sparks"
256256
}
257257
],
258-
"name": "{getCRUCLdata}: Use and Explore {CRU} {CL} v. 2.0 Climatology Elements in R",
258+
"name": "{getCRUCLdata}: Use and Explore {CRU CL} v. 2.0 Climatology Elements in {R}",
259259
"identifier": "10.21105/joss.00230",
260+
"url": "https://doi.org/10.21105/joss.00230",
261+
"pagination": "230",
260262
"@id": "https://doi.org/10.21105/joss.00230",
261263
"sameAs": "https://doi.org/10.21105/joss.00230",
262264
"isPartOf": {
@@ -266,15 +268,15 @@
266268
"isPartOf": {
267269
"@type": ["PublicationVolume", "Periodical"],
268270
"volumeNumber": "2",
269-
"name": "The Journal of Open Source Software"
271+
"name": "Journal of Open Source Software"
270272
}
271273
}
272274
}
273275
],
274276
"relatedLink": "https://docs.ropensci.org/getCRUCLdata/",
275277
"releaseNotes": "https://github.com/ropensci/getCRUCLdata/blob/master/NEWS.md",
276278
"readme": "https://github.com/ropensci/getCRUCLdata/blob/main/README.md",
277-
"contIntegration": ["https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/ropensci/getCRUCLdata"],
279+
"contIntegration": ["https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/ropensci/getCRUCLdata"],
278280
"developmentStatus": "https://www.repostatus.org/",
279281
"review": {
280282
"@type": "Review",

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bibentry(bibtype = "Article",
22
key = "Sparks2017",
33
author = person(given = c("Adam", "H"),
44
family = "Sparks"),
5-
title = "getCRUCLdata: Use and Explore CRU CL v. 2.0 Climatology Elements in R",
5+
title = "{getCRUCLdata}: Use and Explore {CRU CL} v. 2.0 Climatology Elements in {R}",
66
journal = "Journal of Open Source Software",
77
year = "2017",
88
publisher = "The Open Journal",

0 commit comments

Comments
 (0)