From c936d632e97296f214b860dcfb69e14f106c8e52 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Wed, 29 May 2024 18:29:25 -0400 Subject: [PATCH] cleanup, add openseadragon --- dhsi/SUMMARY.md | 2 +- dhsi/day-three/annotorious.md | 10 ++++-- dhsi/day-two/configuring-viewers.md | 3 ++ dhsi/day-two/openseadragon.md | 52 +++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 dhsi/day-two/openseadragon.md diff --git a/dhsi/SUMMARY.md b/dhsi/SUMMARY.md index 08606f80..41987c4a 100644 --- a/dhsi/SUMMARY.md +++ b/dhsi/SUMMARY.md @@ -18,6 +18,7 @@ ## Tuesday, Session 3: 9:00am-10:15am** 1. [Reflection on using the IIIF Image API](day-two/reflections.md) +2. [OpenSeadragon](day-two/openseadragon.md) 2. [IIIF Presentation API Overview](day-two/presentation-api.md) 3. [Exercise - Create a Manifest](day-two/manifest-exercise.md) 1. [Bodleian (V2)](day-two/bodleian-editor/README.md) @@ -55,7 +56,6 @@ 3. [Annona](day-two/annona.md) 4. [Clover](day-two/clover.md) 5. [Navplace viewer](day-two/navplace.md) - 6. [OpenSeadragon](day-two/openseadragon.md) 2. [Work Period]((day-two/configuring-viewers.md#work-period)) ## Wednesday, Session 7: 9:00am-10:15am diff --git a/dhsi/day-three/annotorious.md b/dhsi/day-three/annotorious.md index 611ec6fe..c2ec8b66 100644 --- a/dhsi/day-three/annotorious.md +++ b/dhsi/day-three/annotorious.md @@ -4,10 +4,9 @@ Annotorious is a JS library you can easily build into a browser. Slightly differ ## Using Annotorious This view is making use of three plugins (toolbar, georeference and extended shapes beyond polygon and rectangle). Configuration is VERY well documented for the [out of the box Annotorious](https://annotorious.github.io/api-docs/osd-plugin/) including configuration and custom events and the [plugins](https://annotorious.github.io/plugins/). -