behavior.xml 1.7 KB

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