<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
<odML version="1.1">
  <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  <version>1.0</version>
  <date>2011-01-21</date>
  <!-- ********************************************************* -->
  <!--                     Analysis section                      -->
  <!-- ********************************************************* -->
  <section>
    <type>analysis</type>
    <name>Analysis</name>
    <definition>Sections of the Analysis type can be used to describe analyses.</definition>

    <property>
      <name>Author</name>
      <type>person</type>
      <definition>The name of the person who did the analysis, e.g. 'John Doe' or 'Doe, John'</definition>
    </property>

    <property>
      <name>Date</name>
      <type>date</type>
      <definition>The date of analysis.</definition>
    </property>

    <property>
      <name>Description</name>
      <type>text</type>
      <definition>A general description of the analysis.</definition>
    </property>

    <property>
      <name>Method</name>
      <type>string</type>
      <definition>The name of a method used in this analysis. E.g. "power spectrum".</definition>
    </property>

    <property>
      <name>CommandlineCall</name>
      <type>string</type>
      <definition>The command used to execute the analysis including the command line parameter.</definition>
    </property>

    <property>
      <name>Comment</name>
      <type>text</type>
      <definition>Specific comments on this analysis.</definition>
    </property>

    <property>
      <name>CodeFile</name>
      <type>URL</type>
      <definition>The URL to the applied piece of program code performing the analysis.</definition>
    </property>

    <property>
      <name>CodeRevision</name>
      <type>string</type>
      <definition>If the analysis code is under version control the revision number can be specified using this
        property.
      </definition>
    </property>

    <property>
      <name>ConfigFile</name>
      <type>URL</type>
      <definition>The URL to the configuration file used to run the analysis.</definition>
    </property>

    <property>
      <name>DatasetFile</name>
      <type>URL</type>
      <definition>The URL to the dataset file the analysis is applied on.</definition>
    </property>

    <property>
      <name>ResultFile</name>
      <type>URL</type>
      <definition>The URL to the results file the analysis was applied on.</definition>
    </property>

    <property>
      <name>ResultFigure</name>
      <type>URL</type>
      <definition>The URL to a figure file showing the results of the analysis.</definition>
    </property>

    <property>
      <name>PaperDOI</name>
      <type>text</type>
      <definition>If the results of this analysis have been published one can store the doi of the paper.</definition>
    </property>

    <property>
      <name>PaperURL</name>
      <type>URL</type>
      <definition>If the results of this analysis have been published the URL of the document can be given here
      </definition>
    </property>

  </section>
</odML>
