1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************************************* -->
- <!-- Imaging experiment -->
- <!-- ********************************************************* -->
- <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/imaging</type>
- <name>Imaging</name>
- <definition>Properties for describing an imaging experiment ranging from conventional light microscopy to fMRI.
- </definition>
- <property>
- <name>Type</name>
- <value>REM
- <type>string</type>
- </value>
- <value>light microscopy
- <type>string</type>
- </value>
- <value>confocal
- <type>string</type>
- </value>
- <value>two-photon
- <type>string</type>
- </value>
- <value>fMRI
- <type>string</type>
- </value>
- <definition>The type of imaging like two-photon, confocal, REM, light microscopy, fMRI, etc..</definition>
- </property>
- </section>
- </odML>
|