Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 1.68 KB

File metadata and controls

27 lines (22 loc) · 1.68 KB

Interactive form

Approaching the uncertainty usage from a DH point of view.

see the Docker registry (https://hub.docker.com/r/janchorizo/providedh-interactive-form-server)

About this repository

It holds the code for both the front-end and back-end of a web-based interactive formulary aimed at collecting informationg about the usage of a taxonomy to describe uncertainty assoicated to a piece of text, and the tools used for performing the analysis.

Structure

The repository has four folders that contain:

How to use it

The bundled version of the front-end application and the compiled version of the server are available for download for each release of the formulary.

  1. The bundled front-end application can be used by opening with a web browser, or served using the static server of choice; such as Nginx.
  2. The compiled binary for the server code can be executed in any Linux-based x64 machine. For more information see the Readme for the back-end code.