participants.json 680 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "SubjectID": {
  3. "Description": "Short identifier for monkey (e.g., used in file names)"
  4. },
  5. "Species": {
  6. "Description": "binomial species name (genus, species with genus)"
  7. },
  8. "Sex": {
  9. "Description": "Sex of the animal (male/female)"
  10. },
  11. "Birthdate": {
  12. "Description": "Date of birth"
  13. },
  14. "Handedness": {
  15. "Description": "Trained hand (left and/or right)"
  16. },
  17. "SurgeryDate": {
  18. "Description": "Date of the surgery"
  19. },
  20. "Disabilities": {
  21. "Description": "Comment on existing disabilities"
  22. },
  23. "Character": {
  24. "Description": "Comment on the general character/personality"
  25. },
  26. "GivenName": {
  27. "Description": "Given Name"
  28. }
  29. }