imaging.xml 1.0 KB

12345678910111213141516171819202122232425
  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. <!-- Imaging 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/imaging</type>
  12. <name>Imaging</name>
  13. <definition>Properties for describing an imaging experiment ranging from conventional light microscopy to fMRI.
  14. </definition>
  15. <property>
  16. <name>Type</name>
  17. <value>[REM, light microscopy, confocal, two-photon, fMRI]</value>
  18. <definition>The type of imaging like two-photon, confocal, REM, light microscopy, fMRI, etc..</definition>
  19. <type>string</type>
  20. </property>
  21. </section>
  22. </odML>