", {class: "col, card",
onclick: "pageSelected(" + position + ")"});
currentRow.append(imageBox);
let image = $("
", {class: "card-img-top", src: data.thumbnail});
imageBox.append(image);
let labelBox = $("
", {class: "card-block" })
imageBox.append(labelBox);
let label = $("
", {class: "card-title"})
label.text(data.label);
labelBox.append(label);
});
})
---
name: SCTA
## Also worth checking: The SCTA Reading Room (Lombardpress)
.apis[http://scta.lombardpress.org/text/lectio1]
.div-right[By clicking the paragraph menu .red[(2)]...
...a context bar .red[(2)] opens, containing a link...
to the .blue[actual zone in a manuscript image],
which is opened in a collapsible container .red[(3)].]
The underlying model is explained at http://lombardpress.org/2016/08/09/surfaces-canvases-and-zones/
---
name: CCeH
## [Potential for other projects @CCeH](#Structure)
*basically: wherever we possess the images* (and don't need authentication)
* Lokalbericht (IIPImage + OSD, summer 2016)
* Guillelmus (in progress)
* Haller (in progress)
* Pessoa (OSD already implemented; source could be changed)?
* Totenbuch?
* Papyri collection?
* Itinera Nova?
* MOM-CA?
* MOL?
* Inscriptions?
* Luhmann (Bielefeld image server)
* etc
#### Use cases
* serving images (easy)
* serving regions (getting the information is a lot of work)
---
name: imageservers
## IIIF compliant image servers
github.com/pdaengeli/iiif-servers
---
## Doubts
* IIIF and longevity: the protocol is not the problem, but changing data may be (as always)
* obviously licensing matters
* can we be sure (e.g.) IDs don't change?