Permalink
Cannot retrieve contributors at this time
{ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | |
"@type": "SoftwareSourceCode", | |
"description": "A command line tool for working with JSON documents on local disc", | |
"name": "dataset", | |
"codeRepository": "https://github.com/caltechlibrary/dataset", | |
"issueTracker": "https://github.com/caltechlibrary/dataset/issues", | |
"license": "https://data.caltech.edu/license", | |
"version": "0.1.11", | |
"author": [ | |
{ | |
"@type": "Person", | |
"givenName": "Robert", | |
"familyName": "Doiel", | |
"affiliation": "Caltech Library", | |
"email": "rsdoiel@caltech.edu", | |
"@id": "https://orcid.org/0000-0003-0900-6903" | |
}, | |
{ | |
"@type": "Person", | |
"givenName": "Thomas E", | |
"familyName": "Morrell", | |
"affiliation": "Caltech Library", | |
"email": "tmorrell@caltech.edu", | |
"@id": "https://orcid.org/0000-0001-9266-5146" | |
} | |
], | |
"developmentStatus": "active", | |
"downloadUrl": "https://github.com/caltechlibrary/dataset/releases", | |
"keywords": [ | |
"GitHub", | |
"metadata", | |
"data", | |
"software", | |
"json" | |
], | |
"maintainer": "https://orcid.org/0000-0003-0900-6903", | |
"programmingLanguage": [ | |
"Go" | |
] | |
} |