Datasets:

bruAristimunha commited on
Commit
6cf0952
·
verified ·
1 Parent(s): f07566e

Metadata stub for ds005083

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Safety and Accuracy of Stereoelectroencephalography for Pediatric Patients with Prior Craniotomy"
3
+ license: cc0-1.0
4
+ tags:
5
+ - ieeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - unknown
11
+ - clinical-intervention
12
+ - surgery
13
+ size_categories:
14
+ - 1K<n<10K
15
+ task_categories:
16
+ - other
17
+ ---
18
+
19
+ # Safety and Accuracy of Stereoelectroencephalography for Pediatric Patients with Prior Craniotomy
20
+
21
+ **Dataset ID:** `ds005083`
22
+
23
+ _Yang2024_
24
+
25
+ > **At a glance:** IEEG · Unknown clinical/intervention · surgery · 61 subjects · 1357 recordings · CC0
26
+
27
+ ## Load this dataset
28
+
29
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
30
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
31
+ on demand and returns a PyTorch / braindecode dataset.
32
+
33
+ ```python
34
+ # pip install eegdash
35
+ from eegdash import EEGDashDataset
36
+
37
+ ds = EEGDashDataset(dataset="ds005083", cache_dir="./cache")
38
+ print(len(ds), "recordings")
39
+ ```
40
+
41
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
42
+ you can also pull it directly:
43
+
44
+ ```python
45
+ from braindecode.datasets import BaseConcatDataset
46
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds005083")
47
+ ```
48
+
49
+
50
+ ## Dataset metadata
51
+
52
+ | | |
53
+ |---|---|
54
+ | **Subjects** | 61 |
55
+ | **Recordings** | 1357 |
56
+ | **Tasks (count)** | 3 |
57
+ | **Channels** | 105 (×2), 114 (×2), 150 (×1), 102 (×1), 99 (×1), 62 (×1), 98 (×1), 148 (×1), 166 (×1), 138 (×1), 124 (×1), 129 (×1), 61 (×1), 117 (×1), 83 (×1), 230 (×1), 144 (×1), 95 (×1), 100 (×1), 134 (×1), 132 (×1), 112 (×1), 73 (×1), 123 (×1), 93 (×1), 152 (×1), 65 (×1), 103 (×1) |
58
+ | **Size on disk** | 281.7 KB |
59
+ | **Recording type** | IEEG |
60
+ | **Experimental modality** | Unknown |
61
+ | **Paradigm type** | Clinical/Intervention |
62
+ | **Population** | Surgery |
63
+ | **Source** | openneuro |
64
+ | **License** | CC0 |
65
+
66
+ ## Links
67
+
68
+ - **DOI:** [10.18112/openneuro.ds005083.v1.0.0](https://doi.org/10.18112/openneuro.ds005083.v1.0.0)
69
+ - **OpenNeuro:** [ds005083](https://openneuro.org/datasets/ds005083)
70
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
71
+ - **Docs:** <https://eegdash.org>
72
+ - **Code:** <https://github.com/eegdash/EEGDash>
73
+
74
+ ---
75
+
76
+ _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/ds005083). 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": "ds005083",
3
+ "title": "Safety and Accuracy of Stereoelectroencephalography for Pediatric Patients with Prior Craniotomy",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds005083",
6
+ "doi": "10.18112/openneuro.ds005083.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds005083"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }