ABCD (Adolescent Brain Cognitive Development) study assessments in ReproSchema format.
ABCD/
├── ABCD/
│ └── ABCD_schema # Protocol schema
└── activities/ # Individual assessments
└── [assessment]/
├── [assessment]_schema
└── items/
└── [item]
Each ABCD data release is tagged. To use a specific version:
# Clone a specific release
git clone --branch 6.0 https://github.com/ReproNim/ABCD-ReproSchema.git
# Or checkout after cloning
git checkout 6.0Available releases: See Tags
- ReproSchema - Schema specification
- reproschema-py - Python tools for ReproSchema
MIT