I created this script which will process all of the annotations from the annotation collection. It will:
- Download any manifests it finds
- and add a link to the AnnotationPage to each canvas.
- Follow the
next
link to the next AnnotationPage
Looking at the edited manifest in Mirador:
<script type='text/javascript' src='https://unpkg.com/mirador@latest/dist/mirador.min.js'></script> <script type="text/javascript"> var miradorInstance = Mirador.viewer({ id: 'mirador', windows: [ { manifestId: 'https://glenrobson.github.io/iiif_stuff/zooniverse/Mar_2022/vdc_100022589176.0x000002.json', sideBarPanel: 'annotations', sideBarOpen: true } ], }); </script>Thanks to the fix from dnoneill it also works in Annona which is really good for presenting your annotations.
<script src="https://ncsu-libraries.github.io/annona/dist/annona.js"></script>