CINXE.COM

E1 room - SEAMS 2018

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="https://conf.researchr.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://conf.researchr.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>E1 room - SEAMS 2018</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://conf.researchr.org";</script> <link rel="stylesheet" href="https://conf.researchr.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/getFile/6561e555-17bc-410f-bada-4edcc762aac4/seams2018.css?1543916823724" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/flatpickr-4.3.2.min.css?8eedb7a0f2455c0dbbbbcc46c4172c0d" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/print-program.css?b774586a40b6df0d1423d546295a4866" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/theme.bootstrap_3.min.css?6867e70881e6ed2c03b6c9cf9c3152e0" type="text/css" /><script type="text/javascript" src="//code.jquery.com/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/flatpickr-4.3.2.min.js?c2885c17ae5fd471c9a40c437e8a2736"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Modern and emerging software systems, such as industrial Internet of Things, Cyber-Physical Systems, cloud and mobile computing, have to operate without interruption. Self-adaptation and self-management enable these systems to adapt themselves at runtime to preserve and optimize their operation in the presence of uncertain changes in their operating environment, resource variability, new user needs, attacks, intrusions, and faults. Approaches to complement software-based systems with self-managing and self-adaptive capabilities are an important area of research and development, offering s ...'> <script type="text/javascript"> $(window).on('popstate', function(){ $('.modal.in').modal('hide') }); </script><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on( 'shown.bs.modal', function(){ if(history.pushState){ history.pushState({ id: 'modal', modalId: $(this).attr('id') }, null, window.location.href); } } ).on( 'hidden.bs.modal', function (){ if( history.state != null && history.state.modalId == $(this).attr('id') ){ history.back(); } } ); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-4G0QWEKVQS', {'cookie_domain': 'auto', 'anonymizeIp': true });gtag('config', 'UA-9607501-2', {'cookie_domain': 'auto', 'anonymizeIp': true });</script> <!--[if IE 9]><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"></script><![endif]--> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='E1 room - SEAMS 2018'> <script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('input.flatpickr:not([id])').focusout( function(){ this.dispatchEvent( new KeyboardEvent('keydown',{keyCode:13, bubbles: true}) ); } ); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script> <script type="text/javascript">var ignoreHashChange = false; function hashChangeFunc(){ // show active tab on hash in url if (window.location.hash !== ''){ var hashTargetAll = $('a[href="' + window.location.hash + '"]'); if(hashTargetAll.length){ var hashTarget = hashTargetAll.filter('[data-toggle="tab"]') if( hashTarget.length ){ hashTarget = hashTarget.first(); hashTarget.tab('show'); } else { hashTarget = hashTargetAll.first(); } // and open parent tabs in case the target element is nested in a tab var parentPane = hashTarget.closest( '.tab-pane' ); if(parentPane.length){ $('.nav a[href="#'+ parentPane.attr('id') +'"]').tab('show'); } var parentCollapse = hashTarget.closest( '.panel-collapse:not(.in)' ).collapse('show'); } } return false; } $(document).ready(function(){ var tabFromRequestUrl = window.location.hash !== '' ? $('a[href="' + window.location.hash + '"][data-toggle="tab"]') : []; var initUrlHash = window.location.hash; hashChangeFunc() if( tabFromRequestUrl.length ){ //Prevent the browser to auto-scroll to the anchor of the tab window.location.hash = ""; } //make in-page #links open the tabs if ($._data( $(window)[0], 'events' ).hashchange == undefined){ $(window).on('hashchange', hashChangeFunc); } if(tabFromRequestUrl.length){ setTimeout( function(){ ignoreHashChange = true; history.replaceState(null, null, initUrlHash); ignoreHashChange = false; }, 10 ); } }); var autoTabFunction = function(node){ // remember the hash in the URL without jumping $('a[data-toggle="tab"]:not(.no-hash):not(.bound)').addClass('bound').on('shown.bs.tab', function(e){ var newhash = '#' + $(e.target).attr('href').substr(1); if(history.replaceState){ history.replaceState(null, null, newhash); } else{ location.hash = newhash; } }); //When no tab is active, set the first one to active $(node).find('.nav-tabs:not(.bound), .nav-pills:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).find('.active').length){ $(this).children().first().addClass('active'); } }); $(node).find('.tab-content:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).children('.active').length){ $(this).children('.tab-pane').first().addClass('active'); } }); } </script> <meta name='description' content='Modern and emerging software systems, such as industrial Internet of Things, Cyber-Physical Systems, cloud and mobile computing, have to operate without interruption. Self-adaptation and self-management enable these systems to adapt themselves at runtime to preserve and optimize their operation in the presence of uncertain changes in their operating environment, resource variability, new user needs, attacks, intrusions, and faults. Approaches to complement software-based systems with self-managing and self-adaptive capabilities are an important area of research and development, offering s ...'> <script type="text/javascript">function addEventModalLoadOnClick( containerNode ){ $(containerNode).find( "a[data-event-modal]" ).on("click", function(e){ var eventId = $(this).data("event-modal"); var modalElem = $("#modal-" + eventId); if(modalElem.length){ modalElem.modal({ backdrop: 'static', keyboard: true}, 'show'); } else { var loaderElem = $("#event-modal-loader"); loaderElem.find("input.event-id-input").val( eventId ); loaderElem.find("#load-modal-action").click(); } e.preventDefault(); } ); } </script><script type="text/javascript">function addStarredEventOnClick( containerNode ){ $(containerNode).find( "[data-event-star]" ).on("click", function(e){ var eventId = $(this).data("event-star"); var starEventFormElem = $("#event-star-form"); starEventFormElem.find("input.event-id-input").val( eventId ); starEventFormElem.find("#star-event-action").click(); e.preventDefault(); e.stopPropagation(); } ); } </script><script type="text/javascript">function pauseOnCloseModal( modalid ){ //pauses video (only youtube at the moment) when closing modal $('#' + modalid).on('hidden.bs.modal', function () { $(this).find('.embed-container iframe[src*=enablejsapi]').each( function(){ this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*') } ); } ) } </script> </head> <body id="room"><div class="frame"><a href="https://conf.researchr.org/blogposts/seams-2018" class="blog-link btn btn-xs btn-default navigate">Write a Blog &gt;&gt;</a><div class="logobar"><div class="container"><a href="https://conf.researchr.org/home/seams-2018" class="navbar-brand navigate"><span class="brand-text">SEAMS 2018</span></a><div class="place">Mon 28 - Tue 29 May 2018 <a href="https://conf.researchr.org/venue/seams-2018/GothiaTowers" class="navigate">Gothenburg, Sweden</a></div><div class="place2">co-located with <a href="https://conf.researchr.org/home/icse-2018" class="navigate">* ICSE 2018 *</a></div></div></div><div class="navbar navbar-default"><div class="container"><div class="navbar-header"><button type="button" data-toggle="collapse" data-target="#navigationbar" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div><div id="navigationbar" class="navigationbar collapse navbar-collapse"><ul class="block nav navbar-nav"><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Attending <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/venue/seams-2018/GothiaTowers" class="navigate">Venue: Congress center Gothia Towers</a></li><li class="block"><a href="https://conf.researchr.org/attending/seams-2018/registration" class="navigate">Registration</a></li></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Program <span class="caret"></span></a><ul id="program-menu" class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/program/seams-2018/program-seams-2018/" class="navigate">SEAMS Program</a></li><li class="block"><a href="https://conf.researchr.org/program/seams-2018/program-seams-2018/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block"><a href="https://conf.researchr.org/info/seams-2018/keynotes" class="navigate">Keynote</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/program/seams-2018/program-seams-2018/" data-fltr-type="date" data-fltr-val="Mon 28 May 2018" class="navigate">Mon 28 May</a></li><li class="block"><a href="https://conf.researchr.org/program/seams-2018/program-seams-2018/" data-fltr-type="date" data-fltr-val="Tue 29 May 2018" class="navigate">Tue 29 May</a></li></ul></li><li class="block"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" class="navigate">Track/Call</a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SEAMS 2018 Committees</li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://conf.researchr.org/committee/seams-2018/seams-2018-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/seams-2018/seams-2018-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/seams-2018/seams-2018-papers-doctoral-projects-committee" class="navigate">Doctoral Projects Program Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/seams-2018/seams-2018-papers-artifact-evaluation-committee" class="navigate">Artifact Evaluation Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/seams-2018/seams-2018-papers-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/seams-2018" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div></div></ul></li><li class="block"><a href="https://conf.researchr.org/search/seams-2018//all" class="navigate"><span class="glyphicon glyphicon-search"></span><span class="hidden-sm"> Search</span></a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="hidden-sm">Series <span class="caret"></span></span><span title="Series" class="visible-sm"><span class="glyphicon glyphicon-repeat"></span> <span class="caret"></span></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/series/seams" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/home/seams-2025" class="navigate">SEAMS 2025</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2024" class="navigate">SEAMS 2024</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2023" class="navigate">SEAMS 2023</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2022" class="navigate">SEAMS 2022</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2021" class="navigate">SEAMS 2021</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2020" class="navigate">SEAMS 2020</a></li><li class="block"><a href="https://conf.researchr.org/home/seams-2019" class="navigate">SEAMS 2019</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> SEAMS 2018</span></li><li class="block"></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/seams-2018/https%3A%5Es%5Esconf.researchr.org%5Esroom%5Esseams-2018%5EsGothiaTowers-e1-room" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/seams-2018" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/icse-2018" class="navigate">* ICSE 2018 *</a> (<a href="https://conf.researchr.org/series/icse" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/seams-2018" class="navigate">SEAMS 2018</a> (<a href="https://conf.researchr.org/series/seams" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-tower"></span> <a href="https://conf.researchr.org/venue/seams-2018/GothiaTowers" class="navigate">Congress center Gothia Towers</a> / </span><h1>Room information: E1 room</h1></div><div class="row"><div class="col-sm-4"><fieldset><legend>Venue</legend><a href="https://conf.researchr.org/venue/seams-2018/GothiaTowers" class="navigate">Congress center Gothia Towers</a></fieldset><fieldset><legend>Room name</legend>E1 room</fieldset><fieldset><legend>Floor</legend>0</fieldset><fieldset><legend>Capacity</legend>170 <span class="glyphicon glyphicon-user"></span></fieldset></div><div class="col-sm-8"><fieldset><legend>Room Information</legend><span class="help-block">No extra information available</span></fieldset></div></div><div class="row"><div class="col-sm-12"><fieldset><legend>Program</legend><ul id="tab" class="nav nav-tabs"><li class="active"><a href="#Detailed-Table" data-toggle="tab">Detailed Table</a></li><li><a href="#Session-Timeline" data-toggle="tab">Session Timeline</a></li><li><a href="#Detailed-Timeline" data-toggle="tab">Detailed Timeline</a></li><li><a href="javascript:window.print()"><span class="glyphicon glyphicon-print"></span></a></li></ul><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; autoTabFunction(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on('shown.bs.modal', function() {if(gtag) { gtag( 'event', 'Show Details in Modal' , {'event_category': 'Event Information', 'event_label': '' + $(this).find('.modal-title').text() + ''} ) } } ) }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><div tabindex="-1" id="hidden-modal" class="modal"><div class="modal-dialog "><div class="modal-content"></div></div></div><div id="program-settings-modal" class="webdsl-placeholder"><div id="userProgramSettings" class="modal fade"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Program Display Configuration</h3></div><div class="modal-body"><form name="form11390898770538530f0e2bbdb67872b491120c5c8a7" id="form11390898770538530f0e2bbdb67872b491120c5c8a7" action="https://conf.researchr.org/userProgramSettingsModalConferenceEdition" accept-charset="UTF-8" method="POST" role="form" class="form-horizontal"><input type="hidden" name="form11390898770538530f0e2bbdb67872b491120c5c8a7" value="1" /><input type="hidden" name="context" value="seams-2018" /><div class="panel panel-default timezone-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Zone</div></div><div class="panel-body"><span class="help-block">The program is currently displayed in <strong>(GMT+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong>.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="9659afaa126198132be460b106e35ccb" value="false" onchange="if( ($(this).val() == 'true' &amp;&amp; this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/><strong>Use conference time zone: (GMT+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong></label><label class="radio"><input type="radio" name="9659afaa126198132be460b106e35ccb" value="true" onchange="if( ($(this).val() == 'true' &amp;&amp; this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/>Select other time zone</label><div id="cec04de0447905c49fb377c6d9693505" style=" display: none;"><select name="0e35d6393a8ba494aa0723dd51b6899c" class="select form-control"><option value="" selected="selected" data-utc-minute-offset="0"></option><option value="Etc/GMT+12" data-utc-minute-offset="-720">(GMT-12:00) AoE (Anywhere On Earth)</option><option value="Pacific/Midway" data-utc-minute-offset="-660">(GMT-11:00) Midway Island, Samoa</option><option value="America/Adak" data-utc-minute-offset="-600">(GMT-09:00) Hawaii-Aleutian</option><option value="Etc/GMT+10" data-utc-minute-offset="-600">(GMT-10:00) Hawaii</option><option value="Pacific/Marquesas" data-utc-minute-offset="-570">(GMT-09:30) Marquesas Islands</option><option value="Pacific/Gambier" data-utc-minute-offset="-540">(GMT-09:00) Gambier Islands</option><option value="America/Anchorage" data-utc-minute-offset="-540">(GMT-08:00) Alaska</option><option value="America/Ensenada" data-utc-minute-offset="-480">(GMT-07:00) Tijuana, Baja California</option><option value="Etc/GMT+8" data-utc-minute-offset="-480">(GMT-08:00) Pitcairn Islands</option><option value="America/Los_Angeles" data-utc-minute-offset="-480">(GMT-07:00) Pacific Time (US &amp; Canada)</option><option value="America/Denver" data-utc-minute-offset="-420">(GMT-06:00) Mountain Time (US &amp; Canada)</option><option value="America/Chihuahua" data-utc-minute-offset="-360">(GMT-06:00) Chihuahua, La Paz, Mazatlan</option><option value="America/Dawson_Creek" data-utc-minute-offset="-420">(GMT-07:00) Arizona</option><option value="America/Belize" data-utc-minute-offset="-360">(GMT-06:00) Saskatchewan, Central America</option><option value="America/Cancun" data-utc-minute-offset="-300">(GMT-05:00) Guadalajara, Mexico City, Monterrey</option><option value="Chile/EasterIsland" data-utc-minute-offset="-300">(GMT-06:00) Easter Island</option><option value="America/Chicago" data-utc-minute-offset="-360">(GMT-05:00) Central Time (US &amp; Canada)</option><option value="America/New_York" data-utc-minute-offset="-300">(GMT-04:00) Eastern Time (US &amp; Canada)</option><option value="America/Havana" data-utc-minute-offset="-300">(GMT-04:00) Cuba</option><option value="America/Bogota" data-utc-minute-offset="-300">(GMT-05:00) Bogota, Lima, Quito, Rio Branco</option><option value="America/Caracas" data-utc-minute-offset="-240">(GMT-04:00) Caracas</option><option value="America/Santiago" data-utc-minute-offset="-180">(GMT-04:00) Santiago</option><option value="America/La_Paz" data-utc-minute-offset="-240">(GMT-04:00) La Paz</option><option value="Atlantic/Stanley" data-utc-minute-offset="-180">(GMT-03:00) Faukland Islands</option><option value="America/Campo_Grande" data-utc-minute-offset="-240">(GMT-04:00) Manaus, Amazonas, Brazil</option><option value="America/Goose_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Goose Bay)</option><option value="America/Glace_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Canada)</option><option value="America/St_Johns" data-utc-minute-offset="-210">(GMT-02:30) Newfoundland</option><option value="America/Araguaina" data-utc-minute-offset="-180">(GMT-03:00) UTC-3</option><option value="America/Montevideo" data-utc-minute-offset="-180">(GMT-03:00) Montevideo</option><option value="America/Miquelon" data-utc-minute-offset="-180">(GMT-02:00) Miquelon, St. Pierre</option><option value="America/Godthab" data-utc-minute-offset="-180">(GMT-02:00) Greenland</option><option value="America/Argentina/Buenos_Aires" data-utc-minute-offset="-180">(GMT-03:00) Buenos Aires</option><option value="America/Sao_Paulo" data-utc-minute-offset="-180">(GMT-03:00) Brasilia, Distrito Federal, Brazil</option><option value="America/Noronha" data-utc-minute-offset="-120">(GMT-02:00) Mid-Atlantic</option><option value="Atlantic/Cape_Verde" data-utc-minute-offset="-60">(GMT-01:00) Cape Verde Is.</option><option value="Atlantic/Azores" data-utc-minute-offset="-60">(GMT) Azores</option><option value="Etc/UTC" data-utc-minute-offset="0">(UTC) Coordinated Universal Time</option><option value="Europe/Belfast" data-utc-minute-offset="0">(GMT+01:00) Belfast</option><option value="Europe/Dublin" data-utc-minute-offset="0">(GMT+01:00) Dublin</option><option value="Europe/Lisbon" data-utc-minute-offset="0">(GMT+01:00) Lisbon</option><option value="Europe/London" data-utc-minute-offset="0">(GMT+01:00) London</option><option value="Africa/Abidjan" data-utc-minute-offset="0">(GMT) Monrovia, Reykjavik</option><option value="Europe/Amsterdam" data-utc-minute-offset="60">(GMT+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option><option value="Europe/Belgrade" data-utc-minute-offset="60">(GMT+02:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option><option value="Europe/Brussels" data-utc-minute-offset="60">(GMT+02:00) Brussels, Copenhagen, Madrid, Paris</option><option value="Africa/Algiers" data-utc-minute-offset="60">(GMT+01:00) West Central Africa</option><option value="Africa/Windhoek" data-utc-minute-offset="120">(GMT+02:00) Windhoek</option><option value="Europe/Athens" data-utc-minute-offset="120">(GMT+03:00) Athens</option><option value="Asia/Beirut" data-utc-minute-offset="120">(GMT+03:00) Beirut</option><option value="Africa/Cairo" data-utc-minute-offset="120">(GMT+02:00) Cairo</option><option value="Asia/Gaza" data-utc-minute-offset="120">(GMT+03:00) Gaza</option><option value="Africa/Blantyre" data-utc-minute-offset="120">(GMT+02:00) Harare, Pretoria</option><option value="Asia/Jerusalem" data-utc-minute-offset="120">(GMT+03:00) Jerusalem</option><option value="Europe/Minsk" data-utc-minute-offset="180">(GMT+03:00) Minsk</option><option value="Asia/Damascus" data-utc-minute-offset="180">(GMT+03:00) Syria</option><option value="Europe/Moscow" data-utc-minute-offset="180">(GMT+03:00) Moscow, St. Petersburg, Volgograd</option><option value="Africa/Addis_Ababa" data-utc-minute-offset="180">(GMT+03:00) Nairobi</option><option value="Asia/Tehran" data-utc-minute-offset="210">(GMT+04:30) Tehran</option><option value="Asia/Dubai" data-utc-minute-offset="240">(GMT+04:00) Abu Dhabi, Muscat</option><option value="Asia/Yerevan" data-utc-minute-offset="240">(GMT+04:00) Yerevan</option><option value="Asia/Kabul" data-utc-minute-offset="270">(GMT+04:30) Kabul</option><option value="Asia/Yekaterinburg" data-utc-minute-offset="300">(GMT+05:00) Ekaterinburg</option><option value="Asia/Tashkent" data-utc-minute-offset="300">(GMT+05:00) Tashkent</option><option value="Asia/Kolkata" data-utc-minute-offset="330">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</option><option value="Asia/Katmandu" data-utc-minute-offset="345">(GMT+05:45) Kathmandu</option><option value="Asia/Dhaka" data-utc-minute-offset="360">(GMT+06:00) Astana, Dhaka</option><option value="Asia/Novosibirsk" data-utc-minute-offset="420">(GMT+07:00) Novosibirsk</option><option value="Asia/Rangoon" data-utc-minute-offset="390">(GMT+06:30) Yangon (Rangoon)</option><option value="Asia/Bangkok" data-utc-minute-offset="420">(GMT+07:00) Bangkok, Hanoi, Jakarta</option><option value="Asia/Krasnoyarsk" data-utc-minute-offset="420">(GMT+07:00) Krasnoyarsk</option><option value="Asia/Hong_Kong" data-utc-minute-offset="480">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</option><option value="Asia/Irkutsk" data-utc-minute-offset="480">(GMT+08:00) Irkutsk, Ulaan Bataar</option><option value="Australia/Perth" data-utc-minute-offset="480">(GMT+08:00) Perth</option><option value="Australia/Eucla" data-utc-minute-offset="525">(GMT+08:45) Eucla</option><option value="Asia/Tokyo" data-utc-minute-offset="540">(GMT+09:00) Osaka, Sapporo, Tokyo</option><option value="Asia/Seoul" data-utc-minute-offset="540">(GMT+09:00) Seoul</option><option value="Asia/Yakutsk" data-utc-minute-offset="540">(GMT+09:00) Yakutsk</option><option value="Australia/Adelaide" data-utc-minute-offset="630">(GMT+09:30) Adelaide</option><option value="Australia/Darwin" data-utc-minute-offset="570">(GMT+09:30) Darwin</option><option value="Australia/Brisbane" data-utc-minute-offset="600">(GMT+10:00) Brisbane</option><option value="Australia/Hobart" data-utc-minute-offset="660">(GMT+10:00) Hobart</option><option value="Asia/Vladivostok" data-utc-minute-offset="600">(GMT+10:00) Vladivostok</option><option value="Australia/Lord_Howe" data-utc-minute-offset="660">(GMT+10:30) Lord Howe Island</option><option value="Etc/GMT-11" data-utc-minute-offset="660">(GMT+11:00) Solomon Is., New Caledonia</option><option value="Asia/Magadan" data-utc-minute-offset="660">(GMT+11:00) Magadan</option><option value="Pacific/Norfolk" data-utc-minute-offset="720">(GMT+11:00) Norfolk Island</option><option value="Asia/Anadyr" data-utc-minute-offset="720">(GMT+12:00) Anadyr, Kamchatka</option><option value="Pacific/Auckland" data-utc-minute-offset="780">(GMT+12:00) Auckland, Wellington</option><option value="Etc/GMT-12" data-utc-minute-offset="720">(GMT+12:00) Fiji, Kamchatka, Marshall Is.</option><option value="Pacific/Chatham" data-utc-minute-offset="825">(GMT+12:45) Chatham Islands</option><option value="Pacific/Tongatapu" data-utc-minute-offset="780">(GMT+13:00) Nuku'alofa</option><option value="Pacific/Kiritimati" data-utc-minute-offset="840">(GMT+14:00) Kiritimati</option></select><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; var sel = document.getElementsByName('0e35d6393a8ba494aa0723dd51b6899c')[0] var opts = sel.options; for (var opt, j = 0; opt = opts[j]; j++) { if (opt.getAttribute('data-utc-minute-offset') == tzOffsetMin) { sel.selectedIndex = j; break; } } </script></div></div></div><br><span class="help-block"><small><span class="glyphicon glyphicon-info-sign"></span> The GMT offsets shown reflect the offsets <strong>at the moment of the conference</strong>.</small></span></div></div><div class="panel panel-default timeband-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Band</div></div><div class="panel-body"><span class="help-block">By setting a time band, the program will dim events that are outside this time window. This is useful for (virtual) conferences with a continuous program (with repeated sessions).<br>The time band will also limit the events that are included in the personal iCalendar subscription service.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="false" onchange="if( ($(this).val() == 'true' &amp;&amp; this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/><strong>Display full program</strong></label><label class="radio"><input type="radio" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="true" onchange="if( ($(this).val() == 'true' &amp;&amp; this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/>Specify a time band</label><div id="c2371058bcb9b31dd10e115e7f712708" style=" display: none;"><span class="input-group"><input name="a4e58ac1cd9cfb26fb62ecc29e600148" type="text" value="07:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=a4e58ac1cd9cfb26fb62ecc29e600148]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script><span class="input-group-addon"> - </span><input name="01ff55ee23f3ce1eb7d922f922eb09b1" type="text" value="19:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=01ff55ee23f3ce1eb7d922f922eb09b1]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script></span></div></div></div></div></div><div class="row form-group"><div class="col-sm-offset-2 col-sm-10"><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://conf.researchr.org/userProgramSettingsModalConferenceEdition","userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869", [{"name":"context", "value":"seams-2018"},],"form11390898770538530f0e2bbdb67872b491120c5c8a7", this.nextSibling, true,"program-settings-modal"); return false;'></button><a submitid="userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" class="btn btn-primary btn btn-default">Save</a></div></div></form></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div></div><div class="program-container"><div class="tab-content printable"><p><div class="time-zone-warning text-muted hide-in-print"><div class="alert alert-dismissible alert-info"><button type="button" data-dismiss="alert" aria-label="Close" class="close"><span aria-hidden="true">&times;</span></button><span class="glyphicon glyphicon-info-sign"></span> You're viewing the program in a time zone which is different from your device's time zone <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change time zone</a></small></div></div><div class="tz-floating-link"><small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings" title="Change Program Display Configuration" class="btn btn-xs btn-info"><span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-time"></span></a></small></div><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; if(tzOffsetMin != 60){ $('.time-zone-warning').toggleClass('visible'); window.displayUserProgamSettingsOnce = true; } </script><div id="Detailed-Table" class="tab-pane active"><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Mon 28 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-8"><table data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">08:30 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Opening<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7f25f356-e7b6-4339-9cc7-04657cce5f5f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="e5d14395-d2fe-4d92-858d-e510c22481d3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e5d14395-d2fe-4d92-858d-e510c22481d3">Welcome to SEAMS 2018</a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><span title="General Chair" class="role">G: </span><a href="https://conf.researchr.org/profile/seams-2018/jesperandersson" class="navigate">Jesper Andersson</a><span class="prog-aff"> Linnaeus University</span>, <span title="Program Chair" class="role">P: </span><a href="https://conf.researchr.org/profile/seams-2018/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">SEAMS Keynote<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/dannyweyns1" target="_blank" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7e9fb916-69a8-41fd-b913-74a668e0bae8" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="daf11160-c8ae-458d-bb02-70d379e183df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="daf11160-c8ae-458d-bb02-70d379e183df">Self adaptive software systems are essential for the Internet of Things<span class="pull-right"><span data-facet-badge="Keynote" class="output-badge" style="max-width:40px;"><span class="label-primary label">Keynote</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/dannyhughes" class="navigate">Danny Hughes</a><span class="prog-aff"> KU Leuven</span></div><a href="https://conf.researchr.org/details/seams-2018/seams-2018-papers/32/Self-adaptive-software-systems-are-essential-for-the-Internet-of-Things" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Qualities &amp; Verification<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/raducalinescu" target="_blank" class="navigate">Radu Calinescu</a><span class="prog-aff"> University of York, UK</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="396a7b85-2336-49fd-b081-cb55f8cabf94" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="cb407e69-15b6-4e2e-92b6-e73a7026a0e6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cb407e69-15b6-4e2e-92b6-e73a7026a0e6">Compositional Verification of Self-Adaptive Cyber-Physical Systems<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/aimeeborda" class="navigate">Aimee Borda</a><span class="prog-aff"> Trinity College Dublin</span>, <a href="https://conf.researchr.org/profile/seams-2018/lilianapasquale" class="navigate">Liliana Pasquale</a><span class="prog-aff"> University College Dublin &amp; Lero, Ireland</span>, <a href="https://conf.researchr.org/profile/seams-2018/vasileioskoutavas" class="navigate">Vasileios Koutavas</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) &amp; Lero (Ireland)</span></div><a href="http://oro.open.ac.uk/54307/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2517f75d-5ad4-4233-946c-6c38a036339f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:25</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="77983a08-2bdc-41df-b622-727f5e30a7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="77983a08-2bdc-41df-b622-727f5e30a7bf">DeSiRE: Further Understanding Nuances of Degrees of Satisfaction of Non-functional Requirements Trade-off<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/rossedwards" class="navigate">Ross Edwards</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/nellybencomo" class="navigate">Nelly Bencomo</a><span class="prog-aff"> Aston University</span></div></td></tr><tr data-slot-id="06e9c3f9-9978-4f0a-8314-83479cb78988" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="3120b6e7-0906-43ba-9257-c59d948e9929" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3120b6e7-0906-43ba-9257-c59d948e9929">RE-STORM: Mapping the Decision-Making Problem and Non-Functional Requirements Trade-off to Partially Observable Markov Decision Processes<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/luisgarciapaucar" class="navigate">Luis Hernan Garcia Paucar</a><span class="prog-aff"> Aston University</span>, <a href="https://conf.researchr.org/profile/seams-2018/nellybencomo" class="navigate">Nelly Bencomo</a><span class="prog-aff"> Aston University</span></div></td></tr><tr data-slot-id="f8fd4188-b6c1-4300-8f4b-bf292cf17a38" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:55</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="71d467e7-32da-4d5f-8db5-b682d2289e54" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="71d467e7-32da-4d5f-8db5-b682d2289e54">Towards Integrating Undependable Self-Adaptive Systems in Safety-Critical Environments<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/gereonweiss" class="navigate">Gereon Weiss</a><span class="prog-aff"> Fraunhofer ESK</span>, <a href="https://conf.researchr.org/profile/seams-2018/philippschleiss" class="navigate">Philipp Schleiss</a><span class="prog-aff"> Fraunhofer ESK</span>, <a href="https://conf.researchr.org/profile/seams-2018/danielschneider" class="navigate">Daniel Schneider</a><span class="prog-aff"> Fraunhofer IESE</span>, <a href="https://conf.researchr.org/profile/seams-2018/mariotrapp" class="navigate">Mario Trapp</a><span class="prog-aff"> Fraunhofer IESE</span></div></td></tr><tr data-slot-id="0f0e0a17-0df4-4a2b-a757-7f373b4cf12f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:10</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="75d5247c-cb67-405c-a65e-e094e91ecf55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75d5247c-cb67-405c-a65e-e094e91ecf55">K8-Scalar: a workbench to compare autoscalers for container-orchestrated database clusters<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/witodelnat" class="navigate">Wito Delnat</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/seams-2018/eddytruyen" class="navigate">Eddy Truyen</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/seams-2018/ansarrafique" class="navigate">Ansar Rafique</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/seams-2018/dimitrivanlanduyt" class="navigate">Dimitri Van Landuyt</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/seams-2018/wouterjoosen" class="navigate">Wouter Joosen</a><span class="prog-aff"> Katholieke Universiteit Leuven</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Uncertainty<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/hausimuller" target="_blank" class="navigate">Hausi Müller</a><span class="prog-aff"> University of Victoria, Computer Science, Faculty of Engineering, Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="163318a7-bbe5-486e-a8df-5d3708390645" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="e7bc5f89-f4b8-4018-ad62-8c53708ecade" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e7bc5f89-f4b8-4018-ad62-8c53708ecade">Managing Uncertainty in Self-Adaptive Systems with Plan Reuse and Stochastic Search<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/codykinneer" class="navigate">Cody Kinneer</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/seams-2018/zackcoker" class="navigate">Zack Coker</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/seams-2018/jiachengwang" class="navigate">Jiacheng Wang</a><span class="prog-aff"> Dickinson College</span>, <a href="https://conf.researchr.org/profile/seams-2018/davidgarlan" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/seams-2018/clairelegoues" class="navigate">Claire Le Goues</a><span class="prog-aff"> Carnegie Mellon University</span></div></td></tr><tr data-slot-id="2c9c9166-187c-4f17-a521-809fb3d52394" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:25</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="6ad8cc5e-608b-4ee4-85cb-27d31bcf07c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6ad8cc5e-608b-4ee4-85cb-27d31bcf07c8">Uncertainty Reduction in Self-Adaptive Systems<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/gabrielamoreno" class="navigate">Gabriel A. Moreno</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://conf.researchr.org/profile/seams-2018/javiercamara" class="navigate">Javier Camara</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/seams-2018/davidgarlan" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/seams-2018/markklein" class="navigate">Mark Klein</a><span class="prog-aff"> Carnegie Mellon University</span></div></td></tr><tr data-slot-id="609aed8d-a2d2-4273-b9c5-e56319c73f72" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="a8d7a5bf-ce19-4b0a-af75-4a5a3741e05b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a8d7a5bf-ce19-4b0a-af75-4a5a3741e05b">Adapting a System with Noisy Outputs with Statistical Guarantees<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/iliasgerostathopoulos" class="navigate">Ilias Gerostathopoulos</a><span class="prog-aff"> Technical University of Munich</span>, <a href="https://conf.researchr.org/profile/seams-2018/christianprehofer" class="navigate">Christian Prehofer</a><span class="prog-aff"> fortiss, Germany</span>, <a href="https://conf.researchr.org/profile/seams-2018/tomasbures" class="navigate">Tomas Bures</a><span class="prog-aff"> Charles University, Czech Republic</span></div><a href="http://www4.in.tum.de/~gerostat/pubs/2018-Gerostathopoulos-SEAMS18.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ecb9d456-d741-43ad-8c91-dc9fef6a0c47" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:05</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="79906a7a-676f-4faa-91da-58702a80dc07" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="79906a7a-676f-4faa-91da-58702a80dc07">Trace Checking for Dynamic Software Product Lines<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/rafaelolaechea" class="navigate">Rafael Olaechea</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://conf.researchr.org/profile/seams-2018/joatlee" class="navigate">Joanne M. Atlee</a><span class="prog-aff"> University of Waterloo, Canada</span>, <a href="https://conf.researchr.org/profile/seams-2018/axellegay" class="navigate">Axel Legay</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/ulifahrenberg" class="navigate">Uli Fahrenberg</a><span class="prog-aff"> École Polytechnique</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">16:00 - 17:30</div></td><td colspan="2"><div class="session-info-in-table">Modeling<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/nellybencomo" target="_blank" class="navigate">Nelly Bencomo</a><span class="prog-aff"> Aston University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4184d70a-528c-42a8-9a04-25b64e34380d" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="699de49e-10f9-46cc-a501-b1b03ddf32bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="699de49e-10f9-46cc-a501-b1b03ddf32bf">Hybrid Adaptation Policies – Towards a Framework for Classification and Modelling of Different Combinations of Adaptation Policies<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/franktrollmann" class="navigate">Frank Trollmann</a><span class="prog-aff"> DAI-Labor, TU Berlin</span>, <a href="https://conf.researchr.org/profile/seams-2018/johannesfahndrich" class="navigate">Johannes Fähndrich</a><span class="prog-aff"> DAI-Labor, TU Berlin</span>, <a href="https://conf.researchr.org/profile/seams-2018/sahinalbayrak" class="navigate">Sahin Albayrak</a><span class="prog-aff"> DAI-Labor, TU Berlin</span></div></td></tr><tr data-slot-id="01dbfc57-d0bd-4374-bc3c-24d43bf8fd11" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="1c2db143-fe59-47e6-9791-021096034e06" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1c2db143-fe59-47e6-9791-021096034e06">A Systematic Literature Review of UML-based Domain-Specific Modeling Languages for Self-adaptive Systems<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/joaopablosdasilva" class="navigate">João Pablo S. Da Silva</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS), Brazil</span>, <a href="https://conf.researchr.org/profile/seams-2018/miguelecar" class="navigate">Miguel Ecar</a><span class="prog-aff"> Federal University of Pampa, Brazil</span>, <a href="https://conf.researchr.org/profile/seams-2018/marcelospimenta" class="navigate">Marcelo S. Pimenta</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS), Brazil</span>, <a href="https://conf.researchr.org/profile/seams-2018/gilleanestaguedes" class="navigate">Gilleanes T. A. Guedes</a><span class="prog-aff"> Federal University of Pampa, Brazil </span>, <a href="https://conf.researchr.org/profile/seams-2018/luizpaulofranz" class="navigate">Luiz Paulo Franz</a><span class="prog-aff"> Federal University of Pampa, Brazil </span>, <a href="https://conf.researchr.org/profile/seams-2018/lucianomarchezan" class="navigate">Luciano Marchezan</a><span class="prog-aff"> Federal University of Pampa, Brazil </span></div></td></tr><tr data-slot-id="c2003524-af0a-47a0-9e2d-0ef5e7825fbc" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="1d851621-50ec-4cb6-b40f-d65f997c82f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1d851621-50ec-4cb6-b40f-d65f997c82f1">Run-time Monitoring of Self-Adaptive Systems to Detect N-way Feature Interactions and their Causes<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/byrondevries" class="navigate">Byron Devries</a><span class="prog-aff"> Grand Valley State University</span>, <a href="https://conf.researchr.org/profile/seams-2018/bettyhccheng" class="navigate">Betty H.C. Cheng</a><span class="prog-aff"> Michigan State University</span></div></td></tr><tr data-slot-id="42ba4cd0-0a1b-4935-8ccc-c3ad1bac0990" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:55</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="00099378-d496-476c-b3ea-d2c9ac523730" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="00099378-d496-476c-b3ea-d2c9ac523730">mRUBiS: An Exemplar for Model-Based Architectural Self-Healing and Self-Optimization<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/thomasvogel" class="navigate">Thomas Vogel</a><span class="prog-aff"> Humboldt-Universität zu Berlin</span></div><a href="https://github.com/thomas-vogel/mRUBiS" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://arxiv.org/abs/1804.00954" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Tue 29 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-8"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">08:30 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Opening<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="56e5fe3b-8f71-4b04-b7fc-7f36a3c0d99e" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="04fd9454-f745-46e8-bdb6-d33f7e032a25" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="04fd9454-f745-46e8-bdb6-d33f7e032a25">Opening Day 2</a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><span title="General Chair" class="role">G: </span><a href="https://conf.researchr.org/profile/seams-2018/jesperandersson" class="navigate">Jesper Andersson</a><span class="prog-aff"> Linnaeus University</span>, <span title="Program Chair" class="role">P: </span><a href="https://conf.researchr.org/profile/seams-2018/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Agents &amp; Distribution<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/patriziopelliccione" target="_blank" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> University of Gothenburg &amp; Chalmers University of Technology</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="988968db-d872-4aad-8de9-0ca637149cb3" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="75a2e179-4937-4886-9941-6a21223b0b3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75a2e179-4937-4886-9941-6a21223b0b3a">Cleaning Up the Mess: a Formal Framework for Autonomously Reverting BDI Agent Actions<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/joaofaccin" class="navigate">João Faccin</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS)</span>, <a href="https://conf.researchr.org/profile/seams-2018/ingridnunes" class="navigate">Ingrid Nunes</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS), Brazil</span></div></td></tr><tr data-slot-id="6160c109-9821-4d1e-9940-42d1e7d940fc" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:25</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="9d1593b1-f839-4d64-b796-603d9c656056" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d1593b1-f839-4d64-b796-603d9c656056">Prototyping Self-managed Interdependent Networks - Self-healing Synergies against Cascading Failures<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/evangelospournaras" class="navigate">Evangelos Pournaras</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://conf.researchr.org/profile/seams-2018/markballandies" class="navigate">Mark Ballandies</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://conf.researchr.org/profile/seams-2018/dineshacharya" class="navigate">Dinesh Acharya</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://conf.researchr.org/profile/seams-2018/manishthapa" class="navigate">Manish Thapa</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://conf.researchr.org/profile/seams-2018/beneliasbrandt" class="navigate">Ben-Elias Brandt</a><span class="prog-aff"> ETH Zurich</span></div><a href="http://evangelospournaras.com/wordpress/wp-content/uploads/2018/03/Prototyping-Self-managed-Interdependent-Networks-%E2%80%93-Self-healing-Synergies-against-Cascading-Failures.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="b8604a59-f826-4eaf-8e83-ad718fc3ccdb" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:50</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="e0bee784-7ddf-449c-bd91-4169f59cd9ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e0bee784-7ddf-449c-bd91-4169f59cd9ac">A Coordination Mechanism to Replicate Large-Scale Multi-Agent Systems<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/sylvainductor" class="navigate">Sylvain Ductor</a><span class="prog-aff"> UECE</span>, <a href="https://conf.researchr.org/profile/seams-2018/zahiaguessoum" class="navigate">Zahia Guessoum</a><span class="prog-aff"> LIP6, Université Pierre et Marie Curie</span></div></td></tr><tr data-slot-id="0249ea33-aefa-4efe-9bc0-9d5ed5b298d3" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:05</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="6d9e5729-9a48-4e53-8aa8-4a04d9b026d5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6d9e5729-9a48-4e53-8aa8-4a04d9b026d5">SWIM: An Exemplar for Evaluation and Comparison of Self-Adaptation Approaches for Web Applications<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span><span class="pull-right"><span data-facet-badge="SEAMS 2018 Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">SEAMS 2018 Best Artifact Award</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/gabrielamoreno" class="navigate">Gabriel A. Moreno</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://conf.researchr.org/profile/seams-2018/bradleyschmerl" class="navigate">Bradley Schmerl</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://conf.researchr.org/profile/seams-2018/davidgarlan" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://github.com/cps-sei/swim" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://conf.researchr.org/details/seams-2018/seams-2018-papers/15/SWIM-An-Exemplar-for-Evaluation-and-Comparison-of-Self-Adaptation-Approaches-for-Web" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6460ae78-92db-4fc2-a5c1-67e8a7223b28" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:20</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="2c9d1a1f-b142-4a8a-b7c3-1bcf2ae6040e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2c9d1a1f-b142-4a8a-b7c3-1bcf2ae6040e">Decentralized Self-Adaptive Computing at the Edge<span class="pull-right"><span data-facet-badge="Doctoral Project" class="output-badge" style="max-width:40px;"><span class="label-primary label">Doctoral Project</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/mirkodangelo" class="navigate">Mirko D'Angelo</a><span class="prog-aff"> </span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Security<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/rogeriodelemos" target="_blank" class="navigate">Rogério de Lemos</a><span class="prog-aff"> University of Kent, UK</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d6edc1a7-705f-4973-babb-d32b6df13761" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="4d9b077e-bc79-494c-8128-660a33f87bc6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4d9b077e-bc79-494c-8128-660a33f87bc6">Toward Evaluating the Impact of Self-adaptation on Security Control Certification<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/allenmarshall" class="navigate">Allen Marshall</a><span class="prog-aff"> University of Tulsa</span>, <a href="https://conf.researchr.org/profile/seams-2018/sharminjahan" class="navigate">Sharmin Jahan</a><span class="prog-aff"> University of Tulsa</span>, <a href="https://conf.researchr.org/profile/seams-2018/rosegamble" class="navigate">Rose Gamble</a><span class="prog-aff"> University of Tulsa</span></div></td></tr><tr data-slot-id="3fb62302-f54b-46d9-9f92-91a43cd9dd86" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:25</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="c3ba05b8-db54-40c7-a122-fdea9dc11879" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c3ba05b8-db54-40c7-a122-fdea9dc11879">Requirements and Specifications for Adaptive Security: Concepts and Analysis<span class="pull-right"><span data-facet-badge="SEAMS 2018 Best Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">SEAMS 2018 Best Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/theintun" class="navigate">Thein Tun</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/muyang" class="navigate">Mu Yang</a><span class="prog-aff"> The Open University</span>, <a href="https://conf.researchr.org/profile/seams-2018/aroshakbandara" class="navigate">Arosha K Bandara</a><span class="prog-aff"> Open University</span>, <a href="https://conf.researchr.org/profile/seams-2018/yijunyu" class="navigate">Yijun Yu</a><span class="prog-aff"> The Open University</span>, <a href="https://conf.researchr.org/profile/seams-2018/armstrongnhlabatsi" class="navigate">Armstrong Nhlabatsi</a><span class="prog-aff"> Qatar University</span>, <a href="https://conf.researchr.org/profile/seams-2018/niamulkhan" class="navigate">Niamul Khan</a><span class="prog-aff"> Qatar University</span>, <a href="https://conf.researchr.org/profile/seams-2018/khaledkhan" class="navigate">Khaled Khan</a><span class="prog-aff"> Qatar University</span>, <a href="https://conf.researchr.org/profile/seams-2018/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) &amp; Lero (Ireland)</span></div><a href="http://oro.open.ac.uk/54029/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2af933a8-fce8-4f48-acc6-e49a8c1029c6" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:50</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="cf0acc46-e6b1-448b-8c42-94e17ba779f5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cf0acc46-e6b1-448b-8c42-94e17ba779f5">Defining, Enforcing and Checking Privacy Policies In Data-Intensive Applications<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/micheleguerriero" class="navigate">Michele Guerriero</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/seams-2018/damianandrewtamburri" class="navigate">Damian Andrew Tamburri</a><span class="prog-aff"> TU/e</span>, <a href="https://conf.researchr.org/profile/seams-2018/elisabettadinitto" class="navigate">Elisabetta Di Nitto</a><span class="prog-aff"> Politecnico di Milano</span></div></td></tr><tr data-slot-id="c645cdaf-6f93-4cb6-ad97-9314b7c37f36" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:15</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="ceddb859-555a-4afb-8a98-7004aea93aa6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ceddb859-555a-4afb-8a98-7004aea93aa6">INSpIRA: INtegrating Security Into Risk Assessment<span class="pull-right"><span data-facet-badge="Doctoral Project" class="output-badge" style="max-width:40px;"><span class="label-primary label">Doctoral Project</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/jurgendobaj" class="navigate">Jürgen Dobaj</a><span class="prog-aff"> Graz University of Technology</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Security and Adaptivity<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/davidgarlan" target="_blank" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d58726ff-46b7-4cd4-a962-e20520ee4d23" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="c00247c9-9aeb-4c63-ab11-5961f59d0c38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c00247c9-9aeb-4c63-ab11-5961f59d0c38">Security: A Critical Quality Attribute in Self-Adaptive Systems<span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:40px;"><span class="label-primary label">Extended Abstract</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/anthonyperuma" class="navigate">Anthony Peruma</a><span class="prog-aff"> Rochester Institute of Technology</span>, <a href="https://conf.researchr.org/profile/seams-2018/danielkrutz" class="navigate">Daniel Krutz</a><span class="prog-aff"> Rochester Institute of Technology</span></div></td></tr><tr data-slot-id="927584c6-330c-4b4e-90bf-193ecd217f22" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:10</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="88a34235-4901-4ce3-9652-0eeeda874235" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88a34235-4901-4ce3-9652-0eeeda874235">The Special Case of Data Protection and Self-adaptation<span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:40px;"><span class="label-primary label">Extended Abstract</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/zoltanmann" class="navigate">Zoltan Mann</a><span class="prog-aff"> University Duisburg-Essen</span>, <a href="https://conf.researchr.org/profile/seams-2018/andreasmetzger" class="navigate">Andreas Metzger</a><span class="prog-aff"> University of Duisburg-Essen</span></div></td></tr><tr data-slot-id="a48858ad-d7bd-4a8e-be8c-74f4be3118f3" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="e274fff6-cf60-46b0-854a-59b75ebe1937" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e274fff6-cf60-46b0-854a-59b75ebe1937">Self-adapation Made Easy with Blockchains<span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:40px;"><span class="label-primary label">Extended Abstract</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/peteresedgewick" class="navigate">Peter E. Sedgewick</a><span class="prog-aff"> University of Kent</span>, <a href="https://conf.researchr.org/profile/seams-2018/rogeriodelemos" class="navigate">Rogério de Lemos</a><span class="prog-aff"> University of Kent, UK</span></div></td></tr><tr data-slot-id="1d8523cd-643b-41e9-9b74-fede5694ef54" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:30</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="b1881524-d33e-4656-a0f6-04523a593c32" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b1881524-d33e-4656-a0f6-04523a593c32">Agree to Disagree: Security Requirements Are Different, But Mechanisms For Security Adaptation Are Not<span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:40px;"><span class="label-primary label">Extended Abstract</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/theintun" class="navigate">Thein Tun</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/amelbennaceur" class="navigate">Amel Bennaceur</a><span class="prog-aff"> The Open University</span></div></td></tr><tr data-slot-id="f0dd8a05-8081-46eb-9e08-a54ae2f975d0" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>50m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="cf646b79-0fe7-466f-93f7-1bb7d946e391" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cf646b79-0fe7-466f-93f7-1bb7d946e391">Panel Discussion on Security and Adaptivity<span class="pull-right"><span data-facet-badge="Panel" class="output-badge" style="max-width:40px;"><span class="label-primary label">Panel</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">16:00 - 17:10</div></td><td colspan="2"><div class="session-info-in-table">Learning<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/maurocaporuscio" target="_blank" class="navigate">Mauro Caporuscio</a><span class="prog-aff"> Linnaeus University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8cdc75a1-f923-49bc-854b-17a45311e8d1" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="d75326d9-a57a-4778-b857-3a3938b4a893" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d75326d9-a57a-4778-b857-3a3938b4a893">Learning Non-Deterministic Impact Models for Adaptation<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/franciscoduarte" class="navigate">Francisco Duarte</a><span class="prog-aff"> Universidade de Lisboa</span>, <a href="https://conf.researchr.org/profile/seams-2018/richardgil" class="navigate">Richard Gil</a><span class="prog-aff"> Universidade de Lisboa</span>, <a href="https://conf.researchr.org/profile/seams-2018/paoloromano" class="navigate">Paolo Romano</a><span class="prog-aff"> University of Lisbon, Portugal</span>, <a href="https://conf.researchr.org/profile/seams-2018/antonialopes" class="navigate">Antónia Lopes</a><span class="prog-aff"> University of Lisbon</span>, <a href="https://conf.researchr.org/profile/seams-2018/luisrodrigues1" class="navigate">Luis Rodrigues</a><span class="prog-aff"> INESC-ID, IST, ULisboa</span></div></td></tr><tr data-slot-id="fe9e2e2f-55e3-4c36-982f-57aac407e9e4" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>25m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="85380a5a-fbf5-440f-8cfb-b7f9f814bbcf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="85380a5a-fbf5-440f-8cfb-b7f9f814bbcf">A Learning Approach to Enhance Assurances for Real-Time Self-Adaptive Systems<span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Long Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/arthurrodrigues" class="navigate">Arthur Rodrigues</a><span class="prog-aff"> University of Brası́lia</span>, <a href="https://conf.researchr.org/profile/seams-2018/ricardocaldas" class="navigate">Ricardo Caldas</a><span class="prog-aff"> University of Brası́lia</span>, <a href="https://conf.researchr.org/profile/seams-2018/genainarodrigues" class="navigate">Genaina Rodrigues</a><span class="prog-aff"> University of Brasilia</span>, <a href="https://conf.researchr.org/profile/seams-2018/thomasvogel" class="navigate">Thomas Vogel</a><span class="prog-aff"> Humboldt-Universität zu Berlin</span>, <a href="https://conf.researchr.org/profile/seams-2018/patriziopelliccione" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> University of Gothenburg &amp; Chalmers University of Technology</span></div><a href="https://arxiv.org/abs/1804.00994" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8c075d3b-c542-4876-9787-92fcff887784" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:50</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="50f41c1d-bcea-42d5-976b-12cc18c5d753" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="50f41c1d-bcea-42d5-976b-12cc18c5d753">Adaptive Runtime Response Time Control in PLC-based Real-Time Systems using Reinforcement Learning<span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Paper</span></span></span></a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/mahshidhelalimoghadam" class="navigate">Mahshid Helali Moghadam</a><span class="prog-aff"> RISE SICS AB/Mälardalen University</span>, <a href="https://conf.researchr.org/profile/seams-2018/mehrdadsaadatmand" class="navigate">Mehrdad Saadatmand</a><span class="prog-aff"> RISE SICS</span>, <a href="https://conf.researchr.org/profile/seams-2018/markusborg" class="navigate">Markus Borg</a><span class="prog-aff"> RISE SICS AB</span>, <a href="https://conf.researchr.org/profile/seams-2018/markusbohlin" class="navigate">Markus Bohlin</a><span class="prog-aff"> RISE SICS</span>, <a href="https://conf.researchr.org/profile/seams-2018/bjornlisper" class="navigate">Bjorn Lisper</a><span class="prog-aff"> Malardalen University</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:10 - 17:30</div></td><td colspan="2"><div class="session-info-in-table">Closing<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="text-muted navigate">SEAMS 2018</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cf10456e-5501-47b0-99b1-d5b3d3b1aa5b" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="5202b1a6-d74f-40a9-88bd-c082fb5282e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5202b1a6-d74f-40a9-88bd-c082fb5282e3">Closing SEAMS 2018</a></strong><div class="prog-track">SEAMS 2018</div><div class="performers"><span title="General Chair" class="role">G: </span><a href="https://conf.researchr.org/profile/seams-2018/jesperandersson" class="navigate">Jesper Andersson</a><span class="prog-aff"> Linnaeus University</span>, <span title="Program Chair" class="role">P: </span><a href="https://conf.researchr.org/profile/seams-2018/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></div></td></tr><tr data-slot-id="7e686ca2-d232-4cce-819f-d0cc2cf8152c" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="SEAMS "></span></td><td><span data-event-star="5c2d299a-05cc-40dd-b539-7a34591b6951" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5c2d299a-05cc-40dd-b539-7a34591b6951">Outlook on SEAMS 2019</a></strong><div class="prog-track">SEAMS 2018</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 1 Jun</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-11"><table data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Design and Tools<span class="pull-right"><a href="https://conf.researchr.org/track/icse-2018/icse-2018-Software-Engineering-in-Practice" target="_blank" class="text-muted navigate">* ICSE * SEIP - Software Engineering in Practice</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/caitlinsadowski" target="_blank" class="navigate">Caitlin Sadowski</a><span class="prog-aff"> Google</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="51959339-59f4-450f-a31e-d23a721f812a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Full-paper</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="a9ba7afc-1eeb-45b3-b048-7c0a226c754f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9ba7afc-1eeb-45b3-b048-7c0a226c754f">Echoes from Space: Grouping Commands with Large-Scale Telemetry Data</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/alexanderlattas" class="navigate">Alexander Lattas</a><span class="prog-aff"> Imperial College London</span>, <a href="https://conf.researchr.org/profile/seams-2018/diomidisspinellis" class="navigate">Diomidis Spinellis</a><span class="prog-aff"> Athens University of Economics and Business</span></div><a href="https://doi.org/10.1145/3183519.3183545" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.dmst.aueb.gr/dds/pubs/conf/2018-ICSE-SEIP-cmd-optimize/html/cmd-optimize.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f5484ade-5dee-4089-95f3-8010f72eb43c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="b80159ff-6677-4713-8131-de1593cd5cfd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b80159ff-6677-4713-8131-de1593cd5cfd">Tool-based Interactive Parallelization: A Case Study</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/andreaswilhelm" class="navigate">Andreas Wilhelm</a><span class="prog-aff"> TUM</span>, <a href="https://conf.researchr.org/profile/seams-2018/fariscakaric" class="navigate">Faris Cakaric</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/tobiasschuele" class="navigate">Tobias Schuele</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/michaelgerndt" class="navigate">Michael Gerndt</a><span class="prog-aff"> TUM</span></div><a href="https://conf.researchr.org/details/icse-2018/icse-2018-Software-Engineering-in-Practice/32/Tool-based-Interactive-Parallelization-A-Case-Study" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="20d67c27-4767-4a57-882e-6c2fd456d5bb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="32fa4883-db71-43e1-a9e6-1d5a38f50fb2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="32fa4883-db71-43e1-a9e6-1d5a38f50fb2">Studying Pull Request Merges: A Case Study of Shopify's Active Merchant</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/oleksiikononenko" class="navigate">Oleksii Kononenko</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/tresarose" class="navigate">Tresa Rose</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/olgabaysal" class="navigate">Olga Baysal</a><span class="prog-aff"> Carleton University</span>, <a href="https://conf.researchr.org/profile/seams-2018/mikegodfrey" class="navigate">Michael W. Godfrey</a><span class="prog-aff"> University of Waterloo, Canada</span>, <a href="https://conf.researchr.org/profile/seams-2018/dennistheisen" class="navigate">Dennis Theisen</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/bartdewater" class="navigate">Bart de Water</a><span class="prog-aff"> </span></div><a href="http://olgabaysal.com/pdf/Kononenko_ICSE2018_SEIP_preprint.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="18a2b0b9-7888-4ef6-98bd-eeca49343c06" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="276a99e3-236c-4e92-b9fd-b2e841f7a802" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="276a99e3-236c-4e92-b9fd-b2e841f7a802">A Detailed and Real-time Performance Monitoring Framework for Blockchain Systems</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/peilinzheng" class="navigate">Peilin Zheng</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/zibinzheng" class="navigate">Zibin Zheng</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/xiangpingchen" class="navigate">Xiangping Chen</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> </span></div><a href="https://conf.researchr.org/details/icse-2018/icse-2018-Software-Engineering-in-Practice/6/A-Detailed-and-Real-time-Performance-Monitoring-Framework-for-Blockchain-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="d8c1e2ad-f166-4c08-864b-80af13f05e7f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>10m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="637fd5f0-7119-4c86-8034-83fa881546de">Q&amp;A in this sesson</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-facet-room="E1 room" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Agile and Ways of Working<span class="pull-right"><a href="https://conf.researchr.org/track/icse-2018/icse-2018-Software-Engineering-in-Practice" target="_blank" class="text-muted navigate">* ICSE * SEIP - Software Engineering in Practice</a></span> at <a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link navigate">E1 room</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/seams-2018/zhijin" target="_blank" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="76c3d9b2-f15d-4c52-aaa1-9ae007ceac6f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="501be41f-2a19-4913-9655-f0ef5b8d607d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="501be41f-2a19-4913-9655-f0ef5b8d607d">Modern Code Review: A Case Study at Google</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/caitlinsadowski" class="navigate">Caitlin Sadowski</a><span class="prog-aff"> Google</span>, <a href="https://conf.researchr.org/profile/seams-2018/emmasoderberg" class="navigate">Emma Söderberg</a><span class="prog-aff"> Lund University</span>, <a href="https://conf.researchr.org/profile/seams-2018/lukechurch" class="navigate">Luke Church</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/michalsipko" class="navigate">Michal Sipko</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/albertobacchelli" class="navigate">Alberto Bacchelli</a><span class="prog-aff"> University of Zurich</span></div></td></tr><tr data-slot-id="ef13724f-112c-46b8-ba43-be754ba0dfef" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="535e5ea9-71c8-4a60-842c-17aed20a7677" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="535e5ea9-71c8-4a60-842c-17aed20a7677">A Study of the Organizational Dynamics of Software Teams</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/michaelhilton" class="navigate">Michael Hilton</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://conf.researchr.org/profile/seams-2018/andrewbegel1" class="navigate">Andrew Begel</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://www.andrewbegel.com/papers/orgdynamics.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://www.andrewbegel.com/papers/orgdynamics.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/icse-2018/icse-2018-Software-Engineering-in-Practice/20/A-Study-of-the-Organizational-Dynamics-of-Software-Teams" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="29bfe361-f441-4eae-9a9b-ee2129b04488" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="79f64074-2f9a-460f-8508-537aa803273b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="79f64074-2f9a-460f-8508-537aa803273b">An Investigation of Work Practices Used by Companies Making Contributions to Established OSS Projects</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/simonbutler" class="navigate">Simon Butler</a><span class="prog-aff"> The University of Skövde</span>, <a href="https://conf.researchr.org/profile/seams-2018/jonasgamalielsson" class="navigate">Jonas Gamalielsson</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/bjornlundell" class="navigate">Bjorn Lundell</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/perjonsson" class="navigate">Per Jonsson</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/johansjoberg" class="navigate">Johan Sjöberg</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/andersmattsson" class="navigate">Anders Mattsson</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/niklasricko" class="navigate">Niklas Rickö</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/tomasgustavsson" class="navigate">Tomas Gustavsson</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/jonasfeist" class="navigate">Jonas Feist</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/stefanlandemoo" class="navigate">Stefan Landemoo</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/seams-2018/eriklonroth" class="navigate">Erik Lönroth</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="57d0e675-775d-4532-91ea-5cf196db4123" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="5da8b205-dfd0-4953-9721-0c137daa1f36" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5da8b205-dfd0-4953-9721-0c137daa1f36">From Agile to Continuous Development in the Healthcare Domain – Lessons Learned</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><div class="performers"><a href="https://conf.researchr.org/profile/seams-2018/walterstocker" class="navigate">Walter Stocker</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="805dcc90-0618-47e3-87db-cf8325013815" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:20</div><strong>10m</strong></div><div class="event-type">Talk</div><span data-facet-track="* ICSE * SEIP - Software Engineering in Practice"></span></td><td><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="637fd5f0-7119-4c86-8034-83fa881546de">Q&amp;A in this sesson</a></strong><div class="prog-track">* ICSE * SEIP - Software Engineering in Practice</div><br></td></tr></table></div></div></div><div id="Session-Timeline" class="tab-pane "><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Mon 28 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="6" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="a9b599a6-5475-4673-8274-cde6ee885ef2" data-facet-room="E1 room" class="hidable"><div class="band hour-8"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Opening<span data-event-star="e5d14395-d2fe-4d92-858d-e510c22481d3"/></div></a></div></div></div></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="6028036c-4a06-434f-87ce-e1bf1039c4a5" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>SEAMS Keynote<span data-event-star="daf11160-c8ae-458d-bb02-70d379e183df"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="9dce02d3-c773-4ec0-992e-202ae98416c9" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Qualities &amp; Verification<span data-event-star="3120b6e7-0906-43ba-9257-c59d948e9929"/><span data-event-star="75d5247c-cb67-405c-a65e-e094e91ecf55"/><span data-event-star="77983a08-2bdc-41df-b622-727f5e30a7bf"/><span data-event-star="cb407e69-15b6-4e2e-92b6-e73a7026a0e6"/><span data-event-star="71d467e7-32da-4d5f-8db5-b682d2289e54"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="0ce42372-2e5f-43f0-a474-2ef0dae4e773" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Uncertainty<span data-event-star="e7bc5f89-f4b8-4018-ad62-8c53708ecade"/><span data-event-star="6ad8cc5e-608b-4ee4-85cb-27d31bcf07c8"/><span data-event-star="a8d7a5bf-ce19-4b0a-af75-4a5a3741e05b"/><span data-event-star="79906a7a-676f-4faa-91da-58702a80dc07"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="041bfd9d-327b-4cc9-988f-f2939d4592d2" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Modeling<span data-event-star="1c2db143-fe59-47e6-9791-021096034e06"/><span data-event-star="699de49e-10f9-46cc-a501-b1b03ddf32bf"/><span data-event-star="00099378-d496-476c-b3ea-d2c9ac523730"/><span data-event-star="1d851621-50ec-4cb6-b40f-d65f997c82f1"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Tue 29 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="6" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="fbe6ae99-2550-48de-b748-55b347e27341" data-facet-room="E1 room" class="hidable"><div class="band hour-8"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Opening<span data-event-star="04fd9454-f745-46e8-bdb6-d33f7e032a25"/></div></a></div></div></div></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="70a7b0e2-39b1-4258-b309-cec712b9f51e" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Agents &amp; Distribution<span data-event-star="6d9e5729-9a48-4e53-8aa8-4a04d9b026d5"/><span data-event-star="9d1593b1-f839-4d64-b796-603d9c656056"/><span data-event-star="2c9d1a1f-b142-4a8a-b7c3-1bcf2ae6040e"/><span data-event-star="75a2e179-4937-4886-9941-6a21223b0b3a"/><span data-event-star="e0bee784-7ddf-449c-bd91-4169f59cd9ac"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="acf21487-3960-4eb0-8056-4d64534c5802" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Security<span data-event-star="cf0acc46-e6b1-448b-8c42-94e17ba779f5"/><span data-event-star="c3ba05b8-db54-40c7-a122-fdea9dc11879"/><span data-event-star="ceddb859-555a-4afb-8a98-7004aea93aa6"/><span data-event-star="4d9b077e-bc79-494c-8128-660a33f87bc6"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="176a2dbe-e1a1-48b6-ad66-33078bf29172" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Security and Adaptivity<span data-event-star="b1881524-d33e-4656-a0f6-04523a593c32"/><span data-event-star="88a34235-4901-4ce3-9652-0eeeda874235"/><span data-event-star="e274fff6-cf60-46b0-854a-59b75ebe1937"/><span data-event-star="c00247c9-9aeb-4c63-ab11-5961f59d0c38"/><span data-event-star="cf646b79-0fe7-466f-93f7-1bb7d946e391"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="14" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="b694e1a0-8242-4cf5-9bb5-198f9000316c" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Learning<span data-event-star="50f41c1d-bcea-42d5-976b-12cc18c5d753"/><span data-event-star="d75326d9-a57a-4778-b857-3a3938b4a893"/><span data-event-star="85380a5a-fbf5-440f-8cfb-b7f9f814bbcf"/></div></a></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="dfca5331-15ab-4912-ba01-33b1fe3fc667" data-facet-room="E1 room" class="hidable"><div class="band hour-17"><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>SEAMS 2018</h4>Closing<span data-event-star="5c2d299a-05cc-40dd-b539-7a34591b6951"/><span data-event-star="5202b1a6-d74f-40a9-88bd-c082fb5282e3"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 1 Jun</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="4d74178d-c109-4054-b727-2511c2c05bd6" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="https://conf.researchr.org/track/icse-2018/icse-2018-Software-Engineering-in-Practice" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c4"><h4>* ICSE * SEIP - Software Engineering in Practice</h4>Design and Tools<span data-event-star="276a99e3-236c-4e92-b9fd-b2e841f7a802"/><span data-event-star="32fa4883-db71-43e1-a9e6-1d5a38f50fb2"/><span data-event-star="a9ba7afc-1eeb-45b3-b048-7c0a226c754f"/><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de"/><span data-event-star="b80159ff-6677-4713-8131-de1593cd5cfd"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="ca16e20d-5669-4142-943d-14e35859cda6" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="https://conf.researchr.org/track/icse-2018/icse-2018-Software-Engineering-in-Practice" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c4"><h4>* ICSE * SEIP - Software Engineering in Practice</h4>Agile and Ways of Working<span data-event-star="79f64074-2f9a-460f-8508-537aa803273b"/><span data-event-star="5da8b205-dfd0-4953-9721-0c137daa1f36"/><span data-event-star="501be41f-2a19-4913-9655-f0ef5b8d607d"/><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de"/><span data-event-star="535e5ea9-71c8-4a60-842c-17aed20a7677"/></div></a></div></div></div></td><td colspan="6" class="timeline-col empty "></td></tr></div></table></div></div></div></div><div id="Detailed-Timeline" class="tab-pane "><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Mon 28 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="6" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="7f25f356-e7b6-4339-9cc7-04657cce5f5f" data-facet-room="E1 room" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="e5d14395-d2fe-4d92-858d-e510c22481d3"><div class="timeline-elem event-elem track-color c17"><span data-event-star="e5d14395-d2fe-4d92-858d-e510c22481d3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong></div><div>Welcome to SEAMS 2018</div></div></a><div class="small clearfix"><span class="pull-left">08:30 - 09:00</span></div></div></div></div></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="7e9fb916-69a8-41fd-b913-74a668e0bae8" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="daf11160-c8ae-458d-bb02-70d379e183df"><div class="timeline-elem event-elem track-color c17"><span data-event-star="daf11160-c8ae-458d-bb02-70d379e183df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Keynote" class="output-badge" style="max-width:25px;"><span class="label-primary label">Keynote</span></span></span></div><div>Self adaptive software systems are essential for the Internet of Things</div></div></a><div class="small clearfix"><span class="pull-left">09:00 - 10:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="396a7b85-2336-49fd-b081-cb55f8cabf94" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="cb407e69-15b6-4e2e-92b6-e73a7026a0e6"><div class="timeline-elem event-elem track-color c17"><span data-event-star="cb407e69-15b6-4e2e-92b6-e73a7026a0e6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Compositional Verification of Self-Adaptive Cyber-Physical Systems</div></div></a><div class="small clearfix"><span class="pull-left">11:00 - 11:25</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="2517f75d-5ad4-4233-946c-6c38a036339f" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="77983a08-2bdc-41df-b622-727f5e30a7bf"><div class="timeline-elem event-elem track-color c17"><span data-event-star="77983a08-2bdc-41df-b622-727f5e30a7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>DeSiRE: Further Understanding Nuances of Degrees of Satisfaction of Non ...</div></div></a><div class="small clearfix"><span class="pull-left">11:25 - 11:40</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="06e9c3f9-9978-4f0a-8314-83479cb78988" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="3120b6e7-0906-43ba-9257-c59d948e9929"><div class="timeline-elem event-elem track-color c17"><span data-event-star="3120b6e7-0906-43ba-9257-c59d948e9929" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>RE-STORM: Mapping the Decision-Making Problem and Non-Functional Requir ...</div></div></a><div class="small clearfix"><span class="pull-left">11:40 - 11:55</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="f8fd4188-b6c1-4300-8f4b-bf292cf17a38" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="71d467e7-32da-4d5f-8db5-b682d2289e54"><div class="timeline-elem event-elem track-color c17"><span data-event-star="71d467e7-32da-4d5f-8db5-b682d2289e54" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>Towards Integrating Undependable Self-Adaptive Systems in Safety-Critic ...</div></div></a><div class="small clearfix"><span class="pull-left">11:55 - 12:10</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="0f0e0a17-0df4-4a2b-a757-7f373b4cf12f" data-facet-room="E1 room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="75d5247c-cb67-405c-a65e-e094e91ecf55"><div class="timeline-elem event-elem track-color c17"><span data-event-star="75d5247c-cb67-405c-a65e-e094e91ecf55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact</span></span></span></div><div>K8-Scalar: a workbench to compare autoscalers for container-orchestrate ...</div></div></a><div class="small clearfix"><span class="pull-left">12:10 - 12:25</span></div></div></div></div></td><td colspan="7" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="163318a7-bbe5-486e-a8df-5d3708390645" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="e7bc5f89-f4b8-4018-ad62-8c53708ecade"><div class="timeline-elem event-elem track-color c17"><span data-event-star="e7bc5f89-f4b8-4018-ad62-8c53708ecade" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Managing Uncertainty in Self-Adaptive Systems with Plan Reuse and Stoch ...</div></div></a><div class="small clearfix"><span class="pull-left">14:00 - 14:25</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="2c9c9166-187c-4f17-a521-809fb3d52394" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="6ad8cc5e-608b-4ee4-85cb-27d31bcf07c8"><div class="timeline-elem event-elem track-color c17"><span data-event-star="6ad8cc5e-608b-4ee4-85cb-27d31bcf07c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>Uncertainty Reduction in Self-Adaptive Systems</div></div></a><div class="small clearfix"><span class="pull-left">14:25 - 14:40</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="609aed8d-a2d2-4273-b9c5-e56319c73f72" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="a8d7a5bf-ce19-4b0a-af75-4a5a3741e05b"><div class="timeline-elem event-elem track-color c17"><span data-event-star="a8d7a5bf-ce19-4b0a-af75-4a5a3741e05b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Adapting a System with Noisy Outputs with Statistical Guarantees</div></div></a><div class="small clearfix"><span class="pull-left">14:40 - 15:05</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="ecb9d456-d741-43ad-8c91-dc9fef6a0c47" data-facet-room="E1 room" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="79906a7a-676f-4faa-91da-58702a80dc07"><div class="timeline-elem event-elem track-color c17"><span data-event-star="79906a7a-676f-4faa-91da-58702a80dc07" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>Trace Checking for Dynamic Software Product Lines</div></div></a><div class="small clearfix"><span class="pull-left">15:05 - 15:20</span></div></div></div></div></td><td colspan="8" class="timeline-col empty "></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="4184d70a-528c-42a8-9a04-25b64e34380d" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="699de49e-10f9-46cc-a501-b1b03ddf32bf"><div class="timeline-elem event-elem track-color c17"><span data-event-star="699de49e-10f9-46cc-a501-b1b03ddf32bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Hybrid Adaptation Policies – Towards a Framework for Classification and ...</div></div></a><div class="small clearfix"><span class="pull-left">16:00 - 16:25</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="01dbfc57-d0bd-4374-bc3c-24d43bf8fd11" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="1c2db143-fe59-47e6-9791-021096034e06"><div class="timeline-elem event-elem track-color c17"><span data-event-star="1c2db143-fe59-47e6-9791-021096034e06" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>A Systematic Literature Review of UML-based Domain-Specific Modeling La ...</div></div></a><div class="small clearfix"><span class="pull-left">16:25 - 16:40</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="c2003524-af0a-47a0-9e2d-0ef5e7825fbc" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="1d851621-50ec-4cb6-b40f-d65f997c82f1"><div class="timeline-elem event-elem track-color c17"><span data-event-star="1d851621-50ec-4cb6-b40f-d65f997c82f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>Run-time Monitoring of Self-Adaptive Systems to Detect N-way Feature In ...</div></div></a><div class="small clearfix"><span class="pull-left">16:40 - 16:55</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Mon 28 May 2018" data-facet-date-order="180528" data-slot-id="42ba4cd0-0a1b-4935-8ccc-c3ad1bac0990" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="00099378-d496-476c-b3ea-d2c9ac523730"><div class="timeline-elem event-elem track-color c17"><span data-event-star="00099378-d496-476c-b3ea-d2c9ac523730" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact</span></span></span></div><div>mRUBiS: An Exemplar for Model-Based Architectural Self-Healing and Self ...</div></div></a><div class="small clearfix"><span class="pull-left">16:55 - 17:10</span></div></div></div></div></td><td colspan="10" class="timeline-col empty "></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Tue 29 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="6" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="56e5fe3b-8f71-4b04-b7fc-7f36a3c0d99e" data-facet-room="E1 room" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="04fd9454-f745-46e8-bdb6-d33f7e032a25"><div class="timeline-elem event-elem track-color c17"><span data-event-star="04fd9454-f745-46e8-bdb6-d33f7e032a25" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong></div><div>Opening Day 2</div></div></a><div class="small clearfix"><span class="pull-left">08:30 - 09:00</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="988968db-d872-4aad-8de9-0ca637149cb3" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="75a2e179-4937-4886-9941-6a21223b0b3a"><div class="timeline-elem event-elem track-color c17"><span data-event-star="75a2e179-4937-4886-9941-6a21223b0b3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Cleaning Up the Mess: a Formal Framework for Autonomously Reverting BDI ...</div></div></a><div class="small clearfix"><span class="pull-left">09:00 - 09:25</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="6160c109-9821-4d1e-9940-42d1e7d940fc" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="9d1593b1-f839-4d64-b796-603d9c656056"><div class="timeline-elem event-elem track-color c17"><span data-event-star="9d1593b1-f839-4d64-b796-603d9c656056" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Prototyping Self-managed Interdependent Networks - Self-healing Synergi ...</div></div></a><div class="small clearfix"><span class="pull-left">09:25 - 09:50</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="b8604a59-f826-4eaf-8e83-ad718fc3ccdb" data-facet-room="E1 room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="e0bee784-7ddf-449c-bd91-4169f59cd9ac"><div class="timeline-elem event-elem track-color c17"><span data-event-star="e0bee784-7ddf-449c-bd91-4169f59cd9ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>A Coordination Mechanism to Replicate Large-Scale Multi-Agent Systems</div></div></a><div class="small clearfix"><span class="pull-left">09:50 - 10:05</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="0249ea33-aefa-4efe-9bc0-9d5ed5b298d3" data-facet-room="E1 room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="6d9e5729-9a48-4e53-8aa8-4a04d9b026d5"><div class="timeline-elem event-elem track-color c17"><span data-event-star="6d9e5729-9a48-4e53-8aa8-4a04d9b026d5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact</span></span></span><span class="pull-right"><span data-facet-badge="SEAMS 2018 Best Artifact Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">SEAMS 2018 Best Artifact Award</span></span></span></div><div>SWIM: An Exemplar for Evaluation and Comparison of Self-Adaptation Appr ...</div></div></a><div class="small clearfix"><span class="pull-left">10:05 - 10:20</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="6460ae78-92db-4fc2-a5c1-67e8a7223b28" data-facet-room="E1 room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="2c9d1a1f-b142-4a8a-b7c3-1bcf2ae6040e"><div class="timeline-elem event-elem track-color c17"><span data-event-star="2c9d1a1f-b142-4a8a-b7c3-1bcf2ae6040e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Doctoral Project" class="output-badge" style="max-width:25px;"><span class="label-primary label">Doctoral Project</span></span></span></div><div>Decentralized Self-Adaptive Computing at the Edge</div></div></a><div class="small clearfix"><span class="pull-left">10:20 - 10:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="d6edc1a7-705f-4973-babb-d32b6df13761" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="4d9b077e-bc79-494c-8128-660a33f87bc6"><div class="timeline-elem event-elem track-color c17"><span data-event-star="4d9b077e-bc79-494c-8128-660a33f87bc6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Toward Evaluating the Impact of Self-adaptation on Security Control Cer ...</div></div></a><div class="small clearfix"><span class="pull-left">11:00 - 11:25</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="3fb62302-f54b-46d9-9f92-91a43cd9dd86" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="c3ba05b8-db54-40c7-a122-fdea9dc11879"><div class="timeline-elem event-elem track-color c17"><span data-event-star="c3ba05b8-db54-40c7-a122-fdea9dc11879" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="SEAMS 2018 Best Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">SEAMS 2018 Best Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Requirements and Specifications for Adaptive Security: Concepts and Ana ...</div></div></a><div class="small clearfix"><span class="pull-left">11:25 - 11:50</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="2af933a8-fce8-4f48-acc6-e49a8c1029c6" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="cf0acc46-e6b1-448b-8c42-94e17ba779f5"><div class="timeline-elem event-elem track-color c17"><span data-event-star="cf0acc46-e6b1-448b-8c42-94e17ba779f5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Defining, Enforcing and Checking Privacy Policies In Data-Intensive App ...</div></div></a><div class="small clearfix"><span class="pull-left">11:50 - 12:15</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="c645cdaf-6f93-4cb6-ad97-9314b7c37f36" data-facet-room="E1 room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="ceddb859-555a-4afb-8a98-7004aea93aa6"><div class="timeline-elem event-elem track-color c17"><span data-event-star="ceddb859-555a-4afb-8a98-7004aea93aa6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Doctoral Project" class="output-badge" style="max-width:25px;"><span class="label-primary label">Doctoral Project</span></span></span></div><div>INSpIRA: INtegrating Security Into Risk Assessment</div></div></a><div class="small clearfix"><span class="pull-left">12:15 - 12:25</span></div></div></div></div></td><td colspan="7" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="d58726ff-46b7-4cd4-a962-e20520ee4d23" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="c00247c9-9aeb-4c63-ab11-5961f59d0c38"><div class="timeline-elem event-elem track-color c17"><span data-event-star="c00247c9-9aeb-4c63-ab11-5961f59d0c38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:25px;"><span class="label-primary label">Extended Abstract</span></span></span></div><div>Security: A Critical Quality Attribute in Self-Adaptive Systems</div></div></a><div class="small clearfix"><span class="pull-left">14:00 - 14:10</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="927584c6-330c-4b4e-90bf-193ecd217f22" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="88a34235-4901-4ce3-9652-0eeeda874235"><div class="timeline-elem event-elem track-color c17"><span data-event-star="88a34235-4901-4ce3-9652-0eeeda874235" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:25px;"><span class="label-primary label">Extended Abstract</span></span></span></div><div>The Special Case of Data Protection and Self-adaptation</div></div></a><div class="small clearfix"><span class="pull-left">14:10 - 14:20</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="a48858ad-d7bd-4a8e-be8c-74f4be3118f3" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="e274fff6-cf60-46b0-854a-59b75ebe1937"><div class="timeline-elem event-elem track-color c17"><span data-event-star="e274fff6-cf60-46b0-854a-59b75ebe1937" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:25px;"><span class="label-primary label">Extended Abstract</span></span></span></div><div>Self-adapation Made Easy with Blockchains</div></div></a><div class="small clearfix"><span class="pull-left">14:20 - 14:30</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="1d8523cd-643b-41e9-9b74-fede5694ef54" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="b1881524-d33e-4656-a0f6-04523a593c32"><div class="timeline-elem event-elem track-color c17"><span data-event-star="b1881524-d33e-4656-a0f6-04523a593c32" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Extended Abstract" class="output-badge" style="max-width:25px;"><span class="label-primary label">Extended Abstract</span></span></span></div><div>Agree to Disagree: Security Requirements Are Different, But Mechanisms ...</div></div></a><div class="small clearfix"><span class="pull-left">14:30 - 14:40</span></div></div></div></div></td><td colspan="10" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="f0dd8a05-8081-46eb-9e08-a54ae2f975d0" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="cf646b79-0fe7-466f-93f7-1bb7d946e391"><div class="timeline-elem event-elem track-color c17"><span data-event-star="cf646b79-0fe7-466f-93f7-1bb7d946e391" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Panel" class="output-badge" style="max-width:25px;"><span class="label-primary label">Panel</span></span></span></div><div>Panel Discussion on Security and Adaptivity</div></div></a><div class="small clearfix"><span class="pull-left">14:40 - 15:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="8cdc75a1-f923-49bc-854b-17a45311e8d1" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="d75326d9-a57a-4778-b857-3a3938b4a893"><div class="timeline-elem event-elem track-color c17"><span data-event-star="d75326d9-a57a-4778-b857-3a3938b4a893" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>Learning Non-Deterministic Impact Models for Adaptation</div></div></a><div class="small clearfix"><span class="pull-left">16:00 - 16:25</span></div></div></div></div></td><td colspan="5" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="fe9e2e2f-55e3-4c36-982f-57aac407e9e4" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="85380a5a-fbf5-440f-8cfb-b7f9f814bbcf"><div class="timeline-elem event-elem track-color c17"><span data-event-star="85380a5a-fbf5-440f-8cfb-b7f9f814bbcf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Long Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Long Paper</span></span></span></div><div>A Learning Approach to Enhance Assurances for Real-Time Self-Adaptive S ...</div></div></a><div class="small clearfix"><span class="pull-left">16:25 - 16:50</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="8c075d3b-c542-4876-9787-92fcff887784" data-facet-room="E1 room" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="50f41c1d-bcea-42d5-976b-12cc18c5d753"><div class="timeline-elem event-elem track-color c17"><span data-event-star="50f41c1d-bcea-42d5-976b-12cc18c5d753" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong><span class="pull-right"><span data-facet-badge="Short Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Paper</span></span></span></div><div>Adaptive Runtime Response Time Control in PLC-based Real-Time Systems u ...</div></div></a><div class="small clearfix"><span class="pull-left">16:50 - 17:05</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="cf10456e-5501-47b0-99b1-d5b3d3b1aa5b" data-facet-room="E1 room" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="5202b1a6-d74f-40a9-88bd-c082fb5282e3"><div class="timeline-elem event-elem track-color c17"><span data-event-star="5202b1a6-d74f-40a9-88bd-c082fb5282e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong></div><div>Closing SEAMS 2018</div></div></a><div class="small clearfix"><span class="pull-left">17:10 - 17:20</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS " data-facet-date="Tue 29 May 2018" data-facet-date-order="180529" data-slot-id="7e686ca2-d232-4cce-819f-d0cc2cf8152c" data-facet-room="E1 room" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="5c2d299a-05cc-40dd-b539-7a34591b6951"><div class="timeline-elem event-elem track-color c17"><span data-event-star="5c2d299a-05cc-40dd-b539-7a34591b6951" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS </strong></div><div>Outlook on SEAMS 2019</div></div></a><div class="small clearfix"><span class="pull-left">17:20 - 17:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 1 Jun</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/seams-2018/GothiaTowers-e1-room" target="_blank" class="room-link btn btn-room btn-xs navigate">E1 room</a></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="51959339-59f4-450f-a31e-d23a721f812a" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="a9ba7afc-1eeb-45b3-b048-7c0a226c754f"><div class="timeline-elem event-elem track-color c4"><span data-event-star="a9ba7afc-1eeb-45b3-b048-7c0a226c754f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Echoes from Space: Grouping Commands with Large-Scale Telemetry Data</div></div></a><div class="small clearfix"><span class="pull-left">11:00 - 11:20</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="f5484ade-5dee-4089-95f3-8010f72eb43c" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="b80159ff-6677-4713-8131-de1593cd5cfd"><div class="timeline-elem event-elem track-color c4"><span data-event-star="b80159ff-6677-4713-8131-de1593cd5cfd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Tool-based Interactive Parallelization: A Case Study</div></div></a><div class="small clearfix"><span class="pull-left">11:20 - 11:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="20d67c27-4767-4a57-882e-6c2fd456d5bb" data-facet-room="E1 room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="32fa4883-db71-43e1-a9e6-1d5a38f50fb2"><div class="timeline-elem event-elem track-color c4"><span data-event-star="32fa4883-db71-43e1-a9e6-1d5a38f50fb2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Studying Pull Request Merges: A Case Study of Shopify's Active Merchant</div></div></a><div class="small clearfix"><span class="pull-left">11:40 - 12:00</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="18a2b0b9-7888-4ef6-98bd-eeca49343c06" data-facet-room="E1 room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="276a99e3-236c-4e92-b9fd-b2e841f7a802"><div class="timeline-elem event-elem track-color c4"><span data-event-star="276a99e3-236c-4e92-b9fd-b2e841f7a802" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>A Detailed and Real-time Performance Monitoring Framework for Blockchai ...</div></div></a><div class="small clearfix"><span class="pull-left">12:00 - 12:20</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="d8c1e2ad-f166-4c08-864b-80af13f05e7f" data-facet-room="E1 room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="637fd5f0-7119-4c86-8034-83fa881546de"><div class="timeline-elem event-elem track-color c4"><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Q&amp;A in this sesson</div></div></a><div class="small clearfix"><span class="pull-left">12:20 - 12:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td><td colspan="12" class="timeline-col empty "></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="76c3d9b2-f15d-4c52-aaa1-9ae007ceac6f" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="501be41f-2a19-4913-9655-f0ef5b8d607d"><div class="timeline-elem event-elem track-color c4"><span data-event-star="501be41f-2a19-4913-9655-f0ef5b8d607d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Modern Code Review: A Case Study at Google</div></div></a><div class="small clearfix"><span class="pull-left">14:00 - 14:20</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="ef13724f-112c-46b8-ba43-be754ba0dfef" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="535e5ea9-71c8-4a60-842c-17aed20a7677"><div class="timeline-elem event-elem track-color c4"><span data-event-star="535e5ea9-71c8-4a60-842c-17aed20a7677" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>A Study of the Organizational Dynamics of Software Teams</div></div></a><div class="small clearfix"><span class="pull-left">14:20 - 14:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="29bfe361-f441-4eae-9a9b-ee2129b04488" data-facet-room="E1 room" class="hidable"><div class="band hour-14"><a href="#" data-event-modal="79f64074-2f9a-460f-8508-537aa803273b"><div class="timeline-elem event-elem track-color c4"><span data-event-star="79f64074-2f9a-460f-8508-537aa803273b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>An Investigation of Work Practices Used by Companies Making Contributio ...</div></div></a><div class="small clearfix"><span class="pull-left">14:40 - 15:00</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="57d0e675-775d-4532-91ea-5cf196db4123" data-facet-room="E1 room" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="5da8b205-dfd0-4953-9721-0c137daa1f36"><div class="timeline-elem event-elem track-color c4"><span data-event-star="5da8b205-dfd0-4953-9721-0c137daa1f36" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>From Agile to Continuous Development in the Healthcare Domain – Lessons ...</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 15:20</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="* ICSE * SEIP - Software Engineering in Practice" data-facet-date="Fri 1 Jun 2018" data-facet-date-order="180601" data-slot-id="805dcc90-0618-47e3-87db-cf8325013815" data-facet-room="E1 room" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="637fd5f0-7119-4c86-8034-83fa881546de"><div class="timeline-elem event-elem track-color c4"><span data-event-star="637fd5f0-7119-4c86-8034-83fa881546de" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>* ICSE * SEIP - Software Engineering in Practice</strong></div><div>Q&amp;A in this sesson</div></div></a><div class="small clearfix"><span class="pull-left">15:20 - 15:30</span></div></div></div></div></td><td colspan="6" class="timeline-col empty "></td></tr></div></table></div></div></div></div></p></div></div></fieldset></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Sun 24 Nov 23:43</em></div></div><div id="notifications-ph" class="webdsl-placeholder"></div><div id="event-modal-loader" class="webdsl-placeholder"><form name="form_131600131703c411e65b13378d08eb1f6672b5a0259" id="form_131600131703c411e65b13378d08eb1f6672b5a0259" action="https://conf.researchr.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="seams-2018" /><input name="ae03f7f6f951d515a297b161e922205d" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://conf.researchr.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"seams-2018"},],"form_131600131703c411e65b13378d08eb1f6672b5a0259", this.nextSibling, false,"event-modal-loader"); return false;'></button><a submitid="eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="load-modal-action"></a></form></div><div id="event-star-form" class="webdsl-placeholder"><form name="form_509860938088b48fd14544d4239b498a2cf339e02b" id="form_509860938088b48fd14544d4239b498a2cf339e02b" action="https://conf.researchr.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="seams-2018" /><input name="a0b55aa29cf9431a9461b359872014e3" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://conf.researchr.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"seams-2018"},],"form_509860938088b48fd14544d4239b498a2cf339e02b", this.nextSibling, false,"event-star-form"); return false;'></button><a submitid="eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="star-event-action"></a></form></div><div id="event-modals" class="webdsl-placeholder"></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; addEventModalLoadOnClick(node); addStarredEventOnClick(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><footer class="footer"><div class="container"><div class="footer-box"><div class="row"><div class="col-sm-3"><h3><a href="https://conf.researchr.org/home/seams-2018" class="navigate"><span class="glyphicon glyphicon-home"></span> SEAMS 2018</a></h3><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.67.1</a>)<br/><small><a href="https://conf.researchr.org/support/seams-2018" target="_blank" class="navigate"><span class="glyphicon glyphicon-question-sign"></span> Support page</a></small><br/><small></small></div><div class="col-sm-5"><div class="row"><div class="col-sm-6"><h4>Tracks</h4><a href="https://conf.researchr.org/track/seams-2018/seams-2018-papers" class="navigate">SEAMS 2018</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://conf.researchr.org/venue/seams-2018/GothiaTowers" class="navigate">Venue: Congress center Gothia Towers</a><br><a href="https://conf.researchr.org/attending/seams-2018/registration" class="navigate">Registration</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/seams-2018" class="navigate">Sign Up</a></div></div></div></div></footer></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; var defaultplacement = $(document).scrollLeft() > 100 ? 'auto left' : 'auto top'; $(node).find('[title]').tooltip({placement: function(tt, elem){ var attval = elem.getAttribute('data-placement'); return attval ? attval : defaultplacement; }, container: false, sanitize: false}); $('.tooltip.fade.in, .ui-tooltip-content').remove(); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><script type="text/javascript">jQuery(document).ready(function($) { $(".clickable-row").click(function() { var href = $(this).attr("href"); if( window.location.href.indexOf( href ) < 0 ){ if ($(this).hasClass('new-window') ){ window.open( href ); } else { window.document.location = href; } } }); }); </script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10