https://github.com/acdh-oeaw/hapa

History of Albanian Place-names: Albania

https://github.com/acdh-oeaw/hapa

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 (5.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

History of Albanian Place-names: Albania

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 22
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

HAPA

codecov Test flake8 Lint

History of Albanian Place-names: Albania

Code repo for the FWF-Project Sprachgeschichte der Ortsnamen Albaniens (P 33706)

building the image

docker build -t hapa:latest . docker build -t hapa: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:

DB_NAME=hapa DB_USER=hapa DB_PASSWORD=db_pw PROJECT_NAME=hapa SECRET_KEY=randomstring DEBUG=True DJANGO_SUPERUSER_USERNAME=user_name DJANGO_SUPERUSER_PASSWORD=user_pw VOCABS_DEFAULT_PEFIX=hapa VOCABS_DEFAULT_PEFIX=en REDMINE_ID=12345

docker run -it -p 8020:8020 --rm --env-file .env_dev hapa:latest

docker run -it -p 8020:8020 --rm --env-file docker.env ghcr.io/acdh-oeaw/hapa:latest

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
  • Create event: 5
  • Release event: 2
  • Issues event: 7
  • Delete event: 2
  • Issue comment event: 2
  • Push event: 8
  • Pull request event: 5
Last Year
  • Create event: 5
  • Release event: 2
  • Issues event: 7
  • Delete event: 2
  • Issue comment event: 2
  • Push event: 8
  • Pull request event: 5

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 109
  • Total pull requests: 39
  • Average time to close issues: 13 days
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.22
  • Average comments per pull request: 0.31
  • Merged pull requests: 39
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 20
  • Pull requests: 12
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: 9 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.83
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (54)
  • linxOD (1)
Pull Request Authors
  • csae8092 (25)
  • linxOD (3)
Top Labels
Issue Labels
enhancement (10) editview (6) detailview (5) listview (4) housekeeping (4) datamodel (3) bug (3) filtering (2) ckeditor (1)
Pull Request Labels

Dependencies

requirements.txt pypi
  • Django ==3.1.6
  • acdh-django-browsing >=0.1.1
  • acdh-django-charts >=0.5.3
  • acdh-django-geonames >=0.1.8
  • acdh-django-netvis >=0.1.0
  • acdh-django-vocabs >=0.1.3
  • acdh-django-zotero >=0.1.6
  • django-ckeditor >=6.0.0
  • django-leaflet *
  • django-taggit ==1.3.0
  • psycopg2-binary ==2.8.6
  • pyzotero ==1.4.20
  • tablib >=3.0.0
  • xlrd ==1.2.0
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • py-actions/flake8 v2 composite
.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v1 composite
  • postgis/postgis 12-master docker
Dockerfile docker
  • python 3.11-bullseye build
requirements_dev.txt pypi
  • black * development
  • coverage * development
  • django-fixture-magic * development
  • django_extensions * development
  • flake8 * development
  • isort * development