123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************************************* -->
- <!-- Experiment section -->
- <!-- ********************************************************* -->
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>experiment</type>
- <name>Experiment</name>
- <definition>Specification of an experiment. The Experiment is part of a Project and the recorded data for a specific
- Experiment are found in Datasets. Possible subsections are, for example, Dataset and Stimulus.
- </definition>
- <property>
- <name>Description</name>
- <value>
- <type>text</type>
- </value>
- <definition>A description of the experiment.
- </definition>
- </property>
- <property>
- <name>DataDOI</name>
- <value>
- <type>string</type>
- </value>
- <definition>A unique Digital object identifier of data.</definition>
- </property>
- <property>
- <name>Type</name>
- <value>electrophysiology
- <type>string</type>
- </value>
- <value>behavior
- <type>string</type>
- </value>
- <value>simulation
- <type>string</type>
- </value>
- <value>imaging
- <type>string</type>
- </value>
- <value>psychophysics
- <type>string</type>
- </value>
- <definition>The type of experiment.</definition>
- </property>
- <property>
- <name>Subtype</name>
- <value>
- <type>string</type>
- </value>
- <definition></definition>
- </property>
- <property>
- <name>ProjectName</name>
- <value>
- <type>string</type>
- </value>
- <definition>The name of the project this experiment belongs to.
- </definition>
- </property>
- <property>
- <name>ProjectID</name>
- <value>
- <type>string</type>
- </value>
- <definition>The ID of the project this experiment belongs to.
- </definition>
- </property>
- </section>
- </odML>
|