CINXE.COM

SSBSE 2022 - Journal First - SSBSE 2022

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="https://conf.researchr.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://conf.researchr.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>SSBSE 2022 - Journal First - SSBSE 2022</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://conf.researchr.org";</script> <link rel="stylesheet" href="https://conf.researchr.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/conf.css?d8ff81ab1f2387936557f525e4e8eb20" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" 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/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <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 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:title' content='SSBSE 2022 - Journal First - SSBSE 2022'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Welcome to the 14th Symposium on Search-Based Software Engineering! Search-based Software Engineering (SBSE) is a research area focused on the formulation of software engineering problems as search problems, and the subsequent use of complex heuristic techniques to attain optimal solutions to such problems. A wealth of engineering challenges – from test generation, to design refactoring, to process organization – can be solved efficiently through the application of automated optimization techniques. SBSE is a growing field – sitting at the crossroads between AI, machine learning, and soft ...'> <meta name='description' content='Welcome to the 14th Symposium on Search-Based Software Engineering! Search-based Software Engineering (SBSE) is a research area focused on the formulation of software engineering problems as search problems, and the subsequent use of complex heuristic techniques to attain optimal solutions to such problems. A wealth of engineering challenges – from test generation, to design refactoring, to process organization – can be solved efficiently through the application of automated optimization techniques. SBSE is a growing field – sitting at the crossroads between AI, machine learning, and soft ...'> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://conf.researchr.org/getImage/ssbse-2022/carousel/Gardens+by+the+Bay.jpeg?1647325533000'> <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://conf.researchr.org/home/ssbse-2022" class="navbar-brand navigate"><span class="brand-text">SSBSE 2022</span></a><div class="place">Thu 17 - Fri 18 November 2022 <a href="https://conf.researchr.org/venue/ssbse-2022/ssbse-2022-location" class="navigate">Singapore</a></div><div class="place2">co-located with <a href="https://2022.esec-fse.org" class="navigate">ESEC/FSE 2022</a></div></div></div><div class="navbar navbar-default"><div class="container"><div class="navbar-header"><button type="button" data-toggle="collapse" data-target="#navigationbar" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div><div id="navigationbar" class="navigationbar collapse navbar-collapse"><ul class="block nav navbar-nav"><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Attending <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/venue/ssbse-2022/ssbse-2022-location" class="navigate">Location: SSBSE 2022</a></li><li class="block"><a href="https://conf.researchr.org/venue/ssbse-2022/fse-2022-venue" class="navigate">Venue: NUS U-Town</a></li><li class="block"><a href="https://conf.researchr.org/attending/ssbse-2022/ssbse-registration" class="navigate">SSBSE Registration</a></li></ul></li><li class="block"><a href="https://conf.researchr.org/info/ssbse-2022/sponsorship" class="navigate">Sponsorship</a></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/ssbse-2022/program-ssbse-2022/" class="navigate">SSBSE Program</a></li><li class="block"><a href="https://conf.researchr.org/program/ssbse-2022/program-ssbse-2022/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/program/ssbse-2022/program-ssbse-2022/" data-fltr-type="date" data-fltr-val="Thu 17 Nov 2022" class="navigate">Thu 17 Nov</a></li><li class="block"><a href="https://conf.researchr.org/program/ssbse-2022/program-ssbse-2022/" data-fltr-type="date" data-fltr-val="Fri 18 Nov 2022" class="navigate">Fri 18 Nov</a></li></ul></li><li id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Tracks <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SSBSE 2022</li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-future-of-sbse" class="navigate">Future of SBSE</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-keynotes" class="navigate">Keynotes</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-tutorial" class="navigate">Tutorial</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-rene---nier" class="navigate">RENE / NIER</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-challenge" class="navigate">Challenge Track</a></li></ul></div></div></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">SSBSE 2022 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-papers-program-committee" class="navigate"><strong>Research Papers</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-journal-first-journal-first" class="navigate"><strong>Journal First</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-rene---nier-rene---nier" class="navigate"><strong>RENE / NIER</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2022/ssbse-2022-challenge-challenge" class="navigate"><strong>Challenge Track</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/ssbse-2022" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div></div></ul></li><li class="block"><a href="https://conf.researchr.org/search/ssbse-2022//all" class="navigate"><span class="glyphicon glyphicon-search"></span><span class="hidden-sm"> Search</span></a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="hidden-sm">Series <span class="caret"></span></span><span title="Series" class="visible-sm"><span class="glyphicon glyphicon-repeat"></span> <span class="caret"></span></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/series/ssbse" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"></li><li class="block"><a href="https://conf.researchr.org/home/ssbse-2024" class="navigate">SSBSE 2024</a></li><li class="block"><a href="https://conf.researchr.org/home/ssbse-2023" class="navigate">SSBSE 2023</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> SSBSE 2022</span></li><li class="block"><a href="https://conf.researchr.org/home/ssbse-2021" class="navigate">SSBSE 2021</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/ssbse-2022/https%3A%5Es%5Esconf.researchr.org%5Estrack%5Esssbse-2022%5Esssbse-2022-journal-first" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/ssbse-2022" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://2022.esec-fse.org" class="navigate">ESEC/FSE 2022</a> (<a href="https://conf.researchr.org/series/fse" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/ssbse-2022" class="navigate">SSBSE 2022</a> (<a href="https://conf.researchr.org/series/ssbse" class="navigate">series</a>) / </span><h1>Journal First<span class="pull-right small h1">SSBSE 2022</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#Call-for-Contributions" data-toggle="tab">Call for Contributions</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="Call-for-Contributions" class="tab-pane "><h2>Call for Contributions</h2><p><p>This year SSBSE welcomes authors of papers accepted in relevant journals to present and discuss their work directly with the community.</p> <h2><a href="#scope" id="scope" class="anchor-link">Scope</a></h2> <p>A journal-first presentation must adhere to the following criteria:</p> <ul> <li>The accepted journal paper was accepted to a journal from the list below no earlier than April 1, 2021 and no later than March 31, 2022.</li> <li>The paper is in the scope of the conference.</li> <li>The paper reports completely new research results and/or presents novel contributions that significantly extend and were not previously reported in prior work.</li> <li>The paper does not extend prior work solely with additional proofs or algorithms (or other such details presented for completeness), additional empirical results, or minor enhancements or variants of the results presented in the prior work.</li> <li>The paper has not been presented at, and is not under consideration for, journal-first programs of other conferences.</li> <li>The paper should not exclusively report a secondary study, e.g., systematic reviews, mapping studies, surveys.</li> <li>The paper is a full paper published in one of the partnering journals, i.e., it is not a short paper, commentary, editorial, note, opinion paper, special issue introduction.</li> <li>The paper was published in a journal from the list below: <ul> <li>IEEE Transaction of Software Engineering (IEEE TSE),</li> <li>Empirical Software Engineering (EMSE),</li> <li>Journal of System and Software (JSS)</li> <li>Information and Software Technology (IST)</li> <li>ACM Transactions on Software Engineering and Methodology (ACM TOSEM),</li> <li>Automated Software Engineering (ASE)</li> </ul> </li> </ul> <h2><a href="#submission" id="submission" class="anchor-link">Submission</a></h2> <p>Authors of manuscripts that respect these criteria are invited to submit the information required in this online form: <a href="http://tinyurl.com/SSBSE22JF">http://tinyurl.com/SSBSE22JF</a></p> <p>There is no requirement to create or submit an extended abstract. However, in the form above, you will need to provide a link to either the publication itself or a preprint.</p> <h2><a href="#evaluation" id="evaluation" class="anchor-link">Evaluation</a></h2> <p>The presentation proposals are evaluated in terms of contributions to and relevance to the community. An award will be given to the outstanding paper.</p> <h2><a href="#presentation" id="presentation" class="anchor-link">Presentation</a></h2> <p>At least one author of each presentation accepted for the journal-first program must register and attend the conference to present the paper.</p> <p>The journal-first manuscripts are published through the journals and will not be part of the SSBSE proceedings. The journal-first papers will be listed in the conference program with a pointer to the journal publication.</p> </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/track/ssbse-2022/ssbse-2022-journal-first" class="clickable-row past"><td>Sat 20 Aug 2022<br/>Author notification</td></tr><tr href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-journal-first" class="clickable-row past"><td>Thu 30 Jun 2022<br/>Proposal 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="http://tinyurl.com/SSBSE22JF" title="Submission link for Call for Contributions" target="_blank" class="navigate">http://tinyurl.com/SSBSE22JF</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/ssbse-2022/ssbse-2022-journal-first-journal-first" class="navigate">Journal First</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://conf.researchr.org/profile/ssbse-2022/robertfeldt" class="navigate"><div class="media"><span class="pull-left"><img alt="Robert Feldt" src="https://conf.researchr.org/getProfileImage/robertfeldt/c2024f69-afc4-4345-a1ee-b1a6e9d9b279/micro-avatar.jpg?1711467488000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Robert Feldt<span class="pull-right"><small>Chair</small></span></h5><h5 class="media-heading"><span class="text-black">Chalmers | University of Gothenburg, Blekinge Institute of Technology</span></h5><h5 class="media-heading"><small>Sweden</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>Tue 18 Feb 03:24</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="ssbse-2022" /><input name="ae03f7f6f951d515a297b161e922205d" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://conf.researchr.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"ssbse-2022"},],"form_131600131703c411e65b13378d08eb1f6672b5a0259", this.nextSibling, false,"event-modal-loader"); return false;'></button><a submitid="eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="load-modal-action"></a></form></div><div id="event-star-form" class="webdsl-placeholder"><form name="form_509860938088b48fd14544d4239b498a2cf339e02b" id="form_509860938088b48fd14544d4239b498a2cf339e02b" action="https://conf.researchr.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="ssbse-2022" /><input name="a0b55aa29cf9431a9461b359872014e3" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://conf.researchr.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"ssbse-2022"},],"form_509860938088b48fd14544d4239b498a2cf339e02b", this.nextSibling, false,"event-star-form"); return false;'></button><a submitid="eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="star-event-action"></a></form></div><div id="event-modals" class="webdsl-placeholder"></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; addEventModalLoadOnClick(node); addStarredEventOnClick(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><footer class="footer"><div class="container"><div class="footer-box"><div class="row"><div class="col-sm-3"><h3><a href="https://conf.researchr.org/home/ssbse-2022" class="navigate"><span class="glyphicon glyphicon-home"></span> SSBSE 2022</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/ssbse-2022" target="_blank" class="navigate"><span class="glyphicon glyphicon-question-sign"></span> Support page</a></small><br/><small></small></div><div class="col-sm-5"><div class="row"><div class="col-sm-6"><h4>Tracks</h4><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-future-of-sbse" class="navigate">Future of SBSE</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-keynotes" class="navigate">Keynotes</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-tutorial" class="navigate">Tutorial</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-papers" class="navigate">Research Papers</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-journal-first" class="navigate">Journal First</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-rene---nier" class="navigate">RENE / NIER</a><br/><a href="https://conf.researchr.org/track/ssbse-2022/ssbse-2022-challenge" class="navigate">Challenge Track</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/ssbse-2022/ssbse-2022-location" class="navigate">Location: SSBSE 2022</a><br><a href="https://conf.researchr.org/venue/ssbse-2022/fse-2022-venue" class="navigate">Venue: NUS U-Town</a><br><a href="https://conf.researchr.org/attending/ssbse-2022/ssbse-registration" class="navigate">SSBSE Registration</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/ssbse-2022" class="navigate">Sign Up</a></div></div></div></div></footer></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; 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