odml-terminologies defining terms to annotate electrophysiological data

Achilleas Koutsou ff4108be24 Merge pull request #20 from mpsonntag/fixes 4 years ago
_resources 8b6a01e118 [resources] Move and use images 4 years ago
images 8b6a01e118 [resources] Move and use images 4 years ago
v1.0 d896802814 [v1.0/terminologies] Fix invalid link in index 4 years ago
v1.1 c30b75bc79 [v1.1/terminologies] Fix typo in hardware link 4 years ago
.gitignore 4398dd547f fix tabs and indentations 6 years ago
LICENSE bd7999ef35 Create LICENSE 6 years ago
README.md 925f07f162 [README] Add odML introduction 5 years ago
index.html 2d69fd7637 [index] Change main image to odMLTitle 4 years ago

README.md

odML - The open metadata markup language -

This repository collects and maintains odML terminologies. odML Terminologies define terms that can be used for annotating Neuroscientific data in general and electrophysiological data in particular.

More information on odml can be found at the main odML page.

Tools and libraries for metadata handling with odml can be found on Github at https://github.com/G-Node

A brief introduction to odML and metadata

odML (open metadata Markup Language) is a framework, proposed by Grewe et al. (2011), to organize and store experimental metadata in a human- and machine-readable, XML based format (odml). In this tutorial we will illustrate the conceptual design of the odML framework and show hands-on how you can generate your own odML metadata file collection. A well organized metadata management of your experiment is a key component to guarantee the reproducibility of your research and facilitate the provenance tracking of your analysis projects.

What are metadata and why are they needed?

Metadata are data about data. They describe the conditions under which the actual raw-data of an experimental study were acquired. The organization of such metadata and their accessibility may sound like a trivial task, and most laboratories developed their home-made solutions to keep track of their metadata. Most of these solutions, however, break down if data and metadata need to be shared within a collaboration, because implicit knowledge of what is important and how it is organized is often underestimated.

While maintaining the relation to the actual raw-data, odML can help to collect all metadata which are usually distributed over several files and formats, and to store them unitedly which facilitates sharing data and metadata.

Key features of odML

  • open, XML based language, to collect, store and share metadata
  • Machine- and human-readable
  • Python-odML library
  • Interactive odML-Editor