participant_info.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "trainingSuccess": {
  14. "Description": "RIII reflex size during application of cognitive strategy in the last training session. Smaller values = more successful",
  15. "Units": "percent of control condition"
  16. },
  17. "fMRI.1": {
  18. "Description": "Session folder containing the images of the first (pre-training) task-based fMRI session",
  19. "Levels": {
  20. "1": "ses-01",
  21. "2": "ses-02"
  22. }
  23. },
  24. "fMRI.2": {
  25. "Description": "Session folder containing the images of the second (post-traiing) task-based fMRI session",
  26. "Levels": {
  27. "2": "ses-02",
  28. "3": "ses-03",
  29. "4": "ses-04"
  30. }
  31. },
  32. "MRIonset.1": {
  33. "Description": "fMRI image for which t=0s in the first (pre-training) fMRI session. Previous image volumes were discarded in analysis",
  34. "Units": "volumes"
  35. },
  36. "MRIonset.2": {
  37. "Description": "fMRI image for which t=0s in the second (post-training) fMRI session. Previous image volumes were discarded in analysis",
  38. "Units": "volumes"
  39. },
  40. "rs_dwi.1": {
  41. "Description": "Session folder containing the pre-training rsfMRI and DWI images",
  42. "Levels": {
  43. "1": "ses-01",
  44. "2": "ses-02"
  45. }
  46. },
  47. "rs_dwi.2": {
  48. "Description": "Session folder containing the post-training rsfMRI and DWI images",
  49. "Levels": {
  50. "2": "ses-02",
  51. "3": "ses-03",
  52. }
  53. },
  54. }