-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
51 lines (51 loc) · 1.89 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-4180-8810",
"@type": "Person",
"email": "mikko.nieminen@bih-charite.de",
"name": "Mikko Nieminen",
"affiliation": "Berlin Institute of Health, Anna-Louisa-Karsch-Straße 2, 10178 Berlin"
},
{
"@id": "https://orcid.org/0000-0002-8686-2941",
"@type": "Person",
"email": "oliver.stolpe@bih-charite.de",
"name": "Oliver Stolpe",
"affiliation": "Berlin Institute of Health, Anna-Louisa-Karsch-Straße 2, 10178 Berlin"
},
{
"@id": "https://orcid.org/0000-0002-1332-4894",
"@type": "Person",
"email": "franziska.schumann@fu-berlin.de",
"name": "Franziska Schumann",
"affiliation": "Berlin Institute of Health, Anna-Louisa-Karsch-Straße 2, 10178 Berlin"
},
{
"@id": "https://orcid.org/0000-0002-3051-1763",
"@type": "Person",
"email": "manuel.holtgrewe@bih-charite.de",
"name": "Manuel Holtgrewe",
"affiliation": "Berlin Institute of Health, Anna-Louisa-Karsch-Straße 2, 10178 Berlin"
},
{
"@id": "https://orcid.org/0000-0002-3284-0632",
"@type": "Person",
"email": "dieter.beule@bih-charite.de",
"name": "Dieter Beule",
"affiliation": "Berlin Institute of Health, Anna-Louisa-Karsch-Straße 2, 10178 Berlin"
}
],
"identifier": "https://doi.org/10.5281/zenodo.4269346",
"codeRepository": "https://github.com/bihealth/sodar-core",
"datePublished": "2025-01-03",
"dateModified": "2025-01-03",
"dateCreated": "2019-06-26",
"description": "SODAR Core: A Django-based framework for scientific data management and analysis web apps",
"keywords": "Python, Django, scientific data managmenent, software library",
"license": "MIT",
"title": "SODAR Core",
"version": "v1.0.4"
}