https://github.com/acdh-oeaw/cbab
a django-based wep application for the Cremation Bronze Age Burials (CBAB) project
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 (11.6%) to scientific vocabulary
Keywords
Repository
a django-based wep application for the Cremation Bronze Age Burials (CBAB) project
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://cbab.acdh.oeaw.ac.at
- Size: 13.1 MB
Statistics
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
- Releases: 3
Topics
Metadata Files
README.md
About
The CBAB (Cremation Bronze Age Burials) application is used for coordinated assessment of the cremation burials in the Late Bronze Age (14th – 9th century BC) based on a shared database.
It is a Django based web application written in Python 3 and developed at the Austrian Centre for Digital Humanities and Cultural Heritage (ACDH-CH).
For more information about the project please visit https://www.oeaw.ac.at/acdh/projects/cbab/
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.
Installation
- Clone this repository.
- create a virtual env and install needed packages, e.g. by running
python -m venv venvsource venv/bin/activate- and
pip install -r requirements.text
- copy and adatpt
env.envtoenv.secretand run (adapted)set_env_varibales.sh(or choose any other method you like to set environment variables) - start the dev-server
python manage.py runserver(run migrations if needed)
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 cbab:latest .docker build -t cbab: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 cbab cbab: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
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 16
- Total pull requests: 12
- Average time to close issues: about 14 hours
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.19
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 16
- Pull requests: 12
- Average time to close issues: about 14 hours
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.19
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (14)
Pull Request Authors
- csae8092 (17)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- python 3.11-buster build
- Django >=5.0.6,<6
- crispy-bootstrap3 >=2024.1,<2025
- django-autocomplete-light >=3.11.0,<4
- django-crispy-forms >=2.1,<3
- django-extensions >=3.2.3,<4
- django-filter >=24.2,<25
- django-guardian ==2.4.0
- django-tables2 >=2.7.0,<3
- djangorestframework >=3.15.1,<4
- psycopg2-binary >=2.9.9,<3
- requests >=2.32.3,<3