+ All Categories
Home > Documents > IIIF for Index of Christian Art

IIIF for Index of Christian Art

Date post: 20-Aug-2015
Category:
Upload: jon-stroop
View: 367 times
Download: 0 times
Share this document with a friend
29
Jon Stroop Library Digital Initiatives Princeton University Library The Index of Christian Art Princeton, NJ * 26 June, 2014
Transcript
Page 1: IIIF for Index of Christian Art

Jon StroopLibrary Digital Initiatives

Princeton University Library

The Index of Christian ArtPrinceton, NJ * 26 June, 2014

Page 2: IIIF for Index of Christian Art

Agenda

• Introduction to IIIF • Image API • Presentation API• Exemplar Software Implementations• Questions/Discussion

Page 3: IIIF for Index of Christian Art

Digital Image Delivery is…

…too hard…too slow

…too expensive…too disjointed

…too ugly

…and we <repositories, software developers, users, funders> suffer because of it.

Page 4: IIIF for Index of Christian Art

Welcome to Silo-ville

Grain elevators, Caldwell, Idaho, by Lee Russell, 1941. http://www.loc.gov/pictures/resource/fsac.1a34206/

Page 5: IIIF for Index of Christian Art

Distinct Concerns

Find, Use, Analyze, AnnotateWant: Mix & Match, Best of Breed

Scholars

Tool Makers

Repositories

Build useful tools and appsWant: Users &

resources

Host, Preserve (and Enrich) ResourcesWant: Use of Resources, Enriching services, Enriched content

Page 6: IIIF for Index of Christian Art
Page 7: IIIF for Index of Christian Art

Books Manuscripts Newspapers

Art / Vis. Resources

Archival Materials

Maps

(Sheet) Music

ScrollsSTEM Imagery

Architecture

IIIF Scope

Page 8: IIIF for Index of Christian Art

Use Cases…a paleographer who would like to compare scribal hands from manuscripts at two different repositories

…an art & architecture professor who would like to assemble a teaching collection of images from multiple sources

…a humanities scholar who would like to annotate a high resolution image of an historical map (but her preferred annotation tool only is deployed against other sites)

Page 9: IIIF for Index of Christian Art

More Use Cases …a repository manager who would like to drop a newspaper viewer with deep zoom into his site with no customization required

…a national library that would like to host digital surrogates for resources held by smaller institutions (without local IT capabilities), but let them present resources with local branding

…a funder who would like to underwrite the digitization of a new scholarly resource, but does not want to pay for the development of yet another, stand-alone, digital collection web site from scratch

Page 10: IIIF for Index of Christian Art

IIIF Vision

Create a global framework by which image-based resources (images, books, maps, scrolls, manuscripts, musical scores, etc.)

…from any participating institution can be delivered in a standard way

…via any compatible image server…for display, manipulation and

annotation in any application, …to any user on the Web,

…in any combination of elements.

Page 11: IIIF for Index of Christian Art

IIIF Objectives

• Define APIs for – Image Delivery– Presentation

• Recruit repositories for API adoption • Catalyze software development– Zoomers, Viewers, Page Turners, Anno tools– Really fast, really slippy image delivery

• Establish an ongoing effort

Page 12: IIIF for Index of Christian Art

IIIF Participants • ARTstor• Bibliothèque

nationale de France• Bodleian Libraries,

Oxford University• British Library• Cambridge

University• Cornell University• DPLA• Europeana• Harvard University

• le Louvre• National Library of

Denmark• National Library of

Norway• National Library of Wales• Princeton University• St. Louis University, TPEN• Stanford University• Wellcome Trust• Yale University

Page 13: IIIF for Index of Christian Art

Gather Use Cases

Draft Specification

Solicit Feedback

Publish

IIIF API Specifications

Page 14: IIIF for Index of Christian Art

Image Delivery API

http://iiif.io/api/image/1.1/

Page 15: IIIF for Index of Christian Art

Audience and Scope

• The Web!• Assumes a curated set of source images• Region, Size, Rotation, Quality, Format• Compression, color management, etc. are out

of scope

Page 16: IIIF for Index of Christian Art

Image API URI Syntax

# Base URI {scheme}://{server}{/prefix}/{identifier}

# Image Request{$BASE}/{region}/{size}/{rotation}/{quality}{.format}

# Image Information (Metadata){$BASE}/info.json

Page 18: IIIF for Index of Christian Art

Sample Image Information Response( {$BASE}/info.json )

{ "@context":

"http://library.stanford.edu/iiif/image-api/1.1/context.json", "@id":

“http://libimages.princeton.edu/loris/pudl0052%2F6131707%2F00000001.jp2",

"formats": [ "jpg", "png", "gif" ], "width": 122877, "height": 3783, "profile":

"http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level2",

"qualities": [ "native", "bitonal" ], "scale_factors": [ 1, 2, 4, 8, 16, 32, 64, 128 ], "tile_height": 1024, "tile_width": 1024}

Page 19: IIIF for Index of Christian Art

Metadata PresentationAPI

http://iiif.io/api/metadata/1.0/

Page 20: IIIF for Index of Christian Art

IIIF Presentation API

• Just enough information to drive interoperable image delivery– labels, title, sequence, attribution, etc.

• Implements http://shared-canvas.org

• Relate parts of image-based resources– Images, Text, Annotations, Transcriptions, Sequence /

Structure

• Good URI’s for linking data

• Support for annotation tools & initiatives

• No need to change internal data model or internal data store

Page 21: IIIF for Index of Christian Art

http://www.shared-canvas.org

Shared Canvas to Relate Parts

Page 22: IIIF for Index of Christian Art

Primary Resources

There are other types of resource including Annotation Lists, Annotations, Ranges and Layers

Page 23: IIIF for Index of Christian Art

Fields

Other metadata fields are possible if required – by extension or endorsed by the community

Page 24: IIIF for Index of Christian Art

Compatible Software

http://iiif.io/apps-demos.html

Page 25: IIIF for Index of Christian Art

IIIF Software Wishlist

• Performant, community-supported image servers

• Suite of zoom-pan-rotate clients• “Next generation” page turners, cover flow &

gallery view clients• Comparative and analytic tools– multi-up, annotation, transcription

• Open source AND Commercial solutions

Page 26: IIIF for Index of Christian Art

Software Tiers from a IIIF View

OpenSeaDragon

IIIF APIs

• Aware• Content DM• Djatoka• FSI Server

IIP Moo Viewer OpenLayers

Internet Archive

BookReaderMirador

• IIP Image Server• Loris • Luratech• Etc.

etc.

etc.

Image Servers

• Local data model• Local data store

of choice

Metadata

• Marketplace to pick “best of breed”

• Plug and play deployments

• Mix & match clients for different needs

• Add new capabilities without new development

• Swap out any individual component

Page 28: IIIF for Index of Christian Art

Looking Forward

• Server (REST) API• Authorization/Authentication• Annotation API• Discovery of IIIF-compatible Resources

• Adoption and Expansion– Repositories & Software Developers– Seasoning with Use Cases– Connect!

• http://iiif.io• [email protected]

Page 29: IIIF for Index of Christian Art

Acknowledgements

• Mellon Foundation• IIIF Working Group• IIIF Editors– Ben Albritton, Stanford University– Tom Cramer, Stanford University– Rob Sanderson, Stanford University– Stuart Snydman, Stanford University– Simeon Warner, Cornell University


Recommended