Skip to content

Commit

Permalink
readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Thiery committed Mar 24, 2017
1 parent f658710 commit dcfd987
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Axel Kunz, Matthias Dufner, i3mainz
Copyright (c) 2016 Matthias Dufner, Axel Kunz, Florian Thiery, i3mainz, RGZM, mainzed

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Labeling System (LS) is a web application that allows registered users to create their own controlled vocabularies. Vocabularies consist of concepts described by a label, a description and translations. In addition, concepts can be linked to other concepts in the Linked Open Data Cloud or within the same vocabulary. These links can be hierarchical, associative or mapping. In contrast to other SKOS editors, the app provides a convenient way to look up concepts in selected controlled vocabularies in the LOD Cloud. It also enables users to publish their vocabularies, which makes its concepts publicly accessable via Uniform Resource Identifiers (URI).

The Labeling System consists of three components: the [server](https://github.com/mainzed/labelingsystem-server), the [client wep-app](https://github.com/mainzed/labelingsystem-client) and the [datahub](https://github.com/mainzed/labelingsystem-datahub). The [datamodel](https://github.com/mainzed/labelingsystem-ontology) used in the backend is represented in an ontology using linked data vocabularies. This repository represents the server component of the Labeling System.

## Setup

This LS client uses the Labeling System Server API. See `https://github.com/mainzed/labelingsystem-server` for instructions on how to set it up the server.
Expand All @@ -21,3 +23,40 @@ Running `npm test` will run the unit tests with karma.
Run `webdriver-manager update` and `webdriver-manager start` to get an instance of a Selenium Server running.

Run `protractor e2e-tests/protractor-conf.js` to run e2e tests with protractor.

### Credits

Developers:

* Matthias Dufner B.Sc.
* Institut für Raumbezogene Informations- und Messtechnik (i3mainz)
* Axel Kunz M.Sc.
* Institut für Raumbezogene Informations- und Messtechnik (i3mainz)
* Florian Thiery M.Sc.
* Institut für Raumbezogene Informations- und Messtechnik (i3mainz)
* Römisch-Germanisches Zentralmuseum, Leibniz-Forschungsinstitut für Archäologie (RGZM)
* Mainzer Zentrum für Digitalität in den Geistes- und Kulturwissenschaften (mainzed)

### License

MIT License

Copyright (c) 2016 Matthias Dufner, Axel Kunz, Florian Thiery, i3mainz, RGZM, mainzed

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit dcfd987

Please sign in to comment.