Skip to content

Commit 8a0b604

Browse files
committed
[docs] add terminology link
1 parent 2b2bed4 commit 8a0b604

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="./images/odMLLogo.png" alt="odml" style="width: 150px;"/>
44

55
odML (open metadata Markup Language) is an [data model](./data_model.md) for storing
6-
arbitrary metadata. Teh underlying datamodel offers a way to store
6+
arbitrary metadata. The underlying data model offers a way to store
77
metadata in a structured human- and machine-readable way. Well
88
organized metadata management is a key component to guarantee
99
reproducibility of experiments and to track provenance of performed
@@ -25,6 +25,14 @@ the [RRID:SCR_001376](https://scicrunch.org/browse/resources/SCR_001376)
2525
- Editor for odml files [odml-ui](https://github.com/g-node/odml-ui "odml-ui - editor for odml metadata files")
2626
- Converter for odml files to form or spreadsheets [odmlTables](https://github.com/INM-6/python-odmltables).
2727

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.
35+
2836
* * *
2937

3038
## Getting started
@@ -40,7 +48,7 @@ pip install odml
4048
### Tutorial and examples
4149

4250
- We have assembled a set of
43-
[tutorials](http://github.com/G-Node/python-odml/doc/tutorial.rst "Python Tutorial").
51+
[tutorials](http://github.com/G-Node/python-odml/blob/master/doc/tutorial.rst "Python Tutorial").
4452

4553
## Support
4654

0 commit comments

Comments
 (0)