Coverage for webpage/metadata.py: 100%
1 statements
« prev ^ index » next coverage.py v7.5.3, created at 2024-06-10 15:48 +0000
« prev ^ index » next coverage.py v7.5.3, created at 2024-06-10 15:48 +0000
1# this files contains basic metadata about the project. This data will be used
2# (by default) in the base.html and index.html
4PROJECT_METADATA = {
5 "title": "CBAB",
6 "author": "Peter Andorfer, Ksenia Zaytseva",
7 "subtitle": "Cremation Bronze Age Burials",
8 "description": "CBAB database offers a unique opportunity to collect, standardize, compare and analyse data\
9 sets from different regions and thus to create a solid starting point for regional and supra-regional studies on Bronze Age cremation phenomena.",
10 "github": "https://github.com/acdh-oeaw/cbab",
11 "purpose_de": 'Das Ziel des Projekts "CBAB" ist die Publikation von Daten über Brandgräberfeldern.',
12 "purpose_en": 'The purpose of the project "CBAB" is the publication of data about Cremation Bronze Age Burials.',
13 "version": "1.0",
14 "matomo_id": "48",
15 "matomo_url": "//matomo.acdh.oeaw.ac.at/",
16 "imprint": "/imprint",
17 "app_type": "database",
18}