Georgetown vs. Texas: Hoyas trample Longhorns in Jimmy V Classic, 64-41

Elsa/Getty Images - Georgetown sophomore Jabril Trawick grabs a loose ball at Madison Square Garden.

(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);

NEW YORK — Even after building a 20-point lead, it’s not as if everything Georgetown attempted against the badly misfiring Texas Longhorns turned to gold Tuesday at the Jimmy V Classic.

Sharp-shooter Greg Whittington missed jumpers he normally knocks down. Sophomore center Mikael Hopkins had more fouls than baskets and rebounds combined. And too many possessions were squandered by careless passes and traveling calls.

But for nearly every error on offense, the Hoyas raced back to atone for their gaffes by doubling down on defense, making a young Texas team look woefully outclassed at Madison Square Garden.

The result was a 64-41 victory that improved No. 15 Georgetown to 6-1 and revealed what may prove its most promising quality this season. While not yet polished, the Hoyas showed themselves to be a hard-working bunch that doesn’t take defensive plays off, doesn’t take leads for granted and doesn’t consider itself a finished product.

“I think that’s what makes this very exciting — the fact that we can get a lot better,” said junior forward Nate Lubick, who scored a career-high 13 points on 6-of-7 shooting, showing no ill effects from an elbow injury suffered against Tennessee last week. “There are a lot of things we can sharpen up on, on both sides of the floor.”

Sophomore Otto Porter Jr. set the standard in full-court persistence, finishing with a game-high 14 points while contributing eight rebounds, three blocks, three steals and two assists.

“The team and the coaches want me to be aggressive,” Porter said, “and that’s one thing I wanted to pick up coming into this year.”

While Georgetown is young, starting two juniors and three sophomores, Texas (5-3) is even younger and playing without starting point guard Myck Kabongo, who is being held out pending an NCAA probe into whether he received improper benefits. That reduced Coach Rick Barnes’s starting lineup to two sophomores and three freshmen.

They combined to miss their first six shots, and Georgetown bolted to a 9-0 lead.

The Hoyas never trailed, padding their lead to 17 midway through the first half. And when Texas pulled within eight four minutes into the second half, Georgetown went on a 12-2 run that put the game out of reach.

The final statistics were grim for the Longhorns, who elicited a smattering of boos from some of their fans at Madison Square Garden during their nearly 10-minute scoreless span.

Texas made just 14 field goals in the game (and only six in the second half) while turning the ball over 22 times. The Longhorns shot 29 percent as a team; their starting guards were worse, hitting just two of their 14 attempts.

Texas reserve Sheldon McClellan (12 points) finally got the scoring going with a three-pointer. Through the first 10 minutes 46 seconds of play, McClellan was the only Longhorn to score.

Meanwhile, with his Hoyas in reasonable command, Georgetown Coach John Thompson III gave his reserves some playing time, bringing 6-foot-9 junior center Moses Ayegba in for Hopkins. By game’s end, 14 Hoyas got playing time, with freshman D’Vauntes Smith-Rivera, Jabril Trawick and Stephen Domingo getting the most experience.

Lubick handled the ball with authority and stood up well to the Longhorns’ shot-blocking freshman center, 6-9, 270-pound Cameron Ridley.

With a three-pointer by Smith-Rivera, Georgetown extended its lead to 26-9.

But Texas closed the half on a 6-2 run, paring Georgetown’s lead to 30-17 at the break.

Texas defended better to open the second half, and cut the Hoyas’ lead to single digits, 32-24, on a three-pointer by McClellan.

Markel Starks replied in kind, spurring the run that restored what had been an 18-point lead.

“We are a work in progress,” Thompson said. “I think that we’re going to be much better than we are right now. But with each passing day, the group is feeling a lot more confident.”

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-b2af0cef-fac2-4dd0-8cd5-eb52337bea65.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-vs-texas-hoyas-trample-longhorns-in-jimmy-v-classic-64-41/2012/12/04/6774fd08-3e83-11e2-a2d9-822f58ac9fd5_story.html') ? '/sports/colleges/georgetown-vs-texas-hoyas-trample-longhorns-in-jimmy-v-classic-64-41/2012/12/04/6774fd08-3e83-11e2-a2d9-822f58ac9fd5_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=20130516152100&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(), "", "", "", "", ""]);