This repository contains JSON listings of EEG datasets from various sources that are processed by the EEGDash pipeline.
consolidated/- Consolidated dataset listings from all sourcesopenneuro_datasets.json- All OpenNeuro datasetsnemardatasets_repos.json- All NEMAR GitHub repositorieseegmanylabs_datasets.json- All EEGManyLabs datasetszenodo_datasets.json- All Zenodo datasetsfigshare_datasets.json- All Figshare datasetsosf_datasets.json- All OSF datasetsto_digest_*.json- Filtered datasets ready for ingestion
These files are automatically updated by GitHub Actions workflows in the main EEGDash repository:
- Weekly on Mondays at 00:00 UTC
- Can also be triggered manually via workflow dispatch
These JSON files are consumed by the EEGDash ingestion pipeline to:
- Track available datasets across multiple sources
- Filter new datasets that haven't been processed yet
- Clone and digest dataset metadata for MongoDB ingestion
- EEGDash - Main EEGDash repository with ingestion scripts