Datasets:

bruAristimunha commited on
Commit
e6a4760
·
verified ·
1 Parent(s): c0dc6d0

Metadata stub for ds004929

Browse files
Files changed (2) hide show
  1. README.md +113 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "BallSqueezingHD"
3
+ license: cc0-1.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - motor
11
+ - ballsqueezing
12
+ size_categories:
13
+ - n<1K
14
+ task_categories:
15
+ - other
16
+ authors:
17
+ - "Yuanyuan Gao"
18
+ - "De’Ja Rogers"
19
+ - "Alexander von Lühmann"
20
+ - "Antonio Ortega-Martinez"
21
+ - "David A. Boas"
22
+ - "Meryem A. Yücel"
23
+ ---
24
+
25
+ # BallSqueezingHD
26
+
27
+ **Dataset ID:** `ds004929`
28
+
29
+ _Gao2024_
30
+
31
+ > **At a glance:** FNIRS · Motor motor · unknown · 12 subjects · 36 recordings · CC0
32
+
33
+ ## Load this dataset
34
+
35
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
36
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
37
+ on demand and returns a PyTorch / braindecode dataset.
38
+
39
+ ```python
40
+ # pip install eegdash
41
+ from eegdash import EEGDashDataset
42
+
43
+ ds = EEGDashDataset(dataset="ds004929", cache_dir="./cache")
44
+ print(len(ds), "recordings")
45
+ ```
46
+
47
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
48
+ you can also pull it directly:
49
+
50
+ ```python
51
+ from braindecode.datasets import BaseConcatDataset
52
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004929")
53
+ ```
54
+
55
+
56
+ ## Dataset metadata
57
+
58
+ | | |
59
+ |---|---|
60
+ | **Subjects** | 12 |
61
+ | **Recordings** | 36 |
62
+ | **Tasks (count)** | 1 |
63
+ | **Channels** | 200 (×36) |
64
+ | **Sampling rate (Hz)** | 8.719308035714286 (×36) |
65
+ | **Size on disk** | 302.4 MB |
66
+ | **Recording type** | FNIRS |
67
+ | **Experimental modality** | Motor |
68
+ | **Paradigm type** | Motor |
69
+ | **Population** | Unknown |
70
+ | **BIDS version** | 1.7.1 |
71
+ | **Source** | openneuro |
72
+ | **License** | CC0 |
73
+
74
+ ## Tasks
75
+
76
+ - `BallSqueezing`
77
+
78
+
79
+ ## People
80
+
81
+ ### Authors
82
+ - Yuanyuan Gao
83
+ - De’Ja Rogers
84
+ - Alexander von Lühmann
85
+ - Antonio Ortega-Martinez
86
+ - David A. Boas
87
+ - Meryem A. Yücel _(senior)_
88
+
89
+ ### Contact
90
+ - Sreekanth kura
91
+
92
+ ## Funding
93
+
94
+ - NIH BRAIN Initiative (Grant No. 1U01EB029856-01)
95
+
96
+ ## Links
97
+
98
+ - **DOI:** [10.18112/openneuro.ds004929.v1.0.0](https://doi.org/10.18112/openneuro.ds004929.v1.0.0)
99
+ - **OpenNeuro:** [ds004929](https://openneuro.org/datasets/ds004929)
100
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
101
+ - **Docs:** <https://eegdash.org>
102
+ - **Code:** <https://github.com/eegdash/EEGDash>
103
+
104
+ ## Provenance
105
+
106
+ - **Backend:** `s3` — `s3://openneuro.org/ds004929`
107
+ - **Exact size:** 317,141,546 bytes (302.4 MB)
108
+ - **Ingested:** 2026-04-06
109
+ - **Stats computed:** 2026-04-04
110
+
111
+ ---
112
+
113
+ _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/ds004929). 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": "ds004929",
3
+ "title": "BallSqueezingHD",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004929",
6
+ "doi": "10.18112/openneuro.ds004929.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004929"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }