Skip to content

Commit

Permalink
update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 14, 2020
1 parent 1f1fa96 commit be0fc8c
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
],
"@type": "SoftwareSourceCode",
"identifier": "handlr",
"description": "Converts among many citation formats, including 'BibTeX',\n 'Citeproc', 'Codemeta', 'RDF XML', 'RIS', and 'Schema.org'. A low\n level 'R6' class is provided, as well as stand-alone functions\n for each citation format for both read and write.",
"description": "Converts among many citation formats, including 'BibTeX',\n 'Citeproc', 'Codemeta', 'RDF XML', 'RIS', 'Schema.org', and\n 'Citation File Format'. A low level 'R6' class is provided, as well\n as stand-alone functions for each citation format for both read\n and write.",
"name": "handlr: Convert Among Citation Formats",
"codeRepository": "https://github.com/ropensci/handlr",
"issueTracker": "https://github.com/ropensci/handlr/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.1.91",
"version": "0.3.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)",
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -81,6 +80,18 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
{
"@type": "SoftwareApplication",
"identifier": "bibtex",
"name": "bibtex",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bibtex"
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -122,48 +133,48 @@
},
{
"@type": "SoftwareApplication",
"identifier": "RefManageR",
"name": "RefManageR",
"identifier": "urltools",
"name": "urltools",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=RefManageR"
"sameAs": "https://CRAN.R-project.org/package=urltools"
},
{
"@type": "SoftwareApplication",
"identifier": "urltools",
"name": "urltools",
"identifier": "mime",
"name": "mime",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=urltools"
"sameAs": "https://CRAN.R-project.org/package=mime"
},
{
"@type": "SoftwareApplication",
"identifier": "mime",
"name": "mime",
"identifier": "yaml",
"name": "yaml",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mime"
"sameAs": "https://CRAN.R-project.org/package=yaml"
}
],
"applicationCategory": "Metadata",
"isPartOf": "https://ropensci.org",
"keywords": ["doi", "metadata", "citation", "bibtex", "Crossref", "Crosscite", "Codemeta", "RIS", "Citeproc", "RDF", "XML", "JSON", "citations", "digital-object-identifier", "citeproc", "crosscite", "ris", "r", "r-package", "rstats"],
"releaseNotes": "https://github.com/ropensci/handlr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/handlr/blob/master/README.md",
"fileSize": "38.207KB",
"contIntegration": ["https://travis-ci.com/ropensci/handlr", "https://ci.appveyor.com/project/sckott/handlr", "https://codecov.io/github/ropensci/handlr?branch=master"],
"developmentStatus": "https://www.repostatus.org/#wip",
"relatedLink": "https://docs.ropensci.org/handlr"
"fileSize": "0KB",
"contIntegration": "https://codecov.io/github/ropensci/handlr?branch=master",
"developmentStatus": "https://www.repostatus.org/#active",
"relatedLink": ["https://docs.ropensci.org/handlr", "https://docs.ropensci.org/handlr/"]
}

0 comments on commit be0fc8c

Please sign in to comment.