-
Notifications
You must be signed in to change notification settings - Fork 4
/
codemeta.json
executable file
·75 lines (75 loc) · 2.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Python wrapper for CaltechDATA API.",
"name": "caltechdata_api",
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
"license": "https://data.caltech.edu/license",
"version": "1.8.2",
"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"
},
{
"@type": "Person",
"givenName": "Bhattarai",
"familyName": "Rohan ",
"affiliation": {
"@type": "Organization",
"name": "Caltech"
},
"@id": "https://orcid.org/0009-0007-0323-4733"
},
{
"@type": "Person",
"givenName": "Won",
"familyName": "Elizabeth",
"affiliation": {
"@type": "Organization",
"name": "Caltech"
}
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/caltechdata_api/archive/1.8.1.zip",
"keywords": [
"GitHub",
"metadata",
"software",
"InvenioRDM"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
}
],
"funding": {
"@type": "Grant",
"identifier": "2322420",
"name": "CC* Data Storage: Closing Caltech's data storage gap: from ad-hoc to well-managed stewardship of large-scale datasets",
"funder": {
"@id": "https://doi.org/10.13039/100000001",
"@type": "Organization",
"name": "National Science Foundation"
}
},
"programmingLanguage": "Python",
"identifier": "10.22002/wfjr5-kw507"
}