experiment.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. <!-- Experiment section -->
  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</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. <value>
  19. <type>text</type>
  20. </value>
  21. <definition>A description of the experiment.
  22. </definition>
  23. </property>
  24. <property>
  25. <name>DataDOI</name>
  26. <value>
  27. <type>string</type>
  28. </value>
  29. <definition>A unique Digital object identifier of data.</definition>
  30. </property>
  31. <property>
  32. <name>Type</name>
  33. <value>electrophysiology
  34. <type>string</type>
  35. </value>
  36. <value>behavior
  37. <type>string</type>
  38. </value>
  39. <value>simulation
  40. <type>string</type>
  41. </value>
  42. <value>imaging
  43. <type>string</type>
  44. </value>
  45. <value>psychophysics
  46. <type>string</type>
  47. </value>
  48. <definition>The type of experiment.</definition>
  49. </property>
  50. <property>
  51. <name>Subtype</name>
  52. <value>
  53. <type>string</type>
  54. </value>
  55. <definition></definition>
  56. </property>
  57. <property>
  58. <name>ProjectName</name>
  59. <value>
  60. <type>string</type>
  61. </value>
  62. <definition>The name of the project this experiment belongs to.
  63. </definition>
  64. </property>
  65. <property>
  66. <name>ProjectID</name>
  67. <value>
  68. <type>string</type>
  69. </value>
  70. <definition>The ID of the project this experiment belongs to.
  71. </definition>
  72. </property>
  73. </section>
  74. </odML>