CINXE.COM
FSE 2025 - Student Research Competition - 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 - Student Research Competition - 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:title' content='FSE 2025 - Student Research Competition - FSE 2025'> <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.'> <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-student-research-competition" 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>Student Research Competition<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="#FSE-Student-Research-Competition-2025" data-toggle="tab">FSE Student Research Competition 2025</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="FSE-Student-Research-Competition-2025" class="tab-pane "><h2>FSE Student Research Competition 2025</h2><p><p>FSE 2025 will host an ACM Student Research Competition (SRC). SRC is a unique forum reserved for undergraduate and graduate students who want to experience the world of software engineering research and present their results to the community.</p> <p>The ACM Student Research Competition at FSE 2025 consists of three parts:</p> <ol> <li>Research Abstract Submission</li> <li>Poster Presentation during the conference</li> <li>Research Talk during the conference</li> </ol> <p>The first-place winners are invited to participate in the ACM Student Research Competition Grand Finals, which includes all fields of computer science. Here is how you can participate.</p> <h3><a href="#submit-a-research-abstract" id="submit-a-research-abstract" class="anchor-link">Submit a Research Abstract</a></h3> <p>To participate, submit an extended research abstract of no more than 800 words (within a 2-page limit) related to the main themes of FSE 2025 (see the <a href="https://conf.researchr.org/track/fse-2025/fse-2025-research-papers">Research Track</a> for a list of conference topics). The submission should include the following elements: the research problem and motivation, background and related work, approach and novelty, results, and contributions. Your submission must present original research contributions that have not been published elsewhere. Papers will be judged based on how well they cover the above aspects of the work.</p> <p>All research abstracts must conform to the <a href="https://conf.researchr.org/track/fse-2025/fse-2025-how-to-submit">Submission Guidelines</a>. Note that the research abstracts will appear in the <em>companion</em> proceedings and thus follow a different format compared with the main track.</p> <p>All research abstracts must not exceed 800 words (within 2 pages), including all text, appendices, and figures. However, please note that references do not count against the word and page limit: the list of references may expand into a third page but no content (text, figures) is allowed on the third page (i.e., the third page, if any, should contain nothing else except all or part of your references).</p> <p>All submissions must be in English. Submissions must be in PDF format. Papers must be submitted electronically through the FSE SRC HotCRP submission site <a href="http://fse2025-src.hotcrp.com/">http://fse2025-src.hotcrp.com</a>. A panel of experts will review the submissions and select the students to participate in the Student Research Competition, which will be held during FSE 2025. Accepted submissions will be published in the conference electronic proceedings and made available in the ACM Digital Library.</p> <p><strong>The review process is single-blind. There is no need to anonymize the submission.</strong> The submission will be handled using HotCRP.</p> <h3><a href="#first-round-poster-presentation" id="first-round-poster-presentation" class="anchor-link">First Round: Poster Presentation</a></h3> <p>The first round of the competition will take place during the FSE 2025 conference and will be a poster session. You will get to present your research to the conference attendees and leading experts in software engineering research, including the SRC committee.</p> <p>The committee members will review the posters and talk to participants about their research. Subsequently, they will evaluate the research (in terms of quality, novelty, and significance) as well as the presentation of the research (poster and discussion), and choose the participants to advance to the second round of the competition.</p> <h3><a href="#second-round-give-a-presentation" id="second-round-give-a-presentation" class="anchor-link">Second Round: Give a Presentation</a></h3> <p>Selected participants will be invited to give a short presentation of their research before the SRC committee members in a special session during FSE 2025. Each presentation will be followed by a short Q&A session. Evaluations of presentations will be based on the presenter鈥檚 knowledge of their research area, contribution of the research, and the quality of the oral and visual presentation. At most three winners will be chosen in the undergraduate and graduate categories, and receive prizes.</p> <h3><a href="#the-src-grand-finals" id="the-src-grand-finals" class="anchor-link">The SRC Grand Finals</a></h3> <p>The first-place winner in each category (undergraduate and graduate) from the SRC held at FSE 2025 will advance to the ACM SRC Grand Finals. A different panel of judges evaluates the winners of all SRCs held during the calendar year against each other via the web. Three undergraduates and three graduates will be chosen as the SRC Grand Finals winners.</p> <h3><a href="#prizes" id="prizes" class="anchor-link">Prizes</a></h3> <p>The top three winners in each category (undergraduate and graduate) will be recognized during the conference and will receive prizes. The first-place winners of the FSE SRC are also invited to compete with winners from other conferences in the ACM Student Research Competition Grand Finals.</p> <h3><a href="#requirements" id="requirements" class="anchor-link">Requirements</a></h3> <p>Participants must be undergraduate or graduate students pursuing an academic degree at the time of initial submission. <strong>Participants must be current student members of ACM, and must provide their ACM member number.</strong> Supervisors of the work may not be listed as co-authors; you must submit a single-authored version of your work for the competition.</p> <h2><a href="#important-dates" id="important-dates" class="anchor-link">Important Dates</a></h2> <p>All dates are 23:59:59 AoE (UTC-12h).</p> <ul> <li>Paper Submission: February 14, 2025</li> <li>Notification: March 24, 2025</li> <li>Camera-ready Version: April 24, 2025</li> </ul> <p>NOTE: The official publication date is the date the proceedings are made available in the ACM Digital Library. This date may be up to two weeks prior to the first day of the conference. The official publication date affects the deadline for any patent filings related to published work.</p> <p>For additional information, visit the official ACM Student Research Competition website. For questions, please contact the SRC chairs, <a href="https://conf.researchr.org/profile/fse-2025/celalziftci1">Celal Ziftci</a> and <a href="https://yuleisui.github.io/">Yulei Sui</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-student-research-competition" class="clickable-row text-success"><td>Fri 14 Feb 2025<br/>Submission deadline</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-student-research-competition" class="clickable-row text-success"><td>Mon 24 Mar 2025<br/>Notification</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-student-research-competition" class="clickable-row text-success"><td>Thu 24 Apr 2025<br/>Camera-ready version</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://fse2025-src.hotcrp.com" title="Submission link for FSE Student Research Competition 2025" target="_blank" class="navigate">http://fse2025-src.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-student-research-competition-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/yuleisui" class="navigate"><div class="media"><span class="pull-left"><img alt="Yulei Sui" src="https://conf.researchr.org/getProfileImage/yuleisui/e6ce6e88-3cd8-4595-9c61-a8da6f7319f6/micro-avatar.jpg?1732426747000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Yulei Sui<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">UNSW</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/celalziftci1" class="navigate"><div class="media"><span class="pull-left"><img alt="Celal Ziftci" src="https://conf.researchr.org/getProfileImage/celalziftci1/572b52db-fd6b-4ee0-9730-cebf3aec5c69/micro-avatar.jpg?1711615663000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Celal Ziftci<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">Google</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li></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:08</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>