Commit ·
f4f277e
1
Parent(s): b7d8362
Remove Backed-by section; use full author list citation from CITATION.cff
Browse files- org-readme/README.md +9 -14
- org-readme/index.html +11 -14
org-readme/README.md
CHANGED
|
@@ -137,28 +137,23 @@ 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
|
| 158 |
-
author
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
license
|
|
|
|
|
|
|
| 162 |
}
|
| 163 |
```
|
| 164 |
|
|
|
|
| 137 |
loader = DataLoader(ds, batch_size=32, shuffle=True)
|
| 138 |
```
|
| 139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
## Contribute
|
| 141 |
|
| 142 |
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)**.
|
| 143 |
|
| 144 |
## Cite
|
| 145 |
|
| 146 |
+
If you use EEGDash in your research, please cite the software entry below (and the companion paper once it's available):
|
| 147 |
+
|
| 148 |
```bibtex
|
| 149 |
@software{eegdash,
|
| 150 |
+
title = {EEG-DaSh: an open data, tool, and compute resource for machine learning on neuroelectromagnetic data},
|
| 151 |
+
author = {Aristimunha, Bruno and Dotan, Aviv and Guetschel, Pierre and Truong, Dung and Kokate, Kuntal and Jaiswal, Aman and Majumdar, Amitrava and Shirazi, Seyed Yahya and Shriki, Oren and Delorme, Arnaud},
|
| 152 |
+
year = {2026},
|
| 153 |
+
version = {0.6.0},
|
| 154 |
+
license = {BSD-3-Clause},
|
| 155 |
+
url = {https://eegdash.org},
|
| 156 |
+
howpublished = {\url{https://github.com/eegdash/EEGDash}}
|
| 157 |
}
|
| 158 |
```
|
| 159 |
|
org-readme/index.html
CHANGED
|
@@ -258,27 +258,24 @@ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds002718")
|
|
| 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
|
| 278 |
-
author
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
}</code></pre>
|
| 283 |
|
| 284 |
<p>When you use a specific dataset, always follow its upstream citation policy — the link lives in every dataset’s HF card under <em>How to cite</em>.</p>
|
|
|
|
| 258 |
from torch.utils.data import DataLoader
|
| 259 |
loader = DataLoader(ds, batch_size=32, shuffle=True)</code></pre>
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
<h2>Contribute</h2>
|
| 262 |
|
| 263 |
<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>
|
| 264 |
|
| 265 |
<h2>Cite</h2>
|
| 266 |
|
| 267 |
+
<p>If you use EEGDash in your research, please cite the software entry below (and the companion paper once it’s available):</p>
|
| 268 |
+
|
| 269 |
<pre><code>@software{eegdash,
|
| 270 |
+
title = {EEG-DaSh: an open data, tool, and compute resource for machine learning on neuroelectromagnetic data},
|
| 271 |
+
author = {Aristimunha, Bruno and Dotan, Aviv and Guetschel, Pierre and Truong, Dung
|
| 272 |
+
and Kokate, Kuntal and Jaiswal, Aman and Majumdar, Amitrava
|
| 273 |
+
and Shirazi, Seyed Yahya and Shriki, Oren and Delorme, Arnaud},
|
| 274 |
+
year = {2026},
|
| 275 |
+
version = {0.6.0},
|
| 276 |
+
license = {BSD-3-Clause},
|
| 277 |
+
url = {https://eegdash.org},
|
| 278 |
+
howpublished = {\url{https://github.com/eegdash/EEGDash}}
|
| 279 |
}</code></pre>
|
| 280 |
|
| 281 |
<p>When you use a specific dataset, always follow its upstream citation policy — the link lives in every dataset’s HF card under <em>How to cite</em>.</p>
|