You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
odML (open metadata Markup Language) is an [data model](./data_model.md) for storing
6
-
arbitrary metadata. The underlying data model offers a way to store
7
-
metadata in a structured human- and machine-readable way. Well
8
-
organized metadata management is a key component to guarantee
9
-
reproducibility of experiments and to track provenance of performed
10
-
analyses.
5
+
odML (open metadata Markup Language) is a file format for storing
6
+
arbitrary metadata. The underlying [data model](./data_model.md)
7
+
offers a way to store metadata in a structured human- and
8
+
machine-readable way. Well organized metadata management is a key
9
+
component to guarantee reproducibility of experiments and to track
10
+
provenance of performed analyses.
11
11
12
12
13
13
*python-odml* is the python library for reading and writing odml metadata files. It is a registered research resource with
@@ -22,16 +22,16 @@ the [RRID:SCR_001376](https://scicrunch.org/browse/resources/SCR_001376)
22
22
23
23
## Viewer/Editor
24
24
25
-
-Editor for odml files [odml-ui](https://github.com/g-node/odml-ui"odml-ui - editor for odml metadata files")
26
-
-Converter for odml files to form or spreadsheets [odmlTables](https://github.com/INM-6/python-odmltables).
25
+
-[odml-ui](https://github.com/g-node/odml-ui"odml-ui - editor for odml metadata files"): Graphical editor
26
+
-[odmlTables](https://github.com/INM-6/python-odmltables) Spreadsheet interface (by INM-6 FZ JÛlich) for odml files.
27
27
28
28
## Terminologies
29
-
30
-
*odml* does not enforce standardization, but welcomes it. We assembled
31
-
definitions of terms that can be used to provide metadata,
32
-
i.e. [odml-terminologies](https://github.com/G-Node/odml-terminologies). An odml-file
33
-
can be based on such a terminology. In that case one does not need to
34
-
provide definitions since they are part of the linked terminology.
29
+
*odML* facilitates and encourages standardization by
30
+
providing
31
+
[terminologies](https://github.com/G-Node/odml-terminologies). An
32
+
odml-file can be based on such a terminology. In that case one does
33
+
not need to provide definitions since they are part of the linked
34
+
terminology.
35
35
36
36
* * *
37
37
@@ -68,7 +68,7 @@ This project is open source published under an MIT license-like see [license fil
68
68
69
69
If you use *odml*, it would be much appreciated if you would cite it in publications with its identifier RRID:SCR_001376 and/or the reference:
70
70
71
-
*Grewe J., Wachtler T., and Benda J. (2011). A bottom-up approach to data annotation in neurophysiology. Front. Neuroinform. 5:16*
71
+
*Grewe J., Wachtler T., and Benda J. (2011). A bottom-up approach to data annotation in neurophysiology. Front. Neuroinform. 5:16, [doi:10.3389/fninf.2011.00016](https://doi.org/10.3389/fninf.2011.00016)*
0 commit comments