Skip to content

Data Acquisition

Christopher Pollin edited this page Aug 18, 2020 · 1 revision

ediarum

ediarum and DEPCHA

The software can be used to mark up TEI documents in Oxygen Author. For this purpose an customizable input with registers can be created. Its using an eXist DB in the background.

What is needed?

An XML schema derived from the Bookkeeping Ontology, and which further uses a restricted tag set of the TEI. The tag set contains all TEI-Elements needed to describe accounting documents. Further index lists of currencies, persons, organizations, goods and units of measurement (which are part of the t:teiHeader in form of t:listPerson, t:taxonomy etc.) can be used to make the process of annotation more efficent.

Set up ediarum

Basis-Setup

  1. Clone these GitHub-Repositories:

  2. Install Oxygen and XML Author

  3. Install eXist Database (local)

    • check your Java Version and update it if necessary
    • install eXist locally on your machine
    • use following version: eXist-db 4.4.0
    • the password you during install is needed later
    • on Windows you can start eXist via Command Prompt (Eingabeaufforderung)
    • therefore go to C:\eXist-db and write java -jar start.jar
    • (dont start eXist as a service when Windwos asks you; had problems with it)
  4. Install ediarum.DB App

    • go to your eXist Dashboard

    • log in as admin (PW set during install)
    • open the package manager / "add a package"
    • drag and drop ediarum.db-3.2.6.446.xar (or other version) into "Upload". You find ediarum.db-3.2.6.446.xar in ediarum.DB\release (https://github.com/MarekSlo/ediarum.DB)

  • You can now open ediarum.DB-App

Clone this wiki locally