Technical Study - The Entombment

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


The Mirador JSON File

{
    "manifests": {
        "https://research.ng-london.org.uk/iiif/projects/external/m1391/manifest.json": {
            "provider": "Hunterian Art Gallery"
        }
    },
    "windows": [
        {
            "manifestId": "https://research.ng-london.org.uk/iiif/projects/external/m1391/manifest.json",
            "canvasIndex": 3
        },
        {
            "manifestId": "https://research.ng-london.org.uk/iiif/projects/external/m1391/manifest.json",
            "canvasIndex": 1
        }
    ]
}
The complete mirador JSON file used to define the manifests and images presented in this example.

Page JSON Object

{
    "parent": "Further Examples",
    "class": "mirador",
    "file": "mirador-example01.json",
    "title": "<b>Technical Study</b> - <i>The Entombment</i>",
    "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-success\" role=\"alert\"><h4 class=\"alert-heading\">Summary</h4><p>This example presents a series of images take of [<i>The Entombment</i>|https://artuk.org/discover/artworks/the-entombment-138881] by [Rembrandt van Rijn (1606\u20131669)|https://artuk.org/discover/artists/rembrandt-van-rijn-16061669], [Hunterian Art Gallery, University of Glasgow|https://artuk.org/visit/venues/hunterian-art-gallery-university-of-glasgow-5924]. These images where taken at the [The National Gallery|https://www.nationalgallery.org.uk/] as part of a detailed technical examination. As the painting is relatively small is was possible to take some very high resolution images, with the overall visible image captured at about 1500 ppi and the two visible detail images captured at about 4000 ppi.</p></div>\r\n\r\n<h3>The Viewer</h3>\r\n[##]",
    "content right": "",
    "displaycode": true,
    "name": "The Entombment"
}
The complete JSON object used to define this content and layout of this page.