@@ -38,14 +38,14 @@ What are metadata and why are they needed?
3838
3939 While maintaining the relation to the actual raw-data, odML can help to
4040 collect all metadata which are usually distributed over several files and
41- formats, and to store them unitetly which facilitates sharing data and
41+ formats, and to store them unitedly which facilitates sharing data and
4242 metadata.
4343
4444Key features of odML
4545 - open, XML based language, to collect, store and share metadata
4646 - Machine- and human-readable
47- - Interactive odML-Editor
4847 - Python-odML library
48+ - Interactive odML-Editor
4949
5050-------------------------------------------------------------------------------
5151
@@ -60,7 +60,7 @@ learned a programming language.
6060To cover the different demands of all users, we provide a slow introduction to
6161the odML framework that even allows programming beginners to learn the basic
6262concepts. We will demonstrate how to generate an odML file and present more
63- advanced possibilies of the Python-odML library (e.g., how to search for
63+ advanced possibilities of the Python-odML library (e.g., how to search for
6464certain metadata or how to integrate existing terminologies).
6565
6666At the end of this tutorial we will provide a few guidelines that will help you
@@ -71,7 +71,7 @@ The code for the example odML files, which we use within this tutorial is part
7171of the documentation package (see doc/example_odMLs/).
7272
7373A summary of available odML terminologies and templates can be found `here
74- <http://portal.g-node.org/odml/terminologies/v1.0 /terminologies.xml> `_.
74+ <http://portal.g-node.org/odml/terminologies/v1.1 /terminologies.xml> `_.
7575
7676-------------------------------------------------------------------------------
7777
@@ -88,9 +88,9 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
8888Dependencies
8989------------
9090
91- The Python-odML library (version 1.3 ) runs under Python 2.7 or 3.5.
91+ The Python-odML library (version 1.4 ) runs under Python 2.7 or 3.5.
9292
93- Additionally, the Python-odML library depends on Enum (version 0.4.4) .
93+ Additionally, the Python-odML library depends on Enum, lxml, pyyaml and rdflib .
9494
9595When the odML-Python library is installed via pip or the setup.py, these
9696packages will be automatically downloaded and installed. Alternatively, they
@@ -110,11 +110,11 @@ Installation...
110110************
111111
112112The simplest way to install the Python-odML library is from `PyPI
113- <https://pypi.python.org/pypi > `_ using `pip <https://pip.pypa.io/en/stable/ >`_::
113+ <https://pypi.python.org/> `_ using `pip <https://pip.pypa.io/en/stable/ >`_::
114114
115115 $ pip install odml
116116
117- The appropriate Python dependencies (Enum and lxml) will be automatically
117+ The appropriate Python dependencies will be automatically
118118downloaded and installed.
119119
120120If you are not familiar with PyPI and pip, please have a look at the available
@@ -129,7 +129,7 @@ repository from GitHub::
129129 $ cd /home/usr/toolbox/
130130 $ git clone https://github.com/G-Node/python-odml.git
131131
132- ... or if you don't want to use git download the ZIP file also provided on
132+ ... or if you don't want to use git, download the ZIP file also provided on
133133GitHub to your computer (e.g. as above on your home directory under a "toolbox"
134134folder).
135135
0 commit comments