-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·399 lines (353 loc) · 15.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>VisPilot</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" >
<!-- Font -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="css/slicknav.css">
<!-- Owl carousel -->
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Extras Style -->
<link rel="stylesheet" type="text/css" href="css/extras.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<!-- <script type="text/javascript" src="https://data-people.cs.illinois.edu/papers.json"></script> -->
<script type="text/javascript" src="entities.js"></script>
<script type="text/javascript" src="display_papers.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
</button>
<a href="index.html" class="navbar-brand"><img src="img/logo.png" alt="" style="width:500px;height:60px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item active">
<a class="nav-link" href="#sliders">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Features">
Features
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Examples">
Example
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Publications">
Publications
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">
Team
</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu navbar-nav">
<li>
<a class="page-scroll" href="#sliders">
Home
</a>
</li>
<li>
<a class="page-scroll" href="#Features">
Features
</a>
</li>
<li>
<a class="page-scroll" href="#Examples">
Examples
</a>
</li>
<li>
<a class="page-scroll" href="#Publications">
Publications
</a>
</li>
<li>
<a class="page-scroll" href="#team">
Team
</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<!-- sliders -->
<div id="sliders">
<div class="full-width">
<!-- light slider -->
<div id="light-slider" class="carousel slide">
<div id="carousel-area">
<div id="carousel-slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="img/slider/bg.jpg" alt="">
<div class="carousel-caption" style="top: 20%">
<h3 class="slide-title animated fadeInDown"><span>VisPilot</span></h3>
<h5 class="slide-text animated fadeIn" style="margin-top: 10px; font-size: 16px;">A common operation during this exploration is drill-down.<br> However, drill-downs could lead to inductive fallacies. <br> We present <i><b>VisPilot</b></i>, an <i><b>accelerated</b></i> visual data exploration tool.<br> It will guide analysts through the <i><b>key insights</b></i> in a dataset, while avoiding <i><b>drill-down fallacies</b></i>.</h5>
<a href="https://github.com/zenvisage/vispilot" class="btn btn-lg btn-border animated fadeInUp"><span class="fa fa-github"></span>Get Started</a>
<a href="#" class="btn btn-lg btn-border animated fadeInUp"><span class="fa fa-desktop"></span>Live Demo</a>
<a href="file:///Users/Huizi/Research/vispilot/html/index.html" class="btn btn-lg btn-border animated fadeInUp"><span class="fa fa-book"></span>Documentation</a>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-slider" role="button" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="carousel-control-next" href="#carousel-slider" role="button" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End sliders -->
</header>
<!-- Header Area wrapper End -->
<!-- Features Section Start -->
<div id="Features" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Features</h2>
</div>
</div>
<div class="row">
<!-- Start Service Icon 1 -->
<div class="col-md-2 col-lg-3 col-xs-12">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-bar-chart"></i>
</div>
<div class="service-content">
<h4><a>Interesting Visualizations</a></h4>
<p>
VisPilot helps analysts discover interesting visualizations, understand attribute importance, and predict unseen visualizations better than other multidimensional data analysis baselines.
</p>
</div>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 2 -->
<div class="col-md-2 col-lg-3 col-xs-12">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-cubes"></i>
</div>
<div class="service-content">
<h4><a >Clear Design</a></h4>
<p>
There are only a few Buttons! Specify the dataset name, x-axis value, y-axis value and the number of visualizations you want, we'll do the rest for you.
</p>
</div>
</div>
</div>
<!-- End Service Icon 2 -->
<!-- Start Service Icon 3 -->
<div class="col-md-2 col-lg-3 col-xs-12">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-tachometer"></i>
</div>
<div class="service-content">
<h4><a>Fast Operation</a></h4>
<p>
It might take a while only when you run a dataset for the first time. After that, if you run on the same dataset or expand on the current one, the dashboard will be generated immediately.
</p>
</div>
</div>
</div>
<!-- End Service Icon 3 -->
<!-- Start Service Icon 4 -->
<div class="col-md-2 col-lg-3 col-xs-12">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-magic"></i>
</div>
<div class="service-content">
<h4><a >Advanced Features</a></h4>
<p>
[Comming soon] You will be able to upload your own dataset and explore it using VisPilot!
</p>
</div>
</div>
</div>
<!-- End Service Icon 4 -->
</div>
</div>
</div>
<!-- Features Section End -->
<!-- Services Section Start -->
<section id="Examples" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Example</h2>
</div>
</div>
<!-- sliders -->
<div id="sliders">
<div class="full-width">
<!-- light slider -->
<div id="light-slider" class="carousel slide">
<div id="carousel-area">
<div id="carousel-slider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-slider" data-slide-to="0" class="active"></li>
<li data-target="#carousel-slider" data-slide-to="1"></li>
<li data-target="#carousel-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="img/slider/bg-1.jpg" alt="">
<div class="carousel-caption">
<h5 class="slide-text animated fadeIn">Fill in the boxes on the top and click Submit to draw the dashboard.<br> You can zoom in or zoom out as you like.</h5>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/bg-2.jpg" alt="">
<div class="carousel-caption">
<h5 class="slide-text animated fadeIn">Click on any node and fill in the number of expanding node you want to expand on the current node. You'll recieve a warning if there's no more node that can be expanded on this one. </h5>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/bg-3.jpg" alt="">
<div class="carousel-caption">
<h5 class="slide-text animated fadeIn">Hover on any node to show the subpopulation on current node. The gradient of the boder color indicates the subpopulation percentage compared to the root node.</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-slider" role="button" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="carousel-control-next" href="#carousel-slider" role="button" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End sliders -->
</div>
</section>
<!-- Services Section End -->
<!-- Paper Section Start -->
<div id="Publications" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Publications</h2>
</div>
</div>
<div class="container">
<script type="text/javascript">
display_papers(["vispilot"], true, 10);
</script>
</div>
</div>
</div>
<!-- Paper Section End -->
<!-- Team Section Start -->
<div id="team" class="team-members-tow section-padding">
<div class="row">
<div class="col-md-12">
<h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Our Team</h2>
</div>
</div>
<div class="container">
<p> VisPilot is being developed by a team of undergraduate and graduate students headed by Professor <a href="http://data-people.cs.illinois.edu"><font color="#3498DB">Aditya Parameswaran</font></a> . The current list of contributors includes Doris Lee, Himel Dev, Huizi Hu, and Hazem Elmeleegy. </p>
<p> Please reach out to <a href="http://dorisjunglinlee.com/"><font color="#3498DB">Doris Lee</font></a> if you'd like to either contribute or be a beta tester of VisPilot! </p>
</div>
</div>
<!-- Team Section End -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-12">
<p class="copyright-text">All copyrights reserved © 2018
</p>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<ul class="nav nav-inline justify-content-end ">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sitemap</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Privacy Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Terms of services</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Copyright End-->
</footer>
<!-- Footer Section End-->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="fa fa-arrow-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>