research-technologies/leaf_addons

UV / IIIF Improvements 1-5

Closed this issue · 4 comments

  • 1. Only include public resources in public manifest (cf Hyku issue 1170)
  • 2. Manifest should include (cf Hyku issue 1171):
    • 2.1 images only (phase one) - Hyku PR
    • 2.2 all UV-able resources (phase two)
    • 2.3 user configuration of manifest contents (phase three)
  • 3. Expose more metadata in More Information - IN PROGRESS, see Hyku PR and iiif_manifest PR
  • 4. Download whole PDF for an image-based object - IN PROGRESS, see Hyku issue 1372
  • 5. Downloads not currently fully working (cf UV Issue 464) FIXED IN NEXT UV

Hyku uses iiif_manifest: https://github.com/samvera-labs/iiif_manifest

4. PDF Download

Hyku PR: samvera/hyku#1376
IIIF_Manifest PR: samvera/iiif_manifest#3

2.2. Supporting PDF/Audio/Video/3D

See https://gist.github.com/tomcrane/7f86ac08d3b009c8af7c

Also, IIIF WG

3. Metadata

Can include anything in a "metadata" block at the top level e.g.

"metadata": [
    {
      "label": "Title",
      "value": "Dogs in Polling Stations"
    },
    {
      "label": "Creator(s)",
      "value": "Allinson, Julie"
    },
    {
      "label": "Date",
      "value": "2017"
    },
    {
      "label": "Rights Statement",
      "value": "http://rightsstatements.org/vocab/InC-NC/1.0/"
    }
  ],

2.3. Configuration Options

viewingHint for the work (sequence)

  • individuals [current]
  • paged
  • continuous

viewingHint for the fileset (canvas)

  • non-paged
  • facing-page

Use Cases

  • Paged with PDF only
  • Paged/Folio with images
  • Paged/Folio with images and PDF