--- pretty_name: "Multimodal upper-limb MI/ME EEG (Jeong et al. 2020)" license: cc0-1.0 tags: - eeg - neuroscience - eegdash - brain-computer-interface - pytorch - visual - motor size_categories: - n<1K task_categories: - other --- # Multimodal upper-limb MI/ME EEG (Jeong et al. 2020) **Dataset ID:** `nm000311` _Jeong2020_ > **At a glance:** EEG · Visual motor · healthy · 25 subjects · 213 recordings · CC0-1.0 ## Load this dataset This repo is a **pointer**. The raw EEG data lives at its canonical source (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it on demand and returns a PyTorch / braindecode dataset. ```python # pip install eegdash from eegdash import EEGDashDataset ds = EEGDashDataset(dataset="nm000311", cache_dir="./cache") print(len(ds), "recordings") ``` If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout, you can also pull it directly: ```python from braindecode.datasets import BaseConcatDataset ds = BaseConcatDataset.pull_from_hub("EEGDash/nm000311") ``` ## Dataset metadata | | | |---|---| | **Subjects** | 25 | | **Recordings** | 213 | | **Tasks (count)** | 1 | | **Channels** | 71 (×213) | | **Sampling rate (Hz)** | 1000 (×213) | | **Total duration (h)** | 124.1 | | **Size on disk** | 88.6 GB | | **Recording type** | EEG | | **Experimental modality** | Visual | | **Paradigm type** | Motor | | **Population** | Healthy | | **Source** | nemar | | **License** | CC0-1.0 | ## Links - **DOI:** [10.82901/nemar.nm000311](https://doi.org/10.82901/nemar.nm000311) - **NEMAR:** [nm000311](https://nemar.org/dataexplorer/detail?dataset_id=nm000311) - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog) - **Docs:** - **Code:** --- _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/nm000311). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._