https://github.com/acdh-oeaw/pez-nachlass-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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: other
- Language: XSLT
- Default Branch: main
- Homepage: https://acdh-oeaw.github.io/pez-nachlass-static/
- Size: 3.9 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
Der digitalisierte Nachlass von Bernhard und Hieronymus Pez
- build with DSE-Static-Cookiecutter
initial (one time) setup
run
./shellscripts/script.shrun
ant
set up GitHub repo
- create a public, new, and empty (without README, .gitignore, license) GitHub repo https://github.com/csae8092/pez-nachlass-static
- run
git initin the root folder of your application pez-nachlass-static - execute the commands described under
…or push an existing repository from the command linein your new created GitHub repo https://github.com/csae8092/pez-nachlass-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/csae8092/pez-nachlass-static/actions/workflows/build.yml
- click the
Run workflowbutton
dockerize your application
- To build the image run:
docker build -t pez-nachlass-static . - To run the container:
docker run -p 80:80 --rm --name pez-nachlass-static pez-nachlass-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 pez-nachlass-static ghcr.io/csae8092/pez-nachlass-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: 9
- Delete event: 1
- Push event: 11
- Public event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 9
- Delete event: 1
- Push event: 11
- Public event: 1
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 12
- Total pull requests: 2
- Average time to close issues: about 11 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.08
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 12
- Pull requests: 2
- Average time to close issues: about 11 hours
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.08
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (4)
Pull Request Authors
- csae8092 (2)
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 *