-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
35 lines (35 loc) · 1.04 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Transform Eprints XML to DataCite XML.",
"name": "epxml_to_datacite",
"codeRepository": "https://github.com/caltechlibrary/epxml_to_datacite",
"issueTracker": "https://github.com/caltechlibrary/epxml_to_datacite/issues",
"license": "https://data.caltech.edu/license",
"version": "1.2.0",
"author": [
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/epxml_to_datacite/releases",
"keywords": [
"GitHub",
"Eprints",
"metadata",
"DataCite",
"DOI",
"XML",
"software"
],
"maintainer": "https://orcid.org/0000-0001-9266-5146",
"programmingLanguage": "Python"
}