Skip to content

THEMAS version 1.3 (intermediate-release of 2.0)

Choose a tag to compare

@isl isl released this 01 Oct 17:34
· 38 commits to master since this release
f019479
  • Addressed the THEMAS git compilation error where the correct Neo4j-sisapi version could not be retrieved
  • Updated the How to compile.txt file
  • Committed already tried and used features such as:
    • XML version exported in XML export schema
    • added url rewrite module in order to respond
      to SKOS export uris with XML.
      Rules defined in /WEB-INF/urlrewrite.xml
      Supposing that SKOS export uris have been
      produced using the default namespace values
    • Using the reduced scope note complexity
      functions of Neo4j-sisapi
    • Removed TSV files from THEMAS - more appropriate is
      to be released together with each Neo4j-sisapi version.
      (also removed TSV language dependency -
      Adding configuration parameter about the UNCLASSIFIED
      TERMS facet in config.xml)
    • Defined and added import xml xsd file
    • Skos Export Adaptations to be more close to the BBT
      and to be able to define concept scheme and target
      namespace
    • Transliteration search enabled in UFs and Translation terms
    • THEMAS Users may be applied access to all
      thesauri via * instead of thesarus name
    • Ability to change UIlanguage at login Page
    • Created servlet that receives a Thesaurus Name and
      Thesaurus Reference Id and responds with metadata such
      as name and Type (Facet / TOP TERM / TERM) + responseCode
      (success / not found /unauthorized access etc.)
    • Increased thesaurus field width
    • GDPR texts (Terms of Use + Privacy policy added)
    • Added the XMLStream ability for the
      hierarchical representation of multiple hierarchies
    • External links supported in import/Export functionalities (not in UI yet)
    • Type ahead ajax bug with special chars solved