index.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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="https://terminologies.g-node.org/_resources/odml_style.css" />
  7. <link rel="icon" href="https://terminologies.g-node.org/images/odMLIcon.ico" />
  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. <p><img src="https://terminologies.g-node.org/images/odMLTitle.png" /></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. <h2 id="version_latest">Current version</h2>
  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. <h2 id="version_1.0">Previous versions</h2>
  39. <p>
  40. Previous odML Terminology versions can be found <a href="https://terminologies.g-node.org/v1.0/index.xml">here</a>
  41. which contain all available odML Terminology files in the odML format version v1.0.
  42. </p>
  43. <h2 id="involvement">Get involved</h2>
  44. <p>
  45. The Terminologies are a community project, if you find something missing,
  46. please consider adding your comments, issues or even terminology files
  47. on the projects' source page on Github:
  48. <a href="https://github.com/G-Node/odml-terminologies">G-Node/odml-terminologies</a>.
  49. </p>
  50. </sec>
  51. </div>
  52. </body>
  53. </html>