Skip to content

Commit

Permalink
update codemeta and citaiton file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 20, 2018
1 parent e92a735 commit 6344175
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 15 deletions.
62 changes: 51 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/taxize",
"issueTracker": "https://github.com/ropensci/taxize/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.2",
"version": "0.9.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.3",
"version": "3.4.4",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)",
"runtimePlatform": "R version 3.4.4 Patched (2018-03-19 r74426)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -78,6 +78,21 @@
"@type": "Person",
"givenName": "Jari",
"familyName": "Oksanen"
},
{
"@type": "Person",
"givenName": "Bastian Greshake",
"familyName": "Tzovaras"
},
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Marchand"
},
{
"@type": "Person",
"givenName": "Vinh",
"familyName": "Tran"
}
],
"maintainer": {
Expand Down Expand Up @@ -372,7 +387,7 @@
"contIntegration": "https://travis-ci.org/ropensci/taxize",
"releaseNotes": "https://github.com/ropensci/taxize/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/taxize/blob/master/README.md",
"fileSize": "413.696KB",
"fileSize": "412.692KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -400,7 +415,7 @@
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2016",
"datePublished": "2018",
"author": [
{
"@type": "Person",
Expand All @@ -410,7 +425,17 @@
{
"@type": "Person",
"givenName": "Eduard",
"familyName": "Szocs"
"familyName": "Szoecs"
},
{
"@type": "Person",
"givenName": "Zachary",
"familyName": "Foster"
},
{
"@type": "Person",
"givenName": "Zebulun",
"familyName": "Arendsee"
},
{
"@type": "Person",
Expand All @@ -434,18 +459,33 @@
},
{
"@type": "Person",
"givenName": "Zachary",
"familyName": "Foster"
"givenName": "James",
"familyName": "O'Donnell"
},
{
"@type": "Person",
"givenName": "James",
"familyName": "O'Donnell"
"givenName": "Jari",
"familyName": "Oksanen"
},
{
"@type": "Person",
"givenName": ["Bastian", "Greshake"],
"familyName": "Tzovaras"
},
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Marchand"
},
{
"@type": "Person",
"givenName": "Vinh",
"familyName": "Tran"
}
],
"name": "taxize: Taxonomic information from around the web",
"url": "https://github.com/ropensci/taxize",
"description": "R package version 0.7.8"
"description": "R package version 0.9.3"
}
],
"applicationCategory": "Taxonomy",
Expand Down
10 changes: 6 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ citEntry(entry = "Article",

citEntry(entry = "Manual",
title = "taxize: Taxonomic information from around the web",
author = "Scott Chamberlain and Eduard Szocs and Carl Boettiger and Karthik Ram and Ignasi Bartomeus and John Baumgartner and Zachary Foster and James O'Donnell",
year = "2016",
note = "R package version 0.7.8",
author = "Scott Chamberlain, Eduard Szoecs, Zachary Foster, Zebulun Arendsee, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, James O'Donnell, Jari Oksanen, Bastian Greshake Tzovaras, Philippe Marchand, and Vinh Tran",
year = "2018",
note = "R package version 0.9.3",
url = "https://github.com/ropensci/taxize",

textVersion =
paste("Scott Chamberlain, Eduard Szocs, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, Zachary Foster, and James O'Donnell (2016) taxize: Taxonomic information from around the web. R package version 0.7.8. https://github.com/ropensci/taxize")
paste("Scott Chamberlain, Eduard Szoecs, Zachary Foster, Zebulun Arendsee, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, James O'Donnell, Jari Oksanen, Bastian Greshake Tzovaras, Philippe Marchand, and Vinh Tran. (2018) taxize: Taxonomic information from around the web. R package version 0.9.3. https://github.com/ropensci/taxize")
)


0 comments on commit 6344175

Please sign in to comment.