Datasets:

bruAristimunha commited on
Commit
35905c5
·
verified ·
1 Parent(s): ae85191

Metadata stub for ds004951

Browse files
Files changed (2) hide show
  1. README.md +153 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Braille letters - EEG"
3
+ license: cc0-1.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - tactile
11
+ - learning
12
+ - other
13
+ - letters
14
+ size_categories:
15
+ - n<1K
16
+ task_categories:
17
+ - other
18
+ authors:
19
+ - "Marleen Haupt"
20
+ - "Monika Graumann"
21
+ - "Santani Teng"
22
+ - "Carina Kaltenbach"
23
+ - "Radoslaw M. Cichy"
24
+ ---
25
+
26
+ # Braille letters - EEG
27
+
28
+ **Dataset ID:** `ds004951`
29
+
30
+ _Haupt2024_Braille_
31
+
32
+ **Canonical aliases:** `Haupt2025`
33
+
34
+ > **At a glance:** EEG · Tactile learning · other · 11 subjects · 23 recordings · CC0
35
+
36
+ ## Load this dataset
37
+
38
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
39
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
40
+ on demand and returns a PyTorch / braindecode dataset.
41
+
42
+ ```python
43
+ # pip install eegdash
44
+ from eegdash import EEGDashDataset
45
+
46
+ ds = EEGDashDataset(dataset="ds004951", cache_dir="./cache")
47
+ print(len(ds), "recordings")
48
+ ```
49
+
50
+ You can also load it by canonical alias — these are registered classes in `eegdash.dataset`:
51
+
52
+ ```python
53
+ from eegdash.dataset import Haupt2025
54
+ ds = Haupt2025(cache_dir="./cache")
55
+ ```
56
+
57
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
58
+ you can also pull it directly:
59
+
60
+ ```python
61
+ from braindecode.datasets import BaseConcatDataset
62
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004951")
63
+ ```
64
+
65
+
66
+ ## Dataset metadata
67
+
68
+ | | |
69
+ |---|---|
70
+ | **Subjects** | 11 |
71
+ | **Age range** | 29–61 yrs, mean 44.2 |
72
+ | **Recordings** | 23 |
73
+ | **Tasks (count)** | 1 |
74
+ | **Sessions** | 2 |
75
+ | **Channels** | 64 (×13), 63 (×10) |
76
+ | **Sampling rate (Hz)** | 1000 (×23) |
77
+ | **Total duration (h)** | 25.9 |
78
+ | **Size on disk** | 22.0 GB |
79
+ | **Recording type** | EEG |
80
+ | **Experimental modality** | Tactile |
81
+ | **Paradigm type** | Learning |
82
+ | **Population** | Other |
83
+ | **BIDS version** | 1.7.0 |
84
+ | **Source** | openneuro |
85
+ | **License** | CC0 |
86
+ | **NEMAR citations** | 1 |
87
+
88
+ ## Tasks
89
+
90
+ - `letters`
91
+
92
+
93
+ ## Upstream README
94
+
95
+ _Verbatim from the dataset's authors — the canonical description._
96
+
97
+ This dataset contains the raw EEG data accompanying the paper "The transformation of sensory to perceptual braille letter representations in the visually deprived brain". Please cite the above paper if you use this data.
98
+ The dataset includes:
99
+ Brainvision files (.eeg, .vhdr, .vmrk) for all participants.
100
+ Please note, for some participants the EEG decording had to be stopped and restarted within a session. In this case, the different files are indicated as separate runs. In addition, some participants completed a second session.
101
+ The events files contain the onsets, durations, trial types and values for all trials in the corresponding run. Stimuli are Braille letters (B,C,D,L,M,N,V,Z) presented on Braille cells under the left and right index fingers of participants. Triggers S1-8 are letters presented to the left hand, triggers S9-16 are letters presented to the right hand.
102
+ Other triggers:
103
+ starttrigger = S100;
104
+ trialonset = S101;
105
+ stimulusonset = S222;
106
+ catchtrial = S200;
107
+ pedalpress_correct = S253;
108
+ pedalpress_incorrect = S254;
109
+ endtrigger = S255;
110
+ For a full description of the paradigm and the employed procedures please see the paper.
111
+ References for MNE BIDS conversion
112
+ ----------
113
+ Appelhoff, S., Sanderson, M., Brooks, T., Vliet, M., Quentin, R., Holdgraf, C., Chaumon, M., Mikulan, E., Tavabi, K., Höchenberger, R., Welke, D., Brunner, C., Rockhill, A., Larson, E., Gramfort, A. and Jas, M. (2019). MNE-BIDS: Organizing electrophysiological data into the BIDS format and facilitating their analysis. Journal of Open Source Software 4: (1896). https://doi.org/10.21105/joss.01896
114
+ Pernet, C. R., Appelhoff, S., Gorgolewski, K. J., Flandin, G., Phillips, C., Delorme, A., Oostenveld, R. (2019). EEG-BIDS, an extension to the brain imaging data structure for electroencephalography. Scientific Data, 6, 103. https://doi.org/10.1038/s41597-019-0104-8
115
+
116
+
117
+ ## People
118
+
119
+ ### Authors
120
+ - Marleen Haupt
121
+ - Monika Graumann
122
+ - Santani Teng
123
+ - Carina Kaltenbach
124
+ - Radoslaw M. Cichy _(senior)_
125
+
126
+ ### Contact
127
+ - Marleen Haupt
128
+
129
+ ## Funding
130
+
131
+ - CI241/1-1
132
+ - CI241/3-1
133
+ - CI241/7-1
134
+ - ERC-StG-2018-803370
135
+
136
+ ## Links
137
+
138
+ - **DOI:** [10.18112/openneuro.ds004951.v1.0.0](https://doi.org/10.18112/openneuro.ds004951.v1.0.0)
139
+ - **OpenNeuro:** [ds004951](https://openneuro.org/datasets/ds004951)
140
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
141
+ - **Docs:** <https://eegdash.org>
142
+ - **Code:** <https://github.com/eegdash/EEGDash>
143
+
144
+ ## Provenance
145
+
146
+ - **Backend:** `s3` — `s3://openneuro.org/ds004951`
147
+ - **Exact size:** 23,627,351,784 bytes (22.0 GB)
148
+ - **Ingested:** 2026-04-06
149
+ - **Stats computed:** 2026-04-04
150
+
151
+ ---
152
+
153
+ _Auto-generated from [dataset_summary.csv](https://github.com/eegdash/EEGDash/blob/main/eegdash/dataset/dataset_summary.csv) and the [EEGDash API](https://data.eegdash.org/api/eegdash/datasets/summary/ds004951). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._
eegdash.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "ds004951",
3
+ "title": "Braille letters - EEG",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004951",
6
+ "doi": "10.18112/openneuro.ds004951.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004951"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }