https://github.com/acdh-oeaw/daacda-static

code repo for daacda-static

https://github.com/acdh-oeaw/daacda-static

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

Repository

code repo for daacda-static

Basic Info
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Downed Allied Air Crew Database Austria

initial (one time) setup

  • run ./shellscripts/dl_saxon.sh
  • run ./fetch_data.sh
  • run ant

set up GitHub repo

  • create a public, new, and empty (without README, .gitignore, license) GitHub repo https://github.com/acdh-oeaw/daacda-static
  • run git init in the root folder of your application daacda-static
  • execute the commands described under …or push an existing repository from the command line in your new created GitHub repo https://github.com/acdh-oeaw/daacda-static

start dev server

publish as GitHub Page

  • go to https://https://github.com/acdh-oeaw/daacda-static/actions/workflows/build.yml
  • click the Run workflow button

dockerize your application

  • To build the image run: docker build -t daacda-static .
  • To run the container: docker run -p 80:80 --rm --name daacda-static daacda-static
  • in case you want to password protect you server, create a .htpasswd file (e.g. https://htpasswdgenerator.de/) and modifiy Dockerfile to your needs; e.g. run htpasswd -b -c .htpasswd admin mypassword

run image from GitHub Container Registry

docker run -p 80:80 --rm --name daacda-static ghcr.io/acdh-oeaw/daacda-static:main

third-party libraries

the code for all third-party libraries used is included in the html/vendor folder, their respective licenses can be found either in a LICENSE.txt file or directly in the header of the .js file

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
  • Issues event: 16
  • Delete event: 2
  • Push event: 37
  • Pull request event: 4
  • Create event: 3
Last Year
  • Issues event: 16
  • Delete event: 2
  • Push event: 37
  • Pull request event: 4
  • Create event: 3

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 9
  • Total pull requests: 4
  • Average time to close issues: about 4 hours
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 4
  • Average time to close issues: about 4 hours
  • Average time to close pull requests: 1 minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (9)
Pull Request Authors
  • csae8092 (4)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
Dockerfile docker
  • nginx latest build
html/vendor/bootstrap-icons/package.json npm
  • @twbs/fantasticon ^2.7.2 development
  • autoprefixer ^10.4.16 development
  • bootstrap ^5.3.2 development
  • clean-css-cli ^5.6.3 development
  • clipboard ^2.0.11 development
  • cross-env ^7.0.3 development
  • eslint ^8.56.0 development
  • find-unused-sass-variables ^5.0.0 development
  • fuse.js ^7.0.0 development
  • hugo-bin ^0.118.0 development
  • lockfile-lint ^4.12.1 development
  • npm-run-all2 ^6.1.1 development
  • picocolors ^1.0.0 development
  • postcss ^8.4.32 development
  • postcss-cli ^11.0.0 development
  • stylelint ^16.1.0 development
  • stylelint-config-twbs-bootstrap ^13.0.0 development
  • svg-sprite ^3.0.0-beta3 development
  • svgo ^3.2.0 development
  • vnu-jar 23.4.11 development
requirements.txt pypi
  • acdh-cfts-pyutils *
  • acdh-tei-pyutils *
  • jinja2 *