Datasets:

bruAristimunha commited on
Commit
a4f33c0
·
verified ·
1 Parent(s): 08b78c1

Metadata stub for ds004859

Browse files
Files changed (2) hide show
  1. README.md +119 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "iEEG on children during Stroop task"
3
+ license: cc0-1.0
4
+ tags:
5
+ - ieeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - visual
11
+ - attention
12
+ - stroop
13
+ size_categories:
14
+ - n<1K
15
+ task_categories:
16
+ - other
17
+ authors:
18
+ - "Kazuki Sakakura"
19
+ - "Eishi Asano"
20
+ ---
21
+
22
+ # iEEG on children during Stroop task
23
+
24
+ **Dataset ID:** `ds004859`
25
+
26
+ _Sakakura2023_children_Stroop_
27
+
28
+ **Canonical aliases:** `Sakakura2024`
29
+
30
+ > **At a glance:** IEEG · Visual attention · unknown · 7 subjects · 9 recordings · CC0
31
+
32
+ ## Load this dataset
33
+
34
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
35
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
36
+ on demand and returns a PyTorch / braindecode dataset.
37
+
38
+ ```python
39
+ # pip install eegdash
40
+ from eegdash import EEGDashDataset
41
+
42
+ ds = EEGDashDataset(dataset="ds004859", cache_dir="./cache")
43
+ print(len(ds), "recordings")
44
+ ```
45
+
46
+ You can also load it by canonical alias — these are registered classes in `eegdash.dataset`:
47
+
48
+ ```python
49
+ from eegdash.dataset import Sakakura2024
50
+ ds = Sakakura2024(cache_dir="./cache")
51
+ ```
52
+
53
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
54
+ you can also pull it directly:
55
+
56
+ ```python
57
+ from braindecode.datasets import BaseConcatDataset
58
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004859")
59
+ ```
60
+
61
+
62
+ ## Dataset metadata
63
+
64
+ | | |
65
+ |---|---|
66
+ | **Subjects** | 7 |
67
+ | **Age range** | 10–17 yrs, mean 15.1 |
68
+ | **Recordings** | 9 |
69
+ | **Tasks (count)** | 1 |
70
+ | **Sessions** | 2 |
71
+ | **Channels** | 128 (×8), 108 (×1) |
72
+ | **Sampling rate (Hz)** | 1000 (×9) |
73
+ | **Total duration (h)** | 2.7 |
74
+ | **Size on disk** | 2.3 GB |
75
+ | **Recording type** | IEEG |
76
+ | **Experimental modality** | Visual |
77
+ | **Paradigm type** | Attention |
78
+ | **Population** | Unknown |
79
+ | **BIDS version** | 1.7.0 |
80
+ | **Source** | openneuro |
81
+ | **License** | CC0 |
82
+ | **NEMAR citations** | 0 |
83
+
84
+ ## Tasks
85
+
86
+ - `stroop`
87
+
88
+
89
+ ## People
90
+
91
+ ### Authors
92
+ - Kazuki Sakakura
93
+ - Eishi Asano _(senior)_
94
+
95
+ ### Contact
96
+ - Kaz Sakakura
97
+
98
+ ## Funding
99
+
100
+ - N/A
101
+
102
+ ## Links
103
+
104
+ - **DOI:** [10.18112/openneuro.ds004859.v1.0.0](https://doi.org/10.18112/openneuro.ds004859.v1.0.0)
105
+ - **OpenNeuro:** [ds004859](https://openneuro.org/datasets/ds004859)
106
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
107
+ - **Docs:** <https://eegdash.org>
108
+ - **Code:** <https://github.com/eegdash/EEGDash>
109
+
110
+ ## Provenance
111
+
112
+ - **Backend:** `s3` — `s3://openneuro.org/ds004859`
113
+ - **Exact size:** 2,435,511,071 bytes (2.3 GB)
114
+ - **Ingested:** 2026-04-06
115
+ - **Stats computed:** 2026-04-04
116
+
117
+ ---
118
+
119
+ _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/ds004859). 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": "ds004859",
3
+ "title": "iEEG on children during Stroop task",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004859",
6
+ "doi": "10.18112/openneuro.ds004859.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004859"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }