participants.json 585 B

1234567891011121314151617181920
  1. {
  2. "age": {
  3. "Description": "age of the participant",
  4. "Units": "years"
  5. },
  6. "sex": {
  7. "Description": "sex of the participant as reported by the participant",
  8. "Levels": {
  9. "M": "male",
  10. "F": "female"
  11. }
  12. },
  13. "group": {
  14. "Description": "experimental group the participant belonged to",
  15. "Levels": {
  16. "subject": "participants who were incluced in the study",
  17. "pilot": "participants who were not included in the study, but scanned as pilots"
  18. }
  19. }
  20. }