-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
90 lines (68 loc) · 3.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
body { font-family: sans-serif; line-height: 1.6em; }
</style>
<script>
if (location.protocol != 'http:')
{
location.href = 'http:' + window.location.href.substring(window.location.protocol.length);
}
</script>
</head>
<body>
<h1>Demos and experiments using Wellcome IIIF resources</h1>
<p><strong><a href="wc.org/3/thumbs.html?manifest=https://iiif.wellcomecollection.org/presentation/b28047345">IIIF3 Thumbs</a></strong>
<br/>
View thumbnails for Wellcome IIIF DLCS endpoints</p>
<p><strong><a href="wc.org/3/annodump.html?manifest=https://iiif.wellcomecollection.org/presentation/b28047345">IIIF3 Annotation dump</a></strong>
<br/>
View otherContent referenced from Wellcome canvases</p>
<p><strong><a href="wc.org/2/thumbs.html?manifest=https://wellcomelibrary.org/iiif/b28047345/manifest">IIIF2 Thumbs</a></strong>
<br/>
View thumbnails for Wellcome IIIF DLCS endpoints</p>
<p><strong><a href="wc.org/2/annodump.html?manifest=https://wellcomelibrary.org/iiif/b28047345/manifest">IIIF2 Annotation dump</a></strong>
<br/>
View otherContent referenced from Wellcome canvases</p>
<p><strong><a href="toc.html?src=https://wellcomelibrary.org/collections/browse/topics/Ethnology/">Tables of Content</a></strong>
<br/>
Very rough experiment with generating navigation from TOC search results</p>
<p><strong><a href="gallery/gallery.html">Items of Interest</a></strong>
<br/>
Add b numbers to <a href="gallery/ids.txt">gallery/ids.txt</a> when you spot something interesting</p>
<p><strong><a href="https://tomcrane.github.io/iiif-img-tag/">IIIF-enhanced image tags</a></strong>
<br/>
A demo showing a plugin that turns regular image tags into deep zoom full screen things</p>
<p><strong><a href="today.html">Wellcome today</a></strong>
<br/>
Show collections in Open Seadragon's collection mode</p>
<p><strong><a href="viewer.html">Viewer</a></strong>
<br/>
How small can a viewer be?</p>
<p><strong><a href="http://tomcrane.github.io/iiif-expts/getthumbnail/">getThumbnail</a></strong>
<br/>
Determine the best possible thumbnail for a IIIF resource</p>
<p><strong><a href="http://tomcrane.github.io/scratch/osd/iiif-sizes.html">Sizes only</a></strong>
<br/>Deep zoom from legacy size sets in IIIF</p>
<p><strong><a href="http://tomcrane.github.io/scratch/osd/single-image.html">Minimal OSD</a></strong>
<br/>
Very simple OpenSeadrgaon + IIIF</p>
<p><strong><a href="https://github.com/dlcs/sorting-room">Sorting room</a></strong>
<br/>
Make new detail IIIF manifests out of archival resources... demo soon...</p>
<p><strong><a href="http://tomcrane.github.io/iiif-expts/">HTTP status of image request</a></strong>
<br/>
How much can you know about a broken image?</p>
<p><strong><a href="http://tomcrane.github.io/iiif-expts/cache/auth.html">Cache-bust authed image</a></strong>
<br/>
Use hash frag to assign a new image source</p>
<p><strong><a href="http://tomcrane.github.io/iiifauth/acac.html">withCredentials vs token</a></strong>
<br/>
IIIF Auth test</p>
</body>
</html>