A repository for storing code on visualisation of textual witnesses for the CollAIte project.
The tool located in the traviz-extension/ directory is an experimental visualisation tool for comparing text witnesses. It is based on the TRAViz visualisation tool by Stefan Jänicke which is released under the Fair Academic License (FAL)
Requirements:
Steps:
-
Get a copy of the code:
git clone [email protected]:collaite/visualisation-tools.git -
Change into the
visualisation-tools/traviz-extension/directory -
Create a new Python virtual environment with the following command:
python3 -m venv path/to/new/virtual/environment -
Activate this new virtual environment using the command:
source path/to/new/virtual/environment/bin/activate -
Type
pip install -r requirements.txtto install required libraries -
After the required libraries have been installed, type:
python app.py -
Navigate to:
http://127.0.0.1:5000in your browser (I strongly recommend to use Chrome) -
You should be able to see the main screen of the visualisation prototype (see below for a screenshot). If you do not see this screen or you receive an error message, please file an issue here
Copyright (2022) Kody Moodley
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

