Skip to content

Commit d245fe4

Browse files
committed
Add DOI to codemeta.json file
1 parent 8b3110e commit d245fe4

File tree

1 file changed

+62
-59
lines changed

1 file changed

+62
-59
lines changed

codemeta.json

100644100755
Lines changed: 62 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
{
2-
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3-
"@type": "SoftwareSourceCode",
4-
"description": "Python wrapper for CaltechDATA API.",
5-
"name": "caltechdata_api",
6-
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
7-
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
8-
"license": "https://data.caltech.edu/license",
9-
"version": "1.8.1",
10-
"author": [
11-
{
12-
"@type": "Person",
13-
"givenName": "Thomas E",
14-
"familyName": "Morrell",
15-
"affiliation": {
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"description": "Python wrapper for CaltechDATA API.",
5+
"name": "caltechdata_api",
6+
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
7+
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
8+
"license": "https://data.caltech.edu/license",
9+
"version": "1.8.1",
10+
"author": [
11+
{
12+
"@type": "Person",
13+
"givenName": "Thomas E",
14+
"familyName": "Morrell",
15+
"affiliation": {
1616
"@type": "Organization",
1717
"name": "Caltech Library"
1818
},
19-
"email": "[email protected]",
20-
"@id": "https://orcid.org/0000-0001-9266-5146"
21-
},
22-
{
23-
"@type": "Person",
24-
"givenName": "Bhattarai",
25-
"familyName": "Rohan ",
26-
"affiliation": {
19+
"email": "[email protected]",
20+
"@id": "https://orcid.org/0000-0001-9266-5146"
21+
},
22+
{
23+
"@type": "Person",
24+
"givenName": "Bhattarai",
25+
"familyName": "Rohan ",
26+
"affiliation": {
2727
"@type": "Organization",
2828
"name": "Caltech"
2929
},
30-
"@id": "https://orcid.org/0009-0007-0323-4733"
31-
},
32-
{
33-
"@type": "Person",
34-
"givenName": "Won",
35-
"familyName": "Elizabeth",
36-
"affiliation": {
30+
"@id": "https://orcid.org/0009-0007-0323-4733"
31+
},
32+
{
33+
"@type": "Person",
34+
"givenName": "Won",
35+
"familyName": "Elizabeth",
36+
"affiliation": {
3737
"@type": "Organization",
3838
"name": "Caltech"
3939
}
40-
}],
41-
"developmentStatus": "active",
42-
"downloadUrl": "https://github.com/caltechlibrary/caltechdata_api/archive/1.8.1.zip",
43-
"keywords": [
44-
"GitHub",
45-
"metadata",
46-
"software",
47-
"InvenioRDM"
48-
],
49-
"maintainer": [
50-
{
51-
"@type": "Person",
52-
"givenName": "Thomas E",
53-
"familyName": "Morrell",
54-
"affiliation": {
40+
}
41+
],
42+
"developmentStatus": "active",
43+
"downloadUrl": "https://github.com/caltechlibrary/caltechdata_api/archive/1.8.1.zip",
44+
"keywords": [
45+
"GitHub",
46+
"metadata",
47+
"software",
48+
"InvenioRDM"
49+
],
50+
"maintainer": [
51+
{
52+
"@type": "Person",
53+
"givenName": "Thomas E",
54+
"familyName": "Morrell",
55+
"affiliation": {
5556
"@type": "Organization",
5657
"name": "Caltech Library"
5758
},
58-
"email": "[email protected]",
59-
"@id": "https://orcid.org/0000-0001-9266-5146"
60-
}],
61-
"funding": {
62-
"@type": "Grant",
63-
"identifier":"2322420",
64-
"name": "CC* Data Storage: Closing Caltech's data storage gap: from ad-hoc to well-managed stewardship of large-scale datasets",
65-
"funder": {
66-
"@id": "https://doi.org/10.13039/100000001",
67-
"@type": "Organization",
68-
"name": "National Science Foundation"
69-
}
70-
},
71-
"programmingLanguage": "Python"
72-
}
59+
"email": "[email protected]",
60+
"@id": "https://orcid.org/0000-0001-9266-5146"
61+
}
62+
],
63+
"funding": {
64+
"@type": "Grant",
65+
"identifier": "2322420",
66+
"name": "CC* Data Storage: Closing Caltech's data storage gap: from ad-hoc to well-managed stewardship of large-scale datasets",
67+
"funder": {
68+
"@id": "https://doi.org/10.13039/100000001",
69+
"@type": "Organization",
70+
"name": "National Science Foundation"
71+
}
72+
},
73+
"programmingLanguage": "Python",
74+
"identifier": "10.22002/5rbqw-9cc91"
75+
}

0 commit comments

Comments
 (0)