CINXE.COM

SAS 2024 - Artifacts - SPLASH 2024

<!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://2024.splashcon.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://2024.splashcon.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>SAS 2024 - Artifacts - SPLASH 2024</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://2024.splashcon.org";</script> <link rel="stylesheet" href="https://2024.splashcon.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://2024.splashcon.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://2024.splashcon.org/getFile/86adcb95-8c58-4878-a999-676c6b69e20b/logobar-splash24-new.css?1722450045831" type="text/css" /><link rel="stylesheet" href="https://2024.splashcon.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://2024.splashcon.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://2024.splashcon.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://2024.splashcon.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://2024.splashcon.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://2024.splashcon.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://2024.splashcon.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <meta name='description' content='The ACM SIGPLAN International Conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH) embraces all aspects of software construction and delivery, to make it the premier conference on the applications of programming languages - at the intersection of programming languages and software engineering. SPLASH 2024 will be held in Pasadena, California, close to Los Angeles and all that southern California has to offer. SPLASH 2024 will include the co-located OOPSLA, Onward!, SAS, GPCE, and SLE conferences, SPLASH-E, and other exciting workshops and events. ...'> <script type="text/javascript">(function($){ $(document).ready(function(){ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { event.preventDefault(); event.stopPropagation(); $(this).parent().siblings().removeClass('open'); $(this).parent().toggleClass('open'); }); }); })(jQuery); </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> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://2024.splashcon.org/getImage/carousel/PasadenaDowntown_Skyline.jpg?1695093957000'> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='SAS 2024 - Artifacts - SPLASH 2024'> <script type="text/javascript">var ignoreHashChange = false; function hashChangeFunc(){ // show active tab on hash in url if (window.location.hash !== ''){ var hashTargetAll = $('a[href="' + window.location.hash + '"]'); if(hashTargetAll.length){ var hashTarget = hashTargetAll.filter('[data-toggle="tab"]') if( hashTarget.length ){ hashTarget = hashTarget.first(); hashTarget.tab('show'); } else { hashTarget = hashTargetAll.first(); } // and open parent tabs in case the target element is nested in a tab var parentPane = hashTarget.closest( '.tab-pane' ); if(parentPane.length){ $('.nav a[href="#'+ parentPane.attr('id') +'"]').tab('show'); } var parentCollapse = hashTarget.closest( '.panel-collapse:not(.in)' ).collapse('show'); } } return false; } $(document).ready(function(){ var tabFromRequestUrl = window.location.hash !== '' ? $('a[href="' + window.location.hash + '"][data-toggle="tab"]') : []; var initUrlHash = window.location.hash; hashChangeFunc() if( tabFromRequestUrl.length ){ //Prevent the browser to auto-scroll to the anchor of the tab window.location.hash = ""; } //make in-page #links open the tabs if ($._data( $(window)[0], 'events' ).hashchange == undefined){ $(window).on('hashchange', hashChangeFunc); } if(tabFromRequestUrl.length){ setTimeout( function(){ ignoreHashChange = true; history.replaceState(null, null, initUrlHash); ignoreHashChange = false; }, 10 ); } }); var autoTabFunction = function(node){ // remember the hash in the URL without jumping $('a[data-toggle="tab"]:not(.no-hash):not(.bound)').addClass('bound').on('shown.bs.tab', function(e){ var newhash = '#' + $(e.target).attr('href').substr(1); if(history.replaceState){ history.replaceState(null, null, newhash); } else{ location.hash = newhash; } }); //When no tab is active, set the first one to active $(node).find('.nav-tabs:not(.bound), .nav-pills:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).find('.active').length){ $(this).children().first().addClass('active'); } }); $(node).find('.tab-content:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).children('.active').length){ $(this).children('.tab-pane').first().addClass('active'); } }); } </script> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='The ACM SIGPLAN International Conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH) embraces all aspects of software construction and delivery, to make it the premier conference on the applications of programming languages - at the intersection of programming languages and software engineering. SPLASH 2024 will be held in Pasadena, California, close to Los Angeles and all that southern California has to offer. SPLASH 2024 will include the co-located OOPSLA, Onward!, SAS, GPCE, and SLE conferences, SPLASH-E, and other exciting workshops and events. ...'> <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="track"><div class="frame"><div class="logobar"><div class="container"><a href="https://2024.splashcon.org" class="navbar-brand navigate"><span class="brand-text">SPLASH 2024</span></a><div class="place">Sun 20 - Fri 25 October 2024 <a href="https://2024.splashcon.org/venue/splash-2024-venue" class="navigate">Pasadena, California, United States</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://2024.splashcon.org/venue/splash-2024-venue" class="navigate">Venue: Hilton Pasadena</a></li><li class="block"><a href="https://2024.splashcon.org/attending/Students" class="navigate">Students</a></li><li class="block"><a href="https://2024.splashcon.org/attending/Registration" class="navigate">Registration</a></li><li class="block"><a href="https://2024.splashcon.org/attending/visa-support-letters" class="navigate">Visa Support Letters</a></li><li class="block"><a href="https://2024.splashcon.org/attending/sponsoring" class="navigate">Sponsoring</a></li><li class="block"><a href="https://2024.splashcon.org/attending/Conduct" class="navigate">Code of conduct</a></li><li class="block"><a href="https://2024.splashcon.org/attending/instructions-for-speakers" class="navigate">Instructions for Presenters</a></li><li class="block"><a href="https://2024.splashcon.org/attending/splash-chair-welcome" class="navigate">Chair's Welcome</a></li><li class="block"><a href="https://2024.splashcon.org/attending/how-to-splash" class="navigate">How to SPLASH (Quick Attendee Guide)</a></li><li class="block"><a href="https://2024.splashcon.org/attending/mt.-baldy-bicycle-trip" class="navigate">Mt. Baldy Bicycle Trip</a></li><li class="block"><a href="https://2024.splashcon.org/attending/attractions-around-pasadena" class="navigate">Attractions Around Pasadena</a></li><li class="block"><a href="https://2024.splashcon.org/attending/virtual-live-streams" class="navigate">Live Stream</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://2024.splashcon.org/program/program-splash-2024/" class="navigate">SPLASH Program</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" 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://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Sun 20 Oct 2024" class="navigate">Sun 20 Oct</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Mon 21 Oct 2024" class="navigate">Mon 21 Oct</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Tue 22 Oct 2024" class="navigate">Tue 22 Oct</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Wed 23 Oct 2024" class="navigate">Wed 23 Oct</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Thu 24 Oct 2024" class="navigate">Thu 24 Oct</a></li><li class="block"><a href="https://2024.splashcon.org/program/program-splash-2024/" data-fltr-type="date" data-fltr-val="Fri 25 Oct 2024" class="navigate">Fri 25 Oct</a></li></ul></li><li id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Tracks <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-3"><div class="row"><div class="col-sm-5"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SPLASH 2024</li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-dei-activities" class="navigate">DEI Activities</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Doctoral-Symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-keynotes" class="navigate">Keynotes</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-oopsla" class="navigate">OOPSLA 2024</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-oopsla-artifacts" class="navigate">OOPSLA Artifacts</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Onward-Essays" class="navigate">Onward! Essays</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Onward-papers" class="navigate">Onward! Papers</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-PLMW" class="navigate">PLMW</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Posters" class="navigate">Posters</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-rebase" class="navigate">REBASE</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-SPLASH-E" class="navigate">SPLASH-E</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-SRC" class="navigate">Student Research Competition</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Volunteers" class="navigate">Volunteers</a></li><li class="block"><a href="https://2024.splashcon.org/track/splash-2024-Workshops" class="navigate">Workshops</a></li></ul></div><div class="col-sm-7"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Co-hosted Conferences</li><li class="block"><a href="https://2024.splashcon.org/home/gpce-2024" class="navigate"><strong>GPCE</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/track/sle-2024" class="navigate"><strong>SLE</strong> </a></li><li class="block dropdown-header">Workshops</li><li class="block"><a href="https://2024.splashcon.org/home/hatra-2024" class="navigate"><strong>HATRA</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/iwaco-2024" class="navigate"><strong>IWACO</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/jensfest-2024" class="navigate"><strong>JENSFEST</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/live-2024" class="navigate"><strong>LIVE</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/nsad-2024" class="navigate"><strong>NSAD</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/paint-2024" class="navigate"><strong>PAINT</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/prolala-2024" class="navigate"><strong>ProLaLa</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/unsound-2024" class="navigate"><strong>UNSOUND</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/home/vivekfest-2024" class="navigate"><strong>VIVEKFEST</strong> </a></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>VMIL</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/home/vmil-2024" class="navigate"><strong>VMIL</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/details/vmil-2024-papers/1/A-tour-of-CPython-s-runtime" class="small menu-advertised-event navigate">- A tour of CPython's runtime</a></li></ul></li><li class="block dropdown-header">Co-hosted Symposia</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SAS</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/home/sas-2024" class="navigate"><strong>SAS</strong> </a></li><li class="block"><a href="https://2024.splashcon.org/track/sas-2024-artifacts" class="navigate"><strong>SAS</strong> Artifacts</a></li></ul></li></ul></div></div></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-2"><div class="row"><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SPLASH 2024 Committees</li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Doctoral-Symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-papers-review-committee" class="navigate"><strong>OOPSLA 2024</strong></a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-oopsla-artifacts-artifact-evaluation-committee" class="navigate"><strong>OOPSLA Artifacts</strong></a></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>Onward! Essays</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Onward-Essays-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Onward-Essays-onward--steering-committee" class="navigate">Onward! Steering Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>Onward! Papers</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Onward-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Onward-papers-steering-committee" class="navigate">Steering Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>PLMW</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-PLMW-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-PLMW-speakers---panelists" class="navigate">Speakers &amp; Panelists</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-PLMW-mentors" class="navigate">Mentors</a></li></ul></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Posters-organizing-committee" class="navigate"><strong>Posters</strong></a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-rebase-rebase" class="navigate"><strong>REBASE</strong></a></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SPLASH-E</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-SPLASH-E-program-commitee" class="navigate">Program Commitee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-SPLASH-E-steering-committee" class="navigate">Steering Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>Student Research Competition</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-SRC-organizers" class="navigate">Organizers</a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-SRC-reviewers" class="navigate">Reviewers</a></li></ul></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Volunteers-organizers" class="navigate"><strong>Volunteers</strong></a></li><li class="block"><a href="https://2024.splashcon.org/committee/splash-2024-Workshops-organizing-committee-" class="navigate"><strong>Workshops</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://2024.splashcon.org/people-index" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Co-hosted Conferences</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>GPCE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/gpce-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/gpce-2024-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/gpce-2024-papers-steering-committee" class="navigate">Steering Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SLE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/sle-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/sle-2024-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/sle-2024-artifact-evaluation-committee" class="navigate">Artifact Evaluation Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/sle-2024-steering-committee" class="navigate">Steering Committee</a></li></ul></li><li class="block dropdown-header">Workshops</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>HATRA</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/hatra-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/hatra-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>IWACO</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/iwaco-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/iwaco-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>JENSFEST</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/jensfest-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/jensfest-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>LIVE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/live-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/live-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>NSAD</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/nsad-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/nsad-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>PAINT</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/paint-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/paint-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>ProLaLa</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/prolala-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/prolala-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>UNSOUND</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/unsound-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>VIVEKFEST</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/vivekfest-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/vivekfest-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>VMIL</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/vmil-2024-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.splashcon.org/committee/vmil-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="block dropdown-header">Co-hosted Symposia</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SAS</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.splashcon.org/committee/sas-2024-papers-organizing-committee" class="navigate"><strong>SAS 2024</strong> <small>Organizing Committee</small></a></li><li class="block"><a href="https://2024.splashcon.org/committee/sas-2024-papers-program-committee" class="navigate"><strong>SAS 2024</strong> <small>Program Committee</small></a></li><li class="block"><a href="https://2024.splashcon.org/committee/sas-2024-sas-2024-artifacts-artifact-evaluation-committee" class="navigate"><strong>SAS Artifacts</strong></a></li></ul></li></ul></div></div></ul></li><li class="block"><a href="https://2024.splashcon.org/search//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://2024.splashcon.org/series/splash" 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" class="navigate">SPLASH 2025</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> SPLASH 2024</span></li><li class="block"><a href="https://2023.splashcon.org" class="navigate">SPLASH 2023</a></li><li class="block"><a href="https://2022.splashcon.org" class="navigate">SPLASH 2022</a></li><li class="block"><a href="https://2021.splashcon.org" class="navigate">SPLASH 2021</a></li><li class="block"><a href="https://2020.splashcon.org" class="navigate">SPLASH 2020</a></li><li class="block"><a href="https://2019.splashcon.org" class="navigate">SPLASH 2019</a></li><li class="block"><a href="https://2018.splashcon.org" class="navigate">SPLASH 2018</a></li><li class="block"><a href="https://2017.splashcon.org" class="navigate">SPLASH 2017</a></li><li class="block"><a href="https://2016.splashcon.org" class="navigate">SPLASH 2016</a></li><li class="block"><a href="https://2015.splashcon.org" class="navigate">SPLASH 2015</a></li><li class="block"><a href="https://2014.splashcon.org" class="navigate">SPLASH 2014</a></li><li class="block"><a href="https://2013.splashcon.org" class="navigate">SPLASH 2013</a></li><li class="block"><a href="https://2012.splashcon.org" class="navigate">SPLASH 2012</a></li><li class="block"><a href="https://2011.splashcon.org" class="navigate">SPLASH 2011</a></li><li class="block"></li><li class="block"><a href="http://splashcon.org/2010/" target="_blank" class="navigate">SPLASH 2010 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"></li><li class="block"><a href="http://www.oopsla.org/oopsla2009/" target="_blank" class="navigate">OOPSLA 2009 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/oopsla2008/" target="_blank" class="navigate">OOPSLA 2008 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/oopsla2007/index.php?page=home/" target="_blank" class="navigate">OOPSLA 2007 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2006/program.html" target="_blank" class="navigate">OOPSLA 2006 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2005/ShowPage.do?id=Home" target="_blank" class="navigate">OOPSLA 2005 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2004/ShowPage.do?id=Home" target="_blank" class="navigate">OOPSLA 2004 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/oopsla2003/files/" target="_blank" class="navigate">OOPSLA 2003 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2002/" target="_blank" class="navigate">OOPSLA 2002 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2001/" target="_blank" class="navigate">OOPSLA 2001 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li><li class="block"><a href="http://www.oopsla.org/2000/" target="_blank" class="navigate">OOPSLA 2000 <span class="pull-right"><span class="glyphicon glyphicon-new-window"></span></span></a></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/splash-2024/https%3A%5Es%5Es2024.splashcon.org%5Estrack%5Essas-2024-artifacts" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://2024.splashcon.org/signup" 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://2024.splashcon.org" class="navigate">SPLASH 2024</a> (<a href="https://2024.splashcon.org/series/splash" class="navigate">series</a>) / </span><span class="text-muted small">SAS 2024 (<a href="https://2024.splashcon.org/series/sas" class="navigate">series</a>) / </span><h1>SAS 2024 Artifacts</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="#Radhia-Cousot-Award" data-toggle="tab">Radhia Cousot Award</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 "><h2>Call for Artifacts</h2><p><p><b style="color:blue;">Deadlines extended! Check out the new dates!</b></p> <p>As in previous years, we encourage authors to submit 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. Artifact submissions also serve as a stepping stone for future research, allowing researchers to rapidly build upon existing tools, and better evaluate or contrast existing work.</p> <h3><a href="#imporant-dates" id="imporant-dates" class="anchor-link">Imporant Dates:</a></h3> <ul> <li>Artifact Submission: <strike>May 12th 2024,</strike><b style="color:red;"> May 22nd 2024 AoE (Extended Deadline)</b></li> <li>Author Response Period: <strike>June 17th - June 19th,</strike> <b> June 27th - July 3rd, 2024 AoE</b></li> <li>Artifact Notification: <strike>July 7th,</strike> <b>July 16th, 2024 AoE</b></li> </ul> <h3><a href="#criteria" id="criteria" class="anchor-link">Criteria</a></h3> <p>This year, as last year, each artifact can be awarded up to three badges:</p> <ul> <li><strong>Validated</strong></li> </ul> <p>Artifacts which can reasonably reproduce the experimental claims in the paper. This is the minimum expectation from a submitted artifact.</p> <ul> <li><strong>Extensible</strong></li> </ul> <p>Artifacts which allow easy addition of new capabilities. To be eligible for an Extensible badge, the artifact must be bundled with the source code and pass the requirements for the Validated badge. Reviewers may attempt to tweak the source code and recompile, in order to evaluate how easy it is to build upon the tool. Please note that the artifact submission is optional. Submitting source code with the artifact is also optional. However, artifacts without source code will only be eligible for the Validated badge.</p> <ul> <li><strong>Available</strong></li> </ul> <p>Artifacts of accepted papers will obtain the Available badge during the camera-ready period if the authors upload the submitted version of the artifact to the <a href="https://zenodo.org/communities/sas-2024/" target="_blank">Zenodo SAS 2024</a><a href=""></a> public repository. After the final notification of acceptance of your paper submitted to the main track of SAS24, you can add your artifact to Zenodo SAS 2024 community by publishing your artifact <a href="https://zenodo.org/uploads/new?community=sas-2024" target="_blank">here</a>. The title and set of authors of your Zenodo submission must match with your SAS submission. The files you need to add are your artifact (virtual machine or container image) and the step-by-step instructions. After you publish your artifact, we will accept it to the community if the submission is OK, and, during the camera-ready perdiod, we will award you the Available badge. Please note that in case your artifact is not eligible for the Validated and Extensible badges, or in case, for any reason, you choose not to submit your artifact to the SAS’24 artifact track (thus not undergoing review by the AEC), you can still be awarded the Available badge.</p> <h3><a href="#packaging" id="packaging" class="anchor-link">Packaging</a></h3> <p>Authors can package their artifact either as a virtual machine image or a Docker container image, and provide step-by-step instructions for loading/running the artifact.</p> <ul> <li> <p>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. While preparing your artifact, please make it as lightweight as possible. Consider installing <code>ssh</code> in the VM to make it reachable even when virtual screen isn’t working (common problem when changing host hardware).</p> </li> <li> <p>Container image: Authors can provide a zipped version of a container image containing the experiments, along with all dependencies. Please ensure that the zipped container image can be loaded using the docker load command. Please opt for container images only if your experiments can be executed and validated from the command line.</p> </li> <li> <p>Step-by-step instructions: This should clearly explain how to reproduce the results that support your paper’s conclusions. We encourage the authors to include easy-to-run scripts. Note that a reviewer may be evaluating your artifact on weaker hardware compared to your setup, so try to parameterize your scripts to allow running smaller versions of your experiments. Also, you should explain how to interpret the outputs of the artifact. If possible, please provide an estimate of the execution times for the experiments. Lastly, if you are providing the source code, try to provide an outline of how the code is structured.</p> </li> </ul> <h3><a href="#submission" id="submission" class="anchor-link">Submission</a></h3> <p>Please follow the instructions below to submit your artifact:</p> <ul> <li>Package the VM/container image and the instruction document into a 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 on the archive file.</li> <li>Submit the link and the checksum via the specific submission page on EasyChair. You may put the link, checksum and possible extra informations in the abstract text field (in which case, please upload the paper submission as the file), or upload a pdf/txt containing the checksum/link/extra info (and then, the abstract can be empty.</li> </ul> <p>All artifacts will follow a double-blind process: author names and affiliations must be hidden in every file (paper, readme, source code, …). This does not hold for artifacts related to NEAT papers: they will follow a single-blind review process (namely, no need to anonymize your artifact).</p> <p>Submission link: <a href="https://easychair.org/conferences/?conf=sas24">https://easychair.org/conferences/?conf=sas24</a></p> <h3><a href="#badges" id="badges" class="anchor-link">Badges</a></h3> <p>The SAS Artifact Evaluation badges were designed by <a href="https://sites.google.com/view/arpitabiswas" target="_blank">Arpita Biswas</a> and <a href="https://suvamm.github.io/" target="_blank">Suvam Mukherjee</a>, and are available for download from <a href="https://github.com/suvamM/sas-artifact-badges" target="_blank">GitHub</a>.</p> </p></div><div id="Radhia-Cousot-Award" class="tab-pane "><div class="page-header"><h3>Radhia Cousot Award</h3></div><p>This year at SAS’24 the Radhia Cousot Award will be announced at the conference! All young researchers author of a paper accepted at SAS24 are invited to join SAS24 and register at the conference!</p> </div></div><span class="pull-right"><small>Questions? Use the <a href="https://2024.splashcon.org/contact2/sas-2024-artifacts" class="navigate">SAS Artifacts contact form</a>.</small></span><br></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://2024.splashcon.org/track/sas-2024-artifacts" class="clickable-row past"><td>Tue 16 Jul 2024<br/>Notification</td></tr><tr href="https://2024.splashcon.org/track/sas-2024-artifacts" class="clickable-row past"><td>Thu 27 Jun 12:00 - Wed 3 Jul 12:00 2024<br/>Author Response</td></tr><tr href="https://2024.splashcon.org/track/sas-2024-artifacts" class="clickable-row past"><td><strong>Wed 22 May 2024</strong><br/><strong>Artifact Submission</strong></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=sas24" title="Submission link for Call for Artifacts" target="_blank" class="navigate">https://easychair.org/conferences/?conf=sas24</a></small></div></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://2024.splashcon.org/committee/sas-2024-sas-2024-artifacts-artifact-evaluation-committee" class="navigate">Artifact Evaluation Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://2024.splashcon.org/profile/marcocampion" class="navigate"><div class="media"><span class="pull-left"><img alt="Marco Campion" src="https://2024.splashcon.org/getProfileImage/marcocampion/9fc4d056-50d2-4dcf-93cc-107c7e8a25e3/micro-avatar.jpg?1731244340000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marco Campion<span class="pull-right"><small>Chair</small></span></h5><h5 class="media-heading"><span class="text-black">INRIA &amp; École Normale Supérieure | Université PSL</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/michaelschwarz" class="navigate"><div class="media"><span class="pull-left"><img alt="Michael Schwarz" src="https://2024.splashcon.org/getProfileImage/michaelschwarz/907f2ffb-380a-49bf-94e1-cc95c3c7d5e0/micro-avatar.jpg?1731244340000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michael Schwarz<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">TU Munich</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/marcomilanese1" class="navigate"><div class="media"><span class="pull-left"><img alt="Marco Milanese" src="https://2024.splashcon.org/getProfileImage/marcomilanese1/c9a93fc5-b7b4-46af-9f0c-636e7b0f24b2/micro-avatar.jpg?1731244341000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marco Milanese<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Sorbonne University</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/yezheng" class="navigate"><div class="media"><span class="pull-left"><img alt="Ye Zheng" src="https://2024.splashcon.org/getProfileImage/yezheng/4df7ba45-d0d0-420f-a657-75f405016036/micro-avatar.jpg?1731244339000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ye Zheng<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Rochester Institute of Technology (RIT)</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/gretadolcetti" class="navigate"><div class="media"><span class="pull-left"><img alt="Greta Dolcetti" src="https://2024.splashcon.org/getProfileImage/gretadolcetti/9b31e8e7-3396-4cb8-9757-c26fe7d5eed6/micro-avatar.jpg?1731244340000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Greta Dolcetti<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Ca’ Foscari University of Venice</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/jinhuawu1" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://2024.splashcon.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jinhua Wu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Shanghai Jiao Tong University</span></h5><h5 class="media-heading"><small>China</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/felixridoux" class="navigate"><div class="media"><span class="pull-left"><img alt="F&eacute;lix Ridoux" src="https://2024.splashcon.org/getProfileImage/felixridoux/0d694a83-444c-4f54-8b61-a9b9de747483/micro-avatar.jpg?1731244337000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Félix Ridoux<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Univ Rennes / IMDEA Software Institute</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/jonasfiala" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://2024.splashcon.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jonas Fiala<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">ETH Zürich</span></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/marcozanella" class="navigate"><div class="media"><span class="pull-left"><img alt="Marco Zanella" src="https://2024.splashcon.org/getProfileImage/marcozanella/47bc943d-e079-41f3-a7cc-a36b6938a956/micro-avatar.jpg?1731244339000" 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><li class="list-group-item"><a href="https://2024.splashcon.org/profile/abhinandanpal" class="navigate"><div class="media"><span class="pull-left"><img alt="Abhinandan Pal" src="https://2024.splashcon.org/getProfileImage/abhinandanpal/8b303929-c1bd-4c37-9dde-792c2ef3dba1/micro-avatar.jpg?1731244340000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Abhinandan Pal<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Birmingham</span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/albinsalazar1" class="navigate"><div class="media"><span class="pull-left"><img alt="Albin Salazar" src="https://2024.splashcon.org/getProfileImage/albinsalazar1/a4741428-91da-4cc3-b39c-ecc14a9aebf2/micro-avatar.jpg?1731244341000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Albin Salazar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Konstanz</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/valentinbarbazo" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://2024.splashcon.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Valentin Barbazo<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">École Normale Supérieure | Université PSL</span></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/shuoding" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://2024.splashcon.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Shuo Ding<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Georgia Institute of Technology</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/annabecchi" class="navigate"><div class="media"><span class="pull-left"><img alt="Anna Becchi" src="https://2024.splashcon.org/getProfileImage/annabecchi/d0fa82af-ac37-4cd7-b87f-29c1c7bd31be/micro-avatar.jpg?1731244341000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Anna Becchi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Fondazione Bruno Kessler, Trento, Italy</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/moussaoui" class="navigate"><div class="media"><span class="pull-left"><img alt="Na&iuml;m Moussaoui Remil" src="https://2024.splashcon.org/getProfileImage/moussaoui/3fb97bf1-85d2-4347-9311-59aeb811d97b/micro-avatar.jpg?1712364561000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Naïm Moussaoui Remil<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">INRIA &amp; École Normale Supérieure | Université PSL</span></h5><h5 class="media-heading"><small>France</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/zunchenhuang1" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://2024.splashcon.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Zunchen Huang<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black"></span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2024.splashcon.org/profile/charlesdeharo" class="navigate"><div class="media"><span class="pull-left"><img alt="Charles de Haro" src="https://2024.splashcon.org/getProfileImage/charlesdeharo/a2277297-daad-4d9c-a6d6-6d2e24833da6/micro-avatar.jpg?1712394637000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Charles de Haro<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></ul></div></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Thu 28 Nov 10:55</em></div></div><div id="notifications-ph" class="webdsl-placeholder"></div><div id="event-modal-loader" class="webdsl-placeholder"><form name="form_131600131703c411e65b13378d08eb1f6672b5a0259" id="form_131600131703c411e65b13378d08eb1f6672b5a0259" action="https://2024.splashcon.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="splash-2024" /><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://2024.splashcon.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"splash-2024"},],"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://2024.splashcon.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="splash-2024" /><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://2024.splashcon.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"splash-2024"},],"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://2024.splashcon.org" class="navigate"><span class="glyphicon glyphicon-home"></span> SPLASH 2024</a></h3><div><a href="https://2024.splashcon.org/contact" class="navigate"><span class="glyphicon glyphicon-envelope"></span> contact form</a></div><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.67.1</a>)<br/><small><a href="https://2024.splashcon.org/support" 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://2024.splashcon.org/track/splash-2024-dei-activities" class="navigate">DEI Activities</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Doctoral-Symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://2024.splashcon.org/track/splash-2024-keynotes" class="navigate">Keynotes</a><br/><a href="https://2024.splashcon.org/track/splash-2024-oopsla" class="navigate">OOPSLA 2024</a><br/><a href="https://2024.splashcon.org/track/splash-2024-oopsla-artifacts" class="navigate">OOPSLA Artifacts</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Onward-Essays" class="navigate">Onward! Essays</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Onward-papers" class="navigate">Onward! Papers</a><br/><a href="https://2024.splashcon.org/track/splash-2024-PLMW" class="navigate">PLMW</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Posters" class="navigate">Posters</a><br/><a href="https://2024.splashcon.org/track/splash-2024-rebase" class="navigate">REBASE</a><br/><a href="https://2024.splashcon.org/track/splash-2024-SPLASH-E" class="navigate">SPLASH-E</a><br/><a href="https://2024.splashcon.org/track/splash-2024-SRC" class="navigate">Student Research Competition</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Volunteers" class="navigate">Volunteers</a><br/><a href="https://2024.splashcon.org/track/splash-2024-Workshops" class="navigate">Workshops</a></div><div class="col-sm-6"><h4>Co-hosted Conferences</h4><a href="https://2024.splashcon.org/home/gpce-2024" class="navigate">GPCE 2024</a><br/><a href="https://2024.splashcon.org/track/sle-2024" class="navigate">SLE 2024</a><br/><h4>Workshops</h4><a href="https://2024.splashcon.org/home/hatra-2024" class="navigate">HATRA</a><br/><a href="https://2024.splashcon.org/home/iwaco-2024" class="navigate">IWACO 2024</a><br/><a href="https://2024.splashcon.org/home/jensfest-2024" class="navigate">JENSFEST 2024</a><br/><a href="https://2024.splashcon.org/home/live-2024" class="navigate">LIVE 2024</a><br/><a href="https://2024.splashcon.org/home/nsad-2024" class="navigate">NSAD 2024</a><br/><a href="https://2024.splashcon.org/home/paint-2024" class="navigate">PAINT 2024</a><br/><a href="https://2024.splashcon.org/home/prolala-2024" class="navigate">ProLaLa 2024</a><br/><a href="https://2024.splashcon.org/home/unsound-2024" class="navigate">UNSOUND 2024</a><br/><a href="https://2024.splashcon.org/home/vivekfest-2024" class="navigate">VIVEKFEST</a><br/><a href="https://2024.splashcon.org/home/vmil-2024" class="navigate">VMIL 2024</a><br/><h4>Co-hosted Symposia</h4><a href="https://2024.splashcon.org/home/sas-2024" class="navigate">SAS 2024</a></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://2024.splashcon.org/venue/splash-2024-venue" class="navigate">Venue: Hilton Pasadena</a><br><a href="https://2024.splashcon.org/attending/Students" class="navigate">Students</a><br><a href="https://2024.splashcon.org/attending/Registration" class="navigate">Registration</a><br><a href="https://2024.splashcon.org/attending/visa-support-letters" class="navigate">Visa Support Letters</a><br><a href="https://2024.splashcon.org/attending/sponsoring" class="navigate">Sponsoring</a><br><a href="https://2024.splashcon.org/attending/Conduct" class="navigate">Code of conduct</a><br><a href="https://2024.splashcon.org/attending/instructions-for-speakers" class="navigate">Instructions for Presenters</a><br><a href="https://2024.splashcon.org/attending/splash-chair-welcome" class="navigate">Chair's Welcome</a><br><a href="https://2024.splashcon.org/attending/how-to-splash" class="navigate">How to SPLASH (Quick Attendee Guide)</a><br><a href="https://2024.splashcon.org/attending/mt.-baldy-bicycle-trip" class="navigate">Mt. Baldy Bicycle Trip</a><br><a href="https://2024.splashcon.org/attending/attractions-around-pasadena" class="navigate">Attractions Around Pasadena</a><br><a href="https://2024.splashcon.org/attending/virtual-live-streams" class="navigate">Live Stream</a></div><div class="col-sm-2"><a href="https://2024.splashcon.org/signup" class="navigate">Sign Up</a></div></div></div></div></footer></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; var defaultplacement = $(document).scrollLeft() > 100 ? 'auto left' : 'auto top'; $(node).find('[title]').tooltip({placement: function(tt, elem){ var attval = elem.getAttribute('data-placement'); return attval ? attval : defaultplacement; }, container: false, sanitize: false}); $('.tooltip.fade.in, .ui-tooltip-content').remove(); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><script type="text/javascript">jQuery(document).ready(function($) { $(".clickable-row").click(function() { var href = $(this).attr("href"); if( window.location.href.indexOf( href ) < 0 ){ if ($(this).hasClass('new-window') ){ window.open( href ); } else { window.document.location = href; } } }); }); </script></body></html>

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