generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
49 lines (49 loc) · 1.42 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Source for the 'Atlas of Bacterial and Archaeal Cell Structure'",
"name": "Cell Atlas",
"codeRepository": "https://github.com/caltechlibrary/cell-atlas",
"issueTracker": "https://github.com/caltechlibrary/cell-atlas/issues",
"license": "https://data.caltech.edu/license",
"version": "2.3.0",
"author": [
{
"@type": "Person",
"givenName": "Catherine",
"familyName": "Oikonomou",
"affiliation": "Caltech",
"@id": "https://orcid.org/0000-0003-2312-4746"
},
{
"@type": "Person",
"givenName": "Grant",
"familyName": "Jensen",
"affiliation": "Caltech",
"@id": "https://orcid.org/0000-0003-1556-4864"
},
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": "Caltech Library",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
},
{
"@type": "Person",
"givenName": "Kian",
"familyName": "Badie"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/cellatlas/archive/v2.0.0.zip",
"keywords": [
"GitHub",
"Atlas of Bacterial and Archaeal Cell Structure",
"CryoEM",
"Jensen Lab"
],
"maintainer": "https://orcid.org/0000-0001-9266-5146",
"programmingLanguage": "Python"
}