sourcedata/
├── archive/ # Archived materials (notes, pilot data, recruitment, legacy staging)
│ ├── notes/
│ ├── pilot/
│ ├── rawto_be_bids/ # Legacy staging area (migrated; kept for reference)
│ └── recruitment/
├── dicoms/ # Raw DICOMs (sub-01 through sub-05)
├── shared/ # Shared resources
│ ├── conversion/ # BIDS conversion configs, event file generators, file inventory
│ ├── experiment_code/ # Task implementations (localizer, cued/free recall, final session)
│ ├── scan_logs/ # Scanning session logs
│ └── stimuli/ # Stimulus preparation metadata
├── sub-03/ # Per-subject organized sourcedata
│ ├── ses-01/ through ses-30/
│ │ ├── audio/ # Microphone recordings (.wav), voice memos (.m4a), transcriptions
│ │ ├── behavioral/ # PsychoPy output (.csv, .log, .psydat)
│ │ ├── dicom/ # Raw DICOM series directories
│ │ ├── eyetracking/ # EyeLink EDF files
│ │ └── other/ # Miscellaneous session files
├── sub-04/
└── sub-05/