Simple Mirador - The Standard Example

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 and presented using the simple-site project.

For more information about the simple-site project and details about how this example work please see the simple-site webpages.

The Viewer



Display the full code used to define this page.

Page JSON Object

{
    "parent": "examples",
    "class": "mirador",
    "file": "mirador.json",
    "title": "<b>Simple Mirador</b> - The Standard Example",
    "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 and presented using the [simple-site|https://github.com/jpadfield/simple-site] project.</p>\r\n\r\n<p><b>For more information about the simple-site project and details about how this example work please see the [simple-site webpages|https://jpadfield.github.io/simple-site/].</b></p>\r\n\r\n<div class=\"alert alert-info\" role=\"alert\"><h4 class=\"alert-heading\">Summary</h4><p>This example page has been created using all of the available options in the [mirador JSON file|https://jpadfield.github.io/simple-site/Mirador_IIIF_viewer.html].</p></div>\r\n\r\n<h3>The Viewer</h3>\r\n[##]",
    "content right": "",
    "copy": false,
    "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": 4
        }
    ]
}
The complete extension file used to define extra content included in this page.