-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.html
executable file
·500 lines (391 loc) · 17.9 KB
/
program.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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en">
<head>
<!-- From SASO -->
<!-- Change these links -->
<link href="https://saso2016.informatik.uni-augsburg.de/libs/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="https://saso2016.informatik.uni-augsburg.de/resources/style.css" rel="stylesheet">
<link href="https://saso2016.informatik.uni-augsburg.de/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- End from SASO -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="2016 IEEE International Conference on Cloud and Autonomic Computing (ICCAC)">
<title>ICCAC 2016 Conference</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="offcanvas.css" rel="stylesheet">
<link rel="stylesheet" href="converted/base.min.css"/>
<link rel="stylesheet" href="converted/fancy.min.css"/>
<link rel="stylesheet" href="converted/main.css"/>
</head>
<body>
<div id="navBar"></div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<!-- ************************ start main body ************************ -->
<h1>Conference Companion</h1>
<p>
For your convenience, we have posted a FAS* <a href="companiondocument.pdf" target="_blank">Conference Companion</a>.
The Conference Companion includes all relevant practical information about the conference including conference program, conference venue, important addresses, a map for the conference dinner, etc. You will receive a printed version at the registration desk as part of the conference bag.
</p>
<!-- start -->
<h1>Preliminary ICCAC Program</h1>
<h4> September 12.-16., 2016</h4>
<br>
<br>
<div id="saso-program">
<table class="table">
<thead>
<th colspan="3"><h2>Monday, September 12</h2></th>
</thead>
<tr>
<td colspan="1" class="time special">9:30 - 10:30</td>
<td colspan="2" class="time special">9:00 - 17:30</td>
</tr>
<tr>
<td class="special">
<h4>Tutorial Day 1</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial1">Knowledge Level Models of Situations and Situation Assessment: Theory and Applications</a>, <i>Odd Erik Gundersen</i></li>
</ul>
</td>
<td rowspan="10" class="special">
<h4>Special Track</h4>
<a target="_blank" href="http://tsos.isse.de">Trustworthy Self-Organizing Systems</a></td>
<td rowspan="10" class="special">
<h4>Workshop Day 1</h4>
<ul>
<li><a href="Workshops-accepted.html#workshop3">Fourth International Workshop on Autonomic Management of high performance Grid and Cloud Computing (AMGCC'16)</a></li>
<li><a href="Workshops-accepted.html#workshop4">Third Edition of the IEEE Workshop on Quality Assurance for Self-adaptive, Self-organising Systems (QA4SASO)</a></li>
<li><a href="Workshops-accepted.html#workshop5">The 2nd International Workshop on Data-driven Self-regulating Systems (DSS)</a></li>
<li><a href="Workshops-accepted.html#workshop7">1st eCAS Workshop on Engineering Collective Adaptive Systems (eCAS)</a></li>
</ul>
</td>
</tr>
<!--<tr><td colspan="1" class="break">Coffee Break 10:30 - 11:00</td></tr>-->
<tr><td colspan="1" class="time special">11:00 - 12:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 1</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial1">Knowledge Level Models of Situations and Situation Assessment: Theory and Applications</a>, <i>Odd Erik Gundersen</i></li>
</ul>
</td>
</tr>
<tr><td colspan="1" class="break">Lunch 12:30 - 14:00</td></tr>
<tr><td colspan="1" class="time special">14:00 - 15:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 1</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial2">Model-based Cloudification of Critical Applications</a>, <i> András Pataricza, Imre Kocsis, László Gönczy</i></li>
</ul>
</td>
</tr>
<tr><td colspan="1" class="break">Coffee Break 15:30 - 16:00</td></tr>
<tr><td colspan="1" class="time special">16:00 - 17:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 1</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial2">Model-based Cloudification of Critical Applications</a>, <i> András Pataricza, Imre Kocsis, László Gönczy</i></li>
</ul>
</td>
</tr>
<tr><td class="empty"></td></tr>
<tr><td colspan="3" class="time social">17:45</td></tr>
<tr>
<td colspan="3" class="social">Transport to Welcome Reception & Welcome Reception</td>
</tr>
</table>
<table class="table">
<thead>
<th><h2>Tuesday, September 13</h2></th>
</thead>
<tr><td class="time social">9:00 - 9:30</td></tr>
<tr>
<td class="social"><h4>Welcome Address</h4></td>
</tr>
<tr><td class="time special">9:30 - 10:30</td></tr>
<tr>
<td class="special">
<h4>Keynote 1</h4>
<a href="keynotes.html#keynote1">Collective Decision Making: The Best-of-n Problem in Robot Swarms</a>, <i> Marco Dorigo</i>
</td>
</tr>
<tr><td class="break">Coffee Break 10:30 - 11:00</td></tr>
<tr><td class="time conference">11:00 - 12:30</td></tr>
<tr><td class="conference">
<h4>Session 1: Scheduling and Allocation</h4>
<ul>
<li>
<i>Cihan Tunc, Nirmal Kumbhare, Ali Akoglu, Salim Hariri, Dylan Machovec, Howard Jay Siegel. </i>Value of Service based Task Scheduling for Cloud Computing Systems</li>
<li>
<i>Seyed Saeid Masoumzadeh, Helmut Hlavacs, Luis Tomas.</i> A Self-Adaptive Performance-Aware Capacity Controller in Overbooked Datacenters</li>
<li>
<i>Martin Duggan, Jim Duggan, Enda Howley, Enda Barrett.</i> An Autonomous Network Aware VM Migration Strategy in Cloud Data Centres</li>
</ul>
</td></tr>
<tr><td class="break">Lunch 12:30 - 14:00</td></tr>
<tr><td class="time conference">14:00 - 15:30</td></tr>
<tr><td class="conference">
<h4>Session 2: Data Management</h4>
<ul>
<li>
<i>Jiakai Yu, Cihan Tunc, Salim Hariri.</i> Automated Framework for Scalable Collection and Intelligent Analytics of Hacker IRC Information
</li>
<li>
<i>Alina Patelli, Peter R. Lewis, Hai Wang, Ian Nabney, David Bennett, Ralph Lucas, Alex Cole. </i>Autonomic Curation of Crowdsourced Knowledge: The Case of Career Data Management
</li>
<li>
<b>(short)</b> <i>Mareike Höger, Odej Kao.</i> Record Skipping in Parallel Data Processing Systems
</li>
<li>
<b>(short)</b> <i>Shuqing Gu, Likai Yao, Cihan Tunc, Ali Akoglu, Salim Hariri, Elizabeth Ritchie.<i> An Autonomic Workflow Performance Manager for Weather Research and Forecast Modeling Workflows
</li>
</ul>
</td></tr>
<tr><td class="break">Coffee Break 15:30 - 16:00</td></tr>
<tr><td class="time conference">16:00 - 17:30</td></tr>
<tr><td class="conference">
<h4>Session 3: Storage and Small Business, and Short Papers</h4>
<ul>
<li>
<i>Ying Liu, Daharewa Gureya, Ahmad Al-Shishtawy, Vladimir Vlassov.</i> OnlineElastMan: Self-Trained Proactive Elasticity Manager for Cloud-Based Storage Services
</li>
<li>
<i>Emiliano Casalicchio, Lars Lundberg, Sogand Shirinbab.</i> Energy-aware adaptation in managed Cassandra datacenters
</li>
<li>
<b>(short)</b> <i>Nabeel Khan.</i> Four Steps To Get Ready For Cloud: A Roadmap For SMEs To Cloud Migration
</li>
<li>
<b>(short)</b> <i>Katie Wood.</i> An Investigation into SMEs decision making process and challenges encountered during the Migration and Deployment of Cloud Computing Solutions
</li>
<li>
<b>(short)</b> <i>Philipp Ranft, Jan-Steffen Neurath, Jens Ehlers.</i> Evaluating the Performance of AppScale
</li>
<li>
<b>(short)</b> <i>Oleg Vasilenko.</i> Dynamic Allocation of Cloud Resources for Telecommunication Applications
</li>
</ul>
</td></tr>
</table>
<table class="table">
<thead>
<th><h2>Wednesday, September 14</h2></th>
</thead>
<tr><td class="time special">9:30 - 10:30</td></tr>
<tr>
<td class="special">
<h4>Keynote 2</h4>
<a href="keynotes.html#keynote2">Using Data Science and Cloud to Scale and Personalize Services</a>, <i> Manish Gupta</i>
</td>
</tr>
<tr><td class="break">Coffee Break 10:30 - 11:00</td></tr>
<tr><td class="time conference">11:00 - 12:30</td></tr>
<tr><td class="conference">
<h4>Session 4: System Management</h4>
<ul>
<li>
<i>Alessandro Ferreira Leite, Vander Alves, Genaina Nunes Rodrigues, Claude Tadonki, Christine Eisenbeis, Alba Cristina Magalhaes Alves de Melo.</i> Autonomic Provisioning, Configuration, and Management of Inter-Cloud Environments based on a Software Product Line Engineering Method
</li>
<li>
<i>Luca Sabatucci, Salvatore Lopes, Massimo Cossentino.</i> A Goal-Oriented Approach for Self- Configuring Mashup of Cloud Applications
</li>
<li>
<i>Mamadou H. Diallo, Michael August, Roger Hallman, Megan Kline, Scott M. Slayback, Dylan Wolfe.</i> An Intelligent Self-Management Framework for Optimized Availability of Cloud Services
</li>
</ul>
</td></tr>
<tr><td class="break">Lunch 12:30 - 14:00</td></tr>
<tr><td class="time special">14:00 - 15:30</td></tr>
<tr><td class="special">
<h4>Poster and Demos</h4>
lightning talks
</td></tr>
<tr><td class="break">Coffee Break 15:30 - 16:00</td></tr>
<tr><td class="time special">16:00 - 17:30</td></tr>
<tr><td class="special">
<h4>Poster and Demos</h4>
exhibition
</td></tr>
<tr><td class="empty"></td></tr>
<tr><td class="time social">19:00</td></tr>
<tr>
<td class="social" >Conference Dinner</td>
</tr>
</table>
<table class="table">
<thead>
<th colspan="2"><h2>Thursday, September 15</h2></th>
</thead>
<tr><td colspan="2" class="time special">9:30 - 10:30</td></tr>
<tr>
<td colspan="2" class="special">
<h4>Keynote 3</h4>
<a href="keynotes.html#keynote3">Future of Robotics - Paving the Way for a Generation 'R' of Robotic Natives in the Age of Digitalization</a>, <i>Dominik Bösl</i>
</td>
</tr>
<tr><td colspan="2" class="break">Coffee Break 10:30 - 11:00</td></tr>
<tr><td colspan="2" class="time conference">11:00 - 12:30</td></tr>
<tr><td colspan="2" class="conference">
<!-- Intentionally Left Empty -->
<h4></h4>
<ul>
<li><br /></li>
</ul>
<!--
<ul>
<li><i>Emanuele Carlini, Massimo Coppola, Patrizio Dazzi, Matteo Mordacchini and Andrea Passarella.</i> Self-optimising Decentralised Service Placement in Heterogeneous Cloud Federation</li>
<li><i>Gerrit Anders and Patrick Lehner.</i> Self-Organized Graph-Based Resource Allocation</li>
<li><i>Ashutosh Pandey, Gabriel Moreno, Javier CaÌmara and David Garlan.</i> Hybrid Planning for Decision Making in Self-Adaptive Systems</li>
</ul>
-->
</td></tr>
<tr><td colspan="2" class="break">Lunch 12:30 - 14:00</td></tr>
<tr><td colspan="2" class="time conference">14:00 - 15:30</td></tr>
<tr>
<tr>
<td colspan="2" class="special">
<h4>Doctoral Symposium</h4>
</td>
</tr>
</tr>
<tr><td colspan="2" class="break">Coffee Break 15:30 - 16:00</td></tr>
<tr><td colspan="2" class="time special">16:00 - 17:30</td></tr>
<tr><td colspan="2" class="special">
<h4>Doctoral Symposium</h4>
Part 2
</td></tr>
<!--
<tr><td colspan="2" class="time conference">17:30</td></tr>
<tr><td colspan="2" class="conference">
<h4>Closing Session</h4>
</td></tr>
-->
</table>
<table class="table">
<thead>
<th colspan="2"><h2>Friday, September 16</h2></th>
</thead>
<tr>
<td colspan="1" class="time special">9:30 - 10:30</td>
<td colspan="1" class="time special">9:00 - 17:30</td>
</tr>
<tr>
<td class="special">
<h4>Tutorial Day 2</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial3">Context for adaptive Information Fusion</a>, <i> Lauro Snidaro</i></li>
</ul>
</td>
<td rowspan="10" class="special">
<h4>Workshop Day 2</h4>
<ul>
<li><a href="Workshops-accepted.html#workshop1">Ninth International Workshop on Dynamic Software Product Lines. Variability at Runtime (DSPL)</a></li>
<li><a href="Workshops-accepted.html#workshop3">Fourth International Workshop on Self-Adaptive and Self-Organising Socio-Technical Systems (SASO^ST)</a></li>
<li><a href="Workshops-accepted.html#workshop9">1st International Workshop on Self-Organising Construction (SOCO)</a></li>
<li><a href="Workshops-accepted.html#workshop10">The First International joint Workshops on Fog and Mobile Edge Computing, and on Information Security and Privacy for Mobile Cloud Computing, Web and Internet of Things (FMEC/ISCW-2016) </a></li>
</ul>
</td>
</tr>
<tr><td colspan="1" class="break">Coffee Break 10:30 - 11:00</td></tr>
<tr><td colspan="1" class="time special">11:00 - 12:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 2</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial3">Context for adaptive Information Fusion</a>, <i> Lauro Snidaro</i></li>
</ul>
</td>
</tr>
<tr><td colspan="1" class="break">Lunch 12:30 - 14:00</td></tr>
<tr><td colspan="1" class="time special">14:00 - 15:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 2</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial4">Solving Soft Constraint Problems in Autonomic Systems with MiniBrass</a>, <i>Alexander Schiendorfer</i></li>
</ul>
</td>
</tr>
<tr><td colspan="1" class="break">Coffee Break 15:30 - 16:00</td></tr>
<tr><td colspan="1" class="time special">16:00 - 17:30</td></tr>
<tr>
<td class="special">
<h4>Tutorial Day 2</h4>
<ul>
<li><a href="Tutorials-showcase.html#tutorial4">Solving Soft Constraint Problems in Autonomic Systems with MiniBrass</a>, <i>Alexander Schiendorfer</i></li>
</ul>
</td>
</tr>
</table>
</div>
<!-- end -->
<div id="programInfo"></div>
<!-- ************************ End main body ************************ -->
</div><!--/span-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
<div id="rightPanel"></div>
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© 2016 ICCAC</p>
</footer>
</div><!--/.container-->
<!-- Start of Google Tracking Info -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71619324-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End of Google Tracking Info -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="offcanvas.js"></script>
<!-- Start Loading shared items -->
<script>
$(document).ready(function(){
$('#rightPanel').load("includes/rightPanel.html"); .2
$('#navBar').load("includes/navBar.html");
$('#programInfo').load("includes/programInfo.html");
$(window).on('load', function(){
$('#programNavLink').addClass('dkActive');
})
});
</script>
<!-- End Loading shared items -->
</body>
</html>