https://github.com/acdh-oeaw/dhd-abstracts-static
Website to publish DHd-Abstracts
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 (7.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Website to publish DHd-Abstracts
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: other
- Language: XSLT
- Default Branch: main
- Homepage: https://acdh-oeaw.github.io/dhd-abstracts-static/
- Size: 120 KB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
- Releases: 0
Created 11 months ago
· Last pushed 10 months ago
Metadata Files
Readme
License
README.md
DHd-Konferenz-Abstracts
- data is fetched from https://github.com/acdh-oeaw/dse-static-data
- build with DSE-Static-Cookiecutter
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/dhd-abstracts-static
- run
git initin the root folder of your application dhd-abstracts-static - execute the commands described under
…or push an existing repository from the command linein your new created GitHub repo https://github.com/acdh-oeaw/dhd-abstracts-static
start dev server
cd html/python -m http.server- go to http://0.0.0.0:8000/
publish as GitHub Page
- go to https://https://github.com/acdh-oeaw/dhd-abstracts-static/actions/workflows/build.yml
- click the
Run workflowbutton
dockerize your application
- To build the image run:
docker build -t dhd-abstracts-static . - To run the container:
docker run -p 80:80 --rm --name dhd-abstracts-static dhd-abstracts-static - in case you want to password protect you server, create a
.htpasswdfile (e.g. https://htpasswdgenerator.de/) and modifiyDockerfileto your needs; e.g. runhtpasswd -b -c .htpasswd admin mypassword
run image from GitHub Container Registry
docker run -p 80:80 --rm --name dhd-abstracts-static ghcr.io/acdh-oeaw/dhd-abstracts-static:main
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
- Issues event: 6
- Issue comment event: 1
- Push event: 15
- Create event: 2
Last Year
- Issues event: 6
- Issue comment event: 1
- Push event: 15
- Create event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 0
- Average time to close issues: 9 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.25
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: 9 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.25
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (4)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/setup-python v5 composite
- actions/upload-pages-artifact v3 composite
requirements.txt
pypi
- acdh-cfts-pyutils *
- acdh-tei-pyutils *
- beautifulsoup4 *
- jinja2 *