Kevin Broadus promoted to full-time Georgetown assistant

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

Kevin Broadus has been promoted to a full-time assistant on the Georgetown men’s basketball team, according to several people familiar with the search to fill the vacancy created when Robert Kirby recently departed for a similar position at Louisiana State.

Last season Broadus was hired as a special assistant on Coach John Thompson III’s staff and was not allowed to conduct off-campus recruiting visits, coach, attend meetings that included coaching activities, or scout opponents.

Per NCAA bylaws, men’s basketball programs are limited to four coaches, including the head coach, and only three may recruit off-campus. Thompson’s full-time assistants last season were Kenya Hunter, Mike Brennan and Kirby.

Broadus is serving his second stint with Georgetown since becoming a special assistant in June 2011. The Washington area native was as an assistant coach under Thompson from 2004 to 2007, and his recruiting prowess played an important role in the Hoyas’ return to prominence.

Broadus was named head coach of Binghamton during the Hoyas’ run to the Final Four in 2007 and within two seasons had the Bearcats atop the America East Conference.

A series of player dismissals and arrests followed, and Broadus was placed on administrative leave in October 2009. An NCAA investigation into Binghamton’s program under Broadus uncovered no major violations, and he agreed to resign after reaching a $1.2 million settlement with the university.

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-d9f01632-977d-448b-9392-0c5a6c62bf0e.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/hoyas-broadus-promoted-to-full-time-assistant/2012/04/30/gIQAP3oGsT_story.html') ? '/sports/colleges/hoyas-broadus-promoted-to-full-time-assistant/2012/04/30/gIQAP3oGsT_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=20130522162700&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(), "", "", "", "", ""]);