Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

participants.json 363 B

12345678910111213141516
  1. {
  2. "participant_id": {
  3. "Description": "Unique participant identifier"
  4. },
  5. "age": {
  6. "Description": "Age of the participant at time of testing",
  7. "Units": "years"
  8. },
  9. "sex": {
  10. "Description": "Biological sex of the participant",
  11. "Levels": {
  12. "F": "female",
  13. "M": "male"
  14. }
  15. }
  16. }