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.

dc.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. <!-- DC stimulus -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <version>1.0</version>
  8. <date>2011-01-21</date>
  9. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  10. <section>
  11. <type>stimulus/dc</type>
  12. <name>DC</name>
  13. <definition>Property definitions to describe a DC stimulus meaning a constant stimulus e.g. a constant illumination, current etc.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, light etc.</definition>
  20. </property>
  21. <property>
  22. <name>Duration</name>
  23. <value>
  24. <type>float</type>
  25. <unit>s</unit>
  26. </value>
  27. <definition>The duration of the stimulus in seconds.</definition>
  28. </property>
  29. <property>
  30. <name>Intensity</name>
  31. <value>
  32. <type>string</type>
  33. </value>
  34. <definition>The stimulus intensity in absolute or relative terms.</definition>
  35. </property>
  36. <property>
  37. <name>IntensityOffset</name>
  38. <value>
  39. <type>string</type>
  40. </value>
  41. <definition>The stimulus intensity given as the offset relative to another stimulus.</definition>
  42. </property>
  43. <property>
  44. <name>TemporalOffset</name>
  45. <value>
  46. <type>float</type>
  47. <unit>s</unit>
  48. </value>
  49. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was presented.</definition>
  50. </property>
  51. <property>
  52. <name>Function</name>
  53. <value>
  54. <type>string</type>
  55. </value>
  56. <definition>The function of the described stimulus. E.g. if the white noise constitutes the carrier.</definition>
  57. </property>
  58. <property>
  59. <name>OutputChannel</name>
  60. <value>
  61. <type>string</type>
  62. </value>
  63. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker, etc.). This
  64. information can be used to explicitely express that several stimuli (that share the same OutputChannel) are jointly presented.</definition>
  65. </property>
  66. <property>
  67. <name>Position</name>
  68. <value>
  69. <type>2-tuple</type>
  70. </value>
  71. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position refers to the top-left corner of the object or its bounding box.</definition>
  72. </property>
  73. <property>
  74. <name>PositionReference</name>
  75. <value>top-left
  76. <type>string</type>
  77. </value>
  78. <value>center
  79. <type>string</type>
  80. </value>
  81. <value>bottom-right
  82. <type>string</type>
  83. </value>
  84. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the bounding box). Use this property for other definitions.</definition>
  85. </property>
  86. <property>
  87. <name>SpatialExtent</name>
  88. <value>
  89. <type>2-tuple</type>
  90. </value>
  91. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  92. </property>
  93. </section>
  94. </odML>