-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
415 lines (385 loc) · 21.6 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="The Universal Viewer is a community-developed open source project on a mission to help you share your content with the world">
<meta name="keywords" content="IIIF,Viewer,Image,Video,Audio,PDF,3D,IPFS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<title>Universal Viewer</title>
<!-- Bootstrap Core CSS -->
<link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<!-- Plugin CSS -->
<link href="/vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="/css/styles.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="home">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">UV</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#view">View IIIF Manifest</a>
</li>
<li>
<a class="page-scroll" href="#features">Features</a>
</li>
<li>
<a class="page-scroll" href="#showcase">Showcase</a>
</li>
<li>
<a class="page-scroll" href="#moreinfo">More Info</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="#support">Support</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<img src="/img/logo.png" alt="UV" />
<hr class="clear">
<p>The Universal Viewer is a community-developed open source project on a mission to help you share your content with the world</p>
<a href="#features" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section class="bg-primary" id="view">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">View a IIIF Manifest</h2>
<hr class="light">
<p>Paste the URL of a IIIF manifest here to see the UV in action!</p>
<p>
<input id="manifest" type="text" placeholder="IIIF Manifest URL" value="" />
</p>
<a id="viewManifest" class="btn btn-default btn-xl sr-button">View</a>
</div>
</div>
</div>
</section>
<section id="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Features</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-search-plus text-primary sr-icons"></i>
<h3>Zoomable</h3>
<p class="text-muted"><a href="https://openseadragon.github.io/">OpenSeadragon</a> image zooming using the <a href="http://iiif.io/api/image/2.0/">IIIF image API</a></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-share-alt text-primary sr-icons"></i>
<h3>Embeddable</h3>
<p class="text-muted">YouTube-style embedding with deep links to specific pages/zoom regions.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-newspaper-o text-primary sr-icons"></i>
<h3>Themable</h3>
<p class="text-muted">Fork the <a href="https://github.com/UniversalViewer/uv-en-GB-theme">UV theme</a> on github to create your own.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-wrench text-primary sr-icons"></i>
<h3>Configurable</h3>
<p class="text-muted">The UV is highly configurable with an array of customisable settings.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-plug text-primary sr-icons"></i>
<h3>Extensible</h3>
<p class="text-muted">Supports <a href="http://universalviewer.io/examples/?manifest=http://files.universalviewer.io/manifests/nelis/ecorche.json">3D</a>, <a href="http://universalviewer.io/examples/?manifest=http://wellcomelibrary.org/iiif/b17307922/manifest">audio</a>, <a href="http://universalviewer.io/examples/?manifest=http://wellcomelibrary.org/iiif/b16659090/manifest">video</a>, and <a href="http://universalviewer.io/examples/?manifest=http://wellcomelibrary.org/iiif/b17502792/manifest">pdf</a> viewing experiences.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-search text-primary sr-icons"></i>
<h3>Searchable</h3>
<p class="text-muted">Supports <a href="http://iiif.io/api/search/">search and autocomplete</a> service integration with overlaid search results.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-quote-left text-primary sr-icons"></i>
<h3>Translatable</h3>
<p class="text-muted">Internationalised UI using <a href="https://www.transifex.com/">transifex.com</a></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="feature-box">
<i class="fa fa-4x fa-lock text-primary sr-icons"></i>
<h3>Securable</h3>
<p class="text-muted">The UV supports the <a href="http://iiif.io/api/auth/">IIIF Auth API</a>, so your content can be password protected.</p>
</div>
</div>
</div>
</div>
</section>
<section class="no-padding" id="showcase">
<div class="container-fluid">
<div class="row no-gutter popup-gallery">
<div class="col-lg-4 col-sm-6">
<a href="http://access.bl.uk/item/viewer/ark:/81055/vdc_00000004216E" data-manifest="http://api.bl.uk/metadata/iiif/ark:/81055/vdc_00000004216E/manifest.json" class="showcase-box">
<img src="/img/showcase/bl.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
British Library
</div>
<div class="project-name">
The Works of Charles Dickens
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="http://wellcomelibrary.org/item/b20417081" data-manifest="http://wellcomelibrary.org/iiif/collection/b20417081" class="showcase-box">
<img src="/img/showcase/wellcome.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Wellcome Library
</div>
<div class="project-name">
The Natural Method of Healing: A New and Complete Guide to Health
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://digital.library.villanova.edu/Item/vudl:92879" data-manifest="https://digital.library.villanova.edu/Item/vudl:92879/Manifest" class="showcase-box">
<img src="/img/showcase/villanova.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Villanova University: Falvey Memorial Library
</div>
<div class="project-name">
Portrait gallery of pugilists of America and their contemporaries
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://viewer.library.wales/4389767" data-manifest="https://damsssl.llgc.org.uk/iiif/2.0/4389767/manifest.json" class="showcase-box">
<img src="/img/showcase/nlw.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
National Library of Wales
</div>
<div class="project-name">
Cardiganshire Constabulary register of criminals
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="http://bluemountain.princeton.edu/exist/apps/bluemountain/issue.html?titleURN=bmtnaae&issueURN=bmtnaae_1918-12_01#viewer" data-manifest="http://bluemountain.princeton.edu/exist/restxq/iiif/bmtnaae_1918-12_01/manifest" class="showcase-box">
<img src="/img/showcase/princeton.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Princeton University Library
</div>
<div class="project-name">
Dada (Zurich, Switzerland), 3
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://d.lib.ncsu.edu/collections/catalog/nubian-message-1992-11-30" data-manifest="https://d.lib.ncsu.edu/collections/catalog/nubian-message-1992-11-30/manifest" class="showcase-box">
<img src="/img/showcase/ncsu.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
NCSU Libraries
</div>
<div class="project-name">
The Nubian Message
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://lib.ugent.be/viewer/archive.ugent.be%3A4B39C8CA-6FF9-11E1-8C42-C8A93B7C8C91" data-manifest="https://adore.ugent.be/IIIF/manifests/archive.ugent.be%3A4B39C8CA-6FF9-11E1-8C42-C8A93B7C8C91" class="showcase-box">
<img src="/img/showcase/ghent.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Ghent University Library
</div>
<div class="project-name">
Document uit het archief van de dichter Dioskoros van Aphrodite
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="http://iiif.bodleian.ox.ac.uk/iiif/viewer/60834383-7146-41ab-bfe1-48ee97bc04be" data-manifest="http://iiif.bodleian.ox.ac.uk/iiif/manifest/60834383-7146-41ab-bfe1-48ee97bc04be.json" class="showcase-box">
<img src="/img/showcase/bodleian.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Bodleian Libraries, University of Oxford
</div>
<div class="project-name">
MS. Bodl. 264
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://sok.riksarkivet.se/bildvisning/R0000004_00001?viewer=UV" data-manifest="https://iiif.riksarkivet.se/arkis!R0000004/manifest" class="showcase-box">
<img src="/img/showcase/riksarkivet.jpg" class="img-responsive" alt="">
<div class="showcase-box-caption">
<div class="showcase-box-caption-content">
<div class="project-category text-faded">
Riksarkivet (The Swedish National Archives)
</div>
<div class="project-name">
Originaltraktater med främmande makter (traktater)
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!--<aside class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
<h2>Free Download at Start Bootstrap!</h2>
<a href="http://startbootstrap.com/template-overviews/creative/" class="btn btn-default btn-xl sr-button">Download Now!</a>
</div>
</div>
</aside>-->
<section id="moreinfo">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">More Info</h2>
<hr class="primary">
<p>
<a href="https://github.com/UniversalViewer/universalviewer/wiki/About">About the UV</a>
<span class="explanatory">The wiki has information about the origins of the UV and tutorials to help you get started</span>
</p>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Get In Touch</h2>
<hr class="primary">
<p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeHLD0kng5aXvGFsNN_tJGsZMTnp08Hv2F6kdGsJRb6bT0NWw/viewform">Join the UV Slack</a>
<span class="explanatory">This is where most of the conversation happens</span>
</p>
<!-- <p>
<a href="https://groups.google.com/forum/#!forum/universalviewer">Join the UV Google Group</a>
<span class="explanatory">A good place to ask questions if you are just trying out the UV</span>
</p> -->
<p>
<a href="https://twitter.com/universalviewer">Follow the UV on Twitter</a>
<span class="explanatory">A good way to keep informed of notable developments</span>
</p>
</div>
</div>
</div>
</section>
<section id="support">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Support the UV</h2>
<hr class="primary">
<p>
<a href="https://opencollective.com/universalviewer">Become a backer on Open Collective</a>
<span class="explanatory">This helps us to fund community support and bug fixes</span>
</p>
<p>
<a href="https://github.com/universalviewer/universalviewer">Fork the UV on Github</a>
<span class="explanatory">We ♥ pull requests</span>
</p>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script type="text/javascript" src="/vendor/utils/utils.js"></script>
<script src="js/index.min.js"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-47890586-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>