CINXE.COM

FSE 2025 - Ideas, Visions and Reflections - FSE 2025

<!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>FSE 2025 - Ideas, Visions and Reflections - FSE 2025</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://conf.researchr.org";</script> <link rel="stylesheet" href="https://conf.researchr.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/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> <meta name='description' content='The ACM International Conference on the Foundations of Software Engineering (FSE) is an internationally renowned forum for researchers, practitioners, and educators to present and discuss the most recent innovations, trends, experiences, and challenges in the field of software engineering. FSE brings together experts from academia and industry to exchange the latest research results and trends as well as their practical application in all areas of software engineering. The conference will be held on June 23rd-27th, 2025.'> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://conf.researchr.org/getImage/fse-2025/carousel/AdobeStock_225489051.jpeg?1712437225000'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='The ACM International Conference on the Foundations of Software Engineering (FSE) is an internationally renowned forum for researchers, practitioners, and educators to present and discuss the most recent innovations, trends, experiences, and challenges in the field of software engineering. FSE brings together experts from academia and industry to exchange the latest research results and trends as well as their practical application in all areas of software engineering. The conference will be held on June 23rd-27th, 2025.'> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='FSE 2025 - Ideas, Visions and Reflections - FSE 2025'> <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> <script type="text/javascript">function addEventModalLoadOnClick( containerNode ){ $(containerNode).find( "a[data-event-modal]" ).on("click", function(e){ var eventId = $(this).data("event-modal"); var modalElem = $("#modal-" + eventId); if(modalElem.length){ modalElem.modal({ backdrop: 'static', keyboard: true}, 'show'); } else { var loaderElem = $("#event-modal-loader"); loaderElem.find("input.event-id-input").val( eventId ); loaderElem.find("#load-modal-action").click(); } e.preventDefault(); } ); } </script><script type="text/javascript">function addStarredEventOnClick( containerNode ){ $(containerNode).find( "[data-event-star]" ).on("click", function(e){ var eventId = $(this).data("event-star"); var starEventFormElem = $("#event-star-form"); starEventFormElem.find("input.event-id-input").val( eventId ); starEventFormElem.find("#star-event-action").click(); e.preventDefault(); e.stopPropagation(); } ); } </script><script type="text/javascript">function pauseOnCloseModal( modalid ){ //pauses video (only youtube at the moment) when closing modal $('#' + modalid).on('hidden.bs.modal', function () { $(this).find('.embed-container iframe[src*=enablejsapi]').each( function(){ this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*') } ); } ) } </script> <script>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 });gtag('config', 'G-ZLG6KPPHPR', {'cookie_domain': 'auto', 'anonymizeIp': true });</script> </head> <body id="track"><div class="frame"><div class="logobar"><div class="container"><a href="https://conf.researchr.org/home/fse-2025" class="navbar-brand navigate"><span class="brand-text">FSE 2025</span></a><div class="place">Mon 23 - Fri 27 June 2025 <a href="https://conf.researchr.org/venue/fse-2025/fse-2025-venue" class="navigate">Trondheim, Norway</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/fse-2025/fse-2025-venue" class="navigate">Venue: Clarion Hotel Trondheim</a></li><li class="block"><a href="https://conf.researchr.org/attending/fse-2025/diversity-inclusion-plan" class="navigate">Diversity and Inclusion Plan</a></li><li class="block"><a href="https://conf.researchr.org/attending/fse-2025/code-of-conduct" class="navigate">Code of Conduct</a></li></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Sponsorship <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/info/fse-2025/sponsorship" class="navigate">Sponsorship Opportunities</a></li><li class="block"><a href="https://conf.researchr.org/info/fse-2025/sponsors-and-supporters" class="navigate">Sponsors and Supporters</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">FSE 2025</li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-how-to-submit" class="navigate">How to Submit</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-research-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-industry-papers" class="navigate">Industry Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-ideas-visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-student-research-competition" class="navigate">Student Research Competition</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-demonstrations" class="navigate">Demonstrations</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-posters" class="navigate">Posters</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-artifacts" class="navigate">Artifacts</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-doctoral-symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-new-faculty-symposium" class="navigate">New Faculty Symposium</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-software-engineering-education" class="navigate">Software Engineering Education</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-tutorials" class="navigate">Tutorials</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-student-volunteers" class="navigate">Student Volunteers</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-industry-mentoring-symposium" class="navigate">Industry Mentoring Symposium</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-workshops" class="navigate">Workshops</a></li><li class="block"><a href="https://conf.researchr.org/track/fse-2025/fse-2025-open-science-policy" class="navigate">Open Science Policy</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">FSE 2025 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-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/fse-2025/fse-2025-papers-program-committee" class="navigate"><strong>Research Papers</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-industry-papers-program-committee" class="navigate"><strong>Industry Papers</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-ideas--visions-and-reflections-program-committee" class="navigate"><strong>Ideas, Visions and Reflections</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-journal-first-program-committee" class="navigate"><strong>Journal First</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-student-research-competition-program-committee" class="navigate"><strong>Student Research Competition</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-demonstrations-program-committee" class="navigate"><strong>Demonstrations</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-posters-program-committee" class="navigate"><strong>Posters</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-artifacts-program-committee" class="navigate"><strong>Artifacts</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-doctoral-symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-new-faculty-symposium-program-committee" class="navigate"><strong>New Faculty Symposium</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-software-engineering-education-program-committee" class="navigate"><strong>Software Engineering Education</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-tutorials-program-committee" class="navigate"><strong>Tutorials</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-student-volunteers-program-committee" class="navigate"><strong>Student Volunteers</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-industry-mentoring-symposium-program-committee" class="navigate"><strong>Industry Mentoring Symposium</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/fse-2025/fse-2025-workshops-program-committee" class="navigate"><strong>Workshops</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/fse-2025" 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/fse-2025//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/fse" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> FSE 2025</span></li><li class="block"><a href="https://2024.esec-fse.org" class="navigate">FSE 2024</a></li><li class="block"><a href="https://2023.esec-fse.org" class="navigate">ESEC/FSE 2023</a></li><li class="block"><a href="https://2022.esec-fse.org" class="navigate">ESEC/FSE 2022</a></li><li class="block"><a href="https://2021.esec-fse.org" class="navigate">ESEC/FSE 2021</a></li><li class="block"><a href="https://2020.esec-fse.org" class="navigate">ESEC/FSE 2020</a></li><li class="block"><a href="https://2018.fseconference.org" class="navigate">ESEC/FSE 2018</a></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/fse-2025/https%3A%5Es%5Esconf.researchr.org%5Estrack%5Esfse-2025%5Esfse-2025-ideas-visions-and-reflections" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/fse-2025" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/fse-2025" class="navigate">FSE 2025</a> (<a href="https://conf.researchr.org/series/fse" class="navigate">series</a>) / </span><h1>Ideas, Visions and Reflections<span class="pull-right small h1">FSE 2025</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#Call-for-Ideas-Visions-and-Reflections-Papers" data-toggle="tab">Call for Ideas, Visions and Reflections 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="Call-for-Ideas-Visions-and-Reflections-Papers" class="tab-pane "><h2>Call for Ideas, Visions and Reflections Papers</h2><p><p>FSE 2025 Ideas, Visions and Reflections Track (FSE-IVR) seeks to disrupt the status quo in our discipline with radical, innovative, thought-provoking new ideas, and research directions, as well as lessons learned from the past.</p> <p>We invite three types of papers:</p> <ol> <li>Innovative, groundbreaking new ideas supported by promising initial results, such as: <ul> <li>Exciting new directions in early stages of research, supported by initial evidence.</li> <li>Startling new results that come in conflict with established results or beliefs, supporting a call for fundamentally new research directions.</li> </ul> </li> <li>Visions of the future, such as: <ul> <li>Bold visions of new directions that may not yet be supported by solid results but rather by a strong and well-motivated scientific intuition. Examples include unusual synergies with other disciplines, or the importance of software engineering in problems whose software engineering aspects have not been studied earlier.</li> <li>Summaries of highly innovative research ideas recently awarded as grants.</li> </ul> </li> <li>Reflections on the past, such as: <ul> <li>Bold revisits of current research directions that may be somehow misguided.</li> <li>Thoughtful observations coalescing the most important ideas since the inception of the field of software engineering, where they have led us so far, where past ideas have turned out to be right or wrong.</li> </ul> </li> </ol> <p>Submissions must clearly motivate and illustrate initial evidence (type 1) or a rationale (types 2 and 3) for changing current practice and/or research in software engineering. The writing style can be narrative to the extent where this supports the motivation for an emerging research direction.</p> <p>Evaluation results are not required for FSE-IVR papers. Preliminary results for submissions of the first type or a sketch of an evaluation plan for submissions of the second type, could help the reviewers understand the scope of the work better.</p> <p>FSE Ideas, Visions and Reflections Track is a cultural forum for encouraging trailblazers to share their vision and new research directions that connect to other fields or to share candid, critical reflections on past and present research. FSE-IVR publications lay the foundation for strong full-paper publications later on.</p> <h3><a href="#scope" id="scope" class="anchor-link">Scope</a></h3> <p>FSE-IVR provides a forum for innovative, thought-provoking research in software engineering to accelerate the exposure of the community to early, yet promising and potentially inspiring research efforts. FSE-IVR papers are first-class contributions that provide novel, soundly motivated research directions, emerging results, and thoughtful reflections.</p> <p>The track addresses the same technical topics of interest as those of the research paper track. However, authors are encouraged to combine these topics in new ways to establish connections to other fields outside of classical software engineering, as well as to argue for the importance of software engineering research in areas not explicitly listed.</p> <h3><a href="#out-of-scope" id="out-of-scope" class="anchor-link">Out of Scope</a></h3> <p>A submission should not be an FSE full research submission lacking an evaluation, or a disguised advertisement for previously published results: An FSE research track submission with slightly less evaluation or lower quality is not a good FSE-IVR paper.</p> <h3><a href="#evaluation" id="evaluation" class="anchor-link">Evaluation</a></h3> <p>All papers will be evaluated according to:</p> <ul> <li>Value: the problem is worth exploring</li> <li>Impact: the potential for disruption of current practice</li> <li>Originality: the novelty of the paper insight</li> <li>Scholarship: appropriate consideration of relevant literature</li> <li>Quality: overall paper quality</li> </ul> <p>Innovative, groundbreaking new ideas (type 1) papers will also be evaluated according to:</p> <ul> <li>Surprise: startling and unexpected findings</li> </ul> <p>Visions of the future (type 2) and Reflections on the past (type 3) papers will also be evaluated according to:</p> <ul> <li>Validity: soundness of the rationale</li> </ul> <h3><a href="#how-to-submit" id="how-to-submit" class="anchor-link">How to Submit</a></h3> <p>In the submission form, authors must clearly identify their paper as one of - New Ideas and Early Results - Visions (of the future) - Reflections (on the past)</p> <p>A submission must conform at the time of submission to the <a href="https://conf.researchr.org/track/fse-2025/fse-2025-how-to-submit">FSE 2025 Format and Submission Guidelines</a>, and must not exceed four pages (not including a one-page bibliography). Papers must be submitted electronically at the <a href="https://fse2025-ivr.hotcrp.com">FSE-IVR submission site</a> by the submission deadline.</p> <p>FSE-IVR will employ the same double blind review process as the main research track. Submissions must not reveal authors’ identities; consult the main research track CfP for more details on appropriate anonymization practices.</p> <p>Submissions that do not comply with the instructions and size limits may be rejected without review.</p> <p>AUTHORS TAKE NOTE: The official publication date is the date the proceedings are made available in the ACM Digital Library. The official publication date affects the deadline for any patent filings related to published work.</p> <p>At least one author of each accepted paper must register and present the paper at FSE 2025 in order for the paper to be published in the proceedings. One-day registrations do NOT satisfy the registration requirement. Please carefully read the complete list of <a href="https://conf.researchr.org/track/fse-2025/fse-2025-how-to-submit#submission-policies">FSE Submission Policies</a>.</p> <h3><a href="#important-dates" id="important-dates" class="anchor-link">Important Dates</a></h3> <p>All dates are 23:59:59 AoE (UTC-12h)</p> <ul> <li>Submission deadline: January 16, 2025</li> <li>Notification to authors: March 14, 2025</li> <li>Camera-ready deadline: April 24, 2025</li> </ul> <p>If you have any questions about the suitability of a paper, please contact the co-chairs, <a href="https://www.microsoft.com/en-us/research/people/cbird/">Christian Bird</a>, <a href="mailto:fferrucci@unisa.it">Filomena Ferrucci</a>, and <a href="https://weile.work/">Wei Le</a>.</p> <p>Submission Link<br> <a href="https://fse2025-ivr.hotcrp.com">https://fse2025-ivr.hotcrp.com</a></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/fse-2025/fse-2025-ideas-visions-and-reflections" class="clickable-row text-success"><td>Thu 16 Jan 2025<br/>Submission deadline</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-ideas-visions-and-reflections" class="clickable-row text-success"><td>Fri 14 Mar 2025<br/>Author notification</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-ideas-visions-and-reflections" class="clickable-row text-success"><td>Thu 24 Apr 2025<br/>Camera-ready deadline</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://fse2025-ivr.hotcrp.com/" title="Submission link for Call for Ideas, Visions and Reflections Papers" target="_blank" class="navigate">https://fse2025-ivr.hotcrp.com/</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/fse-2025/fse-2025-ideas--visions-and-reflections-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/fse-2025/christianbird" class="navigate"><div class="media"><span class="pull-left"><img alt="Christian Bird" src="https://conf.researchr.org/getProfileImage/christianbird/84e51832-a234-4795-914a-26916727c525/micro-avatar.jpg?1711455674000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Christian Bird<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">Microsoft Research</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/fse-2025/filomenaferrucci" class="navigate"><div class="media"><span class="pull-left"><img alt="Filomena Ferrucci" src="https://conf.researchr.org/getProfileImage/filomenaferrucci/91659197-a337-441d-b570-f70e00110905/micro-avatar.jpg?1728845091000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Filomena Ferrucci<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">University of Salerno</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/fse-2025/weile" class="navigate"><div class="media"><span class="pull-left"><img alt="Wei Le" src="https://conf.researchr.org/getProfileImage/weile/205a3a1a-9c2a-4650-bf90-3e67adb00d18/micro-avatar.jpg?1711466955000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Wei Le<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">Iowa State 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/fse-2025/aysebasar" 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">Ayse Basar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Toronto Metropolitan University</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/fse-2025/stefanbiffl" class="navigate"><div class="media"><span class="pull-left"><img alt="Stefan Biffl" src="https://conf.researchr.org/getProfileImage/stefanbiffl/1be9b09f-fcf2-403a-a7b9-1ae7ac597869/micro-avatar.jpg?1711458097000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Stefan Biffl<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Vienna University of Technology</span></h5><h5 class="media-heading"><small>Austria</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/ruzannachitchyan" class="navigate"><div class="media"><span class="pull-left"><img alt="Ruzanna Chitchyan" src="https://conf.researchr.org/getProfileImage/ruzannachitchyan/d9639b5d-31ae-40ca-b9ed-d94f7b742a04/micro-avatar.jpg?1722519827000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ruzanna Chitchyan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Bristol</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/fse-2025/jurgencito" class="navigate"><div class="media"><span class="pull-left"><img alt="J&uuml;rgen Cito" src="https://conf.researchr.org/getProfileImage/jurgencito/8f3b8480-88a3-4e18-a139-789c23a8ccb8/micro-avatar.jpg?1711453903000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jürgen Cito<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">TU Wien</span></h5><h5 class="media-heading"><small>Austria</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/tayanaconte" class="navigate"><div class="media"><span class="pull-left"><img alt="Tayana Conte" src="https://conf.researchr.org/getProfileImage/tayanaconte/77c8ef08-102b-4f25-9ba3-aa8628bede32/micro-avatar.jpg?1711467186000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tayana Conte<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Universidade Federal do Amazonas</span></h5><h5 class="media-heading"><small>Brazil</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/xavierfranch" class="navigate"><div class="media"><span class="pull-left"><img alt="Xavier Franch" src="https://conf.researchr.org/getProfileImage/xavierfranch/a84cb0d0-faad-4b06-96e8-75bf7052b9c9/micro-avatar.jpg?1720043310000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Xavier Franch<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Universitat Politècnica de Catalunya</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/fse-2025/lingxiaojiang" class="navigate"><div class="media"><span class="pull-left"><img alt="Lingxiao Jiang" src="https://conf.researchr.org/getProfileImage/lingxiaojiang/bf095a7d-bb4b-46d8-864e-461b736faaa3/micro-avatar.jpg?1711454218000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Lingxiao Jiang<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Singapore Management University</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/fse-2025/yangliu" class="navigate"><div class="media"><span class="pull-left"><img alt="Yang Liu" src="https://conf.researchr.org/getProfileImage/yangliu/d5584eb0-0bca-4bfd-8dd4-444ffa490cac/micro-avatar.jpg?1729780130000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Yang Liu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Nanyang Technological University</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/fse-2025/robynlutz" class="navigate"><div class="media"><span class="pull-left"><img alt="Robyn Lutz" src="https://conf.researchr.org/getProfileImage/robynlutz/e81d5102-2642-4bd1-b78a-4793198d9df8/micro-avatar.jpg?1711469124000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Robyn Lutz<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Iowa State 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/fse-2025/mauriziomorislo" 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">Maurizio Morislo<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Politecnico di Torino</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/maleknaznayebi1" class="navigate"><div class="media"><span class="pull-left"><img alt="Maleknaz Nayebi" src="https://conf.researchr.org/getProfileImage/maleknaznayebi1/d60f494c-4e08-4325-9528-122e11eada2e/micro-avatar.jpg?1730747379000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Maleknaz Nayebi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">York University</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/fse-2025/corinapasareanu" 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">Corina Pasareanu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">CMU, NASA, KBR</span></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/dietmarpfahl" class="navigate"><div class="media"><span class="pull-left"><img alt="Dietmar Pfahl" src="https://conf.researchr.org/getProfileImage/dietmarpfahl/ef053fbc-4d61-41de-90fd-f75635ff967e/micro-avatar.jpg?1711458020000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Dietmar Pfahl<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Tartu</span></h5><h5 class="media-heading"><small>Estonia</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/alexpotanin" class="navigate"><div class="media"><span class="pull-left"><img alt="Alex Potanin" src="https://conf.researchr.org/getProfileImage/alexpotanin/614f887b-90a3-4626-b67d-fa63309b44c8/micro-avatar.jpg?1711453752000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Alex Potanin<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Australian National University</span></h5><h5 class="media-heading"><small>Australia</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/perruneson" class="navigate"><div class="media"><span class="pull-left"><img alt="Per Runeson" src="https://conf.researchr.org/getProfileImage/perruneson/c7d71117-c88e-4740-bf8b-bc8ab104c4b8/micro-avatar.jpg?1713274844000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Per Runeson<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Lund University</span></h5><h5 class="media-heading"><small>Sweden</small></h5></div></div></a></li><li class="list-group-item"><a href="https://conf.researchr.org/profile/fse-2025/xiweixu" class="navigate"><div class="media"><span class="pull-left"><img alt="Xiwei (Sherry) Xu" src="https://conf.researchr.org/getProfileImage/xiweixu/3e4800d8-f29e-484e-a2c8-45e811e947e9/micro-avatar.jpg?1711462881000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Xiwei (Sherry) Xu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Data61, CSIRO</span></h5><h5 class="media-heading"><small>Australia</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>Mon 25 Nov 00:13</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="fse-2025" /><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":"fse-2025"},],"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="fse-2025" /><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":"fse-2025"},],"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/fse-2025" class="navigate"><span class="glyphicon glyphicon-home"></span> FSE 2025</a></h3><div><a href="https://conf.researchr.org/contact/fse-2025" class="navigate"><span class="glyphicon glyphicon-envelope"></span> contact form</a></div><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.67.1</a>)<br/><small><a href="https://conf.researchr.org/support/fse-2025" 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/fse-2025/fse-2025-how-to-submit" class="navigate">How to Submit</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-research-papers" class="navigate">Research Papers</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-industry-papers" class="navigate">Industry Papers</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-ideas-visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-journal-first" class="navigate">Journal First</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-student-research-competition" class="navigate">Student Research Competition</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-demonstrations" class="navigate">Demonstrations</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-posters" class="navigate">Posters</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-artifacts" class="navigate">Artifacts</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-doctoral-symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-new-faculty-symposium" class="navigate">New Faculty Symposium</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-software-engineering-education" class="navigate">Software Engineering Education</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-tutorials" class="navigate">Tutorials</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-student-volunteers" class="navigate">Student Volunteers</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-industry-mentoring-symposium" class="navigate">Industry Mentoring Symposium</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-workshops" class="navigate">Workshops</a><br/><a href="https://conf.researchr.org/track/fse-2025/fse-2025-open-science-policy" class="navigate">Open Science Policy</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/fse-2025/fse-2025-venue" class="navigate">Venue: Clarion Hotel Trondheim</a><br><a href="https://conf.researchr.org/attending/fse-2025/diversity-inclusion-plan" class="navigate">Diversity and Inclusion Plan</a><br><a href="https://conf.researchr.org/attending/fse-2025/code-of-conduct" class="navigate">Code of Conduct</a></div><div class="col-sm-2"><script> $('.place').after('<div class="place2">co-located with <a href="https://conf.researchr.org/home/issta-2025" class="navigate">ISSTA 2025</a></div>'); </script></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