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.

electrode.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. <!-- Recording Electrodes -->
  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>electrode</type>
  12. <name>Electrode</name>
  13. <definition>Properties to describe an electrode.</definition>
  14. <property>
  15. <name>Type</name>
  16. <value>sharp
  17. <type>string</type>
  18. </value>
  19. <value>patch
  20. <type>string</type>
  21. </value>
  22. <value>injection
  23. <type>string</type>
  24. </value>
  25. <value>extracellular
  26. <type>string</type>
  27. </value>
  28. <value>multibarrel
  29. <type>string</type>
  30. </value>
  31. <value>multi-electrode-array
  32. <type>string</type>
  33. </value>
  34. <value>tetrode
  35. <type>string</type>
  36. </value>
  37. <definition>The type of electrode.</definition>
  38. </property>
  39. <property>
  40. <name>Material</name>
  41. <value>
  42. <type>string</type>
  43. </value>
  44. <definition>The Material the electrodes are made of e.g. glass. tungsten, steel ...</definition>
  45. </property>
  46. <property>
  47. <name>GlassType</name>
  48. <value>
  49. <type>string</type>
  50. </value>
  51. <definition>The Type of Glass used to pull these electrodes. (e.g. Quartz, Borosilicate)</definition>
  52. <dependency>Material</dependency>
  53. <dependencyValue>Glass</dependencyValue>
  54. </property>
  55. <property>
  56. <name>GlassSpecification</name>
  57. <value>
  58. <type>string</type>
  59. </value>
  60. <definition>Inner and outer diameter, with or without filament.</definition>
  61. <dependency>Material</dependency>
  62. <dependencyValue>Glass</dependencyValue>
  63. </property>
  64. <property>
  65. <name>FirePolish</name>
  66. <value>
  67. <type>boolean</type>
  68. </value>
  69. <definition>Specifies whether or not the electrodes were fire polished.</definition>
  70. <dependency>Material</dependency>
  71. <dependencyValue>Glass</dependencyValue>
  72. </property>
  73. <property>
  74. <name>Puller</name>
  75. <value>
  76. <type>string</type>
  77. </value>
  78. <definition>The Puller used to make the electrodes.</definition>
  79. <dependency>Material</dependency>
  80. <dependencyValue>Glass</dependencyValue>
  81. </property>
  82. <property>
  83. <name>PullParameter</name>
  84. <value>
  85. <type>string</type>
  86. </value>
  87. <definition>The specific pull parameters like heat, trip velocity, heat and cooling duration etc..</definition>
  88. <dependency>Material</dependency>
  89. <dependencyValue>Glass</dependencyValue>
  90. </property>
  91. <property>
  92. <name>ShapeParameters</name>
  93. <value>
  94. <type>string</type>
  95. </value>
  96. <definition>The shape parameters of the electrode.</definition>
  97. </property>
  98. <property>
  99. <name>Manufacturer</name>
  100. <value>
  101. <type>string</type>
  102. </value>
  103. <definition>The manufacturer of the electrodes if e.g. ordered from a company.</definition>
  104. </property>
  105. <property>
  106. <name>TipSize</name>
  107. <value>
  108. <type>float</type>
  109. <unit>&#956;m</unit>
  110. </value>
  111. <definition>The tip size.</definition>
  112. </property>
  113. <property>
  114. <name>Coating</name>
  115. <value>
  116. <type>string</type>
  117. </value>
  118. <definition>The coating used to insulate the electrodes.</definition>
  119. </property>
  120. <property>
  121. <name>Impedance</name>
  122. <value>
  123. <type>float</type>
  124. <unit>M&#937;</unit>
  125. </value>
  126. <definition>Electrode impedance.</definition>
  127. </property>
  128. <property>
  129. <name>ElectrodeCount</name>
  130. <value>
  131. <type>int</type>
  132. </value>
  133. <definition>Number of electrodes in a multi-electrode-array.</definition>
  134. </property>
  135. </section>
  136. </odML>