https://github.com/acdh-oeaw/arche-iiifmanifest

https://github.com/acdh-oeaw/arche-iiifmanifest

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.0%) to scientific vocabulary

Keywords

arche
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: PHP
  • Default Branch: master
  • Homepage:
  • Size: 41 KB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • Open Issues: 2
  • Releases: 17
Topics
arche
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

ARCHE-IIIF-manifest

Build status Coverage Status

A dissemination service for the ARCHE Suite providing IIIF 2.1 manifests for repository resources.

REST API

{deploymentUrl}?id={URL-encoded resource URL}&mode=[image|images|manifest|collection|auto]

Depending on the mode parameter the response contains:

  • image (default) a single image information metadata (precisely the service returns a redirect to the Loris service endpoint returning the metadata).
  • images a JSON array of image information metadata URLs for all images within a sequence along with the index of the requested image within the array. This format is accepted e.g. by the OpenSeadragon image viewer (see the last example).
    • When this mode is used on a binary resource, the returned data describe content of its parent repository resource.
  • manifest a full IIIF 2.1 presentation manifest.
    • When this mode is used on a binary resource, a manifest of a parent repository resource is returned.
  • collection a IIIF 2.1 collection manifest listing (sub) collections of a requested repository resource.
    • When this mode is used on a binary resource, a collection manifest pointing to the presentation manifest of a parent repository resource is returned.

Deployment

See the .github/workflows/deploy.yaml

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
  • Create event: 10
  • Release event: 10
  • Issues event: 12
  • Delete event: 1
  • Issue comment event: 5
  • Push event: 25
Last Year
  • Create event: 10
  • Release event: 10
  • Issues event: 12
  • Delete event: 1
  • Issue comment event: 5
  • Push event: 25

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 45
  • Total Committers: 1
  • Avg Commits per committer: 45.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 38
  • Committers: 1
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mateusz Żółtak z****k@z****g 45
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 0
  • Average time to close issues: 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.43
  • 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: 22 days
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • 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
  • zozlak (6)
  • csae8092 (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (5) documentation (1) bug (1)
Pull Request Labels

Dependencies

.github/workflows/deploy.yaml actions
  • actions/checkout v4 composite
  • docker/login-action v3 composite
composer.json packagist
  • phpstan/phpstan * development
  • phpunit/phpunit * development
  • acdh-oeaw/arche-core ^5
  • php >=8.0 <8.3
  • psr/log *
build/Dockerfile docker
  • php 8.3-apache build