bruAristimunha commited on
Commit
6b4e8ce
·
verified ·
1 Parent(s): e471960

Fresh org card: styled index.html + README with full frontmatter

Browse files
Files changed (2) hide show
  1. README.md +164 -5
  2. index.html +291 -18
README.md CHANGED
@@ -1,10 +1,169 @@
1
  ---
2
  title: README
3
- emoji: 🔥
4
- colorFrom: pink
5
- colorTo: red
6
  sdk: static
7
- pinned: false
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 📚
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: static
7
+ app_file: index.html
8
+ pinned: true
9
+ license: bsd-3-clause
10
+ short_description: PyTorch catalog of EEG/MEG/EMG/iEEG/fNRIS datasets.
11
  ---
12
 
13
+ <svg viewBox="0 0 900 150" xmlns="http://www.w3.org/2000/svg" width="900" height="150" role="img" aria-label="EEGDash catalog banner: 736 datasets, 40k subjects, 85k hours">
14
+ <!-- background -->
15
+ <rect x="0" y="0" width="900" height="150" fill="#F8FAFC"/>
16
+ <rect x="0" y="0" width="900" height="150" fill="#0072B2" fill-opacity="0.035"/>
17
+ <!-- wordmark left -->
18
+ <text x="28" y="48" font-family="Inter, system-ui, sans-serif" font-size="28" font-weight="700" fill="#0F172A">EEGDash</text>
19
+ <text x="28" y="74" font-family="Inter, system-ui, sans-serif" font-size="13" font-weight="400" fill="#64748B">open catalog of EEG / MEG datasets · load with one line of Python</text>
20
+ <!-- headline number center -->
21
+ <text x="28" y="118" font-family="Inter, system-ui, sans-serif" font-size="14" fill="#334155"><tspan font-weight="700" fill="#0F172A" font-size="22">736</tspan> datasets · <tspan font-weight="700" fill="#0F172A" font-size="22">40,361</tspan> subjects · <tspan font-weight="700" fill="#0F172A" font-size="22">85,298</tspan> hours</text>
22
+ <!-- waveform decoration right — 4 stacked traces suggesting EEG -->
23
+ <g stroke-width="1.6" fill="none" opacity="0.9">
24
+ <path stroke="#0072B2" d="M560 38 L580 42 L595 30 L612 48 L628 26 L644 40 L662 34 L680 46 L700 30 L720 42 L738 34 L756 44 L776 30 L796 44 L816 34 L836 42 L856 30 L876 40"/>
25
+ <path stroke="#009E73" d="M560 62 L582 66 L600 58 L618 72 L636 54 L654 66 L672 60 L692 72 L712 58 L732 68 L750 60 L770 70 L788 58 L810 68 L828 60 L848 66 L868 54 L888 64"/>
26
+ <path stroke="#E69F00" d="M560 86 L580 92 L598 82 L616 96 L634 80 L652 92 L670 86 L688 96 L708 82 L726 92 L744 86 L764 94 L782 84 L802 96 L820 86 L840 94 L860 82 L880 92"/>
27
+ <path stroke="#D55E00" d="M560 110 L582 114 L600 106 L620 118 L638 100 L656 112 L674 108 L694 116 L714 102 L734 112 L752 106 L772 116 L790 104 L812 114 L830 106 L850 112 L870 100 L890 110"/>
28
+ </g>
29
+ </svg>
30
+
31
+ *The open catalog of EEG / MEG datasets — indexed, described, and loadable with one line of Python.*
32
+
33
+ [![PyPI](https://img.shields.io/pypi/v/eegdash?style=flat-square&logo=pypi&logoColor=white&color=0072B2)](https://pypi.org/project/eegdash/)
34
+ [![Python](https://img.shields.io/pypi/pyversions/eegdash?style=flat-square&color=0072B2)](https://pypi.org/project/eegdash/)
35
+ [![License](https://img.shields.io/badge/license-BSD--3--Clause-009E73?style=flat-square)](https://github.com/eegdash/EEGDash/blob/main/LICENSE)
36
+ [![Downloads](https://static.pepy.tech/badge/eegdash)](https://pepy.tech/project/eegdash)
37
+ [![GitHub](https://img.shields.io/github/stars/eegdash/EEGDash?style=flat-square&logo=github&color=E69F00)](https://github.com/eegdash/EEGDash)
38
+
39
+ Welcome to the official Hugging Face org for **[EEGDash](https://eegdash.org)**. Raw EEG/MEG recordings are never rehosted here — each dataset on this page is a **pointer** to its canonical source (OpenNeuro, NEMAR, or the lab that collected it), and `EEGDashDataset` handles download, caching, and conversion to a PyTorch-ready [braindecode](https://braindecode.org) object. One CSV drives the whole catalog; every card you see here regenerates from it automatically.
40
+
41
+ **[🗺️ Browse the interactive catalog](https://huggingface.co/spaces/EEGDash/catalog)** · [📚 Docs](https://eegdash.org) · [💻 GitHub](https://github.com/eegdash/EEGDash) · [📦 PyPI](https://pypi.org/project/eegdash/)
42
+
43
+ ## Catalog shape
44
+
45
+ <svg viewBox="0 0 900 60" xmlns="http://www.w3.org/2000/svg" width="900" height="60" role="img" aria-label="Datasets by experimental paradigm">
46
+ <!-- axis label -->
47
+ <text x="0" y="12" font-family="Inter, system-ui, sans-serif" font-size="11" font-weight="600" fill="#64748B" letter-spacing="1.2">EXPERIMENTAL PARADIGM</text>
48
+ <!-- stacked bar — widths proportional to counts out of 529 classified -->
49
+ <g>
50
+ <rect x="0" y="22" width="510" height="18" fill="#0072B2"/>
51
+ <rect x="510" y="22" width="100" height="18" fill="#009E73"/>
52
+ <rect x="610" y="22" width="60" height="18" fill="#E69F00"/>
53
+ <rect x="670" y="22" width="38" height="18" fill="#D55E00"/>
54
+ <rect x="708" y="22" width="30" height="18" fill="#CC79A7"/>
55
+ <rect x="738" y="22" width="28" height="18" fill="#56B4E9"/>
56
+ <rect x="766" y="22" width="23" height="18" fill="#F0E442"/>
57
+ <rect x="789" y="22" width="44" height="18" fill="#999999"/>
58
+ <rect x="833" y="22" width="67" height="18" fill="#E2E8F0"/>
59
+ </g>
60
+ <!-- inline legend row -->
61
+ <g font-family="Inter, system-ui, sans-serif" font-size="11" fill="#334155">
62
+ <text x="0" y="56">■ Visual 300</text>
63
+ <text x="110" y="56" fill="#334155">■ Auditory 59</text>
64
+ <text x="205" y="56">■ Multi. 35</text>
65
+ <text x="280" y="56">■ Other 26</text>
66
+ <text x="345" y="56">■ Rest. 22</text>
67
+ <text x="408" y="56">■ Motor 17</text>
68
+ <text x="468" y="56">■ Tactile 16</text>
69
+ <text x="535" y="56">■ Sleep 13</text>
70
+ <text x="595" y="56">■ Anesth. 4</text>
71
+ <text x="670" y="56" fill="#94A3B8">+ 207 unclassified</text>
72
+ </g>
73
+ </svg>
74
+
75
+ **In numbers:** the archive indexes **736** EEG / MEG datasets totalling **40,361** subjects, **222,750** recordings, and **85,298 hours** of signal. **600+** are already mirrored on 🤗 and growing daily, sourced from **[OpenNeuro](https://openneuro.org)** (546) and **[NEMAR](https://nemar.org)** (190). By recording type: **571 EEG · 73 iEEG · 55 MEG · 22 fNIRS**, plus a handful of multimodal combos.
76
+
77
+ ## Featured datasets
78
+
79
+ A handful of representative entries, grouped by population. Every slug links to its HF card; every card links back to the canonical source.
80
+
81
+ <table>
82
+ <thead>
83
+ <tr>
84
+ <th>🟢 Healthy / neurotypical</th>
85
+ <th>🟠 Clinical populations</th>
86
+ <th>🟡 Developmental (HBN)</th>
87
+ </tr>
88
+ </thead>
89
+ <tbody>
90
+ <tr>
91
+ <td><strong>ds002718</strong> · Visual, 18 subj<br>Face processing (Wakeman & Henson)<br><a href="https://huggingface.co/datasets/EEGDash/ds002718">HF</a> · <code>Wakeman2015</code></td>
92
+ <td><strong>ds003800</strong> · Resting, PD<br>EEG in Parkinson's disease<br><a href="https://huggingface.co/datasets/EEGDash/ds003800">HF</a></td>
93
+ <td><strong>EEG2025r1</strong> · 10 paradigms, 136 subj<br>Healthy Brain Network release 1<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r1">HF</a> · <code>HBN_r1_bdf</code></td>
94
+ </tr>
95
+ <tr>
96
+ <td><strong>ds000117</strong> · Visual, MEG + EEG<br>Multimodal face processing<br><a href="https://huggingface.co/datasets/EEGDash/ds000117">HF</a> · <code>WakemanHenson_MEEG</code></td>
97
+ <td><strong>ds002799</strong> · Clinical monitoring<br>Patient-day recording, dementia<br><a href="https://huggingface.co/datasets/EEGDash/ds002799">HF</a></td>
98
+ <td><strong>EEG2025r10</strong> · 8 paradigms, 533 subj<br>HBN release 10 — 32 GB<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r10">HF</a></td>
99
+ </tr>
100
+ <tr>
101
+ <td><strong>ds000246</strong> · Auditory, MEG<br>CTF 275-channel MEG<br><a href="https://huggingface.co/datasets/EEGDash/ds000246">HF</a></td>
102
+ <td><strong>ds004551</strong> · iEEG<br>Intracranial recordings, surgical<br><a href="https://huggingface.co/datasets/EEGDash/ds004551">HF</a></td>
103
+ <td><strong>EEG2025r10mini</strong> · 20 subj<br>HBN mini release for tutorials<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r10mini">HF</a></td>
104
+ </tr>
105
+ <tr>
106
+ <td><strong>ds003061</strong> · Auditory<br>Speech / naturalistic listening<br><a href="https://huggingface.co/datasets/EEGDash/ds003061">HF</a></td>
107
+ <td><strong>ds004598</strong> · Motor<br>Motor paradigm study<br><a href="https://huggingface.co/datasets/EEGDash/ds004598">HF</a></td>
108
+ <td>… 22 HBN releases total<br><a href="https://huggingface.co/EEGDash?search_datasets=eeg2025">browse all HBN</a></td>
109
+ </tr>
110
+ </tbody>
111
+ </table>
112
+
113
+ **[Browse all 600 mirrored datasets →](https://huggingface.co/EEGDash)**
114
+
115
+ ## Get started in 30 seconds
116
+
117
+ ```bash
118
+ pip install eegdash
119
+ ```
120
+
121
+ ```python
122
+ from eegdash import EEGDashDataset
123
+
124
+ # Load any dataset in the catalog by its ID…
125
+ ds = EEGDashDataset(dataset="ds002718", cache_dir="./cache")
126
+
127
+ # …or by canonical alias — every known name is a registered class:
128
+ from eegdash.dataset import Wakeman2015
129
+ ds = Wakeman2015(cache_dir="./cache")
130
+
131
+ # …or pull a Hub-mirrored, pre-windowed Zarr copy:
132
+ from braindecode.datasets import BaseConcatDataset
133
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds002718")
134
+
135
+ # EEGDash datasets ARE braindecode datasets — plug into PyTorch unchanged.
136
+ from torch.utils.data import DataLoader
137
+ loader = DataLoader(ds, batch_size=32, shuffle=True)
138
+ ```
139
+
140
+ ## Backed by
141
+
142
+ A **U.S.–Israel collaboration** funded by the U.S. National Science Foundation:
143
+
144
+ - **[Swartz Center for Computational Neuroscience (SCCN)](https://sccn.ucsd.edu)** — UC San Diego
145
+ - **[Ben-Gurion University of the Negev](https://in.bgu.ac.il)** — Beer-Sheva, Israel
146
+
147
+ Built on and contributing back to [MNE-Python](https://mne.tools), [braindecode](https://braindecode.org), [EEGLAB](https://eeglab.org), [BIDS](https://bids.neuroimaging.io), [OpenNeuro](https://openneuro.org), and [NEMAR](https://nemar.org).
148
+
149
+ ## Contribute
150
+
151
+ Missing a dataset? Wrong metadata? The whole catalog regenerates from one CSV — fix once, propagate everywhere. **[Open an issue](https://github.com/eegdash/EEGDash/issues)** or see **[CONTRIBUTING.md](https://github.com/eegdash/EEGDash/blob/main/CONTRIBUTING.md)**.
152
+
153
+ ## Cite
154
+
155
+ ```bibtex
156
+ @software{eegdash,
157
+ title = {EEGDash: An open catalog and loader for EEG/MEG datasets},
158
+ author = {{EEG-DaSh contributors}},
159
+ url = {https://github.com/eegdash/EEGDash},
160
+ year = {2025},
161
+ license = {BSD-3-Clause}
162
+ }
163
+ ```
164
+
165
+ When you use a specific dataset, always follow its upstream citation policy — the link lives in every dataset's HF card under *How to cite*.
166
+
167
+ ---
168
+
169
+ *EEGDash code is BSD-3-Clause. Each dataset retains its upstream license — always check the card before redistribution. Open, indexed, loadable.*
index.html CHANGED
@@ -1,19 +1,292 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>EEGDash open catalog of EEG / MEG datasets</title>
7
+ <meta name="description" content="Open catalog of 736 EEG/MEG datasets indexed, described, and loadable with one line of Python." />
8
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
11
+ <style>
12
+ :root {
13
+ --brand:#0072B2; --brand-strong:#005A8F; --brand-soft:#e6f1fa;
14
+ --accent:#E69F00; --ok:#009E73; --warn:#D55E00;
15
+ --ink:#0F172A; --muted:#64748B; --outline:#E2E8F0;
16
+ --surface:#FFFFFF; --subtle:#F8FAFC; --code-bg:#0F172A; --code-ink:#E2E8F0;
17
+ }
18
+ @media (prefers-color-scheme: dark) {
19
+ :root {
20
+ --ink:#E2E8F0; --muted:#94A3B8; --outline:#1F2937;
21
+ --surface:#0F172A; --subtle:#020617; --brand-soft:#102A42;
22
+ }
23
+ }
24
+ *, *::before, *::after { box-sizing: border-box; }
25
+ html, body { margin: 0; padding: 0; }
26
+ body {
27
+ font-family: Inter, system-ui, -apple-system, sans-serif;
28
+ color: var(--ink);
29
+ background: var(--subtle);
30
+ line-height: 1.55;
31
+ font-size: 15px;
32
+ -webkit-font-smoothing: antialiased;
33
+ }
34
+ main {
35
+ max-width: 980px;
36
+ margin: 0 auto;
37
+ padding: 40px 24px 64px;
38
+ }
39
+ h1 { font-size: 28px; line-height: 1.15; letter-spacing: -0.02em; margin: 32px 0 12px; }
40
+ h2 { font-size: 20px; letter-spacing: -0.01em; margin: 40px 0 14px; color: var(--ink); }
41
+ p { margin: 0 0 14px; }
42
+ em { color: var(--muted); font-style: italic; }
43
+ a { color: var(--brand); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 150ms ease; }
44
+ a:hover { border-bottom-color: var(--brand); }
45
+ strong { color: var(--ink); }
46
+ hr { border: 0; height: 1px; background: var(--outline); margin: 40px 0 24px; }
47
+
48
+ .hero {
49
+ background: var(--surface);
50
+ border: 1px solid var(--outline);
51
+ border-radius: 16px;
52
+ padding: 20px;
53
+ box-shadow: 0 1px 2px rgba(15,23,42,.04);
54
+ margin-bottom: 20px;
55
+ }
56
+ .hero svg { width: 100%; height: auto; display: block; }
57
+
58
+ .tagline { color: var(--muted); font-size: 15px; margin: 18px 0 14px; }
59
+
60
+ .badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 20px; }
61
+ .badges img { height: 20px; display: block; }
62
+
63
+ .intro { font-size: 15px; color: var(--ink); margin: 14px 0; }
64
+ .intro a { font-weight: 500; }
65
+
66
+ .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 24px; font-size: 14px; }
67
+ .ctas a {
68
+ padding: 8px 14px; border-radius: 10px; border: 1px solid var(--outline);
69
+ background: var(--surface); color: var(--ink); font-weight: 500;
70
+ }
71
+ .ctas a:hover { border-color: var(--brand); color: var(--brand); }
72
+
73
+ .shape {
74
+ background: var(--surface); border: 1px solid var(--outline);
75
+ border-radius: 14px; padding: 18px; margin: 12px 0 24px;
76
+ box-shadow: 0 1px 2px rgba(15,23,42,.04);
77
+ }
78
+ .shape svg { width: 100%; height: auto; display: block; }
79
+
80
+ .stats-line { font-size: 14.5px; color: var(--ink); margin: 14px 0 28px; line-height: 1.6; }
81
+
82
+ table {
83
+ width: 100%; border-collapse: collapse; margin: 16px 0 24px;
84
+ background: var(--surface); border: 1px solid var(--outline); border-radius: 14px;
85
+ overflow: hidden; font-size: 13.5px;
86
+ }
87
+ th {
88
+ text-align: left; padding: 12px 14px; background: var(--subtle);
89
+ font-weight: 600; font-size: 13px; color: var(--ink);
90
+ border-bottom: 1px solid var(--outline);
91
+ }
92
+ td {
93
+ padding: 14px; vertical-align: top; border-top: 1px solid var(--outline);
94
+ color: var(--ink);
95
+ }
96
+ td a { font-weight: 500; }
97
+ td code {
98
+ font-family: "JetBrains Mono", ui-monospace, monospace;
99
+ font-size: 12px; background: var(--brand-soft); color: var(--brand);
100
+ padding: 2px 6px; border-radius: 4px;
101
+ }
102
+
103
+ pre {
104
+ background: var(--code-bg); color: var(--code-ink);
105
+ padding: 16px 18px; border-radius: 10px; overflow-x: auto;
106
+ font-family: "JetBrains Mono", ui-monospace, monospace;
107
+ font-size: 13px; line-height: 1.6; margin: 14px 0 20px;
108
+ }
109
+ p code, li code {
110
+ font-family: "JetBrains Mono", ui-monospace, monospace;
111
+ font-size: 0.9em; background: var(--brand-soft); color: var(--brand);
112
+ padding: 1px 6px; border-radius: 4px;
113
+ }
114
+
115
+ ul { padding-left: 22px; }
116
+ li { margin: 4px 0; }
117
+
118
+ .browse-cta {
119
+ display: inline-block; margin: 8px 0 24px; padding: 10px 16px;
120
+ background: var(--brand); color: #fff; border-radius: 10px;
121
+ font-weight: 600; font-size: 14px;
122
+ }
123
+ .browse-cta:hover { background: var(--brand-strong); border-bottom: none; }
124
+
125
+ footer {
126
+ margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--outline);
127
+ color: var(--muted); font-size: 12.5px; text-align: center;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <main>
133
+
134
+ <section class="hero">
135
+ <svg viewBox="0 0 900 150" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="EEGDash catalog banner: 736 datasets, 40k subjects, 85k hours">
136
+ <rect x="0" y="0" width="900" height="150" fill="#F8FAFC"/>
137
+ <rect x="0" y="0" width="900" height="150" fill="#0072B2" fill-opacity="0.035"/>
138
+ <text x="28" y="48" font-family="Inter, system-ui, sans-serif" font-size="28" font-weight="700" fill="#0F172A">EEGDash</text>
139
+ <text x="28" y="74" font-family="Inter, system-ui, sans-serif" font-size="13" font-weight="400" fill="#64748B">open catalog of EEG / MEG datasets · load with one line of Python</text>
140
+ <text x="28" y="118" font-family="Inter, system-ui, sans-serif" font-size="14" fill="#334155"><tspan font-weight="700" fill="#0F172A" font-size="22">736</tspan> datasets · <tspan font-weight="700" fill="#0F172A" font-size="22">40,361</tspan> subjects · <tspan font-weight="700" fill="#0F172A" font-size="22">85,298</tspan> hours</text>
141
+ <g stroke-width="1.6" fill="none" opacity="0.9">
142
+ <path stroke="#0072B2" d="M560 38 L580 42 L595 30 L612 48 L628 26 L644 40 L662 34 L680 46 L700 30 L720 42 L738 34 L756 44 L776 30 L796 44 L816 34 L836 42 L856 30 L876 40"/>
143
+ <path stroke="#009E73" d="M560 62 L582 66 L600 58 L618 72 L636 54 L654 66 L672 60 L692 72 L712 58 L732 68 L750 60 L770 70 L788 58 L810 68 L828 60 L848 66 L868 54 L888 64"/>
144
+ <path stroke="#E69F00" d="M560 86 L580 92 L598 82 L616 96 L634 80 L652 92 L670 86 L688 96 L708 82 L726 92 L744 86 L764 94 L782 84 L802 96 L820 86 L840 94 L860 82 L880 92"/>
145
+ <path stroke="#D55E00" d="M560 110 L582 114 L600 106 L620 118 L638 100 L656 112 L674 108 L694 116 L714 102 L734 112 L752 106 L772 116 L790 104 L812 114 L830 106 L850 112 L870 100 L890 110"/>
146
+ </g>
147
+ </svg>
148
+ </section>
149
+
150
+ <p class="tagline"><em>The open catalog of EEG / MEG datasets — indexed, described, and loadable with one line of Python.</em></p>
151
+
152
+ <div class="badges">
153
+ <a href="https://pypi.org/project/eegdash/"><img src="https://img.shields.io/pypi/v/eegdash?style=flat-square&logo=pypi&logoColor=white&color=0072B2" alt="PyPI" /></a>
154
+ <a href="https://pypi.org/project/eegdash/"><img src="https://img.shields.io/pypi/pyversions/eegdash?style=flat-square&color=0072B2" alt="Python" /></a>
155
+ <a href="https://github.com/eegdash/EEGDash/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-BSD--3--Clause-009E73?style=flat-square" alt="License" /></a>
156
+ <a href="https://pepy.tech/project/eegdash"><img src="https://static.pepy.tech/badge/eegdash" alt="Downloads" /></a>
157
+ <a href="https://github.com/eegdash/EEGDash"><img src="https://img.shields.io/github/stars/eegdash/EEGDash?style=flat-square&logo=github&color=E69F00" alt="GitHub stars" /></a>
158
+ </div>
159
+
160
+ <p class="intro">Welcome to the official Hugging Face org for <strong><a href="https://eegdash.org">EEGDash</a></strong>. Raw EEG/MEG recordings are never rehosted here — each dataset on this page is a <strong>pointer</strong> to its canonical source (OpenNeuro, NEMAR, or the lab that collected it), and <code>EEGDashDataset</code> handles download, caching, and conversion to a PyTorch-ready <a href="https://braindecode.org">braindecode</a> object. One CSV drives the whole catalog; every card you see here regenerates from it automatically.</p>
161
+
162
+ <div class="ctas">
163
+ <a href="https://huggingface.co/spaces/EEGDash/catalog">🗺️ Browse the interactive catalog</a>
164
+ <a href="https://eegdash.org">📚 Docs</a>
165
+ <a href="https://github.com/eegdash/EEGDash">💻 GitHub</a>
166
+ <a href="https://pypi.org/project/eegdash/">📦 PyPI</a>
167
+ </div>
168
+
169
+ <h2>Catalog shape</h2>
170
+
171
+ <div class="shape">
172
+ <svg viewBox="0 0 900 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Datasets by experimental paradigm">
173
+ <text x="0" y="12" font-family="Inter, system-ui, sans-serif" font-size="11" font-weight="600" fill="#64748B" letter-spacing="1.2">EXPERIMENTAL PARADIGM</text>
174
+ <g>
175
+ <rect x="0" y="22" width="510" height="18" fill="#0072B2"/>
176
+ <rect x="510" y="22" width="100" height="18" fill="#009E73"/>
177
+ <rect x="610" y="22" width="60" height="18" fill="#E69F00"/>
178
+ <rect x="670" y="22" width="38" height="18" fill="#D55E00"/>
179
+ <rect x="708" y="22" width="30" height="18" fill="#CC79A7"/>
180
+ <rect x="738" y="22" width="28" height="18" fill="#56B4E9"/>
181
+ <rect x="766" y="22" width="23" height="18" fill="#F0E442"/>
182
+ <rect x="789" y="22" width="44" height="18" fill="#999999"/>
183
+ <rect x="833" y="22" width="67" height="18" fill="#E2E8F0"/>
184
+ </g>
185
+ <g font-family="Inter, system-ui, sans-serif" font-size="11" fill="#334155">
186
+ <text x="0" y="56">■ Visual 300</text>
187
+ <text x="110" y="56">■ Auditory 59</text>
188
+ <text x="205" y="56">■ Multi. 35</text>
189
+ <text x="280" y="56">■ Other 26</text>
190
+ <text x="345" y="56">■ Rest. 22</text>
191
+ <text x="408" y="56">■ Motor 17</text>
192
+ <text x="468" y="56">■ Tactile 16</text>
193
+ <text x="535" y="56">■ Sleep 13</text>
194
+ <text x="595" y="56">■ Anesth. 4</text>
195
+ <text x="670" y="56" fill="#94A3B8">+ 207 unclassified</text>
196
+ </g>
197
+ </svg>
198
+ </div>
199
+
200
+ <p class="stats-line"><strong>In numbers:</strong> the archive indexes <strong>736</strong> EEG / MEG datasets totalling <strong>40,361</strong> subjects, <strong>222,750</strong> recordings, and <strong>85,298 hours</strong> of signal. <strong>600+</strong> are already mirrored on 🤗 and growing daily, sourced from <a href="https://openneuro.org"><strong>OpenNeuro</strong></a> (546) and <a href="https://nemar.org"><strong>NEMAR</strong></a> (190). By recording type: <strong>571 EEG · 73 iEEG · 55 MEG · 22 fNIRS</strong>, plus a handful of multimodal combos.</p>
201
+
202
+ <h2>Featured datasets</h2>
203
+
204
+ <p>A handful of representative entries, grouped by population. Every slug links to its HF card; every card links back to the canonical source.</p>
205
+
206
+ <table>
207
+ <thead>
208
+ <tr>
209
+ <th>🟢 Healthy / neurotypical</th>
210
+ <th>🟠 Clinical populations</th>
211
+ <th>🟡 Developmental (HBN)</th>
212
+ </tr>
213
+ </thead>
214
+ <tbody>
215
+ <tr>
216
+ <td><strong>ds002718</strong> · Visual, 18 subj<br>Face processing (Wakeman &amp; Henson)<br><a href="https://huggingface.co/datasets/EEGDash/ds002718">HF</a> · <code>Wakeman2015</code></td>
217
+ <td><strong>ds003800</strong> · Resting, PD<br>EEG in Parkinson&rsquo;s disease<br><a href="https://huggingface.co/datasets/EEGDash/ds003800">HF</a></td>
218
+ <td><strong>EEG2025r1</strong> · 10 paradigms, 136 subj<br>Healthy Brain Network release 1<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r1">HF</a> · <code>HBN_r1_bdf</code></td>
219
+ </tr>
220
+ <tr>
221
+ <td><strong>ds000117</strong> · Visual, MEG + EEG<br>Multimodal face processing<br><a href="https://huggingface.co/datasets/EEGDash/ds000117">HF</a> · <code>WakemanHenson_MEEG</code></td>
222
+ <td><strong>ds002799</strong> · Clinical monitoring<br>Patient-day recording, dementia<br><a href="https://huggingface.co/datasets/EEGDash/ds002799">HF</a></td>
223
+ <td><strong>EEG2025r10</strong> · 8 paradigms, 533 subj<br>HBN release 10 — 32 GB<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r10">HF</a></td>
224
+ </tr>
225
+ <tr>
226
+ <td><strong>ds000246</strong> · Auditory, MEG<br>CTF 275-channel MEG<br><a href="https://huggingface.co/datasets/EEGDash/ds000246">HF</a></td>
227
+ <td><strong>ds004551</strong> · iEEG<br>Intracranial recordings, surgical<br><a href="https://huggingface.co/datasets/EEGDash/ds004551">HF</a></td>
228
+ <td><strong>EEG2025r10mini</strong> · 20 subj<br>HBN mini release for tutorials<br><a href="https://huggingface.co/datasets/EEGDash/eeg2025r10mini">HF</a></td>
229
+ </tr>
230
+ <tr>
231
+ <td><strong>ds003061</strong> · Auditory<br>Speech / naturalistic listening<br><a href="https://huggingface.co/datasets/EEGDash/ds003061">HF</a></td>
232
+ <td><strong>ds004598</strong> · Motor<br>Motor paradigm study<br><a href="https://huggingface.co/datasets/EEGDash/ds004598">HF</a></td>
233
+ <td>… 22 HBN releases total<br><a href="https://huggingface.co/EEGDash?search_datasets=eeg2025">browse all HBN</a></td>
234
+ </tr>
235
+ </tbody>
236
+ </table>
237
+
238
+ <a class="browse-cta" href="https://huggingface.co/EEGDash">Browse all 736 datasets →</a>
239
+
240
+ <h2>Get started in 30 seconds</h2>
241
+
242
+ <pre><code>pip install eegdash</code></pre>
243
+
244
+ <pre><code>from eegdash import EEGDashDataset
245
+
246
+ # Load any dataset in the catalog by its ID…
247
+ ds = EEGDashDataset(dataset="ds002718", cache_dir="./cache")
248
+
249
+ # …or by canonical alias — every known name is a registered class:
250
+ from eegdash.dataset import Wakeman2015
251
+ ds = Wakeman2015(cache_dir="./cache")
252
+
253
+ # …or pull a Hub-mirrored, pre-windowed Zarr copy:
254
+ from braindecode.datasets import BaseConcatDataset
255
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds002718")
256
+
257
+ # EEGDash datasets ARE braindecode datasets — plug into PyTorch unchanged.
258
+ from torch.utils.data import DataLoader
259
+ loader = DataLoader(ds, batch_size=32, shuffle=True)</code></pre>
260
+
261
+ <h2>Backed by</h2>
262
+
263
+ <p>A <strong>U.S.–Israel collaboration</strong> funded by the U.S. National Science Foundation:</p>
264
+ <ul>
265
+ <li><a href="https://sccn.ucsd.edu"><strong>Swartz Center for Computational Neuroscience (SCCN)</strong></a> — UC San Diego</li>
266
+ <li><a href="https://in.bgu.ac.il"><strong>Ben-Gurion University of the Negev</strong></a> — Beer-Sheva, Israel</li>
267
+ </ul>
268
+ <p>Built on and contributing back to <a href="https://mne.tools">MNE-Python</a>, <a href="https://braindecode.org">braindecode</a>, <a href="https://eeglab.org">EEGLAB</a>, <a href="https://bids.neuroimaging.io">BIDS</a>, <a href="https://openneuro.org">OpenNeuro</a>, and <a href="https://nemar.org">NEMAR</a>.</p>
269
+
270
+ <h2>Contribute</h2>
271
+
272
+ <p>Missing a dataset? Wrong metadata? The whole catalog regenerates from one CSV — fix once, propagate everywhere. <strong><a href="https://github.com/eegdash/EEGDash/issues">Open an issue</a></strong> or see <a href="https://github.com/eegdash/EEGDash/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a>.</p>
273
+
274
+ <h2>Cite</h2>
275
+
276
+ <pre><code>@software{eegdash,
277
+ title = {EEGDash: An open catalog and loader for EEG/MEG datasets},
278
+ author = {{EEG-DaSh contributors}},
279
+ url = {https://github.com/eegdash/EEGDash},
280
+ year = {2025},
281
+ license = {BSD-3-Clause}
282
+ }</code></pre>
283
+
284
+ <p>When you use a specific dataset, always follow its upstream citation policy — the link lives in every dataset&rsquo;s HF card under <em>How to cite</em>.</p>
285
+
286
+ <footer>
287
+ EEGDash code is BSD-3-Clause. Each dataset retains its upstream license — always check the card before redistribution. <em>Open, indexed, loadable.</em>
288
+ </footer>
289
+
290
+ </main>
291
+ </body>
292
  </html>