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.

sub-i_sessions.json 630 B

1234567891011121314151617181920212223
  1. {
  2. "SessionId": {
  3. "Description": "Unique identifier of the session"
  4. },
  5. "SessionQuality": {
  6. "Description": "General quality of the session (excellent/good/ok/bad)"
  7. },
  8. "DataQuality": {
  9. "Description": "Quality of the recorded data (excellent/good/ok/bad)"
  10. },
  11. "#Trials": {
  12. "Description": "Number of trial within the session"
  13. },
  14. "Comment": {
  15. "Description": "Comment by the experimenter"
  16. },
  17. "Weekday": {
  18. "Description": "Day of the week the recording was performed (monday,tuesday,...)"
  19. },
  20. "Noisy": {
  21. "Description": "Was noise observed in the data during the recording (yes/no)"
  22. }
  23. }