Datasets:

bruAristimunha commited on
Commit
8678bef
·
verified ·
1 Parent(s): 6ebcf77

Metadata stub for ds004151

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Effect of obesity on inhibitory control in preadolescents during stop-signal
3
+ task. An event-related potentials study"
4
+ license: cc0-1.0
5
+ tags:
6
+ - eeg
7
+ - neuroscience
8
+ - eegdash
9
+ - brain-computer-interface
10
+ - pytorch
11
+ - visual
12
+ - attention
13
+ - obese
14
+ size_categories:
15
+ - n<1K
16
+ task_categories:
17
+ - other
18
+ ---
19
+
20
+ # Effect of obesity on inhibitory control in preadolescents during stop-signal
21
+ task. An event-related potentials study
22
+
23
+ **Dataset ID:** `ds004151`
24
+
25
+ _AlatorreCruz2022_Effect_obesity_
26
+
27
+ > **At a glance:** EEG · Visual attention · obese · 57 subjects · 57 recordings · CC0
28
+
29
+ ## Load this dataset
30
+
31
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
32
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
33
+ on demand and returns a PyTorch / braindecode dataset.
34
+
35
+ ```python
36
+ # pip install eegdash
37
+ from eegdash import EEGDashDataset
38
+
39
+ ds = EEGDashDataset(dataset="ds004151", cache_dir="./cache")
40
+ print(len(ds), "recordings")
41
+ ```
42
+
43
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
44
+ you can also pull it directly:
45
+
46
+ ```python
47
+ from braindecode.datasets import BaseConcatDataset
48
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004151")
49
+ ```
50
+
51
+
52
+ ## Dataset metadata
53
+
54
+ | | |
55
+ |---|---|
56
+ | **Subjects** | 57 |
57
+ | **Recordings** | 57 |
58
+ | **Tasks (count)** | 1 |
59
+ | **Channels** | 128 (×57) |
60
+ | **Sampling rate (Hz)** | 500 (×57) |
61
+ | **Size on disk** | 23.1 GB |
62
+ | **Recording type** | EEG |
63
+ | **Experimental modality** | Visual |
64
+ | **Paradigm type** | Attention |
65
+ | **Population** | Obese |
66
+ | **Source** | openneuro |
67
+ | **License** | CC0 |
68
+ | **NEMAR citations** | 1.0 |
69
+
70
+ ## Links
71
+
72
+ - **DOI:** [10.18112/openneuro.ds004151.v1.0.0](https://doi.org/10.18112/openneuro.ds004151.v1.0.0)
73
+ - **OpenNeuro:** [ds004151](https://openneuro.org/datasets/ds004151)
74
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
75
+ - **Docs:** <https://eegdash.org>
76
+ - **Code:** <https://github.com/eegdash/EEGDash>
77
+
78
+ ---
79
+
80
+ _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/ds004151). 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": "ds004151",
3
+ "title": "Effect of obesity on inhibitory control in preadolescents during stop-signal \ntask. An event-related potentials study",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004151",
6
+ "doi": "10.18112/openneuro.ds004151.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004151"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }