Browse Source

[index] Do not use relative paths

M. Sonntag 4 years ago
parent
commit
9471336f3f
2 changed files with 48 additions and 49 deletions
  1. 0 0
      _resources/odmlTerminologiesIndex.xsl
  2. 48 49
      index.html

_resources/odmlMainpage.xsl → _resources/odmlTerminologiesIndex.xsl


+ 48 - 49
index.html

@@ -1,55 +1,54 @@
 <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" />
-    <link rel="icon" href="./_resources/odMLIcon.png" />
-</head>
-<body>
-    <header>
-        <h1>odML Terminologies</h1>
-        <p>Data model for storing arbitrary metadata</p>
-    </header>
+    <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="https://terminologies.g-node.org/_resources/odml_style.css" />
+        <link rel="icon" href="https://terminologies.g-node.org/_resources/odMLIcon.ico" />
+    </head>
+    <body>
+        <header>
+            <h1>odML Terminologies</h1>
+            <p>Data model for storing arbitrary metadata</p>
+        </header>
 
-    <div class="wrapper">
-        <sec>
-            <h1 id="odml">odML</h1>
-            <p><img src="./_resources/odMLLogo.png" /></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>
+        <div class="wrapper">
+            <sec>
+                <p><img src="https://terminologies.g-node.org/_resources/odMLLogo.png" /></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 contain 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 contain 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>
-        </sec>
-    </div>
-</body>
+                <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>
+            </sec>
+        </div>
+    </body>
 </html>