Saturday, July 27, 2013

Marcus Smart to enter NBA Draft after upcoming season

By Jeff Borzello | College Basketball Writer

Cowboys' fans will get just one more season of Marcus Smart. (USATSI)
Cowboys' fans will get just one more season of Marcus Smart. (USATSI)

Marcus Smart announced on Tuesday night that he plans on entering the NBA Draft -- after the coming season.

Smart's declaration comes about three months later than expected, as nearly everyone thought the Oklahoma State star would leave college after his freshman season in Stillwater.

"It's safe to say that if, by the grace of God I'm healthy and everything, this will be my last year at Oklahoma State," Smart said, according to Yahoo! Sports. "Nothing will change my mind on that. [Oklahoma State] understands. They didn't figure I was coming back this year. They were just as surprised as everyone else."

Smart, a 6-foot-4 guard, would have been projected as a top-five pick in this past June's draft had he decided to go pro. He was an All-American as a freshman, averaging 15.4 points, 5.8 rebounds and 4.2 assists.

As a result, everyone anticipated Smart forgoing his final three years of college basketball to be a lottery pick. Instead, the Texas native wanted to stick around for one more season of college.

"You can only go to college and be a college athlete once," Smart said. "College is a great experience. This is where you have fun. This is where you find yourself as a young man and grow up into an adult before you enter the real world."

Oklahoma State could be top-10 team heading into the preseason.


Eye on College Basketball is managed by our esteemed college hoops troubadours: Matt Norlander, Jeff Borzello and Gary Parrish. Follow Eye on College Basketball on Twitter.

You May Also Like

Biggest Stories

" } //console.log(customStrings.signIn); callFBApi = function() { var accessToken; var uid; //CBSi.injectJS('//connect.facebook.net/en_US/all.js#xfbml=1', 'facebook-jssdk'); /* FB.init({ appId : '297742330311988', oauth : true }); */ FB.getLoginStatus(function(response) { if (response.status === 'connected') { handle_fb_response(response.authResponse); } else{ FB.login(function(response) { if (response.authResponse) { handle_fb_response(response.authResponse); /* uid = response.authResponse.userID; accessToken = response.authResponse.accessToken; //CBSi.log("== FB APP DATA ==", response); FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); */ } }); } }); }; handle_fb_response = function(authResponse){ uid = authResponse.userID; accessToken = authResponse.accessToken; FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); } log_in_socially = function(dn, userid, site) { $.ajax({ url: "/data/common/livefyre/lf_social_login", dataType: 'json', data: { lfdn: dn, lfuser: userid, ssite: site } }).done(function(profile) { //CBSi.log("== Social Login ==",profile,site); if (profile.error) { //CBSi.log("Social login failed with error: ", profile); return null; } else { document.cookie = "lf_social_login="+ profile.socialsess +"; expires=0; path=/"; profile.socialsess = '1'; userObj = profile; lf_user_profile = profile; doLivefyreAuth(profile); } }); }; callTwitterApi = function() { window.open('/common/livefyre/V3/via_twitter?debug=32','twitterOauth','width=600,height=500,menu=0,status=0'); }; callTwitterApiHidden = function() { var arr1 = readCookie('lf_social_info').split(/\|/); log_in_socially(arr1[2], arr1[3], 'twitter'); hasProfile = 1; } function doLivefyreAuth(cval) { //console.log("== Attempting LF Login ==",cval); var isLoggedIn = 1; if (cval) { try { fyre.conv.login(cval.token); } catch (e) { isLoggedIn = 0; } } } changeDOM = function() { // DOM hacks. Change the UI for the dropdown box //console.log("== Running Dom Hacks =="); if (isLoggedIn == 1){ //console.log("== Checking Match =="); if (hasProfile == 0) { //CBSi.log("== adding get comment link =="); // They need a screen name //$('.lf_auth_section a.lf_user_loggedout').html('Get a Screen Name to Comment').addClass('loginLink'); $('.fyre .fyre-user-loggedout').hide(); $('#getScreenName').show(); var screenNameContent = 'Get a Screen Name to Comment'; $('#getScreenName').html(screenNameContent); } /* else { if (typeof userObj.profile.profile_url != 'undefined'){ if (userObj.profile.profile_url) { //CBSi.log("== adding login profile links =="); $('.fyre .fyre-box-wrapper a.fyre-user-profile-link').attr('href',userObj.profile.profile_url); $('li.fyre-edit-profile-link').html('Edit Profile'); } } } */ } changedDom = 1; //console.log("== finished dom hacks =="); }; function updateCommentCounts(element,count){ //CBSi.log("== updating comment counts =="); if (count == 1){ $(element).html('' + count + ' ??| ?Comment'); $(element).show(); $('.commentsCountLabel').html('comment'); } else{ $(element).html('' + count + ' ??| ?Comments'); $(element).show(); $('.commentsCountLabel').html('comments'); } $('.commentsCount').html(count); } function removeLfError(){ $('#cbsLfError').remove(); } var authDelegate = new fyre.conv.RemoteAuthDelegate(); authDelegate.login = function (handlers){ if (isLoggedIn Please log in above to post a comment.

'); handlers.failure(); } else{ removeLfError(); handlers.success(); } }; function updateAuthorLinks(){ $('.fyre-comment-username').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); $('.fyre-comment-author').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); } function updateOneLineComments(){ //console.log("Checking Comments"); $(".fyre-comment-wrapper").each(function() { if ($(this).find(".fyre-comment").css('display') != 'none'){ var commentText = $(this).find(".fyre-comment").html(); if (commentText != null){ var loopCtr = 0; // for IE8 while ( (commentText.indexOf("

",' '); loopCtr++; } //console.log(commentText); $(this).find(".fyre-comment").css('display','none'); $(this).find(".fyre-comment-head").append(commentText); } // end check for blank text } //console.log("Checking Height"); cntHeight = $(this).find(".fyre-comment-head").height(); if (cntHeight > 0){ //console.log("Setting Height"); cntHeight = -1 * ((cntHeight / 2) + 12); $(this).find(".fyre-flag-link").css('top',cntHeight); } }); } function change_profile_link(){ $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("href",'#'); $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("alt",''); $('.fyre .fyre-box-list .fyre-edit-profile-link a').click(function() { return false; }); $('.fyre .fyre-box-list .fyre-edit-profile-link').remove(); $(".fyre .fyre-comment-head .fyre-comment-username").attr("href",'#'); $(".fyre .fyre-comment-head .fyre-comment-username").attr("target",''); $(".fyre .fyre-comment-head .fyre-comment-username").attr("alt",''); $('.fyre .fyre-comment-head .fyre-comment-username').click(function() { return false; }); $('.fyre .fyre-comment-head').each(function() { var alltxt = $(this).html(); var nickname = $(this).find('.fyre-comment-username').html(); if (!(nickname == null)){ alltxt = "

Source: http://www.cbssports.com/collegebasketball/blog/eye-on-college-basketball/22874423/marcus-smart-to-enter-nba-draft-after-upcoming-season

iPhone 5 9-11 Chris Brown Tattoo Innocence of Muslims Clara Schumann Jael Strauss Alison Pill

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.