-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcodemeta.json
143 lines (143 loc) · 5.33 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Neuroscience",
"codeRepository": "https://github.com/Aswendt-Lab/AIDAmri",
"contributor": [
{
"id": "_:contributor_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "niklaspallast@yahoo.de",
"familyName": "Pallast",
"givenName": "Niklas"
},
{
"type": "Role",
"contributor": "_:contributor_1",
"endDate": "2020-03-12",
"roleName": "Developer",
"startDate": "2017-08-10"
},
{
"id": "_:contributor_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "leon.scharwaechter@gmail.com",
"familyName": "Scharwächter",
"givenName": "Leon"
},
{
"type": "Role",
"contributor": "_:contributor_2",
"endDate": "2021-08-31",
"roleName": "Developer",
"startDate": "2020-04-01"
},
{
"id": "_:contributor_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "victor.vera@gmx.de",
"familyName": "Vera Frazao",
"givenName": "Victor"
},
{
"type": "Role",
"contributor": "_:contributor_3",
"endDate": "2024-06-25",
"roleName": "Developer",
"startDate": "2021-09-07"
},
{
"id": "_:contributor_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "marc@schneider-lein.de",
"familyName": "Schneider",
"givenName": "Marc"
},
{
"type": "Role",
"contributor": "_:contributor_4",
"endDate": "2024-03-27",
"roleName": "Developer",
"startDate": "2023-10-19"
},
{
"id": "_:contributor_5",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "arefks@gmail.com",
"familyName": "Kalantari",
"givenName": "Aref"
},
{
"type": "Role",
"contributor": "_:contributor_5",
"endDate": "2024-08-27",
"roleName": "Developer",
"startDate": "2023-11-07"
},
{
"id": "_:contributor_6",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Neurology, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany"
},
"email": "markus.aswendt@uk-koeln.de",
"familyName": "Aswendt",
"givenName": "Markus"
},
{
"type": "Role",
"contributor": "_:contributor_6",
"endDate": "2024-08-27",
"roleName": "Developer",
"startDate": "2018-11-29"
}
],
"dateCreated": "2017-08-10",
"dateModified": "2024-01-22",
"datePublished": "2018-10-19",
"description": "Dockerized Atlas-based Imaging Data Analysis Pipeline (AIDA) for structural and functional MRI of the mouse brain. Accepts Bruker raw data, BIDS and Nifty files as input. Performs a range of data conversion and pre-processing steps including the multi-step registration with the Allen Mouse Brain Atlas. ",
"downloadUrl": "https://github.com/Aswendt-Lab/AIDAmri/releases/tag/v2.0",
"funder": {
"type": "Organization",
"name": "Friebe Foundation"
},
"keywords": [
"MRI",
"mouse brain",
"atlas registration",
"rs-fMRI",
"DTI",
"connectivity"
],
"license": "https://spdx.org/licenses/GPL-3.0",
"name": "AIDAmri",
"operatingSystem": "OS-independent Docker",
"programmingLanguage": "Python 3.7",
"releaseNotes": "Introducing the Brain Imaging Data Structure (BIDS) to improve and standardize data organisation\nImproved batch processing, including independent T2 mapping\nParallel computing for faster processing\nCleaner processing output stream and verbose logging",
"softwareRequirements": "Docker",
"version": "2.0",
"developmentStatus": "active",
"funding": "T0498/28960/16",
"referencePublication": "ttps://doi.org/10.3389/fninf.2019.00042"
}