Skip to content
@nemarDatasets

nemarDatasets

NEMAR Datasets

NeuroElectroMagnetic Data Archive and Tools Resource

NEMAR goes beyond traditional data archives. Every dataset here is a living, citable research object with deep metadata integration, automated quality assessment, and infrastructure designed to make neuroscience data truly FAIR (Findable, Accessible, Interoperable, Reusable) across disciplines.

What Makes NEMAR Different

  • Rich, structured metadata -- Every dataset is enriched with DataCite-compliant scholarly metadata: validated MeSH keywords, author ORCIDs, funding sources, related publications, and machine-readable descriptions
  • Persistent, versioned DOIs -- Each dataset and version gets its own DOI (prefix 10.82901/NEMAR), registered with DataCite for global discoverability and citation tracking
  • BIDS-native -- All datasets follow the Brain Imaging Data Structure standard with automated validation on every change
  • Git-based version control -- Full provenance tracking through DataLad/git-annex, with immutable data blobs on S3 and metadata history on GitHub
  • Public S3 access -- No accounts, no rate limits, no paywalls for research use

Coming soon: Data quality cards, citation tracking, and integration into ML pipelines, making NEMAR a resource for researchers across neuroscience, biomedical engineering, and machine learning.

Browse Datasets

Downloading Datasets

Using NEMAR CLI

npm install -g @nemarorg/nemar-cli

# Clone dataset (metadata only, lightweight)
nemar dataset clone <dataset-id>

# Download data files
nemar dataset get <dataset-id>

Using DataLad

DataLad provides efficient, selective access to large datasets stored across GitHub (metadata) and S3 (data files).

# Clone (metadata only)
datalad clone https://github.com/nemarDatasets/<dataset-id>.git
cd <dataset-id>

# Download specific files or everything
datalad get sub-01/emg/sub-01_task-wrist_emg.edf
datalad get .

# Free local copies when done
datalad drop .

Direct S3 Access

aws s3 ls s3://nemar/<dataset-id>/ --recursive --no-sign-request
aws s3 cp s3://nemar/<dataset-id>/path/to/file.edf . --no-sign-request

Contributing

Reporting issues: Open an issue on the dataset repository with the file path, expected vs actual behavior, and BIDS validator output if applicable.

Proposing changes: Fork the repository, make metadata corrections (JSON, TSV, README), and open a Pull Request. Data files are immutable; corrections are released as new versions.

Versioning: Datasets use semantic versioning. Each version gets a git tag, GitHub release, and DOI.

License

Each dataset specifies its own license in dataset_description.json. Always check the license before use.

Contact


NEMAR -- NeuroElectroMagnetic Data Archive and Tools Resource

Popular repositories Loading

  1. .github .github Public

  2. nm000105 nm000105 Public

    FRL Discrete Gestures: Hand Gesture Recognition from Surface Electromyography - NEMAR Dataset

  3. nm000107 nm000107 Public

    FRL Wrist Control: Wrist Movement Decoding from Surface Electromyography - NEMAR Dataset

  4. nm000106 nm000106 Public

    FRL Handwriting: Handwriting Decoding from Surface Electromyography - NEMAR Dataset

  5. nm000104 nm000104 Public

    emg2qwerty: A Large Dataset with Baselines for Touch Typing using Surface Electromyography - NEMAR Dataset

  6. nm000103 nm000103 Public

    Healthy Brain Network EEG - Not for Commercial Use - NEMAR Dataset

Repositories

Showing 10 of 35 repositories

Top languages

Loading…

Most used topics

Loading…