carmen_mini.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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. <!-- Mini section -->
  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>carmen_mini</type>
  12. <name>Carmen Mini</name>
  13. <definition>This is a convenience section that lists the terms of the CARMEN MINI (Gibson et al. Nature Precedings,
  14. 2009 Version 0.6) and maps them to the odml "standard" terminologies.
  15. </definition>
  16. <section>
  17. <type>carmen_mini/contact_and_context</type>
  18. <name>ContactAndContext</name>
  19. <property>
  20. <name>DateAndTime</name>
  21. <value>
  22. <type>datetime</type>
  23. </value>
  24. <definition>The date and time of work initiation in YYYY-MM-DD hh:mm:ss format. (TODO ISO 8601 requires the T
  25. lib has to able to deal with it!)
  26. </definition>
  27. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/recording/recording.xml#recording:Start</mapping>
  28. </property>
  29. <property>
  30. <name>ResponsiblePerson</name>
  31. <value>
  32. <type>person</type>
  33. </value>
  34. <definition>The (stable) primary contact person for this data set; this could be the experimenter, lab head,
  35. line manager etc. Where responsibility rests with an institutional role (e.g. one of a number of duty
  36. officers) rather than a person, give the official name of the role rather than any one person. In all cases
  37. give affiliation and stable contact information, which consists of (i) Name, (ii) Postal address and (iii)
  38. Email address.
  39. </definition>
  40. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/project/project.xml#project:PrincipleInvestigator
  41. </mapping>
  42. </property>
  43. <property>
  44. <name>ExperimentalContext</name>
  45. <value>
  46. <type>text</type>
  47. </value>
  48. <definition>
  49. The name of the project, study or wider investigation of which the 'experiment' is a part (if appropriate).
  50. </definition>
  51. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/project/project.xml#project:Description</mapping>
  52. </property>
  53. <property>
  54. <name>ElectrophysiologyType</name>
  55. <value>
  56. <type>string</type>
  57. </value>
  58. <definition>
  59. The type of electrophysiology recording reported as 'extra cellular' or 'intra cellular'.
  60. </definition>
  61. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/experiment/experiment.xml#experiment:Type</mapping>
  62. </property>
  63. </section>
  64. <section>
  65. <type>carmen_mini/study_subject</type>
  66. <name>StudySubject</name>
  67. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject</mapping>
  68. <property>
  69. <name>Genus</name>
  70. <value>
  71. <type>string</type>
  72. </value>
  73. <definition>The genus classification of the study subject according to the NCBI taxonomy classification.
  74. </definition>
  75. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Genus</mapping>
  76. </property>
  77. <property>
  78. <name>Species</name>
  79. <value>
  80. <type>string</type>
  81. </value>
  82. <definition>The species classification of the study subject according to the NCBI taxonomy classification.
  83. </definition>
  84. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Species</mapping>
  85. </property>
  86. <property>
  87. <name>Strain</name>
  88. <value>
  89. <type>string</type>
  90. </value>
  91. <definition>The strain, genetic variation classification of the study subject, if appropriate. Note this is not
  92. the cell line.
  93. </definition>
  94. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Strain</mapping>
  95. </property>
  96. <property>
  97. <name>CellLine</name>
  98. <value>
  99. <type>string</type>
  100. </value>
  101. <definition>The identifier for the immortalized cell line, if appropriate.</definition>
  102. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:CellLine</mapping>
  103. </property>
  104. <property>
  105. <name>GeneticCharacteristics</name>
  106. <value>
  107. <type>string</type>
  108. </value>
  109. <definition>The genotype of the study stubject. Genetics characteristics include polymorphisms, disease alleles
  110. and haplotypes.
  111. </definition>
  112. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Comment</mapping>
  113. </property>
  114. <property>
  115. <name>GeneticVariation</name>
  116. <value>
  117. <type>string</type>
  118. </value>
  119. <definition>The genetic modification introduced in addition to strain, if appropriate.</definition>
  120. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Comment</mapping>
  121. </property>
  122. <property>
  123. <name>DeseaseState</name>
  124. <value>
  125. <type>string</type>
  126. </value>
  127. <definition>The name of the pathology diagnosed in the subject. The disease state is 'normal' if no disease
  128. state has been diagnosed.
  129. </definition>
  130. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:HealthStatus</mapping>
  131. </property>
  132. <property>
  133. <name>ClinicalInformation</name>
  134. <value>
  135. <type>string</type>
  136. </value>
  137. <definition>A link, summary or reference to additional clinical information, if appropriate.</definition>
  138. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Comment</mapping>
  139. </property>
  140. <property>
  141. <name>Sex</name>
  142. <value>
  143. <type>string</type>
  144. </value>
  145. <definition>The sex of the subject, in terms of either male, female or hermaphrodite.</definition>
  146. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Gender</mapping>
  147. </property>
  148. <property>
  149. <name>Age</name>
  150. <value>
  151. <type>string</type>
  152. </value>
  153. <definition>The time period elapsed since an identifiable point in the life cycle of an organism. If a
  154. developmental stage is specified the indentifiable point would be the beginning of that stage. Otherwise the
  155. identifiable point must be specifies. For example, 2 hours post surgery.
  156. </definition>
  157. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Age</mapping>
  158. </property>
  159. <property>
  160. <name>DevelopmentalStage</name>
  161. <value>
  162. <type>string</type>
  163. </value>
  164. <definition>The developmental stage of the of the study subect's life cycle.</definition>
  165. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:DevelopmentalStage
  166. </mapping>
  167. </property>
  168. <property>
  169. <name>SubjectLabel</name>
  170. <value>
  171. <type>string</type>
  172. </value>
  173. <definition>If the subject has been chemically labeled or stained; state the label name.</definition>
  174. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Label</mapping>
  175. </property>
  176. <property>
  177. <name>SubjectIdentifier</name>
  178. <value>
  179. <type>string</type>
  180. </value>
  181. <definition>The type and value of the identifier assigned to the subject.</definition>
  182. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Identifier</mapping>
  183. </property>
  184. <property>
  185. <name>SubjectIdentifierType</name>
  186. <value>
  187. <type>string</type>
  188. </value>
  189. <definition>The type and value of the identifier assigned to the subject. For example, vendor or patient
  190. identifier. For patients, the identifier must be approved by an Institutional Review Board or appropriate
  191. body.
  192. </definition>
  193. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Comment</mapping>
  194. </property>
  195. <property>
  196. <name>SubjectIdentifierValue</name>
  197. <value>
  198. <type>string</type>
  199. </value>
  200. <definition>The unique string which corresponds to the identifier type. TODO! How does this relate to the
  201. Identifier ?
  202. </definition>
  203. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Identifier</mapping>
  204. </property>
  205. <property>
  206. <name>AssociatedSubjectDetails</name>
  207. <value>
  208. <type>string</type>
  209. </value>
  210. <definition>The organisation (e.g vendor) or individual responsible for the subject.</definition>
  211. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/subject/subject.xml#subject:Comment</mapping>
  212. </property>
  213. <property>
  214. <name>PreparationProtocol</name>
  215. <value>
  216. <type>string</type>
  217. </value>
  218. <definition>The surgical procedure or the preparation protocol implemented to obtain the specific sample for
  219. recording.
  220. </definition>
  221. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparation:Description
  222. </mapping>
  223. </property>
  224. <property>
  225. <name>PreparationDate</name>
  226. <value>
  227. <type>date</type>
  228. </value>
  229. <definition>The date the surgical procedure or the preparation protocol was performed to obtain the specific
  230. sample for recording. Given in the ISO:8601 representation. YYYY-MM-DDThh:mm:ss
  231. </definition>
  232. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparation:Date</mapping>
  233. </property>
  234. </section>
  235. <section>
  236. <type>carmen_mini/recording_location</type>
  237. <name>RecordingLocation</name>
  238. <property>
  239. <name>LocationStructure</name>
  240. <value>
  241. <type>string</type>
  242. </value>
  243. <definition>The anatomical part or structure of the subject under investigation or recorded from. For example
  244. brain or cell culture.
  245. </definition>
  246. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/cell/cell.xml#cell:Structure</mapping>
  247. </property>
  248. <property>
  249. <name>BrainArea</name>
  250. <value>
  251. <type>string</type>
  252. </value>
  253. <definition>If the anatomical structure under study from 3.(a) is the brain then state the location. If the
  254. anatomical structure under study is the mammalian brain then state the location using Neuronames.
  255. (http://braininfo.rprc.washington.edu/aboutfolder/aboutbi.html).
  256. </definition>
  257. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/cell/cell.xml#cell:BrainArea</mapping>
  258. </property>
  259. <property>
  260. <name>SliceThickness</name>
  261. <value>
  262. <type>float</type>
  263. <unit>mm</unit>
  264. </value>
  265. <definition>The thickness of the recording slice in milimeters.</definition>
  266. <mapping>
  267. http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparation:SliceThickness
  268. </mapping>
  269. </property>
  270. <property>
  271. <name>SliceOrientation</name>
  272. <value>
  273. <type>string</type>
  274. </value>
  275. <definition>State the planes of the slice, in terms of either i) coronal (widthways), ii) saggital (lengthways
  276. parallel to midline) or iii) tangential (lengthways perpendicular to midline).
  277. </definition>
  278. <mapping>
  279. http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparationSliceOrientation
  280. </mapping>
  281. </property>
  282. <property>
  283. <name>CellType</name>
  284. <value>
  285. <type>string</type>
  286. </value>
  287. <definition>The cell type of the anatomical structure given in 3.(a) under investigation if non mixed. If mixed
  288. the target cell type should be provided.
  289. </definition>
  290. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/cell/cell.xml#cell:CellType</mapping>
  291. </property>
  292. <property>
  293. <name>TargetCellType</name>
  294. <value>
  295. <type>string</type>
  296. </value>
  297. <definition>The cell type of the anatomical structure given in 3.(a) under investigation if non mixed. If mixed
  298. the target cell type should be provided
  299. </definition>
  300. </property>
  301. <property>
  302. <name>ConfirmedCellType</name>
  303. <value>
  304. <type>string</type>
  305. </value>
  306. <definition>The method of coordinate assignment given in 2.3.1. Reported as 'anatomy confirmation', 'estimation'
  307. or chemical label (this includes antibodies and staining). The label used should be reported in section 2.(l).
  308. Additional information such as recordings or image files which also confirm the location can be referenced
  309. here.
  310. </definition>
  311. </property>
  312. </section>
  313. <section>
  314. <type>carmen_mini/task</type>
  315. <name>Task</name>
  316. <property>
  317. <name>Protocol</name>
  318. <value>
  319. <type>string</type>
  320. </value>
  321. <definition>A description of the task protocol undertaken by the subject.</definition>
  322. <mapping>
  323. http://portal.g-node.org/odml/terminologies/v1.0/experiment/bahavior.xml#experiment/behavior:Description
  324. </mapping>
  325. </property>
  326. <property>
  327. <name>SensoryConditions</name>
  328. <value>
  329. <type>string</type>
  330. </value>
  331. <definition>The sensory conditions during the task protocol.</definition>
  332. <!-- <mapping>?</mapping> -->
  333. </property>
  334. <property>
  335. <name>Equipment</name>
  336. <value>
  337. <type>string</type>
  338. </value>
  339. <definition>The Model Name, Model Number and Manufacturer for equipment used in the task protocol.</definition>
  340. <!-- <mapping>?</mapping> -->
  341. </property>
  342. <property>
  343. <name>Recording</name>
  344. <value>
  345. <type>string</type>
  346. </value>
  347. <definition>If the task is recorded state how and what data types are being recorded.</definition>
  348. <!-- <mapping>?</mapping> -->
  349. </property>
  350. </section>
  351. <section>
  352. <type>carmen_mini/stimulus</type>
  353. <name>Stimulus</name>
  354. <property>
  355. <name>Protocol</name>
  356. <value>
  357. <type>string</type>
  358. </value>
  359. <definition>A description of the stimulus protocol undertaken by the subject.</definition>
  360. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/stimulus/stimulus.xml#stimulus:Description</mapping>
  361. </property>
  362. <property>
  363. <name>SensoryConditions</name>
  364. <value>
  365. <type>string</type>
  366. </value>
  367. <definition>The sensory conditions during the stimulus protocol.</definition>
  368. <!-- <mapping>?</mapping> -->
  369. </property>
  370. <property>
  371. <name>Solutions</name>
  372. <value>
  373. <type>string</type>
  374. </value>
  375. <definition>Description of the solutions used in terms of name, components with concentrations,(if
  376. appropriate).
  377. </definition>
  378. <!-- <mapping>?</mapping> -->
  379. </property>
  380. <property>
  381. <name>Equipment</name>
  382. <value>
  383. <type>string</type>
  384. </value>
  385. <definition>The Model Name, Model Number and Manufacturer for specialised equipment used during the stimulus
  386. protocol. If electrode(s) are used then they should be described following the structure presented in ref x.x
  387. </definition>
  388. <!-- <mapping>?</mapping> -->
  389. </property>
  390. <property>
  391. <name>Recording</name>
  392. <value>
  393. <type>string</type>
  394. </value>
  395. <definition>If the stimulus is recorded state how and what data types are being recorded.</definition>
  396. <!-- <mapping>?</mapping> -->
  397. </property>
  398. </section>
  399. <section>
  400. <type>carmen_mini/behavioural_event</type>
  401. <name>BehaviouralEvent</name>
  402. <property>
  403. <name>Event</name>
  404. <value>
  405. <type>string</type>
  406. </value>
  407. <definition>A description of the behavioural event observed.</definition>
  408. <!-- <mapping>?</mapping> -->
  409. </property>
  410. <property>
  411. <name>Equipment</name>
  412. <value>
  413. <type>string</type>
  414. </value>
  415. <definition>The equipment use to record the behavioural event, if recorded in terms of The Model Name, Model
  416. Number and Manufacturer.
  417. </definition>
  418. <!-- <mapping>?</mapping> -->
  419. </property>
  420. <property>
  421. <name>BehaviouralEventRecording</name>
  422. <value>
  423. <type>string</type>
  424. </value>
  425. <definition>The type of recording of the behavioural event, the file format and the format encoding.
  426. </definition>
  427. <!-- <mapping>?</mapping> -->
  428. </property>
  429. </section>
  430. <section>
  431. <type>carmen_mini/recording</type>
  432. <name>Recording</name>
  433. <property>
  434. <name>Protocol</name>
  435. <value>
  436. <type>string</type>
  437. </value>
  438. <definition>A description of the recording protocol.</definition>
  439. <!-- <mapping>?</mapping> -->
  440. </property>
  441. <property>
  442. <name>Conditions</name>
  443. <value>
  444. <type>string</type>
  445. </value>
  446. <definition>The subject conditions during the recording. Invivo or invitro preparation If invivo was it
  447. anesthetised or awake? If awake what was the stimulus condition.
  448. </definition>
  449. <!-- <mapping>?</mapping> -->
  450. </property>
  451. <property>
  452. <name>ContainingDevice</name>
  453. <value>
  454. <type>string</type>
  455. </value>
  456. <definition>Containing device temperature of the subject or sample (for example, a bath): Include temperature if
  457. appropriate.
  458. </definition>
  459. <!-- <mapping>?</mapping> -->
  460. </property>
  461. <property>
  462. <name>Solutions</name>
  463. <value>
  464. <type>string</type>
  465. </value>
  466. <definition>Description of the solutions used in terms of name, components with concentrations,(if
  467. appropriate).
  468. </definition>
  469. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparation:BathSolution
  470. </mapping>
  471. </property>
  472. <property>
  473. <name>SolutionFlowSpeed</name>
  474. <value>
  475. <type>string</type>
  476. </value>
  477. <definition>The flow speed of the solution described in (ref x.x) in terms of ml/min.</definition>
  478. <mapping>
  479. http://portal.g-node.org/odml/terminologies/v1.0/preparation/preparation.xml#preparation:SolutionFlowSpeed
  480. </mapping>
  481. </property>
  482. <property>
  483. <name>Electrode</name>
  484. <value>
  485. <type>string</type>
  486. </value>
  487. <definition>The type of electrode and the Model Name, Model Number and Manufacturer for specialised equipment.
  488. </definition>
  489. <!-- <mapping>?</mapping> -->
  490. </property>
  491. <property>
  492. <name>ElectrodeConfiguration</name>
  493. <value>
  494. <type>string</type>
  495. </value>
  496. <definition>The configuration or arrangement of the electrode. For example, a 2-dimensional array. Also state
  497. the distance between each electrode. If the study uses voltage clamp in a patch configuration, state the
  498. access resistance (the resistance of the cell membrane, which is in series with the electrode resistance).
  499. </definition>
  500. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/electrode/electrode.xml#electrode:Configuration
  501. </mapping>
  502. </property>
  503. <property>
  504. <name>ElectrodeImpedance</name>
  505. <value>
  506. <type>string</type>
  507. </value>
  508. <definition>The electrode range or impedance of the electrode.</definition>
  509. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/electrode/electrode.xml#electrode:Impedance</mapping>
  510. </property>
  511. <property>
  512. <name>Amplifier</name>
  513. <value>
  514. <type>string</type>
  515. </value>
  516. <definition>The Model Name, Model Number and Manufacturer of the amplifier.</definition>
  517. <!-- <mapping>?</mapping> -->
  518. </property>
  519. <property>
  520. <name>Filter</name>
  521. <value>
  522. <type>string</type>
  523. </value>
  524. <definition>The Model Name, Model Number and Manufacturer of the filter.</definition>
  525. <!-- <mapping>?</mapping> -->
  526. </property>
  527. <property>
  528. <name>FilterSettings</name>
  529. <value>
  530. <type>string</type>
  531. </value>
  532. <definition>The settings or the parameters of the filter.</definition>
  533. <!-- <mapping>?</mapping> -->
  534. </property>
  535. <property>
  536. <name>Recorder</name>
  537. <value>
  538. <type>string</type>
  539. </value>
  540. <definition>The Model Name, Model Number and Manufacturer of the recorder.</definition>
  541. <!-- <mapping>?</mapping> -->
  542. </property>
  543. </section>
  544. <section>
  545. <type>carmen_mini/timeseries_data</type>
  546. <name>TimeSeriesData</name>
  547. <property>
  548. <name>DataFormat</name>
  549. <value>
  550. <type>string</type>
  551. </value>
  552. <definition>The name of the data format of the time series data and specific encoding. For example, ASCII or
  553. binary encoding.
  554. </definition>
  555. <!-- <mapping>?</mapping> -->
  556. </property>
  557. <property>
  558. <name>SamplingRate</name>
  559. <value>
  560. <type>string</type>
  561. </value>
  562. <definition>The sampling rate of the recording.</definition>
  563. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/hardware/daq.xml#hardware/daq:AISampleRate</mapping>
  564. </property>
  565. <property>
  566. <name>FileLocation</name>
  567. <value>
  568. <type>URL</type>
  569. </value>
  570. <definition>The time series file location should be made available when the experiment is published, for
  571. example, using a Uniform Resource Identifier (URI) or a Digital Object Identifier (DOI). (Note this will be
  572. achieved automatically via submission to the CARMEN system).
  573. </definition>
  574. <mapping>http://portal.g-node.org/odml/terminologies/v1.0/dataset/dataset.xml#dataset:FileURL</mapping>
  575. </property>
  576. </section>
  577. </section>
  578. </odML>