Browse Source

Add index page

M. Sonntag 4 years ago
parent
commit
f8233a86af
1 changed files with 55 additions and 0 deletions
  1. 55 0
      index.html

+ 55 - 0
index.html

@@ -0,0 +1,55 @@
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>odML | Open metadata markup language - templates and terminologies -</title>
+    <meta name="description" content="templates and terminologies for the storage of scientific metadata" />
+    <link rel="stylesheet" href="./_resources/odml_style.css">
+</head>
+<body>
+    <header>
+        <h1>odML Terminologies</h1>
+        <p>data model for storing arbitrary metadata</p>
+    </header>
+    <hr>
+
+    <div class="wrapper">
+        <section>
+        <h1 id="odml">odML</h1>
+        <p><img src="./_resources/odMLLogo.png" alt="odml" style="width: 150px;" /></p>
+        <p>
+            odML (open metadata Markup Language) is a file format for storing
+            arbitrary metadata. The underlying data model offers a way to store
+            metadata in a structured human- and machine-readable way. Well organized
+            metadata management is a key component to guarantee reproducibility
+            of experiments and to track provenance of performed analyses.
+            More information about the odML project can be found on the
+            <a href="http://g-node.github.io/python-odml/">odML project page</a>.
+        </p>
+
+        <h1 id="terminologies">odML Terminologies</h1>
+        <p>
+            odML facilitates and encourages standardization of scientific metadata
+            by providing terminologies. An odML-file can be based on such a terminology.
+            In that case one does not need to provide definitions since they are part of
+            the linked terminology. This page hosts all currently available odML Terminology files.
+        </p>
+
+        <p>
+            The following leads to the latest version (v1.1) of the
+            <a href="https://terminologies.g-node.org/v1.1/terminologies.xml">odML Terminologies</a>.
+        </p>
+        <p>
+            Previous odML Terminology versions can be found <a href="https://terminologies.g-node.org/v1.0/terminologies.xml">here</a>
+            which contains all available odML Terminology files in the odML format version v1.0.
+        </p>
+
+        <p>
+            The Terminologies are a community project, if you find something missing,
+            please consider adding your comments, issues or even terminology files
+            on the projects' source page on Github:
+            <a href="https://github.com/G-Node/odml-terminologies">G-Node/odml-terminologies</a>.
+        </p>
+        </section>
+    </div>
+</body>
+</html>