Bladeren bron

[index] Update style

M. Sonntag 4 jaren geleden
bovenliggende
commit
43fb8eac26
2 gewijzigde bestanden met toevoegingen van 912 en 34 verwijderingen
  1. 880 1
      _resources/odml_style.css
  2. 32 33
      index.html

File diff suppressed because it is too large
+ 880 - 1
_resources/odml_style.css


+ 32 - 33
index.html

@@ -10,45 +10,44 @@
         <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="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>
+            <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 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>
+            <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>