-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
68 lines (68 loc) · 2.14 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-9266-5146",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Morrell",
"givenName": "Thomas E."
},
{
"@id": "https://orcid.org/0000-0001-5644-440X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Keswick",
"givenName": "Tommy"
},
{
"@id": "https://orcid.org/0000-0003-0900-6903",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Doiel",
"givenName": "Robert"
},
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Hucka",
"givenName": "Michael"
}
],
"issueTracker": "https://github.com/caltechlibrary/caltechdata/issues",
"license": "https://github.com/caltechlibrary/caltechdata/blob/main/LICENSE",
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/caltechdata/archive/main.zip",
"codeRepository": "https://github.com/caltechlibrary/caltechdata",
"datePublished": "2022-09-21",
"keywords": [
"InvenioRDM",
"Institutional",
"Repository"
],
"name": "CaltechDATA Repository",
"description": "InvenioRDM source for CaltechDATA Repository",
"version": "1.0.2",
"maintainer": "https://orcid.org/0000-0001-9266-5146",
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
]
}