Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.35 KB

index.md

File metadata and controls

32 lines (27 loc) · 1.35 KB

Zooniverse Testing - original

Looking at the annotations generated by Zooniverse to see if they work in IIIF viewers.

To make this work I have taken a copy of the BL Manifest:

https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100022589176.0x000002/manifest.json and on page 396 I have added a link to the annotations list created by @eatyourgreens in this repo. The link looks as follows:

"annotations": [
    {
        "id": "https://zooniverse.github.io/iiif-annotations/annotations/titles/0.json",
        "type": "AnnotationPage"
    }
]
<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/original/manifest.json', canvasId: 'https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100022589176.0x000333', sideBarPanel: 'annotations', sideBarOpen: true } ], }); </script>