generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
42 lines (42 loc) · 1.49 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Caltech Library's Digital Borrowing System",
"name": "dibs",
"codeRepository": "https://github.com/caltechlibrary/dibs",
"issueTracker": "https://github.com/caltechlibrary/dibs/issues",
"license": "https://github.com/caltechlibrary/dibs/blob/master/LICENSE",
"version": "0.7.0",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": "mhucka@caltech.edu",
"@id": "https://orcid.org/0000-0001-9105-5960"
},
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": "Caltech Library",
"email": "rsdoiel@caltech.edu",
"@id": "https://orcid.org/0000-0003-0900-6903"
},
{
"@type": "Person",
"givenName": "Tommy",
"familyName": "Keswick",
"affiliation": "California Institute of Technology Library",
"email": "tkeswick@caltech.edu",
"@id": "https://orcid.org/0000-0001-5644-440X"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/dibs/archive/master.zip",
"keywords": [
"software"
],
"maintainer": "https://orcid.org/0000-0001-9105-5960"
}