https://github.com/acdh-oeaw/zuludict-app
Web application code for the Zulu dictionary https://redmine.acdh.oeaw.ac.at/issues/19936
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
Repository
Web application code for the Zulu dictionary https://redmine.acdh.oeaw.ac.at/issues/19936
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: XSLT
- Default Branch: main
- Homepage: https://zuludict.acdh.oeaw.ac.at
- Size: 228 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Java LTS (Oracle, Azul, or others) (11 at the moment)
- Node LTS (14 at the moment)
- git (for Windows, shipped with other OSes)
- curl for downloading Saxon HE (10.6 at the moment, curl is included with git for windows)
- This git repository needs to be cloned inside a BaseX ZIP-file distribution (9.6.4 at the moment)
Setup
- unzip BaseX.zip (for example in your home folder)
<basexhome>is the directory containingBaseX.jarand thebin,libandwebappdirectory (basexafter unpacking the BaseX.zip file, but you should probably rename it) - in
<basexhome>/webappgit clone this repository, please do not change the namezuludict-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
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
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