index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>odML | Open metadata markup language - templates and terminologies -</title>
  5. <meta name="description" content="templates and terminologies for the storage of scientific metadata" />
  6. <link rel="stylesheet" href="./_resources/odml_style.css">
  7. </head>
  8. <body>
  9. <header>
  10. <h1>odML Terminologies</h1>
  11. <p>data model for storing arbitrary metadata</p>
  12. </header>
  13. <div class="wrapper">
  14. <sec>
  15. <h1 id="odml">odML</h1>
  16. <p><img src="./_resources/odMLLogo.png" alt="odml" style="width: 150px;" /></p>
  17. <p>
  18. odML (open metadata Markup Language) is a file format for storing
  19. arbitrary metadata. The underlying data model offers a way to store
  20. metadata in a structured human- and machine-readable way. Well organized
  21. metadata management is a key component to guarantee reproducibility
  22. of experiments and to track provenance of performed analyses.
  23. More information about the odML project can be found on the
  24. <a href="http://g-node.github.io/python-odml/">odML project page</a>.
  25. </p>
  26. <h1 id="terminologies">odML Terminologies</h1>
  27. <p>
  28. odML facilitates and encourages standardization of scientific metadata
  29. by providing terminologies. An odML-file can be based on such a terminology.
  30. In that case one does not need to provide definitions since they are part of
  31. the linked terminology. This page hosts all currently available odML Terminology files.
  32. </p>
  33. <p>
  34. The following leads to the latest version (v1.1) of the
  35. <a href="https://terminologies.g-node.org/v1.1/terminologies.xml">odML Terminologies</a>.
  36. </p>
  37. <p>
  38. Previous odML Terminology versions can be found <a href="https://terminologies.g-node.org/v1.0/terminologies.xml">here</a>
  39. which contains all available odML Terminology files in the odML format version v1.0.
  40. </p>
  41. <p>
  42. The Terminologies are a community project, if you find something missing,
  43. please consider adding your comments, issues or even terminology files
  44. on the projects' source page on Github:
  45. <a href="https://github.com/G-Node/odml-terminologies">G-Node/odml-terminologies</a>.
  46. </p>
  47. </sec>
  48. </div>
  49. </body>
  50. </html>