-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·409 lines (313 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>AGPT</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('./img/background0.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#motivation">Motivation</a></li>
<li><a href="#aim">Aim</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#methodology">Methodology</a></li>
<li><a href="#showcases">Showcases</a></li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- home wrapper -->
<div class="home-wrapper">
<div class="container">
<div class="row">
<!-- home content -->
<div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text">Automatic Graph Preview Tool for Online Datasets</h1>
<p class="white-text">Student: Fang Fei <br> Supervisor: Dr. Loretta Y.K. Choi<br> Department of Computer Science, The University of Hong Kong
</p>
<button class="main-btn"><a style="color: white" href="#motivation">Learn more</a></button>
</div>
</div>
<!-- /home content -->
</div>
</div>
</div>
<!-- /home wrapper -->
</header>
<!-- /Header -->
<!-- About -->
<div id="motivation" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Motivation</h2>
</div>
<!-- /Section header -->
<div class="col-md-6 col-md-offset-3">
<p>○ Open data is a foundational technology for smart city.</p>
<p>○ Open data portals aim to increase citizen participation in government.</p>
<b style="color: black; line-height: 45px;">Existing Problems: </b>
<div class="feature">
<i class="fa fa-times"></i>
<p> No or poor data preview functionality.</p>
</div>
<div class="feature">
<i class="fa fa-times"></i>
<p> Gaining insights from data files is time consuming. </p>
</div>
<div class="feature">
<i class="fa fa-times"></i>
<p> Existing visualization tools have a steep learning curve.</p>
</div>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About -->
<!-- Testimonial -->
<div id="aim" class="section md-padding">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('./img/background3.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Testimonial slider -->
<div class="col-md-10 col-md-offset-1">
<!-- testimonial -->
<div class="testimonial">
<h2 class="white-text">Aim</h3>
<p class="white-text" style="font-size: 18px;">The main purpose of this project is to develop an Automatic Graph Preview Tool (AGPT), designed for open data portals like data.gov.hk, to provide a first glance at data from online datasets in a proper and easy-to-use manner.</p>
</div>
<!-- /testimonial -->
</div>
<!-- /Testimonial slider -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Testimonial -->
<!-- Portfolio -->
<div id="features" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Features</h2>
</div>
<!-- /Section header -->
<!-- Work -->
<div class="col-md-6 col-xs-6 work" style="background: white; height: 425px;">
<img class="img-responsive" src="./img/feature1.png" alt="">
</div>
<!-- /Work -->
<!-- Work -->
<div class="col-md-6 col-xs-6 work" style="background: white; height: 425px;">
<img class="img-responsive" src="./img/feature2.png" alt="">
</div>
<!-- /Work -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Portfolio -->
<!-- Service -->
<div id="methodology" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Recommendation Process</h2>
</div>
<!-- /Section header -->
<div class="col-md-9 col-md-offset-2">
<p>AGPT is empowered by a Hybrid Recommender, which suggests both what data to visualize (data query recommendations) and how to visualize it (visual encoding recommendations).</p>
<div class="col-md-11" style="padding-top: 20px;">
<img class="img-responsive" src="./img/method1.png" alt="">
</div>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Service -->
<!-- Why Choose Us -->
<div id="features" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Construction of Diagrams</h2>
</div>
<!-- /Section header -->
<div class="col-md-9 col-md-offset-2">
<p>In AGPT, a diagram is defined by its Mark Type, Coordinate and Visual Variables. The Visual Variables include Positional Variables and Retinal Variables. The number of possible constructions of diagrams increases with the number of data fields needed
to be encoded. </p>
<div class="col-md-11" style="padding-top: 20px;">
<img class="img-responsive" src="./img/method2.png" alt="">
</div>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Why Choose Us -->
<!-- Blog -->
<div id="showcases" class="section md-padding bg-white">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Showcases</h2>
</div>
<!-- /Section header -->
<!-- blog -->
<div class="col-md-4">
<div class="blog">
<div class="blog-img">
<img class="img-responsive" src="./img/showcase1.png" alt="">
</div>
<div class="blog-content">
<h3 class="text-center">One-click visualization</h3>
</div>
</div>
</div>
<!-- /blog -->
<!-- blog -->
<div class="col-md-4">
<div class="blog">
<div class="blog-img">
<img class="img-responsive" src="./img/showcase2.png" alt="">
</div>
<div class="blog-content">
<h3 class="text-center">Alternative diagram designs</h3>
</div>
</div>
</div>
<!-- /blog -->
<!-- blog -->
<div class="col-md-4">
<div class="blog">
<div class="blog-img">
<img class="img-responsive" src="./img/showcase3.png" alt="">
</div>
<div class="blog-content">
<h3 class="text-center">Field Selection</h3>
</div>
</div>
</div>
<!-- /blog -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Blog -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer copyright -->
<div class="footer-copyright">
<p>Copyright © 2017. All Rights Reserved. Designed by <a href="https://colorlib.com" target="_blank">Colorlib</a></p>
</div>
<!-- /footer copyright -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader -->
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>