CINXE.COM
MSR 2025 - MSR Awards - 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 - MSR Awards - 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?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://2025.msrconf.org/getFile/01e98c9f-97f8-4048-a15b-4519a897f3d6/logobar-v3.css?1723914537888" 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> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='MSR 2025 - MSR Awards - 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">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> <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></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-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-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-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-msr-awards" 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>MSR Awards</h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#Call-for-Nominations" data-toggle="tab">Call for Nominations</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-Nominations" class="tab-pane "><h2>Call for Nominations</h2><p><p>The Mining Software Repositories community gives three awards: the MSR Distinguished Doctoral Research Award, the MSR Ric Holt Early Career Achievement Award, and the MSR Foundational Contribution Award.</p> <h3><a href="#msr-distinguished-doctoral-research-award" id="msr-distinguished-doctoral-research-award" class="anchor-link">MSR Distinguished Doctoral Research Award</a></h3> <p>This award recognizes outstanding doctoral research that has the potential to have a strong and long-lasting impact in the research area of mining software repositories.</p> <p>This award recognizes the research work for a dissertation submitted as a requirement for a PhD degree. To be eligible, the degree had to have been granted within the two years preceding the nomination date. Therefore, for nominations for 2025, PhD degrees awarded from December 16, 2022 to December 15, 2024 are eligible. Preference will be given to nominees who have had at least one publication in any MSR track during their doctoral research.</p> <p>A 4-page dissertation summary, authored by the award winner, will be published in the ACM SIGSOFT Software Engineering Notes (SEN) and referenced from the MSR Award website.</p> <p>In 2024, the MSR Doctoral Research Award went to <strong>Gunnar Kudrjavets</strong> for their contribution to improving code review velocity by empirically challenging prominent beliefs, presenting solutions, and identifying gaps in developers’ and industry needs.</p> <h4><a href="#nomination-procedure" id="nomination-procedure" class="anchor-link">Nomination procedure</a></h4> <p>This award is based on nominations written in English (the dissertation itself need not be written in English). Self-nominations are possible for this award. Nominations must be submitted through the following form: <a href="https://forms.gle/sj2sjHPEag8huMsP8">https://forms.gle/sj2sjHPEag8huMsP8</a></p> <p>The nomination form will ask for the following:</p> <ul> <li>The nominator’s name, affiliation, and email</li> <li>The nominee’s name, affiliation, and email</li> <li>A proposed citation for the award (max 180 characters, approx. 25 words)</li> <li>(upload) a PDF of the PhD dissertation</li> <li>(upload) the nominee’s CV including the list of publications (each entry in the publication list must specify the role of the nominee using the relevant CRediT roles, see <a href="https://credit.niso.org/">https://credit.niso.org/</a>, and mark how it is related to the dissertation produced as part of the doctoral research)</li> <li>The name, affiliation, and email of up to three references who are available to write a support letter within 4 weeks upon request (letters will be sought if the nominee is short-listed for the award)</li> </ul> <h3><a href="#msr-ric-holt-early-career-achievement-award" id="msr-ric-holt-early-career-achievement-award" class="anchor-link">MSR Ric Holt Early Career Achievement Award</a></h3> <p>This award recognizes outstanding junior researchers who have provided outstanding contributions in the area of mining software repositories. The award recognizes a candidate’s research output produced during the early stages of their career. To be eligible, a candidate’s most recent computer-related educational degree (baccalaureate, master’s, or doctoral degree) must have been awarded on or after January 1, 2018. If the degree included a defense, the defense must have occurred on or after January 1, 2018. If the degree included a thesis but did not require a defense, then the final submission of the thesis must have occurred on or after January 1, 2018. The award is named after Dr. Ric Holt (1941 – 2019) who was a professor at the University of Waterloo and made foundational contributions to our field, including organizing the 1st International Workshop on Mining Software Repositories in 2004.</p> <p>The eligibility period may be extended under the following scenarios:</p> <ul> <li>Extended sickness leave or part-time employment as a result of ongoing childcare or other caregiving responsibilities. Applicants can, with the prior approval of the Award Chairs, have their eligibility extended on a calculated pro rata for the year count.</li> <li>Eligibility may also be extended to take into account any career interruptions experienced due to being the primary caregiver for young children born since their PhD was awarded. If the applicant is the primary caregiver of a dependent child, the applicant is able to extend the period of eligibility by two years per child. The extension of two years per dependent child is inclusive of any periods of parental leave. There is no maximum identified.</li> </ul> <p>For the MSR 2024 Early Career Achievement Award, the recipient was <strong>Patanamon (Pick) Thongtanunam</strong> for her contributions to understanding and improving modern code review practices using mining software repositories techniques.</p> <h4><a href="#nomination-procedure" id="nomination-procedure" class="anchor-link">Nomination procedure</a></h4> <p>This award is based on nominations written in English and submitted through the following form (self-nominations are not possible for this award): <a href="https://forms.gle/QytzM9hxS5xBvd6q6">https://forms.gle/QytzM9hxS5xBvd6q6</a></p> <p>The nomination form will ask for the following:</p> <ul> <li>The nominator’s name, affiliation, and email</li> <li>The nominee’s name, affiliation, and email</li> <li>A proposed citation for the award (max 180 characters, approx. 25 words)</li> <li>A short nomination statement (max 2.000 characters, approx. 250 words)</li> <li>(upload) detailed nomination (unlimited length) in PDF format</li> <li>The name and email of up to three references who are available to write a support letter within 4 weeks upon request (letters will be sought if the nominee is short-listed for the award)</li> </ul> <h3><a href="#msr-foundational-contribution-award" id="msr-foundational-contribution-award" class="anchor-link">MSR Foundational Contribution Award</a></h3> <p>The MSR Foundational Contribution Award recognizes individuals, or groups of individuals, having produced fundamental contributions in the field of mining software repositories, which helped many others (not limited to the MSR community) to build on it to advance the state of the art. It could be a tool, a dataset, a repository, or a mixture of contributions opening new research areas. It is not a requirement that such a research contribution has been presented at the MSR conference at some point. Having received other recognitions for the same contribution does not preclude an individual from being nominated for the MSR Foundational Contribution Award.</p> <p>In 2024, the MSR Foundational Contribution Award went to <strong>Margaret-Anne (Peggy) Storey</strong> for their methodological contributions to the community for work that goes beyond statistical models of mined repository data and encourages others to better understand their findings through triangulation using multiple methodologies.</p> <h4><a href="#nomination-procedure" id="nomination-procedure" class="anchor-link">Nomination procedure</a></h4> <p>This award is based on nominations written in English and submitted through the following form (self-nominations are not possible for this award): <a href="https://forms.gle/Nfd12bpGi4XxULx87">https://forms.gle/Nfd12bpGi4XxULx87</a></p> <p>The nomination form will ask for the following:</p> <ul> <li>The nominator’s name, affiliation, and email</li> <li>The nominee(s)’s name, affiliation, and email (the MSR Foundational Contribution Award can be assigned to a set of people who, e.g., worked together on a contribution)</li> <li>A proposed citation for the award (max 180 characters, approx. 25 words)</li> <li>A short nomination statement (max 2.000 characters, approx. 250 words)</li> <li>(upload) detailed nomination (unlimited length) in PDF format</li> <li>The name and email of up to three references who are available to write a support letter within 4 weeks upon request (letters will be sought if the nominee is short-listed for the award)</li> </ul> <h3><a href="#further-information-concerning-all-the-awards" id="further-information-concerning-all-the-awards" class="anchor-link">Further information concerning all the awards</a></h3> <h4><a href="#eligibility-criteria" id="eligibility-criteria" class="anchor-link">Eligibility criteria</a></h4> <p>Award Committee Chairs, Award Committee Members, the current and the 1st past Steering Committee Chairs of MSR cannot nominate, cannot be nominated, and cannot endorse (write letters). Everyone else, including Steering Committee Members, can nominate, be nominated, and endorse (write letters).</p> <h4><a href="#awards-criteria" id="awards-criteria" class="anchor-link">Awards Criteria</a></h4> <ul> <li>Research contribution: For all awards, we will consider the extent to which the candidate’s work advances the existing knowledge, theories, or practices. We’ll look for research that introduces novel concepts, approaches, or solutions to existing problems. For the Foundational Contribution Award, it will be expected that the contributions enable others in the MSR community and beyond to advance the state of the art.</li> <li>Impact: For all awards, we will consider the extent to which the contributions have impacted or have the potential to impact the field of mining software repositories.</li> <li>Merit relative to opportunity: The overall quality and impact of contributions and achievements will be given more weight than the quantity or rate of particular achievements, recognizing that these factors may be affected by personal circumstances and working arrangements.</li> </ul> <h3><a href="#important-dates" id="important-dates" class="anchor-link">Important Dates</a></h3> <ul> <li>Nominations deadline: December 16, 2024, 23:59 AOE</li> <li>Notification: March 14, 2025</li> <li>Award ceremony: At the MSR 2025 conference</li> </ul> <h3><a href="#msr-award-co-chairs" id="msr-award-co-chairs" class="anchor-link">MSR Award Co-Chairs</a></h3> <ul> <li>Audris Mockus, The University of Tennessee, USA</li> <li>Patanamon (Pick) Thongtanunam, The University of Melbourne, Australia</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">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://2025.msrconf.org/track/msr-2025-msr-awards" class="clickable-row text-success"><td>Mon 16 Dec 2024<br/>Nominations Deadline</td></tr><tr href="https://2025.msrconf.org/track/msr-2025-msr-awards" class="clickable-row text-success"><td>Fri 14 Mar 2025<br/>Notification</td></tr></table></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://2025.msrconf.org/committee/msr-2025-msr-awards-msr-awards-committee" class="navigate">MSR Awards Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://2025.msrconf.org/profile/audrismockus" class="navigate"><div class="media"><span class="pull-left"><img alt="Audris Mockus" src="https://2025.msrconf.org/getProfileImage/audrismockus/78680427-4ee9-421d-87c1-a8c515bdd1b8/micro-avatar.jpg?1713626897000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Audris Mockus<span class="pull-right"><small>MSR Awards Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">The University of Tennessee</span></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/patanamonthongtanunam" class="navigate"><div class="media"><span class="pull-left"><img alt="Patanamon Thongtanunam" src="https://2025.msrconf.org/getProfileImage/patanamonthongtanunam/b8cf94d7-7ba0-4b94-985f-6a35b16c396c/micro-avatar.jpg?1711469687000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Patanamon Thongtanunam<span class="pull-right"><small>MSR Awards Co-chair</small></span></h5><h5 class="media-heading"><span class="text-black">The University of Melbourne</span></h5><h5 class="media-heading"><small>Australia</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/georgiosgousios" class="navigate"><div class="media"><span class="pull-left"><img alt="Georgios Gousios" src="https://2025.msrconf.org/getProfileImage/georgiosgousios/67515c94-e2af-494b-87fd-f17c5f9a3de1/micro-avatar.jpg?1727165835000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Georgios Gousios<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Endor Labs & Delft University of Technology</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/soniahaiduc" class="navigate"><div class="media"><span class="pull-left"><img alt="Sonia Haiduc" src="https://2025.msrconf.org/getProfileImage/soniahaiduc/5eaaee6b-d1ea-41a5-b287-9e201885eb17/micro-avatar.jpg?1711464631000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sonia Haiduc<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Florida State University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/abramhindle" class="navigate"><div class="media"><span class="pull-left"><img alt="Abram Hindle" src="https://2025.msrconf.org/getProfileImage/abramhindle/dcf7f3ed-2250-414a-b45e-22a796bccec6/micro-avatar.jpg?1711463296000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Abram Hindle<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Alberta</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/gunnarkudrjavets" class="navigate"><div class="media"><span class="pull-left"><img alt="Gunnar Kudrjavets" src="https://2025.msrconf.org/getProfileImage/gunnarkudrjavets/98c1fb3c-ba68-43de-979b-31fb6bd7c791/micro-avatar.jpg?1714887475000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Gunnar Kudrjavets<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Amazon Web Services, USA</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2025.msrconf.org/profile/minghuizhou" class="navigate"><div class="media"><span class="pull-left"><img alt="Minghui Zhou" src="https://2025.msrconf.org/getProfileImage/minghuizhou/777a7a80-ef13-4a28-8732-229bd8507815/micro-avatar.jpg?1711457110000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Minghui Zhou<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Peking University</span></h5><h5 class="media-heading"><small>China</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>Sun 24 Nov 04:53</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.67.1</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-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-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></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; 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>