Datasets:

bruAristimunha commited on
Commit
170d877
·
verified ·
1 Parent(s): ae85191

Metadata stub for ds004844

Browse files
Files changed (2) hide show
  1. README.md +136 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "T22"
3
+ license: cc0-1.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - visual
11
+ - decision-making
12
+ - drive
13
+ size_categories:
14
+ - n<1K
15
+ task_categories:
16
+ - other
17
+ authors:
18
+ - "Jason S. Metcalfe"
19
+ - "Victor Paul"
20
+ - "Benamin Haynes"
21
+ - "Corey Atwater"
22
+ - "Amar Marathe"
23
+ - "Gregory Gremillion"
24
+ - "Kim Drnec"
25
+ - "William Nothwang"
26
+ - "Justin R. Estepp"
27
+ - "Margaret Bowers"
28
+ - "Jamie Lukos"
29
+ - "Tony Johnson"
30
+ ---
31
+
32
+ # T22
33
+
34
+ **Dataset ID:** `ds004844`
35
+
36
+ _Metcalfe2023_T22_
37
+
38
+ > **At a glance:** EEG · Visual decision-making · healthy · 17 subjects · 68 recordings · CC0
39
+
40
+ ## Load this dataset
41
+
42
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
43
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
44
+ on demand and returns a PyTorch / braindecode dataset.
45
+
46
+ ```python
47
+ # pip install eegdash
48
+ from eegdash import EEGDashDataset
49
+
50
+ ds = EEGDashDataset(dataset="ds004844", cache_dir="./cache")
51
+ print(len(ds), "recordings")
52
+ ```
53
+
54
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
55
+ you can also pull it directly:
56
+
57
+ ```python
58
+ from braindecode.datasets import BaseConcatDataset
59
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004844")
60
+ ```
61
+
62
+
63
+ ## Dataset metadata
64
+
65
+ | | |
66
+ |---|---|
67
+ | **Subjects** | 17 |
68
+ | **Recordings** | 68 |
69
+ | **Tasks (count)** | 1 |
70
+ | **Sessions** | 4 |
71
+ | **Channels** | 72 (×68) |
72
+ | **Sampling rate (Hz)** | 1024 (×68) |
73
+ | **Total duration (h)** | 21.3 |
74
+ | **Size on disk** | 22.3 GB |
75
+ | **Recording type** | EEG |
76
+ | **Experimental modality** | Visual |
77
+ | **Paradigm type** | Decision-making |
78
+ | **Population** | Healthy |
79
+ | **BIDS version** | 1.8.0 |
80
+ | **Source** | openneuro |
81
+ | **License** | CC0 |
82
+ | **NEMAR citations** | 0 |
83
+
84
+ ## Tasks
85
+
86
+ - `Drive`
87
+
88
+
89
+ ## Upstream README
90
+
91
+ _Verbatim from the dataset's authors — the canonical description._
92
+
93
+ TX22 dataset: Predicting and influencing trust-based decisions about control authority hand-off and take-over during simulated, semi-automated driving in a leader-follower paradigm.Vehicle survivability is critically important in todays military. Significant DoD investments have focused on developing and integrating autonomous vehicle technologies to mitigate the effects of human error and thus enhance surviability and mission effectiveness. In a previous experiment (SANDR designation: ARL_TX20), we explored how a human operators acceptance and use of advanced technology is influenced by their trust and related factors, like subjective workload and automation reliability. Nevertheless, more critical than measuring and achieving a certain level of trust is the need for a capability to resolve observed (or predicted) discrepancies between trust and trustworthiness that will undermine effective joint system performance. Using the same paradigm as we developed for our previous experiment (ARL_TX20), here we explore our ability to (a) make accurate real-time predictions of instances where intervention is necessary and (b) use those predictions to provide feedback to the driver that is intended to support active "trust management" by influencing the trust-based decisions of the driver.
94
+
95
+
96
+ ## People
97
+
98
+ ### Authors
99
+ - Jason S. Metcalfe
100
+ - Victor Paul
101
+ - Benamin Haynes
102
+ - Corey Atwater
103
+ - Amar Marathe
104
+ - Gregory Gremillion
105
+ - Kim Drnec
106
+ - William Nothwang
107
+ - Justin R. Estepp
108
+ - Margaret Bowers
109
+ - Jamie Lukos
110
+ - Tony Johnson
111
+ - Mike Dunkel
112
+ - Stephen Gordon
113
+ - Jon Touryan
114
+ - Kevin King _(senior)_
115
+
116
+ ### Contact
117
+ - Kevin King
118
+
119
+ ## Links
120
+
121
+ - **DOI:** [10.18112/openneuro.ds004844.v1.0.0](https://doi.org/10.18112/openneuro.ds004844.v1.0.0)
122
+ - **OpenNeuro:** [ds004844](https://openneuro.org/datasets/ds004844)
123
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
124
+ - **Docs:** <https://eegdash.org>
125
+ - **Code:** <https://github.com/eegdash/EEGDash>
126
+
127
+ ## Provenance
128
+
129
+ - **Backend:** `s3` — `s3://openneuro.org/ds004844`
130
+ - **Exact size:** 23,976,121,518 bytes (22.3 GB)
131
+ - **Ingested:** 2026-04-06
132
+ - **Stats computed:** 2026-04-04
133
+
134
+ ---
135
+
136
+ _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/ds004844). 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": "ds004844",
3
+ "title": "T22",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004844",
6
+ "doi": "10.18112/openneuro.ds004844.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004844"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }