electrode.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>2014-04-01</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>Usage</name>
  41. <value>Ground
  42. <type>string</type>
  43. </value>
  44. <value>Reference
  45. <type>string</type>
  46. </value>
  47. <value>Channel
  48. <type>string</type>
  49. </value>
  50. <definition>Usage of electrode.</definition>
  51. </property>
  52. <property>
  53. <name>Material</name>
  54. <value>
  55. <type>string</type>
  56. </value>
  57. <definition>The Material the electrodes are made of e.g. glass. tungsten, steel ...</definition>
  58. </property>
  59. <property>
  60. <name>GlassType</name>
  61. <value>
  62. <type>string</type>
  63. </value>
  64. <definition>The Type of Glass used to pull these electrodes. (e.g. Quartz, Borosilicate)</definition>
  65. <dependency>Material</dependency>
  66. <dependencyValue>Glass</dependencyValue>
  67. </property>
  68. <property>
  69. <name>GlassSpecification</name>
  70. <value>
  71. <type>string</type>
  72. </value>
  73. <definition>Inner and outer diameter, with or without filament.</definition>
  74. <dependency>Material</dependency>
  75. <dependencyValue>Glass</dependencyValue>
  76. </property>
  77. <property>
  78. <name>FirePolish</name>
  79. <value>
  80. <type>boolean</type>
  81. </value>
  82. <definition>Specifies whether or not the electrodes were fire polished.</definition>
  83. <dependency>Material</dependency>
  84. <dependencyValue>Glass</dependencyValue>
  85. </property>
  86. <property>
  87. <name>Puller</name>
  88. <value>
  89. <type>string</type>
  90. </value>
  91. <definition>The Puller used to make the electrodes.</definition>
  92. <dependency>Material</dependency>
  93. <dependencyValue>Glass</dependencyValue>
  94. </property>
  95. <property>
  96. <name>PullParameter</name>
  97. <value>
  98. <type>string</type>
  99. </value>
  100. <definition>The specific pull parameters like heat, trip velocity, heat and cooling duration etc..</definition>
  101. <dependency>Material</dependency>
  102. <dependencyValue>Glass</dependencyValue>
  103. </property>
  104. <property>
  105. <name>ShapeParameters</name>
  106. <value>
  107. <type>string</type>
  108. </value>
  109. <definition>The shape parameters of the electrode.</definition>
  110. </property>
  111. <property>
  112. <name>Manufacturer</name>
  113. <value>
  114. <type>string</type>
  115. </value>
  116. <definition>The manufacturer of the electrodes if e.g. ordered from a company.</definition>
  117. </property>
  118. <property>
  119. <name>TipSize</name>
  120. <value>
  121. <type>float</type>
  122. <unit>&#956;m</unit>
  123. </value>
  124. <definition>The tip size.</definition>
  125. </property>
  126. <property>
  127. <name>Coating</name>
  128. <value>
  129. <type>string</type>
  130. </value>
  131. <definition>The coating used to insulate the electrodes.</definition>
  132. </property>
  133. <property>
  134. <name>Impedance</name>
  135. <value>
  136. <type>float</type>
  137. <unit>M&#937;</unit>
  138. </value>
  139. <definition>Electrode impedance.</definition>
  140. </property>
  141. <property>
  142. <name>ElectrodeCount</name>
  143. <value>
  144. <type>int</type>
  145. </value>
  146. <definition>Number of electrodes in a multi-electrode-array.</definition>
  147. </property>
  148. <property>
  149. <name>Description</name>
  150. <value>
  151. <type>string</type>
  152. </value>
  153. <definition></definition>
  154. </property>
  155. </section>
  156. </odML>