Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b0d15b9
adding 2 example datasets for bep036
Arshitha Aug 29, 2024
0e60f77
adding a dataset ; minor changes to existing datasets
Arshitha Aug 30, 2024
588b644
Update pheno002/sessions.tsv
Arshitha Aug 30, 2024
85dcd26
Update pheno003/sessions.json
Arshitha Aug 30, 2024
b3efe27
Update pheno002/sessions.json
Arshitha Aug 30, 2024
0792d1f
Update pheno003/sessions.tsv
Arshitha Aug 30, 2024
c23d88a
Update pheno 001-004 participants.tsv files and add pheno004
ericearl Feb 6, 2025
d8e8fc3
Merge branch 'master' into master
effigies Feb 6, 2025
a657cdf
chore(ci): Use draft schema, shield pheno004 from older validators
effigies Feb 6, 2025
8dc0c99
fixing some bids validation errors
Arshitha Apr 3, 2025
0ff3eab
adding pheno005 as multi-run example
Arshitha Apr 8, 2025
fc52f3b
adding run info to sessions.tsv
Arshitha Apr 8, 2025
7cc9f4c
minor change
Arshitha Apr 8, 2025
93a55f1
Update dataset_description.json
Arshitha Apr 11, 2025
40afd17
Update dataset_description.json
Arshitha Apr 11, 2025
1e164d1
Update dataset_description.json
Arshitha Apr 11, 2025
0d79afe
Update dataset_description.json
Arshitha Apr 11, 2025
5621411
Update ace.tsv
Arshitha Apr 11, 2025
d04cdf7
minor changes
Arshitha Apr 12, 2025
5224267
resolving merge conflicts
Arshitha Apr 12, 2025
1e14469
changes based on code review
Arshitha Apr 12, 2025
9f82638
Merge remote-tracking branch 'upstream/master' into Arshitha/master
effigies Sep 18, 2025
8580fa7
Modify Pheno001
Arshitha Sep 22, 2025
f9a4e89
Modify Pheno002
Arshitha Sep 22, 2025
8cf3bca
Modify Pheno003
Arshitha Sep 22, 2025
2f88f11
Modify Pheno004
Arshitha Sep 22, 2025
665085d
Modify Pheno005
Arshitha Sep 22, 2025
0c7490a
Replace non-empty nifti with zero-bytes nifti
Arshitha Sep 22, 2025
e3e041c
Update pheno00* examples
ericearl Sep 22, 2025
e82f041
Update validate_datasets.yml
ericearl Sep 22, 2025
29a4314
Update validate_datasets.yml
ericearl Sep 22, 2025
abb6e2b
Update pheno0005 sessions files
ericearl Sep 23, 2025
bdccc1a
Update pheno examples
ericearl Sep 23, 2025
598db59
Fix tab-separation issue
Arshitha Sep 23, 2025
c4f06d7
Merge pull request #1 from ericearl/bep036
Arshitha Sep 23, 2025
7287667
Add pheno006 example. No sessions file example.
Arshitha Sep 26, 2025
0fd9ca3
Update pheno006/README.md
Arshitha Sep 30, 2025
e814827
fix: Make AdditionalValidation a list
effigies Oct 1, 2025
879c8b2
fix: Remove trailing spaces
effigies Oct 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pheno001/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# BEP036 example dataset 01: One session with imaging and phenotypic data

This dataset contains imaging and phenotypic data from a single session. Phenotype and imaging data were collected at the same session. The file tree is as follows:

```bash
pheno001
|-- README.md
|-- participants.json
|-- participants.tsv
|-- phenotype
| |-- ace.json
| |-- ace.tsv
| |-- demographics.json
| `-- demographics.tsv
|-- sub-01
| `-- anat
| |-- sub-01_T1w.json
| `-- sub-01_T1w.nii.gz
`-- sub-02
`-- anat
|-- sub-02_T1w.json
`-- sub-02_T1w.nii.gz

6 directories, 11 files

```

**NOTE**: There is no sessions file in this dataset since both phenotype and imaging data were collected at the same single session.
37 changes: 37 additions & 0 deletions pheno001/participants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"participant_id": {
"Description": "OpenNeuro ID of the subject."
},
"sex": {
"Description": "Sex assigned at birth.",
"Levels": {
"m": "Male",
"f": "Female"
}
},
"age": {
"Description": "Age of the participant.",
"Units": "years"
},
"MRI": {
"Description": "Does the participant have an MRI?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"ace": {
"Description": "Does the participant have Adverse Childhood Experience (ACE) survey data?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"demographics": {
"Description": "Does the participant have demographics survey data?",
"Levels": {
"1": "Yes",
"0": "No"
}
}
}
3 changes: 3 additions & 0 deletions pheno001/participants.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
participant_id sex age MRI ace demographics
sub-01 m 22 1 1 1
sub-02 f 63 1 1 1
95 changes: 95 additions & 0 deletions pheno001/phenotype/ace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"participant_id": {
"Description": "OpenNeuro ID of the subject."
},
"session_id": {
"Description": "ID assigned to participant's visit.",
"Levels": {
"baseline": "First in-person visit.",
"followup": "Second in-person visit."
}
},
"age_at_visit": {
"Description": "Age of the participant at the time of visit."
},
"b_ace_q1": {
"LongName": "ACE_HUMILIATE_HURT (question ID 176435)",
"Description": "1. Did a parent or other adult in the household often swear at you, insult you, put you down, or humiliate you, or act in a way that made you afraid that you might be physically hurt?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q2": {
"LongName": "ACE_INJURE (question ID 176436)",
"Description": "2. Did a parent or other adult in the household often push, grab, slap, or throw something at you or ever hit you so hard that you had marks or were injured? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q3": {
"LongName": "ACE_TOUCH_SEX_WAY (question ID 176437)",
"Description": "3. Did an adult or person at least 5 years older than you ever touch or fondle you or have you touch their body in a sexual way or try to or actually have oral, anal, or vaginal sex with you? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q4": {
"LongName": "ACE_NO_LOVE_SUPPORT (question ID 176438)",
"Description": "4. Did you often feel that no one in your family loved you or thought you were important or special or your family didn't look out for each other, feel close to each other, or support each other? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q5": {
"LongName": "ACE_PROTECT_CARE (question ID 176439)",
"Description": "5. Did you often feel that you didn't have enough to eat, had to wear dirty clothes, and had no one to protect you or your parents were too drunk or high to take care of you or take you to the doctor if you needed it?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"tesi_s_165": {
"LongName": "ACE_SEPARATE_DIVORCE (question ID 176440)",
"Description": "6. Were your parents ever separated or divorced?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q7": {
"LongName": "ACE_MOTHER_HURT (question ID 176441)",
"Description": "7. Was your mother or stepmother: Often pushed, grabbed, slapped, or had something thrown at her? or sometimes or often kicked, bitten, hit with a fist, or hit with something hard? or ever repeatedly hit over at least a few minutes or threatened with a gun or knife? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q8": {
"LongName": "ACE_LIVE_ALCOHOL_DRUGS (question ID 176442)",
"Description": "8. Did you live with anyone who was a problem drinker or alcoholic or who used street drugs? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"b_ace_q9": {
"LongName": "ACE_HOUSEHOLD_DEPRESS (question ID 176443)",
"Description": "9. Was a household member depressed or mentally ill or did a household member attempt suicide? ",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"ceahd15": {
"LongName": "ACE_HOUSEHOLD_PRISON (question ID 176444)",
"Description": "10. Did a household member go to prison?",
"Levels": {
"1": "Yes",
"0": "No"
}
}
}
4 changes: 4 additions & 0 deletions pheno001/phenotype/ace.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
participant_id age_at_visit b_ace_q1 b_ace_q2 b_ace_q3 b_ace_q4 b_ace_q5 tesi_s_165 b_ace_q7 b_ace_q8 b_ace_q9 ceahd15
sub-01 22 0 0 0 0 0 0 1 0 0 0
sub-01 24 1 0 0 1 0 1 0 0 0 0
sub-02 63 0 0 0 0 0 0 0 0 0 0
67 changes: 67 additions & 0 deletions pheno001/phenotype/demographics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"participant_id": {
"Description": "OpenNeuro ID of the subject."
},
"session_id": {
"Description": "ID assigned to participant's visit.",
"Levels": {
"onlineScreening": "First online screening visit.",
"onlineFollowup": "Online follow-up visit after 1 year of first in-person visit."
}
},
"age_at_visit": {
"Description": "1. What is your current age?"
},
"gender": {
"Description": "2. What sex were you assigned at birth, on your original birth certificate?",
"Levels": {
"m": "Male",
"f": "Female"
}
},
"race": {
"LongName": "RACE_1, first endorsement",
"Description": "5. Race: (Check all that apply)",
"Levels": {
"1": "American Indian/Alaska Native",
"2": "Asian",
"3": "Hawaiian/Pacific Islander",
"4": "Black/African American",
"5": "White/Caucasian",
"6": "Multiple race",
"7": "Unknown"
}
},
"ethnicity": {
"LongName": "ETHNICITY_1 (question ID 140032)",
"Description": "6. Ethnicity:",
"Levels": {
"0": "Not Hispanic or Latino",
"1": "Hispanic or Latino",
"2": "Unknown"
}
},
"education": {
"LongName": "EDUCATION (question ID 58226)",
"Description": "10. Education level:",
"Levels": {
"0": "High school graduate or above",
"1": "Some college or above",
"2": "Associates degree or above",
"3": "Bachelors degree or above",
"4": "Advanced/professional degree"
}
},
"marital_status": {
"LongName": "MARITAL_STATUS (question ID 7171)",
"Description": "11. Marital Status:",
"Levels": {
"1": "Single/Never married",
"2": "Married or living with someone as if married",
"3": "Divorced or annulled",
"4": "Separated",
"5": "Widowed",
"6": "Other"
}
}
}
4 changes: 4 additions & 0 deletions pheno001/phenotype/demographics.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
participant_id age_at_visit gender race ethnicity education marital_status
sub-01 22 m 3 0 4 1
sub-01 24 m 3 0 4 1
sub-02 63 f 6 0 3 2
Empty file.
Empty file.
Empty file.
Empty file.
38 changes: 38 additions & 0 deletions pheno002/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# BEP036 example dataset 02: two sessions, one imaging-only session

This dataset has two sessions but only the first session includes both phenotype and imaging data. The second session only contains imaging data. The file tree is as follows:

```bash
pheno002
|-- README.md
|-- participants.json
|-- participants.tsv
|-- phenotype
| |-- ace.json
| |-- ace.tsv
| |-- demographics.json
| `-- demographics.tsv
|-- sessions.json
|-- sessions.tsv
|-- sub-01
| |-- ses-01
| | `-- anat
| | |-- sub-01_ses-01_T1w.json
| | `-- sub-01_ses-01_T1w.nii.gz
| `-- ses-02
| `-- anat
| |-- sub-01_ses-02_T1w.json
| `-- sub-01_ses-02_T1w.nii.gz
`-- sub-02
|-- ses-01
| `-- anat
| |-- sub-02_ses-01_T1w.json
| `-- sub-02_ses-01_T1w.nii.gz
`-- ses-02
`-- anat
|-- sub-02_ses-02_T1w.json
`-- sub-02_ses-02_T1w.nii.gz

12 directories, 17 files

```
37 changes: 37 additions & 0 deletions pheno002/participants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"participant_id": {
"Description": "OpenNeuro ID of the subject."
},
"sex": {
"Description": "Sex assigned at birth.",
"Levels": {
"m": "Male",
"f": "Female"
}
},
"age": {
"Description": "Age of the participant.",
"Units": "years"
},
"MRI": {
"Description": "Does the participant have an MRI?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"ace": {
"Description": "Does the participant have Adverse Childhood Experience (ACE) survey data?",
"Levels": {
"1": "Yes",
"0": "No"
}
},
"demographics": {
"Description": "Does the participant have demographics survey data?",
"Levels": {
"1": "Yes",
"0": "No"
}
}
}
3 changes: 3 additions & 0 deletions pheno002/participants.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
participant_id sex age MRI ace demographics
sub-01 m 22 1 1 1
sub-02 f 63 1 1 1
Loading