Mirador is complet viewer with all the option integraded directly but he need to have a complet manifest IIIF to work and to follow the complet structure: Link to manifest presentation
Credits of the image: http://ronallo.com/iiif-workshop-new/presentation-api/manifest/manifest-structure.html
The structure of one manifest part must be always in the same type, you can look the exemple of the codex of the formulae of Angers : https://fuldig.hs-fulda.de/viewer/rest/iiif/manifests/PPN397372442/manifest/
We can give directly the link of the codex if this have one manifest by formulae. Otherwise, we need to recreate one manifest by formulae and for that, we take the full manifest for base.
The manifest could be created by one library. But if you don’t have one manifest for the codex, you can create a complete manifest with this website: https://digital.bodleian.ox.ac.uk/manifest-editor/
We speak about this website because you have an user interface with all the possibility to create one manifest with all the possibility offers by the IIIF consortium. But if you aren’t interested by all this possibility, you can create the manifest directly with the script. You have three possibilty with the script to create 3 type of manifest with one files.
It’s a JSON, each keys must be the name of the corpus and in value you open one list of dictionnary.
The first type is when you know the different images that you need and you have the manifest of the codex who contains the formulae. The three keys are : title : The value must be the complete urn of the formulae. manifest_link : It’s the link of the manifest with all the picture. codex_name : The name of the codex give by the library with the reference of the library. images : It’s a dictionnary who contains all the images. Eache key must be the name of the label of the futur images and the value must be the image id of you need for your formulae
The second type is when you want to take an manifest who is online, to create this locally. He need only two keys : title : The value must be the complete urn of the formulae. codex_name : The name of the codex give by the library with the reference of the library. manifest_link : It’s the link of the manifest with all the picture.
The third type is when you have only the json images in a IIIF serveur. The three keys for this possibility: title : The value must be the complete urn of the formulae. label : It’s the name of the formulae or the codex. codex_name : The name of the codex give by the library with the reference of the library. images : It’s a dictionnary who contains all the images. Eache key must be the name of the label of the futur images and the value must be the link who contains the IIIF json of the picture than you need.
An exemple of the complete view :
All the information about the mapping is in one Json files Mapping.json. H must follow this structure: Each key must the urn and inside this key, you open one dictionnary, who must have manifest for key and for value the path of the json files




