behavior.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <!-- Behavioral 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/bahavior</type>
  12. <name>Behavior</name>
  13. <definition>Properties for describing an behavioural experiment.</definition>
  14. <property>
  15. <name>Paradigm</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The paradigm used in the experiment, e.g. Learning, navigation, etc...</definition>
  20. </property>
  21. <property>
  22. <name>Environment</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The environment in which the experiments were conducted. Classical environments are e.g. the Y-maze or
  27. T-maze. Some environments are called enriched also reduced or even natural.
  28. </definition>
  29. </property>
  30. <property>
  31. <name>IndividualCount</name>
  32. <value>
  33. <type>int</type>
  34. </value>
  35. <definition>The number of individuals that are observed/investigated at the same time.</definition>
  36. </property>
  37. <property>
  38. <name>definition</name>
  39. <value>
  40. <type>text</type>
  41. </value>
  42. <definition>A definition of the conducted experiment.</definition>
  43. </property>
  44. <property>
  45. <name>Protocol</name>
  46. <value>
  47. <type>text</type>
  48. </value>
  49. <definition>A description of the task protocol undertaken by the subject.</definition>
  50. </property>
  51. </section>
  52. </odML>