-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
77 lines (77 loc) · 3.13 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"@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": "[email protected]",
"familyName": "Gui",
"givenName": "Xiaoyun"
},
{
"id": "_:author_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forshungszentrum Juelich"
},
"familyName": "Gogshelidze",
"givenName": "Daviti"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forshungszentrum Juelich"
},
"familyName": "Ahmet Nihat",
"givenName": "Simsek"
},
{
"id": "_:author_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forshungszentrum Juelich"
},
"familyName": "Christian",
"givenName": "Schiffer"
},
{
"id": "https://orcid.org/0000-0002-9051-3701",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Forschungszentrum Juelich"
},
"email": "[email protected]",
"familyName": "Dickscheid",
"givenName": "Timo"
}
],
"codeRepository": "git+https://github.com/fzj-inm1-bda/siibra-explorer.git",
"dateCreated": "2024-08-28",
"dateModified": "2024-11-9",
"datePublished": "2019-04-26",
"description": "`siibra-explorer` is a browser based 3D viewer for exploring brain atlases that cover different spatial resolutions and modalities. It is built around an interactive 3D view of the brain displaying a unique selection of detailed templates and parcellation maps for the human, macaque, rat or mouse brain, including BigBrain as a microscopic resolution human brain model at its full resolution of 20 micrometers. ",
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "siibra-explorer",
"programmingLanguage": [
"python 3",
"typescript"
],
"schema:releaseNotes": "# v2.14.15\n\n## Feature\n\n- drag/drop nifti: allow sform to be used if qform not set\n- support zarr/n5 datasource\n- support datasource hosted on GCP (via JSON API)\n\n## Documentation\n\n- fixed up some wordings related to drag/drop nifti\n\n## Bugfix\n\n- fix the visual bug where full name of the space/parcellation is not been properly displayed\n",
"runtimePlatform": "docker",
"version": "2.14.15",
"contIntegration": "https://github.com/FZJ-INM1-BDA/siibra-explorer/actions",
"codemeta:continuousIntegration": {
"id": "https://github.com/FZJ-INM1-BDA/siibra-explorer/actions"
},
"issueTracker": "https://github.com/fzj-inm1-bda/siibra-explorer/issues"
}