forked from Tevemadar/WebAlign
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
99 lines (99 loc) · 3.18 KB
/
Copy pathcodemeta.json
File metadata and controls
99 lines (99 loc) · 3.18 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"name": "WebAlign",
"identifier": "RRID:SCR_026758",
"description": "WebAlign is one of several tools developed by the Nesys laboratory, University of Oslo and participating to the Human Brain Project (HBP) and EBRAINS with the aim of facilitating brain atlas based analysis and integration of experimental data and knowledge about the rodent brain. WebAlign is a online tool for user guided affine spatial registration (anchoring) of sectional image data, typically high resolution histological images, to a 3D reference atlas space. A key feature of the tool is its ability to generate user defined cut planes through the atlas templates that match the orientation of the cutting plane of the 2D experimental images (atlas maps).",
"author": [
{
"givenName": "Gergely",
"familyName": "Csucs",
"type": "Person",
"id": "https://orcid.org/0000-0002-2093-6274",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Sharon C.",
"familyName": "Yates",
"type": "Person",
"id": "https://orcid.org/0000-0002-3001-8725",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Maja A.",
"familyName": "Puchades",
"type": "Person",
"id": "https://orcid.org/0000-0002-4536-8197",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Jan G.",
"familyName": "Bjaalie",
"type": "Person",
"id": "https://orcid.org/0000-0001-7899-906X",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
}
],
"license": [
"https://spdx.org/licenses/MIT"
],
"dateModified": "2024-03-17",
"codeRepository": "https://github.com/Neural-Systems-at-UIO/WebAlign",
"downloadUrl": "https://github.com/Neural-Systems-at-UIO/WebAlign",
"softwareHelp": [
"mailto:support@ebrains.eu"
],
"programmingLanguage": [
"JavaScript"
],
"runtimePlatform": "web",
"operatingSystem": [
"Windows",
"macOS",
"Linux"
],
"developmentStatus": "active",
"issueTracker": "https://github.com/Neural-Systems-at-UIO/WebAlign/issues",
"keywords": [
"Histology",
"Rodent",
"Atlas",
"Image registration"
],
"referencePublication": "https://doi.org/10.3389/fninf.2025.1629388",
"maintainer": [
{
"givenName": "Gergely",
"familyName": "Csucs",
"type": "Person",
"id": "https://orcid.org/0000-0002-2093-6274",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
}
],
"funder": {
"type": "Organization",
"name": "H2020-EU.1.2 SGA 720270, H2020-EU.2.3 SGA 785907 and HORIZON-INFRA (EBRAINS 2.0) 101147319"
},
"version": "0.7",
"relatedLink": [
"https://webalign.readthedocs.io"
],
"continuousIntegration": "https://github.com/Neural-Systems-at-UIO/WebAlign",
"isPartOf": "QUINT-online",
"applicationCategory": "Webapp"
}