CINXE.COM

World Athletics Terms & Conditions

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> World Athletics Terms &amp; Conditions </title> <link rel="canonical" href="https://worldathletics.org/terms-and-conditions" /> <meta charset="utf-8" /> <meta name="Description" content="World Athletics Terms &amp; Conditions" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1, user-scalable=yes"> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="application-name" content="" /> <meta name="msapplication-TileColor" content="#000000" /> <meta name="msapplication-square70x70logo" content="/Assets/Images/layout/other-touch/tiny.png" /> <meta name="msapplication-square150x150logo" content="/Assets/Images/layout/other-touch/square.png" /> <meta name="msapplication-wide310x150logo" content="/Assets/Images/layout/other-touch/wide.png" /> <meta name="msapplication-square310x310logo" content="/Assets/Images/layout/other-touch/large.png" /> <meta name="msapplication-notification" content="frequency=30;polling-uri=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&amp;id=1;polling-uri2=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&amp;id=2;polling-uri3=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&amp;id=3;polling-uri4=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&amp;id=4;polling-uri5=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&amp;id=5; cycle=1" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="/news/rss" /> <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,Element.prototype.closest"></script> <script> (function () { //using requestAnimationFrame to help prevent any janking effects caused //by the injected javascript var raf; if (!window.requestAnimationFrame) { raf = function (cb) { cb(); }; } else { raf = window.requestAnimationFrame; } window.waitforJQ = function (cb) { if (window.jQuery) { raf(function () { cb(jQuery); }); } else { setTimeout(function () { waitforJQ(cb); }, 250); } } }()); </script> <meta name="ROBOTS" content="NOINDEX, FOLLOW" /> <meta property="og:title" name="title" content="World Athletics | World Athletics Terms &amp; Conditions" /> <meta property="og:type" name="type" content="website" /> <meta property="og:url" name="url" content="https://worldathletics.org/terms-and-conditions" /> <meta property="og:site_name" name="site_name" content="worldathletics.org" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="worldathletics.org" /> <meta name="twitter:title" content="World Athletics Terms &amp; Conditions" /> <meta property="og:image" name="image" content="https://media.aws.iaaf.org/media/Small/default.jpg" /> <meta property="thumbnail" name="image" content="https://media.aws.iaaf.org/media/Small/default.jpg" /> <meta name="twitter:image" content="https://media.aws.iaaf.org/media/Small/default.jpg" /> <meta property="og:description" content="World Athletics Terms &amp; Conditions" /> <meta name="twitter:description" content="World Athletics Terms &amp; Conditions" /> <meta name="apple-itunes-app" content="app-id=681225974"> <!-- RequireJS --> <script src="/Assets/Scripts/requirejs/2.1.15/version/require.min.js?v=2146134028"></script> <!-- RequireJS --> <script src="/Assets/Scripts/app/bundles/common.min.js?v=2146134028"></script> <!-- RequireJS --> <script> const enableHomePage2 = true; // contents of app.js: require.config({ "baseUrl": "/Assets/Scripts/", "urlArgs": "v=2146134028", "waitSeconds": 360, "paths": { "jquery": "jquery", "jquery-cookie": "jquery-cookie", "knockout": "knockout", "knockout.validation": "knockout.validation.min", // "bxslider": "bxslider", "bootstrap": "bootstrap", "slide-show": "slide-show", "masonry": "masonry", "dotdotdot": "dotdotdot", "datejs": "datejs", "tinysort": "tinysort", //"fileDownload": "fileDownload/jquery.fileDownload", //"download": "download/download", "jqote": "jqote", "global": "global", "text": "requirejs/text", "durandal": "durandal/js", "plugins": "durandal/js/plugins", "transitions": "durandal/js/transitions", "returnDataAsync": "app/returnDataAsync.min", "youtubePopup": "app/youtubePopup.min", "polyfills": "app/polyfills.min", "sharedKnockout": "app/sharedKnockout.min", "hn-context": "app/hn-context.min", "hn-value": "app/hn-value.min", "menu": "app/bundles/menu.min" }, "shim": { "jquery-cookie": { "deps": ["jquery"] }, "bootstrap": { "deps": ["jquery"], exports: "jQuery" }, // "bxslider": { "deps": ["jquery"], exports: "jQuery.fn.bxSlider" }, "knockout.validation": { "deps": ["knockout"] }, "masonry": { "deps": ["jquery"] }, "dotdotdot": { "deps": ["jquery"] }, "tinysort": { "deps": ["jquery"] }, //"fileDownload": { "deps": ["jquery"] }, "jqote": { "deps": ["jquery"], exports: "jQuery.fn.jqote" }, }, }); require(["polyfills"]); require(["jquery"], function ($) { $(document).ready(function () { require(["https://worldathletics.org/Assets/Scripts/SSO/ui-options.js"], function () { showAndHideSsoHtmlElements($); }); require(["app/jquery.min"]); //load jquery require(["/Assets/Scripts/slide-show.js"], function () { if (document.getElementById("slideshow")) { startFadeSlideShow(); } }); if (enableHomePage2) { require(["/Assets/Scripts/app/homev2/homev2.js"]); } require(["/Assets/Scripts/app/partnercarousel/partnercarousel.js"]); if (document.getElementsByClassName('youtubepopup')[0]) { require(["youtubePopup"]); } require(["app/knockout.min"], function() { require(["app/bxslider.min"]); //load bxslider if (document.getElementById('mediaGallery') || document.getElementById('docsGallery')) { require(["app/masonry.min"]); //load masonry } if (document.getElementsByClassName('truncate')[0]) { require(["app/dotdotdot.min"]); //load dotdotdot } }); //load knockout if (!/iaaf-cookie-banner/.test(document.cookie)) { require(["app/cookieBanner"]); } }); }); require(["app/bootstrap.min"]); //load bootstrap require(["/Areas/Responsive/Assets/Scripts/app/bycategory.js"]); require(["/Areas/Responsive/Assets/Scripts/app/bydiscipline.js"]); </script> <!-- RequireJS --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://worldathletics.org/", "potentialAction": { "@type": "SearchAction", "target": "https://worldathletics.org/search/?q={search_term_string}", "query-input": "required name=search_term_string" } } </script> <script> (function (h, o, t, j, a, r) { h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 505088, hjsv: 5 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv='); </script> <link href="/Assets/Styles/style.min.css?v=2146134028" rel="stylesheet" /> <link href="/Assets/Styles/Homev2/FooterV2.css?v=2146134028" rel="stylesheet" /> <style type="text/css"> a[href="http://m.iaaf.org"] { display: none !important; } a[href="/responsive/download/medicalregistration"] { display: none !important; } div.countdownWrap { display:none !important; } a#hs-running-webinar { display:none !important; } body.iaaforg .nav-tabs.nav-comp>li.active>a, body.iaaforg .nav-tabs.nav-comp>li:focus>a { color: #666 !important; } body.iaaforg .tab-mobile-navigation.timetable>button.navbar-toggle span, body.iaaforg .tab-mobile-navigation.timetable>button.navbar-toggle i { color: #000026; } .nav-tabs.nav-results>li.active>a, .nav-tabs.nav-results>li:focus>a { background-color: #31314f !important; } @media (max-width: 767px) { .news-gallery { display: none !important; } } .temp-search .media-grid img { display: none !important; } .temp-search .media-grid .col-md-9 {width: 100% !important;} .pre-awards a { font-size: 2.8em !important; } div.banner-holder img { max-width:1080px; } @media (max-width: 600px) { .pre-awards a { font-size: 2.3em !important; } } .iaaflogo.white { background: url(https://www.iaaf.org/Assets/Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent !important; background-size: contain !important; } ._spikesLogo { background: url(https://www.iaaf.org/Assets/Images/layout/_spikes.png) 50% 50% no-repeat #feed01 !important; background-size: contain !important; } ._spikesTransparentLogo { background-image: url(https://www.iaaf.org/Assets/Images/layout/_spikestransparent.png) !important; } .fa.fa-spikes { background: url(https://www.iaaf.org/Assets/Images/layout/spikes.png) 50% 50% no-repeat #feed01 !important; background-size: 80% !important; display: none; } .dl-banner { padding-top: 13px; margin-top:10px; height:100px; } .athlete-index-intro { display: none; } .slideshow-container .heading-left { top:32% !important; } body.body--reskin.documents .site-container .panel-group>.panel>.panel-heading h4 a { color: white !important; } body.body--reskin.ui.dev-center .site-container .dev-center-list ul li { padding: 5px 0px 5px 5px !important; } body.body--reskin.ui.dev-center .site-container .dev-center-list ul li:nth-child(odd) { background-color: #f6f9f9; } body.body--reskin.world-rankings .wr-rules__body .records-table tr:nth-child(even) { background-color: #f3f3f3 !important; } body.body--reskin.constitution .site-container .panel-group>.panel>.panel-heading h4 a::after { content: "\25b6"; display: block; transition: all 0.4s; color: white !important; transform: rotate(90deg); } .top-list-filter { color: black; } .toplist-filters-wrapper select { color:black; } .documents-table-panel module { margin-left: 0px !important; } div#headingextreme-environments a { background-color:#FF873C !important; } div#headingextreme-environments a:before { content:""; display:inline-block; background: url("https://iaafmedia.s3.amazonaws.com/infographic.png") no-repeat; position:relative; top:5px; width: 40px; height: 26px; } div#headingnutrition-in-athletics a { background-color:#FF873C !important; } div#headingnutrition-in-athletics a:before { content:""; display:inline-block; background: url("https://iaafmedia.s3.amazonaws.com/infographic.png") no-repeat; position:relative; top:5px; width: 40px; height: 26px; } div#headingnutrition-infographics a { background-color:#FF873C !important; } div#headingnutrition-infographics a:before { content:""; display:inline-block; background: url("https://iaafmedia.s3.amazonaws.com/infographic.png") no-repeat; position:relative; top:5px; width: 40px; height: 26px; } div#headingpelvic-floor-health a { background-color:#FF873C !important; } div#headingpelvic-floor-health a:before { content:""; display:inline-block; background: url("https://iaafmedia.s3.amazonaws.com/infographic.png") no-repeat; position:relative; top:5px; width: 40px; height: 26px; } body.body--reskin.termConditions .outer-container .ui-privacy-table ol { margin: 0px; padding: 20px !important;} </style> <link rel="apple-touch-icon" href="/Assets/Manifest/icons/256x256.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/Assets/Manifest/icons/72x72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/Assets/Manifest/icons/114x114.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/Assets/Manifest/icons/144x144.png" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="#ff2534" /> <link rel="manifest" href="/Assets/Manifest/manifest.json" /> <script type="text/javascript" charset="utf-8"> window.dataLayer = window.dataLayer || []; window.dataLayer.push(dataLayer); </script> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl + '&gtm_auth=26-RnVSqT8Bvd2HA-5tbhw&gtm_preview=env-2&gtm_cookies_win=x'; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-5XXBVM6');</script> <!-- End Google Tag Manager --> </head> <body class="iaaforg body--reskin template1 termConditions" data-bind="css: { 'media' : iaaf.navSelect === 'Media' || iaaf.navSelect === 'MediaType' }"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5XXBVM6')" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <!--googleoff: index--> <header class="siteHeader"> <div class="headerContent"> <div class="headerTop"> <div class="container-fluid"> <div class="headerTop_Content"> <div class="topNavOuter"> <!-- Crousal Outer Strat --> <div class="crousalMain"> <div class="partner"> <ul id="sponsorsDesktop" class="sponsorsBanner"> <li class="sponsors active"> <a href="http://www.asics.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/ASICS-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="https://www.ntnglobal.com/en/index.html" target="_blank"> <img src="https://iaafmedia.s3.amazonaws.com/partners/NTN_blue.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="http://www.seiko.co.jp/en/index.php" target="_blank"> <img src="https://media.aws.iaaf.org/partners/SEIKO-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="http://www.global.tdk.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/TDK-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="https://www.tbs.co.jp/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/TBS-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Media Partner</span> </li> <li class="sponsors"> <a href="https://www.mondoworldwide.com/emea/en/sport/track-and-field/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/MONDO-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Suppliers</span> </li> <li class="sponsors"> <a href="https://www.pinsentmasons.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/pinsentmasons_small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Suppliers</span> </li> </ul> </div> </div> <!-- Crousal Outer End --> <div class="topNavWA"> <nav class="topNav"> <ul class="topNavList"> <li id="main-nav-iwa"> <a href="/about-iaaf">Inside World Athletics</a> </li> <li> <a id="library-main-nav" href="/library">Library</a> </li> <li> <a id="login-main-nav" href="https://worldathletics.org/login" style="display: none;">Login</a> </li> <li> <a id="register-main-nav" href="https://identity.worldathletics.org/registration?source=waw" style="display: none;">Register</a> </li> <li> <a id="myprofile-main-nav" href="https://identity.worldathletics.org/user-profile" style="display: none;"> My Profile </a> </li> <li> <a id="logout-main-nav" href="https://identity.worldathletics.org/logout?source=waw" style="display: none;">Logout</a> </li> <li> <a id="home-main-nav" href="/"> <span class="homeIcon"><img src="/Assets/Images/homeIcon.svg" /></span> Home</a> </li> </ul> </nav> </div> </div> </div> </div> </div> <div class="headerMain mainMenu-new-ui"> <!-- New Menu + Mobile View S--> <nav class="navbar navbar-default"> <div class="container-fluidd"> <div class="logoWrap"> <div class="logo"> <a href="/"><img src="https://media.aws.iaaf.org/logos/wa-logo.svg" alt="World Athletics"></a> </div> </div> <div class="mainNavOuter"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <div class="burgerMenu"> <img src="/assets/images/hamburger-menu.svg"> </div> <div class="crossMenu"><img src="/assets/images/icon-close.svg" alt="cross"></div> </button> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <!-- Main Menu for all devices start --> <ul id="menu_wa" class="nav navbar-nav"> <li> <a id="main-nav-home" href="/">Home</a> </li> <li class="hidden-xs hidden-sm visible-md visible-lg"> <a id="main-nav-news" href="/news">News</a> </li> <!-- Mobile view NEWS dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/news" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a id="news-all1" href="/news">All</a></li> <li><a id="news-news1" href="/news/news">News</a></li> <li><a href="/news/press-releases">Press Releases</a></li> <li><a id="news-report1" href="/news/report">Report</a></li> <li><a id="news-reviews1" href="/news/preview">Previews</a></li> <li><a id="news-features1" href="/news/features">Features</a></li> <li><a id="news-series1" href="/news/series">Series</a></li> <li><a href="/news/press-registration">Register for Press Releases</a></li> </ul> </li> <!-- end --> <li class="hidden-xs hidden-sm visible-md visible-lg"> <a id="main-nav-competetion" href="/competitions">Competitions</a> </li> <!-- Mobile view competitions dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/competitions" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Competitions <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a id="our-competition-home1" href="/competitions">Competitions Home</a></li> <li><a id="our-competition1" href="/competition">Our Competitions</a></li> <li><a id="our-competition-calender1" href="/competition/calendar-results">Calendar & Results</a></li> <li><a id="our-competition-tickets1" href="/tickets">Tickets</a></li> <li><a id="our-competition-hosting1" href="/hosting">Hosting</a></li> </ul> </li> <!-- end --> <li class="hidden-xs hidden-sm visible-md visible-lg"> <a id="main-nav-athletes" href="/athletes-home">Athletes</a> </li> <!-- Mobile view Athletes dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/athletes-home" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Athletes <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li> <a id="a-athletes-home1" href="/athletes-home">Athletes Home</a></li> <li><a id="a-world-rankings1" href="/world-rankings/introduction">World Rankings</a></li> <li><a id="a-profiles1" href="/athletes">Profiles</a></li> <li><a id="a-awards1" href="/awards">Awards</a></li> <li><a id="a-spikes1" href="https://spikes.iaaf.org/">Spikes</a></li> <li><a id="a-representatives1" href="/athletes/athlete-representatives">Athletes' Representatives</a></li> <li><a id="a-transfer1" href="/about-iaaf/documents/research-centre#collapseathlete-transfer-of-allegiance">Transfer of Allegiance</a></li> <li><a id="a-commission1" href="/about-iaaf/structure/commissions">Athletes Commission</a></li> </ul> </li> <!-- end --> <li class="hidden-xs hidden-sm visible-md visible-lg"> <a id="main-nav-disciplines" href="/our-sport">Our Sport</a> </li> <!-- Mobile view Our Sport dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/our-sport" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Our Sport <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a id="d-disciplines1" href="/our-sport">Our Sport Home</a></li> <li><a id="d-rules1" href="/about-iaaf/documents/rules-regulations">Rules & Regulations</a></li> <li><a id="d-heritage1" href="/heritage">Heritage</a></li> </ul> </li> <!-- end --> <li class="hidden-xs hidden-sm visible-md visible-lg"> <a id="main-nav-statszone" href="/stats-zone">Stats</a> </li> <!-- Mobile view Stats Zone dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/stats-zone" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Stats <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a href="/stats-zone">Stats Home</a></li> <li><a href="/competition/calendar-results">Calendar & Results</a></li> <li><a href="/records/toplists">Toplists</a></li> <li><a href="/records/by-category/world-records">Records</a></li> <li><a href="/records/send-competition-results">Send Competition Results</a></li> <li><a href="/world-rankings/introduction">World Rankings</a></li> </ul> </li> <!-- end --> <li> <a id="main-nav-ultimate" href="/competitions/world-athletics-ultimate-championship">Ultimate</a> </li> <li class="hidden-xs hidden-sm visible-md"> <a id="main-nav-beactive" href="/personal-best">Personal Best</a> </li> <!-- Mobile view Be Active dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm hidden-xs" aria-hidden="true"> <a href="/personal-best" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Be Active <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a href="/personal-best">Personal Best</a></li> <li><a href="/personal-best/lifestyle">Lifestyle</a></li> <li><a href="/personal-best/performance">Performance</a></li> <li><a href="/personal-best/culture">Culture</a></li> </ul> </li> <!-- end --> <li style="margin-right: -10px;"> <a id="main-nav-abw" href="/athletics-better-world">Better World</a> </li> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm bgColorLightGray"> <a href="/about-iaaf" role="button" aria-haspopup="true" aria-expanded="false">Inside World Athletics</a> </li> <!-- Mobile view Library dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm bgColorLightGray"> <a href="/library" role="button" aria-haspopup="true" aria-expanded="false">Library</a> </li> <!-- end --> </ul> <!-- Main Menu for all devices End --> <!-- Menu for Inside work ethletics start --> <ul id="menu_iwa" class="nav navbar-nav" style="display:none;"> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-our-organisation" href="/about-iaaf">Our Organisation</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-health-science" href="/about-iaaf/health-science">Health & Science</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-kids-athletics" href="/kids-athletics">Kids Athletics</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-development" href="/development/vision">Development</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-anti-doping" href="/about-iaaf/anti-doping">Anti Doping</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-better-world" href="/athletics-better-world">Better World</a></li> <li class="hidden-xs hidden-sm visible-md visible-lg"><a id="iwa-partners" href="/about-iaaf/partners">Official Partners</a></li> <li class="hidden-md hidden-lg visible-xs visible-sm"><a id="main-nav-home" href="/">Home</a></li> <!-- Mobile view Inside World Athletics dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a href="/about-iaaf" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Inside World Athletics <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a id="iwa-our-organisation1" href="/about-iaaf">Our Organisation</a></li> <li><a id="iwa-health-science1" href="/about-iaaf/health-science">Health & Science</a></li> <li><a id="iwa-kids-athletics1" href="/kids-athletics">Kids Athletics</a></li> <li><a id="iwa-development1" href="/development/vision">Development</a></li> <li><a id="iwa-anti-doping1" href="/about-iaaf/anti-doping">Anti Doping</a></li> <li><a id="iwa-better-world1" href="/athletics-better-world">Better World</a></li> <li><a id="iwa-partners1" href="/about-iaaf/partners">Official Partners</a></li> </ul> </li> <!-- Mobile view Library dropdown --> <li class="dropdown hidden-md hidden-lg visible-xs visible-sm"> <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Library <span class="arrow_Menu"><i class="fa fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li><a href="/library">Library Home</a></li> <li><a href="/about-iaaf/documents/book-of-rules">Constitution & Book of Rules</a></li> <li><a href="/about-iaaf/documents/strategic-plans-and-reports">Strategic Plans and Reports</a></li> <li><a href="/about-iaaf/documents/2023-elections-appointments">2023 Elections & Appointments</a></li> <li><a href="/about-iaaf/documents/member-federation-resource-centre">Member Federation Resource Centre</a></li> <li><a href="/about-iaaf/documents/technical-information">Technical Information</a></li> <li><a href="/about-iaaf/documents/research-centre">Research Centre</a></li> <li><a href="/about-iaaf/documents/health-science">Health & Science</a></li> <li><a href="/about-iaaf/documents/education">Education</a></li> <li><a href="/about-iaaf/documents/congress">Congress</a></li> <li><a href="/about-iaaf/documents/council">Council</a></li> <li><a href="/about-iaaf/documents/commissions">Commissions</a></li> </ul> </li> <!-- end --> </ul> <!-- Menu for Inside work ethletics End --> <div class="search"> <div class="searchForm"> <form role="search" action="/search" method="get" onsubmit="submitSearch(this); return false;"> <input aria-label="search box" type="text" name="q" class="searchField" placeholder="Search World Athletics"> <button type="submit" class="searchBtn"> <img class="searchIcon" src="/assets/images/search-icon.svg"> </button> </form> </div> </div> <div class="uparrow hidden-md hidden-lg"> <div type="button" class="arrowUpBtn" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <img src="/assets/images/chev-double-up.svg"> </div> </div> </div> <div class="partnerMob hidden-md hidden-lg"> </div> </div> <!-- Crousal Mobile View S --> <div class="crousalMobile hidden-md hidden-lg visible-xs visible-sm"> <div class="crousalMain "> <div class="partner"> <ul id="sponsorsMobile" class="sponsorsBanner"> <li class="sponsors active"> <a href="http://www.asics.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/ASICS-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="https://www.ntnglobal.com/en/index.html" target="_blank"> <img src="https://iaafmedia.s3.amazonaws.com/partners/NTN_blue.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="http://www.seiko.co.jp/en/index.php" target="_blank"> <img src="https://media.aws.iaaf.org/partners/SEIKO-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="http://www.global.tdk.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/TDK-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Partner</span> </li> <li class="sponsors"> <a href="https://www.tbs.co.jp/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/TBS-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Media Partner</span> </li> <li class="sponsors"> <a href="https://www.mondoworldwide.com/emea/en/sport/track-and-field/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/MONDO-small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Suppliers</span> </li> <li class="sponsors"> <a href="https://www.pinsentmasons.com/" target="_blank"> <img src="https://media.aws.iaaf.org/partners/pinsentmasons_small.png" class="sponsorsBanner__logo"> </a> <span class="label">World Athletics Suppliers</span> </li> </ul> </div> </div> </div> <!-- Crousal Mobile View E --> </div> </nav> <!-- New Menu Plus Mobile view End--> </div> </div> <script> function submitSearch(form) { var searchQuery = form.q.value; // Gets the value of the input field named 'q' window.location = '/search?q=' + encodeURIComponent(searchQuery); } var eventDate = new Date("08/19/2023 00:00:00 AM"); var currentDatetime = new Date(); var diff = currentDatetime.getTimezoneOffset(); var Difference_In_Time = (eventDate.getTime() - currentDatetime.getTime()) / 1000; //var upgradeTime = Math.round(Difference_In_Time) + (diff * 100); // in seconds var seconds = Math.round(Difference_In_Time); function timer() { var days = Math.floor(seconds / 24 / 60 / 60); var hoursLeft = Math.floor((seconds) - (days * 86400)); var hours = Math.floor(hoursLeft / 3600); var minutesLeft = Math.floor((hoursLeft) - (hours * 3600)); var minutes = Math.floor(minutesLeft / 60); var remainingSeconds = seconds % 60; function pad(n) { return (n < 10 ? "0" + n : n); } document.getElementById('countdown').innerHTML = pad(days) + '<span class="timertxt">D </span>' + pad(hours) + '<span class="timertxt">H </span>' + pad(minutes) + '<span class="timertxt">M </span>' + pad(remainingSeconds) + '<span class="timertxt">S </span>'; if (seconds == 0) { clearInterval(countdownTimer); document.getElementById('countdown').innerHTML = "Completed"; } else { seconds--; } } var countdownTimer = setInterval('timer()', 1000); </script> <a href="https://www.worldathletics.org/competitions/world-athletics-championships/budapest23"> <div class="countdownWrap"> <div class="countdownInner"> <div class="countdown"> <span class="countdownLabel"> <img src="/assets/images/seiko-logo-white.svg"> Countdown </span> <span class="countdownWrap"> <span id="countdown" class="timer"></span> </span> </div> <div class="eventNameDate"> World Athletics Championships <span class="dateEventName">Budapest23</span> <span class="hidden-xs">19 Aug - 27 Aug 2023</span> </div> </div> </div> </a> </header> <div class="inner-menu"> <div class="" id="innerMenu"> <div id="menu_about_iaaf" style="display:none"> <div id="menu_our_organisation" style="display:none;"> <div class="menu-container"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider" id="slide1" class="set" /> <input type="radio" name="slider" id="slide2" class="set" /> <input type="radio" name="slider" id="slide3" class="set" /> <input type="radio" name="slider" id="slide4" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="oo-about-iaaf" href="/about-iaaf">Introduction</a></li> <li class="slide"><a id="oo-structure" href="/about-iaaf/structure/intro">Structure</a></li> <li class="slide"><a id="oo-employment" href="/about-iaaf/employment">Employment</a></li> <li class="slide"><a id="oo-tenders" href="/about-iaaf/tenders">Tenders</a></li> <li class="slide"><a id="oo-contact-us" href="/about-iaaf/contact-us">Contact</a></li> <li class="slide"><a id="oo-newsletter-registration" href="/about-iaaf/newsletter-registration">Newsletters</a></li> </ul> </div> </div> <div id="controls" class="control" onclick=""> <label for="slide1"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide2"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide3"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide4"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> <script> // function setOrganizationActives() { // debugger; // linkObj = document.getElementById('menu_about_iaaf').getElementsByTagName('a'); // var checkIntroIsSelected = document.location.href.endsWith("about-iaaf"); // for (i = 0; i < linkObj.length; i++) { // if (document.location.href.indexOf(linkObj[i].id) > 0) { // linkObj[i].classList.add("active"); // } // else if (checkIntroIsSelected) { // document.getElementById('about-into').classList.add("active"); // } // else { // linkObj[i].classList.remove("active"); // } // } //} </script> </div> </div> <div id="menu_health_science" style="display:none"> <div class="menu-container"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider2" id="slide_1_healthScience" class="set" /> <input type="radio" name="slider2" id="slide_2_healthScience" class="set" /> <input type="radio" name="slider2" id="slide_3_healthScience" class="set" /> <input type="radio" name="slider2" id="slide_4_healthScience" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="hs-intro" href="/about-iaaf/health-science">Introduction</a></li> <li class="slide"><a id="hs-next-event" href="/about-iaaf/health-science/next-events">Next Courses</a> <li class="slide"><a id="hs-running-webinar" href="/about-iaaf/health-science/endurance-running-medicine-webinars">Endurance Running Webinars</a> <li class="slide"><a id="hs-register" href="/responsive/download/medicalregistration">Register</a></li> <li class="slide"><a id="hs-outbreak" href="/about-iaaf/health-science/risk-assessment">Outbreak Prevention Tools</a></li> <li class="slide"><a id="hs-wairec" href="/about-iaaf/health-science/wairec">Research Ethics Committee</a></li> </ul> </div> </div> <div id="controls" class="control_healthScience" onclick=""> <label for="slide_1_healthScience"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_healthScience"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_healthScience"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_healthScience"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> <div id="menu_development" style="display:none"> <div class="menu-container"> <!--<ul class="nav navbar-nav navbar-left"> <li><a id="dev-intro" href="/development/vision">Introduction</a></li> <li><a id="dev-development-center" href="/athletics-development/development-centre/adc-asia">Areas</a> <li><a id="dev-development-community" href="/development/community/solidarity">Development Community</a></li> <li><a id="dev-atc" href="/development/community/atc">ATC's</a></li> </ul>--> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider3" id="slide_1_dev" class="set" /> <input type="radio" name="slider3" id="slide_2_dev" class="set" /> <input type="radio" name="slider3" id="slide_3_dev" class="set" /> <input type="radio" name="slider3" id="slide_4_dev" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="dev-intro" href="/development/vision">Introduction</a></li> <li class="slide"><a id="dev-development-center" href="/athletics-development/development-centre/adc-asia">Areas</a> <li class="slide"><a id="dev-development-community" href="/development/community/solidarity">Development Community</a></li> <li class="slide"><a id="dev-atc" href="/development/community/atc">ATC's</a></li> </ul> </div> </div> <div id="controls" class="control_dev" onclick=""> <label for="slide_1_dev"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_dev"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_dev"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_dev"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_news" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider4" id="slide_1_mnews" class="set" /> <input type="radio" name="slider4" id="slide_2_mnews" class="set" /> <input type="radio" name="slider4" id="slide_3_mnews" class="set" /> <input type="radio" name="slider4" id="slide_4_mnews" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="news-all" href="/news">All</a></li> <li class="slide"><a id="news-news" href="/news/news">News</a></li> <li class="slide"><a id="news-press-releases" href="/news/press-releases">Press Releases</a></li> <li class="slide"><a id="news-report" href="/news/report">Report</a></li> <li class="slide"><a id="news-reviews" href="/news/preview">Previews</a></li> <li class="slide"><a id="news-features" href="/news/features">Features</a></li> <li class="slide"><a id="news-series" href="/news/series">Series</a></li> <li class="slide"><a id="news-press-registration" href="/news/press-registration">Register for Press Releases</a></li> </ul> </div> </div> <div id="controls" class="control_news" onclick=""> <label for="slide_1_mnews"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_mnews"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_mnews"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_mnews"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_competition" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider3a" id="slide_1_mc" class="set" /> <input type="radio" name="slider3a" id="slide_2_mc" class="set" /> <input type="radio" name="slider3a" id="slide_3_mc" class="set" /> <input type="radio" name="slider3a" id="slide_4_mc" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="our-competition-home" href="/competitions">Competitions Home</a></li> <li class="slide"><a id="our-competition" href="/competition">Our Competitions</a></li> <li class="slide"><a id="our-competition-calender" href="/competition/calendar-results">Calendar & Results</a></li> <li class="slide"><a id="our-competition-tickets" href="/tickets">Tickets</a></li> <li class="slide"><a id="our-competition-hosting" href="/hosting">Hosting</a></li> <li class="slide"><a href="/records/competition-performance-rankings">Competition Performance Ranking</a></li> </ul> </div> </div> <div id="controls" class="control_mc" onclick=""> <label for="slide_1_mc"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_mc"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_mc"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_mc"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_athletes" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider6" id="slide_1_MAthletes" class="set" /> <input type="radio" name="slider6" id="slide_2_MAthletes" class="set" /> <input type="radio" name="slider6" id="slide_3_MAthletes" class="set" /> <input type="radio" name="slider6" id="slide_4_MAthletes" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="a-athletes" href="/athletes-home">Athletes Home</a> </li> <li class="slide"><a id="a-world-rankings" href="/world-rankings/introduction">World Rankings</a></li> <li class="slide"><a id="a-profiles" href="/athletes">Profiles</a></li> <li class="slide"><a id="a-awards" href="/awards">Awards</a></li> <li class="slide"><a id="a-spikes" href="https://spikes.iaaf.org/">Spikes</a></li> <li class="slide"><a id="a-representatives" href="/athletes/athlete-representatives">Athletes' Representatives</a></li> <li class="slide"><a id="a-transfer" href="/about-iaaf/documents/research-centre#collapseathlete-transfer-of-allegiance">Transfer of Allegiance</a></li> <li class="slide"><a id="a-commission" href="/about-iaaf/structure/commissions">Athletes Commission</a></li> </ul> </div> </div> <div id="controls" class="control_MAthletes" onclick=""> <label for="slide_1_MAthletes"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_MAthletes"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_MAthletes"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_MAthletes"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_disciplines" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider7" id="slide_1_ourSport" class="set" /> <input type="radio" name="slider7" id="slide_2_ourSport" class="set" /> <input type="radio" name="slider7" id="slide_3_ourSport" class="set" /> <input type="radio" name="slider7" id="slide_4_ourSport" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="d-disciplines" href="/our-sport">Our Sport Home</a></li> <li class="slide"><a id="d-rules" href="/about-iaaf/documents/rules-regulations">Rules & Regulations</a></li> <li class="slide"><a id="d-heritage" href="/heritage">Heritage</a></li> </ul> </div> </div> <div id="controls" class="control_ourSport" onclick=""> <label for="slide_1_ourSport"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_ourSport"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_ourSport"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_ourSport"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="menu_world_rankings"> <div class="menu-container"> <div id="menu_world_rankings" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider12" id="slide_1_MWorldRanking" class="set" /> <input type="radio" name="slider12" id="slide_2_MWorldRanking" class="set" /> <input type="radio" name="slider12" id="slide_3_MWorldRanking" class="set" /> <input type="radio" name="slider12" id="slide_4_MWorldRanking" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="wr-intro" href="/world-rankings/introduction">Intro</a></li> <li class="slide"><a id="wr-event-ranking" href="/world-rankings">Event Ranking</a></li> <li class="slide"><a id="wr-ranking-rules" href="/world-ranking-rules/basics">Ranking Criteria</a></li> <li class="slide"><a id="wr-competition-performance-ranking" href="/records/competition-performance-rankings">Competition Performance Ranking</a></li> <li class="slide"><a id="wr-calendar" href="/competition/calendar-results">Calendar</a></li> </ul> </div> </div> <div id="controls" class="control_MWorldRanking" onclick=""> <label for="slide_1_MWorldRanking"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_MWorldRanking"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_MWorldRanking"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_MWorldRanking"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_stats" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider8" id="slide_1_menuStats" class="set" /> <input type="radio" name="slider8" id="slide_2_menuStats" class="set" /> <input type="radio" name="slider8" id="slide_3_menuStats" class="set" /> <input type="radio" name="slider8" id="slide_4_menuStats" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a href="/stats-zone">Stats Home</a></li> <li class="slide"><a id="sz-results" href="/competition/calendar-results">Calendar & Results</a></li> <li class="slide"><a id="sz-toplists" href="/records/toplists">Toplists</a></li> <li class="slide"><a id="sz-records" href="/records/by-category/world-records">Records</a></li> <li class="slide"><a id="sz-send-competition-results" href="/records/send-competition-results">Send Competition Results</a></li> <li class="slide"><a id="sz-world-ranking" href="/world-rankings/introduction">World Rankings</a></li> </ul> </div> </div> <div id="controls" class="control_menuStats" onclick=""> <label for="slide_1_menuStats"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_menuStats"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_menuStats"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_menuStats"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_beactive" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider13" id="slide_1_beActive" class="set" /> <input type="radio" name="slider13" id="slide_2_beActive" class="set" /> <input type="radio" name="slider13" id="slide_3_beActive" class="set" /> <input type="radio" name="slider13" id="slide_4_beActive" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a href="/personal-best">All</a></li> <li class="slide"><a id="ba-lifestyle" href="/personal-best/lifestyle">Lifestyle</a></li> <li class="slide"><a id="ba-performance" href="/personal-best/performance">Performance</a></li> <li class="slide"><a id="ba-culture" href="/personal-best/culture">Culture</a></li> </ul> </div> </div> <div id="controls" class="control_beActive" onclick=""> <label for="slide_1_beActive"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_beActive"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_beActive"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_beActive"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div class="navOuterSec"> <div class="menu-container"> <div id="menu_library" style="display:none"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider11" id="slide_1_menuLibrary" class="set" /> <input type="radio" name="slider11" id="slide_2_menuLibrary" class="set" /> <input type="radio" name="slider11" id="slide_3_menuLibrary" class="set" /> <input type="radio" name="slider11" id="slide_4_menuLibrary" class="set" /> <input type="radio" name="slider11" id="slide_5_menuLibrary" class="set" /> <input type="radio" name="slider11" id="slide_6_menuLibrary" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="lib-constitution" href="/about-iaaf/documents/book-of-rules">Constitution & Book of Rules</a></li> <li class="slide"><a id="lib-strategicPlans" href="/about-iaaf/documents/strategic-plans-and-reports">Strategic Plans and Reports</a></li> <li class="slide"><a id="lib-2023electionsappointments" href="/about-iaaf/documents/2023-elections-appointments">2023 Elections & Appointments</a></li> <li class="slide"><a id="lib-memberfederation" href="/about-iaaf/documents/member-federation-resource-centre">Member Federation Resource Centre</a></li> <li class="slide"><a id="lib-technical" href="/about-iaaf/documents/technical-information">Technical Information</a></li> <li class="slide"><a id="lib-anti-doping" href="/about-iaaf/documents/anti-doping">Anti Doping</a></li> <li class="slide"><a id="lib-health-science" href="/about-iaaf/documents/health-science">Health & Science</a></li> <li class="slide"><a id="lib-research" href="/about-iaaf/documents/research-centre">Research Centre</a></li> <li class="slide"><a id="lib-education" href="/about-iaaf/documents/education">Education</a></li> <li class="slide"><a id="lib-congress" href="/about-iaaf/documents/congress">Congress</a></li> <li class="slide"><a id="lib-council" href="/about-iaaf/documents/council">Council</a></li> <li class="slide"><a id="lib-commission" href="/about-iaaf/documents/commissions">Commissions</a></li> </ul> </div> </div> <div id="controls" class="control_menuLibrary" onclick=""> <label for="slide_1_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_5_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_6_menuLibrary"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> <div id="menu_stats_toplists" style="display:none"> <div class="menu-container"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider9" id="slide_1_menuStatsToplist" class="set" /> <input type="radio" name="slider9" id="slide_2_menuStatsToplist" class="set" /> <input type="radio" name="slider9" id="slide_3_menuStatsToplist" class="set" /> <input type="radio" name="slider9" id="slide_4_menuStatsToplist" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="szt-season-submenu" href="/records/toplists">Season Top Lists</a></li> <li class="slide"><a id="szt-all-time-sub" href="/records/all-time-toplists/sprints/100-metres/outdoor/women/senior">All time Top lists</a></li> </ul> </div> </div> <div id="controls" class="control_menuStats" onclick=""> <label for="slide_1_menuStatsToplist"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_menuStatsToplist"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_menuStatsToplist"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_menuStatsToplist"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> <div id="menu_stats_records" style="display:none"> <div class="menu-container"> <div class="menuSliderOuter"> <div class="slides"> <input checked type="radio" name="slider10" id="slide_1_menuStatsRecords" class="set" /> <input type="radio" name="slider10" id="slide_2_menuStatsRecords" class="set" /> <input type="radio" name="slider10" id="slide_3_menuStatsRecords" class="set" /> <input type="radio" name="slider10" id="slide_4_menuStatsRecords" class="set" /> <div class="mask"> <div class="overflow"> <ul class="nav navbar-nav navbar-left"> <li class="slide"><a id="szr-records-by-type" href="/records/by-category/world-records">Records by Type</a></li> <li class="slide"> <a id="szr-records-by-event" href="/records/by-discipline/sprints/100-metres/all/men">Records by Event</a></li> <li class="slide"><a id="szr-certified-road-events" href="/records/certified-roadevents">Certified Road Events</a></li> </ul> </div> </div> <div id="controls" class="control_menuStats" onclick=""> <label for="slide_1_menuStatsRecords"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_2_menuStatsRecords"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_3_menuStatsRecords"><img src="/assets/images/chev-double-up.svg"></label> <label for="slide_4_menuStatsRecords"><img src="/assets/images/chev-double-up.svg"></label> </div> </div> </div> </div> </div> </div> </div> <script> if ((window.location.pathname.toLowerCase().indexOf('/about-iaaf') == 0 || window.location.pathname.toLowerCase().indexOf('/athletics-development') == 0 || window.location.pathname.toLowerCase().indexOf('/development') == 0 || window.location.pathname.toLowerCase().indexOf('/responsive/download/medicalregistration') == 0) && (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents') != 0)) { document.getElementById('menu_about_iaaf').style.display = 'block'; document.getElementById('menu_iwa').style.display = 'block'; document.getElementById('main-nav-iwa').style.background = 'block'; document.getElementById('menu_wa').style.display = 'none'; document.getElementById('main-nav-iwa').classList.add("active_IWA"); OurOrganisation(); HealthScience(); Development(); AntiDoping(); Partners(); } else { document.getElementById('menu_about_iaaf').style.display = 'none'; document.getElementById('menu_iwa').style.display = 'none'; document.getElementById('menu_wa').style.display = 'block'; document.getElementById('main-nav-iwa').classList.add("active_WA"); } if (window.location.pathname.toLowerCase().indexOf('/news') == 0) { document.getElementById('menu_news').style.display = 'block'; document.getElementById('main-nav-news').classList.add("active"); } else { document.getElementById('menu_news').style.display = 'none'; } if (window.location.pathname.toLowerCase().indexOf('/competition') == 0 || window.location.pathname.toLowerCase().indexOf('/page/iaaf-app') == 0 || window.location.pathname.toLowerCase().indexOf('/tickets') == 0) { document.getElementById('menu_competition').style.display = 'block'; document.getElementById('main-nav-competetion').classList.add("active"); } else { document.getElementById('menu_competition').style.display = 'none'; } if (window.location.pathname.toLowerCase().indexOf('/about-iaaf') == 0) { document.getElementById('home-main-nav').style.display = 'block'; } else { document.getElementById('home-main-nav').style.display = 'none'; } if (window.location.pathname.toLowerCase().indexOf('/athletes') == 0 || window.location.pathname.toLowerCase().indexOf('/world-rankings/') == 0 || window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/research-centre#collapseathlete-transfer-of-allegiance') == 0 || window.location.pathname.toLowerCase().indexOf('/world-ranking-rules/') == 0 || window.location.pathname.toLowerCase().indexOf('/records/competition-performance-rankings') == 0 || window.location.pathname.toLowerCase().indexOf('/world-ranking-calendar') == 0 ) { document.getElementById('menu_athletes').style.display = 'block'; document.getElementById('menu_about_iaaf').style.display = 'none'; document.getElementById('main-nav-athletes').classList.add("active"); } else { document.getElementById('menu_athletes').style.display = 'none'; } if (window.location.pathname.toLowerCase().indexOf('/world-rankings/') == 0 || window.location.pathname.toLowerCase().indexOf('/world-ranking-rules/') == 0 || window.location.pathname.toLowerCase().indexOf('/records/competition-performance-rankings') == 0 || window.location.pathname.toLowerCase().indexOf('/world-ranking-calendar') == 0 ) { document.getElementById('menu_world_rankings').style.display = 'block'; } if (window.location.pathname.toLowerCase().indexOf('/discipline') == 0 || window.location.pathname.toLowerCase().indexOf('/our-sport') == 0 || window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/rules-regulations') == 0 ) { document.getElementById('menu_disciplines').style.display = 'block'; document.getElementById('menu_about_iaaf').style.display = 'none'; document.getElementById('menu_our_organisation').style.display = 'none'; document.getElementById('menu_library').style.display = 'none'; document.getElementById('main-nav-disciplines').classList.add("active"); } // stats zone if (window.location.pathname.toLowerCase().indexOf('/results') == 0 || window.location.pathname.toLowerCase().indexOf('/records/toplists/') == 0 || window.location.pathname.toLowerCase().indexOf('/records/by-category/') == 0 || window.location.pathname.toLowerCase().indexOf('/records/send-competition-results') == 0 || window.location.pathname.toLowerCase().indexOf('/records/all-time-toplists/') == 0) { document.getElementById('menu_stats').style.display = 'block'; document.getElementById('main-nav-statszone').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/personal-best') == 0) { document.getElementById('menu_beactive').style.display = 'block'; document.getElementById('main-nav-beactive').classList.add("active"); } else { document.getElementById('menu_beactive').style.display = 'none'; } if (window.location.pathname.toLowerCase().indexOf('/library') == 0) { document.getElementById('menu_library').style.display = 'block'; } else { document.getElementById('menu_library').style.display = 'none'; } // Be Active if (window.location.pathname.toLowerCase().indexOf('/personal-best') == 0) { document.getElementById('menu_beactive').style.display = 'block'; } // Library if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents') == 0 && window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/research-centre#collapseathlete-transfer-of-allegiance') != 0 && window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/rules-regulations') != 0) { document.getElementById('menu_library').style.display = 'block'; } // set active class var pathname = window.location.pathname.toLowerCase(); // our organisation if (pathname == '/about-iaaf') { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-about-iaaf').classList.add("active"); } if (pathname.indexOf('/about-iaaf/structure') == 0) { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-structure').classList.add("active"); } if (pathname.indexOf('/about-iaaf/employment') == 0) { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-employment').classList.add("active"); } if (pathname.indexOf('/about-iaaf/tenders') == 0) { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-tenders').classList.add("active"); } if (pathname.indexOf('/about-iaaf/contact-us') == 0) { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-contact-us').classList.add("active"); } if (pathname.indexOf('/about-iaaf/newsletter-registration') == 0) { document.getElementById('iwa-our-organisation').classList.add("active"); document.getElementById('oo-newsletter-registration').classList.add("active"); } //Health & science if (pathname.indexOf('/about-iaaf/health-science') == 0 && pathname.indexOf('/about-iaaf/health-science/next-events') != 0 && pathname.indexOf('/about-iaaf/health-science/risk-assessment') != 0 && pathname.indexOf('/about-iaaf/health-science/endurance-running-medicine-webinars') != 0 && pathname.indexOf('/about-iaaf/health-science/wairec') != 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-intro').classList.add("active"); } if (pathname.indexOf('/about-iaaf/health-science/next-events') == 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-next-event').classList.add("active"); } if (pathname.indexOf('/about-iaaf/health-science/endurance-running-medicine-webinars') == 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-running-webinar').classList.add("active"); } if (pathname.indexOf('/responsive/download/medicalregistration') == 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-register').classList.add("active"); } if (pathname.indexOf('/about-iaaf/health-science/risk-assessment') == 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-outbreak').classList.add("active"); } if (pathname.indexOf('/about-iaaf/health-science/wairec') == 0) { document.getElementById('iwa-health-science').classList.add("active"); document.getElementById('hs-wairec').classList.add("active"); } // development if ((pathname.indexOf('/development/vision') == 0 || (pathname.indexOf('/athletics-development/development-centre') == 0) || (pathname.indexOf('/development/community/') == 0)) && pathname.indexOf('/development/community/atc') != 0) { document.getElementById('iwa-development').classList.add("active"); } // anti doping if (pathname.indexOf('/about-iaaf/anti-doping') == 0) { document.getElementById('iwa-anti-doping').classList.add("active"); } // news page if (pathname.indexOf('/news') == 0 && pathname.indexOf('/news/news') != 0 && pathname.indexOf('/news/') != 0) { document.getElementById('news-all').classList.add("active"); } if (((pathname.indexOf('/news/news') == 0) || pathname.indexOf('/news/iaaf-news') == 0) && pathname.indexOf('/news/report') != 0) { document.getElementById('news-news').classList.add("active"); } if (pathname.indexOf('/news/report') == 0) { document.getElementById('news-report').classList.add("active"); } if (pathname.indexOf('/news/preview') == 0) { document.getElementById('news-reviews').classList.add("active"); } if (pathname.indexOf('/news/features') == 0 || pathname.indexOf('/news/feature/') == 0) { document.getElementById('news-features').classList.add("active"); } if (pathname.indexOf('/news/series') == 0) { document.getElementById('news-series').classList.add("active"); } if (pathname.indexOf('/news/press-releases') == 0) { document.getElementById('news-press-releases').classList.add("active"); } if (pathname.indexOf('/news/press-registration') == 0) { document.getElementById('news-press-registration').classList.add("active"); } // competition if (pathname.indexOf('/competition') == 0 && pathname.indexOf('/competition/') != 0) { document.getElementById('our-competition').classList.add("active"); //document.getElementById('our-competition1').classList.add("active"); } if (pathname.indexOf('/page/iaaf-app') == 0) { document.getElementById('our-competition-app').classList.add("active"); //document.getElementById('our-competition-app1').classList.add("active"); } if (pathname.indexOf('/competition/calendar') == 0) { document.getElementById('our-competition-calender').classList.add("active"); } if (pathname.indexOf('/tickets') == 0) { document.getElementById('our-competition-tickets').classList.add("active"); } // athletes if (pathname.indexOf('/athletes') == 0 && pathname.indexOf('/athletes/') != 0) { document.getElementById('a-profiles').classList.add("active"); } if (pathname.indexOf('/world-rankings/introduction') == 0) { document.getElementById('a-world-rankings').classList.add("active"); document.getElementById('wr-intro').classList.add("active"); } if (pathname.indexOf('/athletes/') == 0 && pathname.indexOf('/athletes/athlete-representatives') != 0) { document.getElementById('a-profiles').classList.add("active"); } if (pathname.indexOf('/athletes/athlete-representatives') == 0) { document.getElementById('a-representatives').classList.add("active"); } if (pathname.indexOf('/about-iaaf/documents/research-centre#collapseathlete-transfer-of-allegiance') == 0) { document.getElementById('a-transfer').classList.add("active"); } if (pathname.indexOf('/about-iaaf/structure/commissions') == 0) { document.getElementById('a-commission').classList.add("active"); } if (pathname.indexOf('/world-rankings/100m/women') == 0) { document.getElementById('a-world-rankings').classList.add("active"); document.getElementById('wr-event-ranking').classList.add("active"); } if (pathname.indexOf('/world-ranking-rules/') == 0) { document.getElementById('a-world-rankings').classList.add("active"); document.getElementById('wr-ranking-rules').classList.add("active"); } if (pathname.indexOf('/records/competition-performance-rankings') == 0) { document.getElementById('a-world-rankings').classList.add("active"); document.getElementById('wr-competition-performance-ranking').classList.add("active"); } if (pathname.indexOf('/world-ranking-calendar') == 0) { document.getElementById('a-world-rankings').classList.add("active"); document.getElementById('wr-calendar').classList.add("active"); } //disciplines if (pathname.indexOf('/our-sport') == 0) { document.getElementById('d-disciplines').classList.add("active"); } if (pathname.indexOf('/about-iaaf/documents/rules-regulations') == 0) { document.getElementById('d-rules').classList.add("active"); } // Development if (pathname.indexOf('/development/vision') == 0) { document.getElementById('dev-intro').classList.add("active"); } if (pathname.indexOf('/athletics-development/development-centre/') == 0) { document.getElementById('dev-development-center').classList.add("active"); } if (pathname.indexOf('/development/community/') == 0 && pathname.indexOf('/development/community/atc') != 0) { document.getElementById('dev-development-community').classList.add("active"); } if (pathname.indexOf('/development/community/atc') == 0) { document.getElementById('dev-atc').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/by-discipline') == 0 || window.location.pathname.toLowerCase().indexOf('/records/certified-roadevents') == 0) { document.getElementById('main-nav-statszone').classList.add("active"); } // stats zone if (window.location.pathname.toLowerCase().indexOf('/results') == 0) { document.getElementById('sz-results').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/toplists/') == 0) { document.getElementById('menu_stats_toplists').style.display = 'block'; document.getElementById('sz-toplists').classList.add("active"); document.getElementById('szt-season-submenu').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/all-time-toplists/') == 0) { document.getElementById('menu_stats_toplists').style.display = 'block'; document.getElementById('sz-toplists').classList.add("active"); document.getElementById('szt-all-time-sub').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/by-category/') == 0) { document.getElementById('sz-records').classList.add("active"); document.getElementById('menu_stats_records').style.display = 'block'; document.getElementById('szr-records-by-type').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/by-discipline/') == 0) { document.getElementById('menu_stats').style.display = 'block'; document.getElementById('sz-records').classList.add("active"); document.getElementById('menu_stats_records').style.display = 'block'; document.getElementById('szr-records-by-event').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/certified-roadevents') == 0) { document.getElementById('menu_stats').style.display = 'block'; document.getElementById('sz-records').classList.add("active"); document.getElementById('menu_stats_records').style.display = 'block'; document.getElementById('szr-certified-road-events').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/records/send-competition-results') == 0) { document.getElementById('sz-send-competition-results').classList.add("active"); } // library if (window.location.pathname.toLowerCase().indexOf('/library') == 0) { //document.getElementById('lib-library').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/book-of-rules') == 0) { document.getElementById('lib-constitution').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/strategic-plans-and-reports') == 0) { document.getElementById('lib-strategicPlans').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/2023-elections-appointments') == 0) { document.getElementById('lib-2023electionsappointments').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/member-federation-resource-centre') == 0) { document.getElementById('lib-memberfederation').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/technical-information') == 0) { document.getElementById('lib-technical').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/research-centre') == 0) { document.getElementById('lib-research').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/health-science') == 0) { document.getElementById('lib-health-science').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/education') == 0) { document.getElementById('lib-education').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/congress') == 0) { document.getElementById('lib-congress').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/council') == 0) { document.getElementById('lib-council').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } else if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/documents/commissions') == 0) { document.getElementById('lib-commission').classList.add("active"); document.getElementById('library-main-nav').classList.add("active"); } // be active if (window.location.pathname.toLowerCase().indexOf('/personal-best') == 0) { document.getElementById('main-nav-beactive').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/personal-best/lifestyle') == 0) { document.getElementById('ba-lifestyle').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/personal-best/performance') == 0) { document.getElementById('ba-performance').classList.add("active"); } if (window.location.pathname.toLowerCase().indexOf('/personal-best/culture') == 0) { document.getElementById('ba-culture').classList.add("active"); } function OurOrganisation() { if (window.location.pathname.toLowerCase().indexOf('/about-iaaf') == 0) { document.getElementById('menu_our_organisation').style.display = 'block'; } else { document.getElementById('menu_our_organisation').style.display = 'none'; } } function HealthScience() { if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/health-science') == 0 || window.location.pathname.toLowerCase().indexOf('/responsive/download/medicalregistration') == 0) { document.getElementById('menu_health_science').style.display = 'block'; document.getElementById('menu_our_organisation').style.display = 'none'; } else { document.getElementById('menu_health_science').style.display = 'none'; } } function AntiDoping() { if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/anti-doping') == 0) { document.getElementById('menu_health_science').style.display = 'none'; document.getElementById('menu_our_organisation').style.display = 'none'; } } function Partners() { if (window.location.pathname.toLowerCase().indexOf('/about-iaaf/partners') == 0) { document.getElementById('menu_health_science').style.display = 'none'; document.getElementById('menu_our_organisation').style.display = 'none'; document.getElementById('iwa-partners').classList.add("active"); } } function Development() { if (window.location.pathname.toLowerCase().indexOf('/development/vision') == 0 || window.location.pathname.toLowerCase().indexOf('/athletics-development/development-centre/') == 0 || window.location.pathname.toLowerCase().indexOf('/development/community/') == 0) { document.getElementById('menu_development').style.display = 'block'; } } // home button on top nav if (document.getElementById('main-nav-iwa').className == 'active_IWA') { document.getElementById('home-main-nav').style.display = 'block'; } else { document.getElementById('home-main-nav').style.display = 'none'; } </script> <!-- ko if: iaaf.navSelect !== 'Home' --> <div class="iaafMainLogo valign-middle printHeader"> <div class="col-md-12 no-padding"> <div class="child"> <a href="/"> <img src="https://media.aws.iaaf.org/logos/wa-logo.svg" alt="World Athletics"> </a> <div class="tagline"> <h5> <span> Home of World Athletics </span> <img src="/Assets/Images/layout/iaaf-full-word.png?v=1509084159" alt="IAAF"> </h5> </div> </div> </div> </div> <!-- /ko --> <script type="text/javascript"> //var sponsorInterval = null; //$(document).ready(function () { // var activeSponsors = $('.sponsorsBanner:visible').attr('id'); // var rotateSponsors = function () { // $("#" + activeSponsors + " li.active").removeClass('active') // .next().add("#" + activeSponsors + " li:first").last().addClass("active"); // } // function resizedw() { // var currentActive = $('.sponsorsBanner:visible').attr('id'); // if (activeSponsors !== $('.sponsorsBanner:visible').attr('id')) { // activeSponsors = currentActive; // clearTimeout(sponsorInterval); // sponsorInterval = setInterval(toggleSlide, 3000); // } // } // window.onresize = function () { // clearTimeout(doit); // var doit = setTimeout(resizedw, 100); // }; // sponsorInterval = setInterval(rotateSponsors, 3000); //}); </script> <!--googleon: index--> <div class="outer-container"> <div class="site-container"> <div class="container comp-heading"> <div class="clearfix"></div> <div class="col-md-12 col-sm-12 col-xs-12 "> <h1> World Athletics Terms &amp; Conditions </h1> <div class="clearfix"></div> <div class="container"> <ul class="row social-grid"> <li> <a href="http://www.facebook.com/share.php?u=https://worldathletics.org/terms-and-conditions&title=World Athletics Terms &amp; Conditions" class="social fb" onclick="_gaq.push(['_trackEvent', 'Share', 'Facebook', 'https://worldathletics.org/terms-and-conditions']);" target="_blank"> <i class="fa fa-facebook-square"></i> Share </a> </li> <li> <a href="http://twitter.com/intent/tweet?status=World Athletics Terms &amp; Conditions+https://worldathletics.org/terms-and-conditions" class="social tw" onclick="_gaq.push(['_trackEvent', 'Share', 'Twitter', 'https://worldathletics.org/terms-and-conditions']);" target="_blank"> <i class="fa fa-twitter"></i> Tweet </a> </li> <li> <a href="/about-iaaf/contact-us" class="social em" onclick="_gaq.push(['_trackEvent', 'Share', 'Email', 'https://worldathletics.org/terms-and-conditions']);" target="_blank"> <i class="fa fa-envelope-o"></i> Email </a> </li> </ul> </div> <div class="clearfix"></div> <article class="minus-offset padding about-panel ui-privacy-table"> <div class="tc-page"> <p align="center">WEBSITE &ndash; TERMS AND CONDITIONS</p> <p align="center"><a href="#competitions">General Competition Terms</a> | <a href="#predictor">Predictor Game Terms</a></p> <p align="center">&nbsp;</p> <ol> <li><strong>Introduction</strong> <ol> <li>This Website (&ldquo;<strong>worldathletics.org</strong>&rdquo;) is owned and operated by World Athletics (formerly International Association of Athletics Federations) whose registered office is at&nbsp;6-8, Quai Antoine 1er, BP 359, MC 98007 Monaco Cedex.</li> <li>You are asked to read these terms and conditions of use (the &ldquo;Terms and Conditions&rdquo;) carefully.&nbsp; By accessing this Website and/or any of its pages you confirm your agreement with and understanding of the following Terms and Conditions and the legal information relating to both this Website and any material on it. &nbsp;If you do not agree to these Terms and Conditions, do not access this Website.&nbsp;In addition, when using services on the Website, you shall be subject to any posted guidelines or rules applicable to such services that may be posted on the Website from time to time. All such guidelines or rules are incorporated by reference into these Terms and Conditions.&nbsp;</li> <li><u>These Terms &amp; Conditions&nbsp;were produced in October 2018</u>.&nbsp;The World Athletics reserves the right to change these Terms and Conditions at any time without notice to you. You are therefore responsible for regularly reviewing these Terms and Conditions. Continued use of this Website following any such changes shall constitute your acceptance of such changes.</li> <li>For the purposes of these Terms and Conditions, &ldquo;we", "our" and "us" refers to the World Athletics while references to &ldquo;you&rdquo; and &ldquo;your&rdquo; refers to the persons accessing this Website (including persons who access this site on the behalf of other persons).</li> </ol> </li> <li><strong>Copyright, Trade Marks etc.</strong> <ol> <li>The copyright and all other rights, whether intellectual property or other rights, in the material on the Website are owned by the World Athletics or are included with the permission of the owner of the rights.</li> <li>You may download a single copy of the material on the Website on a single computer for your own private viewing/listening purposes only.</li> <li>Single copies of pages from the Website may be printed out for the sole purposes of enabling the person printing the page to retain a copy for their own personal records.</li> <li>No copying or distribution of material on the Website for any commercial or business use is permitted without our prior written consent.</li> <li>No photography, filming, broadcast, alteration or modification of the pages of the Website is permitted without our prior written consent except as may be reasonably necessary to use the Website in good faith.</li> <li>All World Athletics trade marks (whether registered or unregistered) and graphics, logos, designs, page headers and button icons are the intellectual property rights of the World Athletics and neither they, nor any confusingly similar versions, may be used by you, including (but not limited to) as part of any trademarks, domain names and/or social media names or tags without the prior written consent of the World Athletics other than for the purpose of referring to the World Athletics and its associated brands lawfully and in good faith (only).</li> </ol> </li> <li><strong>Prohibited use</strong> <ol> <li>You agree not to use the Website:</li> <ol> <li>to create a database (electronic or otherwise) that includes material downloaded or otherwise obtained from the Website;</li> <li>to place advertisements on the Website or use the Website for any other commercial purposes (which would include using the Website to promote or encourage the sale of your goods/services);</li> <li>to place links on the Website where those links take users to unlawful material or material that breach these Terms and Conditions;</li> <li>to send or re-circulate any material obtained from the Website to any third party except where expressly permitted on the Website;</li> <li>in such a way to remove the copyright or trade mark notice(s) from any copies of any material made in accordance with these Terms and Conditions;</li> <li>to place or send any unsolicited or unauthorised advertising, promotional materials, "junk mail," "spam," "chain letters," "pyramid schemes," or any other form of solicitation;</li> <li>to place or send any material that contains software viruses or any other computer code, files or programs designed to interrupt, damage, destroy or limit the functionality of any computer software or hardware or telecommunications equipment;</li> <li>to place or send any material which is or may infringe the rights (including intellectual property rights) of any third party or be unlawful, threatening, defamatory, obscene, indecent, offensive, pornographic, abusive, liable to incite racial hatred, discriminatory, menacing, scandalous, inflammatory, blasphemous, in breach of confidence, in breach of privacy, which may cause annoyance or inconvenience or may restrict or inhibit the use of the Website by any person or which constitutes or encourages conduct that may be considered a criminal offence or give rise to civil liability in any country in the world;</li> <li>to place or send any material which compromises the privacy or security of anyone other than yourself;</li> <li>to place or send any material which does or may bring the World Athletics or any of its brands into dispute or in any way damage their reputation;</li> <li>to place or send any material where use of the material by the World Athletics, or any third party licensed or permitted by the World Athletics, will give rise to any third party claims; or</li> <li>to post link(s) that take users to material that breaches any of the above restrictions.</li> </ol> </ol> </li> <li><strong>User Generated Content</strong> <ol> <li>The pages of the Website where you are permitted to post content are provided for your private, non-commercial exchange of lawful, relevant, fair and appropriate information, opinions and comment. &nbsp;Use of the Website that is inconsistent with those stated purposes is strictly prohibited. By submitting any content to the Website, you:<br /> <ol> <li>grant the World Athletics the right to use such content and all material embodied in that content for any purposes including, without limitation, to edit, copy, reproduce, translate, disclose, post and/or remove such content from the Website and waive all of the moral rights that you may have in respect of any material you post to the Website;</li> <li>contractually promise to the World Athletics that all such content complies with the provisions of section 3; and</li> <li>acknowledge that the World Athletics may require you to confirm the above rights and agree to do so within 7 days of any request from the World Athletics.</li> </ol> </li> <li>The World Athletics reserves the right (but not the obligation) at its sole discretion to refuse, review, edit, move or remove any content that is posted to, or available on, the Website without the need to give any reasons for doing so. &nbsp;However, the World Athletics will not review the materials that you or anyone else makes to the Website and therefore, unless we are specifically notified of the nature of any item of content, you cannot assume that the World Athletics is aware of it.</li> </ol> </li> <li><strong>Use of Software</strong> <p>Copyright in any software that is made available for download from the Website and/or the World Athletics Materials (as defined below) belongs to the World Athletics or its suppliers. Your use of the software is governed by the terms of any licence agreement that may accompany or be included with it. Do not install or use any software unless you agree to such licence agreement.</p> </li> <li><strong>Links from and to other websites</strong> <ol> <li>You acknowledge and agree that the World Athletics has no responsibility for the accuracy or availability of information, material or content provided by third party linked websites, or the content, performance, terms and conditions of use or the privacy policies or practices on such websites. Third party links provided solely for your convenience. If you use these links, you leave the Website. The World Athletics has not reviewed these third party websites in detail and does not control and is not responsible for these websites or their content or availability. If you decide to access any of the third party websites linked to the Website, you do so entirely at your own risk.</li> <li>Links to other websites do not constitute an endorsement by the World Athletics of such websites or the content, products, or other materials or services presented on such websites. Information in the many webpages that are linked to the Website, and the applications and services available through the Website, comes from a variety of sources.</li> <li>The World Athletics does not author, edit, or monitor the content, links, or services provided by third parties. THE World Athletics SHALL NOT BE RESPONSIBLE OR LIABLE, DIRECTLY OR INDIRECTLY, FOR ANY DAMAGE OR LOSS CAUSED OR ALLEGED TO BE CAUSED BY OR IN CONNECTION WITH USE OF OR RELIANCE ON ANY SUCH CONTENT, PRODUCTS, OR OTHER MATERIAL AVAILABLE ON THE WEBSITE OR ON THIRD PARTY LINKED WEBSITES.</li> <li>If you wish to establish a link to the Website, you expressly agree: <ol> <li>to ask prior written approval of the World Athletics to establish a link to the Website;</li> <li>not to include the Website into the frame of another website and to create a direct link to the World Athletics's official Website;</li> <li>not to create any third party association with the Website;</li> <li>and to ensure that the link does not state or imply that the World Athletics sponsors or endorses any other website activity, company or entity, or presents the World Athletics and/or the sport of Athletics in a false, misleading, defamatory or derogatory manner.</li> </ol> </li> <li>The link to the Website does not permit you to use any World Athletics and/or third party content, names, logos, graphics, designs, page headers, button icons pictures or trademarks, unless separately agreed to in writing by the relevant rights-holder.</li> </ol> </li> <li><strong>Registration</strong> <ol> <li>To access certain parts of the Website, the World Athletics may require you to register and provide certain information about yourself. Such registration shall be subject to, if any, specific terms of registration. Where you register, you confirm that you are 16 years of age or over and also agree to:<br /> <ol> <li>provide true, accurate, current and complete information about yourself as prompted by the relevant registration form (such information being the "Registration Data"); and</li> <li>maintain and promptly update the Registration Data to keep it fully up to date.</li> </ol> </li> <li>Where information (including sensitive financial or personal information) is provided to the World Athletics (whether directly through the Website or otherwise), you accept that these methods of communication cannot be 100% secure. Where sensitive financial information is provided to the World Athletics it uses encryption software to attempt to prevent unauthorised access to this information being obtained. The personal information provided by you to this Website and use of it by the World Athletics is subject to the World Athletics&rsquo;s Privacy Policy.</li> <li>Where you register for an account for the purposes of purchasing tickets to one of our Events you confirm you acknowledge and understand that there is no guarantee of or entitlement to a ticket. Registration is to give you the opportunity to purchase ticket(s) to our Events. You acknowledge that when making a purchase for tickets that you enter into a contract with our appointed ticket seller at your own risk and the World Athletics will bear no liability for that contract. Any ticket(s) purchased by you will be subject to the terms and conditions of the tickets you purchase that accompany or are included with the ticket(s). To process your registration and keep you informed about the Event(s) you have registered for we will pass your information to the relevant Organising Committee to the Event. Please see the World Athletics Privacy Policy.</li> <li>Where you register for an account on the Website, you will be allocated a user name and password. These account details must be used solely by you; sharing your user name and password with any other person or making it available to multiple users on a network is strictly prohibited. Accordingly, you agree to:<br /> <ol> <li>maintain the security of your user name and password and be fully responsible for all use of the Website made using your user name and password;</li> <li>immediately notify the World Athletics if you become aware of any unauthorised use of your user name and password or any other breach of security by sending an appropriately worded email to the contact details shown on the Contact section of the Website; and</li> <li>ensure that you exit from your website account at the end of each session.</li> </ol> The World Athletics cannot and will not be liable for any losses, damages or costs arising from your failure to comply with these requirements.</li> <li>Where you register for an account for the purposes of purchasing tickets to one of our events you confirm you acknowledge and understand that there is no guarantee of or entitlement to a ticket. Registration is to give you the opportunity to purchase ticket(s) to our events. You acknowledge that when making a purchase for tickets that you enter into a contract with our appointed ticket seller at your own risk and the World Athletics will bear no liability for that contract. Any ticket(s) purchased by you will be subject to the terms and conditions of the tickets you purchase that accompany or are included with the ticket(s).</li> </ol> </li> <li><strong>Disclaimer</strong> <ol> <li>Whilst the World Athletics tries to ensure that the Website is normally available 24 hours a day, due to the inherent nature of the Internet, errors, interruptions and delays may occur in the service at any time. Accordingly, the Website is provided on an "AS IS" and "AS AVAILABLE" basis without any warranties of any kind and we do not accept any liability arising from any interruption in availability.&nbsp; Access to the Website may be suspended temporarily and without notice in the case of system failure, maintenance or repair or for any other reasonable cause.</li> <li>You acknowledge that whilst the World Athletics tries to ensure that information on the Website and any related material provided to you by the World Athletics, whether by email or otherwise (the World Athletics Materials&rdquo;), is accurate and complete, it is provided only for general information, is not intended to address your particular requirements and does not constitute any form of advice or recommendation by the World Athletics.</li> <li>You acknowledge that the information on the Website does not necessarily reflect the views and opinions of the World Athletics or any of its brands and that the World Athletics Materials should not be relied upon by you in making (or refraining from making) any specific investment or other business or personal decisions and acknowledge that professional advice should be obtained before making any such decision.</li> <li>You acknowledge that some of the content may be supplied by third parties and the accuracy and completeness of it will not have been checked by World Athletics. &nbsp;No liability shall be accepted by the World Athletics for any inaccuracy or omission in the information provided on the Website or the World Athletics Materials.&nbsp; All implied warranties are excluded from these Terms and Conditions to the extent that they may be excluded as a matter of law.</li> <li>The World Athletics will use reasonable efforts to ensure that the Website and the World Athletics Materials do not contain or spread any viruses or other malicious code. However, it is recommended that you should virus check all such materials and regularly check for the presence of viruses and other malicious code. The World Athletics excludes fully permitted by applicable laws all liability in connection with any damage or loss caused by computer viruses or other malicious code originating or contracted from the Website or the World Athletics Materials.</li> <li>The World Athletics will not be liable for any damages (including, without limitation, damages for loss of the profits) arising in contract, tort or otherwise from your use or inability to use the Website or any content or from any action taken (or refrained from being taken) as a result of using the Website or any content of it, including in respect of infringement of third party rights arising from the your use of the content.</li> <li>The Website may contain links to third party websites where you may purchase items.&nbsp;You acknowledge that when making a purchase from a third party website you enter into a contract with that third party at your own risk and the World Athletics will bear no liability for that contract.&nbsp; Please note that third parties may operate such shopping sites with reference to the name of the Website, but that does not mean that the World Athletics is responsible for their conduct or any contracts that you enter with them.</li> </ol> </li> <li><strong>Suspension of access to the Website and User Indemnities</strong> <ul> <li> <p style="text-align: left;">If, for any reason, the World Athletics believes that you have not complied with any of these Terms and Conditions, it may, at its sole discretion, suspend or cancel your access to all or some of the Website immediately and without giving you any notice. &nbsp;</p> </li> </ul> </li> <li><strong>Limitation of World Athletics's Liability</strong> <ol> <li>You expressly acknowledge and agree that the World Athletics shall not be liable for any direct, indirect, incidental, special, consequential or exemplary damages, including, but not limited to, damages for loss of profits, goodwill, use, data or other intangible losses (even if the World Athletics has been advised of the possibility of such damages), resulting from: (i) the use or the inability to use the Website; (ii) the cost of purchase of substitute goods and services resulting from any goods, data, information or services purchased or obtained or messages received or transactions entered into through or from the Website; (iii) unauthorised access to, or alteration of, your transmissions of data; (iv) statements or conduct of any third party on the Website; (v) results of the Website, any Website linked to it and any materials posted on it; or (vi) any other matter relating to the Website.</li> <li>You agree that regardless of any statute or law to the contrary, any claim or cause of action arising out of, or related to, the use of the Website must be filed within one (1) year after such claim or cause of action first arose.</li> <li>Some jurisdictions do not allow the exclusion of certain warranties or the limitation or exclusion of liability for incidental or consequential damages. Accordingly, some of the above limitations of section 10 may not apply to you. Nothing in these Terms and Conditions shall affect the statutory rights of any consumer or exclude or restrict any liability for death or personal injury arising from the negligence or fraud of the World Athletics or any other liability which cannot be excluded or limited under applicable law.</li> </ol> </li> <li><strong>User of Web CIS</strong> <ol> <li>World Athletics has entered into an agreement with the International Olympic Committee (&lsquo;IOC&rsquo;) for access to the Olympic Data Feed&nbsp; (&lsquo;ODF&rsquo;) for the Games of the XXXII Olympiad in Tokyo, Japan (Games). Olympic Data means certain live and archive Olympic Games related data, including but not limited to results, events, schedules, statistics, start lists, biographies, team data, historical results, records, medallists, rankings, scoring and timing, weather and other results, in a protocol and specifications owned and updated from time to &nbsp;time by the IOC.</li> <li>Users of the World Athletics WebCIS are, subject to these terms and conditions, granted a non-exclusive, limited, non-transferable, revocable license to access the Olympic data for the Games; <ol style="list-style-type: lower-alpha;"> <li>For use for editorial purposes only: Olympic Data can be used and distributed only in an editorial context for legitimate bona fide editorial news reporting and information purposes related to the Games. Olympic Data shall not be aggregated and used in a curated manner, such as in the form of a database or as a complete package of raw data.</li> <li>By Acknowledging the Source: Users agree to cooperate in good faith with World Athletics to acknowledge the IOC as the source of Olympic Data in a reasonable and appropriate manner (e.g. directing to the official results on <a href="http://www.tokyo2020.org">www.tokyo2020.org</a>), consistent with World Athletics&rsquo; practices for recognition of third-party sources of sports content such as data and images.</li> <li>By preserving the integrity of Olympic Data: The integrity of the Olympic Data must be preserved and Users shall not alter, distort or modify Olympic Data by any means, except for editing or presenting Olympic Data in the context of bona fide editorial news reporting and information purposes related to the Games.</li> <li>No Simulation of Games Events: Olympic Data must not be used to simulate broadcast of Games events as they actually occur or occurred, including i) Olympic Data transformed into graphic animated formats such as animated GIFs (i.e. GIFV), GFY, WebM or others, ii) any other multiple-exposure still images with a refresh rate designed to simulate the look and feel of video or other analogous coverage, and iii)used to create video games or similar computer generated reproductions of Olympic events.</li> <li>Users must respect of applicable laws: Users are responsible for ensuring that their uses of Olympic Data comply with applicable laws, in particular data protection and privacy laws. Users shall use the Olympic Data in conformity with the intended purposes set forth in these Terms and shall not further process the Olympic Data in a manner that is incompatible with those purposes.</li> <li>Olympic Data cannot be used for unauthorised purposes: Olympic Data must not be used on any platform or publication for the purpose of or in the context of &nbsp;publishing any unlawful, discriminatory or offensive material, or in any manner that is contrary to the Olympic Charter or that may affect the integrity of the Games or the Games events or that may infringe on the personal rights of the athletes.</li> <li>Unauthorised Access to Olympic Data: Olympic Data access is granted for each Users&rsquo; own use in accordance with this section 12. Users shall not permit or otherwise facilitate access to the Olympic Data:, or distribute Olympic Data, to third parties.</li> <li>Intellectual Property of the IOC: Any and all Intellectual Property Rights in and to the ODF, any databases comprised in the ODF and Olympic Data belong to the IOC and other third-party owners, as applicable. Users cannot claim or assert any intellectual property rights in Olympic Data or the ODF or represent that the Olympic Data is the property of any organisation(s) other than the IOC and any other third-party owner of intellectual property rights in the ODF or Olympic Data. In this context, Intellectual Property Rights includes patents, designs, trademarks and trade names (whether registered or unregistered), copyright and related rights, rights in databases, know-how, trade secrets and/or confidential information.</li> <li>No Commercial Association: Olympic Data must not be used in advertising or in any form of commercial content, or in connection with the promotion of any brand, product or service. In particular, Olympic Data must not be used, marketed or promoted in a way that in the IOC&rsquo;s view suggests, creates or implies: (a) any official or commercial association with the IOC, the Games, the OCOG or the Olympic Movement where no such association exists; that the relevant Licensee or publication is recommended, approved or endorsed by the IOC, the Games, the OCOG or the Olympic Movement, or (c) that the Licensee or any of its publications is or are an official source of Olympic Data. &nbsp;</li> </ol> </li> <li>All rights and authorisations not expressly granted by these Terms are reserved by the World Athletics.</li> <li>Access is provided on an &lsquo;as is&rsquo; basis and to the fullest extent permitted by law without any liability from World Athletics, its officers, employees, staff, members and agents &nbsp;to users whatsoever. Users access and use the Olympic Data at their own risk and liability.</li> <li>World Athletics may terminate Users access to the WebCIS for infringement of these terms and, if a User is accredited to the Olympic Games, withdrawal of that accreditation. In the event of termination the User shall immediately cease access including the destruction of any documents or deletion of any content incorporating Olympic Data in breach of this section 12. Users agree to indemnify World Athletics for any loss suffered by World Athletics as a result of a breach of this section 12.</li> <li>World Athletics may amend these terms at any time without notice.</li> <li>To the extent the content of this Section 12 conflicts or is inconsistent with the other sections of these terms and conditions then this Section 12 shall prevail.&nbsp;</li> </ol> </li> <li><strong>General</strong> <ol> <li>These Terms and Conditions shall be governed by, and construed in accordance with the laws of Monaco and the courts of Monaco shall have exclusive jurisdiction to settle any dispute which may arise out of, under, or in connection with these Terms and Conditions unless World Athletics shall in its sole discretion elect to bring proceedings in the courts of the country of the user's residence or principal place of business.</li> <li>The World Athletics have declared the processing of personal data submitted by you to this Website to the Commission de Contr&ocirc;l des Information Nominatives, Monaco: <a href="https://www.ccin.mc/en/">https://www.ccin.mc/en/</a> and will hold process your personal data in accordance with the World Athletics Privacy Policy a copy of which can be found on this Website.&nbsp;&nbsp;</li> <li>These Terms and Conditions (including the specific terms applicable to certain services), as varied by the World Athletics from time to time, form the entire understanding between us. Headings in these Terms and Conditions are for reference only and will have no legal meaning or effect.</li> <li>No delay by the World Athletics in enforcing the provisions of these Terms and Conditions shall affect the World Athletics&rsquo;s rights under them, nor shall any waiver of the World Athletics&rsquo;s rights operate as a waiver of any following breach.</li> <li>No right, power or remedy conferred upon or reserved for the World Athletics is exclusive of any other right, power or remedy available to the World Athletics provided either under these Terms and Conditions or as a matter of law and each such right, power or remedy shall be cumulative.</li> <li>You may not assign sub-license or otherwise transfer any of your rights or obligations under these Terms and Conditions.</li> <li>If any provision of these Terms and Conditions is found to be invalid, the invalidity of that provision shall not affect the validity of the remaining provisions of these Terms and Conditions, which shall remain valid and enforceable.</li> <li>Nothing in these Terms and Conditions shall operate to exclude liability that cannot as a matter of law be excluded, and despite the limitations of liability set out above, our liability for death or personal injury caused by our negligence shall not be excluded or limited in any way.</li> </ol> </li> </ol> <p>&nbsp;</p> <p><a id="competitions"></a>&nbsp;</p> <p class="p1"><strong>WORLD ATHLETICS AND PRIZE COMPETITION TERMS AND CONDITIONS&nbsp;</strong></p> <p class="p2">These terms and conditions (the &ldquo;Competition Terms&rdquo;) apply to all competitions (i.e. giveaways, prize draws, games, offers to receive discounts, event time activities etc.) promoted by or on behalf of World Athletics. World Athletics, is an association established under the laws of Monaco with head office located at 6-8 Quai Antoine 1er, Monaco, 98000 is arranging promoting this competition for participants a chance to win the Prize(s).  &nbsp;</p> <p class="p2">Depending on the specific competition, additional terms may be set or have their own specific terms and may not be available in all jurisdictions.&nbsp;</p> <ol> <li>All participants and winners are subject to meeting the eligibility requirements and at the sole discretion of World Athletics.&nbsp;</li> <li>Entries are free but must be submitted through the advertised channels and procedures (e.g. hold a World Athletics account, be a ticket holder at an event, correct completion of sign-up forms etc.)&nbsp;</li> <li>Participants aged under 18 may enter with confirmation of parent/legal guardian consent.&nbsp;&nbsp;</li> <li>By entering participants accept to be bound by these Competition Terms and respect any&nbsp; other requirement(s) set out in the material promoting the competition.&nbsp;&nbsp;</li> <li>Entries must be received by the advertised closing date and time. World Athletics is not liable or responsible for any lost, damaged or incomplete entries and all such entries will be deemed invalid.&nbsp;&nbsp;</li> <li>Entries from individuals or their families of World Athletics the Athletics Integrity Unit and Staff and Officials or its Commercial Partners (including agencies, consultants appointed by World Athletics) are invalid and automatically void.&nbsp;</li> <li>Spammers of or entrants of any other type of similar attacks will be automatically disqualified.&nbsp;</li> <li>World Athletics's decisions concerning the competition are final and no correspondence will be entered into.&nbsp;&nbsp;</li> <li>Selection of and notification to winner(s):&nbsp;&nbsp; <ul class="ul1" style="list-style-type: lower-alpha; margin-left: 30px;"> <li class="li3">Winner(s) will be identified and selected by the process advertised (e.g. random draw, highest points, correct answer etc.) either independently and/or objectively but all decisions concerning the winner&rsquo;s eligibility to receive the prize are in accordance with these Competition Terms and at World Athletics&rsquo; discretion.&nbsp;&nbsp;</li> <li class="li3">The winner(s) shall be provided with a date and time and/or other instructions to claim or confirm they accept the Prize. If the winner fails to respond or follow the notified instructions World Athletics reserves the right to select an another entrant who meets the stated criteria.&nbsp;&nbsp;</li> </ul> </li> <li class="li3">Where the Prize is a trip to an event:&nbsp;&nbsp; <ul class="ul1" style="list-style-type: lower-alpha; margin-left: 30px;"> <li class="li3">Winners will be subject to verification of their eligibility to enter (including carrying out a background check).&nbsp;&nbsp;</li> <li class="li3">Where the winner is aged under 18 they must be accompanied by their parent/legal guardian.&nbsp;&nbsp;</li> <li class="li3">Winners and their accompanying person must be available to travel by the dates notified and cannot be changed by the winner.&nbsp;&nbsp;&nbsp;</li> <li class="li3">Information on flight class to and from the destination, airport transfers at the destination, accomodation stars, meals, tickets or access to the event and additional activities are as advertised or, if not stated, will be advised and are subject to change.&nbsp;&nbsp;</li> <li>All other expenses are not covered. Winners are responsible for their own visa and entry arrangements to the destination country (including all health and safety protocols, and all applicable laws and policies of federal, state, city and local authorities. This includes communicable disease screening, testing, vaccination, and other safety protocols) and travel insurance.&nbsp;&nbsp;&nbsp;</li> <li>The winner and guest will be required to confirm and provide proof of their age/identity.  &nbsp;</li> <li>Winners must ensure they have a valid passport and ensure they meet entry requirements for the country in which the event is to be held.   &nbsp;</li> <li>The winner and their accompanying person will be required to provide personal information (including their passport details) to a. confirm their eligibility to receive the Prize (including carrying out a background check); and b. subject to confirmation of their eligibility, to arrange the Winner&rsquo;s flights, transfers and accommodation and other activities as part of the Prize.&nbsp;&nbsp;</li> </ul> </li> <li>If the Prize is a physical item then winners will receive the Prize through the process advertised (e.g. collection in person, post or courier). The World Athletics will not be liable if a Prize does not reach a winner for any reason outside the World Athletics&rsquo;s control or if a Prize is damaged during delivery.&nbsp;</li> <li class="li3">Prizes are non-transferable, non-negotiable and no cash alternatives will be offered. There is no Prize alternative and the Prize is non-transferable. The Prize is as stated and cannot be sold or exchanged for cash, goods or services.  &nbsp;</li> <li class="li3">The World Athletics reserves the right at its sole discretion to (without prior notice):&nbsp; <ul class="ul1" style="list-style-type: lower-alpha; margin-left: 30px;"> <li class="li3">cancel the competition; and/or&nbsp;</li> <li class="li3">to substitute the Prize for another Prize of equal value.&nbsp;</li> </ul> </li> <li>World Athletics will have the right, without additional payment or permission, to use the winners (as well as any other person featured in submission) name, age, town and country of residence, likeness, and photographs, for the purposes of announcing the winner of the Prize and for related promotional purposes, which includes, without limitation, promoting the Competition or the business of World Athletics in any communication, on any media worldwide.&nbsp;</li> <li>The winner of the Competition will be permitted to communicate their selection/win on social media only after official announcements made by World Athletics.&nbsp;</li> <li>Participants consent to the use of their personal information for the purposes of organising and promoting the competition, notification of the outcome of the competition, if a participant wins, checking their eligibility receive the Prize and announcement and publicity on them as a winner of the Prize. All personal information submitted will be held in accordance with World Athletics&rsquo; <a href="https://www.worldathletics.org/privacy-policy">Privacy Policy</a>.&nbsp;</li> <li>World Athletics reserves the right to remove any participant for indecent, obscene, threatening, offensive or inappropriate behaviour or language.&nbsp;</li> <li>Other than for death or personal injury arising from the negligence of the World Athletics, the World Athletics hereby excludes (so far as is permitted by law) all liability for any loss, damage, cost and expense, whether direct or indirect, howsoever caused in connection with any competition or any aspect of the Prize.&nbsp;</li> </ol> </div> <p>&nbsp;</p> <p><a id="predictor"></a>&nbsp;</p> <p><strong>&nbsp;Predictor Game - terms and conditions</strong></p> <ul style="font-weight: 400; list-style-type: disc; padding-left: 20px;"> <li>The Predictor Game is subject to our Competition Terms:&nbsp;<a href="https://worldathletics.org/terms-and-conditions#competitions">https://worldathletics.org/terms-and-conditions</a>&nbsp;&nbsp;and the terms below.</li> <li>Players&nbsp;must&nbsp;enter between 14:00 pm CEST&nbsp;Wednesday 31st July&nbsp;and the end of the final session of the athletics programme of the Olympic Games Paris 24 on Sunday 11th August. The final session is currently scheduled to be the Women's Marathon.&nbsp;&nbsp;</li> <li>To join, access and submit predictions to the Predictor Game all&nbsp;players&nbsp;must have and sign into their free World Athletics Account.&nbsp;&nbsp;</li> <li>The timetable of the athletics programme of the Oympic Games Paris 24 may change. If there is a change to the timetable, we reserve the right to cancel the competition or change these competition terms.&nbsp;</li> <li>To win points&nbsp;players&nbsp;must correctly predict the Gold,&nbsp;Silver and Bronze/ 1, 2 , 3 positions in the relevant finals/rounds/heats of the discipline scheduled to be held during the athletics programme of the Olympic Games Paris 24.&nbsp;</li> <li>The chances of earning points reduces as the actual athletics competition programme of the Olympic Games Paris 24 progresses session by session / day by day. &nbsp;</li> <li>After the final session on the final day of competition of the Olympic Games Paris 24, the top ten (10)&nbsp;players&nbsp;with the highest scoring points&nbsp;on the published Leaderboard will, subject to these competition terms, be entitled to win the relevant prize for that position.</li> <li>If a player is in equal position with equal points to another&nbsp;player(s)&nbsp;the player who registered for the Predictor Game first will be selected&nbsp;to win the prize available for that position.&nbsp;</li> <li>The prizes are:&nbsp;1<sup>st</sup>&nbsp;Position: a five day trip to the World Athletics Championships Tokyo 2025 (between 13 to 21 September 2025); 2<sup>nd</sup>&nbsp;and 3rd Positions: a world athletics goodie bag and signed merchandise; 4<sup>th</sup>&nbsp;to 10<sup>th</sup>&nbsp;Positions (inclusive) a world athletics goodie bag.&nbsp;</li> <li class="xxxxmsonormal"><span lang="EN-GB">There are no joint positions in the Predictor Game. If a player has equal points to another</span><span class="xxxxapple-converted-space"><span lang="EN-US">&nbsp;</span></span><span lang="EN-US">player(s) in the Top 10</span><span class="xxxxapple-converted-space"><span lang="EN-GB">&nbsp;</span></span><span lang="EN-GB">the player who registered for the Predictor Game first will be selected</span><span class="xxxxapple-converted-space"><span lang="EN-US">&nbsp;</span></span><span lang="EN-US">to win the prize allocated to that position in the Top 10.<span class="xxxxapple-converted-space">&nbsp;The player who is not selected for prize allocated to that position shall move down to the next position in the Predictor Game, if the player that has moved down to the next position is still within the Top 10 they will receive a prize allocated to their new position in the Top 10</span></span><span class="xxxxapple-converted-space"><span lang="EN-US">.</span></span></li> <li>First prize is subject to further eligibility requirements set out in the Competition Terms: paragraph 10 above.&nbsp;The winner of the Predictor Game is not eligible for the first prize in the World Athletics Event &ndash; Athletics Rush Leaderboard (available via Tap Nation Mobile App).</li> <li>The&nbsp;winners will be notified by email after the final day of competition of the Olympic Games Paris 24&nbsp;and by&nbsp;no later than 22 August 2024 with further&nbsp;information on&nbsp;how to&nbsp;claim /&nbsp;collect their prize.&nbsp;</li> <li>Distribution of physical prizes for the other winning positions will be advised at the time of notification and to the Competition Terms, paragraph 11 above. &nbsp;</li> <li>All intellectual property (including results data, statistics) arising in the Predictor Game is the exclusive ownership of World Athletics. To the fullest extent possible by law all participants transfer any intellectual property rights arising from and in their predictions in the Predicator Game.&nbsp;&nbsp;</li> <li>World Athletics reserves the right in its sole discretion to discontinue the entire Predictor Game or disqualify&nbsp;any player,&nbsp;if for any reason it reasonably believes that there is or has been any manipulation&nbsp;of any type in&nbsp;the Predictor Game.</li> </ul> <p style="font-weight: 400;">&nbsp;</p> </article> </div> <div class="col-md-6 col-sm-6 col-xs-12 news-gallery"> </div> </div> <div class="clearfix"></div> </div> </div> <!--googleoff: index--> <!--googleoff: all--> <!-- Search modal this one--> <div class="modal fade" id="search" tabindex="-1" role="dialog" aria-labelledby="searchLabel" aria-hidden="true"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel">search</h2> </div> <div class="modal-body search"> <form class="form-group" role="search" action="/search/" method="get" onsubmit="submitSearch(this); return false;"> <input aria-label="search box" type="text" name="q" class="form-control" placeholder="Search"> <button type="submit" class="btn"><i class="fa fa-search"></i></button> </form> </div> </div> </div> </div> <!-- Search modal --> <!-- Media modal --> <div class="modal fade" id="media" tabindex="-1" role="dialog" aria-labelledby="mediaLabel" aria-hidden="true" data-bind="modal:showDialog, template:modalTemplate, css: { 'loading-modal' : $root.loadingModal}"> </div> <div class="modal-loader" style="opacity: 0"> <div class="modal-loader__inner"></div> </div> <!-- Media modal --> <!-- templates --> <script type="text/html" id="clear"> <!-- empty --> </script> <script type="text/html" id="seiko"> <div class="modal-dialog seiko"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <div class="seikoLogo"> <div class="seiko-pre"></div> </div> <h2 id="mediaLabel"> <!--ko text: title--><!--/ko--> </h2> </div> <div class="modal-body media"> <img data-bind="attr: { src: url }" /> </div> </div> </div> </script> <script type="text/html" id="canon"> <div class="modal-dialog media canonModal"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel">Canon Photo Of The Day</h2> </div> <div class="modal-body media"> <div class="container"> <div class="row canonPhotoOfTheDay"> <div class="col-md-12"> <div class="photo col-md-8 col-sm-7 col-xs-12"> <img data-bind="attr: { src: url }" /> </div> <div class="description col-md-4 col-sm-5 col-xs-12"> <p data-bind="html: title"></p> </div> </div> </div> </div> </div> </div> </div> </script> <script type="text/html" id="image"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: title">Image</h2> </div> <div class="modal-body media"> <img data-bind="attr: { src: url }" /> </div> <!--ko if: excerpt --> <div class="modal-body caption"> <p data-bind="html: excerpt"></p> <!--ko if: code --> <div class="clearfix"></div> <a class="btn btn-normal" href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + code() }"> View IAAF Athlete Profile </a> <div class="clearfix"></div> <!--/ko--> </div> <!--/ko--> </div> </div> </script> <script type="text/html" id="audio"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: title">Audio</h2> </div> <div class="modal-body media"> <audio autoplay controls> <source data-bind="attr: { src: url }" type="audio/ogg"> <source data-bind="attr: { src: url }" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> </div> </div> </script> <script type="text/html" id="youTubeVideo"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: title">You Tube Video</h2> </div> <div class="modal-body media"> <div class="youTube"> <div id="player"></div> </div> </div> </div> </div> </script> <script type="text/html" id="medalTable"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel"> <!--ko text: title--><!--/ko--> <span> <!--ko text: code--><!--/ko--> </span> </h2> </div> <div class="modal-body media"> <table class="records-table"> <thead> <tr> <th> ATHLETE </th> <th> &nbsp; </th> <th> DISCIPLINE </th> <th> MEDAL </th> </tr> </thead> <!-- ko if: !!jsonData --> <tbody data-bind="foreach: jsonData, visible: jsonData().length > 0"> <tr> <td> <!-- ko if: !!Tn && Tn !== null --> <a href="#" data-bind="attr: { 'href' : '/athletes/team=' + Cid }"> <span class="name-uppercase"><!--ko text: Tn--><!--/ko--></span> </a> <!-- /ko --> <!-- ko if: !Tn && Tn === null --> <a href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + Cid }"> <!--ko text: Fn--><!--/ko--> <span class="name-uppercase"><!--ko text: Ln--><!--/ko--></span> </a> <!-- /ko --> </td> <td> <!--ko text: Sc--><!--/ko--> </td> <td> <!--ko text: Dn--><!--/ko--> </td> <td> <!-- ko if: TId === 1 --> <i class="fa fa-circle gold"></i> <!-- /ko --> <!-- ko if: TId === 2 --> <i class="fa fa-circle silver"></i> <!-- /ko --> <!-- ko if: TId === 3 --> <i class="fa fa-circle bronze"></i> <!-- /ko --> </td> </tr> </tbody> <!-- /ko --> </table> </div> </div> </div> </script> <script type="text/html" id="placingTable"> <div class="modal-dialog media"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel"> <!--ko text: title--><!--/ko--> <span> <!--ko text: code--><!--/ko--> </span> </h2> </div> <div class="modal-body media"> <table class="records-table"> <thead> <tr> <th> ATHLETE </th> <th> &nbsp; </th> <th> DISCIPLINE </th> <th> PLACING </th> </tr> </thead> <!-- ko if: !!jsonData --> <tbody data-bind="foreach: jsonData, visible: jsonData().length > 0"> <tr> <td> <!-- ko if: !!Tn && Tn !== null --> <a href="#" data-bind="attr: { 'href' : '/athletes/team=' + Cid }"> <span class="name-uppercase"><!--ko text: Tn--><!--/ko--></span> </a> <!-- /ko --> <!-- ko if: !Tn && Tn === null --> <a href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + Cid }"> <!--ko text: Fn--><!--/ko--> <span class="name-uppercase"><!--ko text: Ln--><!--/ko--></span> </a> <!-- /ko --> </td> <td> <!--ko text: Sc--><!--/ko--> </td> <td> <!--ko text: Dn--><!--/ko--> </td> <td> <!-- ko if: TId === 1 --> <i class="fa fa-circle gold"></i> <!-- /ko --> <!-- ko if: TId === 2 --> <i class="fa fa-circle silver"></i> <!-- /ko --> <!-- ko if: TId === 3 --> <i class="fa fa-circle bronze"></i> <!-- /ko --> <!-- ko if: TId > 3 --> <span class="placing" data-bind="text: TId"></span>th <!-- /ko --> </td> </tr> </tbody> <!-- /ko --> </table> </div> </div> </div> </script> <script type="text/html" id="resultPopup"> <div class="" data-bind="attr: { 'class' : 'modal-dialog results ' + type()}"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="html: title"></h2> </div> <div data-bind="attr: { 'class' : 'modal-body athlete' }"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="col-md-12"> <!-- ko if: type() === "athlete" --> <!-- ko if: code() --> <img class="profiles xl" data-bind="attr: { 'src' : checkImageURL('https://media.aws.iaaf.org/athletes/' + code() + '.jpg') }" /> <!-- /ko --> <hr /> <!-- /ko --> <table class="records-table dark"> <tbody data-bind="foreach: resultInfoArray"> <!-- ko foreach: Data --> <!-- ko if: Value !== "" --> <tr> <td> <!--ko text: Label --><!--/ko--> </td> <!-- ko if: Label !== 'Country' --> <td> <!-- ko if: !URL --> <a href="#" data-bind="attr: { 'href' : URL }"> <!--ko text: Value --><!--/ko--> </a> <!-- /ko --> <!-- ko ifnot: !URL --> <!--ko text: Value --><!--/ko--> <!-- /ko --> </td> <!-- /ko --> <!-- ko if: Label === 'Country' --> <td> <img class="tableflag" data-bind="attr: { 'src' : 'https://media.aws.iaaf.org/Flags/' + Value + '.gif' }" /> <!--ko text: Value --><!--/ko--> </td> <!-- /ko --> </tr> <!-- /ko --> <!-- /ko --> </tbody> </table> <!-- ko if: !!arCompetitor() && arCompetitor().length > 0 --> <table class="records-table dark"> <thead> <tr> <th> DISCIPLINE </th> <th> RANK </th> <th> MARK </th> <th> VENUE </th> <th> DATE </th> </tr> </thead> <tbody data-bind="foreach: arCompetitor(), visible: arCompetitor().length > 0"> <!-- ko foreach: Data --> <tr> <td data-th="DISCIPLINE"> <!--ko text: DiscName --><!--/ko--> </td> <td data-th="RANK"> <!--ko text: Rank --><!--/ko--> </td> <td data-th="MARK"> <!--ko text: Mark --><!--/ko--> </td> <td data-th="VENUE"> <!--ko text: Venue --><!--/ko--> </td> <td data-th="DATE"> <!--ko text: Date --><!--/ko--> </td> </tr> <!-- /ko --> </tbody> </table> <!-- /ko --> <!-- ko if: !!resultBreakDown() && resultBreakDown().length > 0 --> <hr /> <table class="records-table dark"> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody data-bind="foreach: resultBreakDown, visible: resultBreakDown().length > 0"> <tr data-bind="foreach: Data"> <td> <!--ko text: Name --><!--/ko--> </td> <td> <!--ko text: Result --><!--/ko--> <span class="intermediateWind"><!--ko text: Wind --><!--/ko--></span> </td> </tr> </tbody> </table> <!-- /ko --> <!-- ko if: !!standingsBreakDown() && standingsBreakDown().length > 0 --> <hr /> <table class="records-table dark reduced"> <thead> <tr> <th> Venue </th> <th></th> <th> Date </th> <th> Result </th> <th> Points </th> </tr> </thead> <tbody data-bind="foreach: standingsBreakDown, visible: standingsBreakDown().length > 0"> <tr data-bind="foreach: Data"> <td data-th="Venue"> <!--ko text: Venue --><!--/ko--> </td> <td data-th=""> <!--ko text: Discipline --><!--/ko--> </td> <td data-th="Date"> <!--ko text: Date --><!--/ko--> </td> <td data-th="Result"> <!--ko text: Result --><!--/ko--> </td> <td data-th="Points"> <!--ko text: Points --><!--/ko--> </td> </tr> </tbody> </table> <!-- /ko --> <!-- ko if: type() === "team" --> <hr /> <!-- ko if: !!teamArray() && teamArray().length > 0 --> <table class="records-table dark"> <thead> <tr> <th>Order</th> <th colspan="2">Athlete</th> </tr> </thead> <tbody data-bind="foreach: teamArray, visible: teamArray().length > 0"> <tr data-bind="foreach: Data"> <td class="va" data-th="Order"> <!--ko text: Order --><!--/ko--> </td> <td data-th="Athlete" class="va"> <img class="profiles xs" data-bind="attr: { 'src' : $root.checkImageURL('https://media.aws.iaaf.org/athletes/' + Id + '.jpg') }" /> <a href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + Id }"> <span data-bind="html: Fn"></span> <span class="name-uppercase" data-bind="html: Ln"></span> </a> </td> </tr> </tbody> </table> <!-- /ko --> <!-- ko if: !!relayCompetitor() && relayCompetitor().length > 0 --> <table class="records-table dark"> <thead> <tr> <th>Order</th> <th colspan="2">Athlete</th> </tr> </thead> <tbody data-bind="foreach: relayCompetitor(), visible: relayCompetitor().length > 0"> <!-- ko foreach: Data --> <tr> <td class="va" data-th="Order" data-bind="text: $parent.Order"></td> <td data-th="Athlete" class="va"> <img class="profiles xs" data-bind="attr: { 'src' : $root.checkImageURL('https://media.aws.iaaf.org/athletes/' + CompetitorId + '.jpg') }" /> <a href="#" data-bind="attr: { 'href' : UrlToProfile }"> <span data-bind="html: FirstName"></span> <span class="name-uppercase" data-bind="html: LastName"></span> </a> </td> </tr> <!-- /ko --> </tbody> </table> <!-- /ko --> <!-- /ko --> <!-- ko if: type() === "teamxc" --> <hr /> <!-- ko if: !!teamResultArray() && teamResultArray().length > 0 --> <table class="records-table dark"> <thead> <tr> <th>Athlete</th> <th>Mark</th> </tr> </thead> <tbody data-bind="foreach: teamResultArray, visible: teamResultArray().length > 0"> <tr data-bind="foreach: Data"> <td data-th="Athlete" class="va"> <img class="profiles xs" data-bind="attr: { 'src' : $root.checkImageURL('https://media.aws.iaaf.org/athletes/' + Id + '.jpg') }" /> <a href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + Id }"> <!--ko text: Fn--><!--/ko--> <span class="name-uppercase"><!--ko text: Ln--><!--/ko--></span> </a> </td> <td class="va" data-th="Mark"> <!-- ko if: SDS --> <!--ko text: Mark --><!--/ko--> <!-- /ko --> <!-- ko ifnot: SDS --> (<!--ko text: Mark --><!--/ko-->) <!-- /ko --> </td> </tr> </tbody> </table> <!-- /ko --> <!-- /ko --> <!-- ko if: type() === "teamstanding" --> <hr /> <!-- ko if: !!teamStandingsArray() && teamStandingsArray().length > 0 --> <table class="records-table dark"> <thead> <tr> <th> Discipline </th> <th> &nbsp; </th> <th> Mark </th> <th> Detail </th> <th> Rank </th> <th> Points </th> <th> &nbsp; </th> </tr> </thead> <tbody data-bind="foreach: teamStandingsArray, visible: teamStandingsArray().length > 0"> <tr data-bind="foreach: Data"> <td> <!--ko text: Dn --><!--/ko--> </td> <td> <!-- ko if: Athfn === "" && Athln === "" --> <!--ko text: Sn--><!--/ko--> <!-- /ko --> <!-- ko if: Athfn !== "" || Athln !== "" --> <img class="profiles xxs" data-bind="attr: { 'src' : 'https://media.aws.iaaf.org/athletes/' + Cid + '.jpg' }" /> <a href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + Cid }"> <!--ko text: Athfn--><!--/ko--> <span class="name-uppercase"><!--ko text: Athln--><!--/ko--></span> </a> <!-- /ko --> </td> <td> <!--ko text: Rm --><!--/ko--> </td> <td> <!--ko text: Rc --><!--/ko--> </td> <td> <!--ko text: Rr --><!--/ko--> </td> <td> <!--ko text: Sp --><!--/ko--> </td> <td> <a href="#" data-bind="attr: { 'href' : bRU }"> Result </a> </td> </tr> </tbody> </table> <!-- /ko --> <!-- /ko --> <!-- ko if: !!pointsArray() && pointsArray().length > 0 --> <hr /> <table class="records-table dark"> <tbody data-bind="foreach: pointsArray, visible: pointsArray().length > 0"> <tr data-bind="foreach: Data"> <td> <!--ko text: Label --><!--/ko--> </td> <td data-bind="html: Value"></td> </tr> </tbody> </table> <!-- /ko --> <!-- ko if: type() === "athlete" --> <!-- ko if: code() --> <a class="btn btn-lg" href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + code() }"> View Athlete Profile <i class="fa fa-chevron-right"></i> </a> <!-- /ko --> <!-- /ko --> <!-- ko if: type() === "team" --> <!-- ko if: code() --> <a class="btn btn-lg" href="#" data-bind="attr: { 'href' : '/athletes/team=' + code() }"> View Team Profile <i class="fa fa-chevron-right"></i> </a> <!-- /ko --> <!-- /ko --> </div> </div> </div> </div> </div> <div class="clearfix"></div> </div> </div> </script> <script type="text/html" id="showAthletePopup"> <div class="modal-dialog athletepopup"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel"> <!--ko text: title --><!--/ko--> </h2> </div> <div class="modal-body athletepopup"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="col-md-12"> <!-- ko if: code() --> <img class="profiles xl" data-bind="attr: { 'src' : checkImageURL('https://media.aws.iaaf.org/athletes/' + code() + '.jpg') }" /> <!-- /ko --> <hr /> <!-- ko if: bests().length > 0 || !!bests() --> <h2>Personal Bests</h2> <div class="col-md-12" data-bind="foreach: bests"> <h2 class="_alt"> <!--ko text: n --><!--/ko--> </h2> <table class="records-table dark"> <thead> <tr> <th> Mark </th> <th> Place </th> <th> Date </th> <th> &nbsp; </th> </tr> </thead> <tbody data-bind="foreach: r"> <tr> <td data-th="Mark"> <!--ko text: rm --><!--/ko--> <!-- ko if: rw !== null --> <span class="intermediateWind"> <!--ko text: rw --><!--/ko--> </span> <!--/ko--> </td> <td data-th="Place"> <!--ko text: rv --><!--/ko--> </td> <td data-th="Date"> <!--ko text: rd --><!--/ko--> </td> <td data-th=""> <!--ko text: t --><!--/ko--> </td> </tr> </tbody> </table> </div> <div class="clearfix"></div> <hr /> <!-- /ko --> <!-- ko if: bests().length === 0 || !bests() --> <table class="records-table dark"> <tbody> <tr> <td> No Personal Bests data was found for this Athlete. </td> </tr> </tbody> </table> <div class="clearfix"></div> <hr /> <!-- /ko --> <!-- ko if: honours().length > 0 || !!honours() --> <h2>Honours</h2> <div class="col-md-12" data-bind="foreach: honours"> <h2 class="_alt"> <!--ko text: n --><!--/ko--> </h2> <table class="records-table dark"> <thead> <tr> <th> EVENT </th> <th> RANK </th> <th> MARK </th> <th> PLACE </th> <th> DATE </th> </tr> </thead> <tbody data-bind="foreach: h"> <tr> <td data-th="EVENT"> <!--ko text: En --><!--/ko--> </td> <td data-th="RANK"> <!--ko text: Rr --><!--/ko--> </td> <td data-th="MARK"> <!--ko text: Rm --><!--/ko--> <!-- ko if: Rw !== null --> <span class="intermediateWind"> <!--ko text: Rw --><!--/ko--> </span> <!--/ko--> </td> <td data-th="PLACE"> <!--ko text: Rv --><!--/ko--> </td> <td data-th="DATE"> <!--ko text: Rd --><!--/ko--> </td> </tr> </tbody> </table> </div> <div class="clearfix"></div> <hr /> <!-- /ko --> <!-- ko if: honours().length === 0 || !honours() --> <table class="records-table dark"> <tbody> <tr> <td> No Honours data was found for this Athlete. </td> </tr> </tbody> </table> <div class="clearfix"></div> <hr /> <!-- /ko --> <!-- ko if: code() --> <a class="btn btn-lg" href="#" data-bind="attr: { 'href' : '/athletes/athlete=' + code() }"> View Athlete Profile <i class="fa fa-chevron-right"></i> </a> <!-- /ko --> </div> </div> </div> </div> </div> <div class="clearfix"></div> </div> </div> </script> <script type="text/html" id="mobileTabTemplate"> <!--ko text: title --><!--/ko--> </script> <script type="text/html" id="dropdownTemplate"> <!-- ko if: !!code() --> <img class="tableflag" data-bind="attr: { 'src' : 'https://media.aws.iaaf.org/Flags/' + code() + '.gif' }" /> <!-- /ko --> <span data-bind="text: title"></span> </script> <script type="text/html" id="dropdownTemplateNoFlag"> <span data-bind="text: title"></span> </script> <script type="text/html" id="myTime"> <span data-bind="text: offset"></span> </script> <script type="text/html" id="mediaScrollForMoreList"> <a href="#" data-bind="click: $parent.showMedia.bind($data, '', '', '')"> <!-- ko ifnot: fileFormatGroup === "youTubeVideo" --> <img data-bind="attr: { 'src': Url, 'alt': SEOTitle }" /> <!--/ko--> <!-- ko if: fileFormatGroup === "youTubeVideo" --> <span class="youTube"> <img data-bind="attr: { 'src': Url, 'alt': SEOTitle }" /> </span> <!--/ko--> <span class="_label date"> <!--ko text: Date --><!--/ko--> <!-- ko if: fileFormatGroup === "image" --> <i class="fa fa-camera"></i> <!--/ko--> <!-- ko if: fileFormatGroup === "youTubeVideo" --> <i class="fa fa-video-camera"></i> <!--/ko--> <!-- ko if: fileFormatGroup === "audio" --> <i class="fa fa-headphones"></i> <!--/ko--> <!-- ko if: fileFormatGroup === "gallery" --> <i class="fa fa-picture-o"></i> <!--/ko--> </span> <span class="truncate"> <!--ko text: SEOTitle --><!--/ko--> </span> </a> </script> <script type="text/html" id="mediaScrollForMoreButton"> <!-- ko if: noMoreMedia() --> <div class="row clickForMore"> <a href="#" data-bind="click: getMedia"> Click for More <i class="fa fa-plus"></i> </a> </div> <!--/ko--> <!-- ko ifnot: noMoreMedia() --> <div class="row clickForMore"> <p> No more results </p> </div> <!--/ko--> </script> <script> function submitSearch(form) { var searchQuery = form.q.value; // Gets the value of the input field named 'q' window.location = '/search?q=' + encodeURIComponent(searchQuery); } </script> <script type="text/html" id="toplistModal"> <div class="modal-dialog athletepopup athletepopup--toplist results team"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: modalData().achiever"> </h2> </div> <hr> <div class="modal-body athlete"> <!-- ko if : modalData().teamMembers --> <table class="athletepopup__team-members records-table dark"> <thead> <tr> <th>ORDER</th> <th>ATHLETE</th> </tr> </thead> <tbody> <!-- ko foreach: modalData().teamMembers --> <tr class="team-member"> <td data-bind="text: $index() + 1"></td> <td> <a class="team-member__link" data-bind="attr: { href: '/athletes/' + urlSlug }"> <img class="profiles xs" data-bind="attr: { 'src' : $root.checkImageURL('https://media.aws.iaaf.org/athletes/' + iaafId + '.jpg') }"> <span class="team-member__name" data-bind="text: achiever"></span> </a> </td> </tr> <!-- /ko --> </tbody> </table> <!-- /ko --> <!-- ko if: !modalData().teamMembers --> <a class="btn btn-lg" href="#" data-bind="attr: { 'href' : '/athletes/' + modalData().urlSlug }"> View Profile </a> <!-- /ko --> </div> </div> </div> </script> <script type="text/html" id="rankingPoints"> <div class="modal-dialog modal--ranking-points results team"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: modalData().athlete"> </h2> </div> <hr> <div class="modal-body athlete"> <table class="records-table dark"> <thead> <tr data-bind="foreach: modalData().headings"> <th data-bind="text: $parent.modalData().labels[$data]"></th> </tr> </thead> <tbody data-bind="foreach: modalData().results"> <tr data-bind="foreach: $parent.modalData().headings"> <td data-bind="text: $parent[$data]"></td> </tr> </tbody> </table> </div> <div class="modal-footer modal-footer--rank-points"> <p class="rank-points__average">Average of Performance Scores: <span data-bind="text: modalData().averagePerformanceScore"></span></p> <p class="rank-points__score">Ranking Score: <span data-bind="text: modalData().rankingScore"></span></p> <a class="btn btn-lg rank-points__athlete-btn" data-bind="attr: { href: modalData().athleteUrl }">View Athlete Profile</a> </div> </div> </div> </script> <script type="text/html" id="competitionRankingScore"> <div class="modal-dialog modal--competition-ranking-score"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-bind="click: close"> <i class="fa fa-times"></i> </button> <h2 id="mediaLabel" data-bind="text: modalData().title"> </h2> </div> <hr> <div class="modal-body modal-body--competition-ranking-score"> <div class="result-scores"> <div class="result-score" data-bind="foreach: modalData().resultScores"> <h3 class="competition-ranking-score__title" data-bind="text: $data.name"></h3> <p class="competition-ranking-score__score color--white"> <span>Result Score: </span> <span data-bind="text: $data.resultScore"></span> </p> <table class="result-score-table records-table dark"> <thead> <tr data-bind="foreach: $parent.modalData().headings"> <th data-bind="text: $data"></th> </tr> </thead> <tbody data-bind="foreach: $data.results"> <tr> <td data-bind="text: $data.score"></td> <td data-bind="text: $data.result"></td> <td data-bind="text: $data.date"></td> <td> <a data-bind="attr: { href: '/athletes/' + $data.achiever.urlSlug }"> <span data-bind="text: $data.achiever.name"></span> </a> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </script> <!-- templates --> <footer class="sso-footer-container"> <div class="container sso-footer-links"> <div class="col-sm-4 col-xs-12 "> <h3 class="sso-link-header" style="display:none">CONFIDENTIALITY</h3> <div class="footer-logo-container"> <div>&nbsp;</div> <a href="/"> <img src="https://media.aws.iaaf.org/logos/wa-logo.svg" /> </a> </div> </div> <div class="col-sm-4 col-xs-12 "> <h3 class="sso-link-header">CONFIDENTIALITY</h3> <ul class="sso-link-row"> <li><a href="/about-iaaf">About IAAF</a></li> <li><a href="/about-iaaf/structure/president">President</a></li> <li><a href="/about-iaaf/structure/member-federations">National Member Federation</a></li> <li><a href="/awards">IAAF Awards</a></li> </ul> <ul class="sso-link-row"> <li><a href="https://www.iaafethicsboard.org" target="_blank">IAAF Ethics Board</a></li> <li><a href="https://media.aws.iaaf.org/documents/InauguralDT2017-2019-Website-01.2018.pdf" target="_blank">Inaugural IAAF Disciplinary Tribunal</a></li> <li><a href="https://www.athleticsintegrity.org/" target="_blank">Athletics Integrity Unit</a></li> <li><a href="/athletics-better-world">Athletics for a Better World</a></li> <li><a href="/heritage">Heritage</a></li> </ul> <ul class="sso-link-row"> <li><a href="/about-iaaf/contact-us">Contact Us</a></li> <li><a href="/terms-and-conditions">Terms and Conditions</a></li> <li><a href="/cookies-policy">Cookie Policy</a></li> <li><a href="/privacy-policy">Privacy Policy</a></li> </ul> </div> <div class="col-sm-4 col-xs-12 footer-podcast-column"> <h3 class="sso-link-header">FOLLOW US</h3> <ul class="sso-link-row"> <li><a href="https://www.facebook.com/worldathletics" target="_blank">Facebook</a></li> <li><a href="https://www.instagram.com/worldathletics/" target="_blank">Instagram</a></li> <li><a href="https://twitter.com/worldathletics" target="_blank">Twitter</a></li> <li><a href="https://www.youtube.com/worldathletics" target="_blank">YouTube</a></li> </ul> <!--<div> <a class="podcast-link" href="/news/news/inside-athletics-podcast-latest-episode"> <img src="~/Assets/Images/iaaf-podcast-logo.png" /> </a> </div>--> </div> </div> <div class="footer__copyright" style="display:none;"> <div class="container"> &copy;2021 World Athletics. All Rights Reserved. </div> </div> </footer> <!--googleon: all--> <!-- templates --> <!-- templates --> <!-- output scripts and stylesheets registered with the IaafScriptRegistrar --> <script type='text/javascript'>var iaaf = {};iaaf.navSelect = "About";</script> <!-- output scripts and stylesheets registered with the IaafScriptRegistrar --> <script> (function () { window.waitforJQ(injected); function injected($) { if (window.location.href.indexOf('about-iaaf/employment') >= 0) { $('div.container.offset-above').hide(); } if (window.location.href.indexOf('about-iaaf/anti-doping') >= 0) { $('.news-gallery').show(); } if (window.location.href.indexOf('athlete-representatives/directory') >= 0) { $('div.module').hide(); } if (window.location.href.indexOf('world-ranking-calendar') >= 0) { document.getElementById("selectYear").innerHTML = "<option value='-20'>2020</option>"; } if (window.location.href.indexOf('book-of-rules') >= 0 || window.location.href.indexOf('documents/technical-information') >= 0 || window.location.href.indexOf('documents/health-science') >= 0) { var x = document.getElementsByClassName("panel-collapse collapse"); var i; for (i = 0; i < x.length; i++) { x[i].classList.remove("in"); } var x = document.getElementsByClassName("records-table"); var i; if (window.location.href.indexOf('book-of-rules') >= 0) { for (i = 0; i < x.length; i++) { x[i].deleteTHead(); } } } $(document).ready(function () { try { $('a.scrolltop').on("click", function () { $(window).scrollTop(0); }); } catch (ex) { } }); } }()); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10