https://github.com/acdh-oeaw/diauma
A django-based wep application for the project: Austrian Dialect Cartography 1924–1956: Digitalisation Contextualisation and Visualisation
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Repository
A django-based wep application for the project: Austrian Dialect Cartography 1924–1956: Digitalisation Contextualisation and Visualisation
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: JavaScript
- Default Branch: main
- Size: 526 MB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
[!WARNING] The application code is currently being revised and is not yet ready for production.
About
Diauma is a web application to manage maps and associated data for the project:
DIAUMA Digitizing Austrian Dialect Maps
It is a Django 1.11 web application, written in Python 3, developed at the Austrian Centre for Digital Humanities and Cultural Heritage (ACDH-CH ) and based on the Cremation Bronze Age Burials application (CBAB) project.
Licensing
All code unless otherwise noted is licensed under the terms of the MIT License (MIT). Please refer to the file COPYING in the root directory of this repository.
All documentation and images unless otherwise noted are licensed under the terms of Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
Install
Required Software
To install the required libraries execute:
pip install -r requirements.txt
Configuration Files
- Sensitive information is handled via environment varibles.
- e.g. run
set_env_variables.shto expose varibales fromdefault.env
Tests
Installation of required modules:
pip install -r requirements_test.txt
Run tests with HTML coverage report:
coverage run manage.py test -v 2
coverage report
coverage html
The report will be available at: htmlcov/index.html
Docker
At the ACDH-CH we use a centralized database-server. So instead of spawning a database for each service our services are talking to a database on this centralized db-server. This setup is reflected in the dockerized setting as well, meaning it expects an already existing database (either on your host, e.g. accessible via 'localhost' or some remote one)
building the image
docker build -t diauma:latest .
docker build -t diauma:latest --no-cache .
running the image
To run the image you should provide an .env file to pass in needed environment variables; see example below:
docker run -it -p 8020:8020 --rm --env-file docker.env --name diauma diauma:latest
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: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 11
- Average time to close issues: about 16 hours
- Average time to close pull requests: 8 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.18
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 10
- Pull requests: 10
- Average time to close issues: about 18 hours
- Average time to close pull requests: 1 minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.1
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (11)
Pull Request Authors
- csae8092 (16)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- leaflet ~1.0.1
- commitplease 2.3.0 development
- grunt 0.4.5 development
- grunt-bowercopy 1.2.4 development
- grunt-cli 0.1.13 development
- grunt-compare-size 0.4.0 development
- grunt-contrib-concat 0.5.1 development
- grunt-contrib-csslint 0.5.0 development
- grunt-contrib-jshint 0.12.0 development
- grunt-contrib-qunit 1.0.1 development
- grunt-contrib-requirejs 0.4.4 development
- grunt-contrib-uglify 0.11.1 development
- grunt-git-authors 3.1.0 development
- grunt-html 6.0.0 development
- grunt-jscs 2.1.0 development
- load-grunt-tasks 3.4.0 development
- rimraf 2.5.1 development
- testswarm 1.1.0 development
- @types/leaflet ^1.2.0 development
- leaflet ^1.0.1
- python 3.11-buster build
- Django >=5.0.6,<6
- MarkupSafe >=2.1.5,<3
- Pillow >=6.2.0
- crispy-bootstrap3 >=2024.1,<2025
- django-annoying >=0.10.7,<1
- django-autocomplete-light >=3.11.0,<4
- django-crispy-forms >=2.1,<3
- django-filter >=24.2,<25
- django-mptt >=0.16.0,<1
- django-mptt-admin >=2.6.2,<3
- django-tables2 >=2.7.0,<3
- lxml >=5.2.2,<6
- psycopg2 >=2.8.2,<3
- requests >=2.32.3,<3
- typing-extensions >=4.12.2,<5
- coverage >=7.6.0,<8 test