-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
389 lines (369 loc) · 15.5 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
<!DOCTYPE html>
<!-- saved from url=(0049)https://getbootstrap.com/docs/4.4/examples/album/ -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta
name="author"
content="Mark Otto, Jacob Thornton, and Bootstrap contributors"
/>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="adapted by" content="Ziyi Liu"/>
<title>Automatic Map Storytelling Demo</title>
<link
rel="canonical"
href="https://getbootstrap.com/docs/4.4/examples/album/"
/>
<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<!-- Favicons -->
<meta
name="msapplication-config"
content="/docs/4.4/assets/img/favicons/browserconfig.xml"
/>
<meta name="theme-color" content="#563d7c" />
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
</head>
<body cz-shortcut-listen="true">
<div id="top"></div>
<header>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-white">About</h4>
<p class="text-muted">
This live demo utilizes the CLIP model to analyze uploaded map images and OpenAI's GPT-3.5 model to generate relevant descriptions as storytelling.
</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Further Resources</h4>
<ul class="list-unstyled">
<li>
<a
href="https://arxiv.org/abs/2410.15780"
class="text-white"
>Read Our Paper</a
>
</li>
<li>
<a
href="https://github.com/claudaff/automatic-map-storytelling"
class="text-white"
>View Our Code</a
>
</li>
<li>
<a
href="mailto:[email protected]"
class="text-white"
>Contact Us</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container d-flex justify-content-between">
<div class="navbar-brand d-flex align-items-center">
<strong>Automatic Map Storytelling Demo</strong>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarHeader"
aria-controls="navbarHeader"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<iframe src="https://zy-hugging-face-automatic-map-storytelling-demo.hf.space" frameborder="0" width=100% height="800"></iframe>
<main role="main">
<section class="jumbotron text-center" style="padding: 20px 0; margin-bottom: 0;">
<div class="container">
<h1 style="font-size: 36px;">Map example</h1>
<p class="lead text-muted" style="font-size: 17px;">
We provide a selection of example maps that users can download and explore using our demo to see the results. These results can be compared with the information provided in the associated metadata. These maps are sourced from the <a href="https://www.davidrumsey.com/" target="_blank">David Rumsey Map Collection</a>.<br>
</p>
<p class="lead text-muted" style="font-size: 14px;">
<strong>Note:</strong> The provided download link may not directly offer images in JPG format. We recommend saving images directly from the web page for immediate use in JPG format.
</p>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\L'Italie Divisee en ses Estats.6138955846119623145\10022078.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Topographic<br>
Date: 1729 (18th century)<br>
Area: Italy<br>
Style: Hand-colored with pictorial relief and decorative elements<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/162/10022078.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\The Philatelic Institutes Stamp Map of the world4728765587625033473\8618000.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Pictorial<br>
Area: World<br>
Topic: Maps<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/136/8618000.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\World News of the Week _ Monday, June 1, 1942.5381006863540693553\14101000.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Pictorial<br>
Area: World<br>
Topic: News during WW2<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/190/14101000.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\Armour Food Source Map.6569197825011726840\8671001.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Pictorial<br>
Area: United States<br>
Topic: Food and agriculture<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/162/8671001.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\Eastern Hemisphere, Map of the World on a Globula2254026743732291431\15294000.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Topographic<br>
Date: 1799 (18th century)<br>
Area: Eastern Hemisphere<br>
Style: Hand-colored<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/199/15294000.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\Air France. Reseau Aerien Postal.3547413739998729141\8503000.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Pictorial<br>
Area: World<br>
Topic: Flight network<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/D5005/8503000.sid" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\Griechenland und die Ionischen Inseln.1724727169006698533\12206066.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Topographic<br>
Date: 1846 (19th century)<br>
Area: Greece<br>
Style: Hand-colored<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/179/12206066.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img src="TestMapsDemo\Klein-Asien Syrien Armenien, Kurdistan Mes6433895202840773068\0960097.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Topographic<br>
Date: 1873 (19th century)<br>
Area: Asia Minor<br>
Style: Hand-colored<br>
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/D5005/0960097.sid" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<!-- <svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice"
focusable="false"
role="img"
aria-label="Placeholder: Thumbnail"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
<text x="50%" y="50%" fill="#eceeef" dy=".3em">
Thumbnail
</text>
</svg> -->
<img src="TestMapsDemo\Egypt5183642015873277691\15054064.jpg" class="bd-placeholder-img card-img-top" alt="Card Image">
<div class="card-body">
<p class="card-text">
Map type: Topographic<br>
Date: 1804 (19th century)<br>
Area: Egypt<br>
Style: Hand colored with decorative elements and pictorial relief
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<a href="https://www.davidrumsey.com/rumsey/download.pl?image=/199/15054064.jp2" class="btn btn-sm btn-outline-secondary" download="download_filename.ext">
Download
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<a href="#top">Back to top</a>
</p>
<p>
© 2024 by authors of paper: <a href=https://arxiv.org/abs/2410.15780>arXiv</a>. All rights reserved.
</p>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
</body>
<div id="slickdeals" data-initialized="1"></div>
</html>