forked from sappelhoff/pyprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
92 lines (92 loc) · 3.11 KB
/
.zenodo.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
{
"title": "PyPREP: A Python implementation of the preprocessing pipeline (PREP) for EEG data.",
"description": "PyPrep is a Python library to facilitate preprocessing of EEG data. More information can be found at <a href=\"https://pyprep.readthedocs.io\">pyprep.readthedocs.io</a>.",
"creators": [
{
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany",
"name": "Appelhoff, Stefan",
"orcid": "0000-0001-8002-0877"
},
{
"affiliation": "Dalhousie University, Halifax, Nova Scotia",
"name": "Hurst, Austin J.",
"orcid": "0000-0002-0219-4131"
},
{
"affiliation": "Johns Hopkins University, Baltimore, MD, USA",
"name": "Lawrence, Aamna",
"orcid": "0000-0002-0983-0997"
},
{
"affiliation": "Institute for Computational Medicine, Johns Hopkins University, Baltimore, MD, USA",
"name": "Li, Adam",
"orcid": "0000-0001-8421-365X"
},
{
"affiliation": "Grupo Neuropsicología y Conducta, Universidad de Antioquia, Medellín, Colombia",
"name": "Mantilla Ramos, Yorguin José",
"orcid": "0000-0003-4473-0876"
},
{
"affiliation": "Azrieli Centre for Autism Research, McGill University, Montreal, Canada",
"name": "O'Reilly, Christian",
"orcid": "0000-0002-3149-4934"
},
{
"affiliation": "Department of Biomedical Engineering, Johns Hopkins University, Baltimore, MD, USA",
"name": "Xiang, Liang",
"orcid": "0000-0003-3191-9565"
},
{
"affiliation": "Institute of Electric Power Systems, Otto von Guericke University Magdeburg, Magdeburg, Germany",
"name": "Jonte Dancker"
},
{
"affiliation": "Fondation Campus Biotech Geneva, Geneva, Switzerland",
"name": "Mathieu Scheltienne"
},
{
"affiliation": "Department of Biomedical Engineering, University of Rochester, Rochester, NY, USA",
"name": "Ole Bialas",
"orcid": "0000-0003-4472-7626"
}
],
"keywords": [
"EEG",
"artifact",
"preprocessing",
"data",
"neuroscience",
"neuroimaging",
"mne",
"python",
"electroencephalography",
"eeg"
],
"license": "MIT",
"upload_type": "software",
"access_right": "open",
"language": "eng",
"related_identifiers": [
{
"relation": "isSupplementedBy",
"identifier": "https://github.com/sappelhoff/pyprep/",
"resource_type": "software"
},
{
"relation": "isSupplementedBy",
"identifier": "10.3389/fninf.2015.00016",
"resource_type": "publication-article"
},
{
"relation": "isDerivedFrom",
"identifier": "https://github.com/VisLab/EEG-Clean-Tools",
"resource_type": "software"
},
{
"relation": "isSupplementedBy",
"identifier": "https://github.com/a-hurst/matprep_artifacts",
"resource_type": "software"
}
]
}