cell.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- Cell section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>cell</type>
  12. <name>Cell</name>
  13. <definition>Specification of the recorded cell. A cell definition should be a subsection of the
  14. <a href="../subject/subject.xml">Subject</a>
  15. section.
  16. </definition>
  17. <property>
  18. <name>Type</name>
  19. <value>
  20. <type>string</type>
  21. </value>
  22. <definition>The type of the recorded cell. E.g. pyramidal cell.</definition>
  23. </property>
  24. <property>
  25. <name>BrainRegion</name>
  26. <value>
  27. <type>string</type>
  28. </value>
  29. <definition>The region the cell is located in. For example Retina, Cortex, Cerebellum etc.</definition>
  30. </property>
  31. <property>
  32. <name>BrainSubRegion</name>
  33. <value>
  34. <type>string</type>
  35. </value>
  36. <definition>More detailed specification of the region the cell is located in. For example, if BrainRegion is
  37. "hippocampus", then the BrainSubRegion may be "CA1".
  38. </definition>
  39. </property>
  40. <property>
  41. <name>Layer</name>
  42. <value>
  43. <type>string</type>
  44. </value>
  45. <definition>The name of the layer. For example, layer 4 in CA1.</definition>
  46. </property>
  47. <property>
  48. <name>Ganglion</name>
  49. <value>
  50. <type>string</type>
  51. </value>
  52. <definition>Like the pro-, meta- and mesothoracal ganglion in invertebrates.</definition>
  53. </property>
  54. <property>
  55. <name>Structure</name>
  56. <value>
  57. <type>string</type>
  58. </value>
  59. <definition>The structure of the organism the cell is located in e.g. Eye, Spinal cord...</definition>
  60. </property>
  61. <property>
  62. <name>RecordingLocation</name>
  63. <value>
  64. <type>string</type>
  65. </value>
  66. <definition>The recording location in the cell. E.g. axonal, dendritic, somatic, ...</definition>
  67. </property>
  68. <property>
  69. <name>Identification</name>
  70. <value>
  71. <type>string</type>
  72. </value>
  73. <definition>How was the cell identified?</definition>
  74. </property>
  75. <property>
  76. <name>RestingPotential</name>
  77. <value>
  78. <type>float</type>
  79. <unit>mV</unit>
  80. </value>
  81. <definition>What is the cells resting potential of the cell. An indicator for the recording quality.</definition>
  82. </property>
  83. <property>
  84. <name>BaselineRate</name>
  85. <value>
  86. <type>float</type>
  87. <unit>Hz</unit>
  88. </value>
  89. <definition>For spiking cells, the spontaneous activity which might be an indicator for the cell's health status
  90. and thus recording quality.
  91. </definition>
  92. </property>
  93. <property>
  94. <name>BaselineNoise</name>
  95. <value>
  96. <type>float</type>
  97. </value>
  98. <definition>The standard deviation of the baseline membrane potential.</definition>
  99. </property>
  100. <property>
  101. <name>Rheobase</name>
  102. <value>
  103. <type>float</type>
  104. <unit>nA</unit>
  105. </value>
  106. <definition>The minimum current required to make the cell fire action potentials.</definition>
  107. </property>
  108. <property>
  109. <name>MembraneCapacity</name>
  110. <value>
  111. <type>float</type>
  112. <unit>pF</unit>
  113. </value>
  114. <definition>The capacity of the cell.</definition>
  115. </property>
  116. <property>
  117. <name>InputResistance</name>
  118. <value>
  119. <type>float</type>
  120. <unit>MOhm</unit>
  121. </value>
  122. <definition>The input resistance of the recorded cell.</definition>
  123. </property>
  124. <property>
  125. <name>TimeConstant</name>
  126. <value>
  127. <type>float</type>
  128. <unit>ms</unit>
  129. </value>
  130. <definition>The membrane time-constant.</definition>
  131. </property>
  132. <property>
  133. <name>Comment</name>
  134. <value>
  135. <type>text</type>
  136. </value>
  137. <definition>A comment on the cell.</definition>
  138. </property>
  139. </section>
  140. </odML>