psychophysics.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Psychophysics Experiment -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>experiment/psychophysics</type>
  12. <name>Psychophysics</name>
  13. <definition>Properties for describing an psychophysical experiment.</definition>
  14. <property>
  15. <name>Task</name>
  16. <definition>The task the subjects have to do like "discrimination" between different stimuli, "detection" of a
  17. stimulus etc...
  18. </definition>
  19. <type>string</type>
  20. </property>
  21. <property>
  22. <name>Paradigm</name>
  23. <definition>The experimental paradigm e.g. Two-alternative-forced-choice, Three-alternative-forced-choice.
  24. </definition>
  25. <type>string</type>
  26. </property>
  27. <property>
  28. <name>SubjectKnowledge</name>
  29. <definition>Was the subject "naive", "trained", or "instructed"?</definition>
  30. <type>string</type>
  31. </property>
  32. <property>
  33. <name>TrainingTrials</name>
  34. <definition>The number of trials used for training of the experimental subject.</definition>
  35. <type>int</type>
  36. </property>
  37. <property>
  38. <name>TrainingDuration</name>
  39. <definition>The training duration.</definition>
  40. <type>float</type>
  41. <unit>h</unit>
  42. </property>
  43. <property>
  44. <name>SubjectInstruction</name>
  45. <definition>The instructions given to the subjects.</definition>
  46. <type>text</type>
  47. </property>
  48. <property>
  49. <name>definition</name>
  50. <definition>A definition of the conducted experiment.</definition>
  51. <type>text</type>
  52. </property>
  53. </section>
  54. </odML>