-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
62 lines (62 loc) · 2.14 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
52
53
54
55
56
57
58
59
60
61
62
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forschungszentrum Juelich"
},
"email": "x.gui@fz-juelich.de",
"familyName": "Gui",
"givenName": "Xiaoyun"
},
{
"id": "_:author_2",
"type": "Person",
"familyName": "Marcenko",
"givenName": "Vadim"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forschungszentrum Juelich"
},
"email": "ah.simsek@fz-juelich.de",
"familyName": "Simsek",
"givenName": "Ahmet Nihat"
},
{
"id": "https://orcid.org/0000-0002-9051-3701",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forschungszentrum Juelich"
},
"email": "t.dickscheid@fz-juelich.de",
"familyName": "Dickscheid",
"givenName": "Timo"
}
],
"codeRepository": "git+https://github.com/fzj-inm1-bda/siibra-api.git",
"dateCreated": "2024-08-28",
"dateModified": "2024-08-28",
"datePublished": "2021-07-18",
"description": "Siibra-API provides an easy REST access to the siibra-python features.\n\n The main goal is to abstract the python functionalities in a way that they can be used via HTTP and make it more independent and accessible.",
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "siibra-api",
"programmingLanguage": [
"python 3"
],
"runtimePlatform": "docker",
"version": "0.3.18",
"contIntegration": "https://github.com/FZJ-INM1-BDA/siibra-api/actions",
"codemeta:continuousIntegration": {
"id": "https://github.com/FZJ-INM1-BDA/siibra-api/actions"
},
"issueTracker": "https://github.com/fzj-inm1-bda/siibra-api/issues"
}