imaging.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. <!-- Imaging experiment -->
  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/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
  18. <type>string</type>
  19. </value>
  20. <value>light microscopy
  21. <type>string</type>
  22. </value>
  23. <value>confocal
  24. <type>string</type>
  25. </value>
  26. <value>two-photon
  27. <type>string</type>
  28. </value>
  29. <value>fMRI
  30. <type>string</type>
  31. </value>
  32. <definition>The type of imaging like two-photon, confocal, REM, light microscopy, fMRI, etc..</definition>
  33. </property>
  34. </section>
  35. </odML>