diff --git a/dhsi/day-two/annona.md b/dhsi/day-two/annona.md index e69de29b..8f5a4648 100644 --- a/dhsi/day-two/annona.md +++ b/dhsi/day-two/annona.md @@ -0,0 +1,47 @@ +# Annona +Annona only works with images. It also works with IIIF collections and annotations. + +## Creating/Embedding an Annona page +1. Create a file called `annona.html` +2. Copy the code into file +``` + + + Annona viewer + + + + + + + + +``` +3. Open in the browser + +## Embedding with a URL +1. Copy the code below into your `annona.html` file + +``` + +``` + +1. Go to [https://ncsu-libraries.github.io/annona/tools/#/tag-builder?url=&viewtype=&manifesturl=&settings=%7B%7D](https://ncsu-libraries.github.io/annona/tools/#/tag-builder?url=&viewtype=&manifesturl=&settings=%7B%7D) +2. Enter your manifest url. https://iiif.bodleian.ox.ac.uk/iiif/manifest/748a9d50-5a3a-440e-ab9d-567dd68b6abb.json +3. Select storyboard +4. Click on the Copy URL button +5. Replace replacewithmanifesturl with that copied url +``` + +``` +6. View. + +## Configuring +1. Go to [https://ncsu-libraries.github.io/annona/tools/#/tag-builder?url=&viewtype=&manifesturl=&settings=%7B%7D](https://ncsu-libraries.github.io/annona/tools/#/tag-builder?url=&viewtype=&manifesturl=&settings=%7B%7D) +2. Enter your manifest url. https://iiif.bodleian.ox.ac.uk/iiif/manifest/748a9d50-5a3a-440e-ab9d-567dd68b6abb.json +3. Select storyboard +4. Update the view to reflect how you would like the page to load. +5. Click Copy Tag (reating/Embedding an Annona page) or Copy URL button (iframe option) and embed. + + + diff --git a/dhsi/day-two/clover.md b/dhsi/day-two/clover.md index e69de29b..2658d330 100644 --- a/dhsi/day-two/clover.md +++ b/dhsi/day-two/clover.md @@ -0,0 +1,19 @@ +# Clover + +## Embedding clover + +``` + + + Clover IIIF - Viewer - Web Component + + + + + + + + +``` \ No newline at end of file diff --git a/dhsi/day-two/uv.md b/dhsi/day-two/uv.md index 75c626c2..d776ed20 100644 --- a/dhsi/day-two/uv.md +++ b/dhsi/day-two/uv.md @@ -47,6 +47,7 @@ Documentation on more complex embeddings can be found on the [UV wiki.](https:// ## Embedding Universal Viewer 1. Create and open in VSCode a file named `uv-embed.html` 2. Copy the code into your browser + ``` @@ -72,8 +73,8 @@ Documentation on more complex embeddings can be found on the [UV wiki.](https:// - ``` + 3. Open the file in your browser. `open uv-embed.html` ## Configuring UV