-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:ln2t/cvrmap into main
- Loading branch information
Showing
6 changed files
with
79 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Name": "Dummy Dataset", | ||
"BIDSVersion": "1.2.0", | ||
"License": "CC0", | ||
"Authors": [ | ||
"Skywalker, Luke", | ||
"Baggins, Bilbo", | ||
"Bond, James", | ||
"Curie, Marie" | ||
], | ||
"Acknowledgments": "", | ||
"HowToAcknowledge": "", | ||
"Funding": [ | ||
], | ||
"ReferencesAndLinks": [ | ||
"" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"group": { | ||
"LongName": "Group", | ||
"Levels": { | ||
"control": "Group of healthy subjects", | ||
"patient": "Group of unhealthy subjects" | ||
} | ||
}, | ||
"edinburgh": { | ||
"LongName": "Edinburgh handedness test" | ||
}, | ||
"edinburgh_alt": { | ||
"LongName": "Alternative Edinburgh handedness test (more accurate counting)" | ||
}, | ||
"last_name": { | ||
"LongName": "Participant's last name" | ||
}, | ||
"first_name": { | ||
"LongName": "Participant's first name" | ||
}, | ||
"sex": { | ||
"LongName": "Sex" | ||
}, | ||
"age": { | ||
"LongName": "Age" | ||
}, | ||
"smoking_status": { | ||
"LongName": "Smoking Status", | ||
"Description": "Indicate the smoking status of the subject", | ||
"Levels": { | ||
"n": "Subject has never smoked", | ||
"y": "Subject is currently a smoker", | ||
"(number)": "Subject has stopped smoking (number) years ago" | ||
} | ||
}, | ||
"smoking_rate": { | ||
"LongName": "Smoking Rate", | ||
"Description": "Number of cigarettes smoked per day" | ||
}, | ||
"smoking_time": { | ||
"LongName": "Smoking Time", | ||
"Description": "Number of years of active smoking" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
participant_id sex age | ||
sub-042 X 42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters