-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
380 lines (353 loc) · 16.8 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
---
id: home
title: IIIFHosting
keywords: IIIFHosting, strorage, iiif, hosting
description: Lightning fast hosting for large images.
---
<div class="row">
<div id="banner" class="col12 center">
<div id="banner-content">
<h1 class="white">Lightning fast hosting for large images</h1>
<p class="bigger white">Quick and effortless service built with support of
IIIF protocol,<br> a proven solution for the hosting of large imagery.</p>
</div>
<a id="btn-learnmore" href="#features" class="btn-large" onclick="scrollTo('how-it-works')">Try it now</a>
</div>
</div>
<div id="how-it-works" class="bg-white bordertop-block">
<div class="row bg-white">
<div class="col12 center pady-4">
<h2 class="padt-2">Try it with your image!</h2>
<div class="row">
<div class="col8 offset2">
<p class="big">Test our hosting infrastructure with your JPEG or TIFF image completely for free:</p>
<div id="uploader">
<input type="file" name="upload" class="driveuploader-replace" style="display:none;" />
<div id="veil" style="display:none;">
<p>Please, enter your name and email to continue:</p>
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="Your name"><br>
<label for="email">E-mail</label>
<input type="text" name="email" id="email" placeholder="Your email"><br>
<input type="button" id="nextbtn" value="Continue" class="btn">
</div>
</div>
</div>
</div>
<h2>How it works?</h2>
<div class="container padt-3">
<div class="col4 center pad-0">
<img src="{{site.baseurl}}img/upload.png" alt="How ti works 1st step">
<p class="bigger">1. Upload your images</p>
</div>
<div class="col4 center pad-0">
<img src="{{site.baseurl}}img/process.png" alt="How ti works 2st step">
<p class="bigger">2. Server process them</p>
</div>
<div class="col4 center pad-0">
<img src="{{site.baseurl}}img/embed.png" alt="How ti works 3st step">
<p class="bigger">3. Zoomable images are online<br>
in a responsive image service</p>
</div>
</div>
</div>
</div>
<div id="features" class="bg-gray-light borderbottom-block bordertop-block">
<div class="row container padt-4">
<div class="col12 center">
<h1>Features</h1>
</div>
</div>
<div class="row container padb-4">
<div class="col6 padx-6">
<h2 class="withicon">
<img src="{{site.baseurl}}img/icon-transfer.png" alt="Transfer icon">
Transfer of files
</h2>
<p>IIIFHosting service has an <b>administration system</b> that is prepared for
uploading and managing of images. There are statuses, search, export
tools, viewers and samples for embedding. Hundreds and even thousands
of images can be copied easily via <b>FTP protocol</b> directly to our servers
as upload alternative.</p>
</div>
<div class="col6 padx-6">
<h2 class="withicon">
<img src="{{site.baseurl}}img/icon-processing.png" alt="Processing icon">
Processing
</h2>
<p><a href="https://www.iiifserver.com" target="_blank">IIIFServer</a>
is a core of service. It has been developed and tested
on terabytes of images from well-known public archives. The system
is designed for <b>processing of huge amounts of image data</b> quickly,
with no needs for own infrastructure or staff.</p>
</div>
</div>
<div class="row container pady-4">
<div class="col6 padx-6">
<h2 class="withicon">
<img src="{{site.baseurl}}img/icon-result.png" alt="Result icon">
Result
</h2>
<p>Once your images are processed, you can view them online or easily
<b>embed into your website</b>, blog or make a presentation with Omeka system.
There are also many compatible tools available for further specific
needs such as annotations, georeferencing or publishing.</p>
</div>
<div class="col6 padx-6">
<h2 class="withicon">
<img src="{{site.baseurl}}img/icon-security.png" alt="Security icon">
Security
</h2>
<p>The system serves as a <b>backup for your data</b> in case of failure
of your original HDD. Https protocol is supported for secure
access. Thanks to IIIF protocol, the online images are interoperable
with no vendor lock-in. There is also <b>secured API</b> for working with
IIIFHosting remotely.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col12 center padt-6">
<h2>Compatible tools</h2>
<p class="bigger">Once your image is online, thanks to iiif standard you can benefit
from various external online tools.<br> Here are several
recommendations from us:</p>
</div>
</div>
<div class="row padb-6">
<div class="col6">
<img class="width-100" src="{{site.baseurl}}img/tools.png" alt="Tools">
</div>
<div class="col5">
<h3>Viewers</h3>
<p>Next to the default <a href="https://openseadragon.github.io/" target="_blank">OpenSeaDragon</a>, there are more compatible viewers such as <a href="https://github.com/klokantech/iiifviewer" target="_blank">IIIFViewer</a>, Openlayers, Leaflet, Universal Viewer etc.</p>
<h3>Compare images</h3>
<p>Images from many online sources can be easily loaded and compared to each other in research tools for digital humanities such as <a href="http://projectmirador.org/">Mirador</a>.</p>
<h3>Digital archive</h3>
<p>Web publishing for archives can be done with Omeka, where the administration, with possibilities to add metadata to your images is available.</p>
<h3>Maps</h3>
<p>Geographical location can be easily added to any map with <a href="http://www.georeferencer.com">Georeferencer mapping platform</a>.</p>
<h3>Annotations</h3>
<p><a href="http://recogito.pelagios.org">Recogito</a> provides a flexible and user-friendly environment for collaborative annotation, tagging and semantic markup.</p>
</div>
</div>
</div>
<div class="row bordertop-block bg-gray-light">
<div class="col8 offset2 center pady-6">
<div id="drive" class="container">
<h2>IIIF from images in Google Drive</h2>
<p class="big">Google Drive meets IIIF: click on JPEG or TIFF files in Drive and get a IIIF viewer.
Double click on a JPEG or TIFF in your Google Drive and get IIIF!
Digital humanities students using Chromebooks? Turn a JPEG or TIFF on your drive into IIIF and use it in Mirador or other tools!</p>
<h3>Download extensions from</h3>
<p><a class="btn" href="https://chrome.google.com/webstore/detail/iiifhosting/olcdbehgpggjnccbfgeclccdcnnlanal">Chrome Web Store</a>
<span class="padx-2">or</span> <a class="btn" href="https://gsuite.google.com/marketplace/app/iiifhosting/946611837451">Google App Marketplace</a></p>
<p></p>
</div>
</div>
</div>
<div id="omeka" class="container">
<div class="row bordertop-block">
<div class="col6 padt-6">
<h2>Metadata via IIIF Presentation API</h2>
<p>The institutions often prefer to implement a basic export of the metadata required for the <a href="http://iiif.io/api/presentation/2.1/" target="_blank">IIIF Presentation API</a> on their existing websites or online catalogs.</p>
<p>The image services provided by IIIFHosting can be easily referenced from the exported Manifest as a link. Manifest is a textual document with a title, author, document structure, copyright information and link to an image service. It should be available on a permanent URL of the institution, in the JSON format.</p>
</div>
<div class="col6 padt-6">
<h2>Omeka IIIF modules</h2>
<p>For serving the IIIF Presentation API we recommend an <a href="https://omeka.org/s/" target="_blank">open-source system Omeka S</a>. The free publication system designed to create websites for GLAM collections is easy to install on a standard web hosting. It comes with a web interface for cataloging, many visual templates, and modules extending the functionality further. Via native Linked Open Data (LOD) export - your content will be available for the semantic web.</p>
<p>Integration with IIIF is available as a module - and perfectly integrates with above-mentioned services. We would be glad to assist you.</p>
</div>
</div>
<div class="row">
<div class="col12 padt-0 padb-6 center">
<h3>Download modules for</h3>
<p><a class="btn" href="https://github.com/klokantech/omeka-plugin-IIIF">Omeka 2</a>
<span class="padx-2">or</span> <a class="btn" href="https://github.com/klokantech/omeka-s-module-IIIFHosting">Omeka S</a></p>
<p><a href="https://www.klokantech.com/contact/#iiifhosting" target="_blank">Contact us</a> if you need assistance.</p>
</div>
</div>
</div>
<!-- <div id="technology" class="row bordertop-block">
<div class="col12 center padt-6">
<h1>Technology</h1>
<p class="bigger">IIIF is powered by open source technologies
with the full support of open standards.<br>
Our company actively contributes to most of them.</p>
</div>
</div>
<div class="container">
<div class="row center padb-8">
<div class="col4">
<div class="border-gray pad-1 round techbox">
<h2>IIIFServer</h2>
<p>IIPImage is an advanced high-performance image server system
for web-based streamed viewing and zooming of ultra high-resolution
images. The system can comfortably handle gigapixel size images as
well as advanced image features such as 8, 16 and 32 bits per channel,
CIELAB colorimetric images and scientific imagery such as multispectral
images, image sequences and 3D surface topologies.</p>
</div>
<a class="btn-stroke-gray bg-white techbox-btn mary-3"
href="http://www.iiifserver.com" target="_blank">
Read more about IIIFServer
</a>
</div>
<div class="col4">
<div class="border-gray pad-1 round techbox">
<h2>IIIFViewer</h2>
<p>Fast mobile-ready viewer powered by OpenLayers 3. IIIF viewer from
Klokan Technologies is optimized for desktop and mobile devices
(iOS, Android), is open-source, free to use and has, compared to
other viewers, the following extra features:</p>
<ul class="text-left marx-6">
<li>Rotation on client side</li>
<li>Drawing tools</li>
<li>WebGL accelerated</li>
</ul>
</div>
<a href="https://github.com/klokantech/iiifviewer"
class="btn-stroke-gray bg-white techbox-btn mary-3" target="_blank">
View on github
<img class="octocat" src="{{site.baseurl}}img/GitHub-Mark-32px.png" alt="Github">
</a>
</div>
<div class="col4">
<div class="border-gray pad-1 round techbox">
<h2>Storage</h2>
<p class="padb-3">For storage of customer’s data are used Fujitsu ETERNUS DX80 S2
servers with Intel® Xeon® processor. These reliable and flexible
disk storage systems are located on the backhaul network.</p>
<img src="{{site.baseurl}}img/server.jpg" alt="Fujitsu" style="width: 80%;">
</div>
</div>
</div>
</div>-->
<div id="pricing" class="bordertop-block">
<div class="row padt-6">
<div class="col12 center padb-0">
<h1>Pricing</h1>
<p class="bigger marb-0">Storage capacity that perfectly fits to your project.</p>
</div>
</div>
<div class="row">
<div class="col10 offset1 borderbottom-block center padb-6 padt-0">
<p class="inline float-right">
Pay per
<b>year</b>
<span class="switch inline">
<input id="toggle-1" class="toggle toggle-round" type="checkbox">
<label for="toggle-1" class="top-8 marx-1"></label>
</span>
<b>month</b>
</p>
<table class="center screen-large">
<tr class="bg-gray-light b">
<td style="width: 14%;">Disk space</td>
<td style="width: 14%;" class="bigger">100 MB</td>
<td style="width: 14%;" class="bigger">5 GB</td>
<td style="width: 14%;" class="bigger">30 GB</td>
<td style="width: 14%;" class="bigger">100 GB</td>
<td style="width: 14%;" class="bigger">1 TB</td>
<td style="width: 14%;" class="bigger">2 TB</td>
</tr>
<tr>
<td class="b">No. images</td>
<td>5</td>
<td>100</td>
<td>5,000</td>
<td>50,000</td>
<td>500,000</td>
<td>1,000,000</td>
</tr>
<tr class="bg-gray-light strong">
<td>Price/month</td>
<td>Free</td>
<td><span class="plans-month">11</span><span class="plans-year"> 9</span> USD</td>
<td><span class="plans-month">83</span><span class="plans-year">69</span> USD</td>
<td><span class="plans-month">119</span><span class="plans-year">99</span> USD</td>
<td><span class="plans-month">239</span><span class="plans-year">199</span> USD</td>
<td><span class="plans-month">359</span><span class="plans-year">299</span> USD</td>
</tr>
</table>
<table class="center screen-mobile">
<tr class="bg-gray-light strong">
<td>Disk space</td><td>Price/month *</td>
</tr>
<tr><td class="bigger">30 GB</td><td>69 USD</td></tr>
<tr><td class="bigger">100 GB</td><td>99 USD</td></tr>
<tr><td class="bigger">1 TB</td><td>199 USD</td></tr>
<tr><td class="bigger">2 TB</td><td>299 USD</td></tr>
<tr><td class="bigger">3 TB</td><td>399 USD</td></tr>
</table>
<a href="https://admin.iiifhosting.com/"
class="btn-large mary-4" target="_blank">Try for free</a>
<p>Need an invoice to prepay the hosting for 5 years or more? Please
<a href="http://www.klokantech.com/contact/" target="_blank">contact us</a>.</p>
</div>
</div>
</div>
<div class="row">
<div class="col4 text-right pady-8">
<h3 class="padx-4">Used and trusted by</h3>
</div>
<div class="col8 pady-8">
<img class="desaturate mar-1" style="width: 220px" src="{{site.baseurl}}img/institutions/davidrumsey.png" alt="Britishlibrary logo">
<img class="desaturate mar-1" src="{{site.baseurl}}img/institutions/britishlibrary.png" alt="Britishlibrary logo">
<img class="desaturate mar-1" src="{{site.baseurl}}img/institutions/bmarchives.png" alt="Bmarchives logo">
<img class="desaturate mar-1" src="{{site.baseurl}}img/institutions/leiden.jpg" alt="Leiden logo">
</div>
</div>
<div class="row bg-gray-light borderbottom-block bordertop-block">
<div class="container">
<div class="col8 offset2 center pady-6">
<h2>About us</h2>
<p>This service was built with passion for online publishing
and applications of open-source software for <br>the cultural
heritage sector.
<a href="http://www.klokantech.com/">Klokan Technologies GmbH</a>
is a team of enthusiasts, who actively<br>
participate on various research and open-source projects
internationally.<br> For custom development of online applications,
just <a href="http://www.klokantech.com/contact/">contact us</a>.</p>
</div>
</div>
</div>
</div>
<script>
//slow scroll
function roll(to) {
var toEl = document.getElementById(to);
runScroll(window.scrollY, toEl.offsetTop);
}
function runScroll(from, to) {
if (from > to) {
var next = from - 50;
} else {
var next = from + 50;
}
if (Math.abs(to - from) <= 50) {
return;
}
window.scroll(0, next);
setTimeout(function() {
runScroll(next, to);
}, 10);
}
function decorateToogle() {
document.getElementById('toggle-1').addEventListener('change', function() {
var plsYear = document.querySelectorAll('.plans-year');
var plsMonth = document.querySelectorAll('.plans-month');
plsYear.forEach(function(el) {
el.style.display = (this.checked) ? 'none' : 'inline';
}.bind(this));
plsMonth.forEach(function(el) {
el.style.display = (this.checked) ? 'inline' : 'none';
}.bind(this));
});
}
decorateToogle();
</script>
<script src="/js/uploader.js"></script>
<script src="https://www.driveuploader.com/upload/iPl9KqGeWo/embed.js?callback=du_cb"></script>