Skip to content

Commit 8db4f68

Browse files
committed
add GRDC and Curtin to authors list
1 parent ea4afbb commit 8db4f68

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

DESCRIPTION

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Authors@R: c(
99
comment = c(ORCID = "0000-0002-4607-5396")),
1010
person("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = c("cre", "aut"),
1111
comment = c(ORCID = "0000-0002-8147-1239")),
12-
person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "aut")
12+
person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "aut"),
13+
person("Curtin University", role = "cph",
14+
comment = c("Provided support through Adam Sparks's time.", ROR = "02n415q13")),
15+
person("Grains Research and Development Corporation", role = c("fnd", "cph"),
16+
comment = c("GRDC Project CUR2210-005OPX (AAGI-CU)", ROR = "02xwr1996"))
1317
)
1418
Description: Provides access to Australia's TERN (Terrestrial Ecosystem
1519
Research Network) data through the API, <https://tern.org.au>.

codemeta.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@
5050
"email": "max.moldovan@adelaide.edu.au"
5151
}
5252
],
53+
"copyrightHolder": [
54+
{
55+
"@type": "Organization",
56+
"name": "Curtin University"
57+
},
58+
{
59+
"@type": "Organization",
60+
"name": "Grains Research and Development Corporation"
61+
}
62+
],
63+
"funder": [
64+
{
65+
"@type": "Organization",
66+
"name": "Grains Research and Development Corporation"
67+
}
68+
],
5369
"maintainer": [
5470
{
5571
"@type": "Person",
@@ -245,7 +261,7 @@
245261
},
246262
"SystemRequirements": null
247263
},
248-
"fileSize": "1177.024KB",
264+
"fileSize": "1177.776KB",
249265
"releaseNotes": "https://github.com/AAGI-AUS/nert/blob/master/NEWS.md",
250266
"readme": "https://github.com/AAGI-AUS/nert/blob/main/README.md",
251267
"contIntegration": ["https://github.com/AAGI-AUS/nert/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/AAGI-AUS/nert"]

man/nert-package.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)