Connecting Collections - The Hay Wain

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": "further-examples",
    "class": "mirador",
    "file": "haywain.json",
    "title": "<b>Connecting Collections</b> - The Hay Wain",
    "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 provides a comparison between <a href=\"https://www.nationalgallery.org.uk/paintings/john-constable-the-hay-wain\">The Hay Wain</a> from the <a href=\"https://www.nationalgallery.org.uk/\">National Gallery</a> with the <a href=\"https://collections.vam.ac.uk/item/O81405/full-scale-study-for-ithe-oil-painting-john-constable/\">Full-Scale Study for The Hay Wain</a> from the <a href=\"http://www.vam.ac.uk/\">Victoria and Albert Museum</a>. Further related information can be seen <a href=\"https://www.vam.ac.uk/articles/john-constables-sketches\">here</a>.</p></div>\r\n\r\n<h3>The Viewer</h3>\r\n[##]",
    "content right": "",
    "copy": false,
    "displayName": "The Hay Wain",
    "aliases": "The Hay Wain",
    "displaycode": true
}
The complete JSON object used to define this content and layout of this page.

Extra extension file

{
    "catalog": [
        {
            "manifestId": "https://data.ng-london.org.uk/iiif/0FV6-0001-0000-0000/manifest"
        },
        {
            "manifestId": "https://research.ng-london.org.uk/iiif-exp/manifests/vanda-haywain"
        }
    ],
    "windows": [
        {
            "manifestId": "https://data.ng-london.org.uk/iiif/0FV6-0001-0000-0000/manifest",
            "canvasIndex": 1
        },
        {
            "manifestId": "https://research.ng-london.org.uk/iiif-exp/manifests/vanda-haywain",
            "canvasIndex": 0
        }
    ]
}
The complete extension file used to define extra content included in this page.