-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
51 lines (51 loc) · 1.7 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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-3287-0313",
"@type": "Person",
"email": "[email protected]",
"name": "Mathias Kuhring",
"affiliation": "Berlin Institute of Health (BIH), Berlin, German"
},
{
"@id": "https://orcid.org/0000-0002-4180-8810",
"@type": "Person",
"email": "[email protected]",
"name": "Mikko Nieminen",
"affiliation": "Berlin Institute of Health (BIH), Berlin, German"
},
{
"@id": "https://orcid.org/0000-0002-5423-1651",
"@type": "Person",
"email": "[email protected]",
"name": "Jennifer Kirwan",
"affiliation": "Berlin Institute of Health (BIH), Berlin, German"
},
{
"@id": "https://orcid.org/0000-0002-3284-0632",
"@type": "Person",
"email": "[email protected]",
"name": "Dieter Beule",
"affiliation": "Berlin Institute of Health (BIH), Berlin, German"
},
{
"@id": "https://orcid.org/0000-0002-3051-1763",
"@type": "Person",
"email": "[email protected]",
"name": "Manuel Holtgrewe",
"affiliation": "Berlin Institute of Health (BIH), Berlin, German"
}
],
"identifier": "https://zenodo.org/record/3345950",
"codeRepository": "https://github.com/bihealth/altamisa",
"datePublished": "2019-07-25",
"dateModified": "2019-07-25",
"dateCreated": "2019-07-25",
"description": "AltamISA: a Python API for ISA-Tab files",
"keywords": "ISA-Tab, Python, software library",
"license": "MIT",
"title": "AltamISA",
"version": "v0.2.0"
}