Georgetown basketball vs. Providence: Hoyas eye double-bye in Big East tournament

John McDonnell/THE WASHINGTON POST - “It’s very important to get the double bye or the bye,” said Georgetown’s Jason Clark, left. “That helps you go on in the tournament. That’s [one] or two less games that you don’t have to deal with being tired from playing.”

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

Teams seeded first through fourth in the conference tournament receive a double-bye into the quarterfinals, while those seeded 5-8 receive only a single bye. At 9-4 in conference play, the Hoyas are tied with South Florida for fourth place behind Syracuse (13-1), Marquette (10-3) and Notre Dame (10-3).

That means Georgetown’s margin for error is small as it opens a road trip that makes stops in Providence, R.I., and Newark over the next four days. But it also means the reward for finishing strong could be huge.

Since the Big East tournament started inviting all 16 teams to Madison Square garden three seasons ago, two of the three champions have been recipients of the double bye — Louisville in 2009 and West Virginia in 2010. (Last season, ninth-seeded Connecticut didn’t get a bye at all, but was willed to the title by NBA lottery pick Kemba Walker.)

Although earning the double-bye does not guarantee tournament success — the top four seeds are only 6-6 in quarterfinal matchups — there’s no question that it’s easier to win three games as opposed to four or five.

“It’s very important to get the double-bye or the bye,” senior captain Jason Clark said Thursday at McDonough Gymnasium. “That helps you go on in the tournament. That’s [one] or two less games that you don’t have to deal with being tired from playing.”

Added junior swingman Hollis Thompson: “It’s definitely a big motivator. I just found out about it. You should definitely be motivated by it, but you can’t really think about it because so much can change in so little time.”

Indeed, much can change. But the Hoyas (19-5 overall) would seem to have an opportunity to cement their place among the Big East’s top four teams in the coming week with games against Providence, Seton Hall and Villanova, none of which owns a winning Big East record.

The stretch run begins Saturday at Dunkin’ Donuts Center, where the Hoyas face struggling Providence, which is mired in last place at 2-12. The Friars have lost four in a row and eight of their past nine.

On Tuesday, Georgetown plays Seton Hall at Prudential Center in Newark. The Pirates have won three in a row but are 7-7 in the conference.

A week from Saturday, the Hoyas host Villanova, which has dropped four of its past five games and has a 4-9 mark in the Big East. The Wildcats’ lone win during that stretch came against Providence.

After Villanova, the schedule gets considerably tougher for Georgetown, which closes out the season at home against Notre Dame and on the road against Marquette, which has won the teams’ last two meetings in Milwaukee.

“We’re in the top four, and we would like to remain in the top four,” sophomore guard Markel Starks said. “The coaching staff, the players, everybody involved will do everything humanly possible to make sure that we can possibly have that double-bye.”

Hoyas notes: Sophomore forward Nate Lubick, a native of Southboro, Mass., said a relative has purchased an entire section at Dunkin’ Donuts Center and he is expecting “close to 100” friends and family members to be in attendance. “It’s as close as I get to coming home,” he said. . . .

Starks, who lists serving as a U.S. congressman as one of his goals, is running for vice president of Georgetown’s student body. “This is preparation,” he said, adding that Sen. John Kerry and President Obama sparked his interest in politics.

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-a56bb6d3-f03c-4fb1-bf5f-2c511308bedd.newsletter-signup'}; TWP.register('TWP.Module.GlobalNewsletterForm', new TWP.Module.GlobalNewsletterForm(config)); })();
    AllMetSports
    Section:/sports
    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/georgetown-vs-providence-hoyas-eye-double-bye-in-big-east-tournament/2012/02/17/gIQA5rtGKR_story.html') ? '/sports/georgetown-vs-providence-hoyas-eye-double-bye-in-big-east-tournament/2012/02/17/gIQA5rtGKR_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(), "", "", "", "", ""]);