-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
executable file
·78 lines (78 loc) · 2.63 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
76
77
78
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Caltech Library Software Repository Template",
"identifier": "10.22002/k9hsp-m7d21",
"description": "Template repository for software projects by the Caltech Library",
"version": "1.36.0",
"dateCreated": "2019-07-23",
"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"
}
],
"funder": {
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
},
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"copyrightYear": 2024,
"license": "https://github.com/caltechlibrary/template/blob/main/LICENSE",
"isAccessibleForFree": true,
"url": "https://github.com/caltechlibrary/template",
"codeRepository": "https://github.com/caltechlibrary/template",
"readme": "https://github.com/caltechlibrary/template/blob/main/README.md",
"releaseNotes": "https://github.com/caltechlibrary/template/blob/main/CHANGES.md",
"issueTracker": "https://github.com/caltechlibrary/template/issues",
"downloadUrl": "https://github.com/caltechlibrary/template/archive/main.zip",
"relatedLink": "https://data.caltech.edu/records/1vs69-ncr53",
"keywords": [
"template",
"software"
],
"developmentStatus": "active"
}