Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

imaging.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 microscpoy to fMRI.</definition>
  14. <property>
  15. <name>Type</name>
  16. <value>REM
  17. <type>string</type>
  18. </value>
  19. <value>light microscopy
  20. <type>string</type>
  21. </value>
  22. <value>confocal
  23. <type>string</type>
  24. </value>
  25. <value>two-photon
  26. <type>string</type>
  27. </value>
  28. <value>fMRI
  29. <type>string</type>
  30. </value>
  31. <definition>The type of imaging like two-photon, confocal, REM, light microscopy, fMRI, etc..</definition>
  32. </property>
  33. </section>
  34. </odML>