-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
67 lines (67 loc) · 2.15 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Hucka",
"givenName": "Michael"
},
{
"@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-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"
}
],
"issueTracker": "https://github.com/caltechlibrary/template/issues",
"license": "https://github.com/caltechlibrary/template/blob/main/LICENSE",
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/template/archive/main.zip",
"codeRepository": "https://github.com/caltechlibrary/template",
"datePublished": "2022-07-14",
"keywords": [
"template",
"software"
],
"name": "Caltech Library Software Repository Template",
"description": "Template repository for software projects by the Caltech Library",
"version": "1.16.0",
"maintainer": "https://orcid.org/0000-0001-9105-5960",
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
]
}