INDI Retrospective Studies

Curated, ready-to-use subsets of INDI (International Neuroimaging Data-sharing Initiative) retrospective releases, prepared for the Pittsburgh Fiber Data Hub. This repository consolidates links, essential metadata, licensing, and selected derived artifacts (e.g., QC tables, tractography-ready files) to streamline reuse and replication.

Access note: Many datasets are hosted on external portals or S3 (e.g., NITRC, fcp-indi). Always review each dataset’s license and acknowledgments before use.


What’s included

For each dataset mirrored under data-indi/retro, this repository provides:

All raw imaging data remain hosted by INDI / project owners and are subject to each dataset’s data use terms.


SIMON — Single Individual Volunteer (73 sessions, multi-site)

Dataset: SIMON — Single Individual Volunteer for Multiple Observations across Networks Design: Longitudinal single healthy ambidextrous male (age 29–46) scanned in 73 sessions across multiple sites and scanner models, including partial acquisition under the Canadian Dementia Imaging Protocol (CDIP). New sessions continue to be added.

Modalities (vary by session):

Phenotypes: Age, session number and date (SIMON_pheno.csv). Use cases:

Access (AWS S3 via HTTPS tools):

Cyberduck configuration (S3 anonymous):

Personnel:

License: CC BY-SA (Attribution–ShareAlike)

Typical assets in this repo include subject/session-wise listings plus any tractography-ready files generated by the Fiber Data Hub.

Download (Linux / macOS — bash)

curl -s https://api.github.com/repos/data-indi/retro/releases/tags/simon | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-indi/retro/releases/tags/simon").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

MPI-Leipzig Mind-Brain-Body (LEMON & N&C)

Dataset: MPI-Leipzig Mind-Brain-Body (LEMON + Neuroanatomy & Connectivity) Participants: 318 total

Data are organized into two protocols:

LEMON (ses-01) — Structural & qT1 focus

Neuroanatomy & Connectivity (N&C, ses-02) — Resting-state focus

Deep phenotyping & physiology

Complete imaging subset: 45 participants have full LEMON+N&C multimodal data (qT1, T2, 3D FLAIR, DWI, SWI/QSM, 75 min rs-fMRI, field maps).

Included assets (this repo, when present):

Upstream source: MPI-LEMON / Mind-Brain-Body INDI project pages.

Download (Linux / macOS — bash)

curl -s https://api.github.com/repos/data-indi/retro/releases/tags/mpi-lemon | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-indi/retro/releases/tags/mpi-lemon").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Beijing Normal University — Eyes Open / Eyes Closed (EO/EC)

Dataset: Beijing Normal University – Eyes Open / Eyes Closed Sample Participants: 48 healthy controls (student population, BNU)

Per participant:

Use cases:

License: CC BY-NC (Attribution–NonCommercial)

Funding acknowledgment (to include in publications):

“Financial support for the data used in this project was provided by the National Natural Science Foundation of China (Grant No. 30770594) and the National High Technology Program of China (863 Program, Grant No. 2008AA02Z405).”

Upstream source: INDI / BNU EO/EC project page.

Download (Linux / macOS — bash)

curl -s https://api.github.com/repos/data-indi/retro/releases/tags/bnu-eoec | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-indi/retro/releases/tags/bnu-eoec").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Beijing Normal University — Enhanced Sample

Dataset: Beijing Normal University – Enhanced Sample Participants: 180 healthy controls (community/student population, BNU)

Compared to the earlier Beijing_Zang dataset (1000 Functional Connectomes classic), this enhanced release adds:

Per participant:

Important notice (overlap):

Some participants in this release also appear in the Beijing_Zang collection (FCP classic). Do not combine the two datasets without subject-level deduplication.

License: CC BY-NC (Attribution–NonCommercial)

References (abbrev.):

Funding acknowledgment:

“Financial support for the data used in this project was provided by the National Natural Science Foundation of China (Grant No. 30770594) and the National High Technology Program of China (863 Program, Grant No. 2008AA02Z405).”

Upstream source: INDI / BNU Enhanced project page.

Download (Linux / macOS — bash)

curl -s https://api.github.com/repos/data-indi/retro/releases/tags/bnu-en | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-indi/retro/releases/tags/bnu-en").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

How to cite

For all analyses using these datasets:

  1. Cite the original datasets / DOIs and associated primary manuscripts (e.g., CDIP, Mind-Brain-Body, BNU EO/EC, BNU Enhanced).
  2. Include the required funding acknowledgments from the upstream project pages.
  3. When using derivatives or helper artifacts from this repository, add:

“Processed artifacts and curation were prepared by the Pittsburgh Fiber Data Hub (data-indi/retro).”


Licensing

Unless otherwise specified on the upstream pages:

You may share and adapt under the specified terms for non-commercial research, with proper attribution. Always confirm the current license on the dataset’s official page.


Known overlaps / deduplication


Disclaimer