Skip to content

Commit 87c72e3

Browse files
committed
Add codemeta, prep for release
1 parent 89eeba6 commit 87c72e3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

codemeta.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"description": "Transform Eprints XML to DataCite XML.",
5+
"name": "epxml_to_datacite",
6+
"codeRepository": "https://github.com/caltechlibrary/epxml_to_datacite",
7+
"issueTracker": "https://github.com/caltechlibrary/epxml_to_datacite/issues",
8+
"license": "https://data.caltech.edu/license",
9+
"version": "0.1",
10+
"author": [
11+
{
12+
"@type": "Person",
13+
"givenName": "Thomas E",
14+
"familyName": "Morrell",
15+
"affiliation": "Caltech Library",
16+
"email": "tmorrell@caltech.edu",
17+
"@id": "https://orcid.org/0000-0001-9266-5146"
18+
}],
19+
"developmentStatus": "active",
20+
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.1.zip",
21+
"keywords": [
22+
"GitHub",
23+
"Eprints",
24+
"metadata",
25+
"DataCite",
26+
"DOI",
27+
"XML",
28+
"software"
29+
],
30+
"maintainer": "https://orcid.org/0000-0001-9266-5146",
31+
"programmingLanguage": "Python"
32+
}

0 commit comments

Comments
 (0)