-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogram.html
More file actions
317 lines (285 loc) · 15.1 KB
/
program.html
File metadata and controls
317 lines (285 loc) · 15.1 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>DAVA15</title>
<link rel="shortcut icon" type="image/x-icon" href="style/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/css/ie7.css" media="all" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
<![endif]-->
<script type="text/javascript" src="style/js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="style/js/jquery.jcarousel.js"></script>
<script type="text/javascript" src="style/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="style/js/carousel.js"></script>
<script type="text/javascript" src="style/js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="style/js/jquery.masonry.min.js"></script>
<script type="text/javascript" src="style/js/jquery.slickforms.js"></script>
<style type="text/css">
.member{
font-family: 'Amaranth', sans-serif;
color: #4a4a4a;
font-weight: normal;
margin: 0 0 0 0;
font-size: 18px;
/*line-height: 1px;*/
padding-left: 20px;
}
.name{
width: 100%;
line-height: 150%;
}
.danwei{
/*position:relative;*/
top:1px;
left:0px;
width: 100%;
line-height: 150%;
font-size: 16px;
font-family: sans-serif;
margin-bottom: 10px;
}
h1{
margin-top: 30px;
}
</style>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Sidebar -->
<div id="sidebar">
<div id="logo">
<a href="program.html"><img src="style/images/logo.png" alt="Caprice" /></a>
</div>
<!-- Begin Menu -->
<div id="menu" class="menu-v">
<ul>
<li>
<a href="index.html">Welcome</a>
</li>
<li>
<a href="program.html" class="active">Program</a>
</li>
<li>
<a href="organizer.html">Workshop Organizers</a>
</li>
<!--
<li>
<a href="boardMember.html">Advisory Board Member</a>
</li>
-->
<li>
<a href="committeeMember.html">Technical Program Committee Member</a>
</li>
<li>
<a href="speaker.html">Keynote Speaker</a>
</li>
<li>
<a href="submission.html">Submission</a>
</li>
<li>
<a href="schedule.html">Time Schedule</a>
</li>
<li>
<a href="contact.html">Contacts</a>
</li>
<li>
<div>
<a href="http://www.iscas.ac.cn/"><img src="style/images/iscas.png" style="margin-left: -17px"/></a>
</div>
<div>
<a href="http://www.asu.edu/"><img src="style/images/asu.png" style="margin-left: -17px"/></a>
</div>
<div>
<a href="http://www.research.ibm.com/"><img src="style/images/IBM.png" style="margin-left: -17px"/></a>
</div>
</li>
</ul>
</div>
<!-- End Menu -->
</div>
<!-- End Sidebar -->
<!-- Begin Content -->
<div id="content">
<img style="width:100%; height:100%;" src="style/images/DAVA-program-01.jpg" />
<h1 class="title" style="text-align:center;">Workshop on DAta mining meets Visual Analytics at big data era (DAVA’15)</h1>
<h4 style="text-align:center;">Hanghang Tong, Lei Shi, Cody Dunne, Charu Aggarwal</h4>
<h4 style="text-align:center;font-style: italic">Room Lincoln, Bally's Atlantic City Hotel, 2:00pm~5:30pm, Nov. 14, 2015</h4>
<h4>The world is awash with big data now – we are generating ten exabytes of data in a variety
of different forms every day. In this wave, there is a trend to integrate the data mining
methods with interactive visualizations to advance the so-called visual analytics (VA) technology.
Various aspects of the data mining method need to be inspected, justified, organized and evaluated
for a successful VA system. This workshop will bring together interdisciplinary researchers from
academy, labs and practice to share, exchange, learn, develop preliminary results, new concepts
and methodologies in applying data mining method to help advance the VA technology.</h4>
<table class="MsoNormalTable" style="border-collapse:collapse;width:700px;">
<tbody>
<tr>
<td style="border:1pt outset windowtext;" valign="center" width="81">
<h4>2:00 - 3:30</h4>
</td>
<td style="border:1pt outset windowtext;" valign="center" width="336">
<h1 class="title">Keynote Talk Session 1 (Chair: Hanghang Tong)</h1>
<h1 class="title">Visual and User Centered Algorithm Design</h1>
<h4 style="font-style: italic">Stephen North</h4>
<h1 class="title">Visual Data Science for Urban Data</h1>
<h4 style="font-style: italic">Claudio T. Silva</h4>
</td>
</tr>
<tr>
<td style="border:0.7500pt outset windowtext;" valign="center" width="81">
<h4>3:30 - 3:45</h4>
</td>
<td style="border:0.7500pt outset windowtext;" valign="center" width="336">
<h1 class="title">DAVA Paper Session 1 (Chair: Hanghang Tong)</h1>
<h1 class="title">Block-Organized Topology Visualization for Visual
<br>Exploration of Signed Networks</h1>
<h4 style="font-style: italic">Xianlin Hu, Leting Wu, Aidong Lu, Xintao Wu</h4>
</td>
</tr>
<tr>
<td style="border:0.7500pt outset windowtext;" valign="center" width="81">
<h4>3:45 - 4:00</h4>
</td>
<td style="border:0.7500pt outset windowtext;" valign="center" width="336">
<h4>Coffee break</h4>
</td>
</tr>
<tr>
<td style="border:0.7500pt outset windowtext;" valign="center" width="81">
<h4>4:00 - 4:45</h4>
</td>
<td style="border:0.7500pt outset windowtext;" valign="center" width="336">
<h1 class="title">Keynote Talk 2 (Chair: Lei Shi)</h1>
<h1 class="title">Metric Embedding for Large Graphs</h1>
<h4 style="font-style: italic">Yifan Hu</h4>
</td>
</tr>
<tr>
<td style="border:0.7500pt outset windowtext;" valign="center" width="81">
<h4>4:45 - 5:30</h4>
</td>
<td style="border:0.7500pt outset windowtext;" valign="center" width="336">
<h1 class="title">DAVA Paper Session 2 (Chair: Lei Shi)</h1>
<h1 class="title">Multi-Sensor Visual Analytics supported by Machine
<br>-learning Models</h1>
<h4 style="font-style: italic">Geetika Sharma, Gautam Shroff, Aditeya Pandey, Brijendra Singh,
Gunjan Sehgal, Kaushal Paneri, Puneet Agarwal</h4>
<h1 class="title">Visual opinion analysis of threaded discussions</h1>
<h4 style="font-style: italic">Yang Chen</h4>
<h1 class="title">Fun in The Philippines: Automatic Identification and
<br>Sentiment Analysis of Tourism-related Tweets</h1>
<h4 style="font-style: italic">Kurt Junshean Espinosa, Julia Menchavez</h4>
<h1 class="title">OLAP Visual Analytics on Large Software Call Graphs
<br>with Hierarchical ChordMap</h1>
<h4 style="font-style: italic">Le Wang, Jiangtao Gong, Lei Shi</h4>
<h1 class="title">DAVA Best Paper Award Ceremony and Closing</h1>
</td>
</tr>
</tbody>
</table>
<h4>You can click <a href="DAVA_program.pdf">here</a> to download this program.</h4>
<h4>You can click <a href="http://lcs.ios.ac.cn/~shil/pic/DAVA_workshop_photo.zip">here</a> to download the workshop pictures.</h4>
<!--
<h2>Coming soon!</h2>
-->
<!--
<img src="style/images/poster.png" />
<h1 class="title">Session 1: Welcome and Keynote Session (8:00 - 10:00)</h1>
<h4>Chair: Lei Shi, Chinese Academy of Sciences</h4>
<h4>Room: Yi-Fu-Lou 114</h4>
<div class="line"> </div>
<div class="member">
<div class="name">Opening Remarks (8:00~8:30) </div>
</div>
<div class="member">
<div class="name">Keynote Speech: Graph Computing for Connected Big Data (8:30~10:00)</div>
<div class="danwei">Ching-Yung Lin, IBM T. J. Watson Research Center</div>
</div>
<h1 class="title">Coffee break at Yi-Fu-Lou Lobby (10:00 - 10:20)</h1>
<h1 class="title">Session 2: Architecture, SDN and Economics (10:20 - 12:20)</h1>
<h4>Chair: Sriram Chellappan, Missouri University of Science and Technology</h4>
<h4>Room: Yi-Fu-Lou 114</h4>
<div class="line"> </div>
<div class="member">
<div class="name" style="background: transparent url(style/images/jiangbei.png) no-repeat;"> CoSwitch: A Cooperative Switching Design for Software Defined Data Center Networking.(awarded best paper) </div>
<div class="danwei">Yue Zhang (IBM China Research Lab), Kai Zheng (IBM China Research Lab), Chengchen Hu (Xi'an Jiaotong University), Kai Chen (Hong Kong University of Science and Technology), Yi Wang (Tsinghua University) and Athanasios Vasilakos (Greece National Technical University of Athens)</div>
</div>
<div class="member">
<div class="name">On the Applicability of Software Defined Networking to Large Scale Networks</div>
<div class="danwei">Hongbin Luo (Beijing Jiaotong University), Jianbo Cui (Beijing Jiaotong University), Gong Cheng (Beijing Jiaotong University), Zhe Chen (Beijing Jiaotong University) and Hongke Zhang (Beijing Jiaotong University)</div>
</div>
<div class="member">
<div class="name">Using Global Research Infrastructure with Big Commercial Data: Modelling Consumer Behaviour in China</div>
<div class="danwei">Ashley Lloyd (The University of Edinburgh), Mario Antonioletti (The University of Edinburgh), Peggy Li (The University of Edinburgh) and Terence M Sloan (The University of Edinburgh)</div>
</div>
<div class="member">
<div class="name">Is More P2P Always Bad for ISPs? -- An Analysis of P2P and ISP Business Models</div>
<div class="danwei">Qi Liao (Central Michigan University), Zhen Li (Albion College) and Aaron Striegel (University of Notre Dame)</div>
</div>
<div class="member">
<div class="name">Scalable Area-based Hierarchical Control Plane for Software Defined Information Centric Networking</div>
<div class="danwei">Shuai Gao (Beijing Jiaotong University), Yujing Zeng (Beijing Jiaotong University) , Hongbin Luo (Beijing Jiaotong University) and Hongke Zhang (Beijing Jiaotong University)</div>
</div>
<div class="member">
<div class="name">Hippo: An Enhancement of Pipeline-aware In-memory Caching for HDFS (Short)</div>
<div class="danwei">Lan Wei (Institute of Software, Chinese Academy of Sciences), Wenbo Lian (Institute of Software, Chinese Academy of Sciences), Kuien Liu (Institute of Software, Chinese Academy of Sciences) and Yongji Wang (Institute of Software, Chinese Academy of Sciences)</div>
</div>
<h1 class="title">Lunch (San-hao-wu restaurant on campus, map will be provided at registration desk) (12:20 - 14:00)</h1>
<h1 class="title">Session 3: Traffic, Algorithm and Applications (14:00 - 15:40)</h1>
<h4>Chair: Qi Liao, Central Michigan University </h4>
<h4>Room: Yi-Fu-Lou 114</h4>
<div class="line"> </div>
<div class="member">
<div class="name">Benchmarking Big Data for Trip Recommendation</div>
<div class="danwei">Kuien Liu (Institute of Software, Chinese Academy of Sciences), Yaguang Li (Institute of Software, Chinese Academy of Sciences), Zhiming Ding (Institute of Software, Chinese Academy of Sciences), Shuo Shang (China University of Petroleum) and Kai Zheng (The University of Queensland)</div>
</div>
<div class="member">
<div class="name">An Analysis of BitTorrent Cross-Swarm Peer Participation and Geolocational Distribution (Short)</div>
<div class="danwei">Mark Scanlon (University College Dublin) and Huijie Shen (Fudan University)</div>
</div>
<div class="member">
<div class="name">Investigating the Fractal Nature of Individual User Netflow Data (Short)</div>
<div class="danwei">Levi Malott (Missouri University of Science and Technology) and Sriram Chellappan (Missouri University of Science and Technology)</div>
</div>
<div class="member">
<div class="name">MicroEye: Visual Summary of Microblogsphere from the Eye of Celebrities</div>
<div class="danwei">Qingsong Liu (Institute of Software, Chinese Academy of Sciences) and Yifan Hu (Yahoo Labs)</div>
</div>
<div class="member">
<div class="name">SECOMPAX-a bitmap compression algorithm</div>
<div class="danwei">Yuhao Wen (Tsinghua National Lab for Information Science and Technology), Zhen Chen (Tsinghua National Lab for Information Science and Technology), Ge Ma (Tsinghua National Lab for Information Science and Technology), Wenxun Zheng (Tsinghua University), Guodong Peng (Tsinghua University), Junwei Cao (Tsinghua University), Wen-Liang Huang (China Unicom) and Shiwei Li (Tsinghua University)</div>
</div>
<h1 class="title">Coffee break at Yi-Fu-Lou Lobby (15:40 - 16:00)</h1>
<h1 class="title">Session 4: Panel Discussion (16:00 - 18:00)</h1>
<h4>Chair: Yuan He, Tsinghua University </h4>
<h4>Room: Yi-Fu-Lou 114</h4>
<h4>Topic: Connecting the Dots with Big Data </h4>
<h4>Panellist: </h4>
<h4> Wei Chen (Zhejiang University) </h4>
<h4> Dan Li (Tsinghua University)</h4>
<h4> Yunhuai Liu (The Third Research Institute of Ministry of Public Security)</h4>
<h4> Kuien Liu (Chinese Academy of Sciences) </h4>
-->
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<div class="clear"></div>
<script type="text/javascript" src="style/js/scripts.js"></script>
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
<div style="display:none"><script src='http://v7.cnzz.com/stat.php?id=155540&web_id=155540' language='JavaScript' charset='gb2312'></script></div>
</body>
</html>