CINXE.COM

SAS 2020 - - 27th Static Analysis Symposium - SAS 2020

<!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>SAS 2020 - - 27th Static Analysis Symposium - SAS 2020</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?d8ff81ab1f2387936557f525e4e8eb20" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/getFile/df0b28e0-1083-46b1-b506-f5a76ada8e82/sas.css?1602147040838" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/owl-carousel/owl.theme.css?f23cf727e4fcca9a5470658da5e755c9" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/owl-carousel/owl.carousel.css?0371b5a2d50e985b09b7d337edc0dc9f" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/owl-carousel/owl.transitions.css?b1bdaeac4065bf67a7d7a06213192964" 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/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/owl-carousel/owl.carousel.min.js?88d0fe722f04973e2888b58a63aa0570"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/faceted-filtering.js?b66007ca48ecd1d87e1cdd60e4e42366"></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> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='SAS 2020 - - 27th Static Analysis Symposium - SAS 2020'> <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 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){ var isActivatingFirstTab = false; // 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){ if(!isActivatingFirstTab){ 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){ const firstItem = $(this).find('a[data-toggle="tab"]').first(); isActivatingFirstTab = true; firstItem.tab('show'); isActivatingFirstTab = false; } }); } </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 async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-4G0QWEKVQS', {'cookie_domain': 'auto', 'anonymizeIp': true });gtag('config', 'UA-9607501-2', {'cookie_domain': 'auto', 'anonymizeIp': true });</script> <!--[if IE 9]><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"></script><![endif]--> <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='description' content='Welcome to the 27th Static Analysis Symposium (SAS 2020)! Static analysis is widely recognized as a fundamental tool for program verification, bug detection, compiler optimization, program understanding, and software maintenance. The series of Static Analysis Symposia has served as the primary venue for the presentation of theoretical, practical, and application advances in the area.'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Welcome to the 27th Static Analysis Symposium (SAS 2020)! Static analysis is widely recognized as a fundamental tool for program verification, bug detection, compiler optimization, program understanding, and software maintenance. The series of Static Analysis Symposia has served as the primary venue for the presentation of theoretical, practical, and application advances in the area.'> <script type="text/javascript">function addEventModalLoadOnClick( containerNode ){ $(containerNode).find( "a[data-event-modal]" ).on("click", function(e){ var eventId = $(this).data("event-modal"); var modalElem = $("#modal-" + eventId); if(modalElem.length){ modalElem.modal({ backdrop: 'static', keyboard: true}, 'show'); } else { var loaderElem = $("#event-modal-loader"); loaderElem.find("input.event-id-input").val( eventId ); loaderElem.find("#load-modal-action").click(); } e.preventDefault(); } ); } </script><script type="text/javascript">function addStarredEventOnClick( containerNode ){ $(containerNode).find( "[data-event-star]" ).on("click", function(e){ var eventId = $(this).data("event-star"); var starEventFormElem = $("#event-star-form"); starEventFormElem.find("input.event-id-input").val( eventId ); starEventFormElem.find("#star-event-action").click(); e.preventDefault(); e.stopPropagation(); } ); } </script><script type="text/javascript">function pauseOnCloseModal( modalid ){ //pauses video (only youtube at the moment) when closing modal $('#' + modalid).on('hidden.bs.modal', function () { $(this).find('.embed-container iframe[src*=enablejsapi]').each( function(){ this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*') } ); } ) } </script> </head> <body id="home"><div class="frame"><div class="logobar"><div class="container"><a href="https://conf.researchr.org/home/sas-2020" class="navbar-brand navigate"><span class="brand-text">SAS 2020</span></a><div class="place">Wed 18 - Fri 20 November 2020 <a href="https://conf.researchr.org/venue/sas-2020/splash-2020-venue" class="navigate">Online Conference</a></div><div class="place2">co-located with <a href="https://2020.splashcon.org" class="navigate">SPLASH 2020</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/sas-2020/splash-2020-venue" class="navigate">Venue: Online</a></li><li class="block dropdown-header">SPLASH 2020</li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/Students" class="indent navigate">Students</a></li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/Registration" class="indent navigate">Registration</a></li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/awards" class="indent navigate">Awards</a></li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/sponsoring" class="indent navigate">Sponsoring</a></li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/Conduct" class="indent navigate">Code of conduct</a></li><li class="block"><a href="https://conf.researchr.org/attending/sas-2020/Certificate+of+Attendance" class="indent navigate">Certificate of Attendance</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/sas-2020/program-sas-2020/" class="navigate">SAS Program</a></li><li class="block"><a href="https://conf.researchr.org/program/sas-2020/program-sas-2020/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/program/sas-2020/program-sas-2020/" data-fltr-type="date" data-fltr-val="Wed 18 Nov 2020" class="navigate">Wed 18 Nov</a></li><li class="block"><a href="https://conf.researchr.org/program/sas-2020/program-sas-2020/" data-fltr-type="date" data-fltr-val="Thu 19 Nov 2020" class="navigate">Thu 19 Nov</a></li><li class="block"><a href="https://conf.researchr.org/program/sas-2020/program-sas-2020/" data-fltr-type="date" data-fltr-val="Fri 20 Nov 2020" class="navigate">Fri 20 Nov</a></li></ul></li><li class="block"><a href="https://conf.researchr.org/home/sas-2020" class="navigate">Track/Call</a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SAS 2020 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-invited-speakers" class="navigate">Invited Speakers</a></li><li class="block"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-artifact-evaluation-committee" class="navigate">Artifact Evaluation Committee</a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/sas-2020" 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/sas-2020//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/sas" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"><a href="https://2025.splashcon.org/home/sas-2025" class="navigate">SAS 2025</a></li><li class="block"><a href="https://2024.splashcon.org/home/sas-2024" class="navigate">SAS 2024</a></li><li class="block"><a href="https://conf.researchr.org/home/sas-2023" class="navigate">SAS 2023</a></li><li class="block"><a href="https://conf.researchr.org/home/sas-2022" class="navigate">SAS 2022</a></li><li class="block"><a href="https://conf.researchr.org/home/sas-2021" class="navigate">SAS 2021</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> SAS 2020</span></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/sas-2020/https%3A%5Es%5Esconf.researchr.org%5Eshome%5Essas-2020" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/sas-2020" 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://2020.splashcon.org" class="navigate">SPLASH 2020</a> (<a href="https://conf.researchr.org/series/splash" class="navigate">series</a>) / </span><span class="text-muted small">SAS 2020 (<a href="https://conf.researchr.org/series/sas" class="navigate">series</a>) / </span><h1>SAS 2020 - 27th Static Analysis Symposium</h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#About" data-toggle="tab">About</a></li><li><a href="#program" data-toggle="tab">Program</a></li><li><a href="#event-overview" data-toggle="tab">Accepted Papers</a></li><li><a href="#Call-for-Artifacts" data-toggle="tab">Call for Artifacts</a></li><li><a href="#Call-for-Papers" data-toggle="tab">Call for Papers</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><div class="tab-content"><div id="About" class="tab-pane "><p>Welcome to the 27th Static Analysis Symposium (SAS 2020)!</p> <p>Static analysis is widely recognized as a fundamental tool for program verification, bug detection, compiler optimization, program understanding, and software maintenance. The series of <a href="https://staticanalysis.org">Static Analysis Symposia</a> has served as the primary venue for the presentation of theoretical, practical, and application advances in the area.</p> <h3>Invited talks</h3><div id="eaa4836d55525892e8ba4181a5e6f6e4wrapper"><div id="eaa4836d55525892e8ba4181a5e6f6e4"><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/3/Cost-Analysis-of-Smart-Contracts-via-Parametric-Resource-Analysis" class="highlight-carousel-item navigate"><div class="thumbnail"><span style="position:absolute;"><span class="pull-right"><span class="output-badge" style="max-height: 40px; z-index:10;"><span class="label-primary label">Invited Talk</span></span></span></span><img alt="Manuel Hermenegildo" src="https://conf.researchr.org/getProfileImage/manuelhermengildo/9ad5b1a1-5b09-4700-a372-66f4683bb674/avatar.jpg?1711523683000" class="outputimage owl-top"/><div class="caption"><div class="owl-bottom"><h5>Cost Analysis of Smart Contracts via Parametric Resource Analysis</h5><h6><i>Manuel Hermenegildo</i></h6></div></div></div></a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/2/Static-Resource-Analysis-at-Scale" class="highlight-carousel-item navigate"><div class="thumbnail"><span style="position:absolute;"><span class="pull-right"><span class="output-badge" style="max-height: 40px; z-index:10;"><span class="label-primary label">Invited Talk</span></span></span></span><img alt="Ezgi &Ccedil;i&ccedil;ek" src="https://conf.researchr.org/getProfileImage/ezgicicek/fd8cd7b8-388d-46de-960d-2e5912ceae85/avatar.jpg?1711491778000" class="outputimage owl-top"/><div class="caption"><div class="owl-bottom"><h5>Static Resource Analysis at Scale</h5><h6><i>Ezgi Çiçek</i></h6></div></div></div></a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/1/Static-analysis-for-privacy-preserving-artificial-intelligence" class="highlight-carousel-item navigate"><div class="thumbnail"><span style="position:absolute;"><span class="pull-right"><span class="output-badge" style="max-height: 40px; z-index:10;"><span class="label-primary label">Invited Talk</span></span></span></span><img alt="Gogul Balakrishnan" src="https://conf.researchr.org/getProfileImage/gogulbalakrishnan/09222147-d801-471b-9987-b91eed0ec429/avatar.jpg?1711530856000" class="outputimage owl-top"/><div class="caption"><div class="owl-bottom"><h5>Static analysis for privacy-preserving artificial intelligence</h5><h6><i>Gogul Balakrishnan</i></h6></div></div></div></a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/4/Polynomial-Invariants-for-Affine-Programs" class="highlight-carousel-item navigate"><div class="thumbnail"><span style="position:absolute;"><span class="pull-right"><span class="output-badge" style="max-height: 40px; z-index:10;"><span class="label-primary label">Invited Talk</span></span></span></span><img alt="James Worrell" src="https://conf.researchr.org/getProfileImage/jamesworrell/36a1e9ae-23e2-4ef7-91b4-dbe770fef598/avatar.jpg?1711479360000" class="outputimage owl-top"/><div class="caption"><div class="owl-bottom"><h5>Polynomial Invariants for Affine Programs</h5><h6><i>James Worrell</i></h6></div></div></div></a></div></div><script type="text/javascript">$(document).ready(function() { $("#eaa4836d55525892e8ba4181a5e6f6e4").owlCarousel({ autoPlay: 15000, //Set AutoPlay to 15 sec items : 4, itemsDesktop : [1199,4], itemsDesktopSmall : [979,4], itemsTablet: [768,3], itemsTabletSmall: [600,2], itemsMobile: [479,2], itemsScaleUp: false, stopOnHover: true, responsiveBaseWidth: "#eaa4836d55525892e8ba4181a5e6f6e4wrapper" }); }); </script><script type="text/javascript">$(window).on('load', function() { var a = [/*"owl-top",*/ "owl-bottom"]; a.forEach(function(cl) { var maxHeight=0; $('#eaa4836d55525892e8ba4181a5e6f6e4 .' + cl + ',#eaa4836d55525892e8ba4181a5e6f6e4 .' + cl + ' *').each(function () { var thisHeight = $(this).outerHeight( true ); if (thisHeight > maxHeight ){ maxHeight = thisHeight; } }); $('#eaa4836d55525892e8ba4181a5e6f6e4 .' + cl).css('height', maxHeight); }); }); </script></div><div id="program" class="tab-pane "><div class="faceted-filtering"><div class="row date-facets"><div class="col-sm-1"><strong>Dates</strong></div><div class="col-sm-11"><div data-facet-type="date" class="facet-placeholder"></div></div></div><div class="row plenary-facets"><div class="col-sm-1"><strong>Plenary</strong></div><div class="col-sm-11"><div data-facet-type="plenary" class="facet-placeholder"></div></div></div><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="sas-2020" /><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-06:00) Central 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-06:00) Central 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="-540">(GMT-10: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="-480">(GMT-09:00) Alaska</option><option value="America/Ensenada" data-utc-minute-offset="-420">(GMT-08: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="-420">(GMT-08:00) Pacific Time (US &amp; Canada)</option><option value="America/Denver" data-utc-minute-offset="-360">(GMT-07:00) Mountain Time (US &amp; Canada)</option><option value="America/Chihuahua" data-utc-minute-offset="-360">(GMT-07: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-05:00) Easter Island</option><option value="America/Chicago" data-utc-minute-offset="-300">(GMT-06:00) Central Time (US &amp; Canada)</option><option value="America/New_York" data-utc-minute-offset="-240">(GMT-05:00) Eastern Time (US &amp; Canada)</option><option value="America/Havana" data-utc-minute-offset="-240">(GMT-05: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-03: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="-180">(GMT-04:00) Atlantic Time (Goose Bay)</option><option value="America/Glace_Bay" data-utc-minute-offset="-180">(GMT-04:00) Atlantic Time (Canada)</option><option value="America/St_Johns" data-utc-minute-offset="-150">(GMT-03: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="-120">(GMT-03:00) Miquelon, St. Pierre</option><option value="America/Godthab" data-utc-minute-offset="-180">(GMT-03: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-01:00) 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) Belfast</option><option value="Europe/Dublin" data-utc-minute-offset="0">(GMT) Dublin</option><option value="Europe/Lisbon" data-utc-minute-offset="0">(GMT) Lisbon</option><option value="Europe/London" data-utc-minute-offset="0">(GMT) 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+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option><option value="Europe/Belgrade" data-utc-minute-offset="60">(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option><option value="Europe/Brussels" data-utc-minute-offset="60">(GMT+01: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+02:00) Athens</option><option value="Asia/Beirut" data-utc-minute-offset="120">(GMT+02: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+02: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+02: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+02: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+03: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+10: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+11: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+11:00) 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+12: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+13: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+13: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":"sas-2020"},],"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="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><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Wed 18 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Central 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-0"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><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">00:20 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Breakfast in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-SRC" target="_blank" class="text-muted navigate">SPLASH Student Research Competition</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/><ul> <li> <p>Aidan Yang, <i>SOAR: Synthesis for Open-Source API Refactoring</i></p> </li> <li> <p>Gahwon Lee, <i>SASIL: A Domain-Specific Language for Simulating Declarative Specifications of Scheduling Systems</i></p> </li> <li> <p>Ian C. McCormack, <i>A Software Library Model for the Internet of Things</i></p> </li> <li> <p>Mona Zhang and Jacob Gorenburg, <i>Design and Implementation of a Gradual Verifier</i></p> </li> <li> <p>Raphael Mosaner, <i>Machine Learning to Ease Understanding of Data Driven Compiler Optimizations</i></p> </li> <li> <p>Reed Oei, <i> Psamathe: A DSL for Safe Blockchain Assets </i></p> </li> <li> <p>Sang Heon Choi, <i>Consolidation: A Technique for Improving Permissiveness of Human-Machine Interfaces</i></p> </li> <li> <p>Sophia Kolak, <i>Detecting Performance Patterns with Deep Learning</i></p> </li> <li> <p>Vitaly Romanov, <i>Evaluating Importance of Edge Types when Using Graph Neural Network for Predicting Return Types of Python Functions</i></p> </li> </ul> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="27e9c703-c098-40fe-9407-36203f6c5c2d" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>40m</strong></div><div class="event-type">Poster</div><span data-facet-track="SPLASH Student Research Competition"></span></td><td><span data-event-star="a9e3d4ea-adaf-4e67-a431-fcf11578554b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9e3d4ea-adaf-4e67-a431-fcf11578554b">Student Research Competition</a></strong><div class="prog-track">SPLASH Student Research Competition</div><br></td></tr></table></div><div class="hidable band hour-2"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">02:20 - 03:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in Sydney<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d058804c-dca1-403c-a7a1-fc4ae37a346b" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">02:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="4c9081af-aa92-4d04-a815-22b427724873" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c9081af-aa92-4d04-a815-22b427724873">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">04:20 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Bejing<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="28b438c8-2bb8-4c84-9d21-6e2026f92db5" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="5a1b823c-58b7-45a2-a372-1295a926866d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a1b823c-58b7-45a2-a372-1295a926866d">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-6"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">06:20 - 07:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Delhi<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ccf31134-d942-4fcf-95d3-d3804e8340b1" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">06:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="41344328-debe-4b54-a95f-00473bea98e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="41344328-debe-4b54-a95f-00473bea98e4">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table">1<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/patrickcousot" target="_blank" class="navigate">Patrick Cousot</a><span class="prog-aff"> New York University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2bad46cf-da0e-4a38-affd-cdc6d07704ba" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="ae38a637-3b97-4277-a496-2c1f2d2c6a6b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ae38a637-3b97-4277-a496-2c1f2d2c6a6b">Cost Analysis of Smart Contracts via Parametric Resource Analysis<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/manuelhermengildo" class="navigate">Manuel Hermenegildo</a><span class="prog-aff"> IMDEA Software Institute and T.U. of Madrid</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/3/Cost-Analysis-of-Smart-Contracts-via-Parametric-Resource-Analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/3/Cost-Analysis-of-Smart-Contracts-via-Parametric-Resource-Analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="ca939b92-d7ad-4a8d-af82-0766061ad965" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="96776028-772c-4c12-bdda-eb5721127c2c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="96776028-772c-4c12-bdda-eb5721127c2c">A Library Modeling Language for the Static Analysis of C Programs<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abdelraoufouadjaout" class="navigate">Abdelraouf Ouadjaout</a><span class="prog-aff"> Sorbonne Université</span>, <a href="https://conf.researchr.org/profile/sas-2020/antoinemine" class="navigate">Antoine Miné</a><span class="prog-aff"> Sorbonne Université</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c37"></td><td><div class="slot-label">08:20 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Chicago<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-awards" target="_blank" class="text-muted navigate">SPLASH Awards</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2e95fb9c-7b37-433c-b8f4-4f324d5e9cdc" class="hidable"><td class="track-color c37"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>40m</strong></div><div class="event-type">Other</div><span data-facet-track="SPLASH Awards"></span></td><td><span data-event-star="c0fd419e-0940-4fad-8e84-7f72a9339b79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c0fd419e-0940-4fad-8e84-7f72a9339b79">Awards Session</a></strong><div class="prog-track">SPLASH Awards</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/davidgrove" class="navigate">David Grove</a><span class="prog-aff"> IBM Research</span>, <a href="https://conf.researchr.org/profile/sas-2020/jenspalsberg" class="navigate">Jens Palsberg</a><span class="prog-aff"> University of California, Los Angeles</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c5"></td><td><div class="slot-label">09:00 - 10:20</div></td><td colspan="2"><div class="session-info-in-table">W<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-splash-keynotes" target="_blank" class="text-muted navigate">SPLASH Keynotes</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/hrideshrajan" target="_blank" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University, USA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d7369bc9-e0dc-49a7-add9-56eb88b344fb" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>80m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SPLASH Keynotes"></span></td><td><span data-event-star="524d2a59-9a05-498f-879b-750d10430c79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="524d2a59-9a05-498f-879b-750d10430c79">Models and Programs: Better Together<span class="pull-right"><span data-facet-badge="supported by Futurewei" class="output-badge" style="max-width:40px;"><span class="label-primary label">supported by Futurewei</span></span></span></a></strong><div class="prog-track">SPLASH Keynotes</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://dl.acm.org/doi/pdf/10.1145/3426430.3434070" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">10:20 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seattle<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="5dcaaf21-711c-4f4a-8fd5-9fa521a51447" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="b3d90584-8297-4112-b66a-f612567a4efe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b3d90584-8297-4112-b66a-f612567a4efe">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">11:00 - 12:20</div></td><td colspan="2"><div class="session-info-in-table">2<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/matthewflatt" target="_blank" class="navigate">Matthew Flatt</a><span class="prog-aff"> University of Utah, USA</span>, <a href="https://conf.researchr.org/profile/sas-2020/davidpichardie" target="_blank" class="navigate">David Pichardie</a><span class="prog-aff"> Univ Rennes, ENS Rennes, IRISA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2b30c6b3-ab33-4d2a-a456-1b42d2d22811" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="a314d207-12a7-4384-9f2a-43bf0cacd948" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a314d207-12a7-4384-9f2a-43bf0cacd948">Static Resource Analysis at Scale<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/ezgicicek" class="navigate">Ezgi Çiçek</a><span class="prog-aff"> Facebook London</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/2/Static-Resource-Analysis-at-Scale" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="9a9c5487-bf59-4b3d-8001-7775ee2700d7" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>40m</strong></div><div class="event-type">Keynote</div><span data-facet-track="DLS"></span></td><td><span data-event-star="9dacd93d-13cf-4a2c-9a12-ef5b3d814e72" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9dacd93d-13cf-4a2c-9a12-ef5b3d814e72">Croquet: A Unique Collaboration Architecture (Keynote)<span class="pull-right"><span data-facet-badge="Keynote" class="output-badge" style="max-width:40px;"><span class="label-primary label">Keynote</span></span></span></a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/vanessafreudenberg" class="navigate">Vanessa Freudenberg</a><span class="prog-aff"> Croquet Corp</span></div><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/10/Croquet-A-Unique-Collaboration-Architecture-Keynote-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">12:20 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Wellington<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4a316931-1993-4ff3-a89a-2d61489b3ba1" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="1eafc361-05aa-48dd-80e5-a8708d7ac2c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1eafc361-05aa-48dd-80e5-a8708d7ac2c8">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">13:00 - 14:20</div></td><td colspan="2"><div class="session-info-in-table">3<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/patrickcousot" target="_blank" class="navigate">Patrick Cousot</a><span class="prog-aff"> New York University</span>, <a href="https://conf.researchr.org/profile/sas-2020/michaelhomer" target="_blank" class="navigate">Michael Homer</a><span class="prog-aff"> Victoria University of Wellington</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6fa596e8-6e99-46f1-8874-1d865d1fa222" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="74b4eec7-f45e-46a4-915c-a2812474e966" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74b4eec7-f45e-46a4-915c-a2812474e966">Exact and Linear-Time Gas-Cost Analysis</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ankushdas" class="navigate">Ankush Das</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/sas-2020/shazqadeer1" class="navigate">Shaz Qadeer</a><span class="prog-aff"> Novi, USA</span></div><a href="https://www.cs.cmu.edu/~ankushd/docs/move20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="bd126cb0-6dda-4c11-ad4e-e1dd2976c290" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="3935655d-f3ff-4f44-8de9-a461cc25e8d1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3935655d-f3ff-4f44-8de9-a461cc25e8d1">Python 3 Types in the Wild: A Tale of Two Type Systems</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ingkaratrakamnouykit" class="navigate">Ingkarat Rak-amnouykit</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/danielmccrevan" class="navigate">Daniel McCrevan</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/anamilanova" class="navigate">Ana Milanova</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/martinhirzel" class="navigate">Martin Hirzel</a><span class="prog-aff"> IBM Research</span>, <a href="https://conf.researchr.org/profile/sas-2020/juliandolby" class="navigate">Julian Dolby</a><span class="prog-aff"> IBM Research, USA</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p10-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426981" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://hirzels.com/martin/papers/dls20-python-types.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/5/Python-3-Types-in-the-Wild-A-Tale-of-Two-Type-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="458a30b3-7c5e-4b97-87ec-78c2083c8739" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="d008d8aa-e072-4ded-bb28-92df9b4a75ab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d008d8aa-e072-4ded-bb28-92df9b4a75ab">On Multi-Language Abstraction: Towards a Static Analysis of Multi-Language Programs</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/samueleburo" class="navigate">Samuele Buro</a><span class="prog-aff"> Università degli Studi di Verona</span>, <a href="https://conf.researchr.org/profile/sas-2020/roycrole" class="navigate">Roy Crole</a><span class="prog-aff"> University of Leicester</span>, <a href="https://conf.researchr.org/profile/sas-2020/isabellamastroeni" class="navigate">Isabella Mastroeni</a><span class="prog-aff"> University of Verona, Italy</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/16/On-Multi-Language-Abstraction-Towards-a-Static-Analysis-of-Multi-Language-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="fc834762-aa54-42f7-b01d-b6f7a7b304fc" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="e665af34-4eeb-4601-96fd-e5aa138a4c64" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e665af34-4eeb-4601-96fd-e5aa138a4c64">Wasm/k: Delimited Continuations for WebAssembly</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/donaldpinckney" class="navigate">Donald Pinckney</a><span class="prog-aff"> Northeastern University</span>, <a href="https://conf.researchr.org/profile/sas-2020/arjunguha" class="navigate">Arjun Guha</a><span class="prog-aff"> University of Massachusetts at Amherst</span>, <a href="https://conf.researchr.org/profile/sas-2020/yuriybrun" class="navigate">Yuriy Brun</a><span class="prog-aff"> University of Massachusetts Amherst</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p5-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426978" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2010.01723" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/2/Wasm-k-Delimited-Continuations-for-WebAssembly" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">14:20 - 15:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="abc1e095-7c22-49a5-a3e5-af5de34fd3c1" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="6fc744f4-fc7f-4b96-b70f-e25251614484" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6fc744f4-fc7f-4b96-b70f-e25251614484">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:20</div></td><td colspan="2"><div class="session-info-in-table">4<span class="pull-right"><a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a> / <a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/antoinemine" target="_blank" class="navigate">Antoine Miné</a><span class="prog-aff"> Sorbonne Université</span>, <a href="https://conf.researchr.org/profile/sas-2020/jeremysiek" target="_blank" class="navigate">Jeremy G. Siek</a><span class="prog-aff"> Indiana University, USA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ea0555f9-6f56-4516-86fc-ab280024219c" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13">Memory-Efficient Fixpoint Computation<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sungkookkim" class="navigate">Sung Kook Kim</a><span class="prog-aff"> University of California, Davis</span>, <a href="https://conf.researchr.org/profile/sas-2020/arnaudjvenet" class="navigate">Arnaud J. Venet</a><span class="prog-aff"> Facebook</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a><span class="prog-aff"> University of California, Davis</span></div><a href="https://arxiv.org/abs/2009.05865" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/5/Memory-Efficient-Fixpoint-Computation" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="214d03e9-fa36-4b7c-ac05-44089ceeceb4" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="ce3e05fe-bed4-4c6e-8f2f-3ec96e59bf13" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ce3e05fe-bed4-4c6e-8f2f-3ec96e59bf13">Dynamic Pattern Matching with Python</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/tobiaskohn" class="navigate">Tobias Kohn</a><span class="prog-aff"> University of Cambridge, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/guidovanrossum" class="navigate">Guido van Rossum</a><span class="prog-aff"> Python Software Foundation</span>, <a href="https://conf.researchr.org/profile/sas-2020/garybrandtbucherii" class="navigate">Brandt Bucher</a><span class="prog-aff"> Research Affiliates, LLC</span>, <a href="https://conf.researchr.org/profile/sas-2020/talin" class="navigate"> Talin</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/ivanlevkivskyi" class="navigate">Ivan Levkivskyi</a><span class="prog-aff"> Dropbox Ireland</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p12-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426983" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/7/Dynamic-Pattern-Matching-with-Python" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="db8d3a86-8581-4930-87d3-b8b949fd82ad" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96">Simple and Efficient Computation of Minimal Weak Control Closure<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abunasermasud" class="navigate">Abu Naser Masud</a><span class="prog-aff"> Malardalen University</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="88394186-cbb7-43fb-b7e9-773c79c6ce07" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="b5f8101e-f7bf-45b0-98cf-165cd7531f05" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5f8101e-f7bf-45b0-98cf-165cd7531f05">Sound, Heuristic Type Annotation Inference for Ruby</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/milodkazerounian1" class="navigate">Milod Kazerounian</a><span class="prog-aff"> University of Maryland, College Park</span>, <a href="https://conf.researchr.org/profile/sas-2020/briannamren" class="navigate">Brianna M. Ren</a><span class="prog-aff"> University of Maryland</span>, <a href="https://conf.researchr.org/profile/sas-2020/jeffreysfoster" class="navigate">Jeffrey S. Foster</a><span class="prog-aff"> Tufts University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p14-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426985" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://www.cs.umd.edu/~milod/assets/files/dls20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/9/Sound-Heuristic-Type-Annotation-Inference-for-Ruby" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">16:20 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seoul<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7b597fe4-019b-4808-93da-7167de334119" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="70d3b92e-67ed-4b25-9ef7-8685970e6aa1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="70d3b92e-67ed-4b25-9ef7-8685970e6aa1">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:00 - 18:20</div></td><td colspan="2"><div class="session-info-in-table">5<span class="pull-right"><a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a> / <a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/patrickcousot" target="_blank" class="navigate">Patrick Cousot</a><span class="prog-aff"> New York University</span>, <a href="https://conf.researchr.org/profile/sas-2020/sukyoungryu1" target="_blank" class="navigate">Sukyoung Ryu</a><span class="prog-aff"> </span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3bf82d53-7ac3-4551-a63a-7fa1666ee629" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="890ea906-b119-4828-8f45-d132f9c38082" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="890ea906-b119-4828-8f45-d132f9c38082">Abstract Neural Networks</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/matthewsotoudeh" class="navigate">Matthew Sotoudeh</a><span class="prog-aff"> University of California, Davis</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a><span class="prog-aff"> University of California, Davis</span></div><a href="https://arxiv.org/abs/2009.05660" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/6/Abstract-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="dbdc6a65-7df8-4ce3-9a5f-d947e28a4a75" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="179704f8-cb35-4d44-8ef9-ea437c436204" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="179704f8-cb35-4d44-8ef9-ea437c436204">Amalgamating Different JIT Compilations in a Meta-tracing JIT Compiler Framework</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/yusukeizawa" class="navigate">Yusuke Izawa</a><span class="prog-aff"> Tokyo Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/hidehikomasuhara" class="navigate">Hidehiko Masuhara</a><span class="prog-aff"> Tokyo Institute of Technology</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p4-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426977" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2011.03516" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/1/Amalgamating-Different-JIT-Compilations-in-a-Meta-tracing-JIT-Compiler-Framework" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="fcfa6794-c3c5-4a25-92f8-6a7eb65ca070" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="5360324a-7234-4b20-95d8-80639f65ad7a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5360324a-7234-4b20-95d8-80639f65ad7a">Probabilistic Lipschitz Analysis of Neural Networks<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ravimangal" class="navigate">Ravi Mangal</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/kartiksarangmath" class="navigate">Kartik Sarangmath</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityanori" class="navigate">Aditya Nori</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/alessandroorso" class="navigate">Alessandro Orso</a><span class="prog-aff"> Georgia Tech</span></div><a href="https://www.cc.gatech.edu/~rmangal3/papers/sas20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/15/Probabilistic-Lipschitz-Analysis-of-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="1b0c8169-e5f5-4301-af7b-4d1acc1464b0" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="5013f5f6-0c92-406c-b516-126cc1c9f16c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5013f5f6-0c92-406c-b516-126cc1c9f16c">Pricing Python Parallelism: A Dynamic Language Cost Model for Heterogeneous Platforms</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/dejicejacob" class="navigate">Dejice Jacob</a><span class="prog-aff"> University of Glasgow, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/philtrinder" class="navigate">Phil Trinder</a><span class="prog-aff"> University of Glasgow</span>, <a href="https://conf.researchr.org/profile/sas-2020/jeremysinger" class="navigate">Jeremy Singer</a><span class="prog-aff"> Glasgow University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p6-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426979" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://www.dcs.gla.ac.uk/~jsinger/pdfs/dls20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/3/Pricing-Python-Parallelism-A-Dynamic-Language-Cost-Model-for-Heterogeneous-Platforms" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-18"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">18:20 - 19:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Rio<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7f978100-6d5a-4d3f-939a-adc2e6ecae65" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="74621f0c-91df-4fb7-857c-a74d1e6bede3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74621f0c-91df-4fb7-857c-a74d1e6bede3">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 1<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/boryuhevanchang" target="_blank" class="navigate">Bor-Yuh Evan Chang</a><span class="prog-aff"> University of Colorado Boulder &amp; Amazon</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ecba2904-73db-4b85-966d-5c9a3adf8ec5" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="ae38a637-3b97-4277-a496-2c1f2d2c6a6b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ae38a637-3b97-4277-a496-2c1f2d2c6a6b">Cost Analysis of Smart Contracts via Parametric Resource Analysis<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/manuelhermengildo" class="navigate">Manuel Hermenegildo</a><span class="prog-aff"> IMDEA Software Institute and T.U. of Madrid</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/3/Cost-Analysis-of-Smart-Contracts-via-Parametric-Resource-Analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/3/Cost-Analysis-of-Smart-Contracts-via-Parametric-Resource-Analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="c022ecf0-309b-49a6-860a-fa41b7479b8e" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="96776028-772c-4c12-bdda-eb5721127c2c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="96776028-772c-4c12-bdda-eb5721127c2c">A Library Modeling Language for the Static Analysis of C Programs<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abdelraoufouadjaout" class="navigate">Abdelraouf Ouadjaout</a><span class="prog-aff"> Sorbonne Université</span>, <a href="https://conf.researchr.org/profile/sas-2020/antoinemine" class="navigate">Antoine Miné</a><span class="prog-aff"> Sorbonne Université</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c37"></td><td><div class="slot-label">20:20 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in New York<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-awards" target="_blank" class="text-muted navigate">SPLASH Awards</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bf6c01df-5131-4de1-b096-18b058028feb" class="hidable"><td class="track-color c37"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>40m</strong></div><div class="event-type">Other</div><span data-facet-track="SPLASH Awards"></span></td><td><span data-event-star="c0fd419e-0940-4fad-8e84-7f72a9339b79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c0fd419e-0940-4fad-8e84-7f72a9339b79">Awards Session</a></strong><div class="prog-track">SPLASH Awards</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/davidgrove" class="navigate">David Grove</a><span class="prog-aff"> IBM Research</span>, <a href="https://conf.researchr.org/profile/sas-2020/jenspalsberg" class="navigate">Jens Palsberg</a><span class="prog-aff"> University of California, Los Angeles</span></div></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c5"></td><td><div class="slot-label">21:00 - 22:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> W<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-splash-keynotes" target="_blank" class="text-muted navigate">SPLASH Keynotes</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/hrideshrajan" target="_blank" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University, USA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ab61fe80-20f5-4202-933b-00648b3a1b7f" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>80m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SPLASH Keynotes"></span></td><td><span data-event-star="524d2a59-9a05-498f-879b-750d10430c79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="524d2a59-9a05-498f-879b-750d10430c79">Models and Programs: Better Together<span class="pull-right"><span data-facet-badge="supported by Futurewei" class="output-badge" style="max-width:40px;"><span class="label-primary label">supported by Futurewei</span></span></span></a></strong><div class="prog-track">SPLASH Keynotes</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://dl.acm.org/doi/pdf/10.1145/3426430.3434070" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr></table></div><div class="hidable band hour-22"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">22:20 - 23:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Lunch in Tokyo<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="40b0c6a8-8dfc-49c6-b8e0-4f6aaa04fcd8" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">22:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="b3d90584-8297-4112-b66a-f612567a4efe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b3d90584-8297-4112-b66a-f612567a4efe">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Wed 18 Nov 2020" data-facet-date-order="201118" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">23:00 - 00:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 2<span class="pull-right"><a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a> / <a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/matthewflatt" target="_blank" class="navigate">Matthew Flatt</a><span class="prog-aff"> University of Utah, USA</span>, <a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" target="_blank" class="navigate">Mihaela Sighireanu</a><span class="prog-aff"> LSV, ENS Paris-Saclay</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fed3a4c3-3a03-4162-8820-29f699121c48" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="a314d207-12a7-4384-9f2a-43bf0cacd948" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a314d207-12a7-4384-9f2a-43bf0cacd948">Static Resource Analysis at Scale<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/ezgicicek" class="navigate">Ezgi Çiçek</a><span class="prog-aff"> Facebook London</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/2/Static-Resource-Analysis-at-Scale" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="6b367a68-fe3c-4faa-b0ee-87ed44c40832" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:40</div><strong>40m</strong></div><div class="event-type">Keynote</div><span data-facet-track="DLS"></span></td><td><span data-event-star="9dacd93d-13cf-4a2c-9a12-ef5b3d814e72" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9dacd93d-13cf-4a2c-9a12-ef5b3d814e72">Croquet: A Unique Collaboration Architecture (Keynote)<span class="pull-right"><span data-facet-badge="Keynote" class="output-badge" style="max-width:40px;"><span class="label-primary label">Keynote</span></span></span></a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/vanessafreudenberg" class="navigate">Vanessa Freudenberg</a><span class="prog-aff"> Croquet Corp</span></div><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/10/Croquet-A-Unique-Collaboration-Architecture-Keynote-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div></div><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 19 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Central 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-0"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">00:20 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Breakfast in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c5a7dede-31a7-40d3-a94d-a92a8c9c88b3" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="1eafc361-05aa-48dd-80e5-a8708d7ac2c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1eafc361-05aa-48dd-80e5-a8708d7ac2c8">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">01:00 - 02:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 3<span class="pull-right"><a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a> / <a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/michaelhomer" target="_blank" class="navigate">Michael Homer</a><span class="prog-aff"> Victoria University of Wellington</span>, <a href="https://conf.researchr.org/profile/sas-2020/francescoranzato" target="_blank" class="navigate">Francesco Ranzato</a><span class="prog-aff"> University of Padova</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="904d8b77-4ab4-4047-80cf-5a5963930872" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="74b4eec7-f45e-46a4-915c-a2812474e966" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74b4eec7-f45e-46a4-915c-a2812474e966">Exact and Linear-Time Gas-Cost Analysis</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ankushdas" class="navigate">Ankush Das</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://conf.researchr.org/profile/sas-2020/shazqadeer1" class="navigate">Shaz Qadeer</a><span class="prog-aff"> Novi, USA</span></div><a href="https://www.cs.cmu.edu/~ankushd/docs/move20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="170cd952-feec-43f0-afe6-2ce7adf3fbb3" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="3935655d-f3ff-4f44-8de9-a461cc25e8d1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3935655d-f3ff-4f44-8de9-a461cc25e8d1">Python 3 Types in the Wild: A Tale of Two Type Systems</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ingkaratrakamnouykit" class="navigate">Ingkarat Rak-amnouykit</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/danielmccrevan" class="navigate">Daniel McCrevan</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/anamilanova" class="navigate">Ana Milanova</a><span class="prog-aff"> Rensselaer Polytechnic Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/martinhirzel" class="navigate">Martin Hirzel</a><span class="prog-aff"> IBM Research</span>, <a href="https://conf.researchr.org/profile/sas-2020/juliandolby" class="navigate">Julian Dolby</a><span class="prog-aff"> IBM Research, USA</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p10-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426981" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://hirzels.com/martin/papers/dls20-python-types.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/5/Python-3-Types-in-the-Wild-A-Tale-of-Two-Type-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="327f8696-c675-40b0-b105-65b5c4663a54" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="d008d8aa-e072-4ded-bb28-92df9b4a75ab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d008d8aa-e072-4ded-bb28-92df9b4a75ab">On Multi-Language Abstraction: Towards a Static Analysis of Multi-Language Programs</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/samueleburo" class="navigate">Samuele Buro</a><span class="prog-aff"> Università degli Studi di Verona</span>, <a href="https://conf.researchr.org/profile/sas-2020/roycrole" class="navigate">Roy Crole</a><span class="prog-aff"> University of Leicester</span>, <a href="https://conf.researchr.org/profile/sas-2020/isabellamastroeni" class="navigate">Isabella Mastroeni</a><span class="prog-aff"> University of Verona, Italy</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/16/On-Multi-Language-Abstraction-Towards-a-Static-Analysis-of-Multi-Language-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="522632c8-9aef-4df9-a493-dc19ed15e0dd" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">02:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="e665af34-4eeb-4601-96fd-e5aa138a4c64" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e665af34-4eeb-4601-96fd-e5aa138a4c64">Wasm/k: Delimited Continuations for WebAssembly</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/donaldpinckney" class="navigate">Donald Pinckney</a><span class="prog-aff"> Northeastern University</span>, <a href="https://conf.researchr.org/profile/sas-2020/arjunguha" class="navigate">Arjun Guha</a><span class="prog-aff"> University of Massachusetts at Amherst</span>, <a href="https://conf.researchr.org/profile/sas-2020/yuriybrun" class="navigate">Yuriy Brun</a><span class="prog-aff"> University of Massachusetts Amherst</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p5-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426978" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2010.01723" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/2/Wasm-k-Delimited-Continuations-for-WebAssembly" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-2"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">02:20 - 03:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in Sydney<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="88c33a85-936c-49e3-960c-5cf996f1cba4" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">02:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="6fc744f4-fc7f-4b96-b70f-e25251614484" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6fc744f4-fc7f-4b96-b70f-e25251614484">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-3"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">03:00 - 04:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 4<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/shigeruchiba" target="_blank" class="navigate">Shigeru Chiba</a><span class="prog-aff"> The University of Tokyo</span>, <a href="https://conf.researchr.org/profile/sas-2020/caterinaurban" target="_blank" class="navigate">Caterina Urban</a><span class="prog-aff"> École normale supérieure</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2c9a5e27-bc34-4cf2-b4e5-27e566f654ae" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">03:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13">Memory-Efficient Fixpoint Computation<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sungkookkim" class="navigate">Sung Kook Kim</a><span class="prog-aff"> University of California, Davis</span>, <a href="https://conf.researchr.org/profile/sas-2020/arnaudjvenet" class="navigate">Arnaud J. Venet</a><span class="prog-aff"> Facebook</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a><span class="prog-aff"> University of California, Davis</span></div><a href="https://arxiv.org/abs/2009.05865" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/5/Memory-Efficient-Fixpoint-Computation" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6c2e5501-13d0-42c4-8796-57a411c6fa21" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">03:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="ce3e05fe-bed4-4c6e-8f2f-3ec96e59bf13" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ce3e05fe-bed4-4c6e-8f2f-3ec96e59bf13">Dynamic Pattern Matching with Python</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/tobiaskohn" class="navigate">Tobias Kohn</a><span class="prog-aff"> University of Cambridge, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/guidovanrossum" class="navigate">Guido van Rossum</a><span class="prog-aff"> Python Software Foundation</span>, <a href="https://conf.researchr.org/profile/sas-2020/garybrandtbucherii" class="navigate">Brandt Bucher</a><span class="prog-aff"> Research Affiliates, LLC</span>, <a href="https://conf.researchr.org/profile/sas-2020/talin" class="navigate"> Talin</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/ivanlevkivskyi" class="navigate">Ivan Levkivskyi</a><span class="prog-aff"> Dropbox Ireland</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p12-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426983" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/7/Dynamic-Pattern-Matching-with-Python" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f1c964b9-9190-4a42-9d05-b112a3996fc2" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">03:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96">Simple and Efficient Computation of Minimal Weak Control Closure<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abunasermasud" class="navigate">Abu Naser Masud</a><span class="prog-aff"> Malardalen University</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="d6cf4501-816d-4640-b1cb-d57ee4d6d475" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="b5f8101e-f7bf-45b0-98cf-165cd7531f05" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5f8101e-f7bf-45b0-98cf-165cd7531f05">Sound, Heuristic Type Annotation Inference for Ruby</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/milodkazerounian1" class="navigate">Milod Kazerounian</a><span class="prog-aff"> University of Maryland, College Park</span>, <a href="https://conf.researchr.org/profile/sas-2020/briannamren" class="navigate">Brianna M. Ren</a><span class="prog-aff"> University of Maryland</span>, <a href="https://conf.researchr.org/profile/sas-2020/jeffreysfoster" class="navigate">Jeffrey S. Foster</a><span class="prog-aff"> Tufts University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p14-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426985" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://www.cs.umd.edu/~milod/assets/files/dls20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/9/Sound-Heuristic-Type-Annotation-Inference-for-Ruby" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">04:20 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Beijing<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bf8aa1bb-debe-4319-b674-d869eb3ac7e1" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="70d3b92e-67ed-4b25-9ef7-8685970e6aa1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="70d3b92e-67ed-4b25-9ef7-8685970e6aa1">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">05:00 - 06:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 5<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/xavierrival" target="_blank" class="navigate">Xavier Rival</a><span class="prog-aff"> INRIA/CNRS/ENS Paris</span>, <a href="https://conf.researchr.org/profile/sas-2020/sukyoungryu1" target="_blank" class="navigate">Sukyoung Ryu</a><span class="prog-aff"> </span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="5f46fb26-3a63-4ae7-a578-99dfdd0dbf3f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="890ea906-b119-4828-8f45-d132f9c38082" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="890ea906-b119-4828-8f45-d132f9c38082">Abstract Neural Networks</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/matthewsotoudeh" class="navigate">Matthew Sotoudeh</a><span class="prog-aff"> University of California, Davis</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a><span class="prog-aff"> University of California, Davis</span></div><a href="https://arxiv.org/abs/2009.05660" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/6/Abstract-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="aee87c67-5a0c-4016-8f75-9be6ef04b1ae" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="179704f8-cb35-4d44-8ef9-ea437c436204" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="179704f8-cb35-4d44-8ef9-ea437c436204">Amalgamating Different JIT Compilations in a Meta-tracing JIT Compiler Framework</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/yusukeizawa" class="navigate">Yusuke Izawa</a><span class="prog-aff"> Tokyo Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/hidehikomasuhara" class="navigate">Hidehiko Masuhara</a><span class="prog-aff"> Tokyo Institute of Technology</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p4-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426977" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2011.03516" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/1/Amalgamating-Different-JIT-Compilations-in-a-Meta-tracing-JIT-Compiler-Framework" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="96624ab6-7b23-44d2-9f90-6c913772f35a" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="5360324a-7234-4b20-95d8-80639f65ad7a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5360324a-7234-4b20-95d8-80639f65ad7a">Probabilistic Lipschitz Analysis of Neural Networks<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ravimangal" class="navigate">Ravi Mangal</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/kartiksarangmath" class="navigate">Kartik Sarangmath</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://conf.researchr.org/profile/sas-2020/adityanori" class="navigate">Aditya Nori</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/alessandroorso" class="navigate">Alessandro Orso</a><span class="prog-aff"> Georgia Tech</span></div><a href="https://www.cc.gatech.edu/~rmangal3/papers/sas20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/15/Probabilistic-Lipschitz-Analysis-of-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="edab5d5e-1266-4297-80cb-335754c7bef6" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">06:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="5013f5f6-0c92-406c-b516-126cc1c9f16c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5013f5f6-0c92-406c-b516-126cc1c9f16c">Pricing Python Parallelism: A Dynamic Language Cost Model for Heterogeneous Platforms</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/dejicejacob" class="navigate">Dejice Jacob</a><span class="prog-aff"> University of Glasgow, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/philtrinder" class="navigate">Phil Trinder</a><span class="prog-aff"> University of Glasgow</span>, <a href="https://conf.researchr.org/profile/sas-2020/jeremysinger" class="navigate">Jeremy Singer</a><span class="prog-aff"> Glasgow University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p6-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426979" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://www.dcs.gla.ac.uk/~jsinger/pdfs/dls20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/3/Pricing-Python-Parallelism-A-Dynamic-Language-Cost-Model-for-Heterogeneous-Platforms" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-6"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">06:20 - 07:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Delhi<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a561cd0e-b83c-4d22-9fa0-d71ebdeec5d2" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">06:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="74621f0c-91df-4fb7-857c-a74d1e6bede3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74621f0c-91df-4fb7-857c-a74d1e6bede3">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c5"></td><td><div class="slot-label">07:00 - 08:20</div></td><td colspan="2"><div class="session-info-in-table">R<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-splash-keynotes" target="_blank" class="text-muted navigate">SPLASH Keynotes</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/davidgrove" target="_blank" class="navigate">David Grove</a><span class="prog-aff"> IBM Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="51acb071-0fd1-46b3-b96b-af479bc68e29" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>80m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SPLASH Keynotes"></span></td><td><span data-event-star="f92281cc-89bc-4c25-a94f-18dd4bb6f87f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f92281cc-89bc-4c25-a94f-18dd4bb6f87f">Why Digital Agriculture is Fertile Ground for Software Systems Research<span class="pull-right"><span data-facet-badge="supported by IBM Research" class="output-badge" style="max-width:40px;"><span class="label-primary label">supported by IBM Research</span></span></span></a></strong><div class="prog-track">SPLASH Keynotes</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/vikramadve" class="navigate">Vikram S. Adve</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://dl.acm.org/doi/pdf/10.1145/3426430.3434072" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">08:20 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Chicago<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b5ae5a71-008e-42fd-ae8d-47b981d24e46" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="ff5144df-c9fe-48d0-886c-d050a8ed6101" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ff5144df-c9fe-48d0-886c-d050a8ed6101">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">6<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" target="_blank" class="navigate">Mihaela Sighireanu</a><span class="prog-aff"> LSV, ENS Paris-Saclay</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d9aa46d6-ff33-40fc-89c4-3c292af007e0" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="fa77e119-6a7c-478d-a301-745160397e38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa77e119-6a7c-478d-a301-745160397e38">Polynomial Invariants for Affine Programs<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/jamesworrell" class="navigate">James Worrell</a><span class="prog-aff"> University of Oxford</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/4/Polynomial-Invariants-for-Affine-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="811a300d-9918-4516-848b-83dad9f38e6d" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3">Termination of Polynomial Loops</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/florianfrohn" class="navigate">Florian Frohn</a><span class="prog-aff"> Max Planck Institute for Informatics</span>, <a href="https://conf.researchr.org/profile/sas-2020/marcelhark" class="navigate">Marcel Hark</a><span class="prog-aff"> RWTH Aachen University, Germany</span>, <a href="https://conf.researchr.org/profile/sas-2020/jurgengiesl" class="navigate">Jürgen Giesl</a><span class="prog-aff"> RWTH Aachen University</span></div><a href="https://verify.rwth-aachen.de/giesl/papers/SAS2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">10:20 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seattle<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cae5b9b8-4fd8-4e34-964d-2991005b303f" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="414c7d00-15da-4ae3-9e59-0564783ef8a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="414c7d00-15da-4ae3-9e59-0564783ef8a6">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">11:00 - 12:20</div></td><td colspan="2"><div class="session-info-in-table">7<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/timfelgentreff" target="_blank" class="navigate">Tim Felgentreff</a><span class="prog-aff"> Oracle Labs, Potsdam</span>, <a href="https://conf.researchr.org/profile/sas-2020/kedarnamjoshi" target="_blank" class="navigate">Kedar Namjoshi</a><span class="prog-aff"> Nokia Bell Labs</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ed5fd028-b2c5-432f-8023-330cd4bda01b" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="932e180e-dfa8-48ee-bea1-99cedf469770" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="932e180e-dfa8-48ee-bea1-99cedf469770">Interprocedural Shape Analysis Using Separation Logic-based Transformer Summaries</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/hugoillous" class="navigate">Hugo Illous</a><span class="prog-aff"> CEA &amp; INRIA / ENS Paris</span>, <a href="https://conf.researchr.org/profile/sas-2020/matthieulemerre" class="navigate">Matthieu Lemerre</a><span class="prog-aff"> CEA LIST, France</span>, <a href="https://conf.researchr.org/profile/sas-2020/xavierrival" class="navigate">Xavier Rival</a><span class="prog-aff"> INRIA/CNRS/ENS Paris</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/14/Interprocedural-Shape-Analysis-Using-Separation-Logic-based-Transformer-Summaries" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="ccb940ec-6584-4e84-9690-fc6ebce19a17" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="76914a82-f0e1-4d78-8093-7ea5ce50bb37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="76914a82-f0e1-4d78-8093-7ea5ce50bb37">DelayRepay: Delayed Execution for Kernel Fusion in Python</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/johnmagnusmorton" class="navigate">John Magnus Morton</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/kubakaszyk" class="navigate">Kuba Kaszyk</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/luli" class="navigate">Lu Li</a><span class="prog-aff"> Linköping University</span>, <a href="https://conf.researchr.org/profile/sas-2020/jiawensun" class="navigate">Jiawen Sun</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/christophedubach" class="navigate">Christophe Dubach</a><span class="prog-aff"> McGill University</span>, <a href="https://conf.researchr.org/profile/sas-2020/michelsteuwer" class="navigate">Michel Steuwer</a><span class="prog-aff"> The University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/murraycole" class="navigate">Murray Cole</a><span class="prog-aff"> University of Edinburgh, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/michaeloboyle" class="navigate">Michael F. P. O'Boyle</a><span class="prog-aff"> University of Edinburgh</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p7-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426980" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://magnus.morton.ai/papers/DLS20_delay.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/4/DelayRepay-Delayed-Execution-for-Kernel-Fusion-in-Python" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="344d4621-55c6-4de3-a424-16f77e015089" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="e3e14325-c529-4426-a059-6ef122bc4c43" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e3e14325-c529-4426-a059-6ef122bc4c43">Stratified Guarded First-order Transition Systems</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/christianmuller" class="navigate">Christian Müller</a><span class="prog-aff"> Technische Universität München, Saarland University</span>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a><span class="prog-aff"> Technische Universität München</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/8/Stratified-Guarded-First-order-Transition-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="6a987258-4ef2-489c-bdf3-ac4ae32d38c3" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="d282d18e-5f62-43fb-b68c-eb3bf99afa68" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d282d18e-5f62-43fb-b68c-eb3bf99afa68">Sampling Optimized Code for Type Feedback</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/olivierfluckiger" class="navigate">Olivier Flückiger</a><span class="prog-aff"> Northeastern University</span>, <a href="https://conf.researchr.org/profile/sas-2020/andreaswalchli" class="navigate">Andreas Wälchli</a><span class="prog-aff"> University of Bern</span>, <a href="https://conf.researchr.org/profile/sas-2020/sebastiankrynski" class="navigate">Sebastián Krynski</a><span class="prog-aff"> Czech Technical University, National University of Quilmes</span>, <a href="https://conf.researchr.org/profile/sas-2020/janvitek" class="navigate">Jan Vitek</a><span class="prog-aff"> Northeastern University / Czech Technical University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p13-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426984" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2010.02080" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/8/Sampling-Optimized-Code-for-Type-Feedback" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-IV" 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">11:00 - 12:20</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seattle<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-SRC" target="_blank" class="text-muted navigate">SPLASH Student Research Competition</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iv" target="_blank" class="room-link navigate">SPLASH-IV</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e5d9b4a3-7ed8-4f83-b1ea-91bf709ca38b" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>80m</strong></div><div class="event-type">Poster</div><span data-facet-track="SPLASH Student Research Competition"></span></td><td><span data-event-star="f61bee32-c3d8-4485-b7f7-38b8d4e32e47" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f61bee32-c3d8-4485-b7f7-38b8d4e32e47">Student Research Competition</a></strong><div class="prog-track">SPLASH Student Research Competition</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">12:20 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Wellington<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9672cea2-0ebc-460b-aca7-24eedb525581" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="20fd4662-e02e-4f90-9009-d4e240b955c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="20fd4662-e02e-4f90-9009-d4e240b955c1">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">13:00 - 14:20</div></td><td colspan="2"><div class="session-info-in-table">8<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/timfelgentreff" target="_blank" class="navigate">Tim Felgentreff</a><span class="prog-aff"> Oracle Labs, Potsdam</span>, <a href="https://conf.researchr.org/profile/sas-2020/samirgenaim" target="_blank" class="navigate">Samir Genaim</a><span class="prog-aff"> Universidad Complutense de Madrid</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="46008787-c9af-4d90-bef1-d4283eb6a52f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="43e38930-e679-4381-b5e9-f606f58d5550" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="43e38930-e679-4381-b5e9-f606f58d5550">Formal framework for reasoning about the precision of dynamic analysis</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/miladallapreda" class="navigate">Mila Dalla Preda</a><span class="prog-aff"> University of Verona, Italy</span>, <a href="https://conf.researchr.org/profile/sas-2020/robertogiacobazzi" class="navigate">Roberto Giacobazzi</a><span class="prog-aff"> University of Verona and IMDEA Software Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/niccolomarastoni" class="navigate">Niccolò Marastoni</a><span class="prog-aff"> University of Verona</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/11/Formal-framework-for-reasoning-about-the-precision-of-dynamic-analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="eb80fe7a-f17d-45c0-8660-63205463d67a" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:20</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="4fd50d6f-63a1-4bda-a578-b90810c55019" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4fd50d6f-63a1-4bda-a578-b90810c55019">Farkas-Based Tree Interpolation</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sepidehasadi" class="navigate">Sepideh Asadi</a><span class="prog-aff"> PhD Student</span>, <a href="https://conf.researchr.org/profile/sas-2020/martinblicha" class="navigate">Martin Blicha</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/anttihyvarinen" class="navigate">Antti Hyvärinen</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/grigoryfedyukovich" class="navigate">Grigory Fedyukovich</a><span class="prog-aff"> Florida State University</span>, <a href="https://conf.researchr.org/profile/sas-2020/natashasharygina" class="navigate">Natasha Sharygina</a><span class="prog-aff"> USI Lugano, Switzerland</span></div><a href="http://verify.inf.usi.ch/sites/default/files/sas2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="65ca0aac-d1e0-4410-8b79-8634eafb21c4" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:40</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="3faff150-5135-4eb3-affb-a5bfe3c3fe17" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3faff150-5135-4eb3-affb-a5bfe3c3fe17">Framework-Aware Debugging with Stack Tailoring</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/matteomarra" class="navigate">Matteo Marra</a><span class="prog-aff"> Vrije Universiteit Brussel</span>, <a href="https://conf.researchr.org/profile/sas-2020/guillermopolito" class="navigate">Guillermo Polito</a><span class="prog-aff"> Univ. Lille, CNRS, Centrale Lille, Inria, UMR 9189 - CRIStAL - Centre de Recherche en Informatique Signal et Automatique de Lille</span>, <a href="https://conf.researchr.org/profile/sas-2020/elisagonzalezboix" class="navigate">Elisa Gonzalez Boix</a><span class="prog-aff"> Vrije Universiteit Brussel, Belgium</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p11-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426982" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://soft.vub.ac.be/~mmarra/papers/DLS20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/6/Framework-Aware-Debugging-with-Stack-Tailoring" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">14:20 - 15:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3bff6fff-e28b-409f-98fe-d4e1a71df530" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="8e014af6-7d2d-484b-bc92-75fe6dda785d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e014af6-7d2d-484b-bc92-75fe6dda785d">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:20</div></td><td colspan="2"><div class="session-info-in-table">9<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/kwangkeunyi" target="_blank" class="navigate">Kwangkeun Yi</a><span class="prog-aff"> Seoul National University, South Korea</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c646040b-ec16-4689-ae43-e3983579f60e" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="b673ae70-f50a-4531-b748-2fe1a22e890b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b673ae70-f50a-4531-b748-2fe1a22e890b">Counterexample- and Simulation-Guided Floating-Point Loop Invariant Synthesis<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/anastasiaisychev" class="navigate">Anastasia Isychev</a><span class="prog-aff"> Technical University of Munich</span>, <a href="https://conf.researchr.org/profile/sas-2020/evadarulova" class="navigate">Eva Darulova</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a><span class="prog-aff"> Technische Universität München</span></div><a href="https://www.in.tum.de/fileadmin/w00bws/i02/Papers/invariantSAS20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/10/Counterexample-and-Simulation-Guided-Floating-Point-Loop-Invariant-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="4f51e173-f461-401b-a06c-01ec8b6001c5" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5">Predicate Abstraction and CEGAR for nuHFL(Z) Validity Checking</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/naokiiwayama" class="navigate">Naoki Iwayama</a><span class="prog-aff"> University of Tokyo, Japan</span>, <a href="https://conf.researchr.org/profile/sas-2020/naokikobayashi" class="navigate">Naoki Kobayashi</a><span class="prog-aff"> University of Tokyo, Japan</span>, <a href="https://conf.researchr.org/profile/sas-2020/ryotasuzuki" class="navigate">Ryota Suzuki</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/takeshitsukada" class="navigate">Takeshi Tsukada</a><span class="prog-aff"> Chiba University, Japan</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/9/Predicate-Abstraction-and-CEGAR-for-nuHFL-Z-Validity-Checking" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">16:20 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seoul<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a7522d94-002d-410d-9465-602ddb9f8a41" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="8e461460-7155-4f2e-8aeb-88ff712acfac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e461460-7155-4f2e-8aeb-88ff712acfac">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:00 - 18:20</div></td><td colspan="2"><div class="session-info-in-table">10<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/davidpichardie" target="_blank" class="navigate">David Pichardie</a><span class="prog-aff"> Univ Rennes, ENS Rennes, IRISA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="876958c4-fa98-474c-9723-27b17d8c0931" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="887f15df-4810-48ff-86b1-91907513cccf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="887f15df-4810-48ff-86b1-91907513cccf">Static analysis for privacy-preserving artificial intelligence<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/gogulbalakrishnan" class="navigate">Gogul Balakrishnan</a><span class="prog-aff"> Google</span></div></td></tr></table></div><div class="hidable band hour-18"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">18:20 - 19:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Rio<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="57de7806-1e6b-4b9c-8a39-e852615f5e8d" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="a2314e5c-fecf-4e32-bc37-5c8af0e8395d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a2314e5c-fecf-4e32-bc37-5c8af0e8395d">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c5"></td><td><div class="slot-label">19:00 - 20:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> R<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-splash-keynotes" target="_blank" class="text-muted navigate">SPLASH Keynotes</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/davidgrove" target="_blank" class="navigate">David Grove</a><span class="prog-aff"> IBM Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cb7b9dbf-7f9c-4bc1-a1db-73139f05dcc8" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>80m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SPLASH Keynotes"></span></td><td><span data-event-star="f92281cc-89bc-4c25-a94f-18dd4bb6f87f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f92281cc-89bc-4c25-a94f-18dd4bb6f87f">Why Digital Agriculture is Fertile Ground for Software Systems Research<span class="pull-right"><span data-facet-badge="supported by IBM Research" class="output-badge" style="max-width:40px;"><span class="label-primary label">supported by IBM Research</span></span></span></a></strong><div class="prog-track">SPLASH Keynotes</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/vikramadve" class="navigate">Vikram S. Adve</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://dl.acm.org/doi/pdf/10.1145/3426430.3434072" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">20:20 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in New York<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="79b265f6-61cc-424c-96fb-f54b774d2d11" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="ff5144df-c9fe-48d0-886c-d050a8ed6101" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ff5144df-c9fe-48d0-886c-d050a8ed6101">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 6<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" target="_blank" class="navigate">Mihaela Sighireanu</a><span class="prog-aff"> LSV, ENS Paris-Saclay</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c430fb59-1e22-415a-a722-80f85be2ef23" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="fa77e119-6a7c-478d-a301-745160397e38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa77e119-6a7c-478d-a301-745160397e38">Polynomial Invariants for Affine Programs<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/jamesworrell" class="navigate">James Worrell</a><span class="prog-aff"> University of Oxford</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/4/Polynomial-Invariants-for-Affine-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="ea24a961-4a75-45d9-86c4-ef7b41349bf4" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3">Termination of Polynomial Loops</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/florianfrohn" class="navigate">Florian Frohn</a><span class="prog-aff"> Max Planck Institute for Informatics</span>, <a href="https://conf.researchr.org/profile/sas-2020/marcelhark" class="navigate">Marcel Hark</a><span class="prog-aff"> RWTH Aachen University, Germany</span>, <a href="https://conf.researchr.org/profile/sas-2020/jurgengiesl" class="navigate">Jürgen Giesl</a><span class="prog-aff"> RWTH Aachen University</span></div><a href="https://verify.rwth-aachen.de/giesl/papers/SAS2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-22"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">22:20 - 23:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Lunch in Tokyo<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="68fca7ac-5f44-4021-a949-4d2deb85a634" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">22:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="414c7d00-15da-4ae3-9e59-0564783ef8a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="414c7d00-15da-4ae3-9e59-0564783ef8a6">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Thu 19 Nov 2020" data-facet-date-order="201119" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">23:00 - 00:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 7<span class="pull-right"><a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a> / <a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" target="_blank" class="navigate">Mihaela Sighireanu</a><span class="prog-aff"> LSV, ENS Paris-Saclay</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bc979c2a-78e6-443b-91ac-835e82a1389a" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="932e180e-dfa8-48ee-bea1-99cedf469770" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="932e180e-dfa8-48ee-bea1-99cedf469770">Interprocedural Shape Analysis Using Separation Logic-based Transformer Summaries</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/hugoillous" class="navigate">Hugo Illous</a><span class="prog-aff"> CEA &amp; INRIA / ENS Paris</span>, <a href="https://conf.researchr.org/profile/sas-2020/matthieulemerre" class="navigate">Matthieu Lemerre</a><span class="prog-aff"> CEA LIST, France</span>, <a href="https://conf.researchr.org/profile/sas-2020/xavierrival" class="navigate">Xavier Rival</a><span class="prog-aff"> INRIA/CNRS/ENS Paris</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/14/Interprocedural-Shape-Analysis-Using-Separation-Logic-based-Transformer-Summaries" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="653d4359-4ce0-4d5c-8eee-f3d400bd008a" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="76914a82-f0e1-4d78-8093-7ea5ce50bb37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="76914a82-f0e1-4d78-8093-7ea5ce50bb37">DelayRepay: Delayed Execution for Kernel Fusion in Python</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/johnmagnusmorton" class="navigate">John Magnus Morton</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/kubakaszyk" class="navigate">Kuba Kaszyk</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/luli" class="navigate">Lu Li</a><span class="prog-aff"> Linköping University</span>, <a href="https://conf.researchr.org/profile/sas-2020/jiawensun" class="navigate">Jiawen Sun</a><span class="prog-aff"> University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/christophedubach" class="navigate">Christophe Dubach</a><span class="prog-aff"> McGill University</span>, <a href="https://conf.researchr.org/profile/sas-2020/michelsteuwer" class="navigate">Michel Steuwer</a><span class="prog-aff"> The University of Edinburgh</span>, <a href="https://conf.researchr.org/profile/sas-2020/murraycole" class="navigate">Murray Cole</a><span class="prog-aff"> University of Edinburgh, UK</span>, <a href="https://conf.researchr.org/profile/sas-2020/michaeloboyle" class="navigate">Michael F. P. O'Boyle</a><span class="prog-aff"> University of Edinburgh</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p7-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426980" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://magnus.morton.ai/papers/DLS20_delay.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/4/DelayRepay-Delayed-Execution-for-Kernel-Fusion-in-Python" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f365cc3d-f750-4d4b-994e-d360451b267d" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="e3e14325-c529-4426-a059-6ef122bc4c43" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e3e14325-c529-4426-a059-6ef122bc4c43">Stratified Guarded First-order Transition Systems</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/christianmuller" class="navigate">Christian Müller</a><span class="prog-aff"> Technische Universität München, Saarland University</span>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a><span class="prog-aff"> Technische Universität München</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/8/Stratified-Guarded-First-order-Transition-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="b801108b-784f-46cd-9f41-63e427054a50" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="d282d18e-5f62-43fb-b68c-eb3bf99afa68" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d282d18e-5f62-43fb-b68c-eb3bf99afa68">Sampling Optimized Code for Type Feedback</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/olivierfluckiger" class="navigate">Olivier Flückiger</a><span class="prog-aff"> Northeastern University</span>, <a href="https://conf.researchr.org/profile/sas-2020/andreaswalchli" class="navigate">Andreas Wälchli</a><span class="prog-aff"> University of Bern</span>, <a href="https://conf.researchr.org/profile/sas-2020/sebastiankrynski" class="navigate">Sebastián Krynski</a><span class="prog-aff"> Czech Technical University, National University of Quilmes</span>, <a href="https://conf.researchr.org/profile/sas-2020/janvitek" class="navigate">Jan Vitek</a><span class="prog-aff"> Northeastern University / Czech Technical University</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p13-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426984" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2010.02080" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/8/Sampling-Optimized-Code-for-Type-Feedback" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div></div><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 20 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Central 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-0"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">00:20 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Breakfast in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3e15f315-6f74-4c2c-9997-d0b7189c963d" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="20fd4662-e02e-4f90-9009-d4e240b955c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="20fd4662-e02e-4f90-9009-d4e240b955c1">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">01:00 - 02:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 8<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a> / <a href="https://conf.researchr.org/home/dls-2020" target="_blank" class="text-muted navigate">DLS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" target="_blank" class="navigate">Helmut Seidl</a><span class="prog-aff"> Technische Universität München</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="005f57fd-94b4-4d26-a09e-e928a5c2ecbc" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="43e38930-e679-4381-b5e9-f606f58d5550" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="43e38930-e679-4381-b5e9-f606f58d5550">Formal framework for reasoning about the precision of dynamic analysis</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/miladallapreda" class="navigate">Mila Dalla Preda</a><span class="prog-aff"> University of Verona, Italy</span>, <a href="https://conf.researchr.org/profile/sas-2020/robertogiacobazzi" class="navigate">Roberto Giacobazzi</a><span class="prog-aff"> University of Verona and IMDEA Software Institute</span>, <a href="https://conf.researchr.org/profile/sas-2020/niccolomarastoni" class="navigate">Niccolò Marastoni</a><span class="prog-aff"> University of Verona</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/11/Formal-framework-for-reasoning-about-the-precision-of-dynamic-analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="98c89d91-3a9c-4b65-ae75-d270c6128833" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:20</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="4fd50d6f-63a1-4bda-a578-b90810c55019" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4fd50d6f-63a1-4bda-a578-b90810c55019">Farkas-Based Tree Interpolation</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sepidehasadi" class="navigate">Sepideh Asadi</a><span class="prog-aff"> PhD Student</span>, <a href="https://conf.researchr.org/profile/sas-2020/martinblicha" class="navigate">Martin Blicha</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/anttihyvarinen" class="navigate">Antti Hyvärinen</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/grigoryfedyukovich" class="navigate">Grigory Fedyukovich</a><span class="prog-aff"> Florida State University</span>, <a href="https://conf.researchr.org/profile/sas-2020/natashasharygina" class="navigate">Natasha Sharygina</a><span class="prog-aff"> USI Lugano, Switzerland</span></div><a href="http://verify.inf.usi.ch/sites/default/files/sas2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="4d7b415f-b0f8-4d98-95d2-57a5ab51e9bb" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:40</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="DLS"></span></td><td><span data-event-star="3faff150-5135-4eb3-affb-a5bfe3c3fe17" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3faff150-5135-4eb3-affb-a5bfe3c3fe17">Framework-Aware Debugging with Stack Tailoring</a></strong><div class="prog-track">DLS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/matteomarra" class="navigate">Matteo Marra</a><span class="prog-aff"> Vrije Universiteit Brussel</span>, <a href="https://conf.researchr.org/profile/sas-2020/guillermopolito" class="navigate">Guillermo Polito</a><span class="prog-aff"> Univ. Lille, CNRS, Centrale Lille, Inria, UMR 9189 - CRIStAL - Centre de Recherche en Informatique Signal et Automatique de Lille</span>, <a href="https://conf.researchr.org/profile/sas-2020/elisagonzalezboix" class="navigate">Elisa Gonzalez Boix</a><span class="prog-aff"> Vrije Universiteit Brussel, Belgium</span></div><a href="http://design.cs.iastate.edu/splash20/dls20/dls20main-p11-p.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3426422.3426982" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://soft.vub.ac.be/~mmarra/papers/DLS20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/dls-2020/dls-2020-papers/6/Framework-Aware-Debugging-with-Stack-Tailoring" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-2"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">02:20 - 03:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in Sydney<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="811c4765-b7f9-4651-a4fa-6302b865b1bf" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">02:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="8e014af6-7d2d-484b-bc92-75fe6dda785d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e014af6-7d2d-484b-bc92-75fe6dda785d">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-3"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">03:00 - 04:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 9<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/jeromeferet" target="_blank" class="navigate">Jerome Feret</a><span class="prog-aff"> INRIA Paris</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="69d30a54-a0c6-4cd5-a489-888238b136c8" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">03:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="b673ae70-f50a-4531-b748-2fe1a22e890b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b673ae70-f50a-4531-b748-2fe1a22e890b">Counterexample- and Simulation-Guided Floating-Point Loop Invariant Synthesis<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/anastasiaisychev" class="navigate">Anastasia Isychev</a><span class="prog-aff"> Technical University of Munich</span>, <a href="https://conf.researchr.org/profile/sas-2020/evadarulova" class="navigate">Eva Darulova</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a><span class="prog-aff"> Technische Universität München</span></div><a href="https://www.in.tum.de/fileadmin/w00bws/i02/Papers/invariantSAS20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/10/Counterexample-and-Simulation-Guided-Floating-Point-Loop-Invariant-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="fa844ea3-09f0-4771-b77b-efdd50b3d260" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">03:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SAS"></span></td><td><span data-event-star="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5">Predicate Abstraction and CEGAR for nuHFL(Z) Validity Checking</a></strong><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/naokiiwayama" class="navigate">Naoki Iwayama</a><span class="prog-aff"> University of Tokyo, Japan</span>, <a href="https://conf.researchr.org/profile/sas-2020/naokikobayashi" class="navigate">Naoki Kobayashi</a><span class="prog-aff"> University of Tokyo, Japan</span>, <a href="https://conf.researchr.org/profile/sas-2020/ryotasuzuki" class="navigate">Ryota Suzuki</a><span class="prog-aff"> </span>, <a href="https://conf.researchr.org/profile/sas-2020/takeshitsukada" class="navigate">Takeshi Tsukada</a><span class="prog-aff"> Chiba University, Japan</span></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/9/Predicate-Abstraction-and-CEGAR-for-nuHFL-Z-Validity-Checking" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">04:20 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Beijing<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1ff7370a-b874-459e-ae4f-8f65c24f1e96" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="8e461460-7155-4f2e-8aeb-88ff712acfac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e461460-7155-4f2e-8aeb-88ff712acfac">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-III" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">05:00 - 06:20</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> 10<span class="pull-right"><a href="https://conf.researchr.org/home/sas-2020" target="_blank" class="text-muted navigate">SAS</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-iii" target="_blank" class="room-link navigate">SPLASH-III</a><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" target="_blank" class="navigate">Mihaela Sighireanu</a><span class="prog-aff"> LSV, ENS Paris-Saclay</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ade687ad-8ef5-4fdd-b7eb-67e1b2215b28" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>40m</strong></div><div class="event-type">Talk</div><span data-facet-track="SAS"></span></td><td><span data-event-star="887f15df-4810-48ff-86b1-91907513cccf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="887f15df-4810-48ff-86b1-91907513cccf">Static analysis for privacy-preserving artificial intelligence<span class="pull-right"><span data-facet-badge="Invited Talk" class="output-badge" style="max-width:40px;"><span class="label-primary label">Invited Talk</span></span></span></a></strong><div class="prog-track">SAS</div><div class="performers"><span title="Invited Speaker" class="role">I: </span><a href="https://conf.researchr.org/profile/sas-2020/gogulbalakrishnan" class="navigate">Gogul Balakrishnan</a><span class="prog-aff"> Google</span></div></td></tr></table></div><div class="hidable band hour-6"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">06:20 - 07:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dinner in Delhi<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="de69b4ff-f9cc-4d98-8962-8478ec631050" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">06:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="a2314e5c-fecf-4e32-bc37-5c8af0e8395d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a2314e5c-fecf-4e32-bc37-5c8af0e8395d">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">08:20 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Chicago<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f011b6e1-c921-4aac-b12f-6358f3b6fd80" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="badde84c-bc9d-4fef-bd68-58ecc99fd8a5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="badde84c-bc9d-4fef-bd68-58ecc99fd8a5">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">10:20 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seattle<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="44bdbff9-0f7a-48a5-9ced-41c280b4bf36" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="e45cad66-437c-4dad-b3d5-e726922b664b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e45cad66-437c-4dad-b3d5-e726922b664b">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">12:20 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Wellington<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="79d319e1-aae0-4d5b-a989-c5f07e8f2a47" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="ef0da7f6-6951-418c-81ac-a80a2cc82709" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ef0da7f6-6951-418c-81ac-a80a2cc82709">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">14:20 - 15:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Paris<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="584b5226-0d4c-4608-977d-dff4be0a7d7c" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="f20253ce-958e-48d0-b23f-bd511a5cab7b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f20253ce-958e-48d0-b23f-bd511a5cab7b">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c31"></td><td><div class="slot-label">16:20 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Breakfast in Seoul<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e27ab703-0158-4b31-97a6-46bab42ff367" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="fb550191-b8f9-4f85-adbd-b8f8cb30a311" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb550191-b8f9-4f85-adbd-b8f8cb30a311">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c5"></td><td><div class="slot-label">17:00 - 18:20</div></td><td colspan="2"><div class="session-info-in-table">F<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-splash-keynotes" target="_blank" class="text-muted navigate">SPLASH Keynotes</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://conf.researchr.org/profile/sas-2020/stephenkell" target="_blank" class="navigate">Stephen Kell</a><span class="prog-aff"> University of Kent</span>, <a href="https://conf.researchr.org/profile/sas-2020/didierverna" target="_blank" class="navigate">Didier Verna</a><span class="prog-aff"> EPITA / LRDE</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3fffe650-d3ce-4dd7-9e02-fc4e926a5265" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>80m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SPLASH Keynotes"></span></td><td><span data-event-star="82b7b87c-7cf9-4eb4-b576-e5df43418f5e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="82b7b87c-7cf9-4eb4-b576-e5df43418f5e">Towards Building Ethically-Sound Data-Driven Software</a></strong><div class="prog-track">SPLASH Keynotes</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/brittanyjohnson" class="navigate">Brittany Johnson</a><span class="prog-aff"> George Mason University</span></div><a href="https://dl.acm.org/doi/pdf/10.1145/3426430.3436262" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr></table></div><div class="hidable band hour-18"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" 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 c33"></td><td><div class="slot-label">18:20 - 19:00</div></td><td colspan="2"><div class="session-info-in-table">Cocktails in Rio<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-closing" target="_blank" class="text-muted navigate">SPLASH Closing</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cc83c20a-0218-4712-a36e-0475125bca5d" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:20</div><strong>40m</strong></div><div class="event-type">Day closing</div><span data-facet-track="SPLASH Closing"></span></td><td><span data-event-star="92603177-a865-4385-bf31-8163713f6a01" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92603177-a865-4385-bf31-8163713f6a01">Closing Session</a></strong><div class="prog-track">SPLASH Closing</div><div class="performers"><span title="General Chair" class="role">G: </span><a href="https://conf.researchr.org/profile/sas-2020/hrideshrajan" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University, USA</span></div></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">20:20 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Cocktails in New York<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3d5cc542-a518-49e2-bf11-f6005292cd63" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="badde84c-bc9d-4fef-bd68-58ecc99fd8a5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="badde84c-bc9d-4fef-bd68-58ecc99fd8a5">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div><div class="hidable band hour-22"><table data-facet-date="Fri 20 Nov 2020" data-facet-date-order="201120" data-facet-room="SPLASH-I" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">22:20 - 23:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Lunch in Tokyo<span class="pull-right"><a href="https://2020.splashcon.org/track/splash-2020-meet-someone-new--msn-" target="_blank" class="text-muted navigate">SPLASH Meet The Speakers (MTS)</a></span> at <a href="https://conf.researchr.org/room/sas-2020/splash-2020-venue-splash-i" target="_blank" class="room-link navigate">SPLASH-I</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8d5f9848-74e7-436a-9435-543a00449405" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">22:20</div><strong>40m</strong></div><div class="event-type">Social Event</div><span data-facet-track="SPLASH Meet The Speakers (MTS)"></span></td><td><span data-event-star="e45cad66-437c-4dad-b3d5-e726922b664b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e45cad66-437c-4dad-b3d5-e726922b664b">Meet The Speakers</a></strong><div class="prog-track">SPLASH Meet The Speakers (MTS)</div><br></td></tr></table></div></div><script type="text/javascript">window.displayUserProgamSettingsOnce = true;</script></div></div></div><div id="event-overview" class="tab-pane "><h3>Accepted Papers</h3><table class="table table-condensed"><colgroup width="5"/><colgroup/><thead><tr><th><span class="glyphicon glyphicon-star"></span></th><th>Title</th></tr></thead><tr><td><span data-event-star="890ea906-b119-4828-8f45-d132f9c38082" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="890ea906-b119-4828-8f45-d132f9c38082">Abstract Neural Networks</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/matthewsotoudeh" class="navigate">Matthew Sotoudeh</a>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a></div><a href="https://arxiv.org/abs/2009.05660" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/6/Abstract-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr><td><span data-event-star="96776028-772c-4c12-bdda-eb5721127c2c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="96776028-772c-4c12-bdda-eb5721127c2c">A Library Modeling Language for the Static Analysis of C Programs<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abdelraoufouadjaout" class="navigate">Abdelraouf Ouadjaout</a>, <a href="https://conf.researchr.org/profile/sas-2020/antoinemine" class="navigate">Antoine Miné</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/13/A-Library-Modeling-Language-for-the-Static-Analysis-of-C-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="b673ae70-f50a-4531-b748-2fe1a22e890b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b673ae70-f50a-4531-b748-2fe1a22e890b">Counterexample- and Simulation-Guided Floating-Point Loop Invariant Synthesis<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/anastasiaisychev" class="navigate">Anastasia Isychev</a>, <a href="https://conf.researchr.org/profile/sas-2020/evadarulova" class="navigate">Eva Darulova</a>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a></div><a href="https://www.in.tum.de/fileadmin/w00bws/i02/Papers/invariantSAS20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/10/Counterexample-and-Simulation-Guided-Floating-Point-Loop-Invariant-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr><td><span data-event-star="74b4eec7-f45e-46a4-915c-a2812474e966" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="74b4eec7-f45e-46a4-915c-a2812474e966">Exact and Linear-Time Gas-Cost Analysis</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ankushdas" class="navigate">Ankush Das</a>, <a href="https://conf.researchr.org/profile/sas-2020/shazqadeer1" class="navigate">Shaz Qadeer</a></div><a href="https://www.cs.cmu.edu/~ankushd/docs/move20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="4fd50d6f-63a1-4bda-a578-b90810c55019" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="4fd50d6f-63a1-4bda-a578-b90810c55019">Farkas-Based Tree Interpolation</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sepidehasadi" class="navigate">Sepideh Asadi</a>, <a href="https://conf.researchr.org/profile/sas-2020/martinblicha" class="navigate">Martin Blicha</a>, <a href="https://conf.researchr.org/profile/sas-2020/anttihyvarinen" class="navigate">Antti Hyvärinen</a>, <a href="https://conf.researchr.org/profile/sas-2020/grigoryfedyukovich" class="navigate">Grigory Fedyukovich</a>, <a href="https://conf.researchr.org/profile/sas-2020/natashasharygina" class="navigate">Natasha Sharygina</a></div><a href="http://verify.inf.usi.ch/sites/default/files/sas2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="43e38930-e679-4381-b5e9-f606f58d5550" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="43e38930-e679-4381-b5e9-f606f58d5550">Formal framework for reasoning about the precision of dynamic analysis</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/miladallapreda" class="navigate">Mila Dalla Preda</a>, <a href="https://conf.researchr.org/profile/sas-2020/robertogiacobazzi" class="navigate">Roberto Giacobazzi</a>, <a href="https://conf.researchr.org/profile/sas-2020/niccolomarastoni" class="navigate">Niccolò Marastoni</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/11/Formal-framework-for-reasoning-about-the-precision-of-dynamic-analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="932e180e-dfa8-48ee-bea1-99cedf469770" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="932e180e-dfa8-48ee-bea1-99cedf469770">Interprocedural Shape Analysis Using Separation Logic-based Transformer Summaries</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/hugoillous" class="navigate">Hugo Illous</a>, <a href="https://conf.researchr.org/profile/sas-2020/matthieulemerre" class="navigate">Matthieu Lemerre</a>, <a href="https://conf.researchr.org/profile/sas-2020/xavierrival" class="navigate">Xavier Rival</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/14/Interprocedural-Shape-Analysis-Using-Separation-Logic-based-Transformer-Summaries" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="60869a0f-9da8-4a93-9b8e-4d4adbc8ef13">Memory-Efficient Fixpoint Computation<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/sungkookkim" class="navigate">Sung Kook Kim</a>, <a href="https://conf.researchr.org/profile/sas-2020/arnaudjvenet" class="navigate">Arnaud J. Venet</a>, <a href="https://conf.researchr.org/profile/sas-2020/adityavthakur" class="navigate">Aditya V. Thakur</a></div><a href="https://arxiv.org/abs/2009.05865" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/5/Memory-Efficient-Fixpoint-Computation" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr><td><span data-event-star="d008d8aa-e072-4ded-bb28-92df9b4a75ab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="d008d8aa-e072-4ded-bb28-92df9b4a75ab">On Multi-Language Abstraction: Towards a Static Analysis of Multi-Language Programs</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/samueleburo" class="navigate">Samuele Buro</a>, <a href="https://conf.researchr.org/profile/sas-2020/roycrole" class="navigate">Roy Crole</a>, <a href="https://conf.researchr.org/profile/sas-2020/isabellamastroeni" class="navigate">Isabella Mastroeni</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/16/On-Multi-Language-Abstraction-Towards-a-Static-Analysis-of-Multi-Language-Programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="826b72b5-8d2a-4c83-b0c8-2893d66b8ea5">Predicate Abstraction and CEGAR for nuHFL(Z) Validity Checking</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/naokiiwayama" class="navigate">Naoki Iwayama</a>, <a href="https://conf.researchr.org/profile/sas-2020/naokikobayashi" class="navigate">Naoki Kobayashi</a>, <a href="https://conf.researchr.org/profile/sas-2020/ryotasuzuki" class="navigate">Ryota Suzuki</a>, <a href="https://conf.researchr.org/profile/sas-2020/takeshitsukada" class="navigate">Takeshi Tsukada</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/9/Predicate-Abstraction-and-CEGAR-for-nuHFL-Z-Validity-Checking" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="5360324a-7234-4b20-95d8-80639f65ad7a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="5360324a-7234-4b20-95d8-80639f65ad7a">Probabilistic Lipschitz Analysis of Neural Networks<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/ravimangal" class="navigate">Ravi Mangal</a>, <a href="https://conf.researchr.org/profile/sas-2020/kartiksarangmath" class="navigate">Kartik Sarangmath</a>, <a href="https://conf.researchr.org/profile/sas-2020/adityanori" class="navigate">Aditya Nori</a>, <a href="https://conf.researchr.org/profile/sas-2020/alessandroorso" class="navigate">Alessandro Orso</a></div><a href="https://www.cc.gatech.edu/~rmangal3/papers/sas20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/15/Probabilistic-Lipschitz-Analysis-of-Neural-Networks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr><td><span data-event-star="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="5e5d5e27-4f5e-4ec9-be96-5f1f0a5bfe96">Simple and Efficient Computation of Minimal Weak Control Closure<span class="pull-right"><span data-facet-badge="Artifact" class="output-badge" style="max-width:40px;"><span class="label-primary label">Artifact</span></span></span></a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/abunasermasud" class="navigate">Abu Naser Masud</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/12/Simple-and-Efficient-Computation-of-Minimal-Weak-Control-Closure" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="e3e14325-c529-4426-a059-6ef122bc4c43" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e3e14325-c529-4426-a059-6ef122bc4c43">Stratified Guarded First-order Transition Systems</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/christianmuller" class="navigate">Christian Müller</a>, <a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate">Helmut Seidl</a></div><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/8/Stratified-Guarded-First-order-Transition-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr><td><span data-event-star="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="187c6e5a-f0c2-4d97-b61b-97cf948fa0e3">Termination of Polynomial Loops</a><div class="prog-track">SAS</div><div class="performers"><a href="https://conf.researchr.org/profile/sas-2020/florianfrohn" class="navigate">Florian Frohn</a>, <a href="https://conf.researchr.org/profile/sas-2020/marcelhark" class="navigate">Marcel Hark</a>, <a href="https://conf.researchr.org/profile/sas-2020/jurgengiesl" class="navigate">Jürgen Giesl</a></div><a href="https://verify.rwth-aachen.de/giesl/papers/SAS2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://conf.researchr.org/details/sas-2020/sas-2020-papers/7/Termination-of-Polynomial-Loops" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div id="Call-for-Papers" class="tab-pane "><h2>Call for Papers</h2><p><p>The 27th Static Analysis Symposium, SAS 2020, will be held from November 18th to November 20th in Chicago, Illinois, United States.</p> <p>Static analysis is widely recognized as a fundamental tool for program verification, bug detection, compiler optimization, program understanding, and software maintenance. The series of <a href="http://staticanalysis.org/">Static Analysis Symposia</a> has served as the primary venue for the presentation of theoretical, practical, and application advances in the area.</p> <h3><a href="#topics" id="topics" class="anchor-link">Topics</a></h3> <p>The technical program for SAS 2020 will consist of invited lectures and presentations of refereed papers. Contributions are welcomed on all aspects of static analysis, including, but not limited to:</p> <table> <thead></thead> <tbody> <tr><td> Abstract domains </td><td> Abstract interpretation </td><td> Automated deduction </td></tr> <tr><td> Data flow analysis </td><td> Debugging </td><td> Deductive methods </td></tr> <tr><td> Emerging applications </td><td> Model checking </td><td> Program optimizations and transformations </td></tr> <tr><td> Program synthesis </td><td> Program verification </td><td> Security analysis </td></tr> <tr><td> Tool environments and architectures </td><td> Theoretical frameworks </td><td> Type checking </td></tr> </tbody> </table> <h3><a href="#submission" id="submission" class="anchor-link">Submission</a></h3> <p>Submit electronically via the EasyChair <a href="https://easychair.org/conferences/?conf=sas2020">submission page</a>.</p> <h4><a href="#papers" id="papers" class="anchor-link">Papers</a></h4> <p>Submissions can address any programming paradigm, including concurrent, constraint, functional, imperative, logic, object-oriented, aspect, multi-core, distributed, and GPU programming.</p> <ul> <li>Papers must describe original work, be written and presented in English, and must not substantially overlap with papers that have been published or that are simultaneously submitted to a journal or a conference with refereed proceedings.</li> <li>Submitted papers will be judged on the basis of significance, relevance, correctness, originality, and clarity.</li> <li>They should clearly identify what has been accomplished and why it is significant.</li> <li>Paper submissions should not exceed <strong>18</strong> pages in Springer’s Lecture Notes in Computer Science (LNCS) format, excluding bibliography and well-marked appendices. Program Committee members are not required to read the appendices, and thus papers must be intelligible without them.</li> </ul> <p>Authors should consult Springer’s <a href="ftp://ftp.springernature.com/cs-proceeding/svproc/guidelines/Springer_Guidelines_for_Authors_of_Proceedings.pdf">authors’ guidelines</a> and use their proceedings templates, either for <a href="ftp://ftp.springernature.com/cs-proceeding/llncs/llncs2e.zip">LaTeX</a> or for <a href="ftp://ftp.springernature.com/cs-proceeding/llncs/llncs2e.zip">Word</a>, for the preparation of their papers. Springer encourages authors to include their <a href="https://www.springer.com/gp/authors-editors/orcid?wt_mc=Other.Other.1.AUT642.ORCID+proceedings+pilot+2017&amp;utm_medium=other&amp;utm_source=other&amp;utm_content=8232017&amp;utm_campaign=1_barz01_orcid+proceedings+pilot+2017">ORCIDs</a> in their papers. In addition, the corresponding author of each paper, acting on behalf of all of the authors of that paper, must complete and sign a Consent-to-Publish form. The corresponding author signing the copyright form should match the corresponding author marked on the paper. Once the files have been sent to Springer, changes relating to the authorship of the papers cannot be made.</p> <h4><a href="#artifacts" id="artifacts" class="anchor-link">Artifacts</a></h4> <p>As in previous years, we encourage authors to submit a virtual machine image containing any artifacts and evaluations presented in the paper. The goal of the artifact submissions is to strengthen our field’s scientific approach to evaluations and reproducibility of results. The virtual machines will be archived on a permanent Static Analysis Symposium website to provide a record of past experiments and tools, allowing future research to better evaluate and contrast existing work.</p> <p>Artifact submission is optional. More information can be found on the <a href="https://conf.researchr.org/home/sas-2020/#Call-for-Artifacts">Call for Artifacts</a>.</p> <h4><a href="#review-process" id="review-process" class="anchor-link">Review Process</a></h4> <p>SAS 2020 will use a lightweight double-blind reviewing process. Following this process means that reviewers will not see the authors’ names or affiliations as they initially review a paper. The authors’ names will then be revealed to the reviewers only once their reviews have been submitted.</p> <p>To facilitate this process, submitted papers must adhere to the following:</p> <ul> <li>Author names and institutions must be omitted and</li> <li>References to the authors’ own related work should be in the third person (e.g., not “We build on our previous work …” but rather “We build on the work of …”). The purpose of this process is to help the reviewers come to an initial judgment about the paper without bias, not to make it impossible for them to discover the authors if they were to try. Nothing should be done in the name of anonymity that weakens the submission, makes the job of reviewing the paper more difficult, or interferes with the process of disseminating new ideas. For example, important background references should not be omitted or anonymized, even if they are written by the same authors and share common ideas, techniques, or infrastructure. Authors should feel free to disseminate their ideas or draft versions of their paper as they normally would. For instance, authors may post drafts of their papers on the web or give talks on their research ideas.</li> </ul> <p>Authors will be able to read reviews and respond to them as appropriate during the author response period.</p> <h3><a href="#radhia-cousot-award" id="radhia-cousot-award" class="anchor-link">Radhia Cousot Award</a></h3> <p>The program committee will select a paper for the Radhia Cousot Young Researcher Best Paper Award, in memory of Radhia Cousot, and her fundamental contributions to static analysis, as well as being one of the main promoters and organizers of the SAS series of conferences.</p> </p></div><div id="Call-for-Artifacts" class="tab-pane "><div class="page-header"><h3>Call for Artifacts</h3></div><p>As in previous years, we encourage authors to submit a virtual machine image containing any artifacts and evaluations presented in the paper. The goal of the artifact submissions is to strengthen our field’s scientific approach to evaluations and reproducibility of results. The virtual machines will be archived on a permanent Static Analysis Symposium website to provide a record of past experiments and tools, allowing future research to better evaluate and contrast existing work.</p> <p>Artifact submission is optional. We accept only virtual machine images that can be processed with VirtualBox. The artifact should come with a virtual machine (VM) image and step-by-step instructions:</p> <ul> <li>Virtual machine image: The VM image must be bootable and contain all the necessary libraries installed. Please ensure that the VM image can be processed with VirtualBox. When preparing your artifact, please make it light as possible.</li> <li>Step-by-step instructions: It should clearly explain how to reproduce the results that support your paper’s conclusions. We encourage the authors to have easy-to-run scripts. Also, you should explain how to interpret the output of the artifact. Please provide an estimated execution time for each instruction.</li> </ul> <p>The artifact submission is handled via Easychair. Please follow the instructions below to submit your artifact:</p> <ul> <li>Make the VM image and the instruction document into single compressed archive file using zip or gzip. Use your paper number for the name of the archive file.</li> <li>Upload the archive file to well-known storage service such as Dropbox or Google Drive and get the sharable link of it.</li> <li>Run a checksum function with the archive file and make a text file that contains the link to the archive file and the checksum the result.</li> <li>Submit the file via the specific submission page.</li> </ul> <p>The artifact submission is handled via Easychair.</p> </div></div></div><div class="col-sm-4 sidebar"><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Important Dates<span class="pull-right"><small><span class="glyphicon glyphicon-globe"></span><span class="glyphicon glyphicon-time"></span> AoE (UTC-12h)</small></span></div></div><table class="table table-hover important-dates-in-sidebar"><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Thu 15 Oct 2020<br/>Early registration deadline</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Tue 15 Sep 2020<br/>Publication deadline</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Sun 19 Jul 2020<br/>Author Notification</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Mon 6 - Thu 9 Jul 2020<br/>Author Response Period</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Fri 29 May 2020<br/>Artifact Submission</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Sun 24 May 2020<br/>Paper Submission</td></tr><tr href="https://conf.researchr.org/home/sas-2020" class="clickable-row past"><td>Fri 22 May 2020<br/>Abstract Submission</td></tr></table></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Submission Link</div></div><div class="panel-body"><small><span class="text-muted"><span class="glyphicon glyphicon-new-window"></span></span> <a href="https://easychair.org/conferences/?conf=sas2020" title="Submission link for Call for Papers" target="_blank" class="navigate">https://easychair.org/conferences/?conf=sas2020</a></small></div></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-invited-speakers" class="navigate">Invited Speakers</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/gogulbalakrishnan" class="navigate"><div class="media"><span class="pull-left"><img alt="Gogul Balakrishnan" src="https://conf.researchr.org/getProfileImage/gogulbalakrishnan/09222147-d801-471b-9987-b91eed0ec429/micro-avatar.jpg?1711530856000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Gogul Balakrishnan<span class="pull-right"><small>Invited Speaker</small></span></h5><h5 class="media-heading"><span class="text-black">Google</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/ezgicicek" class="navigate"><div class="media"><span class="pull-left"><img alt="Ezgi &Ccedil;i&ccedil;ek" src="https://conf.researchr.org/getProfileImage/ezgicicek/fd8cd7b8-388d-46de-960d-2e5912ceae85/micro-avatar.jpg?1711491778000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ezgi Çiçek<span class="pull-right"><small>Invited Speaker</small></span></h5><h5 class="media-heading"><span class="text-black">Facebook London</span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/manuelhermengildo" class="navigate"><div class="media"><span class="pull-left"><img alt="Manuel Hermenegildo" src="https://conf.researchr.org/getProfileImage/manuelhermengildo/9ad5b1a1-5b09-4700-a372-66f4683bb674/micro-avatar.jpg?1711523683000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Manuel Hermenegildo<span class="pull-right"><small>Invited Speaker</small></span></h5><h5 class="media-heading"><span class="text-black">IMDEA Software Institute and T.U. of Madrid</span></h5><h5 class="media-heading"><small>Spain</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/jamesworrell" class="navigate"><div class="media"><span class="pull-left"><img alt="James Worrell" src="https://conf.researchr.org/getProfileImage/jamesworrell/36a1e9ae-23e2-4ef7-91b4-dbe770fef598/micro-avatar.jpg?1711479360000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">James Worrell<span class="pull-right"><small>Invited Speaker</small></span></h5><h5 class="media-heading"><span class="text-black">University of Oxford</span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li></ul></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-organizing-committee" class="navigate">Organizing Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/davidpichardie" class="navigate"><div class="media"><span class="pull-left"><img alt="David Pichardie" src="https://conf.researchr.org/getProfileImage/davidpichardie/f2df7034-e1e9-4852-8bd4-f9a5c056b9f8/micro-avatar.jpg?1711469140000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">David Pichardie<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Univ Rennes, ENS Rennes, IRISA</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" class="navigate"><div class="media"><span class="pull-left"><img alt="Mihaela Sighireanu" src="https://conf.researchr.org/getProfileImage/mihaelasighireanu/8a15d1c3-bf93-4e81-98bb-e903aa08b0d2/micro-avatar.jpg?1724243743000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Mihaela Sighireanu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">LSV, ENS Paris-Saclay</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/jyothivedurada" class="navigate"><div class="media"><span class="pull-left"><img alt="Jyothi Vedurada" src="https://conf.researchr.org/getProfileImage/jyothivedurada/19590ebc-7b13-4415-9a96-d83fae624546/micro-avatar.jpg?1711475032000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jyothi Vedurada<span class="pull-right"><small>Artifact Evaluation Chair</small></span></h5><h5 class="media-heading"><span class="text-black">Microsoft Research</span></h5><h5 class="media-heading"><small>India</small></h5></div></div></a></li></ul></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-program-committee" class="navigate">Program Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/joshberdine" class="navigate"><div class="media"><span class="pull-left"><img alt="Josh Berdine" src="https://conf.researchr.org/getProfileImage/joshberdine/7e716eb0-ca8a-4ce8-983d-fec36d1172ab/micro-avatar.jpg?1711474941000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Josh Berdine<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Facebook</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/boryuhevanchang" class="navigate"><div class="media"><span class="pull-left"><img alt="Bor-Yuh Evan Chang" src="https://conf.researchr.org/getProfileImage/boryuhevanchang/c4831a56-b89c-4033-80f0-3ad80d6c8651/micro-avatar.jpg?1711457148000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Bor-Yuh Evan Chang<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Colorado Boulder &amp; Amazon</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/patrickcousot" class="navigate"><div class="media"><span class="pull-left"><img alt="Patrick Cousot" src="https://conf.researchr.org/getProfileImage/patrickcousot/42f5b16b-b574-4d75-a3b1-902508060f2a/micro-avatar.jpg?1711458417000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Patrick Cousot<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">New York University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/jeromeferet" class="navigate"><div class="media"><span class="pull-left"><img alt="Jerome Feret" src="https://conf.researchr.org/getProfileImage/jeromeferet/084e0e3e-2d05-4de1-8645-7e5f687ed6b3/micro-avatar.jpg?1711466741000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jerome Feret<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">INRIA Paris</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/samirgenaim" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Samir Genaim<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black"> Universidad Complutense de Madrid</span></h5><h5 class="media-heading"><small>Spain</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/ariegurfinkel" class="navigate"><div class="media"><span class="pull-left"><img alt="Arie Gurfinkel" src="https://conf.researchr.org/getProfileImage/ariegurfinkel/5449f693-15ec-4148-8fea-2dcc3c47ca0b/micro-avatar.jpg?1711456665000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Arie Gurfinkel<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Waterloo</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/sureshjagannathan" class="navigate"><div class="media"><span class="pull-left"><img alt="Suresh Jagannathan" src="https://conf.researchr.org/getProfileImage/sureshjagannathan/d5f44989-0719-41e5-8621-afc35ba95b11/micro-avatar.jpg?1740188761000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Suresh Jagannathan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Purdue University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/muralikrishnaramanathan" class="navigate"><div class="media"><span class="pull-left"><img alt="Murali Krishna Ramanathan" src="https://conf.researchr.org/getProfileImage/muralikrishnaramanathan/53a28835-9d02-4557-b0bb-87aee36aa127/micro-avatar.jpg?1711486379000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Murali Krishna Ramanathan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Uber Technologies Inc.</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/francescologozzo" class="navigate"><div class="media"><span class="pull-left"><img alt="Francesco Logozzo" src="https://conf.researchr.org/getProfileImage/francescologozzo/cf450fd0-dcc8-4915-925a-726f3d09bf47/micro-avatar.jpg?1727104558000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Francesco Logozzo<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Facebook</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/antoinemine" class="navigate"><div class="media"><span class="pull-left"><img alt="Antoine Min&eacute;" src="https://conf.researchr.org/getProfileImage/antoinemine/4424847a-feb4-4b4a-b1db-ffbad821591a/micro-avatar.jpg?1711478750000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Antoine Miné<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Sorbonne Université</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/andersmoller" class="navigate"><div class="media"><span class="pull-left"><img alt="Anders M&oslash;ller" src="https://conf.researchr.org/getProfileImage/andersmoller/ea720bf4-03f4-41fd-9eec-f86ff595bb07/micro-avatar.jpg?1717150136000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Anders Møller<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aarhus University</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/kedarnamjoshi" class="navigate"><div class="media"><span class="pull-left"><img alt="Kedar Namjoshi" src="https://conf.researchr.org/getProfileImage/kedarnamjoshi/7b9baf21-1f82-4669-b5e0-7dba78744dc1/micro-avatar.jpg?1711499756000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kedar Namjoshi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Nokia Bell Labs</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/davidpichardie" class="navigate"><div class="media"><span class="pull-left"><img alt="David Pichardie" src="https://conf.researchr.org/getProfileImage/davidpichardie/f2df7034-e1e9-4852-8bd4-f9a5c056b9f8/micro-avatar.jpg?1711469140000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">David Pichardie<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">Univ Rennes, ENS Rennes, IRISA</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/sylvieputot" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sylvie Putot<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">École Polytechnique</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/francescoranzato" class="navigate"><div class="media"><span class="pull-left"><img alt="Francesco Ranzato" src="https://conf.researchr.org/getProfileImage/francescoranzato/2fbf9dd4-0854-41bd-8e9b-1dc90841ed24/micro-avatar.jpg?1731447975000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Francesco Ranzato<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Padova</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/xavierrival" class="navigate"><div class="media"><span class="pull-left"><img alt="Xavier Rival" src="https://conf.researchr.org/getProfileImage/xavierrival/5ae9a144-0731-441e-a16a-6fd3ce949ef8/micro-avatar.jpg?1721417977000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Xavier Rival<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">INRIA/CNRS/ENS Paris</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/helmutseidl" class="navigate"><div class="media"><span class="pull-left"><img alt="Helmut Seidl" src="https://conf.researchr.org/getProfileImage/helmutseidl/76decea3-9f3f-46b0-88d7-e2e322518907/micro-avatar.jpg?1711469140000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Helmut Seidl<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Technische Universität München</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/mihaelasighireanu" class="navigate"><div class="media"><span class="pull-left"><img alt="Mihaela Sighireanu" src="https://conf.researchr.org/getProfileImage/mihaelasighireanu/8a15d1c3-bf93-4e81-98bb-e903aa08b0d2/micro-avatar.jpg?1724243743000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Mihaela Sighireanu<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">LSV, ENS Paris-Saclay</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/caterinaurban" class="navigate"><div class="media"><span class="pull-left"><img alt="Caterina Urban" src="https://conf.researchr.org/getProfileImage/caterinaurban/a945f9bd-bc13-4fe2-945a-59528d7d7e2a/micro-avatar.jpg?1711458377000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Caterina Urban<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">École normale supérieure</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/tomasvojnar" class="navigate"><div class="media"><span class="pull-left"><img alt="Tom&aacute;&scaron; Vojnar" src="https://conf.researchr.org/getProfileImage/tomasvojnar/35b6810e-3f2d-4b1b-9877-0f90997ef54f/micro-avatar.jpg?1711486121000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tomáš Vojnar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Brno University of Technology</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/kwangkeunyi" class="navigate"><div class="media"><span class="pull-left"><img alt="Kwangkeun Yi" src="https://conf.researchr.org/getProfileImage/kwangkeunyi/92875e1f-e893-466a-9e8f-aa5ca6b032db/micro-avatar.jpg?1711509353000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kwangkeun Yi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Seoul National University, South Korea</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/eneazaffanella" class="navigate"><div class="media"><span class="pull-left"><img alt="Enea Zaffanella" src="https://conf.researchr.org/getProfileImage/eneazaffanella/5bbfe08f-57e7-4a26-bc6d-71d30e0d90d6/micro-avatar.jpg?1711489154000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Enea Zaffanella<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Parma, Italy</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/florianzuleger" class="navigate"><div class="media"><span class="pull-left"><img alt="Florian Zuleger" src="https://conf.researchr.org/getProfileImage/florianzuleger/e21b6ed7-bd3d-4e00-8d8a-3d3640881327/micro-avatar.jpg?1711498761000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Florian Zuleger<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">TU Vienna</span></h5><h5 class="media-heading"><small>Austria</small></h5></div></div></a></li></ul></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://conf.researchr.org/committee/sas-2020/sas-2020-papers-artifact-evaluation-committee" class="navigate">Artifact Evaluation Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/jyothivedurada" class="navigate"><div class="media"><span class="pull-left"><img alt="Jyothi Vedurada" src="https://conf.researchr.org/getProfileImage/jyothivedurada/19590ebc-7b13-4415-9a96-d83fae624546/micro-avatar.jpg?1711475032000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jyothi Vedurada<span class="pull-right"><small>Artifact Evaluation Chair</small></span></h5><h5 class="media-heading"><span class="text-black">Microsoft Research</span></h5><h5 class="media-heading"><small>India</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/umairzahmed" class="navigate"><div class="media"><span class="pull-left"><img alt="Umair Z. Ahmed" src="https://conf.researchr.org/getProfileImage/umairzahmed/bff99281-2fcc-4868-99fc-24620f084c52/micro-avatar.jpg?1740612588000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Umair Z. Ahmed<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">National University of Singapore</span></h5><h5 class="media-heading"><small>Singapore</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/marcchevalier" class="navigate"><div class="media"><span class="pull-left"><img alt="Marc Chevalier" src="https://conf.researchr.org/getProfileImage/marcchevalier/04d4491a-9393-46cc-9f43-387c7b33182a/micro-avatar.jpg?1711458368000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marc Chevalier<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">ENS, CNRS, PSL University, INRIA</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/pritamgharat" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Pritam Gharat<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black"></span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/timotheehaudebourg" class="navigate"><div class="media"><span class="pull-left"><img alt="Timoth&eacute;e Haudebourg" src="https://conf.researchr.org/getProfileImage/timotheehaudebourg/cc142115-7068-4d79-b634-cc7e85dfaf5e/micro-avatar.jpg?1711651349000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Timothée Haudebourg<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">ENS Rennes</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/maximejacquemin" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Maxime Jacquemin<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">CEA LIST, France</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/nicolasjeannerod" class="navigate"><div class="media"><span class="pull-left"><img alt="Nicolas Jeannerod" src="https://conf.researchr.org/getProfileImage/nicolasjeannerod/964be9b8-4b9c-4da3-8b95-773035f6412e/micro-avatar.jpg?1711500686000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Nicolas Jeannerod<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">IRIF, Université de Paris</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/raphaelmonat" class="navigate"><div class="media"><span class="pull-left"><img alt="Rapha&euml;l Monat" src="https://conf.researchr.org/getProfileImage/raphaelmonat/8e67345c-1410-4307-8ea1-2dc781c156a9/micro-avatar.jpg?1713190491000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Raphaël Monat<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Sorbonne Université — LIP6</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/rashmimudduluru" class="navigate"><div class="media"><span class="pull-left"><img alt="Rashmi Mudduluru" src="https://conf.researchr.org/getProfileImage/rashmimudduluru/05eb376d-c8db-4e86-a7aa-b4c9e5339dbb/micro-avatar.jpg?1711537220000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Rashmi Mudduluru<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington, Seattle</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/suvammukherjee1" class="navigate"><div class="media"><span class="pull-left"><img alt="Suvam Mukherjee" src="https://conf.researchr.org/getProfileImage/suvammukherjee1/0595f4f2-801b-4f4f-b2df-6bc98b452d79/micro-avatar.jpg?1711559910000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Suvam Mukherjee<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Microsoft Research</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/oliviernicole1" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Olivier Nicole<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">CEA LIST, France</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/guillermoromandiez" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://conf.researchr.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Guillermo Román-Díez<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black"></span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/devikasondhi" class="navigate"><div class="media"><span class="pull-left"><img alt="Devika Sondhi" src="https://conf.researchr.org/getProfileImage/devikasondhi/e2f926f1-dc73-4ce5-a781-b18ce3a2a6b5/micro-avatar.jpg?1711538383000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Devika Sondhi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">IIIT Delhi</span></h5><h5 class="media-heading"><small>India</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/pedrovalero" class="navigate"><div class="media"><span class="pull-left"><img alt="Pedro Valero" src="https://conf.researchr.org/getProfileImage/pedrovalero/2651c306-365f-432a-82eb-8275dca08450/micro-avatar.jpg?1711649009000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Pedro Valero<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">IMDEA Software Institute, Spain</span></h5><h5 class="media-heading"><small>Spain</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/sas-2020/marcozanella" class="navigate"><div class="media"><span class="pull-left"><img alt="Marco Zanella" src="https://conf.researchr.org/getProfileImage/marcozanella/3cc63d80-1c05-4f8b-ba1a-a725c25896c2/micro-avatar.jpg?1711519976000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marco Zanella<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Padova, Italy</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li></ul></div></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Fri 14 Mar 06:15</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="sas-2020" /><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":"sas-2020"},],"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="sas-2020" /><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":"sas-2020"},],"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/sas-2020" class="navigate"><span class="glyphicon glyphicon-home"></span> SAS 2020</a></h3><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.69.0</a>)<br/><small><a href="https://conf.researchr.org/support/sas-2020" target="_blank" class="navigate"><span class="glyphicon glyphicon-question-sign"></span> Support page</a></small><br/><small></small></div><div class="col-sm-5"><div class="row"><div class="col-sm-6"><h4>Tracks</h4><a href="https://conf.researchr.org/home/sas-2020" class="navigate">SAS</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/sas-2020/splash-2020-venue" class="navigate">Venue: Online</a><br><a href="https://conf.researchr.org/attending/sas-2020/Students" class="navigate">Students</a><br><a href="https://conf.researchr.org/attending/sas-2020/Registration" class="navigate">Registration</a><br><a href="https://conf.researchr.org/attending/sas-2020/awards" class="navigate">Awards</a><br><a href="https://conf.researchr.org/attending/sas-2020/sponsoring" class="navigate">Sponsoring</a><br><a href="https://conf.researchr.org/attending/sas-2020/Conduct" class="navigate">Code of conduct</a><br><a href="https://conf.researchr.org/attending/sas-2020/Certificate+of+Attendance" class="navigate">Certificate of Attendance</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/sas-2020" 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; let defaultplacement = $(document).scrollLeft() > 100 ? 'auto left' : 'auto top'; $(node).find('[title]').each( function(i,el){ var $e=$(el);$e.tooltip({placement: function(tt, elem){ var attval = elem.getAttribute('data-placement'); return attval ? attval : defaultplacement; }, sanitize: false, container: 'body' }) } ).on('show.bs.tooltip', function () { let el = this; while (el && window.getComputedStyle(el).position !== 'fixed') { el = el.parentElement; } if(el) $(this).data('bs.tooltip').options.container = el;});$('.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