|
5 | 5 | odML (open metadata Markup Language) is a file format for storing
|
6 | 6 | arbitrary metadata. The underlying [data model](./data_model.md)
|
7 | 7 | offers a way to store metadata in a structured human- and
|
8 |
| -machine-readable way. Well organized metadata management is a key |
| 8 | +machine-readable way. Well organized metadata management is a key |
9 | 9 | component to guarantee reproducibility of experiments and to track
|
10 | 10 | provenance of performed analyses.
|
11 | 11 |
|
12 | 12 |
|
13 |
| -*python-odml* is the python library for reading and writing odml metadata files. It is a registered research resource with |
14 |
| -the [RRID:SCR_001376](https://scicrunch.org/browse/resources/SCR_001376) |
| 13 | +*python-odml* is the python library for reading and writing odml metadata files. |
| 14 | +It is a registered research resource with the |
| 15 | +[RRID:SCR_001376](https://scicrunch.org/browse/resources/SCR_001376) |
15 | 16 | .
|
16 | 17 |
|
17 |
| -## APIs |
| 18 | +## The odML eco system |
| 19 | + |
| 20 | +### APIs |
18 | 21 |
|
19 | 22 | - [*odml* python library](https://github.com/g-node/python-odml "python library for odml files"). Python library for reading and writing odml files.
|
20 | 23 | - [*java-odml-lib*](https://github.com/g-node/odml-java-lib "Java library for odml files") Java implementation of the data model.
|
21 | 24 | - [*matlab-odml*](https://github.com/g-node/matlab-odml "Matlab interface for odml files") Matlab interface for odml files.
|
22 | 25 |
|
23 |
| -## Viewer/Editor |
| 26 | +### Viewer/Editor |
24 | 27 |
|
25 | 28 | - [odml-ui](https://github.com/g-node/odml-ui "odml-ui - editor for odml metadata files"): Graphical editor
|
26 | 29 | - [odmlTables](https://github.com/INM-6/python-odmltables) Spreadsheet interface (by INM-6 FZ JÛlich) for odml files.
|
27 | 30 |
|
28 |
| -## Terminologies |
29 |
| -*odML* facilitates and encourages standardization by |
30 |
| -providing |
| 31 | +### Terminologies |
| 32 | +*odML* facilitates and encourages standardization by providing |
31 | 33 | [terminologies](https://github.com/G-Node/odml-terminologies). An
|
32 | 34 | odml-file can be based on such a terminology. In that case one does
|
33 | 35 | not need to provide definitions since they are part of the linked
|
@@ -101,20 +103,22 @@ The source code of the converter can be found
|
101 | 103 | ## Support
|
102 | 104 |
|
103 | 105 | If you experience problems using *odml* feel free to join our IRC channel
|
104 |
| -[#gnode at FreeNode ](irc://irc.freenode.net/gnode) or write an email to <[email protected]>. If you find a |
105 |
| -bug please report it using |
106 |
| -the [project issue tracker](https://github.com/G-Node/python-odml/issues "pyhton-odml issue tracker"). |
| 106 | +[#gnode at FreeNode ](irc://irc.freenode.net/gnode) or write an email to <[email protected]>. |
| 107 | +If you find a bug please report it using the |
| 108 | +[project issue tracker](https://github.com/G-Node/python-odml/issues "pyhton-odml issue tracker"). |
107 | 109 |
|
108 | 110 |
|
109 | 111 | ## License
|
110 | 112 |
|
111 |
| -This project is open source published under an MIT license-like see [license file](https://github.com/G-Node/python-odml/blob/master/LICENSE) for details. |
| 113 | +This project is open source published under an MIT license-like see |
| 114 | +[license file](https://github.com/G-Node/python-odml/blob/master/LICENSE) for details. |
112 | 115 |
|
113 | 116 | * * *
|
114 | 117 |
|
115 | 118 | ## Citing
|
116 | 119 |
|
117 |
| -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: |
| 120 | +If you use *odml*, it would be much appreciated if you would cite it in publications with |
| 121 | +its identifier RRID:SCR_001376 and/or the reference: |
118 | 122 |
|
119 | 123 | *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)*
|
120 | 124 |
|
|
0 commit comments