CINXE.COM

FSE 2025 - Demonstrations - 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 - Demonstrations - 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:title' content='FSE 2025 - Demonstrations - FSE 2025'> <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.'> <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-demonstrations" 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>Demonstrations<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-Tool-Demonstrations" data-toggle="tab">Call for Tool Demonstrations</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-Tool-Demonstrations" class="tab-pane "><h2>Call for Tool Demonstrations</h2><p><p>The FSE 2025 Demonstrations Track invites researchers and practitioners to present and discuss the most recent advances, experiences, and challenges in the field of software engineering supported by live presentations of new research tools, data, and other artifacts. We encourage innovative research demonstrations, which show early implementations of novel software engineering concepts, as well as mature prototypes. The research demonstrations are intended to highlight underlying scientific contributions.</p> <p>Whereas a regular research paper points out the scientific contribution of a new software engineering approach, a demonstration paper provides the opportunity to show how a scientific contribution has been transferred into a working tool or data set. Authors of regular research papers are thus encouraged to submit an accompanying demonstration paper. Demonstration papers should present new content, such as details on a tool implementation, that has not been previously published, including in other tracks of the same conference. If applicable, authors should clearly describe any differences with their previous publications in their submission.</p> <h3><a href="#submission-guidelines" id="submission-guidelines" class="anchor-link">Submission Guidelines</a></h3> <p>At the time of submission, all papers must conform 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 for all text, figures, and tables. An additional one page can be used for references. Submitted papers must be written in English. They must be unpublished and not submitted for publication elsewhere.</p> <p>A submitted paper should describe the artifact and the intent and relevance of the demonstration for researchers and practitioners. To provide insight into the actual demonstration and availability, the authors are requested to include:</p> <ul> <li>A walkthrough of the actual demonstration provided as an appendix to the paper (this appendix will not be included in the page count and will not be published).</li> <li>A link to a screencast or some other accompanying multimedia presentation of the demonstration.</li> <li>Information on the tool or data availability, maturity, and user base, as well as a link to a website for the materials (if one exists) and any tool source code (if open source).</li> <li>All accepted demonstration papers will be published in the ACM Digital Library.</li> </ul> <p>FSE Tool Demo will employ a single-blind review process. The papers submitted do not need to hide the authors’ identities.</p> <p>AUTHORS TAKE 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 FSE 2025. 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 FSE Submission Policies and Policies for Accepted Contributions. Papers must be submitted electronically as PDF files through the conference submission site at <a href="https://fse2025-demo.hotcrp.com">https://fse2025-demo.hotcrp.com</a></p> <h3><a href="#tools-and-data-availability" id="tools-and-data-availability" class="anchor-link">Tools and Data Availability</a></h3> <p>To promote replicability and to disseminate the advances achieved with the research tools and data sets, we require that data sets are publicly available for download and use. We strongly encourage the same for tools, ideally through their distribution with an open-source software license. Whenever the tool is not made publicly available, the paper must include a clear explanation for why this was not possible.</p> <p>Authors are also encouraged to distribute their demonstration in a form that can be easily used, such as a virtual machine image, a software container (e.g., Docker), or a system configuration (e.g., Puppet, Ansible, Salt, CFEngine).</p> <h3><a href="#screencast" id="screencast" class="anchor-link">Screencast</a></h3> <p>To further increase the visibility of the presented tools and data sets, we require all authors to produce a screencast presenting their tool. For the papers that will be accepted for presentation, accompanying screencasts will be linked from the demonstration track website. The authors can submit a link to the screencast together with their papers as an alternative to the appendix that describes the way the demonstration will be carried out.</p> <h3><a href="#review-and-evaluation-criteria" id="review-and-evaluation-criteria" class="anchor-link">Review and Evaluation Criteria</a></h3> <p>Each submission will be reviewed by members of the program committee.</p> <p>The main evaluation criteria include the relevance and quality of the proposed demonstration in terms of technical soundness, originality, relevance for the FSE audience, presentation quality, and usability.</p> <h3><a href="#presentation-and-publication" id="presentation-and-publication" class="anchor-link">Presentation and Publication</a></h3> <p>Accepted demonstrations will be allocated 4 pages (plus one additional page for references) in the main conference proceedings.</p> <p>At least one author of each accepted paper must register and attend FSE 2025 in order for the paper to be published in the proceedings.</p> <p>Demonstrators will be invited to give a formal presentation that will be scheduled as part of the conference program.</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: Jan 13, 2025</li> <li>Notification to authors: March 10, 2025</li> <li>Camera-ready deadline: April 24, 2025</li> <li>Conference: June 23 - 27, 2025</li> </ul> <h3><a href="#tool-demo-chairs" id="tool-demo-chairs" class="anchor-link">Tool Demo Chairs</a></h3> <ul> <li><a href="https://conf.researchr.org/profile/fse-2025/jurgencito">Jürgen Cito</a>, TU Wien, Austria</li> <li><a href="https://conf.researchr.org/profile/fse-2025/yasutakakamei">Yasutaka Kamei</a>, Kyushu University, Japan</li> </ul> <p>If you have any questions about the suitability of a paper, please contact the co-chairs.</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-demonstrations" class="clickable-row text-success"><td>Mon 13 Jan 2025<br/>Submission deadline</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-demonstrations" class="clickable-row text-success"><td>Mon 10 Mar 2025<br/>Author notification</td></tr><tr href="https://conf.researchr.org/track/fse-2025/fse-2025-demonstrations" 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-demo.hotcrp.com" title="Submission link for Call for Tool Demonstrations" target="_blank" class="navigate">https://fse2025-demo.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-demonstrations-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/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>Co-chair</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/yasutakakamei" class="navigate"><div class="media"><span class="pull-left"><img alt="Yasutaka Kamei" src="https://conf.researchr.org/getProfileImage/yasutakakamei/4cc3d171-6d2f-4a32-a955-d5ca4729bf50/micro-avatar.jpg?1711468444000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Yasutaka Kamei<span class="pull-right"><small>Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">Kyushu University</span></h5><h5 class="media-heading"><small>Japan</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 02:59</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