From 0921118ced303b40afc0260f92dfe0dcd7fe4408 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Witt" Date: Wed, 22 May 2024 12:32:14 -0400 Subject: [PATCH] added new file for day two configuring viewers --- dhsi/SUMMARY.md | 9 ++++----- dhsi/day-two/configuring-viewers.md | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 dhsi/day-two/configuring-viewers.md diff --git a/dhsi/SUMMARY.md b/dhsi/SUMMARY.md index 62487c9b..429ea630 100644 --- a/dhsi/SUMMARY.md +++ b/dhsi/SUMMARY.md @@ -48,11 +48,10 @@ ## Tuesday Session 6: 2:30pm-3:45pm -1. Using/Embedding IIIF Viewers - 1. Embedding Mirador - 1. Mirador Configuration and Customization - 2. Embedding Universal Viewer -2. Work Period +1. [Using/Embedding/Configuring IIIF Viewers](day-two/configuring-viewers.md) + 1. [Mirador]((day-two/configuring-viewers.md#mirador)) + 2. [Universal Viewer](day-two/configuring-viewers.md#universal-viewer) +2. [Work Period]((day-two/configuring-viewers.md#work-period)) diff --git a/dhsi/day-two/configuring-viewers.md b/dhsi/day-two/configuring-viewers.md new file mode 100644 index 00000000..107ca398 --- /dev/null +++ b/dhsi/day-two/configuring-viewers.md @@ -0,0 +1,27 @@ +## Configuring Viewers + +Now that we've spent the day learning about the IIIF Presentation API and creating our own manifests, we thought it would fun to do a deeper dive on the use of IIIF Image Viewers. + +Specifically, we want to show you how we can not only add our manifests to existing viewers, but we can actually highly customize these viewers in a way tailored to our specific needs. + +For example: + +* If you're running museum exhibit, you might want a viewer that provides a guided curation of specific images and limits how the user can interact with the collection +* If you're building a research environment, you might want to use the viewer different to allow users to control every aspect of their environment. +* If you're trying to illustrate a research outcome, you might want to bring the users to a very specific place within a set of images. + +There are many options here. We're going to focus on two highly customizable viewers: Mirador and Universal Viewer. First, we're going to look at how to embed a viewer in your own project (to do this, we'll continue to use or "Custom Image Viewers" projects). Then we'll walk through several of the configuration option. Then we'll turn this into a work period, where you can start embedding a viewer into your project and adjust the configuration settings as needed. We'll come around and help you customize your project any way you want. + +## Mirador + +### Embedding Mirador + +### Configuring Mirador + +## Universal Viewer + +### Embedding UV + +### Configuring UV + +## Work Period \ No newline at end of file