generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
31 lines (31 loc) · 1.01 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Cover image finder for books",
"name": "coif",
"codeRepository": "https://github.com/caltechlibrary/coif",
"issueTracker": "https://github.com/caltechlibrary/coif/issues",
"license": "https://github.com/caltechlibrary/coif/blob/main/LICENSE",
"version": "0.0.1",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": ";mhucka@library.caltech.edu",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/coif/archive/main.zip",
"keywords": [
"software",
"libraries"
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
"funder": {
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
}