File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments