Georgetown basketball vs. Mount St. Mary’s: Hoyas pull away from Mountaineers

(function($) { var thisToolbar = $('.article-toolbar.floating'); var targetTop; if (thisToolbar.parents('.entry-title').length > 0) { targetTop = thisToolbar.parents('.entry-title'); } else if (thisToolbar.parents('.main-content').length > 0 ){ targetTop = thisToolbar.parents('.main-content'); } else { targetTop = thisToolbar.parents('.module') } var config = {'targetTop': targetTop, 'url': '' || (TWP && TWP.Social && TWP.Social.pageUrl), 'emailUrl': '' || (TWP && TWP.Social && TWP.Social.emailUrl), 'commentUrl': TWP && TWP.Social && TWP.Social.commentUrl, 'printUrl': TWP && TWP.Social && TWP.Social.printUrl}; config.toolbarIncludesTop = (TWP && TWP.Social && TWP.Social.toolbarIncludesTop) || ["facebook","twitter","personalpost"]; config.toolbarIncludesTop.unshift("commentcount"); if (TWP && TWP.Social && TWP.Social.toolbarIncludesMore){ config.toolbarIncludesMore = TWP.Social.toolbarIncludesMore; }; $('.article-toolbar.floating').socialToolbar(config); })(jQuery);

It was a somnambulant, sloppy bunch that came out wearing Georgetown jerseys Saturday at Verizon Center. And for 20 minutes, a pressing, opportunistic Mount St. Mary’s team made the Hoyas look pedestrian, raining three-pointers over their lanky frames at one end of the court and forcing turnovers at the other.

“I didn’t recognize the team that was on the court,” Georgetown Coach John Thompson III said of his squad, which toppled No. 11 UCLA and forced top-ranked Indiana to overtime earlier in the week.

It took a halftime sermon on intensity to rouse the Hoyas from their slumber, and they closed in commanding fashion, holding the Mountaineers to just 18 second-half points and prevailing, 72-50, in a game that was closer than the score indicated.

Georgetown (4-1) got double-doubles from sophomore forwards Otto Porter Jr., who finished with 17 points and 13 rebounds, and Greg Whittington, who scored 17 points and grabbed 11 boards. Junior guard Markel Starks and center Mikael Hopkins also managed double figures, scoring 15 and 13 respectively.

But the hot-and-cold approach wasn’t what Thompson wanted to see in the Hoyas’ final tuneup before their home game against Tennessee (3-1) on Friday. Georgetown committed 11 turnovers and allowed six three-pointers in the first half, muddling through for a 34-32 halftime lead over an undersized team with outsized belief.

Rashad Whack, a 6-foot-2 transfer from George Mason who sat out last season to get a chance to compete for Mount St. Mary’s, said his team felt confident it could compete with Hoyas.

“The only thing different is their laundry,” said Whack, who led Mount St. Mary’s (1-3) with 11 points.

While the Hoyas staved off the upset, opening the second half with a 10-2 run and closing on a 22-6 run, the precarious nature of the contest prevented Thompson from spreading playing time around as he would have liked. Without a comfortable lead, which would have given him a chance to blend in reserves who need experience before Big East play begins, Thompson leaned almost exclusively on his starters, bringing only D’Vauntes Smith-Rivera (17 minutes) and Jabril Trawick (13 minutes) off the bench.

“That is not how I wanted today to be,” Thompson said. “We’ve got some guys — from Moses [Ayegba] to Stephen Domingo to Aaron Bowen to Bradley Hayes — that we need to get ready. But it was an eight-point game with five or six minutes to go.”

A crowd of 7,467 Hoyas partisans turned out at Verizon Center with every expectation of an easy victory. Georgetown hadn’t lost a home game to Mount St. Mary’s since 1935.

But under first-year coach Jamion Christian, the Mountaineers play an attacking style known as “Mayhem” that presses on defense, pushes the ball on offense and shoots three-pointers like mad. And it rattled the lackluster Hoyas, who turned over the ball three times in the first three minutes.

Mount St. Mary’s knotted the score at 19 on back-to-back three-pointers and kept the defensive pressure on, as Georgetown’s ballhandlers overthrew passes, got stripped, traveled and dribbled the ball off their feet.

Georgetown never led by more than four until 2 minutes 56 seconds remained in the first half. Porter’s layup put them up 29-23.

Whack answered with successive three-pointers. And on its 11th turnover and a squandered final possession, Georgetown exited for the locker room with a 34-32 lead.

The Hoyas finally brought their front-court advantage to bear in the second half, getting high-percentage baskets from big men Hopkins, Porter and Nate Lubick.

And with Georgetown ramping up its zone defense, the Mount’s shooting went cold, dropping from 42 percent in the first half to 26 percent in the second.

Hoyas note: Georgetown shares Florida’s interest in completing the teams’ season opener, which was canceled at halftime on Nov. 9 because of hazardous, damp conditions on the USS Bataan, Thompson confirmed. But numerous logistical hurdles remain, among them deciding whether to play a full or half game, choosing a neutral site and finding a mutually convenient date before conference play begins for either team.

Loading...

Comments

Add your comment
 
Read what others are saying About Badges
    var headerDetection = TWP.get('Util.HeaderDetection'); /* if (headerDetection.isIe7() || headerDetection.isIe8()) { //set also read tab to on jQuery('#article-leaf-page-footer-taboola a[href="wapo"]').addClass("on"); jQuery('#article-leaf-page-footer-taboola .panel.wapo').removeClass("hide"); jQuery('#recommended-videos-module').append(''); //bind click to taboola tab jQuery('#article-leaf-page-footer-taboola a[href="taboola"].unloaded').click(function(){ jQuery('#article-leaf-page-footer-taboola .panel.taboola, #article-leaf-page-footer-taboola.panels').height('220px');//preset height. jQuery('#recommended-videos-module img.loading').fadeIn(1000, function () { jQuery(this).removeClass('unloaded'); onDoneLoading(); }); }); } else */ { jQuery('#article-leaf-page-footer-taboola a[href="taboola"]').addClass("on"); jQuery('#article-leaf-page-footer-taboola .panel.taboola, #article-leaf-page-footer-taboola .panels').height('220px');//preset height. jQuery('#article-leaf-page-footer-taboola .panel.taboola').removeClass("hide"); jQuery('#article-leaf-page-footer-taboola a[href="taboola"]').removeClass('unloaded'); onDoneLoading(); } function onDoneLoading(){ jQuery('#recommended-videos-module img.loading').fadeOut("slow"); jQuery('#recommended-videos-module img.loading').remove(); //console.log && console.log("Recommended Videos pane done loading..."); setTimeout("TWP.Modules.setLargestHeight(jQuery('div.panels'),jQuery('div.panel'))",30); setCarouselContents(); //setTimeout("$('#carousel-controls').css('visibility','visible')", 2); } function getParamUser(){ //get the user identifier. Use wapo_login_id if available, otherwise use s_vi. Both are cookie values var paramUser = ""; var wapo_login_id = TWP.StaticMethods.getCookie("wapo_login_id"); if(wapo_login_id != null){ paramUser = "&wapo_login_id=" + encodeURI(wapo_login_id); } else{ var s_vi = TWP.StaticMethods.getCookie("s_vi"); if(s_vi != null){ paramUser = "&s_vi=" + encodeURI(s_vi); } } return paramUser; } function getParamABTestBucket(recipe){ var paramName = "recipe"; var ret = "&" + paramName + "=" + encodeURI(recipe);//probably cookie value will be a simple number, but if that assumption changes we are still safe. return ret; } function getClassesForDiv(modIndex){ //var modIndex = index % 4;//4 is the items per row var ret = ""; switch(modIndex){ case(0): ret = "container padding-left-20"; break; case(1): ret = "container"; break; case(2): ret = "container"; break; case(3): ret = "container"; break; default: break; } return ret; } function getStartOfHtml() { /* var ret = ['
    ', '
    ', '
    '] */ /* var ret = ['
    ', '
    ', '
    '] */ var ret = ['
    ', '
    ', '
    '] return ret.join(''); } function setCarouselContents(){ var paramUser = getParamUser(); var recipe = "3"; //s.getCookieForRecVidABTest(); var paramABTestBucket = getParamABTestBucket(recipe); var baseurl = "http://md1.washingtonpost.com";//"http://md1.washingtonpost.com" //The current url var paramCurrentUrl = "&url=" + encodeURI(TWP.Data.NN.canonicalURL);//we have confirmation this is preferred over 'href' //test url - we need this especially for recipe 4. Other recipes may work at least partially with prodprev urls //var paramCurrentUrl = "&url=" + encodeURI("/entertainment/tv/tbss-men-at-work-a-rerun-before-its-even-started/2012/05/23/gJQAcSedkU_story.html"); var rgUrlGetRecommendedVideos = [baseurl, "/search-recommendation/videos.jsonp?callback=?", paramUser, paramABTestBucket, paramCurrentUrl]; var urlGetRecommendedVideos = rgUrlGetRecommendedVideos.join(''); $.getJSON(urlGetRecommendedVideos, function(data) { if(data == null || data.results == undefined || data.results == null){ return; } //constants - the size of images, count of items per row var itemsPerRow = 3; //the following five lines specify the size. Note that only those sizes automatically generated by Methode are supported. // var photoPathPrefix = "http://img.wpdigital.net/rf/image_172x114"; var photoPathPrefix; var maxPhotoWidth = 172; var maxPhotoHeight = 114; var photoWidth = maxPhotoWidth + ""; var photoHeight = maxPhotoHeight + ""; var maxPhotoHeightpx = maxPhotoHeight + "px"; var minPhotoWidthpx = maxPhotoWidth + "px"; var blankImageUrl = "http://img.wpdigital.net/wp-srv/images/spacer.gif"; var results = data.results; //we want to only show full rows. It was decided partial rows look like an error. var countResultsToShow = results.length <= itemsPerRow ? results.length : (results.length - (results.length % itemsPerRow)); //alert("1countResultsToShow=" + countResultsToShow +', totalresults=' + results.length); var arrayOfHtmlDivs = new Array(countResultsToShow); for(var i=0; i< countResultsToShow; i++){ var item = data.results[i]; if(item == null){ continue; } var paramTid = (item.url.indexOf('?') == -1) ? "?tid=video_carousel" : "&tid=video_carousel"; var url = item.url + paramTid + "_" + recipe; var headline = item.headline; var photo = item.photo; //find the photo path, but we need fallback code in case there isn't one var photoPath = blankImageUrl; if(photo != undefined && photo != null && photo.width >= maxPhotoWidth && photo.path != undefined && photo.path != null){ photoPath = photo.path; } //construct the div, by concatenating the array var rgDiv=['']; arrayOfHtmlDivs[i] = rgDiv.join(''); } var rgFinal = new Array(); var iRow = 0; for(var i=0; i']; var rowStart = rgRowStart.join(''); rgFinal.push(rowStart); for(var j=0; j
    "; //$("#storiesConnector").html(rowOfVideos); var jCarousel = $("#recommended-videos-module").after(htmlToSet); //jCarousel.find('.carousel-control-prev').click(function(){alert("Clicked prev");}); //$(jCarousel).find('.carousel-control-prev').click(function(){alert("Clicked prev2");}); $('#btn-prev').click(function(){ //alert("button prev was clicked"); moveCarousel(findRowContainer(this), -1); }); $('#btn-next').click(function(){ //alert("button next was clicked"); moveCarousel(findRowContainer(this), 1); }); }); function findRowContainer(clicked) { return $(clicked).parents('.panel.postMost').find('.stories-container'); } function findCurrentRow(rowContainer) { return rowContainer.children('.on').first(); } function findIndexLastRow(rowContainer){ var rowCount = rowContainer.children().length; return rowCount == 0 ? 0 : rowCount - 1; } function moveCarousel(rowContainer, delta) { //moves the carousel to the next or previous row, depending on delta //plan: // Find current Row // Figure out which row-to-select // if the row-to-select != current Row // disable all buttons // fade out current row // make row-to-select the current-row // fade in row-to-select // enable buttons based on current-row //find current row var curRow = findCurrentRow(rowContainer); var indexLastRow = findIndexLastRow(rowContainer); //figure out row to select var indexCurRow = parseInt(curRow.attr("rel")); var indexRowToSelect = indexCurRow + delta; if(indexRowToSelect < 0) { indexRowToSelect = 0; } else if (indexRowToSelect > indexLastRow){ indexRowToSelect = indexLastRow; } //only proceed if there is a possible change if(indexCurRow != indexRowToSelect) { //disable all buttons $('#btn-prev').addClass("deactivated"); $('#btn-next').addClass("deactivated"); //fade out current row curRow.fadeOut(100, function(){ curRow.hide(); //make row-to-select the current row //remove class 'on' rowContainer.children('.on').removeClass('on') //add class 'on' var rowNext = $(rowContainer.children()[indexRowToSelect]); rowNext.addClass('on'); //fade in the new row rowNext.fadeIn(100, function() { rowNext.show(); //alert("index row to select=" + indexRowToSelect + ", indexLastRow=" + indexLastRow); //enable buttons based on current row var enablePrev = indexRowToSelect != 0; var enableNext = indexRowToSelect != indexLastRow; if(enablePrev) { $('#btn-prev').removeClass("deactivated"); } if(enableNext) { $('#btn-next').removeClass("deactivated"); } }); }); } } }
    try{ monetatag.site.washpost.parseWidgetById('monetapm_wp_-_sports'); }catch(e){}
    http://www.washingtonpost.com/sports/tv-listings-dc/
    https://ssl.washingtonpost.com/actmgmt/help/washington-post-e-books
    //.right-rail .module.component.gog-module .gog.gog-single-module $(document).ready(function(){ $(".gog.gog-single-module div.things-todo-today").hover( function () { $(this).addClass("hover"); }, function () { $(this).removeClass("hover"); } ); });
    (function () { var e = document.createElement('span style=visibility:hidden'); e.src = 'http://dbm1.tiqiq.com/JScripts/TiqiqWidgetWatchdog.aspx?Run=' + escape(document.location.href); e.async = true; document.getElementById('TiqiqWidget').appendChild(e); }()); (function() { config = {context : '#mod-newsletter-signup-29da9d54-11e4-4bac-839e-b098d816a7bb.newsletter-signup'}; TWP.register('TWP.Module.GlobalNewsletterForm', new TWP.Module.GlobalNewsletterForm(config)); })();
    AllMetSports
    Section:/sports/colleges
    jQuery(document).ready(function(){ TWP.StaticMethods.addScript('http://js.revsci.net/gateway/gw.js?csid=J05531&auto=t'); }); try { var _sf_async_config={uid:19624,domain:"washingtonpost.com"}; _sf_async_config.sections = wp_section ? wp_section : (window.TWP&&TWP.Data&&TWP.Data.Tracking) ? TWP.Data.Tracking.props.section : 'no category'; _sf_async_config.path = ('/sports/colleges/georgetown-basketball-vs-mount-st-marys-hoyas-pull-away-from-mountaineers/2012/11/24/ac8dcc40-366c-11e2-bfd5-e202b6d7b501_story.html') ? '/sports/colleges/georgetown-basketball-vs-mount-st-marys-hoyas-pull-away-from-mountaineers/2012/11/24/ac8dcc40-366c-11e2-bfd5-e202b6d7b501_story.html' : document.location.pathname; _sf_async_config.useCanonical = (false) ? false : true; if ( false ) { _sf_async_config.title = 'Homepage'; } jQuery(document).ready(function() { TWP.StaticMethods.addScript((("https:" == document.location.protocol)?"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/":"http://")+"static.chartbeat.com/js/chartbeat.js" ); }); } catch(e) { if(typeof TWP != "undefined" && typeof TWP.log != "undefined") { TWP.log('chartbeat-body: '+e); } } if(typeof TWP != "undefined" && typeof TWP.log != "undefined") { // TWP.log(true,'nb section: '+_sf_async_config.sections); } try { if ( document.cookie.indexOf('QSIHistory=')!=-1 ) { document.cookie = "QSIHistory=;expires=-1;path=/"; document.cookie = "EQSIHistory=;expires=-1;path=/"; } } catch(e) { if(typeof TWP != "undefined" && typeof TWP.log != "undefined") { TWP.log(true, 'ERROR: qualtrics: '+e); } } TWP.Util = TWP.Util || {}; (function() { if( jQuery('.module.m1.story-flipper, .ooyala-player').length > 0 ) { $.ajax({ dataType: "span style=visibility:hidden", cache: true, url: 'http://player.ooyala.com/v3/MDE1ODY5NGFhMjJmMTVkNTk3OWQ2NDg5?platform=html5-fallback&version=738ba9e9faa78f5c978ac80d1b3b3a53ba136709', success: function(data) { } }); } if( jQuery('.module.m1.story-flipper, .ooyala-player').length > 0 ) { $.ajax({ dataType: "span style=visibility:hidden", cache: true, url: 'http://js.washingtonpost.com/wpost/js/combo?token=20130520022900&c=true&m=true&context=eidos&r=/ooyala/v3/ooyala-companion-ads.js&r=/ooyala/v3/ooyala-player-lite.js&r=/ooyala/v3/ooyala-player.js&r=/ooyala/v3/ooyala-inline-player.js&r=/ooyala/v3/ooyala-playlist.js', success: function(data) { } }); } })(); (function() { if( (jQuery('div.button-fb').length > 0 && !(wp_meta_data.wt == 'article_story' && wp_meta_data.facet != 'allComments'&& jQuery('body.ie8,body.ie7').length > 0)) || (jQuery('div.network-news').length > 0 ) || (TWP.signedInProvider() && TWP.signedInProvider().toLowerCase() == "facebook" ) || (jQuery('.echo_container').length > 0 ) ) { $.ajax({ dataType: "span style=visibility:hidden", cache: true, url: 'http://js.washingtonpost.com/wpost/js/combo?token=20130515174700&c=true&m=true&context=eidos&r=/util/bootstrap.facebook.sdk.js', success: function(data) { } }); } if( (jQuery('.rate-share').length > 0 && jQuery('#check-google').length > 0) && !(wp_meta_data.wt == 'article_story' && wp_meta_data.facet != 'allComments'&& jQuery('body.ie8,body.ie7').length > 0) ) { $.ajax({ dataType: "span style=visibility:hidden", cache: true, url: 'https://apis.google.com/js/plusone.js', success: function(data) { } }); } if( jQuery('.tweet').length > 0 && !(wp_meta_data.wt == 'article_story' && wp_meta_data.facet != 'allComments'&& jQuery('body.ie8,body.ie7').length > 0) ) { $.ajax({ dataType: "span style=visibility:hidden", cache: true, url: 'http://platform.twitter.com/widgets.js', success: function(data) { if(typeof twttr != "undefined") { twttr.events.bind('tweet', function(intent_event) { if(window.s) { s.sendDataToOmniture('twitter-share','event6',{'eVar1':s.eVar1,'eVar2':s.eVar2,'eVar8':s.eVar8,'eVar11':s.eVar11,'eVar17':s.eVar17,'eVar27':'Twitter'}); } }); } } }); } })(); (function() { TWP.jsConfig = TWP.jsConfig || {}; TWP.jsConfig.initFunctions = TWP.jsConfig.initFunctions || []; var thisInit = function(base) { base.find('.ajax-replace').each(function(i,el) { TWP.Util.Ajax.replaceOnClick($(el),null,{}); }); try{ monetatag.site.washpost.init(); }catch(e){} base.find('div.share,ul.share').share(); }; TWP.jsConfig.initFunctions.push(thisInit); thisInit($('body')); })(); if(TWP_Debug.pagedebug && typeof console != "undefined" && typeof console.log != "undefined") { console.log("[" + (new Date()-TWP_Debug.initialTime)/1000 + "] Bottom of frameset.jpt"); } if (!NREUMQ.f) { NREUMQ.f = function () { NREUMQ.push(["load", new Date().getTime()]); var e = document.createElement("span style=visibility:hidden"); e.type = "text/javaspan style=visibility:hidden"; e.src = (("http:" === document.location.protocol) ? "http:" : "https:") + "//" + "d1ros97qkrwjf5.cloudfront.net/42/eum/rum.js"; document.body.appendChild(e); if (NREUMQ.a) NREUMQ.a(); }; // NREUMQ.a = window.onload; // window.onload = NREUMQ.f; NREUMQ.f(); }; NREUMQ.push(["nrfj", "beacon-3.newrelic.com", "707aabbc5c", "1730675", "MlABYUsACEJXARVaXgsaLVpLDAddXxgEV2QXXExzSwABXFMMFRwbSkEURU4EBB4c", 0, 0, new Date().getTime(), "", "", "", "", ""]);