https://github.com/acdh-oeaw/zuludict-app

Web application code for the Zulu dictionary https://redmine.acdh.oeaw.ac.at/issues/19936

https://github.com/acdh-oeaw/zuludict-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords

basex dictionary-application
Last synced: 6 months ago · JSON representation

Repository

Web application code for the Zulu dictionary https://redmine.acdh.oeaw.ac.at/issues/19936

Basic Info
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
basex dictionary-application
Created about 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

zuludict-app

Charly Moerth (ed.): A machine-readable isiZulu-English glossary

Vienna, ACDH-CH 2011–2021

Description

This is the web application code of the ACDH-CH Zulu dictionary available at https://zuludict.acdh-dev.oeaw.ac.at/. It is built using the Web Dictionary-feature of the Vienna Lexicographic Editor (VLE).

Set up a local container instance

We use container images built here on GitHub to run the public service. To fetch the latest image use

bash docker pull ghcr.io/acdh-oeaw/zuludict-app:master

To run the latest image use

bash docker run --rm -it -p 8984:5000 ghcr.io/acdh-oeaw/zuludict-app:master

Set up a local instance

Prerequisites

Setup

  • unzip BaseX.zip (for example in your home folder) <basexhome> is the directory containing BaseX.jar and the bin, lib and webapp directory (basex after unpacking the BaseX.zip file, but you should probably rename it)
  • in <basexhome>/webapp git clone this repository, please do not change the name zuludict-app
  • start a bash in <basexhome>/webapp/zuludict-app
  • run ./deployment/initial.sh

This will clone zuludict-data into <basexhome>.

Update data and web page code

In <basexhome> execute ./redeploy.sh

Accessing the app

Now fire up the basex http server by running

bash /opt/basex/bin/basexhttp

If you just ran initial.sh or redeploy.sh this is already done.

The application should be available under http://localhost:8984/zuludict/index.html.

Data

The data is being edited using an installation of the Vienna Lexicographic Editor (VLE) using a BaseX native XML database as its backend. The data is released at irregular intervals at https://github.com/acdh-oeaw/zuludict-data.

Want to know more?

Contact us at acdh-helpdesk@oeaw.ac.at

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Push event: 4
  • Create event: 3
Last Year
  • Push event: 4
  • Create event: 3

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/starter.yaml actions
package.json npm