psychophysics.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Psychophysics Experiment -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The task the subjects have to do like "discrimination" between different stimuli, "detection" of a
  20. stimulus etc...
  21. </definition>
  22. </property>
  23. <property>
  24. <name>Paradigm</name>
  25. <value>
  26. <type>string</type>
  27. </value>
  28. <definition>The experimental paradigm e.g. Two-alternative-forced-choice, Three-alternative-forced-choice.
  29. </definition>
  30. </property>
  31. <property>
  32. <name>SubjectKnowledge</name>
  33. <value>
  34. <type>string</type>
  35. </value>
  36. <definition>Was the subject "naive", "trained", or "instructed"?</definition>
  37. </property>
  38. <property>
  39. <name>TrainingTrials</name>
  40. <value>
  41. <type>int</type>
  42. </value>
  43. <definition>The number of trials used for training of the experimental subject.</definition>
  44. </property>
  45. <property>
  46. <name>TrainingDuration</name>
  47. <value>
  48. <type>float</type>
  49. <unit>h</unit>
  50. </value>
  51. <definition>The training duration.</definition>
  52. </property>
  53. <property>
  54. <name>SubjectInstruction</name>
  55. <value>
  56. <type>text</type>
  57. </value>
  58. <definition>The instructions given to the subjects.</definition>
  59. </property>
  60. <property>
  61. <name>definition</name>
  62. <value>
  63. <type>text</type>
  64. </value>
  65. <definition>A definition of the conducted experiment.</definition>
  66. </property>
  67. </section>
  68. </odML>