-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·238 lines (214 loc) · 8.76 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
<!DOCTYPE html
><html lang="en">
<head>
<title>Data Visualisation for Sensemaking</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/my-style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- google analytics -->
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96019279-1', 'auto');
ga('send', 'pageview');
</script> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96019279-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-96019279-1');
</script>
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><em>vis</em><span style="color: blue">4</span><span style="font-weight: bolder">sense</span></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Projects</a></li>
<!-- <li class="dropdown">
<a id="myDropdown" class="dropdown-toggle" data-toggle="dropdown" href="#portfolio">Projects<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/sensemap/">SenseMap</a></li>
<li><a href="/sensepath/">SensePath</a></li>
<li><a href="/vast2014mc3/">SAVI</a></li>
<li><a href="/timesets/">TimeSets</a></li>
</ul>
</li> -->
<li><a href="#contact">Contact</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div>
</div>
</nav>
<!-- header -->
<div class="jumbotron text-center">
<h1>Data Visualization for Sensemaking</h1>
</div>
<!-- about -->
<div id="about" class="container-fluid bg-grey">
<div class="col-sm-6">
<h2>What is sensemaking?</h2>
<ul>
<li>It is the process that people make sense of data.</li>
<li>It is differnet from data analysis, which usually relies on tools such as Excel, R, and Tableau.</li>
<li>Sensemaking covers the entire process from collecting data, organising findings, forming hypothesis, and sharing the outcomes and analysis process.</li>
</ul>
<h2>The <em>vis</em><span style="color: blue">4</span><span style="font-weight: bolder">sense</span> research group</h2>
<ul>
<li>A leading group on supporting sensemaking with data visualisation.</li>
<li>Specialise in bespoke visual analytic system for complex Sensemaking tasks.</li>
<li>Successfully delivered many Research & Development projects for a wide range of clients</li>
</ul>
</div>
<div class="col-sm-6">
<h2>Overview</h2>
<p><a href="https://speakerdeck.com/sensemap/making-sense-of-big-data-with-visual-analytics" target="_blank">Presentation slides </a>(@speakerdeck.com)</p>
<p>Presentation recording (43 minutes)</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DvbJY7FwF4A" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- portfolio -->
<div id="portfolio" class="container-fluid text-center">
<h2>Projects</h2>
<div class="row text-center">
<div class="col-sm-6">
<div class="thumbnail">
<a href="sensemap/index.html"><img src="sensemap/sensemap.jpg" alt="sensemap"></a>
<a href="sensemap/index.html"><h3>SenseMap</h3></a>
<li>Supporting Browser-Based Sensemaking through Analytic Provenance</p>
<p>Make everyday sensemaking tasks, such as finding the best camera, more efficient and less frustrating.</p>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="sensepath/index.html"><img src="sensepath/teaser.png" alt="sensepath"></a>
<a href="sensepath/index.html"><h3>SensePath</h3></a>
<p>Understanding the Sensemaking Process through Analytic Provenance</p>
<p>Transcription and coding no longer takes days or weeks, so you can have time for the actual research.</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-sm-6">
<div class="thumbnail">
<a href="vast2014mc3/index.html"><img src="vast2014mc3/savi-timeline.png" alt="savi"></a>
<a href="vast2014mc3/index.html"><h3>SAVI: Social Analytics VIsualisation</h3></a>
<p>Visual Analysis of Streaming Data</p>
<p>Social media analysis made easier.</p>
<p >Honourable mention at <a href="http://www.vacommunity.org\/VAST+Challenge+2014%3A+Mini-Challenge+3" targe<a href="\sensepath\" target="_blank">VAST Challenge 2014 MC3</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="timesets/index.html"><img src="timesets/timesets-cia.png" alt="timeset"></a>
<a href="timesets/index.html"><h3>TimeSet</h3></a>
<p>Timeline Visualization with Set Relations</p>
<p>Track a person/organisation and see who is interacting with whom</p>
</div>
</div>
</div>
</div>
<!-- contact -->
<div id="contact" class="container-fluid bg-grey">
<h2 class="text-center">Contact</h2>
<div class="row text-center">
<div class="col-sm-4">
<p><span class="glyphicon glyphicon-map-marker"></span> London, UK</p>
</div>
<div class="col-sm-4">
<p><span class="glyphicon glyphicon-phone"></span> +44 20 8411 5510</p>
</div>
<div class="col-sm-4">
<p><span class="glyphicon glyphicon-envelope"></span><a href="mailto:[email protected]"> [email protected]</a></p>
</div>
</div>
<!-- map -->
<div class="text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4957.663947060628!2d-0.2331335859927968!3d51.58964282545356!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487610d0bfe1cbd5%3A0xc77fb0644d5c7491!2sLondon+NW4+4BT!5e0!3m2!1sen!2suk!4v1485385763768" width="1000" height="400" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<!-- team -->
<div id="team" class="container-fluid text-center">
<h2>The Team</h2>
<br>
<div class="row">
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/xu-kai.jpg">
<h3>Dr Kai Xu</h3>
<p>Associate Professor in Data Analytics, Middlesex University</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/phong.jpeg">
<h3>Phong Hai Nguyen</h3>
<p>Lead developer, PhD</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/saminu.jpg">
<h3>Saminu Salisu</h3>
<p>Front-end developer, PhD</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/junayed.jpg">
<h3>Junayed Islam</h3>
<p>Machine learning, PhD</p>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/amit.png">
<h3>Amit Pandey</h3>
<p>Data Science, MSc</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/shaz.jpeg">
<h3>Shahzaib Khan</h3>
<p>Back-end developer, Intern</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/head-men.png">
<h3>Humzah Javid</h3>
<p>Front-end developer, Intern</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/reday2.jpeg">
<h3>Reday Yahya</h3>
<p>Back-end developer, Intern</p>
</div>
<div class="row">
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/head-men.png">
<h3>Saleem Adat</h3>
<p>Full-stack developer, Intern</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/vaidehi.jpeg">
<h3>Vaidehi Gupta</h3>
<p>Machine learning, Intern</p>
</div>
<div class="col-sm-3">
<img class="img-circle img-responsive" src="img/aiman.jpeg">
<h3>Aiman Fatima</h3>
<p>Machine learning, Intern</p>
</div>
</div>
</div>
</div>
</body>
</html>