CINXE.COM
ICER 2024 - Research Papers - ICER 2024
<!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://icer2024.acm.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://icer2024.acm.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>ICER 2024 - Research Papers - ICER 2024</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://icer2024.acm.org";</script> <link rel="stylesheet" href="https://icer2024.acm.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://icer2024.acm.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://icer2024.acm.org/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" type="text/css" /><link rel="stylesheet" href="https://icer2024.acm.org/stylesheets/flatpickr-4.3.2.min.css?8eedb7a0f2455c0dbbbbcc46c4172c0d" type="text/css" /><link rel="stylesheet" href="https://icer2024.acm.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://icer2024.acm.org/javascript/faceted-filtering.js?b66007ca48ecd1d87e1cdd60e4e42366"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/flatpickr-4.3.2.min.js?c2885c17ae5fd471c9a40c437e8a2736"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://icer2024.acm.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">(function($){ $(document).ready(function(){ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { event.preventDefault(); event.stopPropagation(); $(this).parent().siblings().removeClass('open'); $(this).parent().toggleClass('open'); }); }); })(jQuery); </script> <script type="text/javascript"> $(window).on('popstate', function(){ $('.modal.in').modal('hide') }); </script><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on( 'shown.bs.modal', function(){ if(history.pushState){ history.pushState({ id: 'modal', modalId: $(this).attr('id') }, null, window.location.href); } } ).on( 'hidden.bs.modal', function (){ if( history.state != null && history.state.modalId == $(this).attr('id') ){ history.back(); } } ); }; 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>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(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('input.flatpickr:not([id])').focusout( function(){ this.dispatchEvent( new KeyboardEvent('keydown',{keyCode:13, bubbles: true}) ); } ); }; 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> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://icer2024.acm.org/getImage/carousel/AdobeStock_+melbourne+City+View+1.jpeg?1702756745000'> <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 type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='ICER 2024 - Research Papers - ICER 2024'> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <meta name='description' content='The 20th ACM Conference on International Computing Education Research will be a hybrid conference: you may participate physically or virtually through our conference platform. All virtual events will occur over Discord.'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='The 20th ACM Conference on International Computing Education Research will be a hybrid conference: you may participate physically or virtually through our conference platform. All virtual events will occur over Discord.'> <!--[if IE 9]><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"></script><![endif]--> </head> <body id="track"><div class="frame"><div class="logobar"><div class="container"><a href="https://icer2024.acm.org" class="navbar-brand navigate"><span class="brand-text">ICER 2024</span></a><div class="place">Mon 12 - Thu 15 August 2024 <a href="https://icer2024.acm.org/venue/icer-2024-venue" class="navigate">Melbourne, Victoria, Australia</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://icer2024.acm.org/venue/icer-2024-venue" class="navigate">Venue: RMIT, Melbourne</a></li><li class="block"><a href="https://icer2024.acm.org/attending/participation" class="navigate">Registration</a></li><li class="block"><a href="https://icer2024.acm.org/attending/Dinner" class="navigate">Dinner</a></li><li class="block"><a href="https://icer2024.acm.org/attending/Location%3A+Melbourne%2C+Victoria%2C+Australia" class="navigate">Location: Melbourne, Victoria, Australia</a></li><li class="block"><a href="https://icer2024.acm.org/attending/Hotels" class="navigate">Hotels</a></li><li class="block"><a href="https://icer2024.acm.org/attending/code-of-conduct" class="navigate">Code of Conduct</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">ICER 2024</li><li class="block"><a href="https://icer2024.acm.org/track/doctoral-consortium" class="navigate">Doctoral Consortium</a></li><li class="block"><a href="https://icer2024.acm.org/track/icer-2024-lightning-talks-and-posters" class="navigate">Lightning Talks and Posters</a></li><li class="block"><a href="https://icer2024.acm.org/track/icer-2024-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://icer2024.acm.org/track/wip" class="navigate">Work in Progress Workshop</a></li></ul></div></div></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Program <span class="caret"></span></a><ul id="program-menu" class="block dropdown-menu"><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" class="navigate">ICER Program</a></li><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block divider"></li><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" data-fltr-type="date" data-fltr-val="Mon 12 Aug 2024" class="navigate">Mon 12 Aug</a></li><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" data-fltr-type="date" data-fltr-val="Tue 13 Aug 2024" class="navigate">Tue 13 Aug</a></li><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" data-fltr-type="date" data-fltr-val="Wed 14 Aug 2024" class="navigate">Wed 14 Aug</a></li><li class="block"><a href="https://icer2024.acm.org/program/program-icer-2024/" data-fltr-type="date" data-fltr-val="Thu 15 Aug 2024" class="navigate">Thu 15 Aug</a></li></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">ICER 2024 Committees</li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-doctoral-consortium-organizing-committee" class="navigate"><strong>Doctoral Consortium</strong></a></li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-lightning-talks-and-posters-organizing-committee" class="navigate"><strong>Lightning Talks and Posters</strong></a></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>Research Papers</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-papers-senior-program-committee" class="navigate">Senior Program Committee</a></li></ul></li><li class="block"><a href="https://icer2024.acm.org/committee/icer-2024-work-in-progress-workshop-wip-workshop-chairs" class="navigate"><strong>Work in Progress Workshop</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://icer2024.acm.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://icer2024.acm.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://icer2024.acm.org/series/icer" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> ICER 2024</span></li><li class="block"><a href="https://icer2023.acm.org" class="navigate">ICER 2023</a></li><li class="block"><a href="https://icer2022.acm.org" class="navigate">ICER 2022</a></li><li class="block"><a href="https://icer2021.acm.org" class="navigate">ICER 2021</a></li><li class="block"><a href="https://icer2020.acm.org" class="navigate">ICER 2020</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/icer-2024/https%3A%5Es%5Esicer2024.acm.org%5Estrack%5Esicer-2024-papers" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://icer2024.acm.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://icer2024.acm.org" class="navigate">ICER 2024</a> (<a href="https://icer2024.acm.org/series/icer" class="navigate">series</a>) / </span><h1>Research Papers<span class="pull-right small h1">ICER 2024</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#program" data-toggle="tab">Program</a></li><li><a href="#event-overview" data-toggle="tab">Accepted Papers</a></li><li><a href="#Submission-Instructions" data-toggle="tab">Submission Instructions</a></li><li><a href="#Author-Guidelines" data-toggle="tab">Author Guidelines</a></li><li><a href="#Reviewer-Guidelines" data-toggle="tab">Reviewer Guidelines</a></li><li><a href="#Call-for-Papers" data-toggle="tab">Call for Papers</a></li></ul><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; autoTabFunction(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><div class="tab-content"><div id="program" class="tab-pane "><div class="faceted-filtering"><div class="row date-facets"><div class="col-sm-1"><strong>Dates</strong></div><div class="col-sm-11"><div data-facet-type="date" class="facet-placeholder"></div></div></div><div class="row plenary-facets"><div class="col-sm-1"><strong>Plenary</strong></div><div class="col-sm-11"><div data-facet-type="plenary" class="facet-placeholder"></div></div></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on('shown.bs.modal', function() {if(gtag) { gtag( 'event', 'Show Details in Modal' , {'event_category': 'Event Information', 'event_label': '' + $(this).find('.modal-title').text() + ''} ) } } ) }; 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 tabindex="-1" id="hidden-modal" class="modal"><div class="modal-dialog "><div class="modal-content"></div></div></div><div id="program-settings-modal" class="webdsl-placeholder"><div id="userProgramSettings" class="modal fade"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Program Display Configuration</h3></div><div class="modal-body"><form name="form11390898770538530f0e2bbdb67872b491120c5c8a7" id="form11390898770538530f0e2bbdb67872b491120c5c8a7" action="https://icer2024.acm.org/userProgramSettingsModalConferenceEdition" accept-charset="UTF-8" method="POST" role="form" class="form-horizontal"><input type="hidden" name="form11390898770538530f0e2bbdb67872b491120c5c8a7" value="1" /><input type="hidden" name="context" value="icer-2024" /><div class="panel panel-default timezone-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Zone</div></div><div class="panel-body"><span class="help-block">The program is currently displayed in <strong>(GMT+10:00) Brisbane</strong>.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="9659afaa126198132be460b106e35ccb" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/><strong>Use conference time zone: (GMT+10:00) Brisbane</strong></label><label class="radio"><input type="radio" name="9659afaa126198132be460b106e35ccb" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/>Select other time zone</label><div id="cec04de0447905c49fb377c6d9693505" style=" display: none;"><select name="0e35d6393a8ba494aa0723dd51b6899c" class="select form-control"><option value="" selected="selected" data-utc-minute-offset="0"></option><option value="Etc/GMT+12" data-utc-minute-offset="-720">(GMT-12:00) AoE (Anywhere On Earth)</option><option value="Pacific/Midway" data-utc-minute-offset="-660">(GMT-11:00) Midway Island, Samoa</option><option value="America/Adak" data-utc-minute-offset="-600">(GMT-09:00) Hawaii-Aleutian</option><option value="Etc/GMT+10" data-utc-minute-offset="-600">(GMT-10:00) Hawaii</option><option value="Pacific/Marquesas" data-utc-minute-offset="-570">(GMT-09:30) Marquesas Islands</option><option value="Pacific/Gambier" data-utc-minute-offset="-540">(GMT-09:00) Gambier Islands</option><option value="America/Anchorage" data-utc-minute-offset="-540">(GMT-08:00) Alaska</option><option value="America/Ensenada" data-utc-minute-offset="-480">(GMT-07:00) Tijuana, Baja California</option><option value="Etc/GMT+8" data-utc-minute-offset="-480">(GMT-08:00) Pitcairn Islands</option><option value="America/Los_Angeles" data-utc-minute-offset="-480">(GMT-07:00) Pacific Time (US & Canada)</option><option value="America/Denver" data-utc-minute-offset="-420">(GMT-06:00) Mountain Time (US & Canada)</option><option value="America/Chihuahua" data-utc-minute-offset="-360">(GMT-06:00) Chihuahua, La Paz, Mazatlan</option><option value="America/Dawson_Creek" data-utc-minute-offset="-420">(GMT-07:00) Arizona</option><option value="America/Belize" data-utc-minute-offset="-360">(GMT-06:00) Saskatchewan, Central America</option><option value="America/Cancun" data-utc-minute-offset="-300">(GMT-05:00) Guadalajara, Mexico City, Monterrey</option><option value="Chile/EasterIsland" data-utc-minute-offset="-300">(GMT-06:00) Easter Island</option><option value="America/Chicago" data-utc-minute-offset="-360">(GMT-05:00) Central Time (US & Canada)</option><option value="America/New_York" data-utc-minute-offset="-300">(GMT-04:00) Eastern Time (US & Canada)</option><option value="America/Havana" data-utc-minute-offset="-300">(GMT-04:00) Cuba</option><option value="America/Bogota" data-utc-minute-offset="-300">(GMT-05:00) Bogota, Lima, Quito, Rio Branco</option><option value="America/Caracas" data-utc-minute-offset="-240">(GMT-04:00) Caracas</option><option value="America/Santiago" data-utc-minute-offset="-180">(GMT-04:00) Santiago</option><option value="America/La_Paz" data-utc-minute-offset="-240">(GMT-04:00) La Paz</option><option value="Atlantic/Stanley" data-utc-minute-offset="-180">(GMT-03:00) Faukland Islands</option><option value="America/Campo_Grande" data-utc-minute-offset="-240">(GMT-04:00) Manaus, Amazonas, Brazil</option><option value="America/Goose_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Goose Bay)</option><option value="America/Glace_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Canada)</option><option value="America/St_Johns" data-utc-minute-offset="-210">(GMT-02:30) Newfoundland</option><option value="America/Araguaina" data-utc-minute-offset="-180">(GMT-03:00) UTC-3</option><option value="America/Montevideo" data-utc-minute-offset="-180">(GMT-03:00) Montevideo</option><option value="America/Miquelon" data-utc-minute-offset="-180">(GMT-02:00) Miquelon, St. Pierre</option><option value="America/Godthab" data-utc-minute-offset="-180">(GMT-02:00) Greenland</option><option value="America/Argentina/Buenos_Aires" data-utc-minute-offset="-180">(GMT-03:00) Buenos Aires</option><option value="America/Sao_Paulo" data-utc-minute-offset="-180">(GMT-03:00) Brasilia, Distrito Federal, Brazil</option><option value="America/Noronha" data-utc-minute-offset="-120">(GMT-02:00) Mid-Atlantic</option><option value="Atlantic/Cape_Verde" data-utc-minute-offset="-60">(GMT-01:00) Cape Verde Is.</option><option value="Atlantic/Azores" data-utc-minute-offset="-60">(GMT) Azores</option><option value="Etc/UTC" data-utc-minute-offset="0">(UTC) Coordinated Universal Time</option><option value="Europe/Belfast" data-utc-minute-offset="0">(GMT+01:00) Belfast</option><option value="Europe/Dublin" data-utc-minute-offset="0">(GMT+01:00) Dublin</option><option value="Europe/Lisbon" data-utc-minute-offset="0">(GMT+01:00) Lisbon</option><option value="Europe/London" data-utc-minute-offset="0">(GMT+01:00) London</option><option value="Africa/Abidjan" data-utc-minute-offset="0">(GMT) Monrovia, Reykjavik</option><option value="Europe/Amsterdam" data-utc-minute-offset="60">(GMT+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option><option value="Europe/Belgrade" data-utc-minute-offset="60">(GMT+02:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option><option value="Europe/Brussels" data-utc-minute-offset="60">(GMT+02:00) Brussels, Copenhagen, Madrid, Paris</option><option value="Africa/Algiers" data-utc-minute-offset="60">(GMT+01:00) West Central Africa</option><option value="Africa/Windhoek" data-utc-minute-offset="120">(GMT+02:00) Windhoek</option><option value="Europe/Athens" data-utc-minute-offset="120">(GMT+03:00) Athens</option><option value="Asia/Beirut" data-utc-minute-offset="120">(GMT+03:00) Beirut</option><option value="Africa/Cairo" data-utc-minute-offset="120">(GMT+02:00) Cairo</option><option value="Asia/Gaza" data-utc-minute-offset="120">(GMT+03:00) Gaza</option><option value="Africa/Blantyre" data-utc-minute-offset="120">(GMT+02:00) Harare, Pretoria</option><option value="Asia/Jerusalem" data-utc-minute-offset="120">(GMT+03:00) Jerusalem</option><option value="Europe/Minsk" data-utc-minute-offset="180">(GMT+03:00) Minsk</option><option value="Asia/Damascus" data-utc-minute-offset="180">(GMT+03:00) Syria</option><option value="Europe/Moscow" data-utc-minute-offset="180">(GMT+03:00) Moscow, St. Petersburg, Volgograd</option><option value="Africa/Addis_Ababa" data-utc-minute-offset="180">(GMT+03:00) Nairobi</option><option value="Asia/Tehran" data-utc-minute-offset="210">(GMT+03:30) Tehran</option><option value="Asia/Dubai" data-utc-minute-offset="240">(GMT+04:00) Abu Dhabi, Muscat</option><option value="Asia/Yerevan" data-utc-minute-offset="240">(GMT+04:00) Yerevan</option><option value="Asia/Kabul" data-utc-minute-offset="270">(GMT+04:30) Kabul</option><option value="Asia/Yekaterinburg" data-utc-minute-offset="300">(GMT+05:00) Ekaterinburg</option><option value="Asia/Tashkent" data-utc-minute-offset="300">(GMT+05:00) Tashkent</option><option value="Asia/Kolkata" data-utc-minute-offset="330">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</option><option value="Asia/Katmandu" data-utc-minute-offset="345">(GMT+05:45) Kathmandu</option><option value="Asia/Dhaka" data-utc-minute-offset="360">(GMT+06:00) Astana, Dhaka</option><option value="Asia/Novosibirsk" data-utc-minute-offset="420">(GMT+07:00) Novosibirsk</option><option value="Asia/Rangoon" data-utc-minute-offset="390">(GMT+06:30) Yangon (Rangoon)</option><option value="Asia/Bangkok" data-utc-minute-offset="420">(GMT+07:00) Bangkok, Hanoi, Jakarta</option><option value="Asia/Krasnoyarsk" data-utc-minute-offset="420">(GMT+07:00) Krasnoyarsk</option><option value="Asia/Hong_Kong" data-utc-minute-offset="480">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</option><option value="Asia/Irkutsk" data-utc-minute-offset="480">(GMT+08:00) Irkutsk, Ulaan Bataar</option><option value="Australia/Perth" data-utc-minute-offset="480">(GMT+08:00) Perth</option><option value="Australia/Eucla" data-utc-minute-offset="525">(GMT+08:45) Eucla</option><option value="Asia/Tokyo" data-utc-minute-offset="540">(GMT+09:00) Osaka, Sapporo, Tokyo</option><option value="Asia/Seoul" data-utc-minute-offset="540">(GMT+09:00) Seoul</option><option value="Asia/Yakutsk" data-utc-minute-offset="540">(GMT+09:00) Yakutsk</option><option value="Australia/Adelaide" data-utc-minute-offset="630">(GMT+09:30) Adelaide</option><option value="Australia/Darwin" data-utc-minute-offset="570">(GMT+09:30) Darwin</option><option value="Australia/Brisbane" data-utc-minute-offset="600">(GMT+10:00) Brisbane</option><option value="Australia/Hobart" data-utc-minute-offset="660">(GMT+10:00) Hobart</option><option value="Asia/Vladivostok" data-utc-minute-offset="600">(GMT+10:00) Vladivostok</option><option value="Australia/Lord_Howe" data-utc-minute-offset="660">(GMT+10:30) Lord Howe Island</option><option value="Etc/GMT-11" data-utc-minute-offset="660">(GMT+11:00) Solomon Is., New Caledonia</option><option value="Asia/Magadan" data-utc-minute-offset="660">(GMT+11:00) Magadan</option><option value="Pacific/Norfolk" data-utc-minute-offset="720">(GMT+11:00) Norfolk Island</option><option value="Asia/Anadyr" data-utc-minute-offset="720">(GMT+12:00) Anadyr, Kamchatka</option><option value="Pacific/Auckland" data-utc-minute-offset="780">(GMT+12:00) Auckland, Wellington</option><option value="Etc/GMT-12" data-utc-minute-offset="720">(GMT+12:00) Fiji, Kamchatka, Marshall Is.</option><option value="Pacific/Chatham" data-utc-minute-offset="825">(GMT+12:45) Chatham Islands</option><option value="Pacific/Tongatapu" data-utc-minute-offset="780">(GMT+13:00) Nuku'alofa</option><option value="Pacific/Kiritimati" data-utc-minute-offset="840">(GMT+14:00) Kiritimati</option></select><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; var sel = document.getElementsByName('0e35d6393a8ba494aa0723dd51b6899c')[0] var opts = sel.options; for (var opt, j = 0; opt = opts[j]; j++) { if (opt.getAttribute('data-utc-minute-offset') == tzOffsetMin) { sel.selectedIndex = j; break; } } </script></div></div></div><br><span class="help-block"><small><span class="glyphicon glyphicon-info-sign"></span> The GMT offsets shown reflect the offsets <strong>at the moment of the conference</strong>.</small></span></div></div><div class="panel panel-default timeband-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Band</div></div><div class="panel-body"><span class="help-block">By setting a time band, the program will dim events that are outside this time window. This is useful for (virtual) conferences with a continuous program (with repeated sessions).<br>The time band will also limit the events that are included in the personal iCalendar subscription service.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/><strong>Display full program</strong></label><label class="radio"><input type="radio" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/>Specify a time band</label><div id="c2371058bcb9b31dd10e115e7f712708" style=" display: none;"><span class="input-group"><input name="a4e58ac1cd9cfb26fb62ecc29e600148" type="text" value="07:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=a4e58ac1cd9cfb26fb62ecc29e600148]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script><span class="input-group-addon"> - </span><input name="01ff55ee23f3ce1eb7d922f922eb09b1" type="text" value="19:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=01ff55ee23f3ce1eb7d922f922eb09b1]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script></span></div></div></div></div></div><div class="row form-group"><div class="col-sm-offset-2 col-sm-10"><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://icer2024.acm.org/userProgramSettingsModalConferenceEdition","userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869", [{"name":"context", "value":"icer-2024"},],"form11390898770538530f0e2bbdb67872b491120c5c8a7", this.nextSibling, true,"program-settings-modal"); return false;'></button><a submitid="userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" class="btn btn-primary btn btn-default">Save</a></div></div></form></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div></div><div class="program-container"><div class="time-zone-warning text-muted hide-in-print"><div class="alert alert-dismissible alert-info"><button type="button" data-dismiss="alert" aria-label="Close" class="close"><span aria-hidden="true">×</span></button><span class="glyphicon glyphicon-info-sign"></span> You're viewing the program in a time zone which is different from your device's time zone <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change time zone</a></small></div></div><div class="tz-floating-link"><small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings" title="Change Program Display Configuration" class="btn btn-xs btn-info"><span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-time"></span></a></small></div><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; if(tzOffsetMin != 600){ $('.time-zone-warning').toggleClass('visible'); window.displayUserProgamSettingsOnce = true; } </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Tue 13 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brisbane</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-8"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-track="ICER Catering" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">08:30 - 08:45</div></td><td colspan="2"><div class="session-info-in-table">Registration<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">08:45 - 09:15</div></td><td colspan="2"><div class="session-info-in-table">Opening Remarks<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="542c370c-eacc-472f-88e2-4627c752eefd" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:45</div><strong>30m</strong></div><div class="event-type">Day opening</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="d6dcd017-959c-4275-bcd8-d19517c7c774" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d6dcd017-959c-4275-bcd8-d19517c7c774">Opening Remarks</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">09:15 - 10:15</div></td><td colspan="2"><div class="session-info-in-table">Student Perceptions and Self-Assessment<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/briandorn" target="_blank" class="navigate">Brian Dorn</a><span class="prog-aff"> University of Nebraska at Omaha</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7cc93fb0-117a-4673-a32b-a6a145402744" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="36a9c216-e023-4748-8aec-fa0cfa768117" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="36a9c216-e023-4748-8aec-fa0cfa768117">Understanding the Reasoning Behind Students' Self-Assessments of Ability in Introductory Computer Science Courses</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/melissachen1" class="navigate">Melissa Chen</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/yinmiaoli1" class="navigate">Yinmiao Li</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/eleanororourke1" class="navigate">Eleanor O'Rourke</a><span class="prog-aff"> Northwestern University</span></div></td></tr><tr data-slot-id="1a5d0603-45e1-46ae-8841-cc9f058bd7e5" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="f2dec4d7-f19f-41a1-ae6f-41673600cfa8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f2dec4d7-f19f-41a1-ae6f-41673600cfa8">"In the Beginning, I Couldn't Necessarily Do Anything With It": Links Between Compiler Error Messages and Sense of Belonging</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/majadornbusch" class="navigate">Maja Dornbusch</a><span class="prog-aff"> University of Münster</span>, <a href="https://icer2024.acm.org/profile/janvahrenhold" class="navigate">Jan Vahrenhold</a><span class="prog-aff"> University of Münster</span></div><a href="https://dx.doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d65677f8-d3c8-4d5a-9007-9049872a3507" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="6c300add-9506-4d0a-8e63-d94c18afde9f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6c300add-9506-4d0a-8e63-d94c18afde9f">Exploring the Interplay of Metacognition, Affect, and Behaviors in an Introductory Computer Science Course for Non-Majors</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/yinmiaoli1" class="navigate">Yinmiao Li</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/melissachen1" class="navigate">Melissa Chen</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/aysehunt" class="navigate">Ayse Hunt</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/haoqizhang" class="navigate">Haoqi Zhang</a><span class="prog-aff"> Northwestern University</span>, <a href="https://icer2024.acm.org/profile/eleanororourke1" class="navigate">Eleanor O'Rourke</a><span class="prog-aff"> Northwestern University</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">10:15 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c658d603-9c79-421a-b597-77d242606aec" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>45m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Learning Interventions<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/sebastiandziallas" target="_blank" class="navigate">Sebastian Dziallas</a><span class="prog-aff"> University of the Pacific</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="13da0edd-6762-4fcd-8f2f-eec8f63145f1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="cade9171-aee2-49b2-bc64-87731ca7de0e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cade9171-aee2-49b2-bc64-87731ca7de0e">Scaffolding Novices: Analyzing When and How Parsons Problems Impact Novice Programming in an Integrated Science Assignment</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/benyamintabarsi" class="navigate">Benyamin Tabarsi</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/heidireichert" class="navigate">Heidi Reichert</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/nicholaslytle2" class="navigate">Nicholas Lytle</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://icer2024.acm.org/profile/veronicacatete" class="navigate">Veronica Catete</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/tiffanybarnes" class="navigate">Tiffany Barnes</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="bfbb5a71-30ac-4642-80ec-5e1049066cb9" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="08f1b915-5c66-494c-a5f1-d53998bed399" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="08f1b915-5c66-494c-a5f1-d53998bed399">Evaluating the Effectiveness of a Testing Checklist Intervention in CS2: An Quasi-experimental Replication Study</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/ginabai" class="navigate">Gina Bai</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://icer2024.acm.org/profile/zuoxuanjiang" class="navigate">Zuoxuan Jiang</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="e79fea52-7270-4c5f-b527-a18050eef2ff" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="92b62b59-29a7-4e65-b32f-b4b77496d857" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92b62b59-29a7-4e65-b32f-b4b77496d857">Evaluating How Novices Utilize Debuggers and Code Execution to Understand Code</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mohammedhassan" class="navigate">Mohammed Hassan</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/gracezeng" class="navigate">Grace Zeng</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/craigzilles" class="navigate">Craig Zilles</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">12:00 - 13:15</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="63b5667c-c393-4b02-adc5-9cf8df31ce41" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>75m</strong></div><div class="event-type">Lunch</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="6e389a2a-5866-427e-ba18-322505c323e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6e389a2a-5866-427e-ba18-322505c323e4">Lunch</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">13:15 - 14:15</div></td><td colspan="2"><div class="session-info-in-table">GenAI and Computing Education (I)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/judysheard" target="_blank" class="navigate">Judy Sheard</a><span class="prog-aff"> Monash University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e9ec1bdf-3082-4254-807b-6fc4cd13eef1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="1c9ceeaa-7bd7-4793-90cc-7c3c8e9239c6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1c9ceeaa-7bd7-4793-90cc-7c3c8e9239c6">Debugging with an AI Tutor: Investigating Novice Help-seeking Behaviors and Perceived Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/stephanieyang" class="navigate">Stephanie Yang</a><span class="prog-aff"> Harvard University</span>, <a href="https://icer2024.acm.org/profile/hanzhangzhao" class="navigate">Hanzhang Zhao</a><span class="prog-aff"> Harvard Graduate School of Education</span>, <a href="https://icer2024.acm.org/profile/yudianxu" class="navigate">Yudian Xu</a><span class="prog-aff"> Harvard Graduate School of Education</span>, <a href="https://icer2024.acm.org/profile/karenbrennan" class="navigate">Karen Brennan</a><span class="prog-aff"> Harvard Graduate School of Education</span>, <a href="https://icer2024.acm.org/profile/bertrandschneider" class="navigate">Bertrand Schneider</a><span class="prog-aff"> Harvard Graduate School of Education</span></div></td></tr><tr data-slot-id="ad98714e-e00d-41d3-82e7-2735a663b987" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="574f5d3e-d7a0-4382-8150-cd2e793a7dc0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="574f5d3e-d7a0-4382-8150-cd2e793a7dc0">Evaluating Contextually Personalized Programming Exercises Created with Generative AI</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/evanfiyalogacheva" class="navigate">Evanfiya Logacheva</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/artohellas" class="navigate">Arto Hellas</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/jamesprather" class="navigate">James Prather</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/samisarsa1" class="navigate">Sami Sarsa</a><span class="prog-aff"> University of Jyväskylä</span>, <a href="https://icer2024.acm.org/profile/juholeinonen" class="navigate">Juho Leinonen</a><span class="prog-aff"> Aalto University</span></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671103" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671103" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2407.11994" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="e142aeef-da69-46ea-9e3b-4cd3bf75c424" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="731a6e84-f42e-4405-b524-6134d44124ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="731a6e84-f42e-4405-b524-6134d44124ac">Insights from Social Shaping Theory: The Appropriation of Large Language Models in an Undergraduate Programming Course</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/aadarshpadiyath" class="navigate">Aadarsh Padiyath</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/xinyinghou" class="navigate">Xinying Hou</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/amypang" class="navigate">Amy Pang</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/diegoviramontesvargas" class="navigate">Diego Viramontes Vargas</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/xingjiangu1" class="navigate">Xingjian Gu</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/tamaranelsonfromm" class="navigate">Tamara Nelson-Fromm</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/zihanwu" class="navigate">Zihan Wu</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/markguzdial" class="navigate">Mark Guzdial</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/barbaraericson" class="navigate">Barbara Ericson</a><span class="prog-aff"> University of Michigan</span></div><a href="https://arxiv.org/abs/2406.06451" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">14:15 - 15:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ee6cdb6c-e0ef-4b17-890e-34912be7485e" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:15</div><strong>45m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Student Challenges<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/juholeinonen" target="_blank" class="navigate">Juho Leinonen</a><span class="prog-aff"> Aalto University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b4a331e3-498d-4374-a603-c8943ccc2bcd" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="18089788-ab1e-4caf-81d2-93f71f7c0360" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="18089788-ab1e-4caf-81d2-93f71f7c0360">Seeking Consent for Programming Process Data Collection with Trustee-Based Encryption</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/bjornfischer" class="navigate">Björn Fischer</a><span class="prog-aff"> RheinMain University of Applied Sciences, Wiesbaden, Germany</span>, <a href="https://icer2024.acm.org/profile/beritbarthelmes" class="navigate">Berit Barthelmes</a><span class="prog-aff"> University of Zurich, Zurich, Switzerland</span>, <a href="https://icer2024.acm.org/profile/svenericpanitz" class="navigate">Sven Eric Panitz</a><span class="prog-aff"> RheinMain University of Applied Sciences, Wiesbaden, Germany</span>, <a href="https://icer2024.acm.org/profile/evamariaiwer" class="navigate">Eva-Maria Iwer</a><span class="prog-aff"> RheinMain University of Applied Sciences, Wiesbaden, Germany</span>, <a href="https://icer2024.acm.org/profile/ralfdorner" class="navigate">Ralf Dörner</a><span class="prog-aff"> RheinMain University of Applied Sciences, Wiesbaden, Germany</span></div></td></tr><tr data-slot-id="198e2b74-4993-48cb-b390-f02a42a28e8f" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="17a37cda-c136-4279-94af-ca499003bcf3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="17a37cda-c136-4279-94af-ca499003bcf3">Influence of Personality Traits on Plagiarism Through Collusion in Programming Assignments</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/parthasarathypd" class="navigate">Parthasarathy PD</a><span class="prog-aff"> BITS Pilani KK Birla Goa Campus</span>, <a href="https://icer2024.acm.org/profile/ishaankapoor" class="navigate">Ishaan Kapoor</a><span class="prog-aff"> BITS Pilani, KK Birla Goa Campus</span>, <a href="https://icer2024.acm.org/profile/swaroopjoshi" class="navigate">Swaroop Joshi</a><span class="prog-aff"> BITS Pilani KK Birla Goa Campus</span>, <a href="https://icer2024.acm.org/profile/sujiththomas" class="navigate">Sujith Thomas</a><span class="prog-aff"> BITS Pilani KK Birla Goa Campus</span></div></td></tr><tr data-slot-id="3567cd47-1d52-4157-bf36-3c899c1aa65a" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="99e434b0-780d-4a87-844e-cc75d3c9c20e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="99e434b0-780d-4a87-844e-cc75d3c9c20e">Students Struggle with Concepts in Dijkstra’s Algorithm</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/artturitilantera" class="navigate">Artturi Tilanterä</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/juhasorva" class="navigate">Juha Sorva</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/ottoseppala" class="navigate">Otto Seppälä</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/ariarchiekorhonen" class="navigate">Ari (Archie) Korhonen</a><span class="prog-aff"> Aalto University</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">16:00 - 16:20</div></td><td colspan="2"><div class="session-info-in-table">Break<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b5364309-08e0-4c8c-9113-139ec963e989" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 13 Aug 2024" data-facet-date-order="240813" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">16:20 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Interactive Learning Challenges<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/carolfletcher" target="_blank" class="navigate">Carol Fletcher</a><span class="prog-aff"> Texas Advanced Computing Center</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4499567a-29e1-49a6-9b02-2deec4a4f893" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="16f22463-68c6-40b4-b1d5-aa29e3a7f6a0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="16f22463-68c6-40b4-b1d5-aa29e3a7f6a0">Probeable Problems for Beginner-level Programming-with-AI Contests</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mrigankpawagi" class="navigate">Mrigank Pawagi</a><span class="prog-aff"> Indian Institute of Science, Bengaluru</span>, <a href="https://icer2024.acm.org/profile/virajkumar1" class="navigate">Viraj Kumar</a><span class="prog-aff"> Indian Institute of Science, India</span></div><a href="https://arxiv.org/abs/2405.15123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3f0a2a64-552c-4955-9fec-e9e7653a2225" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="5181ad37-4784-455a-a6b6-4928b13967b3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5181ad37-4784-455a-a6b6-4928b13967b3">Distractors Make You Pay Attention: Investigating the Learning Outcomes of Including Distractor Blocks in Parsons Problems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/davidsmith1" class="navigate">David Smith</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/sethpoulsen1" class="navigate">Seth Poulsen</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/chinnyemeka" class="navigate">Chinny Emeka</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/zihanwu" class="navigate">Zihan Wu</a><span class="prog-aff"> University of Michigan</span>, <a href="https://icer2024.acm.org/profile/carlhaynesmagyar" class="navigate">Carl Haynes-Magyar</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://icer2024.acm.org/profile/craigzilles" class="navigate">Craig Zilles</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Wed 14 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brisbane</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-track="ICER Catering" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">09:00 - 09:15</div></td><td colspan="2"><div class="session-info-in-table">Announcements<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">09:15 - 10:15</div></td><td colspan="2"><div class="session-info-in-table">Teaching Practices (I)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/quintincutts" target="_blank" class="navigate">Quintin Cutts</a><span class="prog-aff"> University of Glasgow, UK</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2b8011f5-addb-40b0-9358-f13d8b4a23f2" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="3f9cdf83-fcc1-439f-b1c4-93006ef1a6b8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3f9cdf83-fcc1-439f-b1c4-93006ef1a6b8">Instructional Transparency: Just to Be Clear, It's a Good Thing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/vidushiojha" class="navigate">Vidushi Ojha</a><span class="prog-aff"> Harvey Mudd College</span>, <a href="https://icer2024.acm.org/profile/andreawatkins" class="navigate">Andrea Watkins</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/christopherperdriau1" class="navigate">Christopher Perdriau</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/kathleenisenegger" class="navigate">Kathleen Isenegger</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/colleenlewis" class="navigate">Colleen M. Lewis</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div></td></tr><tr data-slot-id="bd6ae2e9-e1f2-46a4-b7f9-97b74f42189b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="1affcd46-01ea-4b64-b954-0192403b5a10" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1affcd46-01ea-4b64-b954-0192403b5a10">Exploring the Effects of Grouping by Programming Experience in Q&A Forums</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/naazsibia" class="navigate">Naaz Sibia</a><span class="prog-aff"> University of Toronto Mississauga</span>, <a href="https://icer2024.acm.org/profile/angelazavaletabernuy" class="navigate">Angela Zavaleta Bernuy</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/tianavsimovic" class="navigate">Tiana V. Simovic</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/chloehuang" class="navigate">Chloe Huang</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/yinyuetan" class="navigate">Yinyue Tan</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/eunchaeseong" class="navigate">Eunchae Seong</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/carolinanobre" class="navigate">Carolina Nobre</a><span class="prog-aff"> University of Toronto</span>, <a href="https://icer2024.acm.org/profile/danzingaro" class="navigate">Dan Zingaro</a><span class="prog-aff"> University of Toronto Mississauga</span>, <a href="https://icer2024.acm.org/profile/michaelliut" class="navigate">Michael Liut</a><span class="prog-aff"> University of Toronto Mississauga</span>, <a href="https://icer2024.acm.org/profile/andrewpetersen" class="navigate">Andrew Petersen</a><span class="prog-aff"> University of Toronto</span></div></td></tr><tr data-slot-id="3efb68e0-da41-4a5c-9771-fd95d61028b7" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="6faef98d-c8b1-44c5-a099-ab616294acfe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6faef98d-c8b1-44c5-a099-ab616294acfe">Teaching Digital Accessibility in Computing Education: Views of Educators in India</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/parthasarathypd" class="navigate">Parthasarathy PD</a><span class="prog-aff"> BITS Pilani KK Birla Goa Campus</span>, <a href="https://icer2024.acm.org/profile/swaroopjoshi" class="navigate">Swaroop Joshi</a><span class="prog-aff"> BITS Pilani KK Birla Goa Campus</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">10:15 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="25c65848-7eb3-469d-9acc-502660d0c3df" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>45m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">11:00 - 11:40</div></td><td colspan="2"><div class="session-info-in-table">Equity and Diversity (I)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/andrewpetersen" target="_blank" class="navigate">Andrew Petersen</a><span class="prog-aff"> University of Toronto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7aa014c9-1bc6-40eb-be73-e594564145dc" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="ab260f34-f800-4a9f-88f1-3eb0ca3c7e24" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ab260f34-f800-4a9f-88f1-3eb0ca3c7e24">Exploring the Impact of Assessment Policies on Marginalized Students' Experiences in Post-Secondary Programming Courses</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/emansherif" class="navigate">Eman Sherif</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/jayneeverson" class="navigate">Jayne Everson</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/megumikivuva" class="navigate">Megumi Kivuva</a><span class="prog-aff"> University of Washington, Seattle</span>, <a href="https://icer2024.acm.org/profile/marakirdaniryan" class="navigate">Mara Kirdani-Ryan</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/amyko" class="navigate">Amy Ko</a><span class="prog-aff"> University of Washington</span></div></td></tr><tr data-slot-id="2d61526e-2735-4332-8d3d-7c5b79b04222" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="ee3e9399-1ced-41be-8cee-0bc4247df4bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ee3e9399-1ced-41be-8cee-0bc4247df4bd">Invisible Women in IT: Examining Gender Representation in K-12 ICT Teaching Materials</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/melissaheghmarcher" class="navigate">Melissa Høegh Marcher</a><span class="prog-aff"> IT University of Copenhagen, Denmark</span>, <a href="https://icer2024.acm.org/profile/ingridmariachristensen" class="navigate">Ingrid Maria Christensen</a><span class="prog-aff"> IT University of Copenhagen, Denmark</span>, <a href="https://icer2024.acm.org/profile/nannainie" class="navigate">Nanna Inie</a><span class="prog-aff"> IT University of Copenhagen, Center for Computing Education (CCER)</span>, <a href="https://icer2024.acm.org/profile/clausbrabrand" class="navigate">Claus Brabrand</a><span class="prog-aff"> IT University of Copenhagen</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">12:00 - 13:15</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d5f55152-6d46-4824-89e7-1a102478b92e" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>75m</strong></div><div class="event-type">Lunch</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="6e389a2a-5866-427e-ba18-322505c323e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6e389a2a-5866-427e-ba18-322505c323e4">Lunch</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">13:15 - 14:15</div></td><td colspan="2"><div class="session-info-in-table">Understanding Students<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/janvahrenhold" target="_blank" class="navigate">Jan Vahrenhold</a><span class="prog-aff"> University of Münster</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cdc8999f-5c89-4636-88ed-1b48495dd626" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="187f60e3-675e-4935-8282-6c3fc53c42ae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="187f60e3-675e-4935-8282-6c3fc53c42ae">Validating, Refining, and Identifying Programming Plans Using Learning Curve Analysis on Code Writing Data</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mehmetarifdemirtas1" class="navigate">Mehmet Arif Demirtas</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/maxfowler" class="navigate">Max Fowler</a><span class="prog-aff"> University of Illinois</span>, <a href="https://icer2024.acm.org/profile/nicolehu" class="navigate">Nicole Hu</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/kathryncunningham" class="navigate">Kathryn Cunningham</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3632620.3671120" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://trailslab.web.illinois.edu/pubs/ICER2024_ValidatingPlanswithLCA.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="95fa0f34-7caa-4126-95b7-0c909ad8738d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="0edf60f8-d0af-4bd9-972b-e9c338a8415a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0edf60f8-d0af-4bd9-972b-e9c338a8415a">An Electroencephalography Study on Cognitive Load in Visual and Textual Programming</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/sverrirthorgeirsson" class="navigate">Sverrir Thorgeirsson</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://icer2024.acm.org/profile/chengyuzhang" class="navigate">Chengyu Zhang</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://icer2024.acm.org/profile/theobweidmann" class="navigate">Theo B. Weidmann</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://icer2024.acm.org/profile/karlheinzweidmann" class="navigate">Karl-Heinz Weidmann</a><span class="prog-aff"> University of Applied Sciences Vorarlberg</span>, <a href="https://icer2024.acm.org/profile/zhendongsu" class="navigate">Zhendong Su</a><span class="prog-aff"> ETH Zurich</span></div></td></tr><tr data-slot-id="c54da57d-3f62-4324-8ea1-6aca61680075" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="8112297e-119c-4273-8372-e9c98fdda5c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8112297e-119c-4273-8372-e9c98fdda5c0">Profiling Conversational Programmers at University: Insights into their Motivations and Goals from a Broad Sample of Non-Majors</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jinyounghur" class="navigate">Jinyoung Hur</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span>, <a href="https://icer2024.acm.org/profile/kathryncunningham" class="navigate">Kathryn Cunningham</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3632620.3671123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://trailslab.web.illinois.edu/pubs/ICER2024_JH_Profiling_CPs_Full_Paper.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">15:20 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Data and Scalability<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/barbaraericson" target="_blank" class="navigate">Barbara Ericson</a><span class="prog-aff"> University of Michigan</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="633591d3-f1ed-419f-ab9f-a66a481b4b7f" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="ae1b758d-c910-4218-94a1-a248c4be6aa5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ae1b758d-c910-4218-94a1-a248c4be6aa5">Overcoming Barriers in Scaling Computing Education Research Programming Tools: A Developer’s Perspective</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/keithtran1" class="navigate">Keith Tran</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/johnbacher" class="navigate">John Bacher</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/yangshi2" class="navigate">Yang Shi</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/jamesskripchuk" class="navigate">James Skripchuk</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="2baed17e-8706-43b7-8075-ec0137955f35" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="c17d6de7-2475-4ab2-a8da-2e0c093e1bf3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c17d6de7-2475-4ab2-a8da-2e0c093e1bf3">Learning an Explanatory Model of Data-Driven Technologies can Lead to Empowered Behavior: A Mixed-Methods Study in K-12 Computing Education</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/lukashoper" class="navigate">Lukas Höper</a><span class="prog-aff"> Paderborn University</span>, <a href="https://icer2024.acm.org/profile/carstenschulte" class="navigate">Carsten Schulte</a><span class="prog-aff"> University of Paderborn</span>, <a href="https://icer2024.acm.org/profile/andreasmuhling" class="navigate">Andreas Mühling</a><span class="prog-aff"> Kiel University</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">16:00 - 16:20</div></td><td colspan="2"><div class="session-info-in-table">Break<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b13a0546-9077-4e05-bbf6-cfac27c3b791" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 14 Aug 2024" data-facet-date-order="240814" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">16:20 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Student Support<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/amyko" target="_blank" class="navigate">Amy Ko</a><span class="prog-aff"> University of Washington</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7ba224f0-36a2-45bf-a510-38c80fd28a4c" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="34232d2f-d327-4417-8d49-a02ebd2456e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="34232d2f-d327-4417-8d49-a02ebd2456e4">The Trees in the Forest: Characterizing Computing Students' Individual Help-Seeking Approaches</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/shaohengko" class="navigate">Shao-Heng Ko</a><span class="prog-aff"> Duke University</span>, <a href="https://icer2024.acm.org/profile/kristinstephensmartinez" class="navigate">Kristin Stephens-Martinez</a><span class="prog-aff"> Duke University</span></div></td></tr><tr data-slot-id="8e3d7f66-069b-44f9-93dd-2fd7fa50b847" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="9e9cb077-6785-43f7-ad97-79bfc3bca5e5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9e9cb077-6785-43f7-ad97-79bfc3bca5e5">Regulation, Self-Efficacy, and Participation in CS1 Group Work</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/carolinwortmann" class="navigate">Carolin Wortmann</a><span class="prog-aff"> University of Münster</span>, <a href="https://icer2024.acm.org/profile/janvahrenhold" class="navigate">Jan Vahrenhold</a><span class="prog-aff"> University of Münster</span></div><a href="https://dx.doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 15 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brisbane</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-track="ICER Catering" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">09:00 - 09:15</div></td><td colspan="2"><div class="session-info-in-table">Announcements<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">09:15 - 10:15</div></td><td colspan="2"><div class="session-info-in-table">Teaching Practices (II)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/craigzilles" target="_blank" class="navigate">Craig Zilles</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="999efeac-3b33-47d1-911a-5cb40efd6823" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="4afec82e-a6b0-4602-86a9-49c053b5d6e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4afec82e-a6b0-4602-86a9-49c053b5d6e3">Perpetual Teaching Across Temporary Places: Conditions, Motivations, and Practices of Media Artists Teaching Computing Workshops</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/alicechung" class="navigate">Alice Chung</a><span class="prog-aff"> University of California, San Diego</span>, <a href="https://icer2024.acm.org/profile/philipguo2" class="navigate">Philip Guo</a><span class="prog-aff"> University of California at San Diego</span></div><a href="https://pg.ucsd.edu/publications/new-media-artists-teaching-computing_ICER-2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="17426bfe-42bb-412e-b6e4-35f726b05c4e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="e6f92270-7c4c-4776-ad46-0622ded77964" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e6f92270-7c4c-4776-ad46-0622ded77964">Evaluating Exploratory Reading Groups for Supporting Undergraduate Research Pipelines in Computing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/davidmtorresmendoza" class="navigate">David M. Torres-Mendoza</a><span class="prog-aff"> University of California, Santa Cruz</span>, <a href="https://icer2024.acm.org/profile/sabakheirinejad" class="navigate">Saba Kheirinejad</a><span class="prog-aff"> University of Oulu</span>, <a href="https://icer2024.acm.org/profile/mustafaajmal" class="navigate">Mustafa Ajmal</a><span class="prog-aff"> University of California, Santa Cruz</span>, <a href="https://icer2024.acm.org/profile/ashwinchembu" class="navigate">Ashwin Chembu</a><span class="prog-aff"> University of California Davis</span>, <a href="https://icer2024.acm.org/profile/dustinpalea" class="navigate">Dustin Palea</a><span class="prog-aff"> University of California, Santa Cruz</span>, <a href="https://icer2024.acm.org/profile/jimwhitehead" class="navigate">Jim Whitehead</a><span class="prog-aff"> University of California, Santa Cruz</span>, <a href="https://icer2024.acm.org/profile/davidlee" class="navigate">David Lee</a><span class="prog-aff"> University of California, Santa Cruz</span></div></td></tr><tr data-slot-id="eb8526aa-61b2-4954-8a91-c188c4598531" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="de265ff0-e74c-408f-ba9c-8a4741886157" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="de265ff0-e74c-408f-ba9c-8a4741886157">Layering Sociotechnical Cybersecurity Concepts Within Project-Based Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/brandtredd" class="navigate">Brandt Redd</a><span class="prog-aff"> University of Utah</span>, <a href="https://icer2024.acm.org/profile/yingtang" class="navigate">Ying Tang</a><span class="prog-aff"> Southwest University</span>, <a href="https://icer2024.acm.org/profile/hadarziv" class="navigate">Hadar Ziv</a><span class="prog-aff"> University of California, Irvine</span>, <a href="https://icer2024.acm.org/profile/sameerpatil" class="navigate">Sameer Patil</a><span class="prog-aff"> University of Utah</span></div><a href="https://doi.org/10.1145/3632620.3671093" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671093" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">10:15 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6e44145d-3633-476d-8e6d-ebe35188b933" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>45m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3c9e466-cc85-48cd-82b3-44c04ed0a5ee">Break</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">11:00 - 11:40</div></td><td colspan="2"><div class="session-info-in-table">Equity and Diversity (II)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/markguzdial" target="_blank" class="navigate">Mark Guzdial</a><span class="prog-aff"> University of Michigan</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="28410ebe-7c3d-4e35-891e-037b97e3a75f" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="ebdbd3be-7cc2-432a-b1a7-8b24a49607b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ebdbd3be-7cc2-432a-b1a7-8b24a49607b5">Debugging for Inclusivity in Online CS Courseware: Does it Work?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/amreetachatterjee" class="navigate">Amreeta Chatterjee</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/rudrajitchoudhuri" class="navigate">Rudrajit Choudhuri</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/mrinmoysarkar" class="navigate">Mrinmoy Sarkar</a><span class="prog-aff"> Flockby</span>, <a href="https://icer2024.acm.org/profile/soumikichattopadhyay" class="navigate">Soumiki Chattopadhyay</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/dylanliu" class="navigate">Dylan Liu</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/samarendrahedaoo" class="navigate">Samarendra Hedaoo</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/margaretburnett" class="navigate">Margaret Burnett</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/anitasarma" class="navigate">Anita Sarma</a><span class="prog-aff"> Oregon State University</span></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://web.engr.oregonstate.edu/~burnett/Reprints/icer24-debuggingCourseware-chatterjee.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f3b7c5f0-0881-4d50-a824-0df996a7d17d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="042f57fd-3a9d-474a-ae01-4c74160ff93d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="042f57fd-3a9d-474a-ae01-4c74160ff93d">Beyond "Awareness": If We Teach Inclusive Design, Will Students Act On It?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/rosalindagarcia" class="navigate">Rosalinda Garcia</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/patriciamorreale" class="navigate">Patricia Morreale</a><span class="prog-aff"> Kean University</span>, <a href="https://icer2024.acm.org/profile/pankatipatel" class="navigate">Pankati Patel</a><span class="prog-aff"> Kean University</span>, <a href="https://icer2024.acm.org/profile/jimenanoaguevara" class="navigate">Jimena Noa Guevara</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/dahanamozruiz" class="navigate">Dahana Moz-Ruiz</a><span class="prog-aff"> Kean University</span>, <a href="https://icer2024.acm.org/profile/sabyathasathishkumar" class="navigate">Sabyatha Sathish Kumar</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/prishavelhal" class="navigate">Prisha Velhal</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/alecbusteed" class="navigate">Alec Busteed</a><span class="prog-aff"> Oregon State University</span>, <a href="https://icer2024.acm.org/profile/margaretburnett" class="navigate">Margaret Burnett</a><span class="prog-aff"> Oregon State University</span></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671101" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671101" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://web.engr.oregonstate.edu/~burnett/Reprints/icer24-beyondAwareness-garcia.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">12:00 - 13:15</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d305b2d4-abbf-48bb-a3f2-6454a2de0d6c" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>75m</strong></div><div class="event-type">Lunch</div><span data-facet-track="ICER Catering"></span></td><td><span data-event-star="6e389a2a-5866-427e-ba18-322505c323e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6e389a2a-5866-427e-ba18-322505c323e4">Lunch</a></strong><div class="prog-track">Catering</div><br></td></tr></table></div><div class="hidable band hour-13"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">13:15 - 14:15</div></td><td colspan="2"><div class="session-info-in-table">GenAI and Computing Education (II)<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/kathryncunningham" target="_blank" class="navigate">Kathryn Cunningham</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b7dd58a5-9004-41a7-98c3-3c977433f0f1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:15</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="a22304da-76ae-4704-8022-65c8f7bb5819" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a22304da-76ae-4704-8022-65c8f7bb5819">Using Benchmarking Infrastructure to Evaluate LLM Performance on CS Concept Inventories: Challenges, Opportunities, and Critiques</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/murtazaali" class="navigate">Murtaza Ali</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/prernarao" class="navigate">Prerna Rao</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/yifanmai" class="navigate">Yifan Mai</a><span class="prog-aff"> Stanford University</span>, <a href="https://icer2024.acm.org/profile/benjaminxie1" class="navigate">Benjamin Xie</a><span class="prog-aff"> Stanford University</span></div><a href="https://doi.org/10.1145/3632620.3671097" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.benjixie.com/publication/icer-2024/icer-2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5cd3151e-b5a1-4087-ada7-0bcd6e331df0" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:35</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="9b7f35c8-44ac-407a-a550-06309df2c465" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9b7f35c8-44ac-407a-a550-06309df2c465">The Widening Gap: The Benefits and Harms of Generative AI for Novice Programmers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jamesprather" class="navigate">James Prather</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/brentreeves" class="navigate">Brent Reeves</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/juholeinonen" class="navigate">Juho Leinonen</a><span class="prog-aff"> Aalto University</span>, <a href="https://icer2024.acm.org/profile/stephenmacneil" class="navigate">Stephen MacNeil</a><span class="prog-aff"> Temple University</span>, <a href="https://icer2024.acm.org/profile/arisoarandrianasolo" class="navigate">Arisoa Randrianasolo</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/brettbecker" class="navigate">Brett Becker</a><span class="prog-aff"> University College Dublin</span>, <a href="https://icer2024.acm.org/profile/baileykimmel" class="navigate">Bailey Kimmel</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/jaredwright" class="navigate">Jared Wright</a><span class="prog-aff"> Abilene Christian University</span>, <a href="https://icer2024.acm.org/profile/benbriggs" class="navigate">Ben Briggs</a><span class="prog-aff"> Abilene Christian University</span></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2405.17739" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f4be2bf7-6802-4cf9-998d-2eef8828e829" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">13:55</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="8c7a0e3e-7f55-4801-a3bc-a38d1c02d625" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8c7a0e3e-7f55-4801-a3bc-a38d1c02d625">An Investigation of the Drivers of Novice Programmers’ Intentions to Use Web Search and GenAI</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jamesskripchuk" class="navigate">James Skripchuk</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/johnbacher" class="navigate">John Bacher</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a><span class="prog-aff"> North Carolina State University</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">15:20 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Ethical Practices<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://icer2024.acm.org/profile/benjaminxie" target="_blank" class="navigate">Benjamin Xie</a><span class="prog-aff"> Stanford University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="5494fc06-8777-4145-a962-f76acd2213bd" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="8da9b28f-84ef-4399-9daa-f4fa39c9bbb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8da9b28f-84ef-4399-9daa-f4fa39c9bbb3">Integrating Philosophy Teaching Perspectives to Foster Adolescents' Ethical Sensemaking of Computing Technologies</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/rotemlandesman" class="navigate">Rotem Landesman</a><span class="prog-aff"> University of Washington</span>, <a href="https://icer2024.acm.org/profile/jeansalac" class="navigate">Jean Salac</a><span class="prog-aff"> University of Washington, Seattle</span>, <a href="https://icer2024.acm.org/profile/jaredordonalim" class="navigate">Jared Ordona Lim</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://icer2024.acm.org/profile/amyko" class="navigate">Amy Ko</a><span class="prog-aff"> University of Washington</span></div></td></tr><tr data-slot-id="50c6f1b1-8a42-49ce-b5ff-6335b92f2a95" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ICER Research Papers"></span></td><td><span data-event-star="c3e6388f-a8b1-4329-8121-e7511a9f643f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c3e6388f-a8b1-4329-8121-e7511a9f643f">"It's Not Exactly Meant to Be Realistic": Student Perspectives on the Role of Ethics In Computing Group Projects</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/michelletran" class="navigate">Michelle Tran</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://icer2024.acm.org/profile/caseyfiesler" class="navigate">Casey Fiesler</a><span class="prog-aff"> University of Colorado Boulder</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 15 Aug 2024" data-facet-date-order="240815" data-facet-track="ICER Catering" data-facet-room="-location not assigned yet-" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c7"></td><td><div class="slot-label">16:00 - 16:40</div></td><td colspan="2"><div class="session-info-in-table">Closing Business<span class="pull-right"><a href="https://icer2024.acm.org/track/icer-2024-catering" target="_blank" class="text-muted navigate">Catering</a></span><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div></div></div></div></div><div id="event-overview" class="tab-pane "><h3>Accepted Papers</h3><table class="table table-condensed"><colgroup width="5"/><colgroup/><thead><tr><th><span class="glyphicon glyphicon-star"></span></th><th>Title</th></tr></thead><tr><td><span data-event-star="0edf60f8-d0af-4bd9-972b-e9c338a8415a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="0edf60f8-d0af-4bd9-972b-e9c338a8415a">An Electroencephalography Study on Cognitive Load in Visual and Textual Programming</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/sverrirthorgeirsson" class="navigate">Sverrir Thorgeirsson</a>, <a href="https://icer2024.acm.org/profile/chengyuzhang" class="navigate">Chengyu Zhang</a>, <a href="https://icer2024.acm.org/profile/theobweidmann" class="navigate">Theo B. Weidmann</a>, <a href="https://icer2024.acm.org/profile/karlheinzweidmann" class="navigate">Karl-Heinz Weidmann</a>, <a href="https://icer2024.acm.org/profile/zhendongsu" class="navigate">Zhendong Su</a></div></td></tr><tr><td><span data-event-star="8c7a0e3e-7f55-4801-a3bc-a38d1c02d625" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="8c7a0e3e-7f55-4801-a3bc-a38d1c02d625">An Investigation of the Drivers of Novice Programmers’ Intentions to Use Web Search and GenAI</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jamesskripchuk" class="navigate">James Skripchuk</a>, <a href="https://icer2024.acm.org/profile/johnbacher" class="navigate">John Bacher</a>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a></div></td></tr><tr><td><span data-event-star="042f57fd-3a9d-474a-ae01-4c74160ff93d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="042f57fd-3a9d-474a-ae01-4c74160ff93d">Beyond "Awareness": If We Teach Inclusive Design, Will Students Act On It?</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/rosalindagarcia" class="navigate">Rosalinda Garcia</a>, <a href="https://icer2024.acm.org/profile/patriciamorreale" class="navigate">Patricia Morreale</a>, <a href="https://icer2024.acm.org/profile/pankatipatel" class="navigate">Pankati Patel</a>, <a href="https://icer2024.acm.org/profile/jimenanoaguevara" class="navigate">Jimena Noa Guevara</a>, <a href="https://icer2024.acm.org/profile/dahanamozruiz" class="navigate">Dahana Moz-Ruiz</a>, <a href="https://icer2024.acm.org/profile/sabyathasathishkumar" class="navigate">Sabyatha Sathish Kumar</a>, <a href="https://icer2024.acm.org/profile/prishavelhal" class="navigate">Prisha Velhal</a>, <a href="https://icer2024.acm.org/profile/alecbusteed" class="navigate">Alec Busteed</a>, <a href="https://icer2024.acm.org/profile/margaretburnett" class="navigate">Margaret Burnett</a></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671101" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671101" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://web.engr.oregonstate.edu/~burnett/Reprints/icer24-beyondAwareness-garcia.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="ebdbd3be-7cc2-432a-b1a7-8b24a49607b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ebdbd3be-7cc2-432a-b1a7-8b24a49607b5">Debugging for Inclusivity in Online CS Courseware: Does it Work?</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/amreetachatterjee" class="navigate">Amreeta Chatterjee</a>, <a href="https://icer2024.acm.org/profile/rudrajitchoudhuri" class="navigate">Rudrajit Choudhuri</a>, <a href="https://icer2024.acm.org/profile/mrinmoysarkar" class="navigate">Mrinmoy Sarkar</a>, <a href="https://icer2024.acm.org/profile/soumikichattopadhyay" class="navigate">Soumiki Chattopadhyay</a>, <a href="https://icer2024.acm.org/profile/dylanliu" class="navigate">Dylan Liu</a>, <a href="https://icer2024.acm.org/profile/samarendrahedaoo" class="navigate">Samarendra Hedaoo</a>, <a href="https://icer2024.acm.org/profile/margaretburnett" class="navigate">Margaret Burnett</a>, <a href="https://icer2024.acm.org/profile/anitasarma" class="navigate">Anita Sarma</a></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://web.engr.oregonstate.edu/~burnett/Reprints/icer24-debuggingCourseware-chatterjee.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="1c9ceeaa-7bd7-4793-90cc-7c3c8e9239c6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="1c9ceeaa-7bd7-4793-90cc-7c3c8e9239c6">Debugging with an AI Tutor: Investigating Novice Help-seeking Behaviors and Perceived Learning</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/stephanieyang" class="navigate">Stephanie Yang</a>, <a href="https://icer2024.acm.org/profile/hanzhangzhao" class="navigate">Hanzhang Zhao</a>, <a href="https://icer2024.acm.org/profile/yudianxu" class="navigate">Yudian Xu</a>, <a href="https://icer2024.acm.org/profile/karenbrennan" class="navigate">Karen Brennan</a>, <a href="https://icer2024.acm.org/profile/bertrandschneider" class="navigate">Bertrand Schneider</a></div></td></tr><tr><td><span data-event-star="5181ad37-4784-455a-a6b6-4928b13967b3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="5181ad37-4784-455a-a6b6-4928b13967b3">Distractors Make You Pay Attention: Investigating the Learning Outcomes of Including Distractor Blocks in Parsons Problems</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/davidsmith1" class="navigate">David Smith</a>, <a href="https://icer2024.acm.org/profile/sethpoulsen1" class="navigate">Seth Poulsen</a>, <a href="https://icer2024.acm.org/profile/chinnyemeka" class="navigate">Chinny Emeka</a>, <a href="https://icer2024.acm.org/profile/zihanwu" class="navigate">Zihan Wu</a>, <a href="https://icer2024.acm.org/profile/carlhaynesmagyar" class="navigate">Carl Haynes-Magyar</a>, <a href="https://icer2024.acm.org/profile/craigzilles" class="navigate">Craig Zilles</a></div></td></tr><tr><td><span data-event-star="574f5d3e-d7a0-4382-8150-cd2e793a7dc0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="574f5d3e-d7a0-4382-8150-cd2e793a7dc0">Evaluating Contextually Personalized Programming Exercises Created with Generative AI</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/evanfiyalogacheva" class="navigate">Evanfiya Logacheva</a>, <a href="https://icer2024.acm.org/profile/artohellas" class="navigate">Arto Hellas</a>, <a href="https://icer2024.acm.org/profile/jamesprather" class="navigate">James Prather</a>, <a href="https://icer2024.acm.org/profile/samisarsa1" class="navigate">Sami Sarsa</a>, <a href="https://icer2024.acm.org/profile/juholeinonen" class="navigate">Juho Leinonen</a></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671103" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671103" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2407.11994" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="e6f92270-7c4c-4776-ad46-0622ded77964" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e6f92270-7c4c-4776-ad46-0622ded77964">Evaluating Exploratory Reading Groups for Supporting Undergraduate Research Pipelines in Computing</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/davidmtorresmendoza" class="navigate">David M. Torres-Mendoza</a>, <a href="https://icer2024.acm.org/profile/sabakheirinejad" class="navigate">Saba Kheirinejad</a>, <a href="https://icer2024.acm.org/profile/mustafaajmal" class="navigate">Mustafa Ajmal</a>, <a href="https://icer2024.acm.org/profile/ashwinchembu" class="navigate">Ashwin Chembu</a>, <a href="https://icer2024.acm.org/profile/dustinpalea" class="navigate">Dustin Palea</a>, <a href="https://icer2024.acm.org/profile/jimwhitehead" class="navigate">Jim Whitehead</a>, <a href="https://icer2024.acm.org/profile/davidlee" class="navigate">David Lee</a></div></td></tr><tr><td><span data-event-star="92b62b59-29a7-4e65-b32f-b4b77496d857" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="92b62b59-29a7-4e65-b32f-b4b77496d857">Evaluating How Novices Utilize Debuggers and Code Execution to Understand Code</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mohammedhassan" class="navigate">Mohammed Hassan</a>, <a href="https://icer2024.acm.org/profile/gracezeng" class="navigate">Grace Zeng</a>, <a href="https://icer2024.acm.org/profile/craigzilles" class="navigate">Craig Zilles</a></div></td></tr><tr><td><span data-event-star="08f1b915-5c66-494c-a5f1-d53998bed399" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="08f1b915-5c66-494c-a5f1-d53998bed399">Evaluating the Effectiveness of a Testing Checklist Intervention in CS2: An Quasi-experimental Replication Study</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/ginabai" class="navigate">Gina Bai</a>, <a href="https://icer2024.acm.org/profile/zuoxuanjiang" class="navigate">Zuoxuan Jiang</a>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a>, <a href="https://icer2024.acm.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a></div></td></tr><tr><td><span data-event-star="1affcd46-01ea-4b64-b954-0192403b5a10" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="1affcd46-01ea-4b64-b954-0192403b5a10">Exploring the Effects of Grouping by Programming Experience in Q&A Forums</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/naazsibia" class="navigate">Naaz Sibia</a>, <a href="https://icer2024.acm.org/profile/angelazavaletabernuy" class="navigate">Angela Zavaleta Bernuy</a>, <a href="https://icer2024.acm.org/profile/tianavsimovic" class="navigate">Tiana V. Simovic</a>, <a href="https://icer2024.acm.org/profile/chloehuang" class="navigate">Chloe Huang</a>, <a href="https://icer2024.acm.org/profile/yinyuetan" class="navigate">Yinyue Tan</a>, <a href="https://icer2024.acm.org/profile/eunchaeseong" class="navigate">Eunchae Seong</a>, <a href="https://icer2024.acm.org/profile/carolinanobre" class="navigate">Carolina Nobre</a>, <a href="https://icer2024.acm.org/profile/danzingaro" class="navigate">Dan Zingaro</a>, <a href="https://icer2024.acm.org/profile/michaelliut" class="navigate">Michael Liut</a>, <a href="https://icer2024.acm.org/profile/andrewpetersen" class="navigate">Andrew Petersen</a></div></td></tr><tr><td><span data-event-star="ab260f34-f800-4a9f-88f1-3eb0ca3c7e24" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ab260f34-f800-4a9f-88f1-3eb0ca3c7e24">Exploring the Impact of Assessment Policies on Marginalized Students' Experiences in Post-Secondary Programming Courses</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/emansherif" class="navigate">Eman Sherif</a>, <a href="https://icer2024.acm.org/profile/jayneeverson" class="navigate">Jayne Everson</a>, <a href="https://icer2024.acm.org/profile/megumikivuva" class="navigate">Megumi Kivuva</a>, <a href="https://icer2024.acm.org/profile/marakirdaniryan" class="navigate">Mara Kirdani-Ryan</a>, <a href="https://icer2024.acm.org/profile/amyko" class="navigate">Amy Ko</a></div></td></tr><tr><td><span data-event-star="6c300add-9506-4d0a-8e63-d94c18afde9f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="6c300add-9506-4d0a-8e63-d94c18afde9f">Exploring the Interplay of Metacognition, Affect, and Behaviors in an Introductory Computer Science Course for Non-Majors</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/yinmiaoli1" class="navigate">Yinmiao Li</a>, <a href="https://icer2024.acm.org/profile/melissachen1" class="navigate">Melissa Chen</a>, <a href="https://icer2024.acm.org/profile/aysehunt" class="navigate">Ayse Hunt</a>, <a href="https://icer2024.acm.org/profile/haoqizhang" class="navigate">Haoqi Zhang</a>, <a href="https://icer2024.acm.org/profile/eleanororourke1" class="navigate">Eleanor O'Rourke</a></div></td></tr><tr><td><span data-event-star="17a37cda-c136-4279-94af-ca499003bcf3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="17a37cda-c136-4279-94af-ca499003bcf3">Influence of Personality Traits on Plagiarism Through Collusion in Programming Assignments</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/parthasarathypd" class="navigate">Parthasarathy PD</a>, <a href="https://icer2024.acm.org/profile/ishaankapoor" class="navigate">Ishaan Kapoor</a>, <a href="https://icer2024.acm.org/profile/swaroopjoshi" class="navigate">Swaroop Joshi</a>, <a href="https://icer2024.acm.org/profile/sujiththomas" class="navigate">Sujith Thomas</a></div></td></tr><tr><td><span data-event-star="731a6e84-f42e-4405-b524-6134d44124ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="731a6e84-f42e-4405-b524-6134d44124ac">Insights from Social Shaping Theory: The Appropriation of Large Language Models in an Undergraduate Programming Course</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/aadarshpadiyath" class="navigate">Aadarsh Padiyath</a>, <a href="https://icer2024.acm.org/profile/xinyinghou" class="navigate">Xinying Hou</a>, <a href="https://icer2024.acm.org/profile/amypang" class="navigate">Amy Pang</a>, <a href="https://icer2024.acm.org/profile/diegoviramontesvargas" class="navigate">Diego Viramontes Vargas</a>, <a href="https://icer2024.acm.org/profile/xingjiangu1" class="navigate">Xingjian Gu</a>, <a href="https://icer2024.acm.org/profile/tamaranelsonfromm" class="navigate">Tamara Nelson-Fromm</a>, <a href="https://icer2024.acm.org/profile/zihanwu" class="navigate">Zihan Wu</a>, <a href="https://icer2024.acm.org/profile/markguzdial" class="navigate">Mark Guzdial</a>, <a href="https://icer2024.acm.org/profile/barbaraericson" class="navigate">Barbara Ericson</a></div><a href="https://arxiv.org/abs/2406.06451" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="3f9cdf83-fcc1-439f-b1c4-93006ef1a6b8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="3f9cdf83-fcc1-439f-b1c4-93006ef1a6b8">Instructional Transparency: Just to Be Clear, It's a Good Thing</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/vidushiojha" class="navigate">Vidushi Ojha</a>, <a href="https://icer2024.acm.org/profile/andreawatkins" class="navigate">Andrea Watkins</a>, <a href="https://icer2024.acm.org/profile/christopherperdriau1" class="navigate">Christopher Perdriau</a>, <a href="https://icer2024.acm.org/profile/kathleenisenegger" class="navigate">Kathleen Isenegger</a>, <a href="https://icer2024.acm.org/profile/colleenlewis" class="navigate">Colleen M. Lewis</a></div></td></tr><tr><td><span data-event-star="8da9b28f-84ef-4399-9daa-f4fa39c9bbb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="8da9b28f-84ef-4399-9daa-f4fa39c9bbb3">Integrating Philosophy Teaching Perspectives to Foster Adolescents' Ethical Sensemaking of Computing Technologies</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/rotemlandesman" class="navigate">Rotem Landesman</a>, <a href="https://icer2024.acm.org/profile/jeansalac" class="navigate">Jean Salac</a>, <a href="https://icer2024.acm.org/profile/jaredordonalim" class="navigate">Jared Ordona Lim</a>, <a href="https://icer2024.acm.org/profile/amyko" class="navigate">Amy Ko</a></div></td></tr><tr><td><span data-event-star="f2dec4d7-f19f-41a1-ae6f-41673600cfa8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="f2dec4d7-f19f-41a1-ae6f-41673600cfa8">"In the Beginning, I Couldn't Necessarily Do Anything With It": Links Between Compiler Error Messages and Sense of Belonging</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/majadornbusch" class="navigate">Maja Dornbusch</a>, <a href="https://icer2024.acm.org/profile/janvahrenhold" class="navigate">Jan Vahrenhold</a></div><a href="https://dx.doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr><td><span data-event-star="ee3e9399-1ced-41be-8cee-0bc4247df4bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ee3e9399-1ced-41be-8cee-0bc4247df4bd">Invisible Women in IT: Examining Gender Representation in K-12 ICT Teaching Materials</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/melissaheghmarcher" class="navigate">Melissa Høegh Marcher</a>, <a href="https://icer2024.acm.org/profile/ingridmariachristensen" class="navigate">Ingrid Maria Christensen</a>, <a href="https://icer2024.acm.org/profile/nannainie" class="navigate">Nanna Inie</a>, <a href="https://icer2024.acm.org/profile/clausbrabrand" class="navigate">Claus Brabrand</a></div></td></tr><tr><td><span data-event-star="c3e6388f-a8b1-4329-8121-e7511a9f643f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="c3e6388f-a8b1-4329-8121-e7511a9f643f">"It's Not Exactly Meant to Be Realistic": Student Perspectives on the Role of Ethics In Computing Group Projects</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/michelletran" class="navigate">Michelle Tran</a>, <a href="https://icer2024.acm.org/profile/caseyfiesler" class="navigate">Casey Fiesler</a></div></td></tr><tr><td><span data-event-star="de265ff0-e74c-408f-ba9c-8a4741886157" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="de265ff0-e74c-408f-ba9c-8a4741886157">Layering Sociotechnical Cybersecurity Concepts Within Project-Based Learning</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/brandtredd" class="navigate">Brandt Redd</a>, <a href="https://icer2024.acm.org/profile/yingtang" class="navigate">Ying Tang</a>, <a href="https://icer2024.acm.org/profile/hadarziv" class="navigate">Hadar Ziv</a>, <a href="https://icer2024.acm.org/profile/sameerpatil" class="navigate">Sameer Patil</a></div><a href="https://doi.org/10.1145/3632620.3671093" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671093" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr><td><span data-event-star="c17d6de7-2475-4ab2-a8da-2e0c093e1bf3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="c17d6de7-2475-4ab2-a8da-2e0c093e1bf3">Learning an Explanatory Model of Data-Driven Technologies can Lead to Empowered Behavior: A Mixed-Methods Study in K-12 Computing Education</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/lukashoper" class="navigate">Lukas Höper</a>, <a href="https://icer2024.acm.org/profile/carstenschulte" class="navigate">Carsten Schulte</a>, <a href="https://icer2024.acm.org/profile/andreasmuhling" class="navigate">Andreas Mühling</a></div></td></tr><tr><td><span data-event-star="ae1b758d-c910-4218-94a1-a248c4be6aa5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ae1b758d-c910-4218-94a1-a248c4be6aa5">Overcoming Barriers in Scaling Computing Education Research Programming Tools: A Developer’s Perspective</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/keithtran1" class="navigate">Keith Tran</a>, <a href="https://icer2024.acm.org/profile/johnbacher" class="navigate">John Bacher</a>, <a href="https://icer2024.acm.org/profile/yangshi2" class="navigate">Yang Shi</a>, <a href="https://icer2024.acm.org/profile/jamesskripchuk" class="navigate">James Skripchuk</a>, <a href="https://icer2024.acm.org/profile/thomasprice" class="navigate">Thomas Price</a></div></td></tr><tr><td><span data-event-star="4afec82e-a6b0-4602-86a9-49c053b5d6e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="4afec82e-a6b0-4602-86a9-49c053b5d6e3">Perpetual Teaching Across Temporary Places: Conditions, Motivations, and Practices of Media Artists Teaching Computing Workshops</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/alicechung" class="navigate">Alice Chung</a>, <a href="https://icer2024.acm.org/profile/philipguo2" class="navigate">Philip Guo</a></div><a href="https://pg.ucsd.edu/publications/new-media-artists-teaching-computing_ICER-2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="16f22463-68c6-40b4-b1d5-aa29e3a7f6a0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="16f22463-68c6-40b4-b1d5-aa29e3a7f6a0">Probeable Problems for Beginner-level Programming-with-AI Contests</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mrigankpawagi" class="navigate">Mrigank Pawagi</a>, <a href="https://icer2024.acm.org/profile/virajkumar1" class="navigate">Viraj Kumar</a></div><a href="https://arxiv.org/abs/2405.15123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="8112297e-119c-4273-8372-e9c98fdda5c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="8112297e-119c-4273-8372-e9c98fdda5c0">Profiling Conversational Programmers at University: Insights into their Motivations and Goals from a Broad Sample of Non-Majors</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jinyounghur" class="navigate">Jinyoung Hur</a>, <a href="https://icer2024.acm.org/profile/kathryncunningham" class="navigate">Kathryn Cunningham</a></div><a href="https://doi.org/10.1145/3632620.3671123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://trailslab.web.illinois.edu/pubs/ICER2024_JH_Profiling_CPs_Full_Paper.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="9e9cb077-6785-43f7-ad97-79bfc3bca5e5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9e9cb077-6785-43f7-ad97-79bfc3bca5e5">Regulation, Self-Efficacy, and Participation in CS1 Group Work</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/carolinwortmann" class="navigate">Carolin Wortmann</a>, <a href="https://icer2024.acm.org/profile/janvahrenhold" class="navigate">Jan Vahrenhold</a></div><a href="https://dx.doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671105" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr><td><span data-event-star="cade9171-aee2-49b2-bc64-87731ca7de0e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="cade9171-aee2-49b2-bc64-87731ca7de0e">Scaffolding Novices: Analyzing When and How Parsons Problems Impact Novice Programming in an Integrated Science Assignment</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/benyamintabarsi" class="navigate">Benyamin Tabarsi</a>, <a href="https://icer2024.acm.org/profile/heidireichert" class="navigate">Heidi Reichert</a>, <a href="https://icer2024.acm.org/profile/nicholaslytle2" class="navigate">Nicholas Lytle</a>, <a href="https://icer2024.acm.org/profile/veronicacatete" class="navigate">Veronica Catete</a>, <a href="https://icer2024.acm.org/profile/tiffanybarnes" class="navigate">Tiffany Barnes</a></div></td></tr><tr><td><span data-event-star="18089788-ab1e-4caf-81d2-93f71f7c0360" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="18089788-ab1e-4caf-81d2-93f71f7c0360">Seeking Consent for Programming Process Data Collection with Trustee-Based Encryption</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/bjornfischer" class="navigate">Björn Fischer</a>, <a href="https://icer2024.acm.org/profile/beritbarthelmes" class="navigate">Berit Barthelmes</a>, <a href="https://icer2024.acm.org/profile/svenericpanitz" class="navigate">Sven Eric Panitz</a>, <a href="https://icer2024.acm.org/profile/evamariaiwer" class="navigate">Eva-Maria Iwer</a>, <a href="https://icer2024.acm.org/profile/ralfdorner" class="navigate">Ralf Dörner</a></div></td></tr><tr><td><span data-event-star="99e434b0-780d-4a87-844e-cc75d3c9c20e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="99e434b0-780d-4a87-844e-cc75d3c9c20e">Students Struggle with Concepts in Dijkstra’s Algorithm</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/artturitilantera" class="navigate">Artturi Tilanterä</a>, <a href="https://icer2024.acm.org/profile/juhasorva" class="navigate">Juha Sorva</a>, <a href="https://icer2024.acm.org/profile/ottoseppala" class="navigate">Otto Seppälä</a>, <a href="https://icer2024.acm.org/profile/ariarchiekorhonen" class="navigate">Ari (Archie) Korhonen</a></div></td></tr><tr><td><span data-event-star="6faef98d-c8b1-44c5-a099-ab616294acfe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="6faef98d-c8b1-44c5-a099-ab616294acfe">Teaching Digital Accessibility in Computing Education: Views of Educators in India</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/parthasarathypd" class="navigate">Parthasarathy PD</a>, <a href="https://icer2024.acm.org/profile/swaroopjoshi" class="navigate">Swaroop Joshi</a></div></td></tr><tr><td><span data-event-star="34232d2f-d327-4417-8d49-a02ebd2456e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="34232d2f-d327-4417-8d49-a02ebd2456e4">The Trees in the Forest: Characterizing Computing Students' Individual Help-Seeking Approaches</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/shaohengko" class="navigate">Shao-Heng Ko</a>, <a href="https://icer2024.acm.org/profile/kristinstephensmartinez" class="navigate">Kristin Stephens-Martinez</a></div></td></tr><tr><td><span data-event-star="9b7f35c8-44ac-407a-a550-06309df2c465" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9b7f35c8-44ac-407a-a550-06309df2c465">The Widening Gap: The Benefits and Harms of Generative AI for Novice Programmers</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/jamesprather" class="navigate">James Prather</a>, <a href="https://icer2024.acm.org/profile/brentreeves" class="navigate">Brent Reeves</a>, <a href="https://icer2024.acm.org/profile/juholeinonen" class="navigate">Juho Leinonen</a>, <a href="https://icer2024.acm.org/profile/stephenmacneil" class="navigate">Stephen MacNeil</a>, <a href="https://icer2024.acm.org/profile/arisoarandrianasolo" class="navigate">Arisoa Randrianasolo</a>, <a href="https://icer2024.acm.org/profile/brettbecker" class="navigate">Brett Becker</a>, <a href="https://icer2024.acm.org/profile/baileykimmel" class="navigate">Bailey Kimmel</a>, <a href="https://icer2024.acm.org/profile/jaredwright" class="navigate">Jared Wright</a>, <a href="https://icer2024.acm.org/profile/benbriggs" class="navigate">Ben Briggs</a></div><a href="https://dl.acm.org/doi/10.1145/3632620.3671116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3632620.3671116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2405.17739" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="36a9c216-e023-4748-8aec-fa0cfa768117" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="36a9c216-e023-4748-8aec-fa0cfa768117">Understanding the Reasoning Behind Students' Self-Assessments of Ability in Introductory Computer Science Courses</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/melissachen1" class="navigate">Melissa Chen</a>, <a href="https://icer2024.acm.org/profile/yinmiaoli1" class="navigate">Yinmiao Li</a>, <a href="https://icer2024.acm.org/profile/eleanororourke1" class="navigate">Eleanor O'Rourke</a></div></td></tr><tr><td><span data-event-star="a22304da-76ae-4704-8022-65c8f7bb5819" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="a22304da-76ae-4704-8022-65c8f7bb5819">Using Benchmarking Infrastructure to Evaluate LLM Performance on CS Concept Inventories: Challenges, Opportunities, and Critiques</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/murtazaali" class="navigate">Murtaza Ali</a>, <a href="https://icer2024.acm.org/profile/prernarao" class="navigate">Prerna Rao</a>, <a href="https://icer2024.acm.org/profile/yifanmai" class="navigate">Yifan Mai</a>, <a href="https://icer2024.acm.org/profile/benjaminxie1" class="navigate">Benjamin Xie</a></div><a href="https://doi.org/10.1145/3632620.3671097" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.benjixie.com/publication/icer-2024/icer-2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="187f60e3-675e-4935-8282-6c3fc53c42ae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="187f60e3-675e-4935-8282-6c3fc53c42ae">Validating, Refining, and Identifying Programming Plans Using Learning Curve Analysis on Code Writing Data</a><div class="prog-track">Research Papers</div><div class="performers"><a href="https://icer2024.acm.org/profile/mehmetarifdemirtas1" class="navigate">Mehmet Arif Demirtas</a>, <a href="https://icer2024.acm.org/profile/maxfowler" class="navigate">Max Fowler</a>, <a href="https://icer2024.acm.org/profile/nicolehu" class="navigate">Nicole Hu</a>, <a href="https://icer2024.acm.org/profile/kathryncunningham" class="navigate">Kathryn Cunningham</a></div><a href="https://doi.org/10.1145/3632620.3671120" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://trailslab.web.illinois.edu/pubs/ICER2024_ValidatingPlanswithLCA.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div id="Call-for-Papers" class="tab-pane "><h2>Call for Papers</h2><p><h3><a href="#aims-and-scope" id="aims-and-scope" class="anchor-link">Aims and Scope</a></h3> <p>The 20th annual ACM Conference on International Computing Education Research (ICER) aims to gather high-quality contributions to the Computing Education Research discipline. The “Research Papers” track invites submissions describing original research results related to any aspect of teaching and learning computing, from introductory through advanced material. Submissions are welcome from across the research methods used in Computing Education Research and related fields. Each contribution will be assessed based on:</p> <ul> <li>the appropriateness and soundness of its methods</li> <li>its relevance to teaching or learning computing, and</li> <li>the depth of its contribution to the community’s understanding of the question at hand.</li> </ul> <p>Research areas of particular interest include:</p> <ul> <li>design-based research, learner-centered design, and evaluation of educational technology supporting computing knowledge or skills development,</li> <li>discipline based education research (DBER) about computing, computer science, and related disciplines,</li> <li>informal learning experiences related to programming and software development (all ages), ranging from after-school programs for children, to end-user development communities, to workplace training of computing professionals,</li> <li>learnability of programming languages and tools for learning programming and computing concepts,</li> <li>learning analytics and educational data mining in computing education contexts,</li> <li>learning sciences work in the computing content domain,</li> <li>measurement instrument development and validation (e.g., concept inventories, attitudes scales, etc) for use in computing disciplines,</li> <li>pedagogical environments fostering computational thinking,</li> <li>psychology of programming,</li> <li>rigorous replication of empirical work, relevant to computing education, to compare with or extend previous empirical research results,</li> <li>professional development for computing educators at all levels.</li> </ul> <p>While this above list is non-exclusive, authors are also invited to consider the call for papers for the “Lightning Talks & Posters” and “Work-in-Progress” tracks if in doubt about the suitability of their work for this track.</p> <p>Please see the <a href="/track/icer-2024-papers#Submission-Instructions">Submission Instructions</a> for details on how to prepare your submission. It includes links to the relevant ACM policies including the <a href="https://www.acm.org/publications/policies/plagiarism-overview">ACM Policy on Plagiarism, Misrepresentation, and Falsification</a> as well as the <a href="https://www.acm.org/publications/policies/research-involving-human-participants-and-subjects">ACM Publications Policy on Research Involving Human Participants and Subjects.</a></p> <p>All questions about this call should go to the ICER 2024 program committee chairs at <a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a>.</p> <h3><a href="#important-dates" id="important-dates" class="anchor-link">Important Dates</a></h3> <p>All submission deadlines are “anywhere on Earth” (AoE, UTC-12).</p> <table> <thead> <tr><th> What </th><th> When </th></tr> </thead> <tbody> <tr><td> Titles, abstracts, and authors due. (The chairs will use this information to assign papers to PC members.) </td><td> Friday, March 22nd, 2024 </td></tr> <tr><td> Full paper submission deadline </td><td>Friday, March 29th, 2024 </td></tr> <tr><td> Decisions announced </td><td> Tuesday, May 21st, 2024 </td></tr> <tr><td> “Conditional Accept” revisions due </td><td> Thursday, May 30th, 2024 </td></tr> <tr><td> “Conditional Accept” revisions approval notification </td><td> Thursday, June 6th, 2024 </td></tr> <tr><td> Final versions due to TAPS </td><td> Wednesday, June 12th, 2024 </td></tr> <tr><td> Published in the ACM Digital Library </td><td> The official publication date is the date the proceedings are made available in the ACM Digital Library. This date will be the first day of the conference. The official publication date may affect the deadline for any patent filings related to published work. </td></tr> </tbody> </table> </p></div><div id="Submission-Instructions" class="tab-pane "><div class="page-header"><h1>Submission Instructions</h1></div><h3><a href="#submission-process" id="submission-process" class="anchor-link">Submission Process</a></h3> <p>Submit at the <a href="https://icer2024.hotcrp.com">ICER 2024 HotCRP site</a>.</p> <p>When you submit the abstract or full version ready for review, you need to perform the following actions:</p> <ul> <li> <p>Check the checkbox “ready for review” at the bottom of the submission form. (Otherwise it will be marked as a draft).</p> </li> <li> <p>Check the checkbox “I have read and understood the <a href="https://www.acm.org/publications/policies/research-involving-human-participants-and-subjects">ACM Publications Policy on Research Involving Human Participants and Subjects</a>”. Note: “Where such research is conducted in countries where no such local governing laws and regulations related to human participant and subject research exist, Authors must at a bare minimum be prepared to show compliance with the above detailed principles.”</p> </li> <li> <p>Check the checkbox “I have read and understood the <a href="https://www.acm.org/publications/policies/plagiarism-overview">ACM Policy on Plagiarism, Misrepresentation, and Falsification</a>; in particular, no version of this work is under submission elsewhere.”. Make sure to disclose possible overlap with your own previous work (“redundant publication”) to the <a href="mailto:pc-chairs@icer.acm.org">ICER Program Committee co-chairs</a>.</p> </li> <li> <p>Check the checkbox “I have read and understood the ICER Anonymization Policy” (see below).</p> </li> </ul> <h3><a href="#icer-anonymization-policy" id="icer-anonymization-policy" class="anchor-link">ICER Anonymization Policy</a></h3> <p>ICER research paper submissions will be reviewed using a double-anonymous process: the authors do not know the identity of the reviewers and the reviewers do not know the identity of the authors. To ensure this:</p> <ul> <li> <p>Avoid titles that indicate a clearly identifiable research project.</p> </li> <li> <p>Remove author names and affiliations. (If you are using LaTeX, you can start your document declaration with <code>\documentclass[manuscript,review,anonymous]{acmart}</code> to easily anonymize these.</p> </li> <li> <p>Avoid referring to yourself when citing your own work.</p> </li> <li> <p>Redact (just for review) portions of positionality statements that would identify you within the community (perhaps due to demographics shared by few others).</p> </li> <li> <p>Avoid references to your affiliation. For example, rather than referring to your actual university, you might write “A Large Metropolitan University (ALMU)” rather than “Auckland University of Technology (AUT)”.</p> </li> <li> <p>Redact any other identifying information such as contributors, course numbers, IRB names and numbers, grant titles and numbers, from the main text and the acknowledgements.</p> </li> <li> <p>Omit author details from the PDF you generate, such as author name or the name of the source document. These are often automatically inserted into exported PDFs, so be sure to check your PDF before submission.</p> </li> </ul> <p>Do not simply cover identifying details with a black box, as the text can easily be seen from under the box by dragging the cursor over it, and will still be read by screen readers.</p> <p><strong>Work that is not sufficiently anonymized will be desk-rejected by the PC chairs without offering an option to redact and resubmit.</strong></p> <h3><a href="#authoring-guidelines" id="authoring-guidelines" class="anchor-link">Authoring Guidelines</a></h3> <p>The ICER conference maintains an evolving <a href="https://docs.google.com/document/d/15F7T0J4_YkVplAvgF5zF4FtaA35s9GY--ZFNJhyybHk/">author guide</a>, full of recommendations about scope, statistics, qualitative methods, theory, and other concerns that may arise when drafting your submission. These guidelines are a ground truth for reviewers; study them closely as you plan your research and prepare your submission.</p> <h3><a href="#conflict-of-interests" id="conflict-of-interests" class="anchor-link">Conflict of Interests</a></h3> <p>The <a href="https://sigcse.org/policies/COI.html">SIGCSE Conflict of Interest policy</a> applies to all submissions. You can review how conflicts will be managed by consulting our <a href="https://docs.google.com/presentation/d/1rs9DREfWH6ok4UKxBbSJQ3A2OhRRQlKGZTAOXxcxSps/edit#slide=id.gc6f980f91_0_0">reviewer training</a>, which details our review process.</p> <h3><a href="#submission-format-and-publication-workflow" id="submission-format-and-publication-workflow" class="anchor-link">Submission Format and Publication Workflow</a></h3> <p>Papers submitted to the research track of ICER 2023 have to be prepared according to the <a href="https://www.acm.org/publications/taps/word-template-workflow">ACM TAPS workflow system</a>. Read this page carefully to understand the new workflow.</p> <p>Starting in 2021, ICER switched to a publication format (called TAPS) that separates content from presentation in support of accessibility. This means that the submission format and the publication format differ. For submission, we standardize on a single-column presentation.</p> <ul> <li>The <strong>submission</strong> template is either the single column Word Submission Template or the single column LaTeX (using the “manuscript,review,anonymous” style available in template, which you can see an example of in the <code>sample-manuscript.tex</code> example in the LaTeX master template samples). Reviewers will review in this single column format. You can download these templates on the <a href="https://www.acm.org/publications/taps/word-template-workflow">ACM Master Article Templates</a> page</li> <li>The <strong>publication</strong> template is either the single column Word Submission Template or LaTeX template using “sigconf” style in acmart. You can download the templates on the <a href="https://www.acm.org/publications/taps/word-template-workflow">ACM TAPS workflow page</a> page, where you can also see example papers using the TAPS-compatible Word and LaTeX templates. If your paper is accepted, you will use the TAPS system to generate your final publication outputs. This will involve more than just submitting a PDF, requiring you to instead submit your Word or LaTeX source files and fix any errors in your source before the final version deadline listed above. The final published versions will be the ACM two-column conference PDF format (as well as XML, HTML, and ePub formats in the future).</li> </ul> <p>For LaTeX users, be aware that there is a <a href="https://www.acm.org/publications/taps/accepted-latex-packages">list of approved LaTeX packages</a> for use with ACM TAPS. Not all packages are allowed.</p> <p>This separation of submission and publication format results in several benefits:</p> <ul> <li>Improved quality of paper metadata, improving ACM Digital Library search.</li> <li>Multiple paper output formats, including PDFs, responsive HTML5, XML, and ePub.</li> <li>Improved accessibility of paper content for people with disabilities.</li> <li>Streamlined publication timelines.</li> </ul> <h4><a href="#submission-length" id="submission-length" class="anchor-link">Submission Length</a></h4> <p>Authors may submit papers up to 11,000 words in length, excluding acknowledgements, references, figures, but including all other text, including tables. To clarify, “all other text” does include appendices. ICER papers must be self-contained in the sense that reviewers can assess the contribution without referring to any external material. Appendices in the submitted PDF are considered to be part of the main text and thus are subject to the word count. If authors want to provide additional material, e.g., codebooks, they must do so in an anonymized way via an external web resource of their choice; reviewers will neither be required nor asked, however, to consult such resources when assessing a paper’s contribution. The PC chairs will use the following procedures for counting words for TAPS approved formats:</p> <ul> <li>For papers written in the Microsoft Word template, Word’s built-in word-count mechanism will be used, selecting all text except acknowledgements and references.</li> <li>For papers written in the LaTeX template, the document will be converted to plain text using the “ExtractText” functionality of the Apache pdfbox suite (see <a href="https://pdfbox.apache.org/2.0/commandline.html">here</a>) and then post processed with a standard command-line word count tool (“wc -w”, to be precise). Line numbers added by the “review” class option for LaTeX will be removed prior to counting by using “grep -v -E ‘^[0-9]+$’” (thanks to N. Brown for this). <ul> <li>We acknowledge that many authors may want to use Overleaf to avoid dealing with command-line tools and, consequently, may be less enthusiastic about using another command-line tool for assessing the word count. As it is configured by default, Overleaf does not count text in tables, captions, and math formula and, thus, is very likely to significantly underestimate the number obtained through the tool described above. To obtain a more realistic word count during the writing of the manuscript, authors need to take these additional steps: <ul> <li>Add the following lines at the very beginning of your Overleaf LaTeX document:</li> </ul> <pre><code>%TC:macro \cite [option:text,text] %TC:macro \citep [option:text,text] %TC:macro \citet [option:text,text] %TC:envir table 0 1 %TC:envir table* 0 1 %TC:envir tabular [ignore] word %TC:envir displaymath 0 word %TC:envir math 0 word %TC:envir comment 0 0 </code></pre> <ul> <li>Make sure to write math formulae delimited by <code>\begin{math} \end{math}</code> for in-line math and <code>\begin{displaymath} \end{displaymath}</code> for equations. Do not use dollar signs or <code>\[ \]</code>; these will result in Overleaf not counting math tokens (unlike Word and pdfbox) and thus underestimate your word count.</li> </ul> </li> <li>The above flags will ensure that in-text citations, tables, and math formulae will be counted but that comments will be ignored.</li> <li>The above flags do not cover more advanced LaTeX environments, so if authors use such environments, they should interpret the Overleaf word count with care (then again, if authors know how to work with such environments it is very reasonable to assume that they also know how to work with command-line tools such as pdfbox).</li> <li>Authors relying on Overleaf word count should be advised that the submission chairs will not have access to the source files and cannot re-run or verify any counting mechanism done by the submitting authors. To provide a fair treatment across all submission types, only the approved tools mentioned above will be used for word count. That said, submission chairs will operate under a <em>bona fide</em> assumption when it comes to extreme borderline cases.</li> </ul> </li> <li> <p>Papers in either format may not use figures to render text in ways that work around the word count limit; papers abusing figures in this way will be desk-rejected.</p> </li> </ul> <p>A paper under the word count limit with either of the above approved tools is acceptable. The submissions chairs will evaluate each submission using the procedures above, notify the PC chairs of papers exceeding the limit, and desk-reject any papers that do.</p> <p>We expect papers to vary in word count. Abstracts may vary in length, less than 300 words is a good guideline for conciseness. Submission length should be commensurate with its contributions; we expect most papers to be less than 9,000 words according to the rules above, though some may use up to the limit in order to convey details authors deem necessary to evaluate the work. Papers may be judged as too long if they are repetitive, verbose, violate formatting rules, or use figures to save on word count. Papers may be judged as too short if they omit critical details or ignore relevant prior work. See the <a href="https://docs.google.com/presentation/d/1rs9DREfWH6ok4UKxBbSJQ3A2OhRRQlKGZTAOXxcxSps/edit#slide=id.gc6f980f91_0_0">reviewer training</a> for more on how reviewers will be instructed to assess conciseness.</p> <p>All of the procedures above, and the TAPS workflow, will likely undergo continued iteration in partnership with ACM, the ICER Steering Committee, and the SIGCSE board. Notify the chairs of questions, edge cases, and other concerns to help improve this new workflow.</p> <h3><a href="#acceptance-and-conditional-acceptance" id="acceptance-and-conditional-acceptance" class="anchor-link">Acceptance and Conditional Acceptance</a></h3> <p>All papers recommended for acceptance after the Senior PC meetings are either accepted or conditionally accepted. For accepted papers, there is no resubmission required other than the final camera-ready version. For conditionally-accepted papers, meta-reviews will indicate one or more minor revisions that are necessary for final acceptance; authors are responsible for submitting these revisions to HotCRP prior to the “Conditional Accept revisions due” deadline in the Call for Papers. The Senior PC and Program Chairs will review the final revisions; if they are acceptable, the paper will be officially accepted, and authors will have one week to submit an approved camera-ready version to TAPS for publication. If the Senior PC and Program Chairs judge that the request for revisions were not suitably addressed, the paper will be rejected.</p> <p>Because the turnaround time for conditional acceptance is only one week, requested revisions will necessarily be minor: they may include presentation issues or requests for added clarity or details helpful for future readers of the archived paper. New results, new methodological details that change the interpretation of the results, or other substantially new content will neither be asked for nor allowed to be added.</p> <h3><a href="#kudos" id="kudos" class="anchor-link">Kudos</a></h3> <p>After a paper has been accepted and uploaded into the ACM Digital Library, authors will receive an invitation from Kudos to create an account and add plain-language text into Kudos on its platform. The Kudos “Shareable PDF” integration with ACM will then allow an author to generate a PDF to upload to websites, such as author homepages, institutional repositories, and preprint services, such as ArXiv. This PDF contains the author’s plain-text summary of the paper as well as a link to the full-text version of an article in the ACM Digital Library, adding to the DL download and citation counts there, as well as adding views from other platforms to the author’s Kudos dashboard.</p> <p>Using Kudos is entirely optional. Authors may also use the other <a href="https://authors.acm.org/author-resources/author-rights">ACM copyright options</a> to share their work (retaining copyright, paying for open access, etc.).</p> <h3><a href="#acm-publications-policy" id="acm-publications-policy" class="anchor-link">ACM Publications Policy</a></h3> <p>By submitting your article to an ACM Publication, you are hereby acknowledging that you and your co-authors are subject to all <a href="https://www.acm.org/publications/policies">ACM Publications Policies</a>, including ACM’s new <a href="https://www.acm.org/publications/policies/research-involving-human-participants-and-subjects">Publications Policy on Research Involving Human Participants and Subjects</a>. Alleged violations of this policy or any ACM Publications Policy will be investigated by ACM and may result in a full retraction of your paper, in addition to other potential penalties, as per ACM Publications Policy.</p> <p>Please ensure that you and your co-authors <a href="https://orcid.org/register">obtain an ORCID ID</a>, so you can complete the publishing process for your accepted paper. ACM has been involved in ORCID from the start and we have recently made a <a href="https://authors.acm.org/author-resources/orcid-faqs">commitment to collect ORCID IDs from all of our published authors</a>. We are committed to improve author discoverability, ensure proper attribution and contribute to ongoing community efforts around name normalization; your ORCID ID will help in these efforts.</p> </div><div id="Author-Guidelines" class="tab-pane "><div class="page-header"><h1>Author Guidelines</h1></div><p>If you are reading this page, you are probably considering submitting to ICER. Congratulations! We are excited to review your work. Whether your research is just starting or nearly finished, this guide is intended to help authors meet the expectations of the computing education research community. It reflects a community-wide perspective on what constitutes rigorous research on the teaching and learning of computing.</p> <p>Read on for our community’s current guidelines, and if you like, read our <a href="/track/icer-2022-papers#Reviewer-Guidelines">reviewer guidelines</a> to understand our review process and review criteria.</p> <h3><a href="#whats-in-scope-at-icer" id="whats-in-scope-at-icer" class="anchor-link">What’s in scope at ICER?</a></h3> <p>ICER’s goal is to be an inclusive conference, both with respect to epistemology (how we know we know things) and with respect to phenomena (who is learning and in what context). Therefore, any research related to the teaching and learning of computing is in scope, using any definition of computing, and using any methods. We particularly encourage work that goes beyond the community’s past focus on introductory programming courses in post-secondary education: such as work on primary and secondary education, work on more advanced computing concepts, informal learning in any setting or learning amongst adults. (However, note that simply using computing technology to perform research in an educational setting is not in itself enough, the focus must be on the teaching or learning of computing topics.) If you have not seen a particular topic published on a topic at ICER, or you have not seen a particular method be used, that is okay. We value new topics, new methods, new perspectives, and new ideas, just as much as more broadly accepted ones.</p> <p>That said, under the current review process, we cannot promise that we have recruited all the necessary expertise to our program committee to fairly review your work. Check who is on the program committee this year, and if you do not see a lot of expertise on your methods or phenomena, make sure your submission spends a bit of extra time explaining theories or methods that reviewers are unlikely to know. If you have any questions regarding this, email the program chairs (<a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a>).</p> <p>Note that we used the word “research” above. Research is hard to define, but we can say that ICER is not a place to submit practical descriptions of courses, curriculum, or instruction materials you want to share. If you’re looking to share your experiences at a conference, consider submitting to the SIGCSE Technical Symposium’s Experience Report or Position and Curricula Initiatives tracks. Research, in contrast, should meet the criteria presented throughout this document.</p> <h3><a href="#what-makes-a-good-computing-education-research-paper" id="what-makes-a-good-computing-education-research-paper" class="anchor-link">What makes a good computing education research paper?</a></h3> <p>It’s impossible to anticipate every kind of paper that might be submitted. The current ICER review criteria are listed in the <a href="/track/icer-2022-papers#Reviewer-Guidelines">reviewer guidelines</a>. These will evolve over time as the community grows. There are many other criteria that reviews could discuss in relation to specific types of research contributions, but the criteria listed there are generally inclusive to many epistemologies and contribution types. This includes empirical studies that answer research questions, replicate prior results, or present negative research results as well as other, non-empirical types of research that provide novel or deepened insights into the teaching and learning of computer science content.</p> <h3><a href="#what-prior-work-should-be-cited" id="what-prior-work-should-be-cited" class="anchor-link">What prior work should be cited?</a></h3> <p>As with any research work, your submission should cite all significant publications that are relevant to your research questions. With respect to ICER submissions, this may include not only work that has been published in ACM-affiliated venues like ICER, ITiCSE, SIGCSE, Koli Calling, but also the wide range of conferences and journals in the learning sciences, education, educational psychology, HCI, and software engineering. If you are new to research, consider <a href="https://faculty.washington.edu/ajko/papers/Ko2019StudyDesign.pdf">guides on study design</a> and surveys of prior work like the 2019 <a href="https://dx.doi.org/10.1017/9781108654555">Cambridge Handbook of Computing Education Research</a>, which attempts to survey most of what we know about computing education up to 2018.</p> <p>Papers will be judged on how adequately they are grounded in prior work published across academia. They will also be assessed regarding their accuracy of citing related work: read what you cite closely and ensure the discoveries in published work are supporting your claims; many of the authors of the works you are likely to cite are members of the computing education research community and may be your reviewers. Finally, papers will also be expected to return to prior work in a discussion of a paper’s contributions. All papers should explain how the paper’s contributions advance upon prior work, cause us to reinterpret prior work, or reveal conflicts with prior work.</p> <h3><a href="#how-might-theory-be-used" id="how-might-theory-be-used" class="anchor-link">How might theory be used?</a></h3> <p>Different disciplines across academia vary greatly on how they use and develop theory. At the moment, the position of the community is that theory can be a useful tool for framing research, connecting it to prior work, and interpreting findings. Papers can also contribute new theories, or refine them. However, it may also be possible for papers to be atheoretical, discovering interesting new relationships or interventions that cannot yet be explained. All of these uses of theory are appropriate.</p> <p>It is also possible to misuse theory. Sometimes the theories used are too general for a question, where a theory more specific to computing education might be appropriate. In other cases, a theory might be wrongly applied to some phenomena, or a paper might use a theory that has been discredited. Be careful when using theory to understand its history, its body of evidence in support of and against its claims, and its scope of relevance.</p> <p>Note that our community has discussed the role of theory multiple times, and that conversations about how to use theory are evolving:</p> <ul> <li> <p><a href="https://dl.acm.org/citation.cfm?id=3230992">Nelson and Ko (2018)</a> argued that there are tensions between expectations of theory building and innovative exploration of design ideas, and that our field’s theory building should focus on theories specific to computing education.</p> </li> <li> <p><a href="https://dl.acm.org/citation.cfm?id=3339409">Malmi et al. (2019)</a> found that while computing education researchers have widely cited many dozens of unique theoretical ideas about learning, behavior, beliefs, and other phenomena, the use of theory in the field remains somewhat shallow.</p> </li> <li> <p><a href="https://dl.acm.org/citation.cfm?id=3339400">Kafai et al. (2019)</a> argued that there are many types of theories, and that we should more deeply leverage their explanatory potential, especially theories about the sociocultural and societal factors at play in computing education, not just the cognitive factors.</p> </li> </ul> <p>In addition to using theories when appropriate, ICER encourages the contribution of new theories. There is not a community-level consensus on what constitutes a good theory contribution, but there are <a href="https://dl.acm.org/doi/10.1145/3291279.3339414">examples</a> you might learn from. Papers proposing a new theoretical model should consider including concrete examples of said model.</p> <h3><a href="#how-should-educational-contexts-be-described" id="how-should-educational-contexts-be-described" class="anchor-link">How should educational contexts be described?</a></h3> <p>If you’re reporting empirical work in a specific education context or set of contexts, it is important to remember that our research community is global, and that education systems across the world are structured differently. This is of particular importance when describing research that took place in primary and secondary schools. Keep in mind that not all readers can be familiar with your educational context. Describe the structure of the educational system. Define terminology related to your education system. Characterize who is teaching, and what prior knowledge and preparation they have. When describing learners, at a minimum, describe their gender, race, ethnicity, age, level in school, and prior knowledge (assuming collecting and publishing this type of data is legal in the context in which the study was conducted, see also the <a href="https://www.acm.org/publications/policies/research-involving-human-participants-and-subjects">ACM Publications Policy on Research Involving Human Participants and Subjects</a>). Include information about other structural factors that might affect how the results are interpreted, including whether courses are required or elective, what incentives students have to enrol in courses, how students in courses vary. For authors in the United States, common terminology to avoid include “elementary school”, “middle school”, “high school”, and “college”, which do not have well-defined meanings elsewhere. Use the more common globally inclusive phrases “primary”, “secondary”, and “post-secondary”. Given the broad spectrum of, e.g., introductory computing courses that run under the umbrella of “CS1”, make sure to provide enough information on the course content rather than relying on an assumed shared understanding.</p> <h3><a href="#what-details-should-we-report-about-our-methods" id="what-details-should-we-report-about-our-methods" class="anchor-link">What details should we report about our methods?</a></h3> <p>ICER values a wide range of methods of all kinds, including quantitative, qualitative, design, argumentation, and more. It is critical to describe your methods in detail, both so that reviewers and readers can understand how you arrived at your conclusions, and so they can evaluate the appropriateness of your methods both to the work and, for readers, to their own contexts.</p> <p>Some contributions might benefit from following the Center for Open Science’s <a href="https://cos.io/top/">recommendations</a> to ensure replicable, transparent science. These include practices such as:</p> <ul> <li> <p>Data should be posted to a trusted repository.</p> </li> <li> <p>Data in that repository is properly cited in the paper.</p> </li> <li> <p>Any code used for analysis is posted to a trusted repository.</p> </li> <li> <p>Results are independently reproduced.</p> </li> <li> <p>Materials used for the study are posted to a trusted repository.</p> </li> <li> <p>Studies and their analysis plans are pre-registered prior to being conducted.</p> </li> </ul> <p>Our community is quite far from adopting any of these standards as expectations. Additionally, pursuing many of these goals might impose significant barriers to conducting research ethically, as educational data can often not be sufficiently anonymized to prevent disclosing identity. Therefore, these supplementary materials are not required for review, but we encourage you to include them where feasible and ethical.</p> <p>The ACM has adopted a new policy on <a href="https://www.acm.org/publications/policies/research-involving-human-participants-and-subjects">Research Involving Human Participants and Subjects</a> that requires research to be conducted in accordance with ethical and legal standards. In accordance with the policy, your methods description should briefly describe how these standards were met. This can be as simple as a sentence that your study design was reviewed by a local review board (IRB), or a few sentences with key details if you engaged with human subjects and an IRB review was not appropriate to your context or work. Read the ACM policy for additional details.</p> <h3><a href="#how-should-we-report-statistics" id="how-should-we-report-statistics" class="anchor-link">How should we report statistics?</a></h3> <p>The world is <a href="https://doi.org/10.1080/00031305.2019.1583913">moving beyond p-values</a>, but computing education, like most of academia, still <a href="https://dl.acm.org/citation.cfm?id=3339408">relies on them</a>. When reporting the results of statistical hypothesis tests, it is critical to report:</p> <ul> <li> <p>The <strong>test</strong> used</p> </li> <li> <p>The <strong>rationale</strong> for choosing the test, including a discussion of the data characteristics that allowed this test to be used</p> </li> <li> <p>The <strong>test statistic</strong> computed</p> </li> <li> <p>The <strong>actual p-value</strong> (not just whether it was greater than or less than an arbitrary threshold)</p> </li> <li> <p>An <strong>effect size</strong> and its confidence intervals.</p> </li> </ul> <p>Effect sizes are especially relevant, as they indicate the extent to which something impacts or explains some phenomena in computing education; small effect sizes might not be that significant to learning. The above data should be reported regardless of whether a hypothesis test was significant. Chapters that introduce statistical methods can be found in the <a href="https://dx.doi.org/10.1017/9781108654555">Cambridge Handbook of Computing Education Research</a>.</p> <p>Do not assume that reviewers or future readers have a deep understanding of statistical methods (although they might). If you’re using more advanced or non-standard techniques, justify them in detail, so that the reviewers and future readers understand your choice of methods. We recognize that length limits might prevent a detailed explanation of methods for entirely unfamiliar readers; reviewers are expected to not criticize papers for excluding extensive explanations when there was not space to include them.</p> <h3><a href="#how-should-we-report-on-qualitative-methods" id="how-should-we-report-on-qualitative-methods" class="anchor-link">How should we report on qualitative methods?</a></h3> <p>Best practices in other fields for addressing the reliability of qualitative methods suggest providing detailed arguments and rationale for qualitative approaches and analyses. Some fields that rely on qualitative methods have moved toward a <a href="https://doi.org/10.1023/A:1022908820784">recoverability</a> criterion, which like replicability in quantitative methods, aims to ensure a study’s core methods are available for inspection and interpretation; however, recoverability does not imply repeatability, as qualitative methods rely on interpretation, which may not be repeatable.</p> <p>When qualitative data is counted and used for quantitative methods, authors should report on the inter-rater reliability (IRR) of the qualitative judgements underlying those counts. There are <a href="https://en.wikipedia.org/wiki/Inter-rater_reliability#Kappa_statistics">many ways of calculating inter-rater reliability</a>, each with tradeoffs. However, note that <a href="http://andreaforte.net/McDonald_Reliability_CSCW19.pdf">IRR analysis is not ubiquitous across social sciences</a>, and not always appropriate; authors should make a clear soundness argument for why it was or was not performed.</p> <p>Another challenge in reporting qualitative results is that they require more space in a paper; an abundance of quotes, after all, may take considerably more space than a table full of aggregate statistics. Be careful to provide enough evidence of your claims, while being mindful with your use of space.</p> <h3><a href="#what-makes-a-good-abstract" id="what-makes-a-good-abstract" class="anchor-link">What makes a good abstract?</a></h3> <p>A good abstract should summarize the question your paper asks and what answers it found. It is not enough to just say “We discuss our results and their implications”; say what you actually discovered, so future readers can learn that from your summary.</p> <p>If your paper is empirical in nature, ICER recommends (but does not require) using a <strong>structured abstract</strong> that contains the following sections, each 1-2 sentences:</p> <ul> <li> <p><strong>Background and Context.</strong> What is the problem space you are working in? Which phenomena are you considering and why are they relevant and important for an ICER audience?</p> </li> <li> <p><strong>Objectives.</strong> What research questions were you trying to answer?</p> </li> <li> <p><strong>Method.</strong> What did you do to answer your research questions?</p> </li> <li> <p><strong>Findings.</strong> What did you discover? Both positive and negative results should be summarized.</p> </li> <li> <p><strong>Implications.</strong> What implications does your discovery have on prior and future research, and on the practice of computing education?</p> </li> </ul> <p>Not all papers may fit this structure, but if yours does, it will greatly help reviewers and future readers understand your paper’s research design and contribution.</p> <h3><a href="#what-counts-as-plagiarism" id="what-counts-as-plagiarism" class="anchor-link">What counts as plagiarism?</a></h3> <p>Read <a href="https://www.acm.org/publications/policies/plagiarism-overview">ACM’s policy on Plagiarism, Misrepresentation, and Falsification</a>; these criteria will be applied during review. In particular, attention will be paid to avoiding redundant publication.</p> <h3><a href="#who-should-be-an-author-on-my-paper" id="who-should-be-an-author-on-my-paper" class="anchor-link">Who should be an author on my paper?</a></h3> <p>ICER follows ACM’s <a href="http://www.acm.org/publications/policies/policy_on_authorship/">Authorship Policy</a> and <a href="https://www.acm.org/publications/policies/retraction-policy">Publications Policy on the Withdrawal, Correction, Retraction, and Removal of Works from ACM Publications and ACM DL</a>. These state that any person listed as an author on a paper must (1) have made substantial contributions to the work, (2) have participated in drafting/revising the paper, (3) be aware that the paper has been submitted, and (4) agree to be held accountable for the content of the paper. Note that this policy allows enforcement of plagiarism sanctions, but it could impact people who work in large, collaborative research groups, and on postgraduate advisors who have not contributed directly to a paper.</p> <h3><a href="#must-submissions-be-in-english" id="must-submissions-be-in-english" class="anchor-link">Must submissions be in English?</a></h3> <p>At the moment, yes. Our reviewing community’s only lingua franca is English, and any other language would greatly limit the pool of expert reviewers to evaluate your work. We recognize that this is a challenging barrier for many authors globally, and that it greatly limits the diversity of voices in global discourse on computing education. Therefore, we wish to express our support of other computing education conferences around the world that you might consider submitting papers to. To mitigate this somewhat, papers will not be penalized for minor English spelling and grammar errors that can easily be corrected with minor revisions.</p> <h3><a href="#resources" id="resources" class="anchor-link">Resources</a></h3> <p>American Educational Research Association. (2006). Standards for reporting on empirical social science research in AERA publications. <em>Educational Researcher</em>, 35(6), 33–40. <a href="http://edr.sagepub.com/content/35/6/33.full.pdf+html">http://edr.sagepub.com/content/35/6/33.full.pdf+html</a>.</p> <p>Decker, A,, McGill, M. M., & Settle, A (2016). Towards a Common Framework for Evaluating Computing Outreach Activities. In Proceedings of the 47th ACM Technical Symposium on Computing Science Education (SIGCSE ’16). ACM, New York, NY, USA, 627-632. DOI: <a href="https://doi.org/10.1145/2839509.2844567">https://doi.org/10.1145/2839509.2844567</a>.</p> <p>Fincher, S. A., & Robins, A. V. (Eds.). (2019). The Cambridge Handbook of Computing Education Research. Cambridge University Press. DOI: <a href="https://dx.doi.org/10.1017/9781108654555">https://dx.doi.org/10.1017/9781108654555</a>.</p> <p>Petre, M., Sanders, K., McCartney, R., Ahmadzadeh, M., Connolly, C., Hamouda, S., Harrington, B., Lumbroso, J., Maguire, J., Malmi, L., McGill, M.M., Vahrenhold, J. (2020). Mapping the Landscape of Peer Review in Computing Education Research, In: ITiCSE-WGR ’20: Proceedings of the Working Group Reports on Innovation and Technology in Computer Science Education, ACM. New York, NY, USA, 173–209. DOI: <a href="https://doi.org/10.1145/3437800.3439207">https://doi.org/10.1145/3437800.3439207</a>.</p> </div><div id="Reviewer-Guidelines" class="tab-pane "><div class="page-header"><h1>Reviewer Guidelines</h1></div><h1><a href="#icer-2024-review-process-and-guidelines" id="icer-2024-review-process-and-guidelines" class="anchor-link">ICER 2024 Review Process and Guidelines</a></h1> <p>This document is a living document intended to capture the reviewing policies of the ICER community. Please email the Program Co-Chairs at <a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a> with comments or questions; all will be taken into account when updating this document for ICER 2025.</p> <p>Based on the ICER 2020/2021 Reviewing Guidelines (Amy Ko & Anthony Robins & Jan Vahrenhold) as well as the ICSE 2022 Reviewing Guidelines (Daniela Damian & Andreas Zeller). We are thankful for the input on these earlier documents provided by members of the ICER community.</p> <h2><a href="#table-of-contents" id="table-of-contents" class="anchor-link">Table of Contents</a></h2> <ol> <li><a href="#sec-01">Goals of the ICER Reviewing Process</a></li> <li><a href="#sec-02">Action Items</a></li> <li><a href="#sec-03">Submission System</a></li> <li><a href="#sec-04">Roles in the Review Process</a></li> <li><a href="#sec-05">Principles Behind ICER Reviewing</a></li> <li><a href="#sec-06">Conflicts of Interest</a></li> <li><a href="#sec-07">The Reviewing Process</a></li> <li><a href="#sec-08">Review Criteria</a></li> <li><a href="#sec-09">Award Recommendations</a></li> <li><a href="#sec-10">Possible Plagiarism, Misrepresentation, and Falsification</a></li> <li><a href="#sec-11">Practical Suggestions for Writing Reviews</a></li> </ol> <h2><a href="#1-goals-of-the-icer-reviewing-process" id="1-goals-of-the-icer-reviewing-process" class="anchor-link"></a><a name="sec-01"></a>1. Goals of the ICER Reviewing Process</h2> <p>The ICER Reviewing Process as outlined in this document is designed to support reaching the following goals:</p> <ul> <li>Accept high quality papers</li> <li>Give clear feedback to papers of insufficient quality</li> <li>Evaluate papers consistently</li> <li>Provide transparency in the review process</li> <li>Embrace diversity of perspectives, but work in an inclusive, safe, collegial environment</li> <li>Drive decisions by consensus among reviewers</li> <li>Strive for manageable workload for PC members</li> <li>Do our best on all of the above</li> </ul> <h2><a href="#2-action-items" id="2-action-items" class="anchor-link"></a><a name="sec-02"></a>2. Action Items</h2> <p>Prior to continuing to read this document, please do the following:</p> <ul> <li>Read the call for papers at <a href="https://icer2024.acm.org/track/icer-2024-papers">https://icer2024.acm.org/track/icer-2024-papers</a>. This is the ground truth for scope and submission requirements. We expect you to account for these in your reviews.</li> <li>Read the author guidelines at <a href="https://icer2024.acm.org/track/icer-2024-papers#Author-Guidelines">https://icer2024.acm.org/track/icer-2024-papers#Author-Guidelines</a>. We expect your reviews and meta-reviews to be consistent with these guidelines. After having read this document, please block off a number of time slots in your calendar:</li> </ul> <h4><a href="#pcreviewers" id="pcreviewers" class="anchor-link">PC/Reviewers</a></h4> <p>Key dates:</p> <ul> <li>Prior to March 29, 2024: Familiarize yourself with the ICER 2024 Reviewing Guidelines</li> <li>March 22 – 29, 2024: Bid on papers and declare conflicts</li> <li>March 29 – April 26, 2024: Review roughly 5 papers, depending on submission volume</li> <li>April 26 – May 6, 2024: Asynchronously discuss papers with other reviewers and the Senior PC members assigned to your papers.</li> </ul> <h4><a href="#spcmeta-reviewers" id="spcmeta-reviewers" class="anchor-link">SPC/Meta-Reviewers</a></h4> <p>Key dates:</p> <ul> <li>Prior to March 29, 2024: Familiarize yourself with the ICER 2024 Reviewing Guidelines</li> <li>March 22 – 29, 2024: Bid on papers and declare conflicts</li> <li>March 29 – April 26, 2024: Monitor the reviewing of 7-9 papers, depending on submission volume</li> <li>April 26 – May 6, 2024: Asynchronously discuss papers with the reviewers assigned to those papers, prepare meta-review and recommendation.</li> <li>Tuesday May 7, 2024: Complete submission of meta-reviews for all papers</li> <li>Friday May 10 – Wednesday May 15, 2024: Skim the paper and read reviews for 1-2 submissions (which you did not handle) that will be discussed at the Senior PC meeting.</li> <li>Wednesday May 15 – Friday May 17, 2024: Participate in synchronous, online SPC meetings to discuss and decide on papers without consensus and finalize your meta-reviews. Based on last year’s experiences, we are currently planning for up to four such virtual meetings to accommodate different time zones. As last year, we also expect that your participation in two of these meetings would be necessary and sufficient. Overall, expect it to be a four-hours commitment during this week, plus time to review your 1-2 assigned discussion papers.</li> <li>Thursday May 30 – Thursday June 6, 2024: Re-check (a hopefully very, very small number of) minor revisions against the requests made in “conditional accept” decisions.</li> </ul> <p>If you are new to reviewing in the Computing Education Research community, the following ITiCSE Working Group Report may serve as an introduction:</p> <ul> <li>Petre M, Sanders K, McCartney R, Ahmadzadeh M, Connolly C, Hamouda S, Harrington B, Lumbroso J, Maguire J, Malmi L, McGill MM, Vahrenhold J. 2020. “Mapping the Landscape of Peer Review in Computing Education Research.” In ITiCSE-WGR ’20: Proceedings of the Working Group Reports on Innovation and Technology in Computer Science Education, edited by Rφίling G, Krogstie B, 173-209. New York, NY: ACM Press. doi: 10.1145/3437800.3439207.</li> </ul> <h2><a href="#3-submission-system" id="3-submission-system" class="anchor-link"></a><a name="sec-03"></a>3. Submission System</h2> <p>ICER 2024 uses the HotCRP platform for its reviewing process. If you are unfamiliar with this, you will find a basic tutorial below. But first, make sure you can sign in, then bookmark it: <a href="http://icer2024.hotcrp.com">http://icer2024.hotcrp.com</a> If you have trouble signing in, or you need help with anything, contact Rodrigo Duran <a href="mailto:rodrigo.duran@ifms.edu.br">rodrigo.duran@ifms.edu.br</a> and Juho Leinonen <a href="mailto:juho.2.leinonen@aalto.fi">juho.2.leinonen@aalto.fi</a>, the ICER 2024 submission chairs, for help. Make sure that you can log in to HotCRP and that your name and other metadata is correct. Check that emails from HotCRP are not marked as spam and that HotCRP email notifications are enabled.</p> <h2><a href="#4-roles-in-the-review-process" id="4-roles-in-the-review-process" class="anchor-link"></a><a name="sec-04"></a>4. Roles in the Review Process</h2> <h3><a href="#program-committee-pc-chairs" id="program-committee-pc-chairs" class="anchor-link">Program Committee (PC) Chairs</a></h3> <p>Each year there are two program committee co-chairs. The PC chairs are solicited by the ICER steering committee and appointed by the SIGCSE board to serve a two-year term. One new appointment is made each year so that in any given year there is always a continuing program chair from the prior year and a new program chair. Appointment criteria include prior attendance and publication at ICER, past service on the ICER Program Committee, research excellence in Computing Education, collaborative and organizational skills to share oversight of the program selection process. The ICER Steering Committee solicits and selects candidates for future PC chairs.</p> <h3><a href="#program-committee-pc-members-reviewers" id="program-committee-pc-members-reviewers" class="anchor-link">Program Committee (PC) Members / Reviewers</a></h3> <p>PC members write reviews of submissions, evaluating them against the review criteria. The PC chairs invite and appoint the reviewers. The committee is sized so that each reviewer will serve for 5-6 paper submissions, or more depending on the size of the submissions pool. Each reviewer will serve a one-year term, with no limits on reappointment. Appointment criteria include expertise in relevant areas of computing education research and past reviewing experience in computing education research venues. Together, all reviewers constitute the program committee (PC). The PC chairs are responsible for inviting returning and new members of the PC, keeping in mind the various forms of diversity that are present at ICER.</p> <h3><a href="#senior-program-committee-members-spc-meta-reviewers" id="senior-program-committee-members-spc-meta-reviewers" class="anchor-link">Senior Program Committee Members (SPC) / Meta-Reviewers</a></h3> <p>SPC members review the PC members’ reviews, ensuring that the review content is constructive and aligned with the review criteria, as well as summarizing reviews and making recommendations for a paper’s acceptance and rejection. They also moderate discussions about each paper and provide feedback on reviews if necessary, asking reviewers to improve the quality of reviews. Finally, they participate in a synchronous SPC meeting to make final recommendations about each paper, and review authors’ minor revisions. The PC chairs invite and appoint Senior PC members, with the approval of the steering committee, again, keeping in mind the various forms of diversity that are present at ICER. Each Senior PC member can be appointed for up to three years in a row; after a hiatus of at least one year, preferably two years, re-appointment is possible. The committee is sized so that each meta-reviewer will handle 8-10 papers, depending on the submission pool.</p> <h2><a href="#5-principles-behind-icer-reviewing" id="5-principles-behind-icer-reviewing" class="anchor-link"></a><a name="sec-05"></a>5. Principles Behind ICER Reviewing</h2> <p>The ICER review process is designed to work towards these goals:</p> <ul> <li>Maximize the alignment between a paper and expertise required to review it.</li> <li>Minimize conflicts of interests and promoting trust in the process.</li> <li>Maximize our community’s ability to make excellent, rigorous, trustworthy contributions to the science of computing education.</li> </ul> <p>The call for papers and author guide should make this clear, but ICER is broadly scoped. The conference publishes research on teaching and learning of computer science content that happens in any context. In consequence, reviewers should not downgrade papers for being about a topic they personally perceive to be less important to computing education. If the work is sufficiently ready for publication and reviewers believe it is of interest to some part of the computing education community, it should be published such that the community can decide its importance over time.</p> <h2><a href="#6-conflicts-of-interest" id="6-conflicts-of-interest" class="anchor-link"></a><a name="sec-06"></a>6. Conflicts of Interest</h2> <p>ICER takes conflicts of interest, both real and perceived, quite seriously. The conference adheres to the ACM conflict of interest policy (<a href="https://www.acm.org/publications/policies/conflict-of-interest">https://www.acm.org/publications/policies/conflict-of-interest</a>) as well as the SIGCSE conflict of interest policy (<a href="https://sigcse.org/policies/COI.html">https://sigcse.org/policies/COI.html</a>). These state that a paper submitted to the ICER conference is a conflict of interest for an individual if at least one of the following is true:</p> <ul> <li>The individual is a co-author of the paper</li> <li>A student of the individual is a co-author of the paper</li> <li>The individual identifies the paper as a conflict of interest, i.e., that the individual does not believe that he or she can provide an impartial evaluation of the paper.</li> </ul> <p>The following policies apply to conference organizers:</p> <ul> <li>The chairs of any track are not allowed to submit to that track.</li> <li>All other conference organizers are allowed to submit to any track.</li> <li>All reviewers (PC members) and meta-reviewers (SPC members) are allowed to submit to any track.</li> </ul> <p>No reviewer, meta-reviewer, or chair with a conflict of interest in the paper will be included in any evaluation, discussion, or decision about the paper. It is the responsibility of the reviewers, meta-reviewers, and chairs to declare their conflicts of interest throughout the process. The corresponding actions are outlined below for each relevant step of the reviewing process. It is the responsibility of the chairs to ensure that no reviewer or meta-reviewer is assigned a role in the review process for any paper for which they have a conflict of interest.</p> <h2><a href="#7-the-reviewing-process" id="7-the-reviewing-process" class="anchor-link"></a><a name="sec-07"></a>7. The Reviewing Process</h2> <h3><a href="#step-1-authors-submit-abstracts" id="step-1-authors-submit-abstracts" class="anchor-link">Step 1: Authors Submit Abstracts</a></h3> <p>Authors will submit a title and abstract one week prior to assigning papers. Authors are allowed to revise their title and abstract before the full paper submission deadline.</p> <h3><a href="#step-2-reviewers-and-meta-reviewers-bid-for-papers" id="step-2-reviewers-and-meta-reviewers-bid-for-papers" class="anchor-link">Step 2: Reviewers and Meta-Reviewers Bid for Papers</a></h3> <p>Reviewers and meta-reviewers will be asked to bid on papers for which they have sufficient expertise (in both phenomena and methods) and then the PC chairs will assign papers based on these bids. The purpose of bidding is not to express interest in papers you want to read. It is to express your expertise and eligibility for fairly evaluating the work. These are subtly but importantly different purposes.</p> <ul> <li>Specify all of your conflicts of interest. Conflicts are any situation where you have any connection with a submission that is in tension with your role as an independent reviewer (you advised an author, you have collaborated with an author, you are at the same institution, you are close friends, etc.). After declaring conflicts, you will be excluded from all future evaluation, discussion, and decisions of that paper. Program chairs and submissions chairs will also specify conflicts of interest at this time.</li> <li>Bid on all of the papers you believe you have sufficient expertise to review. Sufficient expertise includes knowledge of research methods used and prior research on the phenomena. Practical knowledge of a topic is helpful, but insufficient.</li> <li>Do not bid on papers about topics, techniques, or methods that you strongly oppose. That precludes authors from being fairly reviewed by authors with negative bias; see below for positive biases and how to control for them.</li> </ul> <h3><a href="#step-3-authors-submit-papers" id="step-3-authors-submit-papers" class="anchor-link">Step 3: Authors Submit Papers</a></h3> <p>Submissions are due one week after the abstracts are due. As you read in the submission instructions (<a href="https://icer2024.acm.org/track/icer-2024-papers#Submission-Instructions">https://icer2024.acm.org/track/icer-2024-papers#Submission-Instructions</a>), submissions are supposed to be sufficiently anonymous that a reader cannot determine the identity or affiliation of the authors. The main purpose of ICER’s anonymous reviewing process is to reduce the influence of potential (positive or negative) biases on reviewers’ assessments. You should be able to review the work without knowing the authors or their affiliations. Do not try to find out the identity of authors. (Most guesses will be wrong anyway.) See the submission instructions for what constitutes sufficient anonymization. When in doubt, write the PC chairs for clarity at <a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a>.</p> <h3><a href="#step-4-pc-chairs-decide-on-desk-rejects" id="step-4-pc-chairs-decide-on-desk-rejects" class="anchor-link">Step 4: PC Chairs Decide on Desk-Rejects</a></h3> <p>The PC chairs, with the help of the submissions chairs, will review each submission for papers that violate anonymization requirements, length restrictions, or plagiarism policies. Authors of desk rejected papers will be notified immediately. The PC chairs may not catch every issue. If you see something during review that you believe should be desk rejected, contact the chairs before you write a review; the PC chairs will make the final judgement about whether something is a violation, and give you guidance on whether and if so how to write a review.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>PC chairs with conflicts are excluded from deciding on desk rejected papers, leaving the decision to the other program chair.</p> <h3><a href="#step-5-pc-chairs-assign-reviewers" id="step-5-pc-chairs-assign-reviewers" class="anchor-link">Step 5: PC Chairs Assign Reviewers</a></h3> <p>Based on the bids and their judgement, the PC chairs will collaboratively assign at least three reviewers (PC members) and one meta-reviewer (SPC member) for each submission. The PC chairs will be advised by HotCRP’s assignment algorithm, which depends on all bids being high quality. Remember, for these assignments to be fair and good, your bids should only be based on your expertise and eligibility. Interest alone is not sufficient for bidding on a paper. The chairs will review the algorithm’s assignments to identify potential misalignments with expertise. Managing Conflicts of Interest PC chairs with conflicts are excluded from assigning reviewers to any papers for which they have a conflict. Assignments in HotCRP can only be made by a PC chair without a conflict.</p> <h3><a href="#step-6a-reviewers-review-papers" id="step-6a-reviewers-review-papers" class="anchor-link">Step 6a: Reviewers Review Papers</a></h3> <p>Assigned reviewers submit their anonymous reviews through HotCRP by the review deadline, evaluating each of their papers against the review criteria (see Review Criteria). The time allocated for reviews is four weeks in which 5-6 reviews need to be written. Due to the internal and external (publication) deadlines, there cannot be any extensions.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Reviewers, meta-reviewers, and PC chairs with conflicts cannot see any of the reviews of the papers they are conflicted on during this process.</p> <h3><a href="#step-6b-meta-reviewers-and-pc-chairs-monitor-progress" id="step-6b-meta-reviewers-and-pc-chairs-monitor-progress" class="anchor-link">Step 6b: Meta-Reviewers and PC Chairs Monitor Progress</a></h3> <p>Meta-reviewers and PC chairs will periodically check in to ensure that progress is being made.</p> <h3><a href="#step-7-reviewers-and-meta-reviewers-discuss-reviews" id="step-7-reviewers-and-meta-reviewers-discuss-reviews" class="anchor-link">Step 7: Reviewers and Meta-Reviewers Discuss Reviews</a></h3> <p>After the reviewing period, the assigned meta-reviewer asks the reviewers to read the other reviewers’ reviews and begin a discussion about any disagreements that arise. All reviewers are asked to do the following:</p> <ul> <li>Read all the reviews of all papers assigned (and re-read your own reviews).</li> <li>Engage in a discussion about sources of disagreement.</li> <li>Use the review criteria to guide your discussions.</li> <li>Be polite, friendly, and constructive at all times.</li> <li>Be responsive and react as soon as new information comes in.</li> <li>Remain open to other reviewers shifting your judgements.</li> </ul> <p>If your judgement does shift, update your review to reflect your new views. There is no need to indicate to the authors that you changed your review but do leave a comment for the other reviewers and the meta-reviewer indicating what you changed and why (HotCRP does not track changes). Discussing a paper is not about who wins or who is right. It is about how, in the light of all information, a group of reviewers can find the best decision on a paper. All reviewers (and the authors!) have their unique perspective and competence. It is perfectly normal that they may have seen things you have not, just as you may have seen things they have not. The important thing is to accept that the group will see more than the individual. Therefore, you can always (and are encouraged to!) shift your stance in light of the extra knowledge.</p> <p>PC chairs will periodically check in. If you have configured HotCRP notifications correctly, you will be notified as soon as new information (another review or a new discussion item) about your paper comes in. It is important that you react to these, and as soon as possible. Do not let your colleagues wait for days when all that is needed is some short statement from your side.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Reviewers, meta-reviewers, and PC chairs with conflicts cannot see any of the discussions of the papers they are conflicted on during this process.</p> <h3><a href="#step-8-meta-reviewers-write-meta-reviews" id="step-8-meta-reviewers-write-meta-reviews" class="anchor-link">Step 8: Meta-Reviewers Write Meta-Reviews</a></h3> <p>After the discussion phase, meta-reviewers use the reviews, the discussion, and their own evaluation of the work to write a meta-review and recommendation. A meta-review should summarize the key strengths and weaknesses of the paper, in light of the review criteria, and explain how these led to the decision. The summary and explanation should help the authors in revising their work where appropriate. A generic meta-review (“After long discussion, the reviewers decided that the paper is not up to ICER standards, and therefore rejected the paper”) is not sufficient. There are four possible meta-review recommendations: reject, discuss, conditional accept, and accept. The recommendation needs to be entered in the meta-review.</p> <ul> <li>Reject. Ensure that the meta-review constructively summarizes the reviews and the rationale for rejection. The PC chairs will review all meta-reviews to ensure that reviews are constructive, and may request meta-reviewers to revise their meta-reviews as necessary. The PC chairs will make the final rejection decision based on the meta-review rationale; if necessary, this paper will be discussed at the SPC meeting.</li> <li>Discuss. Ensure that the meta-review summarizes the open questions that need to be resolved at the SPC meeting discussion, where the paper will either be recommended as reject, conditional accept, or accept. Papers marked discussed will be scheduled for discussion at the SPC meeting. All papers for which the opinion of the meta-reviewer and the majority of reviewer recommendations do not align should be marked “discuss” as well.</li> <li>Conditional Accept. Ensure that the meta-review explicitly and clearly states the conditions that must be met with minor revisions before the paper can be accepted. To accept with conditions, the conditions must be feasible to make within the one-week revision period, so they must be minor. The PC chairs will make the final decision on whether the requested revisions are minor enough to warrant conditional acceptance; if necessary, this paper will be discussed at the SPC meeting.</li> <li>Accept. These papers will be accepted, assuming authors deanonymize the paper and meet the final version deadline. For technical reasons, “accept” recommendations are recorded internally as “conditional accept” recommendations that do not state any conditions for acceptance other than submitting the final version. The PC chairs will make the final acceptance decision based on the meta-review rationale; if necessary, this paper will be discussed at the SPC meeting.</li> </ul> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Reviewers, meta-reviewers, and PC chairs with conflicts cannot see any of the recommendations or meta-reviews of the papers they are conflicted on during this process.</p> <h3><a href="#step-9-pc-chairs-and-meta-reviewers-discuss-papers" id="step-9-pc-chairs-and-meta-reviewers-discuss-papers" class="anchor-link">Step 9: PC Chairs and Meta-Reviewers Discuss Papers</a></h3> <p>The PC chairs will host synchronous SPC meetings with all available meta-reviewers (SPC members) to discuss and decide on all “discuss” and “conditional accept” papers. Before this meeting, a second meta-reviewer will be assigned to each such paper, ensuring that there are at least two meta-reviewers to facilitate discussion. Each meta-reviewer assigned to a paper should come prepared to present the paper, its reviews, and the HotCRP discussion. Each meta-reviewer’s job is to present their recommendation, and/or if they requested discussion, present the uncertainty that prevents them from making one. All meta-reviewers who are available to attend a SPC meeting session should, at a minimum, skim each of the papers to be discussed and their reviews (excluding those for which they are conflicted), so they are familiar with the papers and their reviews prior to the discussions. At the meeting, the goal is to collectively reach consensus, rather than relying on the PC chairs alone to make final decisions. Papers may move from “discuss” to either “reject”, “conditional accept”, or “accept”; if there are conditions, they must be approved by a majority of the non-conflicted SPC and PC chairs at the discussion. After a decision is made in each case, the original SPC member will add a summary of the discussion at the end of their meta-review, explaining the rationale for the final decision, as well as any conditions for acceptance, and updating the recommendation tag in HotCRP.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Meta-reviewers conflicted on a paper will not be assigned as a second reader. Any meta-reviewer or PC chair conflicted on a paper will be excluded from the paper’s discussion, returning after the discussion is over.</p> <h3><a href="#step-10-pc-chair-review" id="step-10-pc-chair-review" class="anchor-link">Step 10: PC Chair Review</a></h3> <p>Before announcing decisions, the non-conflicted PC chairs will review all meta-reviews to ensure as much clarity and consistency with the review process and its criteria as possible.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>PC chairs cannot change the outcome of an accept or reject decision after the SPC meeting.</p> <h3><a href="#step-11-notifications" id="step-11-notifications" class="anchor-link">Step 11: Notifications</a></h3> <p>After the SPC meeting, the PC chairs will notify all authors of the decisions about their papers; these notification will be via email through HotCRP. Papers that are (unconditionally) accepted will be encouraged to make any changes that may have been suggested but not required; papers that are conditionally accepted will be reminded of the revision evaluation deadline.</p> <h3><a href="#step-12-authors-of-conditionally-accepted-papers-revise-their-papers" id="step-12-authors-of-conditionally-accepted-papers-revise-their-papers" class="anchor-link">Step 12: Authors of Conditionally Accepted Papers Revise their Papers</a></h3> <p>Authors of conditionally accepted papers have one week to incorporate the requested revisions and to submit their final versions for review by the assigned meta-reviewer.</p> <h3><a href="#step-13-meta-reviewers-check-revised-papers" id="step-13-meta-reviewers-check-revised-papers" class="anchor-link">Step 13: Meta-Reviewers Check Revised Papers</a></h3> <p>Meta-reviewers will check the revised papers against the required revisions. Based on the outcome of this, they will change their recommendation to either “accept” or “reject” and will update their meta-reviews to reflect this.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Reviewers, meta-reviewers, and PC chairs with conflicts cannot see any of the recommendations or meta-reviews of the papers they are conflicted on during this process.</p> <h3><a href="#step-14-notifications" id="step-14-notifications" class="anchor-link">Step 14: Notifications</a></h3> <p>PC chairs will sanity-check all comments on those papers for which revisions were submitted. Conditionally accepted papers for which not revisions were received will be marked as “reject”. PC chairs then finalize decisions. After this review, all recommendations will be converted to official accept or reject decisions in HotCRP and authors will be notified of these final decisions via email sent through HotCRP. Authors will then have one week to submit to ACM TAPS for final publication.</p> <h4><a href="#managing-conflicts-of-interest" id="managing-conflicts-of-interest" class="anchor-link">Managing Conflicts of Interest</a></h4> <p>Reviewers, meta-reviewers, and PC chairs with conflicts cannot see any of the recommendations or meta-reviews of the papers they are conflicted on during this process. PC chairs with conflicts cannot see or edit any final decision on these papers.</p> <h2><a href="#8-review-criteria" id="8-review-criteria" class="anchor-link"></a><a name="sec-08"></a>8. Review Criteria</h2> <p>ICER currently evaluates papers against the following reviewing criteria, as independently as possible. These have been carefully chosen to be inclusive to many phenomena, epistemologies, and contribution types.</p> <ul> <li><a href="#criterion-A">Criterion A: The submission is grounded in relevant prior work and leverages available theory when appropriate.</a></li> <li><a href="#criterion-B">Criterion B: The submission describes its methods and/or innovations sufficiently for others to understand how data was obtained, analyzed, and interpreted, or how an innovation works.</a></li> <li><a href="#criterion-C">Criterion C: The submission’s methods and/or innovations soundly address its research questions.</a></li> <li><a href="#criterion-D">Criterion D: The submission advances knowledge of computing education by addressing (possibly novel) questions that are of interest to the computing education community.</a></li> <li><a href="#criterion-E">Criterion E: Discussion of results clearly summarizes the submission’s contributions beyond prior work and its implications for research and practice.</a></li> <li><a href="#criterion-F">Criterion F: The submission is written clearly enough to publish.</a></li> </ul> <p>To be published at ICER, papers should be positively evaluated on all of these. The summary of this is another criterion:</p> <ul> <li><a href="#criterion-Summary">Summary: Based on the criteria above, this paper should be published at ICER.</a></li> </ul> <p>Below, we discuss each criterion in turn.</p> <h3><a href="#criterion-a-the-submission-is-grounded-in-relevant-prior-work-and-leverages-available-theory-when-appropriate" id="criterion-a-the-submission-is-grounded-in-relevant-prior-work-and-leverages-available-theory-when-appropriate" class="anchor-link"></a><a name="criterion-A"></a>Criterion A: The submission is grounded in relevant prior work and leverages available theory when appropriate.</h3> <p>Papers should draw on relevant prior work and theories, and explicitly show how they are tied to the questions addressed. After reading the paper, one should feel more informed about prior literature and how that literature is related to the paper’s contributions. Such coverage of related work might come before a work’s contributions, or it might come after (e.g, connecting a new theory derived from observations to prior work. Note that not all types of research will have relevant theory to discuss, nor do all contribution types need theory to make significant advances. For example, a surprisingly robust but unexplained correlation might be an important discovery that later work could develop theory to explain. Reviewers should identify related work the authors might have missed and include pointers. Missing a paper that is relevant, but would not dramatically change the paper, is not sufficient grounds for rejecting a paper. Such citations can be added upon reviewers’ request prior to publication. Instead, criticism in reviews that leads to downgrading a paper should focus on missing prior work or theories that would significantly alter research questions, analysis, or interpretation of results.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Since prior work and theories needs to be covered sufficiently and in a meaningful way but not necessarily completely, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from downgrading work based on missing one or two peripherally related papers. Just note them, helping the authors to broaden their citations.</li> <li>Refrain from downgrading work based on not citing the reviewer’s own work, unless it really is objectively highly relevant.</li> <li>Refrain from downgrading work based on where in a paper they address prior work. Sometimes a dedicated section is appropriate, sometimes it is not. Sometimes prior work is better addressed at the end of a paper, not at the beginning.</li> <li>Make sure to critically note if work simply lists papers without meaningfully addressing their relevance to the paper’s questions or innovations.</li> <li>Refrain from downgrading work based on making discoveries inconsistent with theory. The point of empirical work is to test and refine theories, not conform to them.</li> <li>Refrain from downgrading work based on not building upon theory when there is no sufficient theory available that can be pointed out in the review. Conversely, if there is a missing and relevant theory, it should be named.</li> <li>Refrain from downgrading work based on not using the reviewer’s interpretation of a theory. Many theories have multiple competing interpretations and multiple distinct facets that can be seen from multiple perspectives.</li> </ul> <h3><a href="#criterion-b-the-submission-describes-its-methods-andor-innovations-sufficiently-for-others-to-understand-how-data-was-obtained-analyzed-and-interpreted-or-how-an-innovation-works" id="criterion-b-the-submission-describes-its-methods-andor-innovations-sufficiently-for-others-to-understand-how-data-was-obtained-analyzed-and-interpreted-or-how-an-innovation-works" class="anchor-link"></a><a name="criterion-B"></a>Criterion B: The submission describes its methods and/or innovations sufficiently for others to understand how data was obtained, analyzed, and interpreted, or how an innovation works.</h3> <p>An ICER paper should be self-contained in the sense that readers should be able to understand most of the key details about how the authors conducted their work or made their innovation possible. This is key for replication and meta-analysis of studies that come from positivist or post-positivist epistemologies. For interpretivist works, it is also key for what Checkland and Howell called “recoverability” (See Tracy et al. 2010 for a detailed overview for evaluating qualitative work). Reviews thus should focus on omissions of research process or innovation details that would significantly alter your judgment of the paper’s validity.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Since ICER papers have to adhere to a word count limit and since there are always more details a paper can describe about methods, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from downgrading work based on not describing every detail.</li> <li>Refrain from asking authors to write substantially new method details unless you can identify content for them to cut, or there is space to add those details within the length restrictions.</li> <li>Refrain from asking authors of theory contributions for a traditional methods section; such contributions do not require them, as they are not empirical in nature.</li> <li>Feel free to ask authors for minor revisions that would support replication or meta-analysis for positivist or post-positivist works, and recoverability for interpretivist works using qualitative methods.</li> </ul> <h3><a href="#criterion-c-the-submissions-methods-andor-innovations-soundly-address-its-research-questions" id="criterion-c-the-submissions-methods-andor-innovations-soundly-address-its-research-questions" class="anchor-link"></a><a name="criterion-C"></a>Criterion C: The submission’s methods and/or innovations soundly address its research questions.</h3> <p>The paper should answer the questions it poses, and it should do so with rigor, broadly construed. This is the single most important difference between research papers and other kinds of knowledge sharing in computing education (e.g., experience reports), and the source of certainty researchers can offer. Note that soundness is relative to claims. For example, if a paper claims to have provided evidence of causality, but its methods did not do that, that would be grounds for critique. But if a paper only claimed to have found a correlation, and that correlation is a notable discovery that future work could explain, downgrading it for not demonstrating causality would be inappropriate.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Since soundness is relative to claims and methods, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from applying criteria for quantitative methods to qualitative methods (e.g., critiquing a case study for a “small N” makes no sense; that is the point of a case study).</li> <li>Refrain from downgrading work based on a lack of a statistically significant difference if the study demonstrates sufficient power to detect a difference. A lack of difference can be discovery, too.</li> <li>Refrain from asking for the paper to do more than it claims if the demonstrated claims are sufficiently publishable (e.g., “I would publish this if it had also demonstrated knowledge transfer”).</li> <li>Refrain from relying on inexpert, anecdotal judgments (e.g., “I don’t know much about this but I played with it once and it didn’t work”).</li> <li>Refrain from assuming that because a method has not been used in computing education literature that it is not standard somewhere else. The field draws upon methods from many communities. Look for evidence that the method is used elsewhere.</li> </ul> <h3><a href="#criterion-d-the-submission-advances-knowledge-of-computing-education-by-addressing-possibly-novel-questions-that-are-of-interest-to-the-computing-education-community" id="criterion-d-the-submission-advances-knowledge-of-computing-education-by-addressing-possibly-novel-questions-that-are-of-interest-to-the-computing-education-community" class="anchor-link"></a><a name="criterion-D"></a>Criterion D: The submission advances knowledge of computing education by addressing (possibly novel) questions that are of interest to the computing education community.</h3> <p>A paper can meet the previous criteria and still fail to advance what we know about the phenomena. It is up to the authors to convince you that the discoveries advance our knowledge in some way, e.g., by confirming uncertain prior work, adding a significant new idea, or making progress on a long-standing open question. Secondarily, there should be someone who might find the discovery interesting. It does not have to be interesting to a particular reviewer, and a particular reviewer does not have to be absolutely confident that an audience exists. As the PC cannot possibly reflect the broader audience of all readers, a probable audience is sufficient for publication.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Since advances can come in many forms, there are many criticisms that are inappropriate in isolation (if, however, many of these apply, they may justify rejection), and, thus, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from downgrading work because another, single paper was already published on the topic. Discoveries accumulate over many papers, not just one.</li> <li>Refrain from downgrading work that contributes a really new idea for not yet having everything figured out about it. Again, new discoveries may require multiple papers.</li> <li>Refrain from downgrading work because the results do not appear generalizable or were only obtained at a specific institution. Many papers explicitly discuss such limitations and possible remedies. Also, generalizability takes time, and, by their very nature, some qualitative methods do not lead to generalizable results.</li> <li>Refrain from downgrading work based on “only” being a replication. Replications, if done with diligence, are important.</li> <li>Refrain from downgrading work based on investigating phenomena you personally do not like (e.g., “I hate object-oriented languages, this work does not matter”).</li> </ul> <h3><a href="#criterion-e-discussion-of-results-clearly-summarizes-the-submissions-contributions-beyond-prior-work-and-its-implications-for-research-and-practice" id="criterion-e-discussion-of-results-clearly-summarizes-the-submissions-contributions-beyond-prior-work-and-its-implications-for-research-and-practice" class="anchor-link"></a><a name="criterion-E"></a>Criterion E: Discussion of results clearly summarizes the submission’s contributions beyond prior work and its implications for research and practice.</h3> <p>It is the authors’ responsibility to help interpret the significance of a paper’s discoveries. If it makes significant advances, but does not explain what those advances are and why they matter, the paper is not ready for publication. That said, it is perfectly fine if you disagree with the paper’s interpretations or implications. Readers will vary on what they think a discovery means or what impact it might have on the world. All that is necessary is that the work presents some reasonably sound discussion of one possible set of interpretations.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Because there is no single “right” interpretation or discussion of implications, (meta-)reviewers are asked to do the following</p> <ul> <li>Refrain from downgrading work because you do not think the idea would work in your institution.</li> <li>Refrain from downgrading work because you think that the impact is limited. Check the discussion of limitations and threats to validity and evaluate the paper with respect to the claims made.</li> <li>Make sure to critically note if work makes interpretations that are not grounded in evidence or proposes implications that are not grounded in evidence.</li> </ul> <h3><a href="#criterion-f-the-submission-is-written-clearly-enough-to-publish" id="criterion-f-the-submission-is-written-clearly-enough-to-publish" class="anchor-link"></a><a name="criterion-F"></a>Criterion F: The submission is written clearly enough to publish.</h3> <p>Papers need to be clear and concise, both to be comprehensible to diverse audiences, but also to ensure the community is not overburdened by verboseness. We recognize that not all authors are fluent English writers; if, however, the paper requires significant editing to be comprehensible to fluent English readers, or it is unnecessarily verbose, it is not yet ready for publication.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Since submissions should be clear enough, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from downgrading work based on having easily fixed spelling and grammar issues.</li> <li>Refrain from downgrading a sufficiently clear paper because it could be clearer. All writing can be clearer in some way.</li> <li>Refrain from downgrading work based on not using all of the available word count. It is okay if a paper is short but significant.</li> <li>Refrain from asking for more detail unless you are certain there is space or - if there is not space - you can provide concrete suggestions for what to cut.</li> </ul> <h3><a href="#summary-based-on-the-criteria-above-this-paper-should-be-published-at-icer" id="summary-based-on-the-criteria-above-this-paper-should-be-published-at-icer" class="anchor-link"></a><a name="criterion-Summary"></a>Summary: Based on the criteria above, this paper should be published at ICER.</h3> <p>Based on all of the previous criteria, decide how strongly you believe the paper should be accepted or rejected, assuming authors make any modest, straightforward minor revisions you and other reviewers request before publication. Papers that meet all of the criteria should be strongly accepted (though this does not imply that they are perfect). Papers that fail to meet most of the criteria should be strongly rejected. Each paper should be reviewed independently of others, as if it were a standalone journal submission. There are no conference presentation “slots”; there is no target acceptance rate. Neither should be a factor in reviewing individual submissions.</p> <h4><a href="#guidelines-for-meta-reviewers" id="guidelines-for-meta-reviewers" class="anchor-link">Guidelines for (Meta-)Reviewers</a></h4> <p>Because each paper should be judged on its own, (meta-)reviewers are asked to do the following:</p> <ul> <li>Refrain from recommending to accept a paper because it was the best in your set. It is possible that none of your papers sufficiently meet the criteria.</li> <li>Refrain from recommending to reject a paper because it should not take up a “slot”. The PC chairs will devise a program for however many papers sufficiently meet the criteria, whether that is 5 or 50. There is no need to preemptively design the program through your review; focus on the criteria.</li> </ul> <h2><a href="#9-award-recommendations" id="9-award-recommendations" class="anchor-link"></a><a name="sec-09"></a>9. Award Recommendations</h2> <p>On the review form, reviewers may signal to the meta-reviewer and PC chairs that they believe the submission should be considered for a best paper award. Selecting this option in the review form is visible to the other (meta-)reviewers as part of your review, but it is not disclosed to the authors. Reviewers should recognize papers that best illustrate the highest standards of computing education research, taking into account the quality of its questions asked, methodology, analysis, writing, and contribution to the field. This includes papers that meet all of the review criteria in exemplary ways (e.g., research that was particularly well designed, executed, and communicated), or papers that meet specific review criteria in exemplary ways (e.g., discoveries are particularly significant or sound). The meta-review form for each paper includes an option to officially nominate a paper to the Awards Committee for the best-paper award. Reviewers may flag papers for award consideration during review, but meta-reviewers are ultimately responsible for nominating papers for the best paper award. Each meta-reviewer may nominate at most two papers for the best paper award. Nominated papers may or may not have been flagged by one or more reviewers. Nominations should be recorded in HotCRP and be accompanied by a paragraph outlining the rationale for nomination. NOTE: Whether a paper has been nominated and the accompanying rationale are not disclosed to the authors as part of the meta-review.<br> Meta-reviewers are encouraged to review and finalize their nominations at the conclusion of the SPC meeting to allow for possible calibration. Once paper decisions have been sent, the submission chair will make PDFs and the corresponding rationales for all nominated papers available to the Awards Chair. Additionally, a list of all meta-reviewers that have handled any nominated paper or have one or more conflicts of interest with any nominated paper will be disclosed to the Awards Chair, as those members are not eligible to serve on the Awards Committee.</p> <h2><a href="#10-possible-plagiarism-misrepresentation-and-falsification" id="10-possible-plagiarism-misrepresentation-and-falsification" class="anchor-link"></a><a name="sec-10"></a>10. Possible Plagiarism, Misrepresentation, and Falsification</h2> <p>If after reading a submission, you suspect that it has in some way plagiarized from some other source, do the following:</p> <ul> <li>Read the <a href="https://www.acm.org/publications/policies/plagiarism-overview">ACM guidelines on Plagiarism, Misrepresentation, and Falsification</a>.</li> <li>If you think there is a potential issue, write the PC chairs at <a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a> to escalate the potential violation, and share any information you have about the case. Authors are required to disclose any potentially overlapping work to the PC chairs upon submission.</li> </ul> <p>The chairs will investigate and decide as necessary prior to the acceptance notification deadline. You should not mark the paper for rejection based on suspected plagiarism. Mark it based on the paper as it stands, while the PC chairs investigate.</p> <h2><a href="#11-practical-suggestions-for-writing-reviews" id="11-practical-suggestions-for-writing-reviews" class="anchor-link"></a><a name="sec-11"></a>11. Practical Suggestions for Writing Reviews</h2> <p>The following suggestions may be helpful when reviewing papers:</p> <ol> <li>Before reading, remind yourself of the preceding reviewing criteria.</li> <li>Read the paper, and as you do, note positive and negative aspects for each of the preceding reviewing criteria.</li> <li>Use your notes to outline a review organized by the seven criteria, so authors can understand your judgments for each criterion.</li> <li>Draft your review based on your outline.</li> <li>Edit your review, making it as constructive and clear as possible. Even a very negative review should be respectful to the author(s), helping to educate them. Avoid comments about the author(s) themselves; focus on the document.</li> <li>Based on your review, choose scores for each of the criteria.</li> <li>Based on your review and scores, choose a recommendation score and decide whether to recommend the paper for consideration for a best paper award.</li> </ol> <p>Thank you very much for reading this document and thank you very much for being part of the ICER reviewing process. Do not hesitate to email the Program Co-Chairs at <a href="mailto:pc-chairs@icer.acm.org">pc-chairs@icer.acm.org</a> if you have any questions.</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://icer2024.acm.org/committee/icer-2024-papers-program-committee" class="navigate">Program Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://icer2024.acm.org/profile/cruzizu" class="navigate"><div class="media"><span class="pull-left"><img alt="Cruz Izu" src="https://icer2024.acm.org/getProfileImage/cruzizu/1716ebf2-66f7-469e-9ec0-e191582db0b8/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Cruz Izu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">The University of Adelaide</span></h5><h5 class="media-heading"><small>Australia</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/benjaminkoksiewgan" class="navigate"><div class="media"><span class="pull-left"><img alt="Benjamin Kok Siew Gan" src="https://icer2024.acm.org/getProfileImage/benjaminkoksiewgan/1e53b92e-e5ed-4228-b02f-67efb1609b60/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Benjamin Kok Siew Gan<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Singapore Management University</span></h5><h5 class="media-heading"><small>Singapore</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/juholeinonen" class="navigate"><div class="media"><span class="pull-left"><img alt="Juho Leinonen" src="https://icer2024.acm.org/getProfileImage/juholeinonen/5876d29e-6d16-4161-992b-f59237c1658e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Juho Leinonen<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aalto University</span></h5><h5 class="media-heading"><small>Finland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/carstenschulte" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Carsten Schulte<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Paderborn</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/etheltshukudu" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ethel Tshukudu<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Glasgow</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/laurimalmi" class="navigate"><div class="media"><span class="pull-left"><img alt="Lauri Malmi" src="https://icer2024.acm.org/getProfileImage/laurimalmi/bc872a0b-02d8-4851-b9f1-78e75bfcaa82/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Lauri Malmi<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aalto University</span></h5><h5 class="media-heading"><small>Finland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/evamarinus" class="navigate"><div class="media"><span class="pull-left"><img alt="Eva Marinus" src="https://icer2024.acm.org/getProfileImage/evamarinus/2f675217-27e0-4a7b-beab-0a185b59b482/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Eva Marinus<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Pädagogische Hochschule Schwyz</span></h5><h5 class="media-heading"><small>Switzerland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/marcusspecht" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marcus Specht<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Delft University of Technology</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/jangelvelazqueziturbide" class="navigate"><div class="media"><span class="pull-left"><img alt="J. Ángel Velázquez-Iturbide" src="https://icer2024.acm.org/getProfileImage/jangelvelazqueziturbide/ba704645-75ef-4b06-842b-b555804d1c78/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">J. Ángel Velázquez-Iturbide<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://icer2024.acm.org/profile/efthimiaaivaloglou1" class="navigate"><div class="media"><span class="pull-left"><img alt="Efthimia Aivaloglou" src="https://icer2024.acm.org/getProfileImage/efthimiaaivaloglou1/ec936f92-9223-472d-84ea-72e6a8cfeac7/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Efthimia Aivaloglou<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">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://icer2024.acm.org/profile/ianutting" class="navigate"><div class="media"><span class="pull-left"><img alt="Ian Utting" src="https://icer2024.acm.org/getProfileImage/ianutting/4c994872-1159-438e-ba95-ba81373c3ebc/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ian Utting<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Kent</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/patrickwang" class="navigate"><div class="media"><span class="pull-left"><img alt="Patrick Wang" src="https://icer2024.acm.org/getProfileImage/patrickwang/4d08b15b-7990-4937-b70b-067066857cd4/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Patrick Wang<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Haute École Pédagogique du Canton de Vaud</span></h5><h5 class="media-heading"><small>Switzerland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/tilmanmichaeli" class="navigate"><div class="media"><span class="pull-left"><img alt="Tilman Michaeli" src="https://icer2024.acm.org/getProfileImage/tilmanmichaeli/2f70f8bc-d886-4f48-8165-5079e582ba6b/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tilman Michaeli<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">TU Munich</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/michaelhewner" class="navigate"><div class="media"><span class="pull-left"><img alt="Michael Hewner" src="https://icer2024.acm.org/getProfileImage/michaelhewner/9265ed6c-df6f-4edd-b389-e91da13e4350/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michael Hewner<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Rose Hulman Institute of Techonology</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/stephenedwards" class="navigate"><div class="media"><span class="pull-left"><img alt="Stephen Edwards" src="https://icer2024.acm.org/getProfileImage/stephenedwards/c86f85c4-78a4-4a73-960a-e98064b2f6cf/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Stephen Edwards<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Virginia Tech</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/cynthiataylor" class="navigate"><div class="media"><span class="pull-left"><img alt="Cynthia Taylor" src="https://icer2024.acm.org/getProfileImage/cynthiataylor/6a31cb3e-30c6-44cc-8277-4ae882a17eae/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Cynthia Taylor<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Oberlin College</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/davidweintrop" class="navigate"><div class="media"><span class="pull-left"><img alt="David Weintrop" src="https://icer2024.acm.org/getProfileImage/davidweintrop/dda0aa51-835e-447f-a808-637c0eeaa15f/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">David Weintrop<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Maryland</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/kasiamuldner" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kasia Muldner<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Carleton University</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/leenkiatsoh" class="navigate"><div class="media"><span class="pull-left"><img alt="Leen-Kiat Soh" src="https://icer2024.acm.org/getProfileImage/leenkiatsoh/5221673b-695e-4849-b1d0-0d10935852bd/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Leen-Kiat Soh<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Nebraska-Lincoln</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/lindawerner" class="navigate"><div class="media"><span class="pull-left"><img alt="Linda Werner" src="https://icer2024.acm.org/getProfileImage/lindawerner/5e61e4e2-4e47-4003-93a3-5e5b8be36af9/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Linda Werner<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of California, Santa Cruz</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/gayithrijayathirtha" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Gayithri Jayathirtha<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Pennsylvania</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/tiffanybarnes" class="navigate"><div class="media"><span class="pull-left"><img alt="Tiffany Barnes" src="https://icer2024.acm.org/getProfileImage/tiffanybarnes/21012661-4a79-4982-984f-b03f994f8228/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tiffany Barnes<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">North Carolina 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://icer2024.acm.org/profile/sharonmason" class="navigate"><div class="media"><span class="pull-left"><img alt="Sharon Mason" src="https://icer2024.acm.org/getProfileImage/sharonmason/92f42f24-4a53-4074-b7ef-21c85810ec2b/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sharon Mason<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Rochester Institute of Technology</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/marciamoraes" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Marcia Moraes<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Colorado 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://icer2024.acm.org/profile/rodrigosilvaduran" class="navigate"><div class="media"><span class="pull-left"><img alt="Rodrigo Silva Duran" src="https://icer2024.acm.org/getProfileImage/rodrigosilvaduran/f16ecbc3-1463-449e-9690-5756846244dc/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Rodrigo Silva Duran<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Federal Institute of Mato Grosso do Sul</span></h5><h5 class="media-heading"><small>Brazil</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/michellefriend" class="navigate"><div class="media"><span class="pull-left"><img alt="Michelle Friend" src="https://icer2024.acm.org/getProfileImage/michellefriend/940fcecd-cdd5-4cef-8afe-f67c624356b1/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michelle Friend<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Nebraska Omaha</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/markguzdial" class="navigate"><div class="media"><span class="pull-left"><img alt="Mark Guzdial" src="https://icer2024.acm.org/getProfileImage/markguzdial/8b54320d-f8c5-421a-b4f9-72d8b362a897/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Mark Guzdial<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Michigan</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/dianakirk" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Diana Kirk<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Auckland</span></h5><h5 class="media-heading"><small>New Zealand</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/amyko" class="navigate"><div class="media"><span class="pull-left"><img alt="Amy Ko" src="https://icer2024.acm.org/getProfileImage/amyko/f1959cc2-e4d4-4222-ba2d-1d7ea1e15e92/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Amy Ko<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ayaankazerouni" class="navigate"><div class="media"><span class="pull-left"><img alt="Ayaan M. Kazerouni" src="https://icer2024.acm.org/getProfileImage/ayaankazerouni/83108a73-4e3a-4d9a-a5f1-deb167eaaafc/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ayaan M. Kazerouni<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">California Polytechnic State University, San Luis Obispo</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/cliffordshaffer" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Clifford Shaffer<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Virginia Tech</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ashishaggarwal" class="navigate"><div class="media"><span class="pull-left"><img alt="Ashish Aggarwal" src="https://icer2024.acm.org/getProfileImage/ashishaggarwal/d808fdae-89a2-4611-a76b-409bd002755f/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ashish Aggarwal<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Florida</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/kathryncunningham" class="navigate"><div class="media"><span class="pull-left"><img alt="Kathryn Cunningham" src="https://icer2024.acm.org/getProfileImage/kathryncunningham/bf307d78-c4f3-4a98-838e-92281d016474/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kathryn Cunningham<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Illinois Urbana-Champaign</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/jeansalac" class="navigate"><div class="media"><span class="pull-left"><img alt="Jean Salac" src="https://icer2024.acm.org/getProfileImage/jeansalac/b1146dc1-a933-4592-bf55-1a2078d79385/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jean Salac<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington, Seattle</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/leighanndelyser" class="navigate"><div class="media"><span class="pull-left"><img alt="Leigh Ann Delyser" src="https://icer2024.acm.org/getProfileImage/leighanndelyser/3b42b187-b544-4d5e-b99d-083197fdcdf8/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Leigh Ann Delyser<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">CSforALL</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/tzuyichen" class="navigate"><div class="media"><span class="pull-left"><img alt="Tzu-Yi Chen" src="https://icer2024.acm.org/getProfileImage/tzuyichen/b3eb6e72-5c2e-4f33-a917-111e635e80a0/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tzu-Yi Chen<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Pomona College</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/tonyclear" class="navigate"><div class="media"><span class="pull-left"><img alt="Tony Clear" src="https://icer2024.acm.org/getProfileImage/tonyclear/06b1dc36-bf5e-448d-a7b2-dd7bf3da449d/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tony Clear<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Auckland University of Technology</span></h5><h5 class="media-heading"><small>New Zealand</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/lijunni" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Lijun Ni<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University at Albany</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/johnedwards" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">John Edwards<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Utah State University </span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/craigsmiller" class="navigate"><div class="media"><span class="pull-left"><img alt="Craig S. Miller" src="https://icer2024.acm.org/getProfileImage/craigsmiller/16024052-49ec-4389-a77b-8b16e1c85f91/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Craig S. Miller<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">DePaul University</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ruthanderson" class="navigate"><div class="media"><span class="pull-left"><img alt="Ruth Anderson" src="https://icer2024.acm.org/getProfileImage/ruthanderson/8c5da454-0b47-4440-a833-7856efa8d97a/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ruth Anderson<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/andreasmuhling" class="navigate"><div class="media"><span class="pull-left"><img alt="Andreas Mühling" src="https://icer2024.acm.org/getProfileImage/andreasmuhling/5a5541c0-4da9-42a6-b6c4-98a9dc7a5c88/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Andreas Mühling<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Kiel University</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/geoffreyherman" class="navigate"><div class="media"><span class="pull-left"><img alt="Geoffrey Herman" src="https://icer2024.acm.org/getProfileImage/geoffreyherman/77fd210f-21b0-46fc-b55f-d62e2f6a1b4f/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Geoffrey Herman<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Illinois at Urbana-Champaign</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/sethpoulsen1" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Seth Poulsen<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Illinois at Urbana-Champaign</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/thomasprice" class="navigate"><div class="media"><span class="pull-left"><img alt="Thomas Price" src="https://icer2024.acm.org/getProfileImage/thomasprice/3483408f-473e-482a-a195-f957165b045d/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Thomas Price<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">North Carolina 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://icer2024.acm.org/profile/sophiakrauselevy" class="navigate"><div class="media"><span class="pull-left"><img alt="Sophia Krause-Levy" src="https://icer2024.acm.org/getProfileImage/sophiakrauselevy/ede9bb9d-db76-4f9d-838f-bfa644a795e6/micro-avatar.jpg?1732663477000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sophia Krause-Levy<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of California, San Diego</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ottoseppala" class="navigate"><div class="media"><span class="pull-left"><img alt="Otto Seppälä" src="https://icer2024.acm.org/getProfileImage/ottoseppala/f25b8e4a-e416-4f1b-b861-e3fc03931b5b/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Otto Seppälä<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aalto University</span></h5><h5 class="media-heading"><small>Finland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/clausbrabrand" class="navigate"><div class="media"><span class="pull-left"><img alt="Claus Brabrand" src="https://icer2024.acm.org/getProfileImage/clausbrabrand/ae5f24b4-60c7-47de-9dd8-5319e78e268e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Claus Brabrand<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">IT University of Copenhagen</span></h5><h5 class="media-heading"><small>Denmark</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/aleatahubbardcheuoua" class="navigate"><div class="media"><span class="pull-left"><img alt="Aleata Hubbard Cheuoua" src="https://icer2024.acm.org/getProfileImage/aleatahubbardcheuoua/123f4505-ce2b-4af4-b05e-46738f70e16e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Aleata Hubbard Cheuoua<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">WestEd</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ericfouh" class="navigate"><div class="media"><span class="pull-left"><img alt="Eric Fouh" src="https://icer2024.acm.org/getProfileImage/ericfouh/d73ec5ce-023c-44a3-ba6d-b7632c756825/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Eric Fouh<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Pennsylvania</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/dennisbouvier" class="navigate"><div class="media"><span class="pull-left"><img alt="Dennis Bouvier" src="https://icer2024.acm.org/getProfileImage/dennisbouvier/ee2d7bf1-ba65-435c-82a6-306c6bd4571d/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Dennis Bouvier<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Southern Illinois University Edwardsville</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/ryanbaker" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Ryan Baker<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Pennsylvania</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/charliemcdowell" class="navigate"><div class="media"><span class="pull-left"><img alt="Charlie Mcdowell" src="https://icer2024.acm.org/getProfileImage/charliemcdowell/b1debbf1-c09b-4627-a221-29a73b3f3ee0/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Charlie Mcdowell<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">UC Santa Cruz</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/mariakallia" class="navigate"><div class="media"><span class="pull-left"><img alt="Maria Kallia" src="https://icer2024.acm.org/getProfileImage/mariakallia/f106272e-7d85-40a7-8704-d63c91bccb20/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Maria Kallia<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Glasgow</span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/williamdoane" class="navigate"><div class="media"><span class="pull-left"><img alt="William Doane" src="https://icer2024.acm.org/getProfileImage/williamdoane/a6effb3e-2bea-4c76-b478-2673617cd2c5/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">William Doane<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">IDA Science and Technology Policy Institute</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/elianewiese" class="navigate"><div class="media"><span class="pull-left"><img alt="Eliane Wiese" src="https://icer2024.acm.org/getProfileImage/elianewiese/3f8de8a4-87ab-42f9-8612-bfa91a80ee42/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Eliane Wiese<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Utah</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/colbytofelgrehl" class="navigate"><div class="media"><span class="pull-left"><img alt="Colby Tofel-Grehl" src="https://icer2024.acm.org/getProfileImage/colbytofelgrehl/1dd816f2-540b-4a5c-9812-504b270c82d4/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Colby Tofel-Grehl<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Utah 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://icer2024.acm.org/profile/carlhaynesmagyar" class="navigate"><div class="media"><span class="pull-left"><img alt="Carl Haynes-Magyar" src="https://icer2024.acm.org/getProfileImage/carlhaynesmagyar/cdf14981-ca99-489d-b56f-f51159266d13/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Carl Haynes-Magyar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Carnegie Mellon University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/annaeckerdal" class="navigate"><div class="media"><span class="pull-left"><img alt="Anna Eckerdal" src="https://icer2024.acm.org/getProfileImage/annaeckerdal/62635774-e77f-4a8a-9d16-e76be5d15c06/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Anna Eckerdal<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Uppsala University</span></h5><h5 class="media-heading"><small>Sweden</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/erikbarendsen" class="navigate"><div class="media"><span class="pull-left"><img alt="Erik Barendsen" src="https://icer2024.acm.org/getProfileImage/erikbarendsen/f382108a-40cd-4b30-b7db-9332ba1e5fda/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Erik Barendsen<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Radboud University & Open University</span></h5><h5 class="media-heading"><small>Netherlands</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/monicamcgill" class="navigate"><div class="media"><span class="pull-left"><img alt="Monica McGill" src="https://icer2024.acm.org/getProfileImage/monicamcgill/ac56145f-3bd1-48cd-9dd6-73db90596907/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Monica McGill<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Institute for Advancing Computing Education</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/chrishundhausen" class="navigate"><div class="media"><span class="pull-left"><img alt="Chris Hundhausen" src="https://icer2024.acm.org/getProfileImage/chrishundhausen/e96d76e4-23b2-4758-a120-f057dfd5dfde/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Chris Hundhausen<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Oregon State University, USA</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/donaldchinn" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Donald Chinn<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/tammyvandegrift" class="navigate"><div class="media"><span class="pull-left"><img alt="Tammy Vandegrift" src="https://icer2024.acm.org/getProfileImage/tammyvandegrift/597c6ac2-ad02-4946-9e1f-af28ede5c437/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Tammy Vandegrift<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Portland</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/virajkumar1" class="navigate"><div class="media"><span class="pull-left"><img alt="Viraj Kumar" src="https://icer2024.acm.org/getProfileImage/virajkumar1/a5ecf992-b8f4-46dc-b9fc-7cd18b3540fb/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Viraj Kumar<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Indian Institute of Science, India</span></h5><h5 class="media-heading"><small>India</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/craigzilles" class="navigate"><div class="media"><span class="pull-left"><img alt="Craig Zilles" src="https://icer2024.acm.org/getProfileImage/craigzilles/5c3eaf69-0774-4b7d-b041-287a05767431/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Craig Zilles<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Illinois at Urbana-Champaign</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/franciscocastro1" class="navigate"><div class="media"><span class="pull-left"><img alt="Francisco Castro" src="https://icer2024.acm.org/getProfileImage/franciscocastro1/a92f8b82-76e0-44a4-a9f7-fe4bee4200c7/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Francisco Castro<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">New York University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/violettalonati" class="navigate"><div class="media"><span class="pull-left"><img alt="Violetta Lonati" src="https://icer2024.acm.org/getProfileImage/violettalonati/01659b31-af35-4a8f-94dc-34ac57d013a1/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Violetta Lonati<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Milan</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/matthewjadud" class="navigate"><div class="media"><span class="pull-left"><img alt="Matthew Jadud" src="https://icer2024.acm.org/getProfileImage/matthewjadud/7717de55-ec35-42b2-b6a5-b6b5dbf121ff/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Matthew Jadud<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black"></span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/jacquelinestaub" class="navigate"><div class="media"><span class="pull-left"><img alt="Jacqueline Staub" src="https://icer2024.acm.org/getProfileImage/jacquelinestaub/b74b240e-956d-4c59-acc0-6ed88fb0cef2/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Jacqueline Staub<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Trier</span></h5><h5 class="media-heading"><small>Germany</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/michaellee" class="navigate"><div class="media"><span class="pull-left"><img alt="Michael Lee" src="https://icer2024.acm.org/getProfileImage/michaellee/146ccb42-ae51-49fe-a6f0-ea1dbd15a940/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michael Lee<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">New Jersey Institute of Technology</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/raymondpettit" class="navigate"><div class="media"><span class="pull-left"><img alt="Raymond Pettit" src="https://icer2024.acm.org/getProfileImage/raymondpettit/c00c5fb9-57b4-4606-9199-57b7899e3dff/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Raymond Pettit<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Virginia</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/kristinstephensmartinez" class="navigate"><div class="media"><span class="pull-left"><img alt="Kristin Stephens-Martinez" src="https://icer2024.acm.org/getProfileImage/kristinstephensmartinez/778ffe93-2d46-45ab-854d-6a222ea03c8e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kristin Stephens-Martinez<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Duke University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/benjaminxie1" class="navigate"><div class="media"><span class="pull-left"><img alt="Benjamin Xie" src="https://icer2024.acm.org/getProfileImage/benjaminxie1/e9b46105-5e99-43a5-bf24-9e822e9bde68/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Benjamin Xie<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Stanford University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/stephenmacneil" class="navigate"><div class="media"><span class="pull-left"><img alt="Stephen MacNeil" src="https://icer2024.acm.org/getProfileImage/stephenmacneil/95fc9bd8-f704-48b7-9174-6f1e982bc64d/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Stephen MacNeil<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Temple University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/michaelliut" class="navigate"><div class="media"><span class="pull-left"><img alt="Michael Liut" src="https://icer2024.acm.org/getProfileImage/michaelliut/9ab64b84-a636-4ed0-a85f-488ce5936430/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michael Liut<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Toronto Mississauga</span></h5><h5 class="media-heading"><small>Canada</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/stevecooper" class="navigate"><div class="media"><span class="pull-left"><img alt="Steve Cooper" src="https://icer2024.acm.org/getProfileImage/stevecooper/76fdbb2f-2feb-43af-bdf5-d35124547fad/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Steve Cooper<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Nebraska, Lincoln</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/nickolasfalkner" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Nickolas Falkner<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">The University of Adelaide</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/williamggriswold" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">William G. Griswold<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of California San Diego</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/greglnelson" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Greg L Nelson<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Maine</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/adalbertgeraldsoosairaj" class="navigate"><div class="media"><span class="pull-left"><img alt="Adalbert Gerald Soosai Raj" src="https://icer2024.acm.org/getProfileImage/adalbertgeraldsoosairaj/495be02a-28c1-4cc5-b073-446dbb46385f/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Adalbert Gerald Soosai Raj<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of California, San Diego</span></h5></div></div></a></li></ul></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://icer2024.acm.org/committee/icer-2024-papers-senior-program-committee" class="navigate">Senior Program Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://icer2024.acm.org/profile/christinealvarado" class="navigate"><div class="media"><span class="pull-left"><img alt="Christine Alvarado" src="https://icer2024.acm.org/getProfileImage/christinealvarado/13c06e49-5caa-4c5e-8cf9-dc66ad3f0902/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Christine Alvarado<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of California San Diego</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/brettbecker" class="navigate"><div class="media"><span class="pull-left"><img alt="Brett Becker" src="https://icer2024.acm.org/getProfileImage/brettbecker/fd001e82-119a-4c55-bf73-a2784e4db2ff/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Brett Becker<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University College Dublin</span></h5><h5 class="media-heading"><small>Ireland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/andrewbegel1" class="navigate"><div class="media"><span class="pull-left"><img alt="Andrew Begel" src="https://icer2024.acm.org/getProfileImage/andrewbegel1/b941a331-06a1-4a15-8025-b70b2614a39a/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Andrew Begel<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Carnegie Mellon University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/neilbrown" class="navigate"><div class="media"><span class="pull-left"><img alt="Neil Brown" src="https://icer2024.acm.org/getProfileImage/neilbrown/7ce86fe1-2144-46ef-9718-59415115179b/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Neil Brown<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">King's College London</span></h5><h5 class="media-heading"><small>United Kingdom</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/michellecraig" class="navigate"><div class="media"><span class="pull-left"><img alt="Michelle Craig" src="https://icer2024.acm.org/getProfileImage/michellecraig/3ea01f3d-6c03-468b-80d4-0df05605cb11/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Michelle Craig<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Toronto</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/adriennedecker" class="navigate"><div class="media"><span class="pull-left"><img alt="Adrienne Decker" src="https://icer2024.acm.org/getProfileImage/adriennedecker/12b8b763-53a8-43af-ae25-aa6e11670189/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Adrienne Decker<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University at Buffalo</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/sebastiandziallas" class="navigate"><div class="media"><span class="pull-left"><img alt="Sebastian Dziallas" src="https://icer2024.acm.org/getProfileImage/sebastiandziallas/61e8e27b-b689-40e8-8a5d-7a0a2ba3f26e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sebastian Dziallas<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of the Pacific</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/barbaraericson" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Barbara Ericson<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Michigan</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/sallyhamouda" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Sally Hamouda<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Virginia Tech</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/artohellas" class="navigate"><div class="media"><span class="pull-left"><img alt="micro-avatar" src="https://icer2024.acm.org/getDefaultImage/micro-avatar?1403689231000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Arto Hellas<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aalto University</span></h5><h5 class="media-heading"><small>Finland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/colleenlewis" class="navigate"><div class="media"><span class="pull-left"><img alt="Colleen M. Lewis" src="https://icer2024.acm.org/getProfileImage/colleenlewis/aee367a7-5fa8-4beb-9f4a-ddf436bf4a7f/micro-avatar.jpg?1729434611000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Colleen M. Lewis<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Illinois at Urbana-Champaign</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/andrewluxtonreilly" class="navigate"><div class="media"><span class="pull-left"><img alt="Andrew Luxton-Reilly" src="https://icer2024.acm.org/getProfileImage/andrewluxtonreilly/763ddf2c-3883-49ff-9c44-498cca99e941/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Andrew Luxton-Reilly<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">The University of Auckland</span></h5><h5 class="media-heading"><small>New Zealand</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/eleanororourke1" class="navigate"><div class="media"><span class="pull-left"><img alt="Eleanor O'Rourke" src="https://icer2024.acm.org/getProfileImage/eleanororourke1/2a614805-32de-4b96-9856-ecb39f91256e/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Eleanor O'Rourke<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Northwestern University</span></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/mirandaparker" class="navigate"><div class="media"><span class="pull-left"><img alt="Miranda Parker" src="https://icer2024.acm.org/getProfileImage/mirandaparker/9948112d-3a4f-440e-aa1b-9f2a5dd77912/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Miranda Parker<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">San Diego 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://icer2024.acm.org/profile/andrewpetersen" class="navigate"><div class="media"><span class="pull-left"><img alt="Andrew Petersen" src="https://icer2024.acm.org/getProfileImage/andrewpetersen/4a1687de-4bcf-448b-bfb6-a9c6b22a4fdc/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Andrew Petersen<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://icer2024.acm.org/profile/jamesprather" class="navigate"><div class="media"><span class="pull-left"><img alt="James Prather" src="https://icer2024.acm.org/getProfileImage/jamesprather/456aee71-02a4-49c0-aaab-daf327622e6d/micro-avatar.jpg?1728058134000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">James Prather<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Abilene Christian University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/kristinsearle" class="navigate"><div class="media"><span class="pull-left"><img alt="Kristin Searle" src="https://icer2024.acm.org/getProfileImage/kristinsearle/d6a214d9-764a-4a98-bcf2-c22c1a1ec712/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kristin Searle<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Utah 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://icer2024.acm.org/profile/benshapiro" class="navigate"><div class="media"><span class="pull-left"><img alt="R. Benjamin Shapiro" src="https://icer2024.acm.org/getProfileImage/benshapiro/b054622c-abef-4886-a169-0cf0838da173/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">R. Benjamin Shapiro<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Washington and Apple</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/juhasorva" class="navigate"><div class="media"><span class="pull-left"><img alt="Juha Sorva" src="https://icer2024.acm.org/getProfileImage/juhasorva/8289e910-3a15-4505-969c-d64f4a6514ea/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Juha Sorva<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Aalto University</span></h5><h5 class="media-heading"><small>Finland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://icer2024.acm.org/profile/claudiaszabo" class="navigate"><div class="media"><span class="pull-left"><img alt="Claudia Szabo" src="https://icer2024.acm.org/getProfileImage/claudiaszabo/83644d38-f0e8-4deb-a6de-3f8cc4dbbdb9/micro-avatar.jpg?1725109935000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Claudia Szabo<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">The University of Adelaide</span></h5><h5 class="media-heading"><small>Australia</small></h5></div></div></a></li></ul></div></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Wed 27 Nov 10:38</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://icer2024.acm.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="icer-2024" /><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://icer2024.acm.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"icer-2024"},],"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://icer2024.acm.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="icer-2024" /><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://icer2024.acm.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"icer-2024"},],"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://icer2024.acm.org" class="navigate"><span class="glyphicon glyphicon-home"></span> ICER 2024</a></h3><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://icer2024.acm.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://icer2024.acm.org/track/doctoral-consortium" class="navigate">Doctoral Consortium</a><br/><a href="https://icer2024.acm.org/track/icer-2024-lightning-talks-and-posters" class="navigate">Lightning Talks and Posters</a><br/><a href="https://icer2024.acm.org/track/icer-2024-papers" class="navigate">Research Papers</a><br/><a href="https://icer2024.acm.org/track/wip" class="navigate">Work in Progress Workshop</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://icer2024.acm.org/venue/icer-2024-venue" class="navigate">Venue: RMIT, Melbourne</a><br><a href="https://icer2024.acm.org/attending/participation" class="navigate">Registration </a><br><a href="https://icer2024.acm.org/attending/Dinner" class="navigate">Seated Dinner</a><br><a href="https://icer2024.acm.org/attending/Location%3A+Melbourne%2C+Victoria%2C+Australia" class="navigate">Location: Melbourne, Victoria, Australia</a><br><a href="https://icer2024.acm.org/attending/Hotels" class="navigate">Hotels</a><br><a href="https://icer2024.acm.org/attending/code-of-conduct" class="navigate">Code of Conduct</a></div><div class="col-sm-2"><img src="https://icer2022.acm.org/getImage/small/acm_logo_grey_background.png"></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>