CINXE.COM

MSR 2025 - Registered Reports - MSR 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://2025.msrconf.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://2025.msrconf.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>MSR 2025 - Registered Reports - MSR 2025</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://2025.msrconf.org";</script> <link rel="stylesheet" href="https://2025.msrconf.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://2025.msrconf.org/stylesheets/conf.css?d8ff81ab1f2387936557f525e4e8eb20" type="text/css" /><link rel="stylesheet" href="https://2025.msrconf.org/getFile/01e98c9f-97f8-4048-a15b-4519a897f3d6/logobar-v3-with-place2.css?1732719619571" type="text/css" /><link rel="stylesheet" href="https://2025.msrconf.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://2025.msrconf.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://2025.msrconf.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://2025.msrconf.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://2025.msrconf.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://2025.msrconf.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://2025.msrconf.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">var ignoreHashChange = false; function hashChangeFunc(){ // show active tab on hash in url if (window.location.hash !== ''){ var hashTargetAll = $('a[href="' + window.location.hash + '"]'); if(hashTargetAll.length){ var hashTarget = hashTargetAll.filter('[data-toggle="tab"]') if( hashTarget.length ){ hashTarget = hashTarget.first(); hashTarget.tab('show'); } else { hashTarget = hashTargetAll.first(); } // and open parent tabs in case the target element is nested in a tab var parentPane = hashTarget.closest( '.tab-pane' ); if(parentPane.length){ $('.nav a[href="#'+ parentPane.attr('id') +'"]').tab('show'); } var parentCollapse = hashTarget.closest( '.panel-collapse:not(.in)' ).collapse('show'); } } return false; } $(document).ready(function(){ var tabFromRequestUrl = window.location.hash !== '' ? $('a[href="' + window.location.hash + '"][data-toggle="tab"]') : []; var initUrlHash = window.location.hash; hashChangeFunc() if( tabFromRequestUrl.length ){ //Prevent the browser to auto-scroll to the anchor of the tab window.location.hash = ""; } //make in-page #links open the tabs if ($._data( $(window)[0], 'events' ).hashchange == undefined){ $(window).on('hashchange', hashChangeFunc); } if(tabFromRequestUrl.length){ setTimeout( function(){ ignoreHashChange = true; history.replaceState(null, null, initUrlHash); ignoreHashChange = false; }, 10 ); } }); var autoTabFunction = function(node){ var isActivatingFirstTab = false; // remember the hash in the URL without jumping $('a[data-toggle="tab"]:not(.no-hash):not(.bound)').addClass('bound').on('shown.bs.tab', function(e){ if(!isActivatingFirstTab){ var newhash = '#' + $(e.target).attr('href').substr(1); if(history.replaceState){ history.replaceState(null, null, newhash); } else{ location.hash = newhash; } } }); //When no tab is active, set the first one to active $(node).find('.nav-tabs:not(.bound), .nav-pills:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).find('.active').length){ const firstItem = $(this).find('a[data-toggle="tab"]').first(); isActivatingFirstTab = true; firstItem.tab('show'); isActivatingFirstTab = false; } }); } </script> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='MSR 2025 - Registered Reports - MSR 2025'> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-4G0QWEKVQS', {'cookie_domain': 'auto', 'anonymizeIp': true });gtag('config', 'UA-9607501-2', {'cookie_domain': 'auto', 'anonymizeIp': true });</script> <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> <meta name='description' content='Welcome to the website of the Mining Software Repositories 2025 conference! The Mining Software Repositories (MSR) conference is the premier venue for software analytics research, according to which software engineering data is analyzed using a mixture of data science, machine learning/artificial intelligence and qualitative methodologies. The goal of the conference is to improve software engineering practices by uncovering interesting and actionable information about software systems and projects using the vast amounts of software data such as source control systems, defect tracking syst ...'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Welcome to the website of the Mining Software Repositories 2025 conference! The Mining Software Repositories (MSR) conference is the premier venue for software analytics research, according to which software engineering data is analyzed using a mixture of data science, machine learning/artificial intelligence and qualitative methodologies. The goal of the conference is to improve software engineering practices by uncovering interesting and actionable information about software systems and projects using the vast amounts of software data such as source control systems, defect tracking syst ...'> </head> <body id="track"><div class="frame"><div class="logobar"><div class="container"><a href="https://2025.msrconf.org" class="navbar-brand navigate"><span class="brand-text">MSR 2025</span></a><div class="place">Mon 28 - Tue 29 April 2025 <a href="https://2025.msrconf.org/venue/icse-2025-venue" class="navigate">Ottawa, Ontario, Canada</a></div><div class="place2">co-located with <a href="https://conf.researchr.org/home/icse-2025" class="navigate">ICSE 2025</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://2025.msrconf.org/venue/icse-2025-venue" class="navigate">Venue: Rogers Centre, Ottawa (formerly Shaw Centre)</a></li><li class="block"><a href="https://2025.msrconf.org/attending/registration" class="navigate">Registration</a></li><li class="block dropdown-header">ICSE 2025</li><li class="block"><a href="https://2025.msrconf.org/attending/registration" class="indent navigate">Registration</a></li><li class="block"><a href="https://2025.msrconf.org/attending/Hotels" class="indent navigate">Hotels</a></li><li class="block"><a href="https://2025.msrconf.org/attending/visa-and-travel-authorization" class="indent navigate">Visa and Travel Authorization</a></li><li class="block"><a href="https://2025.msrconf.org/attending/Travelling" class="indent navigate">Travelling to Ottawa</a></li><li class="block"><a href="https://2025.msrconf.org/attending/travel-support" class="indent navigate">Travel Support</a></li><li class="block"><a href="https://2025.msrconf.org/attending/gettingAroundOttawa" class="indent navigate">Getting Around Ottawa</a></li><li class="block"><a href="https://2025.msrconf.org/attending/food" class="indent navigate">Food at ICSE2025</a></li><li class="block"><a href="https://2025.msrconf.org/attending/social-media" class="indent navigate">Social media</a></li><li class="block"><a href="https://2025.msrconf.org/attending/fun+activities" class="indent navigate">Fun Activities</a></li><li class="block"><a href="https://2025.msrconf.org/attending/Code+of+Conduct" class="indent navigate">Code of Conduct</a></li><li class="block"><a href="https://2025.msrconf.org/attending/Diversity+and+Inclusion+Plan" class="indent navigate">Equity, Diversity, and Inclusion Plan</a></li><li class="block"><a href="https://2025.msrconf.org/attending/Sustainability" class="indent navigate">Sustainability</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">MSR 2025</li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-data-and-tool-showcase-track" class="navigate">Data and Tool Showcase Track</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-foss-award" class="navigate">FOSS Award</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-industry-track" class="navigate">Industry Track</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-junior-pc" class="navigate">Junior PC</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-keynotes" class="navigate">Keynotes</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-msr-awards" class="navigate">MSR Awards</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-mining-challenge" class="navigate">Mining Challenge</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-registered-reports" class="navigate">Registered Reports</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-technical-papers" class="navigate">Technical Papers</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-tutorials" class="navigate">Tutorials</a></li><li class="block"><a href="https://2025.msrconf.org/track/msr-2025-vision-and-reflection" class="navigate">Vision and Reflection</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">MSR 2025 Committees</li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-data-and-tool-showcase-track-data-and-tool-showcase-track---program-committee" class="navigate"><strong>Data and Tool Showcase Track</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-foss-award-foss-award-committee" class="navigate"><strong>FOSS Award</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-industry-track-industry-track---program-committee" class="navigate"><strong>Industry Track</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-junior-pc-technical-papers---junior-program-committee" class="navigate"><strong>Junior PC</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-msr-awards-msr-awards-committee" class="navigate"><strong>MSR Awards</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-mining-challenge-mining-challenge---program-committee" class="navigate"><strong>Mining Challenge</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-registered-reports-registered-reports---program-committee" class="navigate"><strong>Registered Reports</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-technical-papers-technical-papers---program-committee" class="navigate"><strong>Technical Papers</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-tutorials-tutorials---program-committee" class="navigate"><strong>Tutorials</strong></a></li><li class="block"><a href="https://2025.msrconf.org/committee/msr-2025-vision-and-reflection-vision-and-reflection---program-committee" class="navigate"><strong>Vision and Reflection</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://2025.msrconf.org/people-index" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div></div></ul></li><li class="block"><a href="https://2025.msrconf.org/search//all" class="navigate"><span class="glyphicon glyphicon-search"></span><span class="hidden-sm"> Search</span></a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="hidden-sm">Series <span class="caret"></span></span><span title="Series" class="visible-sm"><span class="glyphicon glyphicon-repeat"></span> <span class="caret"></span></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://2025.msrconf.org/series/msr" 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> MSR 2025</span></li><li class="block"><a href="https://2024.msrconf.org" class="navigate">MSR 2024</a></li><li class="block"><a href="https://conf.researchr.org/home/msr-2023" class="navigate">MSR 2023</a></li><li class="block"><a href="https://conf.researchr.org/home/msr-2022" class="navigate">MSR 2022</a></li><li class="block"><a href="https://2021.msrconf.org" class="navigate">MSR 2021</a></li><li class="block"><a href="https://2020.msrconf.org" class="navigate">MSR 2020</a></li><li class="block"><a href="https://2019.msrconf.org" class="navigate">MSR 2019</a></li><li class="block"><a href="https://2018.msrconf.org" class="navigate">MSR 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/msr-2025/https%3A%5Es%5Es2025.msrconf.org%5Estrack%5Esmsr-2025-registered-reports" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://2025.msrconf.org/signup" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/icse-2025" class="navigate">ICSE 2025</a> (<a href="https://2025.msrconf.org/series/icse" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://2025.msrconf.org" class="navigate">MSR 2025</a> (<a href="https://2025.msrconf.org/series/msr" class="navigate">series</a>) / </span><h1>Registered Reports<span class="pull-right small h1">MSR 2025</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#Call-for-Registered-Reports" data-toggle="tab">Call for Registered Reports</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-Registered-Reports" class="tab-pane "><h2>Call for Registered Reports</h2><p><p>The Elsevier Journal of Empirical Software Engineering (EMSE), in conjunction with the conference on Mining Software Repositories (MSR), is continuing the RR track. The RR track of MSR 2025 has two goals:</p> <ol> <li>Providing early feedback to authors in their initial study design. For papers submitted to the RR track, methods and proposed analyses are reviewed prior to execution.</li> <li>To prevent <a href="https://en.wikipedia.org/wiki/HARKing">HARKing</a> (hypothesizing after the results are known) for empirical studies; (2) to provide early feedback to authors in their initial study design. For papers submitted to the RR track, methods and proposed analyses are reviewed prior to execution.</li> </ol> <p>Pre-registered studies follow a two-step process:</p> <ul> <li>Stage 1: Authors submit a report that describes a study they plan to undertake. The submitted report is evaluated by the reviewers of the RR track of MSR 2025 and if accepted, authors of accepted pre-registered studies will be given the opportunity to present their report at MSR.</li> <li>Stage 2: Once a report has passed Phase 1, the authors conduct the study (i.e., the actual data collection, experiments and analysis will take place) and they prepare a full paper based on the original plan and obtained results (which may also be negative) to be submitted for review to EMSE.</li> </ul> <h3><a href="#type-of-study" id="type-of-study" class="anchor-link">Type of Study</a></h3> <p>The RR track of MSR 2024 supports two types of papers:</p> <p><strong>Confirmatory Study</strong>: The researcher has a fixed hypothesis (or several fixed hypotheses) and the objective of the study is to find out whether the hypothesis is supported by the facts/data. An example of a completed confirmatory study:</p> <ul> <li>Inozemtseva, L., &amp; Holmes, R. (2014, May). Coverage is not strongly correlated with test suite effectiveness. In Proceedings of the 36th international conference on software engineering (pp. 435-445).</li> </ul> <p><strong>Exploratory Study</strong>: The researcher does not have a hypothesis (or has one that may change during the study). Often, the objective of such a study is to understand what is observed and answer questions such as WHY, HOW, WHAT, WHO, or WHEN. We include in this category registrations for which the researcher has an initial proposed solution for an automated approach (e.g., a new deep-learning-based defect prediction approach) that serves as a starting point for his/her exploration to reach an effective solution. Examples of completed exploratory studies:</p> <ul> <li>Gousios, G., Pinzger, M., &amp; Deursen, A. V. (2014, May). An exploratory study of the pull-based software development model. In Proceedings of the 36th International Conference on Software Engineering (pp. 345-355).</li> <li>Rodrigues, I. M., Aloise, D., Fernandes, E. R., &amp; Dagenais, M. (2020, June). A Soft Alignment Model for Bug Deduplication. In Proceedings of the 17th International Conference on Mining Software Repositories (pp. 43-53).</li> </ul> <h3><a href="#evaluation-criteria-and-possible-outcomes" id="evaluation-criteria-and-possible-outcomes" class="anchor-link">Evaluation Criteria and Possible Outcomes</a></h3> <p>The RR PC members will review papers in both Stage 1 and Stage 2. Four PC members will review the Stage 1 submission, and three will review the Stage 2 submission. The reviewers will evaluate RR track submissions based on the following criteria:</p> <ul> <li>The importance of the research question(s).</li> <li>The logic, rationale, and plausibility of the proposed hypotheses.</li> <li>The soundness and feasibility of the methodology and analysis pipeline (including statistical power analysis where appropriate).</li> <li>(For confirmatory study) Whether the clarity and degree of methodological detail is sufficient to exactly replicate the proposed experimental procedures and analysis pipeline.</li> <li>(For confirmatory study) Whether the authors have pre-specified sufficient outcome-neutral tests for ensuring that the results obtained can test the stated hypotheses, including positive controls and quality checks.</li> <li>(For exploratory study, if applicable) The description of the data set that is the base for exploration.</li> </ul> <p>The outcome of the RR report review is one of the following:</p> <ul> <li><strong>In-Principle Acceptance (IPA)</strong>: The reviewers agree that the study is relevant, the outcome of the study (whether confirmation / rejection of hypothesis) is of interest to the community, the protocol for data collection is sound, and that the analysis methods are adequate. The authors can engage in the actual study for Stage 2. If the protocol is adhered to (or deviations are thoroughly justified), the study is likely to be published. Of course, this being a journal submission, a revision of the submitted manuscript may be necessary. Reviewers will especially evaluate how precisely the protocol of the accepted pre-registered report is followed, or whether deviations are well-justified.</li> <li><strong>Continuity Acceptance (CA)</strong>: The reviewers agree that the study is relevant and the (initial) methods appear to be appropriate. However, for exploratory studies, implementation details and post-experiment analyses or discussion (e.g., why the proposed automated approach does not work) may require follow-up revisions. We will do our best to assign the same reviewers in Stage 1 and 2.</li> <li><strong>Rejection</strong>:The reviewers do not agree on the relevance of the study or are not convinced that the study design is sufficiently mature. Comments are provided to the authors to improve the study design before starting it.</li> </ul> <p><strong>Note</strong> :For MSR 2025, only confirmatory studies are granted an IPA. Exploratory study in software engineering often cannot be adequately assessed until after the study has been completed and the findings are elaborated and discussed in a full paper. For example, consider a study in an RR proposing defect prediction using a new deep learning architecture. This work falls under the exploratory category. It is difficult to offer IPA, as we do not know whether it is any better than a traditional approach based on e.g., decision trees. Negative results are welcome; however, it is important that the negative results paper goes beyond presenting “we tried and failed”, but rather provide interesting insights to readers, e.g., why the results are negative or what that means for further studies on this topic (following criteria of REplication and Negative Results (RENE) tracks, e.g., <a href="https://saner2023.must.edu.mo/negativerestrack">https://saner2023.must.edu.mo/negativerestrack</a>). Furthermore, it is important to note that authors are required to document all deviations (if any) in a section of the paper.</p> <h3><a href="#key-dates" id="key-dates" class="anchor-link">Key Dates</a></h3> <p>The timeline for MSR 2025 RR track will be as follows:</p> <p><strong>Dec 05, 2024</strong>: Authors submit an abstract of their initial report.</p> <p><strong>Dec 12, 2024</strong>: Authors submit their initial report.</p> <p><strong>Feb 27, 2025</strong>: Authors receive PC members’ reviews.</p> <p><strong>Mar 13, 2025</strong>: Authors submit a response letter + revised report in a single PDF.</p> <ul> <li>The response letter should address reviewer comments and questions.</li> <li>The response letter + revised report must not exceed 12 pages (plus 1 additional page of references).</li> <li>The response letter does not need to follow ACM formatting instructions.</li> </ul> <p><strong>April 03, 2025</strong>: Notification of Stage 1</p> <ul> <li>(Outcome: in-principal acceptance, continuity acceptance, or rejection).</li> </ul> <p><strong>Before April 27, 2025</strong>: Authors submit their accepted RR report to arXiv or SSRN.</p> <ul> <li>To be checked by PC members for Stage 2</li> <li><strong>Note: Due to the timeline, RR reports will not be published in the MSR 2025 proceedings, but authors of accepted papers will be invited to present their plan to MSR 2025.</strong></li> </ul> <p><strong>Before Dec 11, 2025</strong>: Authors submit a full paper to EMSE. Instructions will be provided later. However, the following constraints will be enforced:</p> <ul> <li>Justifications need to be given to any change of authors. If the authors are added/removed or the author order is changed between the original Stage 1 and the EMSE submission, all authors will need to complete and sign a “Change of authorship request form”. The Editors in Chief of EMSE and chairs of the RR track reserve the right to deny author changes. If you anticipate any authorship changes, please reach out to the chairs of the RR track as early as possible.</li> <li>PC members who reviewed an RR report in Stage 1 and their directly supervised students cannot be added as authors of the corresponding submission in Stage 2.</li> </ul> <h3><a href="#submission-process" id="submission-process" class="anchor-link">Submission Process</a></h3> <p>Registered report submissions must not exceed 6 pages (plus 1 additional page of references). All submissions must be in PDF. The page limit is strict. Submissions must conform to the <a href="https://www.ieee.org/conferences/publishing/templates.html">IEEE conference proceedings template</a>, specified in the IEEE Conference Proceedings Formatting Guidelines (title in 24pt font and full text in 10pt type, LaTeX users must use <code>\documentclass[10pt,conference]{IEEEtran}</code> without including the compsoc or compsocconf options). Submissions <strong>must strictly conform to the IEEE conference proceedings formatting instructions specified above</strong>. Alterations of spacing, font size, and other changes that deviate from the instructions may result in desk rejection without further review.</p> <p>Submissions can be made via the submission site (<a href="https://msr2025-registered-report.hotcrp.com">https://msr2025-registered-report.hotcrp.com</a>) by the submission deadline. Any submission that does not comply with the aforementioned instructions and the mandatory information specified in the Author Guide is likely to be desk rejected.</p> <p>In addition, by submitting, the authors acknowledge that they are aware of and agree to be bound by the following policies: The <a href="https://www.acm.org/publications/policies/plagiarism">ACM Policy and Procedures on Plagiarism</a> and the <a href="https://www.ieee.org/publications/rights/plagiarism/plagiarism-faq.html">IEEE Plagiarism FAQ</a>. In particular, papers submitted to MSR 2025 must not have been published elsewhere and must not be under review or submitted for review elsewhere whilst under consideration for MSR 2025. Contravention of this concurrent submission policy will be deemed a serious breach of scientific ethics, and appropriate action will be taken in all such cases (including immediate rejection and reporting of the incident to ACM/IEEE). To check for double submission and plagiarism issues, the chairs reserve the right to (1) share the list of submissions with the PC Chairs of other conferences with overlapping review periods and (2) use external plagiarism detection software, under contract to the ACM or IEEE, to detect violations of these policies.</p> <p>By submitting to MSR 2025, authors acknowledge that they conform to the <a href="https://www.acm.org/publications/policies/new-acm-policy-on-authorship">authorship policy of the ACM</a>, and the <a href="https://journals.ieeeauthorcenter.ieee.org/become-an-ieee-journal-author/publishing-ethics/definition-of-authorship/">authorship policy of the IEEE</a>. This includes following these points related to the use of Generative AI:</p> <ul> <li>“Generative AI tools and technologies, such as ChatGPT, may not be listed as authors of an ACM-published Work. The use of generative AI tools and technologies to create content is permitted but must be fully disclosed in the Work. For example, the authors could include the following statement in the Acknowledgements section of the Work: ChatGPT was utilized to generate sections of this Work, including text, tables, graphs, code, data, citations, etc.). If you are uncertain ¬about the need to disclose the use of a particular tool, err on the side of caution, and include a disclosure in the acknowledgments section of the Work.” - ACM</li> <li>“The use of artificial intelligence (AI)–generated text in an article shall be disclosed in the acknowledgments section of any paper submitted to an IEEE Conference or Periodical. The sections of the paper that use AI-generated text shall have a citation to the AI system used to generate the text.” - IEEE</li> <li>“If you are using generative AI software tools to edit and improve the quality of your existing text in much the same way you would use a typing assistant like Grammarly to improve spelling, grammar, punctuation, clarity, engagement or to use a basic word processing system to correct spelling or grammar, it is not necessary to disclose such usage of these tools in your Work.” - ACM</li> </ul> </p></div></div></div><div class="col-sm-4 sidebar"><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://2025.msrconf.org/committee/msr-2025-registered-reports-registered-reports---program-committee" class="navigate">Registered Reports - Program Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://2025.msrconf.org/profile/normanpeitek" class="navigate"><div class="media"><span class="pull-left"><img alt="Norman Peitek" src="https://2025.msrconf.org/getProfileImage/normanpeitek/36497fd3-5fe0-4f8b-a0b0-e3ef14df265c/micro-avatar.jpg?1711500026000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Norman Peitek<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Saarland University</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/andreeavescan" class="navigate"><div class="media"><span class="pull-left"><img alt="Andreea Vescan" src="https://2025.msrconf.org/getProfileImage/andreeavescan/d641d9f2-1798-4b68-a125-470f10f0d4a3/micro-avatar.jpg?1723218085000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Andreea Vescan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Babes-Bolyai University</span></h5><h5 class="media-heading"><small>Romania</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/marvinwyrich" class="navigate"><div class="media"><span class="pull-left"><img alt="Marvin Wyrich" src="https://2025.msrconf.org/getProfileImage/marvinwyrich/d145781d-e364-409f-b951-a757a5fcc82e/micro-avatar.jpg?1719336758000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marvin Wyrich<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Saarland University</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/fatemehhendijanifard" class="navigate"><div class="media"><span class="pull-left"><img alt="Fatemeh Hendijani Fard" src="https://2025.msrconf.org/getProfileImage/fatemehhendijanifard/a9b8bc48-8160-4635-a0ac-e0d0b9e7916d/micro-avatar.jpg?1712779781000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Fatemeh Hendijani Fard<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of British Columbia</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/danielalencardacosta1" class="navigate"><div class="media"><span class="pull-left"><img alt="Daniel Alencar Da Costa" src="https://2025.msrconf.org/getProfileImage/danielalencardacosta1/c06ceb94-2341-46a8-ac99-ea6380451162/micro-avatar.jpg?1711474715000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Daniel Alencar Da Costa<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Otago</span></h5><h5 class="media-heading"><small>New Zealand</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/yusufsulistyo" class="navigate"><div class="media"><span class="pull-left"><img alt="Yusuf Sulistyo Nugroho" src="https://2025.msrconf.org/getProfileImage/yusufsulistyo/fc6969a6-abd1-4ee2-a0bc-55d09f4a9482/micro-avatar.jpg?1728540544000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Yusuf Sulistyo Nugroho<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Universitas Muhammadiyah Surakarta</span></h5><h5 class="media-heading"><small>Indonesia</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/jordansamhi" class="navigate"><div class="media"><span class="pull-left"><img alt="Jordan Samhi" src="https://2025.msrconf.org/getProfileImage/jordansamhi/3c598bf3-0ce4-4c90-871f-b48e983988d9/micro-avatar.jpg?1725284125000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jordan Samhi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Luxembourg, Luxembourg</span></h5><h5 class="media-heading"><small>Luxembourg</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/rachelharrison" class="navigate"><div class="media"><span class="pull-left"><img alt="Rachel Harrison" src="https://2025.msrconf.org/getProfileImage/rachelharrison/82f76fc0-641d-44b4-9c65-40b1882ad9f5/micro-avatar.jpg?1711469086000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Rachel Harrison<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Oxford Brookes University </span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/zhiyuanwan" class="navigate"><div class="media"><span class="pull-left"><img alt="Zhiyuan Wan" src="https://2025.msrconf.org/getProfileImage/zhiyuanwan/65c4de9f-b1f1-4133-b04a-826a43c091be/micro-avatar.jpg?1711467443000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Zhiyuan Wan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Zhejiang University</span></h5><h5 class="media-heading"><small>China</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/steffenherbold" class="navigate"><div class="media"><span class="pull-left"><img alt="Steffen Herbold" src="https://2025.msrconf.org/getProfileImage/steffenherbold/c430770e-1fa8-4b38-b0c8-270b83a5f284/micro-avatar.jpg?1737095798000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Steffen Herbold<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Passau</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/gregoriorobles" class="navigate"><div class="media"><span class="pull-left"><img alt="Gregorio Robles" src="https://2025.msrconf.org/getProfileImage/gregoriorobles/bbb91d5a-f617-42df-a664-d5b61b4942a3/micro-avatar.jpg?1711467820000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Gregorio Robles<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Universidad Rey Juan Carlos</span></h5><h5 class="media-heading"><small>Spain</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/luigiquaranta1" class="navigate"><div class="media"><span class="pull-left"><img alt="Luigi Quaranta" src="https://2025.msrconf.org/getProfileImage/luigiquaranta1/647c2a4f-c4ad-482c-9e72-a2bce29cc8e7/micro-avatar.jpg?1711471604000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Luigi Quaranta<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Bari, Italy</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/yuantian" class="navigate"><div class="media"><span class="pull-left"><img alt="Yuan Tian" src="https://2025.msrconf.org/getProfileImage/yuantian/09510d94-8967-434f-a653-2ac500c4b851/micro-avatar.jpg?1719190172000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Yuan Tian<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Queen's University, Kingston, Ontario</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/masanarikondo1" class="navigate"><div class="media"><span class="pull-left"><img alt="Masanari Kondo" src="https://2025.msrconf.org/getProfileImage/masanarikondo1/0a65d48a-44a4-4733-a3c7-1b1dc358cfa4/micro-avatar.jpg?1711467477000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Masanari Kondo<span class="pull-right"><small></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><li class="list-group-item"><a href="https://2025.msrconf.org/profile/safwathassan2" class="navigate"><div class="media"><span class="pull-left"><img alt="Safwat Hassan" src="https://2025.msrconf.org/getProfileImage/safwathassan2/e61a80e4-1f3f-474c-9c80-23892bf22f30/micro-avatar.jpg?1716811159000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Safwat Hassan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Toronto</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/diegocosta" class="navigate"><div class="media"><span class="pull-left"><img alt="Diego Costa" src="https://2025.msrconf.org/getProfileImage/diegocosta/4ac1d4a1-3ac4-4c77-94d7-b3466666c61d/micro-avatar.jpg?1713345967000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Diego Costa<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Concordia University, Canada</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/eunjongchoi" class="navigate"><div class="media"><span class="pull-left"><img alt="Eunjong Choi" src="https://2025.msrconf.org/getProfileImage/eunjongchoi/a4f8e935-0bbb-4ab8-8cbe-8e80468521c0/micro-avatar.jpg?1711457389000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Eunjong Choi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Kyoto Institute of Technology</span></h5><h5 class="media-heading"><small>Japan</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/fernandamadeiral" class="navigate"><div class="media"><span class="pull-left"><img alt="Fernanda Madeiral" src="https://2025.msrconf.org/getProfileImage/fernandamadeiral/23e3df2e-d2c3-4288-83d7-d165b86c7c36/micro-avatar.jpg?1736892011000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Fernanda Madeiral<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Vrije Universiteit Amsterdam</span></h5><h5 class="media-heading"><small>Netherlands</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/jesusmgonzalezbarahona" class="navigate"><div class="media"><span class="pull-left"><img alt="Jesus M. Gonzalez-Barahona" src="https://2025.msrconf.org/getProfileImage/jesusmgonzalezbarahona/b179879c-bd18-4885-a330-8e49c2f92ecb/micro-avatar.jpg?1729880812000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jesus M. Gonzalez-Barahona<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Universidad Rey Juan Carlos</span></h5><h5 class="media-heading"><small>Spain</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/mariamelmezouar" class="navigate"><div class="media"><span class="pull-left"><img alt="Mariam El Mezouar" src="https://2025.msrconf.org/getProfileImage/mariamelmezouar/c4397dd1-e6dc-4984-89a0-b718e26b1866/micro-avatar.jpg?1711461824000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Mariam El Mezouar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Royal Military College</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/stefanwagner" class="navigate"><div class="media"><span class="pull-left"><img alt="Stefan Wagner" src="https://2025.msrconf.org/getProfileImage/stefanwagner/2be9d108-3f89-4d1e-8885-5b329183b564/micro-avatar.jpg?1719914336000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Stefan Wagner<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Technical University of Munich</span></h5><h5 class="media-heading"><small>Germany</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 17 Feb 16:12</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://2025.msrconf.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="msr-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://2025.msrconf.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"msr-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://2025.msrconf.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="msr-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://2025.msrconf.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"msr-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://2025.msrconf.org" class="navigate"><span class="glyphicon glyphicon-home"></span> MSR 2025</a></h3><div><a href="https://2025.msrconf.org/contact" class="navigate"><span class="glyphicon glyphicon-envelope"></span> contact form</a></div><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.69.0</a>)<br/><small><a href="https://2025.msrconf.org/support" target="_blank" class="navigate"><span class="glyphicon glyphicon-question-sign"></span> Support page</a></small><br/><small></small></div><div class="col-sm-5"><div class="row"><div class="col-sm-6"><h4>Tracks</h4><a href="https://2025.msrconf.org/track/msr-2025-data-and-tool-showcase-track" class="navigate">Data and Tool Showcase Track</a><br/><a href="https://2025.msrconf.org/track/msr-2025-foss-award" class="navigate">FOSS Award</a><br/><a href="https://2025.msrconf.org/track/msr-2025-industry-track" class="navigate">Industry Track</a><br/><a href="https://2025.msrconf.org/track/msr-2025-junior-pc" class="navigate">Junior PC</a><br/><a href="https://2025.msrconf.org/track/msr-2025-keynotes" class="navigate">Keynotes</a><br/><a href="https://2025.msrconf.org/track/msr-2025-msr-awards" class="navigate">MSR Awards</a><br/><a href="https://2025.msrconf.org/track/msr-2025-mining-challenge" class="navigate">Mining Challenge</a><br/><a href="https://2025.msrconf.org/track/msr-2025-registered-reports" class="navigate">Registered Reports</a><br/><a href="https://2025.msrconf.org/track/msr-2025-technical-papers" class="navigate">Technical Papers</a><br/><a href="https://2025.msrconf.org/track/msr-2025-tutorials" class="navigate">Tutorials</a><br/><a href="https://2025.msrconf.org/track/msr-2025-vision-and-reflection" class="navigate">Vision and Reflection</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://2025.msrconf.org/venue/icse-2025-venue" class="navigate">Venue: Rogers Centre, Ottawa (formerly Shaw Centre)</a><br><a href="https://2025.msrconf.org/attending/registration" class="navigate">Registration</a><br><a href="https://2025.msrconf.org/attending/registration" class="navigate">Registration</a><br><a href="https://2025.msrconf.org/attending/Hotels" class="navigate">Hotels</a><br><a href="https://2025.msrconf.org/attending/visa-and-travel-authorization" class="navigate">Visa and Travel Authorization Information for ICSE 2025 and its Co-Located Events</a><br><a href="https://2025.msrconf.org/attending/Travelling" class="navigate">Travelling to Ottawa</a><br><a href="https://2025.msrconf.org/attending/travel-support" class="navigate">Travel Support</a><br><a href="https://2025.msrconf.org/attending/gettingAroundOttawa" class="navigate">Getting Around Ottawa</a><br><a href="https://2025.msrconf.org/attending/food" class="navigate">Food at ICSE2025</a><br><a href="https://2025.msrconf.org/attending/social-media" class="navigate">Social media</a><br><a href="https://2025.msrconf.org/attending/fun+activities" class="navigate">Fun Activities</a><br><a href="https://2025.msrconf.org/attending/Code+of+Conduct" class="navigate">Code of Conduct for ICSE 2025 and its Co-Located Events</a><br><a href="https://2025.msrconf.org/attending/Diversity+and+Inclusion+Plan" class="navigate">Equity, Diversity, and Inclusion Plan for ICSE 2025</a><br><a href="https://2025.msrconf.org/attending/Sustainability" class="navigate">Sustainability</a></div><div class="col-sm-2"><a href="https://2025.msrconf.org/signup" class="navigate">Sign Up</a></div></div></div></div></footer></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; let defaultplacement = $(document).scrollLeft() > 100 ? 'auto left' : 'auto top'; $(node).find('[title]').each( function(i,el){ var $e=$(el);$e.tooltip({placement: function(tt, elem){ var attval = elem.getAttribute('data-placement'); return attval ? attval : defaultplacement; }, sanitize: false, container: 'body' }) } ).on('show.bs.tooltip', function () { let el = this; while (el && window.getComputedStyle(el).position !== 'fixed') { el = el.parentElement; } if(el) $(this).data('bs.tooltip').options.container = el;});$('.tooltip.fade.in, .ui-tooltip-content').remove(); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><script type="text/javascript">jQuery(document).ready(function($) { $(".clickable-row").click(function() { var href = $(this).attr("href"); if( window.location.href.indexOf( href ) < 0 ){ if ($(this).hasClass('new-window') ){ window.open( href ); } else { window.document.location = href; } } }); }); </script></body></html>

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