{% extends "layout.html" %} {% block content %} {{ message | safe }}
The custom ontology has four layers. The top layer is one single keyword serves as the name of the ontology. This keyword is used to select the ontology used for each search (i.e. via the dropdown menu). A new ontology will be created if the ontology does not already exist for the use. Keywords in the second layer describe the main concepts and are used to include/exclude groups of keywords for each search (via check boxes). All keywords under the same second layer are shown with the same color in the graphic output. Keywords in the third layer are shown in the results (both graphic and tabular). Keywords in the fourth layer are synonyms of those in the third layer. Results from all synonyms are grouped together and shown under the parent third layer keyword.
{%if "name" in session %} {{session['name']}}, your ontologies are available in the archive . {% else %} The ontologies will be saved after login. {% endif %} {%if "email" in session %} {%else%} Custom ontologies are available after login. {% endif %}