Skip to content

Commit

Permalink
Removing BL links
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Feb 17, 2025
1 parent df8eb7f commit 882948b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
9 changes: 4 additions & 5 deletions nlw-workshop/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
- [Overview](README.md)

## Introduction to IIIF
- [Introduction](day-one/README.md)
- [What is IIIF](day-one/whatisiiif.md)
- [Finding NLW Manifests](nlw-manifests.md)
- [Exercise](day-one/guides.md)

## IIIF Image API
- [Introduction](day-two-bl.md)
- [Image API](day-two/image-api.md)
- [Identifier](day-two/image-api/identifier.md)
- [Region](day-two/image-api/region.md)
Expand All @@ -33,9 +31,7 @@
- [Edit a Manifest](day-three/edit-a-manifest/README.md)
- [Add Structure](day-three/ranges/README.md)
- [Publishing your manifest](day-three/workbench/README.md)
- [An introduction to AV](day-three/BL-Audio/README.md)
- [Remixing audio files](day-three/BL-Audio/RemixAudio.md)
- [British Library examples](day-three/BL-Audio/examples.md)


## Annotations
- [Introduction](day-four/README.md)
Expand All @@ -51,6 +47,9 @@
- [Advanced annotation presentation](day-four/advanced-annotations.md)

## IIIF & AV
- [An introduction to AV](day-three/BL-Audio/README.md)
- [Remixing audio files](day-three/BL-Audio/RemixAudio.md)
- [British Library examples](day-three/BL-Audio/examples.md)

## Tools and implementations

Expand Down
14 changes: 13 additions & 1 deletion nlw-workshop/nlw-manifests.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## National Library of Wales Manifests

The NLW are in an usual position in that all of the collections are made available as IIIF. Generally the way to access a IIIF Manifest is the same once you get to the NLW Viewer. This exercise is to look at how researchers use your collections and how they can re-use manifests.
The NLW are in an usual position in that all of the collections are made available as IIIF. Generally the way to access a IIIF Manifest is the same once you get to the NLW Viewer. This exercise is to look at how researchers use your collections and how they can re-use manifests.

Once you have found a manifest URL using the methods detailed below you can try and open them in the following viewers:

* https://projectmirador.org/embed/?iiif-content=MANIFEST_URL
* https://uv-v4.netlify.app/#?c=&m=&s=&cv=&manifest=MANIFEST_URL
* https://ncsu-libraries.github.io/annona/tools/#/display?url=MANIFEST_URL&viewtype=iiif-storyboard&settings=%7B%22fullpage%22%3Atrue%7D
* https://samvera-labs.github.io/clover-iiif/docs/viewer/demo?iiif-content=MANIFEST_URL
* https://demo.viewer.glycerine.io/viewer?iiif-content=MANIFEST_URL
* https://theseusviewer.org/?iiif-content=MANIFEST_URL
* http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=MANIFEST_URL

You will need to replace the MANIFEST_URL with the URL you have copied from the IIIF logo.

## Catalogue

Expand Down

0 comments on commit 882948b

Please sign in to comment.