@@ -38,14 +38,14 @@ What are metadata and why are they needed?
38
38
39
39
While maintaining the relation to the actual raw-data, odML can help to
40
40
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
42
42
metadata.
43
43
44
44
Key features of odML
45
45
- open, XML based language, to collect, store and share metadata
46
46
- Machine- and human-readable
47
- - Interactive odML-Editor
48
47
- Python-odML library
48
+ - Interactive odML-Editor
49
49
50
50
-------------------------------------------------------------------------------
51
51
@@ -60,7 +60,7 @@ learned a programming language.
60
60
To cover the different demands of all users, we provide a slow introduction to
61
61
the odML framework that even allows programming beginners to learn the basic
62
62
concepts. 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
64
64
certain metadata or how to integrate existing terminologies).
65
65
66
66
At 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
71
71
of the documentation package (see doc/example_odMLs/).
72
72
73
73
A 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> `_.
75
75
76
76
-------------------------------------------------------------------------------
77
77
@@ -88,9 +88,9 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
88
88
Dependencies
89
89
------------
90
90
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.
92
92
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 .
94
94
95
95
When the odML-Python library is installed via pip or the setup.py, these
96
96
packages will be automatically downloaded and installed. Alternatively, they
@@ -110,11 +110,11 @@ Installation...
110
110
************
111
111
112
112
The 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/ >`_::
114
114
115
115
$ pip install odml
116
116
117
- The appropriate Python dependencies (Enum and lxml) will be automatically
117
+ The appropriate Python dependencies will be automatically
118
118
downloaded and installed.
119
119
120
120
If you are not familiar with PyPI and pip, please have a look at the available
@@ -129,7 +129,7 @@ repository from GitHub::
129
129
$ cd /home/usr/toolbox/
130
130
$ git clone https://github.com/G-Node/python-odml.git
131
131
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
133
133
GitHub to your computer (e.g. as above on your home directory under a "toolbox"
134
134
folder).
135
135
0 commit comments