participants.json 773 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "age": {
  3. "LongName": "",
  4. "Description": "age of the participant",
  5. "Levels": {
  6. },
  7. "Units": "years",
  8. "TermURL": "https://www.todo.com/fixme",
  9. "HED": "Age/#"
  10. },
  11. "sex": {
  12. "LongName": "",
  13. "Description": "sex of the participant as reported by the participant",
  14. "Levels": {
  15. "m": "male",
  16. "f": "female"
  17. },
  18. "HED": {
  19. "m": "Male",
  20. "f": "Female"
  21. },
  22. "TermURL": "https://www.todo.com/fixme"
  23. },
  24. "handedness": {
  25. "LongName": "",
  26. "Description": "handedness of the participant as reported by the participant",
  27. "Levels": {
  28. "l": "left",
  29. "r": "right"
  30. },
  31. "TermURL": "https://www.todo.com/fixme",
  32. "HED": {
  33. "l": "Left-handed",
  34. "r": "Right-handed"
  35. }
  36. }
  37. }