-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-old.html
executable file
·336 lines (275 loc) · 12.3 KB
/
index-old.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
<!-- FlatFy Theme - Andrea Galanti /-->
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>
<html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>
<html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]>
<html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Flatfy Free Flat and Responsive HTML5 Template ">
<meta name="Kai Xu" content="vis4sense.github.io">
<title>Data Visualization for Sensemaking - Middlesex University, London, UK</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Google Web Font -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>
<!-- Custom CSS-->
<link href="css/general.css" rel="stylesheet">
<!-- Owl-Carousel -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/style2.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<script src="js/modernizr-2.8.3.min.js"></script>
<!-- Modernizr /-->
<!--[if IE 9]>
<script src="js/PIE_IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/PIE_IE678.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body id="home">
<!-- Preloader -->
<!--
<div id="preloader">
<div id="status"></div>
</div>
-->
<!-- NavBar-->
<nav class="navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> -->
<a class="navbar-brand" href="#home">vis<span style="color: red">4</span><span style="font-weight: bolder">sense</span></a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="menuItem"><a href="#about">About</a></li>
<li class="menuItem"><a href="#projects">Projects</a></li>
<li class="menuItem"><a href="#people">People</a></li>
<li class="menuItem"><a href="#people">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- About -->
<div id="about" class="content-section-c" style="border:0; color:white">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInDown text-center">
<h1 class="h1_home wow fadeIn" data-wow-delay="0.4s">Data Visualization for Sensemaking</h1>
<h3 class="h3_home wow fadeIn" data-wow-delay="0.6s">Middlesex University, London, UK</h3>
<p class="lead">What is sensemaking? It is the process that people make sense of data, usually with the help of some tools such as Excel, R, and Tableau.</p>
<p class="lead">Different from these data analysis tools, a sensemaking tool help users to collect data, organise findings, form hypothesis, and share analysis process.</p>
<p class="lead">We focus on designing such sensemaking tools that are based on data visualisation.</p>
</div>
</div>
</div>
</div>
<!-- Projects -->
<!-- SenseMap -->
<div id="projects" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-6 pull-right wow fadeInRightBig">
<a href="/sensemap/">
<img class="img-responsive" src="/sensemap/sensemap.jpg" alt="">
</a>
</div>
<div class="col-sm-6 wow fadeInLeftBig" data-animation-delay="200">
<h3 class="section-heading">SenseMap</h3>
<div class="sub-title lead3">Supporting Browser-Based Sensemaking through Analytic
Provenance
</div>
<p class="lead">
Make everyday sensemaking tasks, such as finding the best camera, more efficient and less frustrating.
</p>
<p><a class="btn btn-embossed btn-primary" href="\sensemap\" role="button">Details</a>
<a class="btn btn-embossed btn-info" target="_blank" href="https://chrome.google.com/webstore/detail/sensemap/agljnpanahlilmpipaeflmnjkiiecfjb" role="button">Chrome extension</a></p>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- SensePath -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig">
<!-- <div id="owl-demo-2" class="owl-carousel">-->
<a href="http://vis4sense.github.io/sensepath/index.html">
<!-- <div class="item">-->
<img class="img-responsive img-rounded"
src="/sensepath/teaser.png" alt="">
<!-- </div>-->
</a>
<!-- </div>-->
</div>
<div class="col-sm-6 wow fadeInRightBig" data-animation-delay="200">
<h3 class="section-heading">SensePath</h3>
<div class="sub-title lead3">Understanding the Sensemaking Process through Analytic
Provenance
</div>
<p class="lead">
Transcription and coding no longer takes days or weeks, so you can have time for the actual research.
</p>
<p><a class="btn btn-embossed btn-primary" href="/sensepath/" role="button">Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="https://chrome.google.com/webstore/detail/sensepath/dfdhiidbggkijecneejnnmbfenenkmnk" role="button">Chrome extension</a></p>
</div>
</div>
</div>
</div>
<!-- SAVI -->
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-6 wow pull-right fadeInRightBig">
<a href="/vast2014mc3/">
<img class="img-responsive img-rounded" src="/img/savi-timeline.png" alt="">
</a>
</div>
<div class="col-sm-6 wow fadeInLeftBig" data-animation-delay="200">
<h3 class="section-heading">SAVI and SenseMAP</h3>
<div class="sub-title lead3">isual Analysis of Streaming Data with SAVI and SenseMAP
</div>
<p class="lead">
Social Analytics VIsualiszation (SAVI) and Sense Making with Analytic Provenance (SenseMAP): Social media analysis made easier. Honourable mention at VAST Challenge 2014 MC3.
</p>
<p><a class="btn btn-embossed btn-primary" href="/vast2014mc3/" role="button">Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="http://bigdata.mdx.ac.uk:443/mc3" role="button">Online demo</a></p>
</div>
</div>
</div>
</div>
<!-- TimeSets -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig">
<!-- <div id="owl-demo-1" class="owl-carousel">-->
<a href="/timesets/" class="image-link">
<img class="img-responsive" src="/img/timesets-cia.png" alt="timeset-cia-leak">
</a>
<!-- </div>-->
</div>
<div class="col-sm-6 wow fadeInRightBig" data-animation-delay="200">
<h3 class="section-heading">TimeSets</h3>
<div class="sub-title lead3">Timeline Visualization with Set Relations
</div>
<p class="lead">
Timeline visualization with sets, so you can easily track a person/organisation and see who is interacting with whom.
</p>
<p><a class="btn btn-embossed btn-primary" href="/timesets/" role="button">Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="/timesets/demo/index.html" role="button">Online demo</a></p>
</div>
</div>
</div>
</div>
<!-- people -->
<div id="people" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>People</h2>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<img class="img-circle img-responsive" src="img/xu-kai.jpg">
</div>
<div class="col-md-8 box-ct">
<h3> Dr Kai Xu </h3>
<p> Team leader <br>
Associate Professor in Data Analytics <br>
Middlesex University <br>
<a href="mailto:[email protected]">[email protected]</a> <br>
<a href="https://kaixu.me" target="_blank">https://kaixu.me</a>
</p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<img class="img-circle img-responsive" src="\img\phong.jpeg">
</div>
<div class="col-md-8 box-ct">
<h3> Phong Hai Nguyen </h3>
<p> Lead developer <br>
PhD student <br>
Middlesex University <br>
</p>
</div>
</div>
</div>
</div>
<div class="row tworow">
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<img class="img-circle img-responsive" src="\img\saminu.jpg">
</div>
<div class="col-md-8 box-ct">
<h3> Saminu Salisu </h3>
<p> Research Assistant <br>
Middlesex University <br>
[email protected] <br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
`
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/script.js"></script>
<!-- StikyMenu -->
<script src="js/stickUp.min.js"></script>
<script type="text/javascript">
jQuery(function ($) {
$(document).ready(function () {
$('.navbar-default').stickUp();
});
});
</script>
<!-- Smoothscroll -->
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="js/classie.js"></script>
<script src="js/uiMorphingButton_inflow.js"></script>
<!-- Magnific Popup core JS file -->
<script src="js/jquery.magnific-popup.js"></script>
</body>
</html>