index.html 2.5 KB

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