Skip to content
Snippets Groups Projects
Commit 1594f2f0 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

test zenodo import with simpler metadata file

parent 624783ad
No related branches found
No related tags found
No related merge requests found
{
"@context": {
"schema": "http://schema.org/",
"codemeta": "https://codemeta.github.io/terms/",
"relatedLink": "schema:codeRepository",
"communities": "schema:applicationCategory",
"creators": "schema:author",
"date_published": "schema:datePublished",
"contributors": "schema:funder",
"keywords": "schema:keywords",
"license": "schema:license",
"description": "schema:description",
"id": "schema:identifier",
"title": "schema:name",
"affiliation": "schema:affiliation",
"ORCID": "schema:identifier",
"name": "schema:name"
},
"@id": "https://doi.org/10.5281/zenodo.802967",
"@type": "schema:SoftwareSourceCode",
"creators": {
"@list": [
"creators": [
{
"@id": "http://orcid.org/0000-0002-1642-628X",
"@type": "schema:Person",
"schema:email": "cboettig@gmail.com",
"schema:familyName": "Boettiger",
"schema:givenName": "Carl"
"email": "cboettig@gmail.com",
"name": "Carl Boettiger",
"affiliation": "UC Berkeley"
},
{
"@type": "schema:Person",
"schema:familyName": "Eddelbuettel",
"schema:givenName": "Dirk"
"name": "Dirk Eddelbuettel"
}
]
},
"relatedLink": {
"@id": "https://github.com/rocker-org/rocker-versioned"
},
"schema:copyrightHolder": "http://orcid.org/0000-0002-1642-628X",
],
"description": "rocker-versioned provides Dockerfiles for versioned instances of R. The rocker-versioned stack includes base R (rocker/r-ver), RStudio, tidyverse, and verse images for various versions of R. See repository readme for the more details.",
"id": {
"@id": "rocker-versioned"
},
"keywords": [
"docker",
"R",
......@@ -49,58 +17,7 @@
"reproducibility",
"containers"
],
"license": {
"@id": "https://spdx.org/licenses/GPL-2.0"
},
"name": "rocker-versioned: Versioned stack of Docker images for R",
"schema:operatingSystem": [
"OSX",
"Windows",
"Linux"
],
"schema:programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Docker",
"schema:url": {
"@id": "https://docs.docker.com/engine/reference/builder/"
}
},
"schema:provider": {
"@type": "schema:Organization",
"name": "Docker Hub",
"schema:url": {
"@id": "https://hub.docker.com/"
}
},
"schema:releaseNotes": {
"@id": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md"
},
"schema:runtimePlatform": "Docker",
"schema:softwareRequirements": {
"@type": "schema:SoftwareApplication",
"name": "docker-engine",
"schema:provider": {
"@id": "https://docker.com",
"@type": "schema:Organization",
"name": "Docker",
"schema:url": {
"@id": "https://docker.com"
}
},
"schema:version": "1.3"
},
"schema:version": "1.0.0",
"codemeta:contIntegration": {
"@id": "https://circleci.com/gh/rocker-org/rocker-versioned"
},
"codemeta:developmentStatus": {
"@id": "active"
},
"codemeta:issueTracker": {
"@id": "https://github.com/rocker-org/rocker-versioned/issues"
},
"codemeta:maintainer": "http://orcid.org/0000-0002-1642-628X",
"codemeta:readme": {
"@id": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md"
}
}
\ No newline at end of file
"license": "GPL-2.0",
"name": "rocker-versioned: Versioned stack of Docker images for R"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment