<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Maria Sharapova’s wild card for the US Open does tennis a poor service</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2019/mariasharapovaswildcardfortheusopendoestennisapoorservice.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="119781">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Maria Sharapova’s wild card for the US Open does tennis a poor service</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Maria Sharapova’s wild card for the US Open does tennis a poor service</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">This article was written by John William Devine, Lecturer in Sports Ethics and Integrity, and was published on The Conversation</p>

    <div class="news-item-content">
        <p style="text-align: left;"><img src="/media/Sharapova.jpg"
alt="Sharapova" title="Sharapova" /></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;&nbsp;</p>
<p style="text-align: left;">Winning in 2014.&nbsp;<a class="source" href="https://www.shutterstock.com/image-photo/new-york-ny-august-25-maria-238642741?src=bTy096PiHwJJJ5eBS-p0hg-1-51">Shutterstock</a></p>
<div class="grid-ten large-grid-nine grid-last content-body content entry-content instapaper_body">
<p>I once watched Maria Sharapova play tennis live. It was the fourth round of the French Open in 2014 against Sam Stosur. Sharapova lost the first set, but it was clear that this would only delay the inevitable. What followed was more like retribution than just a comeback: Sharapova won the last nine games in a row. She went on to&nbsp;<a href="https://www.theguardian.com/sport/2014/jun/07/maria-sharapova-v-simona-halep-french-open-2014-final-live">win the tournament</a>&nbsp;for the second time. What was obvious from the stands was that she possessed an unrivalled competitive ferocity. She was an irresistible force. Pure box office.</p>
<p>Two years later, in June 2016, there was a twist in the plot of the Sharapova story. She received a&nbsp;<a href="http://www.bbc.com/sport/tennis/36482288">two-year ban</a>&nbsp;from tennis (later&nbsp;<a href="http://www.bbc.co.uk/sport/tennis/37549424">reduced to 15 months</a>) after testing positive for the prohibited substance meldonium. No tennis means no points, and at the time of writing, she is&nbsp;<a href="http://www.wtatennis.com/rankings">ranked 147th in the world</a>.</p>
<p>Nevertheless, the&nbsp;<a href="https://www.usta.com/en/home.html">United States Tennis Association</a>&nbsp;(USTA) have decided to grant Sharapova a&nbsp;<a href="https://www.theguardian.com/sport/2017/aug/15/maria-sharapova-handed-wildcard-us-open">&ldquo;wild card&rdquo; to this year&rsquo;s US Open</a>. Wild cards are both scarce and prized at every level of professional tennis. They allow a player, who would otherwise have to battle through several rounds of qualifying, to skip straight into the main draw.</p>
<p>A wild card for a grand slam event is especially coveted, partly for the prestige of the tournament but also on account of the large guaranteed prize money and ranking points (and opportunity to earn more of both).</p>
<p>This is the tenth wild card that Sharapova has received since her return from the ban. Significantly, it is her first wild card for a Grand Slam event, with the French Open declining to offer her one and Wimbledon not having to make the decision on account of her being ruled out with injury.</p>
<p>The USTA have&nbsp;<a href="https://www.nytimes.com/2017/08/15/sports/tennis/maria-sharapova-us-open-wild-card.html?mcubz=0">attempted to justify its decision</a>&nbsp;to grant Sharapova a wild card on three grounds: Firstly, she has completed her suspension from competition. Secondly, there is a tradition of offering wild cards to previous US Open champions (<a href="http://www.espn.com/sports/tennis/usopen06/news/story?id=2581102">Sharapova having won in 2006</a>&nbsp;). Thirdly, Sharapova has volunteered to speak to young American players about the importance of tennis&rsquo;s anti-doping programme.</p>
<p>But they are wrong.</p>
<p>To begin with, it is incorrect to equate the end of Sharapova&rsquo;s suspension with the end of her punishment. The suspension is only part of the punishment. Another part is the damaging effect that suspension has on her ability to gain entry to tournaments following her return, with a ranking significantly lower than before she was suspended. If the intention were not to impose this type of hardship, returning dopers would be given a &ldquo;protected ranking&rdquo; (called a&nbsp;<a href="http://www.wtatennis.com/sites/default/files/rules2017.pdf">WTA Special Ranking</a>&nbsp;on the women&rsquo;s tour), as happens with players returning from long-term injury, illness, or pregnancy. But they are not.</p>
<p>By granting her wild cards, the tennis hierarchy have effectively excused Sharapova from this aspect of her punishment. In doing so, they express an implied tolerance to doping. Eugenie Bouchard, the Canadian number one, remarked that granting Sharapova wild cards&nbsp;<a href="http://www.bbc.co.uk/sport/tennis/39851644">sends the wrong message</a>&nbsp;to young kids: &ldquo;Cheat and we will welcome you back with open arms.&rdquo;</p>
<p>It might be unkind to label Sharapova a &ldquo;cheat&rdquo;. The Court of Arbitration for Sport Panel emphasised&nbsp;in its decision&nbsp;that &ldquo;under no circumstances can &hellip; [Sharapova] be considered to be an &lsquo;intentional doper&rsquo;&rdquo;.</p>
<p>She was held to be at fault for failing to make sure that substances she had been using for some years&nbsp;<a href="https://theconversation.com/sharapova-drugs-and-the-nature-bias-56006">remained off the banned list</a>. Bouchard is right, though, that granting her wild cards dilutes the condemnation implied by her punishment.</p>
<p>The USTA have also argued that they are following precedent in granting Sharapova a wildcard. Other past champions such as Juan Martin Del Potro have been granted wild cards when their ranking did not secure direct entry to the main draw.&nbsp;<a href="https://www.nytimes.com/2016/08/17/sports/tennis/juan-martin-del-potro-to-receive-wild-card-into-us-open.html?mcubz=0">Del Potro was granted a wild card</a>&nbsp;in 2016 when his ranking suffered because of a long-term wrist injury. Sharapova has been granted a wild card because her ranking suffered while suspended for doping. These are not like cases.</p>
<h2>Triple fault</h2>
<p><a href="http://www.bbc.co.uk/sport/tennis/40941761">Sharapova has promised</a>&nbsp;to provide &ldquo;anti-doping education&rdquo;. But given her&nbsp;<a href="https://www.theguardian.com/sport/2017/apr/23/maria-sharapova-tennis-doping">lack of contrition</a>&nbsp;in the 18 months since she was banned, anything she has to say in this context would lack credibility. Nor is it clear how her provision of this service would justify her receipt of a wild card.</p>
<p>Is her willingness to speak thought to indicate contrition, and deemed to count in favour of her wild card? If so, then what happens to the USTA&rsquo;s position that her doping record was irrelevant because she had served her suspension? Her doping record (and attitude towards it) cannot both be relevant and not relevant.</p>
<div class="fluid-width-video-wrapper"><iframe src="https://www.youtube.com/embed/vPraj90kcIg?wmode=transparent&amp;start=0"></iframe></div>
<p>Even so, Sharapova should have an opportunity for redemption, and she should be allowed a fresh start. But a fresh start means starting again, not taking up from where she left off before her suspension. It should not involve her being parachuted back to the upper echelons of tennis above thousands of other players who are scrapping it out in lesser tournaments, often in inhospitable conditions and for meagre prize money.</p>
<p>The decision to allow Sharapova to jump the queue is an insult to them, it is a indictment of the USTA, and it is a rotten compromise of sports integrity &ndash; for box office sparkle.</p>
</div>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Janis Pickwick</span>
            &lt;<a class="email" href="mailto:j.m.pickwick@swansea.ac.uk">j.m.pickwick@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2019/mariasharapovaswildcardfortheusopendoestennisapoorservice.php" rel="bookmark">
                <abbr class="published" title="2017-08-23T15:59:00+01:00">Wednesday 23 August 2017 15.59 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-09T12:42:39+01:00">Monday 9 September 2019 12.42 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>, Tel: <span class="tel">01792 295050</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
