experiment.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. <!-- Experiment section -->
  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</type>
  12. <name>Experiment</name>
  13. <definition>Specification of an experiment. The Experiment is part of a Project and the recorded data for a specific
  14. Experiment are found in Datasets. Possible subsections are, for example, Dataset and Stimulus.
  15. </definition>
  16. <property>
  17. <name>Description</name>
  18. <definition>A description of the experiment.
  19. </definition>
  20. <type>text</type>
  21. </property>
  22. <property>
  23. <name>DataDOI</name>
  24. <definition>A unique Digital object identifier of data.</definition>
  25. <type>string</type>
  26. </property>
  27. <property>
  28. <name>Type</name>
  29. <value>[electrophysiology, behavior, simulation, imaging, psychophysics]</value>
  30. <definition>The type of experiment.</definition>
  31. <type>string</type>
  32. </property>
  33. <property>
  34. <name>Subtype</name>
  35. <type>string</type>
  36. </property>
  37. <property>
  38. <name>ProjectName</name>
  39. <definition>The name of the project this experiment belongs to.</definition>
  40. <type>string</type>
  41. </property>
  42. <property>
  43. <name>ProjectID</name>
  44. <definition>The ID of the project this experiment belongs to.</definition>
  45. <type>string</type>
  46. </property>
  47. </section>
  48. </odML>