CINXE.COM

SEAMS room - ICPC 2022

<!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>SEAMS room - ICPC 2022</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/292b4c80-2432-48ff-81ca-70edb1bcba9f/logo-bar.css?1639140773887" 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"> $(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>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> <meta prefix='og: http://ogp.me/ns#' property='og:description' content=' Click here to watch the presentations of ICPC 2022! Due to the global Covid-19 pandemic, ICPC 2022 will go online. 馃帀 Good News! ICPC is now an A conference in the CORE ranking! 馃帀 '> <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> <meta name='keywords' content='ICPC, Program Comprehension, Program, Software, Fix, Test, Repair, Search, Code, Source'> <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 prefix='og: http://ogp.me/ns#' property='og:title' content='SEAMS room - ICPC 2022'> <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> <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> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://conf.researchr.org/getImage/icpc-2022/carousel/2560px-Pittsburgh_Panorama_from_the_Duquesne_Incline.jpg?1639140486000'> <!--[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 name='description' content=' Click here to watch the presentations of ICPC 2022! Due to the global Covid-19 pandemic, ICPC 2022 will go online. 馃帀 Good News! ICPC is now an A conference in the CORE ranking! 馃帀 '> </head> <body id="room"><div class="frame"><a href="https://conf.researchr.org/blogposts/icpc-2022" 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/icpc-2022" class="navbar-brand navigate"><span class="brand-text">ICPC 2022</span></a><div class="place">Mon 16 - Tue 17 May 2022 <a href="https://conf.researchr.org/venue/icpc-2022/icse-2022-virtual-venue" class="navigate"></a></div><div class="place2">co-located with <a href="https://conf.researchr.org/home/icse-2022" class="navigate">ICSE 2022</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/icpc-2022/icse-2022-physical-venue" class="navigate">Venue: David Lawrence Convention Center</a></li><li class="block"><a href="https://conf.researchr.org/venue/icpc-2022/icse-2022-virtual-venue" class="navigate">Virtual: Midspace</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/instructions" class="navigate">Instructions</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/cooking-with-the-pc-chairs" class="navigate">Cooking with the PC chairs</a></li><li class="block dropdown-header">ICSE 2022</li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/Attending-Virtually" class="indent navigate">Overview</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/Overview" class="indent navigate">Attending Virtually</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/attending-in-person" class="indent navigate">Attending In-Person</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/registration" class="indent navigate">Registration</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/code-of-conduct" class="indent navigate">Code of Conduct</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/diversity-and-inclusion-plan" class="indent navigate">Diversity, Equity, and Inclusion</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/travel-support" class="indent navigate">Travel Support</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/social-events" class="indent navigate">Social Events</a></li><li class="block"><a href="https://conf.researchr.org/attending/icpc-2022/sustainability" class="indent navigate">Sustainability</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/icpc-2022/program-icpc-2022/" class="navigate">ICPC Program</a></li><li class="block"><a href="https://conf.researchr.org/program/icpc-2022/program-icpc-2022/" 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/icpc-2022/keynotes" class="navigate">Keynotes</a></li><li class="block"><a href="https://conf.researchr.org/info/icpc-2022/awards" class="navigate">Awards</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/program/icpc-2022/program-icpc-2022/" data-fltr-type="date" data-fltr-val="Mon 16 May 2022" class="navigate">Mon 16 May</a></li><li class="block"><a href="https://conf.researchr.org/program/icpc-2022/program-icpc-2022/" data-fltr-type="date" data-fltr-val="Tue 17 May 2022" class="navigate">Tue 17 May</a></li></ul></li><li id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Tracks <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">ICPC 2022</li><li class="block"><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-era" class="navigate">Early Research Achievements (ERA)</a></li><li class="block"><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-rene" class="navigate">Replications and Negative Results (RENE)</a></li><li class="block"><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-research" class="navigate">Research</a></li><li class="block"><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-tool-demonstration" class="navigate">Tool Demonstration</a></li></ul></div></div></ul></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">ICPC 2022 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-era-program-committee" class="navigate"><strong>Early Research Achievements (ERA)</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-rene-program-committee" class="navigate"><strong>Replications and Negative Results (RENE)</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-research-program-committee" class="navigate"><strong>Research</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/icpc-2022/icpc-2022-tool-demonstration-program-committee" class="navigate"><strong>Tool Demonstration</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/icpc-2022" 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/icpc-2022//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/icpc" 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/icpc-2025" class="navigate">ICPC 2025</a></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2024" class="navigate">ICPC 2024</a></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2023" class="navigate">ICPC 2023</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> ICPC 2022</span></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2021" class="navigate">ICPC 2021</a></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2020" class="navigate">ICPC 2020</a></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2019" class="navigate">ICPC 2019</a></li><li class="block"><a href="https://conf.researchr.org/home/icpc-2018" class="navigate">ICPC 2018</a></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/icpc-2022/https%3A%5Es%5Esconf.researchr.org%5Esroom%5Esicpc-2022%5Esicse-2022-virtual-venue-seams-room" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/icpc-2022" 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-2022" class="navigate">ICSE 2022</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/icpc-2022" class="navigate">ICPC 2022</a> (<a href="https://conf.researchr.org/series/icpc" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-tower"></span> <a href="https://conf.researchr.org/venue/icpc-2022/icse-2022-virtual-venue" class="navigate">Midspace</a> / </span><h1>Room information: SEAMS room</h1></div><div class="row"><div class="col-sm-4"><fieldset><legend>Venue</legend><a href="https://conf.researchr.org/venue/icpc-2022/icse-2022-virtual-venue" class="navigate">Midspace</a></fieldset><fieldset><legend>Room name</legend>SEAMS room</fieldset></div><div class="col-sm-8"><fieldset><legend>Room Information</legend><span class="help-block">No extra information available</span></fieldset><br><div class="panel panel-default"><div class="panel-heading clearfix"><div class="panel-title"><strong><span class="glyphicon glyphicon-log-in"></span> Information for Participants</strong></div></div><div class="panel-body"><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></div></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="icpc-2022" /><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-04:00) Eastern Time (US &amp; Canada)</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-04:00) Eastern Time (US &amp; Canada)</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":"icpc-2022"},],"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 != -300){ $('.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>Wed 18 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening remarks and Keynote #1<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-65e56646-9a3e-40aa-90c2-0869dfc7445c"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/bradleyschmerl" target="_blank" class="navigate">Bradley Schmerl</a><span class="prog-aff"> Carnegie Mellon University, USA</span></small><p><a href="https://youtu.be/mRXotHN0Z6I">Video Link</a></p> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cc39df9e-bf66-4c06-ad2c-bafb2693a8c7" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="b8d70594-5bea-416e-b63d-43b0b80833ce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b8d70594-5bea-416e-b63d-43b0b80833ce">Safety Performance Indicators and Continuous Improvement Feedback </a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/philipkoopman" class="navigate">Philip Koopman</a><span class="prog-aff"> </span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">10:45 - 12:15</div></td><td colspan="2"><div class="session-info-in-table">Learning<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-9861083a-7c36-4e7e-86c0-e244b6c406ba"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/ivanadusparic" target="_blank" class="navigate">Ivana Dusparic</a><span class="prog-aff"> Trinity College Dublin, Ireland</span>, <a href="https://conf.researchr.org/profile/icpc-2022/pooyanjamshidi" target="_blank" class="navigate">Pooyan Jamshidi</a><span class="prog-aff"> University of South Carolina</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ea072f0c-a20e-4943-bae9-3d51c7e91cc6" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:45</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="edd90e4e-f267-4184-a364-c09a7e195351" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="edd90e4e-f267-4184-a364-c09a7e195351">Lifelong Self-Adaptation: Self-Adaptation Meets Lifelong Machine Learning<span class="pull-right"><span title="Award for best paper given to papers with students as the primary author." data-facet-badge="Best Student Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Student Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/omidgheibi1" class="navigate">Omid Gheibi</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/icpc-2022/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></div><a href="https://arxiv.org/pdf/2204.01834.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="b6b49738-aa5e-4d43-9984-4854300b8270" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:55</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="34f84eff-4d09-47bb-bcfc-3aad1207be86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="34f84eff-4d09-47bb-bcfc-3aad1207be86">Learning Self-adaptations for IoT Networks: A Genetic Programming Approach<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/jiali1" class="navigate">Jia Li</a><span class="prog-aff"> University of Ottawa</span>, <a href="https://conf.researchr.org/profile/icpc-2022/shivanejati" class="navigate">Shiva Nejati</a><span class="prog-aff"> University of Ottawa</span>, <a href="https://conf.researchr.org/profile/icpc-2022/mehrdadsabetzadeh" class="navigate">Mehrdad Sabetzadeh</a><span class="prog-aff"> University of Ottawa</span></div><a href="http://arxiv.org/abs/2205.04352" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/seams-2022/seams-2022-papers/3/Learning-Self-adaptations-for-IoT-Networks-A-Genetic-Programming-Approach" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f2fdae06-1667-4375-9dcd-b2fe643319d1" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:05</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="5dad1456-424e-4516-8f70-0f15e38e28fa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5dad1456-424e-4516-8f70-0f15e38e28fa">Taming Model Uncertainty in Self-adaptive Systems Using Bayesian Model Averaging<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/matteocamilli" class="navigate">Matteo Camilli</a><span class="prog-aff"> Free University of Bozen-Bolzano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/raffaelamirandola" class="navigate">Raffaela Mirandola</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/patriziascandurra" class="navigate">Patrizia Scandurra</a><span class="prog-aff"> University of Bergamo, Italy</span></div><a href="https://drive.google.com/file/d/1NXEf3ODi3gKfn94odH7ViLp1zGtKiqp6/view?usp=sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5b1ff708-b67f-4798-8cb9-c7b72c894e04" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="fc3b4150-d35c-48f4-9c51-240855ad9baa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fc3b4150-d35c-48f4-9c51-240855ad9baa">Emergent Web Server: An Exemplar to Explore Online Learning in Compositional Self-Adaptive Systems<span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/robertorodriguesfilho" class="navigate">Roberto Rodrigues Filho</a><span class="prog-aff"> Federal University of Goi谩s</span>, <a href="https://conf.researchr.org/profile/icpc-2022/elvinalberts" class="navigate">Elvin Alberts</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/icpc-2022/iliasgerostathopoulos" class="navigate">Ilias Gerostathopoulos</a><span class="prog-aff"> Vrije Universiteit Amsterdam</span>, <a href="https://conf.researchr.org/profile/icpc-2022/barryporter" class="navigate">Barry Porter</a><span class="prog-aff"> Lancaster University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/fabiocosta" class="navigate">Fabio Costa</a><span class="prog-aff"> </span></div><a href="https://robertovrf.github.io/pdfs/SEAMS22-preprint.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="50803454-d21c-40f7-b484-2a5abf158953" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>55m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="48848745-0094-4c55-954c-39a43385f81c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="48848745-0094-4c55-954c-39a43385f81c">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Doctoral track<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-992a0905-9dd8-4f1b-a3b3-eaa3b197470b"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/shivanejati" target="_blank" class="navigate">Shiva Nejati</a><span class="prog-aff"> University of Ottawa</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="91bc47e4-74a0-4819-b983-2969b8f39200" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="62af5149-dce6-49d5-ab4e-dc5a46c09900" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="62af5149-dce6-49d5-ab4e-dc5a46c09900">Safe Adaptation of Cobotic Cells based on Petri Nets<span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:40px;"><span class="label-primary label">Doctoral Symposium</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/sebastianebert" class="navigate">Sebastian Ebert</a><span class="prog-aff"> Technische Universit盲t Dresden</span></div><a href="https://doi.org/10.1145/3524844.3528075" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://git-st.inf.tu-dresden.de/SebastianEbert/preprints/-/blob/main/Safe_Adaptation_of_Cobotic_Cells_based_on_Petri_Nets.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c3e72b3f-24f9-49cf-8422-e4a12ec22c0b" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:40</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="becc7270-a0bc-4a9d-bcc3-1033466dc70f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="becc7270-a0bc-4a9d-bcc3-1033466dc70f">From Systems to Ecosystems: Rethinking Adaptive Safety<span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:40px;"><span class="label-primary label">Doctoral Symposium</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/davidhalasz" class="navigate">David Halasz</a><span class="prog-aff"> Masaryk University</span></div><a href="https://doi.org/10.1145/3524844.3528067" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.researchgate.net/profile/David-Halasz-3/publication/360447523_From_Systems_to_Ecosystems_Rethinking_Adaptive_Safety/links/6276935e2f9ccf58eb357bb6/From-Systems-to-Ecosystems-Rethinking-Adaptive-Safety.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="40ddc9b1-935f-4711-987c-11723cdeda3c" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:50</div><strong>10m</strong></div><div class="event-type">Doctoral symposium paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="25a57028-4790-4e5c-a05b-f45ecfd94445" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="25a57028-4790-4e5c-a05b-f45ecfd94445">DevOps for Digital Business: Optimizing the performance and economic efficiency of software products<span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:40px;"><span class="label-primary label">Doctoral Symposium</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/soudeghari" class="navigate">Soude Ghari</a><span class="prog-aff"> Ecole Polytechnique Montreal</span></div><a href="https://doi.org/10.1145/3524844.3528069" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="92efca64-b33f-416a-8024-338c74dbe2c6" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:00</div><strong>60m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="ff10836b-ab6c-4047-84a6-a21bede014c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ff10836b-ab6c-4047-84a6-a21bede014c0">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 19 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Community Debate<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-872cfc1c-ec3c-4d15-9cc4-aae6d57f82f9"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/hausimuller" target="_blank" class="navigate">Hausi M眉ller</a><span class="prog-aff"> University of Victoria</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1231f6d2-47fd-4a20-b060-212831f5db2a" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="f822c265-65f4-4e21-8cbd-8e3dad1c44e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f822c265-65f4-4e21-8cbd-8e3dad1c44e4">Community Debate</a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/hausimuller" class="navigate">Hausi M眉ller</a><span class="prog-aff"> University of Victoria</span>, <a href="https://conf.researchr.org/profile/icpc-2022/ramaakkiraju" class="navigate">Rama Akkiraju</a><span class="prog-aff"> IBM</span>, <a href="https://conf.researchr.org/profile/icpc-2022/jurgendobaj" class="navigate">J眉rgen Dobaj</a><span class="prog-aff"> Graz University of Technology</span>, <a href="https://conf.researchr.org/profile/icpc-2022/feliperivera" class="navigate">Felipe Rivera</a><span class="prog-aff"> University of Victoria</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">10:45 - 12:15</div></td><td colspan="2"><div class="session-info-in-table">Industry<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-c485daaf-bdca-4932-b4ab-d19f6cba4b21"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/marinlitoiu" target="_blank" class="navigate">Marin Litoiu</a><span class="prog-aff"> York University, Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fe31f148-ece2-421a-81cd-c40226679dbc" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:45</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="94a63967-6418-44e3-bd6e-2897e4fa2feb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="94a63967-6418-44e3-bd6e-2897e4fa2feb">Autonomous Networks: Practical Speed Bumps<span class="pull-right"><span data-facet-badge="Industry Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Industry Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr><tr data-slot-id="cc258b86-8f04-47dc-a102-d7012f416570" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:55</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="03a81f46-1a7c-48da-9f02-265f4e3e4c58" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03a81f46-1a7c-48da-9f02-265f4e3e4c58">Self-adaptive Testing in the Field: Are We There Yet?<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/samirasilva" class="navigate">Samira Silva</a><span class="prog-aff"> Gran Sasso Science Institute (GSSI)</span>, <a href="https://conf.researchr.org/profile/icpc-2022/antoniabertolino" class="navigate">Antonia Bertolino</a><span class="prog-aff"> CNR-ISTI</span>, <a href="https://conf.researchr.org/profile/icpc-2022/patriziopelliccione" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> Gran Sasso Science Institute, L'Aquila, Italy</span></div><a href="https://doi.org/10.1145/3524844.3528050" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://ieeecps.org/files/4038Q64kLrUWwcQAvevBS1" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="99b32c6b-5405-4667-b9f1-71cca78a88f8" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:05</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="60ab0f42-6186-43f3-8e2a-c33cda897e8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60ab0f42-6186-43f3-8e2a-c33cda897e8f">Preliminary Results of a Survey on the Use of Self-Adaptation in Industry<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span>, <a href="https://conf.researchr.org/profile/icpc-2022/iliasgerostathopoulos" class="navigate">Ilias Gerostathopoulos</a><span class="prog-aff"> Vrije Universiteit Amsterdam</span>, <a href="https://conf.researchr.org/profile/icpc-2022/nadeemabbas" class="navigate">Nadeem Abbas</a><span class="prog-aff"> Linnaeus University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/jesperandersson" class="navigate">Jesper Andersson</a><span class="prog-aff"> Linnaeus University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/stefanbiffl" class="navigate">Stefan Biffl</a><span class="prog-aff"> Vienna University of Technology</span>, <a href="https://conf.researchr.org/profile/icpc-2022/premekbrada" class="navigate">Premek Brada</a><span class="prog-aff"> University of West Bohemia</span>, <a href="https://conf.researchr.org/profile/icpc-2022/tomasbures" class="navigate">Tomas Bures</a><span class="prog-aff"> Charles University, Czech Republic</span>, <a href="https://conf.researchr.org/profile/icpc-2022/amletodisalle" class="navigate">Amleto Di Salle</a><span class="prog-aff"> University of L'Aquila</span>, <a href="https://conf.researchr.org/profile/icpc-2022/patricialago" class="navigate">Patricia Lago</a><span class="prog-aff"> Vrije Universiteit Amsterdam</span>, <a href="https://conf.researchr.org/profile/icpc-2022/angelikamusil" class="navigate">Angelika Musil</a><span class="prog-aff"> Vienna University of Technology (TU Wien)</span>, <a href="https://conf.researchr.org/profile/icpc-2022/juergenmusil" class="navigate">Juergen Musil</a><span class="prog-aff"> Vienna University of Technology</span>, <a href="https://conf.researchr.org/profile/icpc-2022/patriziopelliccione" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> Gran Sasso Science Institute, L'Aquila, Italy</span></div><a href="https://people.cs.kuleuven.be/danny.weyns/papers/2022SEAMSb.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/seams-2022/seams-2022-papers/16/Preliminary-Results-of-a-Survey-on-the-Use-of-Self-Adaptation-in-Industry" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="ac96a52e-2793-4f55-a00e-6ce8e8bb5211" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="1f0c907a-0b9f-4f19-9e9d-f846ef506fe5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1f0c907a-0b9f-4f19-9e9d-f846ef506fe5">SEAByTE: A Self-adaptive Micro-service System Artifact for Automating A/B Testing<span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/federicoquin" class="navigate">Federico Quin</a><span class="prog-aff"> Katholieke Universiteit Leuven</span>, <a href="https://conf.researchr.org/profile/icpc-2022/dannyweyns1" class="navigate">Danny Weyns</a><span class="prog-aff"> KU Leuven</span></div><a href="https://arxiv.org/abs/2204.01343" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3dd28efe-aeba-415b-a92f-209a068674c8" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:15</div><strong>60m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="a9c2b568-ac13-43d6-9678-9a6afaaa78e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9c2b568-ac13-43d6-9678-9a6afaaa78e4">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis and Planning<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-e2c6b6cb-1399-4bf1-85ce-3758caef40ab"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/gabrielamoreno" target="_blank" class="navigate">Gabriel A. Moreno</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://conf.researchr.org/profile/icpc-2022/genainanunesrodrigues" target="_blank" class="navigate">Gena铆na Nunes Rodrigues</a><span class="prog-aff"> University of Bras铆lia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="47b86f6d-bde6-4ca4-81ff-1ed7b801ac60" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="def6f576-7b73-41cc-a977-07d90b86bdc7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="def6f576-7b73-41cc-a977-07d90b86bdc7">Planning Landscape Analysis for Self-Adaptive Systems<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> Loughborough University</span></div><a href="https://arxiv.org/pdf/2203.12472.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="4f5fbc8a-e90f-4441-8b81-4dfc0fa1972e" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:40</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="c880d8ae-69db-4c2d-bf28-bc4b074de7b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c880d8ae-69db-4c2d-bf28-bc4b074de7b6">PRESTO: Predicting System-level Disruptions through Parametric Model Checking<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/xinweifang" class="navigate">Xinwei Fang</a><span class="prog-aff"> University of York, UK</span>, <a href="https://conf.researchr.org/profile/icpc-2022/raducalinescu" class="navigate">Radu Calinescu</a><span class="prog-aff"> University of York, UK</span>, <a href="https://conf.researchr.org/profile/icpc-2022/colinpaterson" class="navigate">Colin Paterson</a><span class="prog-aff"> University of York</span>, <a href="https://conf.researchr.org/profile/icpc-2022/juliewilson" class="navigate">Julie Wilson</a><span class="prog-aff"> University of York</span></div><a href="https://eprints.whiterose.ac.uk/186566/1/Main.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="9db4eb7b-b918-4be8-92be-14f65f139718" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:45</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="81161d7f-89e4-4f02-98dc-d4b40ba286b0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="81161d7f-89e4-4f02-98dc-d4b40ba286b0">Run-Time Adaptation of Quality Attributes for Automated Planning<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/rebekkawohlrab" class="navigate">Rebekka Wohlrab</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/romulomeiragoes" class="navigate">R么mulo Meira-G贸es</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/michaelvierhauser" class="navigate">Michael Vierhauser</a><span class="prog-aff"> Johannes Kepler University Linz</span></div><a href="https://rebekkaa.github.io/files/Wohlrab2022-SEAMS-RuntimeQA.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="4c499e5b-e815-4981-990e-8ac736cee815" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:50</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="b11766e4-ede0-47d5-add4-bc775f0cb618" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b11766e4-ede0-47d5-add4-bc775f0cb618">Towards Model Co-evolution Across Self-Adaptation Steps for Combined Safety and Security Analysis<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/thomaswitte" class="navigate">Thomas Witte</a><span class="prog-aff"> Ulm University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/raffaelagroner" class="navigate">Raffaela Groner</a><span class="prog-aff"> Ulm University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/alexanderraschke" class="navigate">Alexander Raschke</a><span class="prog-aff"> Ulm University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/matthiastichy" class="navigate">Matthias Tichy</a><span class="prog-aff"> Ulm University, Germany</span>, <a href="https://conf.researchr.org/profile/icpc-2022/irdinpekaric" class="navigate">Irdin Pekaric</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://conf.researchr.org/profile/icpc-2022/michaelfelderer" class="navigate">Michael Felderer</a><span class="prog-aff"> University of Innsbruck</span></div><a href="https://easychair-www.easychair.org/publications/preprint_download/8xxh" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="904b350f-677d-4b7e-81ed-e4c266742cd3" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:55</div><strong>65m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="6080d95c-3c56-40a7-a891-8050ee634f4d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6080d95c-3c56-40a7-a891-8050ee634f4d">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 20 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">09:00 - 10:15</div></td><td colspan="2"><div class="session-info-in-table">Keynote #2<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-c0016e41-8c4a-48e0-a91e-9bc43df924a7"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/javiercamara" target="_blank" class="navigate">Javier Camara</a><span class="prog-aff"> University of M谩laga</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a9e7dafa-5169-47fc-a659-05cc8e6870d7" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>75m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="65809420-100d-43cf-8ac1-c9f6b9a9684b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="65809420-100d-43cf-8ac1-c9f6b9a9684b">Reinforcement Learning for Self-Adaptation in Large-Scale Heterogeneous Dynamic Environments</a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/ivanadusparic" class="navigate">Ivana Dusparic</a><span class="prog-aff"> Trinity College Dublin, Ireland</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">10:30 - 11:45</div></td><td colspan="2"><div class="session-info-in-table">Socio-Cyber-Physical Systems<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-6c27a1a6-fbbb-4d36-8df8-2f9b16a5006f"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/lilianapasquale" target="_blank" class="navigate">Liliana Pasquale</a><span class="prog-aff"> University College Dublin &amp; Lero</span>, <a href="https://conf.researchr.org/profile/icpc-2022/catiatrubiani1" target="_blank" class="navigate">Catia Trubiani</a><span class="prog-aff"> Gran Sasso Science Institute</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="af0b3dde-ca4e-4fb2-8eae-294983f3c80a" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="80fc0d77-76a2-4f82-9220-7ae16010d18d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="80fc0d77-76a2-4f82-9220-7ae16010d18d">A Paradigm for Safe Adaptation of Collaborating Robots<span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Short Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/emiliacioroaica" class="navigate">Emilia Cioroaica</a><span class="prog-aff"> Fraunhofer IESE</span>, <a href="https://conf.researchr.org/profile/icpc-2022/barborabuhnova" class="navigate">Barbora Buhnova</a><span class="prog-aff"> Masaryk University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/emrahtomur" class="navigate">Emrah Tomur</a><span class="prog-aff"> Ericsson</span></div><a href="https://doi.org/10.1145/3524844.3528061" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.researchgate.net/publication/360515449_A_Paradigm_for_Safe_Adaptation_of_Collaborating_Robots" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d1238820-e73a-4d6e-818b-7595e4fd5345" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:35</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="9608b7cc-e2c9-40cd-8a2f-08944ee669a4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9608b7cc-e2c9-40cd-8a2f-08944ee669a4">Extending MAPE-K to support Human-Machine Teaming<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/janeclelandhuang" class="navigate">Jane Cleland-Huang</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://conf.researchr.org/profile/icpc-2022/ankitagrawal" class="navigate">Ankit Agrawal</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://conf.researchr.org/profile/icpc-2022/michaelvierhauser" class="navigate">Michael Vierhauser</a><span class="prog-aff"> Johannes Kepler University Linz</span>, <a href="https://conf.researchr.org/profile/icpc-2022/michaelmurphy1" class="navigate">Michael Murphy</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://conf.researchr.org/profile/icpc-2022/mikeprieto" class="navigate">Mike Prieto</a><span class="prog-aff"> University of Notre Dame</span></div><a href="https://arxiv.org/abs/2203.13036" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/seams-2022/seams-2022-papers/1/Extending-MAPE-K-to-support-Human-Machine-Teaming" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="27be5a23-070b-47cd-8b47-8903157e4cdf" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:45</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="71a554ee-dc65-47d8-ae80-3056e90e42d8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="71a554ee-dc65-47d8-ae80-3056e90e42d8">Towards Digital Twin-enabled DevOps for CPS providing Architecture-Based Service Adaptation &amp; Verification at Runtime<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/jurgendobaj" class="navigate">J眉rgen Dobaj</a><span class="prog-aff"> Graz University of Technology</span>, <a href="https://conf.researchr.org/profile/icpc-2022/andreasriel" class="navigate">Andreas Riel</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/icpc-2022/thomaskrug" class="navigate">Thomas Krug</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/icpc-2022/matthiasseidl" class="navigate">Matthias Seidl</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/icpc-2022/georgmacher" class="navigate">Georg Macher</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/icpc-2022/markusegretzberger" class="navigate">Markus Egretzberger</a><span class="prog-aff"> </span></div><a href="https://doi.org/10.48550/arXiv.2204.02022" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/seams-2022/seams-2022-papers/21/Towards-Digital-Twin-enabled-DevOps-for-CPS-providing-Architecture-Based-Service-Adap" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="8ba3a906-ab4b-4aed-9bc7-67b087372181" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:55</div><strong>50m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="442418c8-b4b0-4105-b470-729b15d93714" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="442418c8-b4b0-4105-b470-729b15d93714">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">12:00 - 13:05</div></td><td colspan="2"><div class="session-info-in-table">Edge and Fog<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-14ca3c07-2a44-482e-9169-4c4169e0fe2e"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/simosgerasimou" target="_blank" class="navigate">Simos Gerasimou</a><span class="prog-aff"> University of York, UK</span>, <a href="https://conf.researchr.org/profile/icpc-2022/rogeriodelemosrogerio" target="_blank" class="navigate">Rog茅rio de Lemos Rog茅rio</a><span class="prog-aff"> NOT_PROVIDED</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="0bcf1710-52d6-4353-8258-4d265298e936" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="b7a74b4e-90d4-403f-b21b-86893e2a8258" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b7a74b4e-90d4-403f-b21b-86893e2a8258">NEPTUNE: Network- and GPU-aware Management of Serverless Functions at the Edge<span class="pull-right"><span title="Award for the best SEAMS paper." data-facet-badge="Best Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/lucianobaresi" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/davideyixianhu" class="navigate">Davide Yi Xian Hu</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/giovanniquattrocchi" class="navigate">Giovanni Quattrocchi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://conf.researchr.org/profile/icpc-2022/lucaterracciano" class="navigate">Luca Terracciano</a><span class="prog-aff"> Politecnico di Milano</span></div><a href="https://arxiv.org/abs/2205.04320" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="99f8b992-dedc-4cc4-bc94-bdbf13c45aea" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="41d1780f-a797-451f-a532-32030326a61d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="41d1780f-a797-451f-a532-32030326a61d">Towards Self-Adaptive Peer-to-Peer Monitoring for Fog Environments<span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Research Paper</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/veracolombo" class="navigate">Vera Colombo</a><span class="prog-aff"> Universit脿 degli Studi di Milano-Bicocca</span>, <a href="https://conf.researchr.org/profile/icpc-2022/alessandrotundo" class="navigate">Alessandro Tundo</a><span class="prog-aff"> University of Milano-Bicocca</span>, <a href="https://conf.researchr.org/profile/icpc-2022/micheleciavotta" class="navigate">Michele Ciavotta</a><span class="prog-aff"> University of Milano - Bicocca</span>, <a href="https://conf.researchr.org/profile/icpc-2022/leonardomariani" class="navigate">Leonardo Mariani</a><span class="prog-aff"> University of Milano-Bicocca</span></div><a href="https://doi.org/10.48550/arXiv.2205.04142" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="b6cbd9e7-24d8-4a33-87a3-920988e1df25" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="87f7b267-7488-4393-b7df-0e3c07d82a53" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="87f7b267-7488-4393-b7df-0e3c07d82a53">Simdex: A Simulator of a Real Self-adaptive Job-dispatching System Backend<span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact Paper</span></span></span><span class="pull-right"><span title="Award for the best artifact in the SEAMS artifact track." data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Artifact Award</span></span></span></a></strong><div class="prog-track">SEAMS SEAMS</div><div class="performers"><a href="https://conf.researchr.org/profile/icpc-2022/martinkrulis" class="navigate">Martin Kruli拧</a><span class="prog-aff"> Charles University</span>, <a href="https://conf.researchr.org/profile/icpc-2022/tomasbures" class="navigate">Tomas Bures</a><span class="prog-aff"> Charles University, Czech Republic</span>, <a href="https://conf.researchr.org/profile/icpc-2022/petrhnetynka" class="navigate">Petr Hn臎tynka</a><span class="prog-aff"> Charles University</span></div><a href="https://ieeecps.org/files/3AgZqZSN6TDk1xj5N2FXGr" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/seams-2022/seams-2022-papers/14/Simdex-A-Simulator-of-a-Real-Self-adaptive-Job-dispatching-System-Backend" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="2eca883e-df9d-48f8-916a-01bdae12de5a" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:25</div><strong>40m</strong></div><div class="event-type">Panel</div><span data-facet-track="SEAMS SEAMS"></span></td><td><span data-event-star="3a11c80c-2637-48bb-a377-f20b2d1cb7a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3a11c80c-2637-48bb-a377-f20b2d1cb7a2">Discussion</a></strong><div class="prog-track">SEAMS SEAMS</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-facet-track="SEAMS SEAMS" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">13:05 - 13:45</div></td><td colspan="2"><div class="session-info-in-table">Most Influential Papers<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-96ad211e-6996-49a9-930a-454305433365"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/davidgarlan" target="_blank" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span></small><p>The Papers recognized as Most Influential Papers for 2010 and 2011 are:</p> <p><strong>2010</strong>: Betty Cheng and Andres Ramirez. <em>Design Patterns for Developing Dynamically Adaptive Systems.</em> <a href="https://dl.acm.org/doi/10.1145/1808984.1808990">DOI</a></p> <p><strong>2011</strong>: Norha M. Villegas, Hausi A. M眉ller, Gabriel Tamura, Laurence Duchien, Rubby Casallas. <em>A Framework for Evaluating Quality-Driven Self-Adaptive Software Systems.</em> <a href="https://dl.acm.org/doi/10.1145/1988008.1988020">DOI</a></p> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-facet-track="SEAMS SEAMS" data-facet-room="SEAMS 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 c9"></td><td><div class="slot-label">13:45 - 14:15</div></td><td colspan="2"><div class="session-info-in-table">Best Paper Awards, SEAMS 2022 Closing<span class="pull-right"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="text-muted navigate">SEAMS SEAMS</a></span> at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link navigate">SEAMS room</a> <a data-toggle="modal" href="#aci-f9fbbb04-9d6b-4ebc-b6ba-33b6bae09b38"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div></div></div><div id="Session-Timeline" class="tab-pane "><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Wed 18 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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">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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="03bd0d10-b748-4387-a1e0-fa1575bc4d59" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Opening remarks and Keynote #1<span data-event-star="b8d70594-5bea-416e-b63d-43b0b80833ce"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="c7a97e1e-79d6-44b3-a4e3-4c177ae618f3" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Learning<span data-event-star="48848745-0094-4c55-954c-39a43385f81c"/><span data-event-star="fc3b4150-d35c-48f4-9c51-240855ad9baa"/><span data-event-star="34f84eff-4d09-47bb-bcfc-3aad1207be86"/><span data-event-star="edd90e4e-f267-4184-a364-c09a7e195351"/><span data-event-star="5dad1456-424e-4516-8f70-0f15e38e28fa"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="7667263d-ab50-4aad-9da6-1bbdd5c9f579" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Doctoral track<span data-event-star="25a57028-4790-4e5c-a05b-f45ecfd94445"/><span data-event-star="62af5149-dce6-49d5-ab4e-dc5a46c09900"/><span data-event-star="ff10836b-ab6c-4047-84a6-a21bede014c0"/><span data-event-star="becc7270-a0bc-4a9d-bcc3-1033466dc70f"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 19 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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></tr><tr><th class="timeline-first-col">Room</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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="f0216416-09fc-4225-9911-6a36005ddcdc" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Community Debate<span data-event-star="f822c265-65f4-4e21-8cbd-8e3dad1c44e4"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="2b81cbab-64ba-430b-a68e-615689f37cf7" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Industry<span data-event-star="a9c2b568-ac13-43d6-9678-9a6afaaa78e4"/><span data-event-star="60ab0f42-6186-43f3-8e2a-c33cda897e8f"/><span data-event-star="1f0c907a-0b9f-4f19-9e9d-f846ef506fe5"/><span data-event-star="03a81f46-1a7c-48da-9f02-265f4e3e4c58"/><span data-event-star="94a63967-6418-44e3-bd6e-2897e4fa2feb"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="d76f62cc-6f26-44b7-8bd5-e35ca9dcd4c3" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Analysis and Planning<span data-event-star="def6f576-7b73-41cc-a977-07d90b86bdc7"/><span data-event-star="b11766e4-ede0-47d5-add4-bc775f0cb618"/><span data-event-star="c880d8ae-69db-4c2d-bf28-bc4b074de7b6"/><span data-event-star="6080d95c-3c56-40a7-a891-8050ee634f4d"/><span data-event-star="81161d7f-89e4-4f02-98dc-d4b40ba286b0"/></div></a></div></div></div></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="d96402e4-85d6-46b1-bd7c-77bb75600391" data-facet-room="SEAMS room" class="hidable"><div class="band hour-14"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 20 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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></tr><tr><th class="timeline-first-col">Room</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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="15" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="1fb9a1ff-498e-44d8-bf4a-9016af9f1801" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Keynote #2<span data-event-star="65809420-100d-43cf-8ac1-c9f6b9a9684b"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="15" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="add4faa1-c48e-4b88-9869-2dda9a8d87b5" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Socio-Cyber-Physical Systems<span data-event-star="71a554ee-dc65-47d8-ae80-3056e90e42d8"/><span data-event-star="442418c8-b4b0-4105-b470-729b15d93714"/><span data-event-star="80fc0d77-76a2-4f82-9220-7ae16010d18d"/><span data-event-star="9608b7cc-e2c9-40cd-8a2f-08944ee669a4"/></div></a></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="13" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="bb10b8bd-461c-46fc-bcae-2786f79ae955" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Edge and Fog<span data-event-star="b7a74b4e-90d4-403f-b21b-86893e2a8258"/><span data-event-star="3a11c80c-2637-48bb-a377-f20b2d1cb7a2"/><span data-event-star="41d1780f-a797-451f-a532-32030326a61d"/><span data-event-star="87f7b267-7488-4393-b7df-0e3c07d82a53"/></div></a></div></div></div></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="47fcc1f8-d395-4859-8e8d-7bee4f277aa5" data-facet-room="SEAMS room" class="hidable"><div class="band hour-13"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Most Influential Papers</div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="3da94c00-2613-40be-bbe5-86f1016977c2" data-facet-room="SEAMS room" class="hidable"><div class="band hour-13"><a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c9"><h4>SEAMS SEAMS</h4>Best Paper Awards, SEAMS 2022 Closing</div></a></div></div></div></td><td colspan="9" 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>Wed 18 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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">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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="cc39df9e-bf66-4c06-ad2c-bafb2693a8c7" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="b8d70594-5bea-416e-b63d-43b0b80833ce"><div class="timeline-elem event-elem track-color c9"><span data-event-star="b8d70594-5bea-416e-b63d-43b0b80833ce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Safety Performance Indicators and Continuous Improvement Feedback </div></div></a><div class="small clearfix"><span class="pull-left">09:00 - 10:30</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="ea072f0c-a20e-4943-bae9-3d51c7e91cc6" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="edd90e4e-f267-4184-a364-c09a7e195351"><div class="timeline-elem event-elem track-color c9"><span data-event-star="edd90e4e-f267-4184-a364-c09a7e195351" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span title="Award for best paper given to papers with students as the primary author." data-facet-badge="Best Student Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">Best Student Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Lifelong Self-Adaptation: Self-Adaptation Meets Lifelong Machine Learning</div></div></a><div class="small clearfix"><span class="pull-left">10:45 - 10:55</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="b6b49738-aa5e-4d43-9984-4854300b8270" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="34f84eff-4d09-47bb-bcfc-3aad1207be86"><div class="timeline-elem event-elem track-color c9"><span data-event-star="34f84eff-4d09-47bb-bcfc-3aad1207be86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Learning Self-adaptations for IoT Networks: A Genetic Programming Approach</div></div></a><div class="small clearfix"><span class="pull-left">10:55 - 11:05</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="f2fdae06-1667-4375-9dcd-b2fe643319d1" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="5dad1456-424e-4516-8f70-0f15e38e28fa"><div class="timeline-elem event-elem track-color c9"><span data-event-star="5dad1456-424e-4516-8f70-0f15e38e28fa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Taming Model Uncertainty in Self-adaptive Systems Using Bayesian Model ...</div></div></a><div class="small clearfix"><span class="pull-left">11:05 - 11:15</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="5b1ff708-b67f-4798-8cb9-c7b72c894e04" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="fc3b4150-d35c-48f4-9c51-240855ad9baa"><div class="timeline-elem event-elem track-color c9"><span data-event-star="fc3b4150-d35c-48f4-9c51-240855ad9baa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact Paper</span></span></span></div><div>Emergent Web Server: An Exemplar to Explore Online Learning in Composit ...</div></div></a><div class="small clearfix"><span class="pull-left">11:15 - 11:20</span></div></div></div></div></td><td colspan="11" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="50803454-d21c-40f7-b484-2a5abf158953" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="48848745-0094-4c55-954c-39a43385f81c"><div class="timeline-elem event-elem track-color c9"><span data-event-star="48848745-0094-4c55-954c-39a43385f81c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">11:20 - 12:15</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="91bc47e4-74a0-4819-b983-2969b8f39200" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="62af5149-dce6-49d5-ab4e-dc5a46c09900"><div class="timeline-elem event-elem track-color c9"><span data-event-star="62af5149-dce6-49d5-ab4e-dc5a46c09900" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:25px;"><span class="label-primary label">Doctoral Symposium</span></span></span></div><div>Safe Adaptation of Cobotic Cells based on Petri Nets</div></div></a><div class="small clearfix"><span class="pull-left">12:30 - 12:40</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="c3e72b3f-24f9-49cf-8422-e4a12ec22c0b" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="becc7270-a0bc-4a9d-bcc3-1033466dc70f"><div class="timeline-elem event-elem track-color c9"><span data-event-star="becc7270-a0bc-4a9d-bcc3-1033466dc70f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:25px;"><span class="label-primary label">Doctoral Symposium</span></span></span></div><div>From Systems to Ecosystems: Rethinking Adaptive Safety</div></div></a><div class="small clearfix"><span class="pull-left">12:40 - 12:50</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="40ddc9b1-935f-4711-987c-11723cdeda3c" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="25a57028-4790-4e5c-a05b-f45ecfd94445"><div class="timeline-elem event-elem track-color c9"><span data-event-star="25a57028-4790-4e5c-a05b-f45ecfd94445" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Doctoral Symposium" class="output-badge" style="max-width:25px;"><span class="label-primary label">Doctoral Symposium</span></span></span></div><div>DevOps for Digital Business: Optimizing the performance and economic ef ...</div></div></a><div class="small clearfix"><span class="pull-left">12:50 - 13:00</span></div></div></div></div></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Wed 18 May 2022" data-facet-date-order="220518" data-slot-id="92efca64-b33f-416a-8024-338c74dbe2c6" data-facet-room="SEAMS room" class="hidable"><div class="band hour-13"><a href="#" data-event-modal="ff10836b-ab6c-4047-84a6-a21bede014c0"><div class="timeline-elem event-elem track-color c9"><span data-event-star="ff10836b-ab6c-4047-84a6-a21bede014c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">13:00 - 14:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 19 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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">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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="18" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="1231f6d2-47fd-4a20-b060-212831f5db2a" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="f822c265-65f4-4e21-8cbd-8e3dad1c44e4"><div class="timeline-elem event-elem track-color c9"><span data-event-star="f822c265-65f4-4e21-8cbd-8e3dad1c44e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Community Debate</div></div></a><div class="small clearfix"><span class="pull-left">09:00 - 10:30</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="fe31f148-ece2-421a-81cd-c40226679dbc" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="94a63967-6418-44e3-bd6e-2897e4fa2feb"><div class="timeline-elem event-elem track-color c9"><span data-event-star="94a63967-6418-44e3-bd6e-2897e4fa2feb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Industry Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Industry Paper</span></span></span></div><div>Autonomous Networks: Practical Speed Bumps</div></div></a><div class="small clearfix"><span class="pull-left">10:45 - 10:55</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="cc258b86-8f04-47dc-a102-d7012f416570" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="03a81f46-1a7c-48da-9f02-265f4e3e4c58"><div class="timeline-elem event-elem track-color c9"><span data-event-star="03a81f46-1a7c-48da-9f02-265f4e3e4c58" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Self-adaptive Testing in the Field: Are We There Yet?</div></div></a><div class="small clearfix"><span class="pull-left">10:55 - 11:05</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="99b32c6b-5405-4667-b9f1-71cca78a88f8" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="60ab0f42-6186-43f3-8e2a-c33cda897e8f"><div class="timeline-elem event-elem track-color c9"><span data-event-star="60ab0f42-6186-43f3-8e2a-c33cda897e8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>Preliminary Results of a Survey on the Use of Self-Adaptation in Industry</div></div></a><div class="small clearfix"><span class="pull-left">11:05 - 11:10</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="ac96a52e-2793-4f55-a00e-6ce8e8bb5211" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="1f0c907a-0b9f-4f19-9e9d-f846ef506fe5"><div class="timeline-elem event-elem track-color c9"><span data-event-star="1f0c907a-0b9f-4f19-9e9d-f846ef506fe5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact Paper</span></span></span></div><div>SEAByTE: A Self-adaptive Micro-service System Artifact for Automating A ...</div></div></a><div class="small clearfix"><span class="pull-left">11:10 - 11:15</span></div></div></div></div></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="3dd28efe-aeba-415b-a92f-209a068674c8" data-facet-room="SEAMS room" class="hidable"><div class="band hour-11"><a href="#" data-event-modal="a9c2b568-ac13-43d6-9678-9a6afaaa78e4"><div class="timeline-elem event-elem track-color c9"><span data-event-star="a9c2b568-ac13-43d6-9678-9a6afaaa78e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">11:15 - 12:15</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="47b86f6d-bde6-4ca4-81ff-1ed7b801ac60" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="def6f576-7b73-41cc-a977-07d90b86bdc7"><div class="timeline-elem event-elem track-color c9"><span data-event-star="def6f576-7b73-41cc-a977-07d90b86bdc7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>Planning Landscape Analysis for Self-Adaptive Systems</div></div></a><div class="small clearfix"><span class="pull-left">12:30 - 12:35</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="4f5fbc8a-e90f-4441-8b81-4dfc0fa1972e" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="c880d8ae-69db-4c2d-bf28-bc4b074de7b6"><div class="timeline-elem event-elem track-color c9"><span data-event-star="c880d8ae-69db-4c2d-bf28-bc4b074de7b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>PRESTO: Predicting System-level Disruptions through Parametric Model Ch ...</div></div></a><div class="small clearfix"><span class="pull-left">12:40 - 12:45</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="9db4eb7b-b918-4be8-92be-14f65f139718" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="81161d7f-89e4-4f02-98dc-d4b40ba286b0"><div class="timeline-elem event-elem track-color c9"><span data-event-star="81161d7f-89e4-4f02-98dc-d4b40ba286b0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>Run-Time Adaptation of Quality Attributes for Automated Planning</div></div></a><div class="small clearfix"><span class="pull-left">12:45 - 12:50</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="4c499e5b-e815-4981-990e-8ac736cee815" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="b11766e4-ede0-47d5-add4-bc775f0cb618"><div class="timeline-elem event-elem track-color c9"><span data-event-star="b11766e4-ede0-47d5-add4-bc775f0cb618" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>Towards Model Co-evolution Across Self-Adaptation Steps for Combined Sa ...</div></div></a><div class="small clearfix"><span class="pull-left">12:50 - 12:55</span></div></div></div></div></td><td colspan="13" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Thu 19 May 2022" data-facet-date-order="220519" data-slot-id="904b350f-677d-4b7e-81ed-e4c266742cd3" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="6080d95c-3c56-40a7-a891-8050ee634f4d"><div class="timeline-elem event-elem track-color c9"><span data-event-star="6080d95c-3c56-40a7-a891-8050ee634f4d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">12:55 - 14:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 20 May</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Eastern Time (US &amp; Canada)</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">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></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" target="_blank" class="room-link btn btn-room btn-xs navigate">SEAMS room</a></td><td colspan="15" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="a9e7dafa-5169-47fc-a659-05cc8e6870d7" data-facet-room="SEAMS room" class="hidable"><div class="band hour-9"><a href="#" data-event-modal="65809420-100d-43cf-8ac1-c9f6b9a9684b"><div class="timeline-elem event-elem track-color c9"><span data-event-star="65809420-100d-43cf-8ac1-c9f6b9a9684b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Reinforcement Learning for Self-Adaptation in Large-Scale Heterogeneous ...</div></div></a><div class="small clearfix"><span class="pull-left">09:00 - 10:15</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="af0b3dde-ca4e-4fb2-8eae-294983f3c80a" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="80fc0d77-76a2-4f82-9220-7ae16010d18d"><div class="timeline-elem event-elem track-color c9"><span data-event-star="80fc0d77-76a2-4f82-9220-7ae16010d18d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Short Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Short Research Paper</span></span></span></div><div>A Paradigm for Safe Adaptation of Collaborating Robots</div></div></a><div class="small clearfix"><span class="pull-left">10:30 - 10:35</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="d1238820-e73a-4d6e-818b-7595e4fd5345" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="9608b7cc-e2c9-40cd-8a2f-08944ee669a4"><div class="timeline-elem event-elem track-color c9"><span data-event-star="9608b7cc-e2c9-40cd-8a2f-08944ee669a4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Extending MAPE-K to support Human-Machine Teaming</div></div></a><div class="small clearfix"><span class="pull-left">10:35 - 10:45</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="27be5a23-070b-47cd-8b47-8903157e4cdf" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="71a554ee-dc65-47d8-ae80-3056e90e42d8"><div class="timeline-elem event-elem track-color c9"><span data-event-star="71a554ee-dc65-47d8-ae80-3056e90e42d8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Towards Digital Twin-enabled DevOps for CPS providing Architecture-Base ...</div></div></a><div class="small clearfix"><span class="pull-left">10:45 - 10:55</span></div></div></div></div></td><td colspan="10" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="8ba3a906-ab4b-4aed-9bc7-67b087372181" data-facet-room="SEAMS room" class="hidable"><div class="band hour-10"><a href="#" data-event-modal="442418c8-b4b0-4105-b470-729b15d93714"><div class="timeline-elem event-elem track-color c9"><span data-event-star="442418c8-b4b0-4105-b470-729b15d93714" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">10:55 - 11:45</span></div></div></div></div></td><td colspan="3" class="timeline-col empty "></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="0bcf1710-52d6-4353-8258-4d265298e936" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="b7a74b4e-90d4-403f-b21b-86893e2a8258"><div class="timeline-elem event-elem track-color c9"><span data-event-star="b7a74b4e-90d4-403f-b21b-86893e2a8258" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span title="Award for the best SEAMS paper." data-facet-badge="Best Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">Best Paper Award</span></span></span><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>NEPTUNE: Network- and GPU-aware Management of Serverless Functions at t ...</div></div></a><div class="small clearfix"><span class="pull-left">12:00 - 12:10</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="99f8b992-dedc-4cc4-bc94-bdbf13c45aea" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="41d1780f-a797-451f-a532-32030326a61d"><div class="timeline-elem event-elem track-color c9"><span data-event-star="41d1780f-a797-451f-a532-32030326a61d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Research Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Research Paper</span></span></span></div><div>Towards Self-Adaptive Peer-to-Peer Monitoring for Fog Environments</div></div></a><div class="small clearfix"><span class="pull-left">12:10 - 12:20</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="b6cbd9e7-24d8-4a33-87a3-920988e1df25" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="87f7b267-7488-4393-b7df-0e3c07d82a53"><div class="timeline-elem event-elem track-color c9"><span data-event-star="87f7b267-7488-4393-b7df-0e3c07d82a53" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong><span class="pull-right"><span data-facet-badge="Artifact Paper" class="output-badge" style="max-width:25px;"><span class="label-primary label">Artifact Paper</span></span></span><span class="pull-right"><span title="Award for the best artifact in the SEAMS artifact track." data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">Best Artifact Award</span></span></span></div><div>Simdex: A Simulator of a Real Self-adaptive Job-dispatching System Backend</div></div></a><div class="small clearfix"><span class="pull-left">12:20 - 12:25</span></div></div></div></div></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="SEAMS SEAMS" data-facet-date="Fri 20 May 2022" data-facet-date-order="220520" data-slot-id="2eca883e-df9d-48f8-916a-01bdae12de5a" data-facet-room="SEAMS room" class="hidable"><div class="band hour-12"><a href="#" data-event-modal="3a11c80c-2637-48bb-a377-f20b2d1cb7a2"><div class="timeline-elem event-elem track-color c9"><span data-event-star="3a11c80c-2637-48bb-a377-f20b2d1cb7a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>SEAMS SEAMS</strong></div><div>Discussion</div></div></a><div class="small clearfix"><span class="pull-left">12:25 - 13:05</span></div></div></div></div></td><td colspan="11" class="timeline-col empty "></td></tr></div></table></div></div></div></div></p></div></div><div tabindex="-1" id="aci-65e56646-9a3e-40aa-90c2-0869dfc7445c" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Wed 18 May 2022 09:00 - 10:30 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Opening remarks and Keynote #1</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/bradleyschmerl" target="_blank" class="navigate">Bradley Schmerl</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-9861083a-7c36-4e7e-86c0-e244b6c406ba" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Wed 18 May 2022 10:45 - 12:15 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Learning</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/ivanadusparic" target="_blank" class="navigate">Ivana Dusparic</a>, <a href="https://conf.researchr.org/profile/icpc-2022/pooyanjamshidi" target="_blank" class="navigate">Pooyan Jamshidi</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-992a0905-9dd8-4f1b-a3b3-eaa3b197470b" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Wed 18 May 2022 12:30 - 14:00 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Doctoral track</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/shivanejati" target="_blank" class="navigate">Shiva Nejati</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-872cfc1c-ec3c-4d15-9cc4-aae6d57f82f9" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 19 May 2022 09:00 - 10:30 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Community Debate</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/hausimuller" target="_blank" class="navigate">Hausi M眉ller</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-c485daaf-bdca-4932-b4ab-d19f6cba4b21" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 19 May 2022 10:45 - 12:15 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Industry</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a>, <a href="https://conf.researchr.org/profile/icpc-2022/marinlitoiu" target="_blank" class="navigate">Marin Litoiu</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-e2c6b6cb-1399-4bf1-85ce-3758caef40ab" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 19 May 2022 12:30 - 14:00 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Analysis and Planning</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/gabrielamoreno" target="_blank" class="navigate">Gabriel A. Moreno</a>, <a href="https://conf.researchr.org/profile/icpc-2022/genainanunesrodrigues" target="_blank" class="navigate">Gena铆na Nunes Rodrigues</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-c0016e41-8c4a-48e0-a91e-9bc43df924a7" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 20 May 2022 09:00 - 10:15 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Keynote #2</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/javiercamara" target="_blank" class="navigate">Javier Camara</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-6c27a1a6-fbbb-4d36-8df8-2f9b16a5006f" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 20 May 2022 10:30 - 11:45 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Socio-Cyber-Physical Systems</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/lilianapasquale" target="_blank" class="navigate">Liliana Pasquale</a>, <a href="https://conf.researchr.org/profile/icpc-2022/catiatrubiani1" target="_blank" class="navigate">Catia Trubiani</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-14ca3c07-2a44-482e-9169-4c4169e0fe2e" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 20 May 2022 12:00 - 13:05 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Edge and Fog</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/simosgerasimou" target="_blank" class="navigate">Simos Gerasimou</a>, <a href="https://conf.researchr.org/profile/icpc-2022/rogeriodelemosrogerio" target="_blank" class="navigate">Rog茅rio de Lemos Rog茅rio</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-96ad211e-6996-49a9-930a-454305433365" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 20 May 2022 13:05 - 13:45 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Most Influential Papers</a> <small>Chair(s): <a href="https://conf.researchr.org/profile/icpc-2022/davidgarlan" target="_blank" class="navigate">David Garlan</a></small><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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 tabindex="-1" id="aci-f9fbbb04-9d6b-4ebc-b6ba-33b6bae09b38" class="modal"><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>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 20 May 2022 13:45 - 14:15 at <a href="https://conf.researchr.org/room/icpc-2022/icse-2022-virtual-venue-seams-room" class="room-link navigate">SEAMS room</a></strong> - <a href="https://conf.researchr.org/track/seams-2022/seams-2022-papers#program" class="navigate">Best Paper Awards, SEAMS 2022 Closing</a><div class="text-muted">Info for room <strong>SEAMS room</strong>: </div><blockquote class="info-participants"><p><a href="https://in.midspace.app/conference/icse2022/room/be2c8a0c-ab67-4ace-b516-82a5786baf01">Click here to go to the room on Midspace</a></p> </blockquote></div></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></fieldset></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Mon 25 Nov 12:55</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="icpc-2022" /><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":"icpc-2022"},],"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="icpc-2022" /><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":"icpc-2022"},],"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/icpc-2022" class="navigate"><span class="glyphicon glyphicon-home"></span> ICPC 2022</a></h3><div><a href="https://conf.researchr.org/contact/icpc-2022" class="navigate"><span class="glyphicon glyphicon-envelope"></span> contact form</a></div><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/icpc-2022" 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>ICPC 2022</h4><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-era" class="navigate">Early Research Achievements (ERA)</a><br/><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-journal-first" class="navigate">Journal First</a><br/><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-rene" class="navigate">Replications and Negative Results (RENE)</a><br/><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-research" class="navigate">Research</a><br/><a href="https://conf.researchr.org/track/icpc-2022/icpc-2022-tool-demonstration" class="navigate">Tool Demonstration</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/icpc-2022/icse-2022-physical-venue" class="navigate">Venue: David Lawrence Convention Center</a><br><a href="https://conf.researchr.org/venue/icpc-2022/icse-2022-virtual-venue" class="navigate">Virtual: Midspace</a><br><a href="https://conf.researchr.org/attending/icpc-2022/instructions" class="navigate">Instructions</a><br><a href="https://conf.researchr.org/attending/icpc-2022/cooking-with-the-pc-chairs" class="navigate">Cooking with the PC chairs</a><br><a href="https://conf.researchr.org/attending/icpc-2022/Attending-Virtually" class="navigate">Overview</a><br><a href="https://conf.researchr.org/attending/icpc-2022/Overview" class="navigate">Attending Virtually</a><br><a href="https://conf.researchr.org/attending/icpc-2022/attending-in-person" class="navigate">Attending In-Person</a><br><a href="https://conf.researchr.org/attending/icpc-2022/registration" class="navigate">Registration</a><br><a href="https://conf.researchr.org/attending/icpc-2022/code-of-conduct" class="navigate">Code of Conduct</a><br><a href="https://conf.researchr.org/attending/icpc-2022/diversity-and-inclusion-plan" class="navigate">Diversity, Equity, and Inclusion</a><br><a href="https://conf.researchr.org/attending/icpc-2022/travel-support" class="navigate">Travel Support</a><br><a href="https://conf.researchr.org/attending/icpc-2022/social-events" class="navigate">Social Events</a><br><a href="https://conf.researchr.org/attending/icpc-2022/sustainability" class="navigate">Sustainability</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/icpc-2022" 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