analysis.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. <!-- Analysis section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>analysis</type>
  12. <name>Analysis</name>
  13. <definition>Sections of the Analysis type can be used to describe analyses.</definition>
  14. <property>
  15. <name>Author</name>
  16. <value>
  17. <type>person</type>
  18. </value>
  19. <definition>The name of the person who did the analysis, e.g. 'John Doe' or 'Doe, John'</definition>
  20. </property>
  21. <property>
  22. <name>Date</name>
  23. <value>
  24. <type>date</type>
  25. </value>
  26. <definition>The date of analysis.</definition>
  27. </property>
  28. <property>
  29. <name>Description</name>
  30. <value>
  31. <type>text</type>
  32. </value>
  33. <definition>A general description of the analysis.</definition>
  34. </property>
  35. <property>
  36. <name>Method</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The name of a method used in this analysis. E.g. "power spectrum".</definition>
  41. </property>
  42. <property>
  43. <name>CommandlineCall</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>The command used to execute the analysis including the command line parameter.</definition>
  48. </property>
  49. <property>
  50. <name>Comment</name>
  51. <value>
  52. <type>text</type>
  53. </value>
  54. <definition>Specific comments on this analysis.</definition>
  55. </property>
  56. <property>
  57. <name>CodeFile</name>
  58. <value>
  59. <type>binary</type>
  60. </value>
  61. <definition>
  62. The program code to analyse the data can be transferred using this property.
  63. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  64. code file.
  65. </definition>
  66. </property>
  67. <property>
  68. <name>CodeFileURL</name>
  69. <value>
  70. <type>URL</type>
  71. </value>
  72. <definition>The URL of the applied piece of program code to actually do the analysis.</definition>
  73. </property>
  74. <property>
  75. <name>CodeRevision</name>
  76. <value>
  77. <type>string</type>
  78. </value>
  79. <definition>If the analysis code is under version control the revision number can be specified using this
  80. property.
  81. </definition>
  82. </property>
  83. <property>
  84. <name>ConfigFile</name>
  85. <value>
  86. <type>binary</type>
  87. </value>
  88. <definition>
  89. The configurations used to analyse the data can be transferred using this property.
  90. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  91. configuration file.
  92. </definition>
  93. </property>
  94. <property>
  95. <name>ConfigFileURL</name>
  96. <value>
  97. <type>URL</type>
  98. </value>
  99. <definition>The URL of the used configuration file used to run the analysis.</definition>
  100. </property>
  101. <property>
  102. <name>DatasetFile</name>
  103. <value>
  104. <type>binary</type>
  105. </value>
  106. <definition>
  107. The data analysed ion the described way can be transferred using this property.
  108. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  109. dataset file.
  110. </definition>
  111. </property>
  112. <property>
  113. <name>DatasetFileURL</name>
  114. <value>
  115. <type>URL</type>
  116. </value>
  117. <definition>The URL of a analysed datasetFile.</definition>
  118. </property>
  119. <property>
  120. <name>ResultFile</name>
  121. <value>
  122. <type>binary</type>
  123. </value>
  124. <definition>
  125. The results of this analysis can be transferred using this property.
  126. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of the results
  127. file.
  128. </definition>
  129. </property>
  130. <property>
  131. <name>ResultFileURL</name>
  132. <value>
  133. <type>URL</type>
  134. </value>
  135. <definition>The URL of a results file.</definition>
  136. </property>
  137. <property>
  138. <name>ResultFigure</name>
  139. <value>
  140. <type>binary</type>
  141. </value>
  142. <definition>
  143. A figure showing the results. This property is meant to strore the real figure content.
  144. This will blow up the the size of the metadatafile and we recommend to rather define the URL of the figure.
  145. </definition>
  146. </property>
  147. <property>
  148. <name>PaperDOI</name>
  149. <value>
  150. <type>text</type>
  151. </value>
  152. <definition>If the results of this analysis have been published one can store the doi of the paper.</definition>
  153. </property>
  154. <property>
  155. <name>PaperURL</name>
  156. <value>
  157. <type>URL</type>
  158. </value>
  159. <definition>If the results of this analysis have been published the URL of the document can be given here
  160. </definition>
  161. </property>
  162. </section>
  163. </odML>