Datasets:

License:
LibriBrain2 / TheMoth /participants.json
oiwi's picture
Add files using upload-large-folder tool
aab2866 verified
Raw
History Blame Contribute Delete
756 Bytes
{
"participant_id": {
"Description": "Unique participant identifier"
},
"age": {
"Description": "Age of the participant at time of testing",
"Units": "years"
},
"sex": {
"Description": "Biological sex of the participant",
"Levels": {
"F": "female",
"M": "male"
}
},
"hand": {
"Description": "Handedness of the participant",
"Levels": {
"R": "right",
"L": "left",
"A": "ambidextrous"
}
},
"weight": {
"Description": "Body weight of the participant",
"Units": "kg"
},
"height": {
"Description": "Body height of the participant",
"Units": "m"
}
}