You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Image Citation tool for working with CITE2 URNs.
The single-page webapp allows a user to retrieve an image via CITE2 URN, and by drawing rectangles on it, create versions of the image’s URN extended by a region-of-interest.
So if urn:cite2:hmt:vaimg.v1:VA012RN_0013 represents an entire image of folio 12 recto of the Venetus A manuscript, urn:cite2:hmt:vaimg.v1:VA012RN_0013@0.2066,0.2084,0.1672,0.02437 identifies only the rectangle bounding the title “ΙΛΙΑΔΟΣ ΑΛΦΑ” on that image.
The web-app can work with local image files or remote files. v.1.1.0 includes a small library of demonstration files in image_archive. As of 6/16/2017, the online repository which ICT2 has as its default is not offering the 'Access Control Allow Origin' header necessary for ICT2 to retrieve its data. For some reason, Safari will let the remote service work, but only when running ICT2 directly from the filesystem.
What are CITE2 URNs?
CITE2 URNs are part of the CITE Architecture; they identify objects in a collection. ICT2 is intended to work with images in a collection, identifiable by URNs. As of January, 2017, we revised our standard for identifying collections and object, hence CITE2.
Parts of a CITE2 URN
urn:cite2:hmt:vaimg.v1:VA012RN_0013
urn:cite2:hmt: = namespaces
vaimg = collection-ID
v1 = version of collection
VA012RN_0013 = object-ID
ICT2 Version History
1.2.0 Added useRemoteByDefault variable in index.html for easier customization.
1.0.1 Updated GUI by Mees Gelein; fixed bug when list of urn-parameters ends in &
1.0.0 Added copying of saved ROIs.
0.2.1 fixed bug where changing the local path had no effect
0.2.0 added preview window for working with very small ROIs
0.1.0 first working version
About
An Image Citation tool for working with CITE2 URNs