SlideShare a Scribd company logo
1 of 72
Download to read offline
Samvera and IIIF:
Opportunities and Challenges
Jon Dunn (Indiana), Simeon Warner (Cornell),
Hannah Frost (Stanford), Adam Wead (Penn. State),
Trey Pendragon (Princeton)
http://bit.ly/2018-samvera-iiif
Samvera Connect 2018, Salt Lake City, Utah
IIIF Community
Credits – There are no
original IIIF slide decks!
These IIIF introductory slides
include work from Mike
Appleby Jon Stroop, Rob
Sanderson, Tom Crane,
Sheila Rabun, Glen Robson,
Tom Cramer, and probably
others
IIIF Community Landscape
● Manuscripts
● Museums
● Newspapers
● Software
Developers
● Audio/Visual
● Discovery
● Text Granularity
● Libraries
● Museums
● Research Institutions
● Archives
● Galleries
● Aggregators● Cogapp
● Digirati
● Klokan Technologies
● LUNA Imaging
● OCLC - ContentDM
● Synaptica
● Zegami
● 4Science
● Etc.
● 51 institutional members
Open Source
Software
● Mirador
● Universal
Viewer
● OpenSeadrgon
● Loris
● IIPImage
Subject
Experts
Institutional Adoption (2017)
•http://iiif.io/community/
•IIIF Adopters Survey
Presi 2.x
Image 2.x
Presi 2.x
Image 2.x
Image
1.x
Image
1.x
Presi
1.x
Presi
1.x
Auth
Search
Authentication
Search
Image
2.x
Presi
2.x
Production Development Investigating
Global Community (2017)
● 100+ organizations
● 345+ million images
IIIF Community Groups
•http://iiif.io/community/groups
•3D
•Archives
•Manuscripts
•Museums
•Newspapers
•Outreach
•Software Developers
Technical Specification Groups
As needs arise within the community, new TSGs
are formed to work toward specificiations
•IIIF A/V
•IIIF Discovery
•IIIF Text Granularity
•New use cases considered as IIIF evolves:
•https://github.com/IIIF/iiif-stories
IIIF Consortium (IIIF-C)
•http://iiif.io/community/consortium
•51 institutional members (as of 2018-10-11)
•Sustainability and steering for IIIF
•Organizational structure:
• Executive Committee – core founding members, high level direction
• Coordinating Committee – active leaders for week to week activities
• Technical Review Committee – reviews API specifications, notes and new TSGs
• Editorial Group – writes API specifications
APIs
Current and coming...
IIIF Image API 2.1 (3.0 in draft)
Image API Request Syntax
1) Image Information
https://example.edu/{id}/info.json
2) Image Request
https://example.edu/{id}/{region}/{size}/{rotation}/{quality}.{fmt}
https://example.edu/{id}/info.json
{
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://libimages1.princeton.edu/loris/ex.jp2",
"protocol": "http://iiif.io/api/image",
"height": 7200,
"width": 5204,
"profile": [
"http://iiif.io/api/image/2/level2.json",
{
"formats": [ "jpg", "png", "gif", "webp" ],
"qualities": [ "default", "bitonal", "gray", "color" ],
"supports": [ "canonicalLinkHeader", "profileLinkHeader", "mirroring", "rotationArbitrary" ]
}
],
"sizes": [
{ "height": 225, "width": 163 },
{ "height": 450, "width": 326 },
{ "height": 900, "width": 651 },
{ "height": 1800, "width": 1301 },
{ "height": 3600, "width": 2602 },
{ "height": 7200, "width": 5204 }
],
"tiles": [
{
"scaleFactors": [ 1, 2, 4, 8, 16, 32, 64, 128 ],
"width": 1024
}
]
}
https://example.edu/{id}/0,1024,1024,1024/1024,/0/default.jpg
Tiles:
the 95% use case (*)
tiles with powers of 2
scaling are what
pan-zoom viewers rely
upon
(*) wild guestimate
https://example.edu/{id}/square/200,/0/default.png
==
https://example.edu/{id}/0,998,5204,5204/200,/0/default.png
Thumbnails:
the 4% use case (*)
● preferred sizes
● special square
support
(*) wild guestimate
https://example.edu/{id}/3930,550,980,2630/full/0/default.jpg
X
Y W
H
https://example.edu/{id}/3930,550,980,2630/250,/90/default.jpg
https://example.edu/{id}/3930,550,980,2630/250,/45/default.jpg
https://example.edu/{id}/3930,550,980,2630/250,/90/gray.jpg
Content
Canvas
Sequence
Manifest
Collection IIIF Presentation API 2.1
“The objective of the IIIF Presentation API is to provide
the information necessary to allow a rich, online
viewing environment for primarily image-based
objects to be presented to a human user [...]. This is
the sole purpose of the API and therefore the
descriptive information is given in a way that is intended
for humans to read, but not semantically available to
machines. [... It] explicitly does not aim to provide
metadata that would drive discovery of the digitized
objects.”
— http://iiif.io/api/presentation/2.1/#objectives-and-scope
Shared Canvas Data Model
Canvas
A digital surrogate
for a physical page
which should be
rendered to the
user (from Shared
Canvas)
May be x,y, x,y,t or
t in Presentation 3
The canvas is an
empty space, in
order to present
something we need to
paint resources onto it
Shared Canvas Data Model & Annotation
Image resource
painted – via
annotation with
motivation
sc:painting --
onto Canvas
http://demos.biblissima-condorcet.fr/chateauroux/demo/
Shared Canvas Data Model & More Annotation
Transcription
(sc:painting)
Commentary
(oa:commenting)
Content
Canvas
Sequence
Manifest
Collection
Content
Canvas
Sequence
Manifest
Collection
Content
Canvas
Sequence
Manifest
Collection
← change in
Presentation 3.0
{
label: "The institution of civil government"
metadata: [
{ label: "Author", value: ["Benjamin Hoadly"] }
]
…
}
Content
Canvas
Sequence
Manifest
Collection
{
label: "The institution of civil government"
metadata: [
{ label: "Author", value: ["Benjamin Hoadly"] }
]
…
}
{
label: "The XYZ Collection"
manifests: [
…
]
}
Content
Canvas
Sequence
Manifest
Collection
Other Properties
● Descriptive Properties
● Rights and Licensing Properties
● Technical Properties
● Linking Properties
● Paging Properties
Content
Canvas
Sequence
Manifest
Collection
Annotatio
n
Annotatio
nList
Layer
Range
Presentation
2.1 → 3.0
IIIF Authentication API
● http://iiif.io/api/auth/1.0/
● v1.0 released January 19, 2017
● (18 months from first public draft)
Doesn’t do authentication per se but provides an
interaction pattern allowing existing authentication
infrastructure (CAS, OAuth, etc.) to be used to control
access to IIIF resources
IIIF Authentication API
Specification describes how to
● From within a viewer, initiate an interaction with an access
control system so that a user can acquire the credentials
they need to view restricted content
● Give the client just enough knowledge of the user’s state
with respect to the content provider to ensure a good user
experience (including providing alternate images)
Authentication patterns
● Login
○ The user will be required to log in using a separate window with a UI
provided by an external authentication system.
● Click through
○ The user will be required to click a button within the client using content
provided in the service description.
● Kiosk
○ The user will not be required to interact with an authentication system,
the client is expected to use the access cookie service automatically.
● External
○ The user is expected to have already acquired the appropriate cookie,
and the access cookie service will not be used at all.
Authentication Example: Click-through
IIIF Content Search API
● http://iiif.io/api/search/1.0
● Specification for searching within annotations in a
single IIIF resource -- implements ^F like functionality
Annotation motivation terms
But what about discovery?
● Search API provides only search over annotations within IIIF resources
● Discovery TSG working on ways to support discovery of IIIF resources
○ http://iiif.io/community/groups/discovery/charter/
● 4 areas of work
○ 1. Crawling and Harvesting → Change Discovery API 0.1
○ 2. Content Indexing
○ 3. Change Notification
○ 4. Import to Viewers
IIIF API
Roadmap
2018: Presentation 3.0
Image 3.0
Change Discovery 0.2
2019: Authentication 2.0
Change Discovery 1.0
Notification 1.0
Import 0.9 (Beta)
2020: Search 2.0
Import 1.0
Indiana University
Indiana University: Context
● Not an early adopter of/participant in IIIF
● Believer in the mission/goals - founding member of IIIF Consortium
● Main motivation/participation: A/V
● 20+ year history in A/V repositories, teaching and learning, research,
annotation tools
● Large amount (10 PB+) of digitized A/V content
● Holy grail: Interoperability between tools and content
Why IIIF AV?
•Can we do for time-based media what IIIF already does for images
and things made up of images?
•Describe complex AV works in an interoperable way, via a manifest
• Access, viewing
• Annotation
• Search…
•Use IIIF to present time-based media consistently with image-based
objects
•Benefit from same IIIF mechanisms for linking, metadata, content
search, access control
IIIF Presentation API 3.0:
Canvases can now have duration(0,0)
(3110, 2102)
🕐
•This canvas has a
mixture of image, video
and text annotations,
targeting different
regions of the x,y space
and different extents of
the canvas duration.
•The user interface gives
the user control of the
canvas time
IIIF A/V Work at Indiana University
• Avalon/Hyrax:
• Hyrax support for Presentation 3.0 manifests, including for AV
• IIIF AV player based on MediaElement.js
• Representation of playlists as IIIF manifests
• IIIF Timeliner
• Musical form diagramming tool consuming/creating IIIF manifests
• AMP: Audiovisual Metadata Platform
• Machine learning + human processing to create and augment timecoded
A/V metadata
• Output as IIIF manifest?
Indiana University:
Other IIIF Opportunities and Challenges
• Implementing IIIF for images
• Extending IIIF beyond the Libraries, e.g. Art Museum
• Proprietary DAM systems
Cornell
Cornell Engagement with IIIF
● Involved in early discussions leading to first prototypes
● Editorial contributions since Image API 1.0 in 2012
● Early testing and experiments with static file solutions
● Use of Artstor IIIF support in Samvera application
Belief that ubiquitous IIIF will benefit scholars and the public. It will:
● create a rich environment for use and reuse of image/audio/video content
● encourage open access (without insisting upon it)
● support an environment of shared annotation
● make efficient use of library resources (reusable/shared not bespoke)
https://digital.library.cornell.edu/catalog/ss:20987268
ff
"Digital Collections Portal"
● Central place for
image collections
● Samvera application
● Content on Artstor
● Uses Artstor IIIF
Image API and
OpenSeadragon
viewer
● Just single images so
far, no support for IIIF
Presentation API yet
Experiments with IIIF
Presentation API
● Exploring
presentation and
sustainability
questions
● Use of static tiles
and manifests
convenient for
demonstrations
and mockup
Temporary location: http://resync.library.cornell.edu/iiif/hms_lion
Opportunities and Challenges
● Using IIIF more at Cornell!
● Broad and complete support of Presentation 3.0 in tooling, then stability
○ Significant changes 2.1→3.0 including adding time
○ Some upgrade fatigue already
● Sustainable growth of community and scope of work
○ Museum and archive involvement around the world
○ Images → Audio and Video → 3D?
● Scholar/user annotations
○ Consistent and effective UIs
○ Storage / sharing / re-use in ways that meet user needs and understanding
● Effective, efficient and sufficiently flexible tooling in Ruby/Samvera
○ Good handling of separate image/media servers
○ Workflows, modeling and generation of presentation information, manifest creation…
● Persisting URIs
Stanford
Opportunities
● Breaks down constrained, UI-based access
● Enables researcher-oriented tooling in repository
context (e.g., Mirador)
● Aligned with “collections as data”
● Encourages tech sharing more broadly,
e.g., museums
● Makes Samvera solutions highly competitive
Challenges
● Adoption by Google, other web content giants
● Broad uptake of tools by researchers
● Making it understandable to technically-inclined
peers
Penn. State
Princeton
Samvera for
Manifest
Creation
Figgy: Creating & Serving Manifests
IIIF in our Catalog
Spotlight: Consuming IIIF Manifests
Digital Cicognara: Bringing Manifests
Together
https://cicognara.org
Opportunities and Challenges
1. IIIF 3.0 A/V Support
2. Authentication implementation for our private resources.
3. Align to IIIF Discovery Work for our endpoints.
4. Implementing IIIF Search & Annotation.
5. Participate in more initiatives where we can share our
manifests.
Discussion
https://iiif.io/
https://groups.google.com/forum/#!f
orum/iiif-discuss
https://iiif.io/community/

More Related Content

What's hot

The Inside Out Library.
The Inside Out Library. The Inside Out Library.
The Inside Out Library. lisld
 
Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...lisld
 
Museum as Platform; Curator as Champion
Museum as Platform; Curator as ChampionMuseum as Platform; Curator as Champion
Museum as Platform; Curator as ChampionNancy Proctor
 
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...Jeannette Frey
 
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...Subjects Plus: Information Management Tool - A Case Study, with Special Refer...
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...Indian Institute of Management Ahmedabad
 
Creating tangible connections using the intangible library
Creating tangible connections using the intangible libraryCreating tangible connections using the intangible library
Creating tangible connections using the intangible libraryEastern Michigan University
 
Library discovery: past, present and some futures
Library discovery: past, present and some futuresLibrary discovery: past, present and some futures
Library discovery: past, present and some futureslisld
 
Next Steps for IMLS's National Digital Platform
Next Steps for IMLS's National Digital PlatformNext Steps for IMLS's National Digital Platform
Next Steps for IMLS's National Digital PlatformTrevor Owens
 
Collection directions - towards collective collections
Collection directions - towards collective collectionsCollection directions - towards collective collections
Collection directions - towards collective collectionslisld
 
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...Charleston Conference
 
Irish Studies - making library data work harder
Irish Studies - making library data work harderIrish Studies - making library data work harder
Irish Studies - making library data work harderlisld
 
The facilitated collection: collections and collecting in a network environment
The facilitated collection: collections and collecting in a network environmentThe facilitated collection: collections and collecting in a network environment
The facilitated collection: collections and collecting in a network environmentlisld
 
The library in the life of the user
The library in the life of the userThe library in the life of the user
The library in the life of the userlisld
 
VuFind @ Illinois #1 VuFind at the University of Illinois
VuFind @ Illinois #1 VuFind at the University of IllinoisVuFind @ Illinois #1 VuFind at the University of Illinois
VuFind @ Illinois #1 VuFind at the University of IllinoisJenny Emanuel
 

What's hot (20)

The Inside Out Library.
The Inside Out Library. The Inside Out Library.
The Inside Out Library.
 
Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...
 
Museum as Platform; Curator as Champion
Museum as Platform; Curator as ChampionMuseum as Platform; Curator as Champion
Museum as Platform; Curator as Champion
 
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...
LIBER's Strategy Supporting The Role of Libraries in the Open Science Environ...
 
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...Subjects Plus: Information Management Tool - A Case Study, with Special Refer...
Subjects Plus: Information Management Tool - A Case Study, with Special Refer...
 
Creating tangible connections using the intangible library
Creating tangible connections using the intangible libraryCreating tangible connections using the intangible library
Creating tangible connections using the intangible library
 
Public Domain Resources Part II By Anish Mohammad RP - LISc
Public Domain Resources Part II By Anish Mohammad RP - LIScPublic Domain Resources Part II By Anish Mohammad RP - LISc
Public Domain Resources Part II By Anish Mohammad RP - LISc
 
Library discovery: past, present and some futures
Library discovery: past, present and some futuresLibrary discovery: past, present and some futures
Library discovery: past, present and some futures
 
Marrall Curriculum Vita
Marrall Curriculum VitaMarrall Curriculum Vita
Marrall Curriculum Vita
 
Next Steps for IMLS's National Digital Platform
Next Steps for IMLS's National Digital PlatformNext Steps for IMLS's National Digital Platform
Next Steps for IMLS's National Digital Platform
 
Library Web overview
Library Web overviewLibrary Web overview
Library Web overview
 
Oclc
OclcOclc
Oclc
 
Collection directions - towards collective collections
Collection directions - towards collective collectionsCollection directions - towards collective collections
Collection directions - towards collective collections
 
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
NISO Webinar: The Future of Integrated Library Systems PART 2: User InteractionNISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
 
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...
Full Spectrum Stewardship of the Scholarly Record by Brian E. C. Schottlaende...
 
Irish Studies - making library data work harder
Irish Studies - making library data work harderIrish Studies - making library data work harder
Irish Studies - making library data work harder
 
The facilitated collection: collections and collecting in a network environment
The facilitated collection: collections and collecting in a network environmentThe facilitated collection: collections and collecting in a network environment
The facilitated collection: collections and collecting in a network environment
 
The library in the life of the user
The library in the life of the userThe library in the life of the user
The library in the life of the user
 
VuFind @ Illinois #1 VuFind at the University of Illinois
VuFind @ Illinois #1 VuFind at the University of IllinoisVuFind @ Illinois #1 VuFind at the University of Illinois
VuFind @ Illinois #1 VuFind at the University of Illinois
 
Look What’s New at the DPLA!
Look What’s New at the DPLA!Look What’s New at the DPLA!
Look What’s New at the DPLA!
 

Similar to Samvera and IIIF 2018

IIIF Introduction and Opportunities at Cornell
IIIF Introduction and Opportunities at CornellIIIF Introduction and Opportunities at Cornell
IIIF Introduction and Opportunities at CornellSimeon Warner
 
NISO REST Training IIIF
NISO REST Training IIIF NISO REST Training IIIF
NISO REST Training IIIF Glen Robson
 
IIIF for Aggregators
IIIF for AggregatorsIIIF for Aggregators
IIIF for AggregatorsGlen Robson
 
"A Toolkit for Digital Research" - CNI 2013
"A Toolkit for Digital Research" - CNI 2013"A Toolkit for Digital Research" - CNI 2013
"A Toolkit for Digital Research" - CNI 2013Kaitlin Thaney
 
IIIF for Index of Christian Art
IIIF for Index of Christian ArtIIIF for Index of Christian Art
IIIF for Index of Christian ArtJon Stroop
 
Introduction to the International Image Interoperability Framework (IIIF)
Introduction to the International Image Interoperability Framework (IIIF)Introduction to the International Image Interoperability Framework (IIIF)
Introduction to the International Image Interoperability Framework (IIIF)Simeon Warner
 
The Reasons Why the Science Gateways Community Needs an Institute
The Reasons Why the Science Gateways Community Needs an InstituteThe Reasons Why the Science Gateways Community Needs an Institute
The Reasons Why the Science Gateways Community Needs an InstituteSandra Gesing
 
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...heiland
 
IIIF presentation - EuropeanaTech 2015
IIIF presentation - EuropeanaTech 2015IIIF presentation - EuropeanaTech 2015
IIIF presentation - EuropeanaTech 2015Petr Pridal
 
Social networks: technical issues
Social networks: technical issuesSocial networks: technical issues
Social networks: technical issuesMorgan Magnin
 
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR Tutorial
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR TutorialExploiting Wikipedia for Information Retrieval Tasks, SIGIR Tutorial
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR TutorialVictor Makarenkov
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic WebJohn Breslin
 
Discovery of IIIF Resources
Discovery of IIIF ResourcesDiscovery of IIIF Resources
Discovery of IIIF ResourcesSimeon Warner
 
Presentatie Workshop CollectiveAccess Seth Kaufman
Presentatie Workshop CollectiveAccess Seth KaufmanPresentatie Workshop CollectiveAccess Seth Kaufman
Presentatie Workshop CollectiveAccess Seth KaufmanFARO
 
Digital Tools for Manuscript Study IIIF
Digital Tools for Manuscript Study IIIFDigital Tools for Manuscript Study IIIF
Digital Tools for Manuscript Study IIIFRachel Di Cresce
 
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...Beniamino Murgante
 
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...
New approaches for data acquisition at europeana  iiif, sitemaps and schema.o...New approaches for data acquisition at europeana  iiif, sitemaps and schema.o...
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...Nuno Freire
 

Similar to Samvera and IIIF 2018 (20)

IIIF Introduction and Opportunities at Cornell
IIIF Introduction and Opportunities at CornellIIIF Introduction and Opportunities at Cornell
IIIF Introduction and Opportunities at Cornell
 
NISO REST Training IIIF
NISO REST Training IIIF NISO REST Training IIIF
NISO REST Training IIIF
 
IIIF for Aggregators
IIIF for AggregatorsIIIF for Aggregators
IIIF for Aggregators
 
International Image Interoperability Framework (IIIF)
International Image Interoperability Framework (IIIF)International Image Interoperability Framework (IIIF)
International Image Interoperability Framework (IIIF)
 
"A Toolkit for Digital Research" - CNI 2013
"A Toolkit for Digital Research" - CNI 2013"A Toolkit for Digital Research" - CNI 2013
"A Toolkit for Digital Research" - CNI 2013
 
International Image Interoperability Framework (IIIF)
International Image Interoperability Framework (IIIF)International Image Interoperability Framework (IIIF)
International Image Interoperability Framework (IIIF)
 
IIIF for Index of Christian Art
IIIF for Index of Christian ArtIIIF for Index of Christian Art
IIIF for Index of Christian Art
 
DLCS
DLCSDLCS
DLCS
 
Introduction to the International Image Interoperability Framework (IIIF)
Introduction to the International Image Interoperability Framework (IIIF)Introduction to the International Image Interoperability Framework (IIIF)
Introduction to the International Image Interoperability Framework (IIIF)
 
The Reasons Why the Science Gateways Community Needs an Institute
The Reasons Why the Science Gateways Community Needs an InstituteThe Reasons Why the Science Gateways Community Needs an Institute
The Reasons Why the Science Gateways Community Needs an Institute
 
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...
SCREAM-15: Authentication and Authorization Considerations for a Multi-tenant...
 
IIIF presentation - EuropeanaTech 2015
IIIF presentation - EuropeanaTech 2015IIIF presentation - EuropeanaTech 2015
IIIF presentation - EuropeanaTech 2015
 
Social networks: technical issues
Social networks: technical issuesSocial networks: technical issues
Social networks: technical issues
 
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR Tutorial
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR TutorialExploiting Wikipedia for Information Retrieval Tasks, SIGIR Tutorial
Exploiting Wikipedia for Information Retrieval Tasks, SIGIR Tutorial
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic Web
 
Discovery of IIIF Resources
Discovery of IIIF ResourcesDiscovery of IIIF Resources
Discovery of IIIF Resources
 
Presentatie Workshop CollectiveAccess Seth Kaufman
Presentatie Workshop CollectiveAccess Seth KaufmanPresentatie Workshop CollectiveAccess Seth Kaufman
Presentatie Workshop CollectiveAccess Seth Kaufman
 
Digital Tools for Manuscript Study IIIF
Digital Tools for Manuscript Study IIIFDigital Tools for Manuscript Study IIIF
Digital Tools for Manuscript Study IIIF
 
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
 
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...
New approaches for data acquisition at europeana  iiif, sitemaps and schema.o...New approaches for data acquisition at europeana  iiif, sitemaps and schema.o...
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...
 

More from Simeon Warner

Questioning Authority Lookup Service: Linking the Data
Questioning Authority Lookup Service: Linking the DataQuestioning Authority Lookup Service: Linking the Data
Questioning Authority Lookup Service: Linking the DataSimeon Warner
 
OCFL: A Shared Approach to Preservation Persistence
OCFL: A Shared Approach to Preservation PersistenceOCFL: A Shared Approach to Preservation Persistence
OCFL: A Shared Approach to Preservation PersistenceSimeon Warner
 
The Oxford Common File Layout: A common approach to digital preservation
The Oxford Common File Layout: A common approach to digital preservationThe Oxford Common File Layout: A common approach to digital preservation
The Oxford Common File Layout: A common approach to digital preservationSimeon Warner
 
Welcome to the FOLIO Community
Welcome to the FOLIO CommunityWelcome to the FOLIO Community
Welcome to the FOLIO CommunitySimeon Warner
 
Sinopia & FOLIO: Bridging the gap to linked data cataloging
Sinopia & FOLIO: Bridging the gap to linked data cataloging Sinopia & FOLIO: Bridging the gap to linked data cataloging
Sinopia & FOLIO: Bridging the gap to linked data cataloging Simeon Warner
 
FOLIO and Linked Data
FOLIO and Linked DataFOLIO and Linked Data
FOLIO and Linked DataSimeon Warner
 
IIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateIIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateSimeon Warner
 
Don't bold the field name!
Don't bold the field name!Don't bold the field name!
Don't bold the field name!Simeon Warner
 
Oxford Common File Layout (OCFL)
Oxford Common File Layout (OCFL)Oxford Common File Layout (OCFL)
Oxford Common File Layout (OCFL)Simeon Warner
 
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...Simeon Warner
 
Introduction to the IIIF Presentation API (@SWIB17)
Introduction to the IIIF Presentation API (@SWIB17)Introduction to the IIIF Presentation API (@SWIB17)
Introduction to the IIIF Presentation API (@SWIB17)Simeon Warner
 
From Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsFrom Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsSimeon Warner
 
Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingSimeon Warner
 
ORCID & other Person iDs
ORCID & other Person iDsORCID & other Person iDs
ORCID & other Person iDsSimeon Warner
 
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAF
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAFWho's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAF
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAFSimeon Warner
 
IIIF without an image server? No problem!
IIIF without an image server? No problem!IIIF without an image server? No problem!
IIIF without an image server? No problem!Simeon Warner
 
IIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateIIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateSimeon Warner
 

More from Simeon Warner (20)

Questioning Authority Lookup Service: Linking the Data
Questioning Authority Lookup Service: Linking the DataQuestioning Authority Lookup Service: Linking the Data
Questioning Authority Lookup Service: Linking the Data
 
OCFL: A Shared Approach to Preservation Persistence
OCFL: A Shared Approach to Preservation PersistenceOCFL: A Shared Approach to Preservation Persistence
OCFL: A Shared Approach to Preservation Persistence
 
The Oxford Common File Layout: A common approach to digital preservation
The Oxford Common File Layout: A common approach to digital preservationThe Oxford Common File Layout: A common approach to digital preservation
The Oxford Common File Layout: A common approach to digital preservation
 
Welcome to the FOLIO Community
Welcome to the FOLIO CommunityWelcome to the FOLIO Community
Welcome to the FOLIO Community
 
Sinopia & FOLIO: Bridging the gap to linked data cataloging
Sinopia & FOLIO: Bridging the gap to linked data cataloging Sinopia & FOLIO: Bridging the gap to linked data cataloging
Sinopia & FOLIO: Bridging the gap to linked data cataloging
 
FOLIO and Linked Data
FOLIO and Linked DataFOLIO and Linked Data
FOLIO and Linked Data
 
OCFL v1.0
OCFL v1.0OCFL v1.0
OCFL v1.0
 
IIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateIIIF Technical Specification Status Update
IIIF Technical Specification Status Update
 
LKG Editor Dev
LKG Editor DevLKG Editor Dev
LKG Editor Dev
 
Don't bold the field name!
Don't bold the field name!Don't bold the field name!
Don't bold the field name!
 
Oxford Common File Layout (OCFL)
Oxford Common File Layout (OCFL)Oxford Common File Layout (OCFL)
Oxford Common File Layout (OCFL)
 
ORCID @ Cornell
ORCID @ CornellORCID @ Cornell
ORCID @ Cornell
 
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...
From Open Annotations to W3C Web Annotations (and the impact on IIIF Present...
 
Introduction to the IIIF Presentation API (@SWIB17)
Introduction to the IIIF Presentation API (@SWIB17)Introduction to the IIIF Presentation API (@SWIB17)
Introduction to the IIIF Presentation API (@SWIB17)
 
From Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsFrom Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and Collaborations
 
Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvesting
 
ORCID & other Person iDs
ORCID & other Person iDsORCID & other Person iDs
ORCID & other Person iDs
 
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAF
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAFWho's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAF
Who's the Author? Identifier soup - ORCID, ISNI, LC NACO and VIAF
 
IIIF without an image server? No problem!
IIIF without an image server? No problem!IIIF without an image server? No problem!
IIIF without an image server? No problem!
 
IIIF Technical Specification Status Update
IIIF Technical Specification Status UpdateIIIF Technical Specification Status Update
IIIF Technical Specification Status Update
 

Recently uploaded

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Samvera and IIIF 2018