Simple Site - The IIIF Mirador Extension

This extension uses the IIIF image viewer Mirador to produce a customised presentation of a bespoke selection of IIIF manifests[1]. It is an example of a special page that can be added to the pages.json file. To change the objects displayed in this viewer, modify the mirador.json file found in the build folder in your Github Repository. Further information on the function of the viewer can be found under Extensions in the Documentation section of this site.

The Example



Display the full code used to define this page.

Page JSON Object

{
    "parent": "template-home",
    "class": "mirador",
    "file": "mirador.json",
    "title": "Simple Site - The <b>IIIF Mirador Extension</b>",
    "content": "<p>This extension uses the [IIIF|https://iiif.io] image viewer [Mirador|https://projectmirador.org/] to produce a customised presentation of a bespoke selection of IIIF manifests[@@IIIF manifests are simply a structured list of web based images resources that can be viewed in a IIIF compliant viewer, for more details see https://iiif.io/api/presentation/2.1/#table-of-contents]. It is an example of a special page that can be added to the [pages.json|pages.json.html] file. To change the objects displayed in this viewer, modify the <b>mirador.json</b> file found in the <b>build</b> folder in your Github Repository. Further information on the function of the viewer can be found under [Extensions|mirador-viewer.html] in the Documentation section of this site.</p>\r\n\r\n<h3>The Example</h3>\r\n[##]",
    "content right": "",
    "copy": false,
    "displayName": "A Mirador Viewer",
    "displaycode": true
}
The complete JSON object used to define this content and layout of this page.

Extra extension file

{
    "catalog": [
        {
            "manifestID": "https://iiif.harvardartmuseums.org/manifests/object/299843"
        },
        {
            "manifestID": "https://media.nga.gov/public/manifests/nga_highlights.json"
        }
    ],
    "windows": [
        {
            "manifestId": "https://media.nga.gov/public/manifests/nga_highlights.json",
            "canvasIndex": 0
        },
        {
            "manifestId": "https://iiif.harvardartmuseums.org/manifests/object/299843",
            "canvasIndex": 3
        }
    ]
}
The complete extension file used to define extra content included in this page.