CINXE.COM
Book of Rules | Official Documents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Book of Rules | Official Documents </title> <link rel="canonical" href="https://worldathletics.org/about-iaaf/documents/book-of-rules" /> <meta charset="utf-8" /> <meta name="Description" content="<p>In this section you will find the Constitution and the Rules and Regulations of World Athletics.</p>" /> <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&id=1;polling-uri2=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&id=2;polling-uri3=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&id=3;polling-uri4=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&id=4;polling-uri5=http://notifications.buildmypinnedsite.com/?feed=https://worldathletics.org/news/rss&id=5; cycle=1" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="/news/rss" /> <script src="/Assets/Scripts/polyfill.min.js"></script> <script> document.documentElement.className += ' ie ie--7'; </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 property="og:title" name="title" content="World Athletics | Book of Rules | Official Documents " /> <meta property="og:type" name="type" content="website" /> <meta property="og:url" name="url" content="https://worldathletics.org/about-iaaf/documents/book-of-rules" /> <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="Book of Rules | Official Documents " /> <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="<p>In this section you will find the Constitution and the Rules and Regulations of World Athletics.</p>" /> <meta name="twitter:description" content="<p>In this section you will find the Constitution and the Rules and Regulations of World Athletics.</p>" /> <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 + '>m_auth=26-RnVSqT8Bvd2HA-5tbhw>m_preview=env-2>m_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 documents constitution" 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"> <style> #ShowOverlay .modal-content { background-color: white !important; } </style> <script> function showOverlay(fileId) { var data = $('#' + fileId).html(); $('#overlayContent').html(data) $('#ShowOverlay').modal('show'); } </script> <style> #overlayContent p iframe { height:80vh!important; } </style> <div id="ShowOverlay" class="modal fade" role="dialog" style="display: none; margin-top:-50px;" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <!-- Modal content--> <div class="modal-content" style="height:90vh;max-width: inherit!important"> <div class="modal-body text-center" > <div id="overlayContent" style="height:90%"></div> <a class="btn btn-normal" data-dismiss="modal" style="margin-top: -13px!important;">Close</a> </div> </div> </div> </div> <div class="site-container"> <div class="container comp-heading"> <div class="row"> <div class="col-md-6"> <h1> Book of Rules </h1> <p> <p>In this section you will find the Constitution and the Rules and Regulations of World Athletics.</p> </p> <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/about-iaaf/documents/book-of-rules&title=Book of Rules - Official Documents " class="social fb" onclick="_gaq.push(['_trackEvent', 'Share', 'Facebook', 'https://worldathletics.org/about-iaaf/documents/book-of-rules']);" target="_blank"> <i class="fa fa-facebook-square"></i> Share </a> </li> <li> <a href="http://twitter.com/intent/tweet?status=Book of Rules - Official Documents +https://worldathletics.org/about-iaaf/documents/book-of-rules" class="social tw" onclick="_gaq.push(['_trackEvent', 'Share', 'Twitter', 'https://worldathletics.org/about-iaaf/documents/book-of-rules']);" 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/about-iaaf/documents/book-of-rules']);" target="_blank"> <i class="fa fa-envelope-o"></i> Email </a> </li> </ul> </div> <div class="clearfix"></div> </div> </div> </div> <div class="clearfix"></div> <div class="container"> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingcontents-rules-of-interpretation-definitions"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsecontents-rules-of-interpretation-definitions" aria-expanded="true" aria-controls="collapsecontents-rules-of-interpretation-definitions"> Contents, Rules of Interpretation, Definitions </a> </h4> </div> <div id="collapsecontents-rules-of-interpretation-definitions" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingcontents-rules-of-interpretation-definitions"> <div class="panel-body"> <table class="records-table"> <thead> <tr> <th width="40%"> TITLE </th> <th width="10%"> ABSTRACT </th> <th width="10%"> last modified </th> <th width="10%"> FORMAT </th> <th width="30%"> DOWNLOAD </th> </tr> </thead> <tbody> <tr> <td width="40%"> Table of Contents </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 09 FEB 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=51eea94c-02b8-4756-a845-66eee1b4ffa3.pdf&urlslug=Table%20of%20Contents" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Table of Contents-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=04f174cd-73e7-4b9a-93d7-4ff079063b93.pdf&urlslug=Table%20of%20Contents" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Table of Contents-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> Rules of Interpretation </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 NOV 2019 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=3f321672-85c9-4fbb-beeb-a67f82a4e700.pdf&urlslug=Rules%20of%20Interpretation" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Rules of Interpretation-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=03d243f8-e74b-44be-975c-0026acdb0932.pdf&urlslug=Rules%20of%20Interpretation" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Rules of Interpretation-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> Generally applicable definitions </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 09 FEB 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=0e5d697f-b99a-4c7c-aa0e-4dbd27eb2dcd.pdf&urlslug=Generally%20applicable%20definitions" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Generally applicable definitions-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=0a3052ad-ba29-4419-b434-7a20ae36eb19.pdf&urlslug=Generally%20applicable%20definitions" onclick="_gaq.push(['_trackevent', 'Documents-Contents, Rules of Interpretation, Definitions' , 'Download' , 'Contents, Rules of Interpretation, Definitions-Generally applicable definitions-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingbook-a-the-constitution"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsebook-a-the-constitution" aria-expanded="true" aria-controls="collapsebook-a-the-constitution"> Book A: The Constitution </a> </h4> </div> <div id="collapsebook-a-the-constitution" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingbook-a-the-constitution"> <div class="panel-body"> <table class="records-table"> <thead> <tr> <th width="40%"> TITLE </th> <th width="10%"> ABSTRACT </th> <th width="10%"> last modified </th> <th width="10%"> FORMAT </th> <th width="30%"> DOWNLOAD </th> </tr> </thead> <tbody> <tr> <td width="40%"> A1 - The Constitution </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="A1 - The Constitution"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 SEP 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=4df91a31-cbd6-4524-a16b-b0de63bdd095.pdf&urlslug=A1%20-%20The%20Constitution" onclick="_gaq.push(['_trackevent', 'Documents-Book A: The Constitution' , 'Download' , 'Book A: The Constitution-A1 - The Constitution-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=bd58b5ed-c566-4cb4-aa6b-51db3a8e7060.pdf&urlslug=A1%20-%20The%20Constitution" onclick="_gaq.push(['_trackevent', 'Documents-Book A: The Constitution' , 'Download' , 'Book A: The Constitution-A1 - The Constitution-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> A2 - Rules of Congress (amended on 13 July 2022) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="A2 - Rules of Congress (amended on 13 July 2022)"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 13 JUL 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=fd75741d-a9e2-4cd5-bb1d-608f533957cf.pdf&urlslug=A2%20-%20Rules%20of%20Congress%20(amended%20on%2013%20July%202022)" onclick="_gaq.push(['_trackevent', 'Documents-Book A: The Constitution' , 'Download' , 'Book A: The Constitution-A2 - Rules of Congress (amended on 13 July 2022)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=b25a8854-f863-4f39-bb55-ab439e06f467.pdf&urlslug=A2%20-%20Rules%20of%20Congress%20(amended%20on%2013%20July%202022)" onclick="_gaq.push(['_trackevent', 'Documents-Book A: The Constitution' , 'Download' , 'Book A: The Constitution-A2 - Rules of Congress (amended on 13 July 2022)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingbook-b-organisation"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsebook-b-organisation" aria-expanded="true" aria-controls="collapsebook-b-organisation"> Book B: Organisation </a> </h4> </div> <div id="collapsebook-b-organisation" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingbook-b-organisation"> <div class="panel-body"> <table class="records-table"> <thead> <tr> <th width="40%"> TITLE </th> <th width="10%"> ABSTRACT </th> <th width="10%"> last modified </th> <th width="10%"> FORMAT </th> <th width="30%"> DOWNLOAD </th> </tr> </thead> <tbody> <tr> <td width="40%"> B1.1 - Member Federation Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="B1.1 - Member Federation Rules"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 18 JAN 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=5cd58dac-5848-466f-887a-f13f495d801a.pdf&urlslug=B1.1%20-%20Member%20Federation%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B1.1 - Member Federation Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=44801ffb-bb2a-45e9-bd3f-00e1712558a9.pdf&urlslug=B1.1%20-%20Member%20Federation%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B1.1 - Member Federation Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B2.1 - Area Association Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="B2.1 - Area Association Rules"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 16 JUL 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=9b9e7265-630a-461f-b5b0-da8fa96e3254.pdf&urlslug=B2.1%20-%20%20Area%20Association%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B2.1 - Area Association Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=29f9050c-7eb9-4947-9b49-ad56be052386.pdf&urlslug=B2.1%20-%20%20Area%20Association%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B2.1 - Area Association Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B3.1 - Governance Rules (amended on 5 November 2023) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="B3.1 - Governance Rules (amended on 5 November 2023)"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 05 NOV 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=04d66edd-3ac2-498b-b64a-9ee167da87c8.pdf&urlslug=B3.1%20-%20Governance%20Rules%20(amended%20on%205%20November%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.1 - Governance Rules (amended on 5 November 2023)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=6417b3aa-6044-4ffb-959e-55e0e841b50b.pdf&urlslug=B3.1%20-%20Governance%20Rules%20(amended%20on%205%20November%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.1 - Governance Rules (amended on 5 November 2023)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B3.2 - Vetting Rules (amended on 13 July 2022) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 13 JUL 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=6a7c14fc-d5f1-4e34-9ce6-1d266a8c9156.pdf&urlslug=B3.2%20-%20Vetting%20Rules%20(amended%20on%2013%20July%202022)%20" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.2 - Vetting Rules (amended on 13 July 2022) -En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=1b133eb8-9f82-4a8c-9184-d666354ae29f.pdf&urlslug=B3.2%20-%20Vetting%20Rules%20(amended%20on%2013%20July%202022)%20" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.2 - Vetting Rules (amended on 13 July 2022) -Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B3.3 - Conflicts, Disclosures and Gifts Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 NOV 2019 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=3d13644e-aa3c-421d-a314-b1494cd74b63.pdf&urlslug=B3.3%20-%20Conflicts%2C%20Disclosures%20and%20Gifts%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.3 - Conflicts, Disclosures and Gifts Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=6a8186ec-8561-4438-97ec-ce7cbd2307ea.pdf&urlslug=B3.3%20-%20Conflicts%2C%20Disclosures%20and%20Gifts%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.3 - Conflicts, Disclosures and Gifts Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B3.4 - Candidacy Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 10 DEC 2021 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=5622f105-f217-4510-a83c-f3fc41ae33da.pdf&urlslug=B3.4%20-%20Candidacy%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.4 - Candidacy Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=55be5ed8-140a-4567-a419-14f16b426a09.pdf&urlslug=B3.4%20-%20Candidacy%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.4 - Candidacy Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> B3.5 - Honorary Member and Service Award Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 29 NOV 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=f7e2f349-a6eb-476e-bf0e-d169f4e329b7.pdf&urlslug=B3.5%20-%20Honorary%20Member%20and%20Service%20Award%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.5 - Honorary Member and Service Award Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=5b468de8-1cb6-4f1f-933e-2ee45eb7ea90.pdf&urlslug=B3.5%20-%20Honorary%20Member%20and%20Service%20Award%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book B: Organisation' , 'Download' , 'Book B: Organisation-B3.5 - Honorary Member and Service Award Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingbook-c-competition"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsebook-c-competition" aria-expanded="true" aria-controls="collapsebook-c-competition"> Book C: Competition </a> </h4> </div> <div id="collapsebook-c-competition" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingbook-c-competition"> <div class="panel-body"> <table class="records-table"> <thead> <tr> <th width="40%"> TITLE </th> <th width="10%"> ABSTRACT </th> <th width="10%"> last modified </th> <th width="10%"> FORMAT </th> <th width="30%"> DOWNLOAD </th> </tr> </thead> <tbody> <tr> <td width="40%"> C1.1 & C2.1 - Competition Rules & Technical Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 17 JAN 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=675a002e-ccdd-4df3-ad3c-42be2942be78.pdf&urlslug=C1.1%20%26%20C2.1%20-%20Competition%20Rules%20%26%20Technical%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.1 & C2.1 - Competition Rules & Technical Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=cf58d6b1-b323-409c-bd17-e67747548015.pdf&urlslug=C1.1%20%26%20C2.1%20-%20Competition%20Rules%20%26%20Technical%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.1 & C2.1 - Competition Rules & Technical Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> <a href="/download/download?filename=89f28d7e-28a9-4593-b1cc-3ab68e615067.pdf&urlslug=C1.1%20%26%20C2.1%20-%20Competition%20Rules%20%26%20Technical%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.1 & C2.1 - Competition Rules & Technical Rules-Sp' ]); " class=" btn btn-normal"> Sp </a> </td> </tr> <tr> <td width="40%"> C2.1A – Athletic Shoe Regulations (effective from 01 January 2022) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="C2.1A – Athletic Shoe Regulations (effective from 01 January 2022)"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 22 DEC 2021 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=b723c6b6-7d1f-40ad-8b27-1d3f956c6c99.pdf&urlslug=C2.1A%20%E2%80%93%20Athletic%20Shoe%20Regulations%20(effective%20from%2001%20January%202022)" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C2.1A – Athletic Shoe Regulations (effective from 01 January 2022)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=80ed537a-bfc4-40ef-aab4-bbac31515d8c.pdf&urlslug=C2.1A%20%E2%80%93%20Athletic%20Shoe%20Regulations%20(effective%20from%2001%20January%202022)" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C2.1A – Athletic Shoe Regulations (effective from 01 January 2022)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C2.1B - Mechanical Aids Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="C2.1B - Mechanical Aids Regulations"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 10 MAR 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=66b24876-a6d2-46a0-9f33-c311ab921b18.pdf&urlslug=C2.1B%20-%20Mechanical%20Aids%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C2.1B - Mechanical Aids Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=3738621d-10e9-4592-aea4-e734659da7f2.pdf&urlslug=C2.1B%20-%20Mechanical%20Aids%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C2.1B - Mechanical Aids Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 - World Athletics Series Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=1bb6158c-a733-4737-ba33-d98fd032a7da.pdf&urlslug=C1.2%20-%20World%20Athletics%20Series%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 - World Athletics Series Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=2f77f77c-fdd0-4b93-b680-460686387a6f.pdf&urlslug=C1.2%20-%20World%20Athletics%20Series%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 - World Athletics Series Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 1 - International Delegates & Officials </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=bf46c28d-d0ba-447f-8c37-a690207912dd.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%201%20-%20International%20Delegates%20%26%20Officials" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 1 - International Delegates & Officials-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=cd7359ba-4f7d-4603-b4c6-2ca224114d8a.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%201%20-%20International%20Delegates%20%26%20Officials" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 1 - International Delegates & Officials-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 2 - Travel, Accommodation & Awards </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=76df5bd7-09b5-4bcb-a525-5a70bcd77e39.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%202%20-%20Travel%2C%20Accommodation%20%26%20Awards" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 2 - Travel, Accommodation & Awards-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=d0fe3a11-b229-46f9-b74b-da14dcdf27ce.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%202%20-%20Travel%2C%20Accommodation%20%26%20Awards" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 2 - Travel, Accommodation & Awards-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 3 - Entries & Deadlines </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=46465a19-243d-4319-8e02-91b7c5d4a94b.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%203%20-%20Entries%20%26%20Deadlines" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 3 - Entries & Deadlines-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=a5ccf1f9-1109-45fe-92ea-8566b23f1791.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%203%20-%20Entries%20%26%20Deadlines" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 3 - Entries & Deadlines-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 4 - Table of Subsidies - Team Officials </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=23f6768a-f193-4d7c-825e-8f96d199ea16.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%204%20-%20Table%20of%20Subsidies%20-%20Team%20Officials" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 4 - Table of Subsidies - Team Officials-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=b64bda46-1759-4f4a-919a-7c72dd47fdf5.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%204%20-%20Table%20of%20Subsidies%20-%20Team%20Officials" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 4 - Table of Subsidies - Team Officials-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 5 - Table of Rounds </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=003af90b-2610-4661-a208-6386dbb12d40.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%205%20-%20Table%20of%20Rounds" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 5 - Table of Rounds-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=b271bc38-ada6-47a2-9253-3f26c22c6ee5.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%205%20-%20Table%20of%20Rounds" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 5 - Table of Rounds-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 6 - Substitution </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> </td> </tr> <tr> <td width="40%"> C1.2 WAS Regulations Appendix 7 - Event Marketing & Advertising </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=4aeb1e06-2e9c-4f7a-bde7-6829118c1988.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%207%20-%20Event%20Marketing%20%26%20Advertising" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 7 - Event Marketing & Advertising-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=c07c41dc-e9e6-44f4-9d94-7ff71782d353.pdf&urlslug=C1.2%20WAS%20Regulations%20Appendix%207%20-%20Event%20Marketing%20%26%20Advertising" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.2 WAS Regulations Appendix 7 - Event Marketing & Advertising-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.3 - Diamond League Regulations (2024 Status Requirements) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=8932d94e-8150-4aa2-b96d-9b564c6c6f89.pdf&urlslug=C1.3%20-%20Diamond%20League%20Regulations%20(2024%20Status%20Requirements)" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.3 - Diamond League Regulations (2024 Status Requirements)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=96aac5ec-2b07-414b-b219-33399bacb63c.pdf&urlslug=C1.3%20-%20Diamond%20League%20Regulations%20(2024%20Status%20Requirements)" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.3 - Diamond League Regulations (2024 Status Requirements)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.4 - Continental Tour Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=a3cfa908-6e18-4533-812f-002ced756be0.pdf&urlslug=C1.4%20-%20Continental%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4 - Continental Tour Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=7de7f423-4f0c-4e91-a7ac-96855a5c18af.pdf&urlslug=C1.4%20-%20Continental%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4 - Continental Tour Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.4A - Continental Tour Regulations Appendix 1 </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> Excel </td> <td width="30%"> <a href="/download/download?filename=1852cc25-5e28-4237-962d-7f6bad7212c4.xls&urlslug=C1.4A%20-%20Continental%20Tour%20Regulations%20Appendix%201" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4A - Continental Tour Regulations Appendix 1-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=9a5182d0-2bab-45cb-872c-cb1a57ad2d76.xls&urlslug=C1.4A%20-%20Continental%20Tour%20Regulations%20Appendix%201" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4A - Continental Tour Regulations Appendix 1-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.4B - Continental Tour Regulations Appendix 2 </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=e60bd8ca-e1f5-4836-8dc3-af71695a8ba4.pdf&urlslug=C1.4B%20-%20Continental%20Tour%20Regulations%20Appendix%202" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4B - Continental Tour Regulations Appendix 2-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=fcccbcc2-7521-45d0-8186-501aa992447b.pdf&urlslug=C1.4B%20-%20Continental%20Tour%20Regulations%20Appendix%202" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4B - Continental Tour Regulations Appendix 2-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.4C - Continental Tour Regulations Appendix 3 </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> Excel </td> <td width="30%"> <a href="/download/download?filename=edd9f26b-6632-4efe-9dad-722a209c9fbd.xls&urlslug=C1.4C%20-%20Continental%20Tour%20Regulations%20Appendix%203" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4C - Continental Tour Regulations Appendix 3-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=7869e92f-8451-445d-8ca9-6abbc84b7316.xls&urlslug=C1.4C%20-%20Continental%20Tour%20Regulations%20Appendix%203" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.4C - Continental Tour Regulations Appendix 3-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.5 - Indoor Tour Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 16 DEC 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=289a2cbd-a7fc-4283-8730-9b9457a55873.pdf&urlslug=C1.5%20-%20Indoor%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.5 - Indoor Tour Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=c4edef36-981f-4d8f-aff5-1926a45dfbf9.pdf&urlslug=C1.5%20-%20Indoor%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.5 - Indoor Tour Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.6 - Label Road Race Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 09 AUG 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=7cf7dc1d-9a54-4305-b8c2-65976619eed5.pdf&urlslug=C1.6%20-%20Label%20Road%20Race%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.6 - Label Road Race Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=290ea8c8-b798-41f4-b041-8bf4f2cb6541.pdf&urlslug=C1.6%20-%20Label%20Road%20Race%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.6 - Label Road Race Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.7 - Race Walking Tour Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=ce126b57-1bed-43b7-820a-768779fbd524.pdf&urlslug=C1.7%20-%20Race%20Walking%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.7 - Race Walking Tour Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=0dcec9b7-e47a-440f-8561-821c58579bed.pdf&urlslug=C1.7%20-%20Race%20Walking%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.7 - Race Walking Tour Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.8 - Combined Events Tour Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=200f2372-4970-4da5-823d-6ffba98c68e0.pdf&urlslug=C1.8%20-%20Combined%20Events%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.8 - Combined Events Tour Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=fcf8d47a-a118-46ff-a994-6532bc6232b2.pdf&urlslug=C1.8%20-%20Combined%20Events%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.8 - Combined Events Tour Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C1.9 - Cross Country Tour Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 MAR 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=cd6045e8-2457-4ad0-b884-b4de191018d1.pdf&urlslug=C1.9%20-%20Cross%20Country%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.9 - Cross Country Tour Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=dbd030fc-b482-4072-bade-66e05b83fd04.pdf&urlslug=C1.9%20-%20Cross%20Country%20Tour%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C1.9 - Cross Country Tour Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C3.1 & C3.2 - Not used </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="C3.1 & C3.2 - Not used"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 10 MAR 2022 </td> <td width="10%"> PDF </td> <td width="30%"> </td> </tr> <tr> <td width="40%"> C3.3 - Eligibility Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 13 JUL 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=62d1cb82-b26f-4f80-af11-1942e6dab513.pdf&urlslug=C3.3%20-%20Eligibility%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.3 - Eligibility Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=c125af59-d959-4fd8-b6cd-0f62aba428ef.pdf&urlslug=C3.3%20-%20Eligibility%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.3 - Eligibility Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C3.4 - Transfer of Allegiance Regulations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 13 JUL 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=434041eb-d529-42b7-8f6b-f71421eedf71.pdf&urlslug=C3.4%20-%20Transfer%20of%20Allegiance%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.4 - Transfer of Allegiance Regulations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=40737534-23f3-4f90-a7d0-3a4dda5f2d06.pdf&urlslug=C3.4%20-%20Transfer%20of%20Allegiance%20Regulations" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.4 - Transfer of Allegiance Regulations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C3.5 – Eligibility Regulations Transgender Athletes – effective 31 March 2023 </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 23 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=c50f2178-3759-4d1c-8fbc-370f6aef4370.pdf&urlslug=C3.5%20%E2%80%93%20Eligibility%20Regulations%20Transgender%20Athletes%20%E2%80%93%20effective%2031%20March%202023" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.5 – Eligibility Regulations Transgender Athletes – effective 31 March 2023-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=1cf5930a-9834-4ce8-9cd8-2b176596c01c.pdf&urlslug=C3.5%20%E2%80%93%20Eligibility%20Regulations%20Transgender%20Athletes%20%E2%80%93%20effective%2031%20March%202023" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.5 – Eligibility Regulations Transgender Athletes – effective 31 March 2023-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C3.6 – Eligibility Regulations for the Female Classification </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 JUL 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=a0bb600a-29a5-4693-9492-98da0a7c2ab4.pdf&urlslug=C3.6%20%E2%80%93%20Eligibility%20Regulations%20for%20the%20Female%20Classification" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.6 – Eligibility Regulations for the Female Classification-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=63cdd120-8941-4948-a3f0-def2ed3d7121.pdf&urlslug=C3.6%20%E2%80%93%20Eligibility%20Regulations%20for%20the%20Female%20Classification" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C3.6 – Eligibility Regulations for the Female Classification-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C4 - Not used </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right" title="C4 - Not used"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 10 MAR 2022 </td> <td width="10%"> PDF </td> <td width="30%"> </td> </tr> <tr> <td width="40%"> C5.1 - Athletes' Representatives Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 09 AUG 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=6fafb326-34cd-4457-be5d-aededf6ac8b9.pdf&urlslug=C5.1%20-%20Athletes'%20Representatives%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C5.1 - Athletes' Representatives Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=4afd65c3-c50c-4f45-8bea-2d58e550363b.pdf&urlslug=C5.1%20-%20Athletes'%20Representatives%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C5.1 - Athletes' Representatives Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C6.1 - Event Bidding Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 13 JUL 2022 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=056d4bc7-5338-4e5e-a242-a09fa6e097d4.pdf&urlslug=C6.1%20-%20Event%20Bidding%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C6.1 - Event Bidding Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=001eeebc-df18-47ef-a585-22ff0e2747b3.pdf&urlslug=C6.1%20-%20Event%20Bidding%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C6.1 - Event Bidding Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C7.1 - Marketing and Advertising Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=68910571-ea96-4532-aaaa-87a020bd2755.pdf&urlslug=C7.1%20-%20Marketing%20and%20Advertising%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.1 - Marketing and Advertising Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=df235bf8-bf09-423f-b617-f12426cd0fb2.pdf&urlslug=C7.1%20-%20Marketing%20and%20Advertising%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.1 - Marketing and Advertising Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C7.2 - Marketing and Advertising Regulations Clothing & Accessories - World Athletics Series events </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 DEC 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=81f5f37b-828b-4a0c-bfbd-d998ba053319.pdf&urlslug=C7.2%20-%20Marketing%20and%20Advertising%20Regulations%20Clothing%20%26%20Accessories%20-%20World%20Athletics%20Series%20events" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.2 - Marketing and Advertising Regulations Clothing & Accessories - World Athletics Series events-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=9d6d1f93-6fa9-4d9e-9e47-49125e82b23c.pdf&urlslug=C7.2%20-%20Marketing%20and%20Advertising%20Regulations%20Clothing%20%26%20Accessories%20-%20World%20Athletics%20Series%20events" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.2 - Marketing and Advertising Regulations Clothing & Accessories - World Athletics Series events-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> C7.3 – Not used. Please see Appendix 7 to C1.2 WAS Regulations for Event Marketing & Advertising </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 08 OCT 2023 </td> <td width="10%"> PDF </td> <td width="30%"> </td> </tr> <tr> <td width="40%"> C7.4 - Marketing and Advertising Regulations Clothing & Accessories - invitation meetings, circuits and Label road races </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 DEC 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=765d75dd-65bd-41d9-b652-b0d7b023db9e.pdf&urlslug=C7.4%20-%20Marketing%20and%20Advertising%20Regulations%20Clothing%20%26%20Accessories%20-%20invitation%20meetings%2C%20circuits%20and%20Label%20road%20races" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.4 - Marketing and Advertising Regulations Clothing & Accessories - invitation meetings, circuits and Label road races-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=6179945c-3d49-4b5e-9a88-ee8381b3b927.pdf&urlslug=C7.4%20-%20Marketing%20and%20Advertising%20Regulations%20Clothing%20%26%20Accessories%20-%20invitation%20meetings%2C%20circuits%20and%20Label%20road%20races" onclick="_gaq.push(['_trackevent', 'Documents-Book C: Competition' , 'Download' , 'Book C: Competition-C7.4 - Marketing and Advertising Regulations Clothing & Accessories - invitation meetings, circuits and Label road races-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingbook-d-integrity-disciplinary"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsebook-d-integrity-disciplinary" aria-expanded="true" aria-controls="collapsebook-d-integrity-disciplinary"> Book D: Integrity & Disciplinary </a> </h4> </div> <div id="collapsebook-d-integrity-disciplinary" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingbook-d-integrity-disciplinary"> <div class="panel-body"> <table class="records-table"> <thead> <tr> <th width="40%"> TITLE </th> <th width="10%"> ABSTRACT </th> <th width="10%"> last modified </th> <th width="10%"> FORMAT </th> <th width="30%"> DOWNLOAD </th> </tr> </thead> <tbody> <tr> <td width="40%"> D1.1 - Integrity Code of Conduct (amended 14 August 2023) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 14 AUG 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=d2a88e6c-2b19-4a6f-b7f5-be9ebd1d2c6f.pdf&urlslug=D1.1%20-%20Integrity%20Code%20of%20Conduct%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D1.1 - Integrity Code of Conduct (amended 14 August 2023)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=98f84bc4-f5a6-4326-aa97-9a8b4a97fa44.pdf&urlslug=D1.1%20-%20Integrity%20Code%20of%20Conduct%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D1.1 - Integrity Code of Conduct (amended 14 August 2023)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D1.2 - Safeguarding Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 14 AUG 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=1d73d5fc-1a95-4d1e-aca9-6c097cdee561.pdf&urlslug=D1.2%20-%20Safeguarding%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D1.2 - Safeguarding Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> <a href="/download/download?filename=7631e356-d7e9-4a9d-a2b4-6da7c7f7b957.pdf&urlslug=D1.2%20-%20Safeguarding%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D1.2 - Safeguarding Rules-En' ]); " class=" btn btn-normal"> En </a> </td> </tr> <tr> <td width="40%"> D2.1 - Athletics Integrity Unit Rules (amended 14 August 2023) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 14 AUG 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=3c49b17d-399e-4da1-b168-07ed15e57b92.pdf&urlslug=D2.1%20-%20Athletics%20Integrity%20Unit%20Rules%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D2.1 - Athletics Integrity Unit Rules (amended 14 August 2023)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=6cc1a331-c670-4ab1-9445-27b742d1b844.pdf&urlslug=D2.1%20-%20Athletics%20Integrity%20Unit%20Rules%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D2.1 - Athletics Integrity Unit Rules (amended 14 August 2023)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Anti-Doping Rules (1 Jan 2024) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 22 DEC 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=3e97aa33-6c00-4496-bbe1-62c4669f0e91.pdf&urlslug=D3.1%20Anti-Doping%20Rules%20(1%20Jan%202024)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Anti-Doping Rules (1 Jan 2024)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=748220b8-ea9e-42f3-8ebd-65a7440f4cd1.pdf&urlslug=D3.1%20Anti-Doping%20Rules%20(1%20Jan%202024)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Anti-Doping Rules (1 Jan 2024)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 1 Definitions </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=98448f5b-b7b4-4e6f-9f2f-06b5b41ae89e.pdf&urlslug=D3.1%20Appendix%201%20Definitions" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 1 Definitions-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=f4886fa5-733b-4968-befd-65cf24b642ad.pdf&urlslug=D3.1%20Appendix%201%20Definitions" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 1 Definitions-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 2 Athletics Anti-Doping Protocols </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=486745c3-3218-4008-9d9c-6ac0f128da4b.pdf&urlslug=D3.1%20Appendix%202%20Athletics%20Anti-Doping%20Protocols" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 2 Athletics Anti-Doping Protocols-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=5a8b5edd-b668-4009-83ec-fb9e14b2f9e4.pdf&urlslug=D3.1%20Appendix%202%20Athletics%20Anti-Doping%20Protocols" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 2 Athletics Anti-Doping Protocols-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 3 The 2024 Prohibited List </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 22 DEC 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=a0ed7c03-606f-4666-89fc-2e18010aa06c.pdf&urlslug=D3.1%20Appendix%203%20The%202024%20Prohibited%20List" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 3 The 2024 Prohibited List-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=d3341b26-082e-40f8-9b97-41becb8181c1.pdf&urlslug=D3.1%20Appendix%203%20The%202024%20Prohibited%20List" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 3 The 2024 Prohibited List-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 4 International Standard for Therapeutic Use Exemptions </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=67ea0511-a185-4623-bdf9-a2d3d9e925f7.pdf&urlslug=D3.1%20Appendix%204%20International%20Standard%20for%20Therapeutic%20Use%20Exemptions" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 4 International Standard for Therapeutic Use Exemptions-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=aa19dea0-befc-44a5-af46-c2f10eb620d9.pdf&urlslug=D3.1%20Appendix%204%20International%20Standard%20for%20Therapeutic%20Use%20Exemptions" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 4 International Standard for Therapeutic Use Exemptions-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 5 International Standard for Testing and Investigations </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=3f551419-185e-4eed-8fa7-d4824a3127f9.pdf&urlslug=D3.1%20Appendix%205%20International%20Standard%20for%20Testing%20and%20Investigations" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 5 International Standard for Testing and Investigations-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=3b876cf6-1749-47ed-a8f4-46641743b67d.pdf&urlslug=D3.1%20Appendix%205%20International%20Standard%20for%20Testing%20and%20Investigations" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 5 International Standard for Testing and Investigations-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 6 International Standard for Results Management </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=bf6d84ac-8a3e-43a6-a313-38e363c19fda.pdf&urlslug=D3.1%20Appendix%206%20International%20Standard%20for%20Results%20Management" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 6 International Standard for Results Management-En' ]); " class=" btn btn-normal"> En </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 7 International Standard for the Protection of Privacy and Personal Information </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=0de2e9c5-f010-4a6e-912c-be72c1997bed.pdf&urlslug=D3.1%20Appendix%207%20International%20Standard%20for%20the%20Protection%20of%20Privacy%20and%20Personal%20Information" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 7 International Standard for the Protection of Privacy and Personal Information-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=2a888779-fc5b-43c3-a61c-4b2fee396041.pdf&urlslug=D3.1%20Appendix%207%20International%20Standard%20for%20the%20Protection%20of%20Privacy%20and%20Personal%20Information" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 7 International Standard for the Protection of Privacy and Personal Information-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D3.1 Appendix 8 International Standard for Education </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 MAR 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=a9faf6ce-a2aa-4834-bb40-2813d56cafc6.pdf&urlslug=D3.1%20Appendix%208%20International%20Standard%20for%20Education" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 8 International Standard for Education-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=a4ca26f1-e5b2-4fa7-98a4-f7d9fdfc874f.pdf&urlslug=D3.1%20Appendix%208%20International%20Standard%20for%20Education" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D3.1 Appendix 8 International Standard for Education-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D4.1 - AIU Reporting Investigation and Prosecution Rules - Non Doping Violations (amended 14 August 2023) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 14 AUG 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=dbba6590-4f96-4942-a99f-6f2da5e65253.pdf&urlslug=D4.1%20-%20AIU%20Reporting%20Investigation%20and%20Prosecution%20Rules%20-%20Non%20Doping%20Violations%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D4.1 - AIU Reporting Investigation and Prosecution Rules - Non Doping Violations (amended 14 August 2023)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=a8730c75-42ca-4bab-918d-fde4163da342.pdf&urlslug=D4.1%20-%20AIU%20Reporting%20Investigation%20and%20Prosecution%20Rules%20-%20Non%20Doping%20Violations%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D4.1 - AIU Reporting Investigation and Prosecution Rules - Non Doping Violations (amended 14 August 2023)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D4.2 - Manipulation of Sports Competitions Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 NOV 2019 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=88be8791-c819-4acc-826f-e37d90ada3da.pdf&urlslug=D4.2%20-%20Manipulation%20of%20Sports%20Competitions%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D4.2 - Manipulation of Sports Competitions Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=032132df-cde1-475e-8fcf-99249d60c391.pdf&urlslug=D4.2%20-%20Manipulation%20of%20Sports%20Competitions%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D4.2 - Manipulation of Sports Competitions Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D5.1 - Disciplinary and Appeals Tribunal Rules (amended 14 August 2023) </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 14 AUG 2023 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=40bfe991-0e42-47eb-b158-88264bca4974.pdf&urlslug=D5.1%20-%20Disciplinary%20and%20Appeals%20Tribunal%20Rules%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D5.1 - Disciplinary and Appeals Tribunal Rules (amended 14 August 2023)-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=4914301b-67e5-41cd-80a2-c3ce74ad79d8.pdf&urlslug=D5.1%20-%20Disciplinary%20and%20Appeals%20Tribunal%20Rules%20(amended%2014%20August%202023)" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D5.1 - Disciplinary and Appeals Tribunal Rules (amended 14 August 2023)-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D5.2 - Disputes and Disciplinary Proceedings Rules </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 31 JUL 2024 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=8c3fb95c-27ac-4497-bf82-f44da180c33f.pdf&urlslug=D5.2%20-%20Disputes%20and%20Disciplinary%20Proceedings%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D5.2 - Disputes and Disciplinary Proceedings Rules-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=12afa25f-269d-42d0-9087-6d51561ee155.pdf&urlslug=D5.2%20-%20Disputes%20and%20Disciplinary%20Proceedings%20Rules" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D5.2 - Disputes and Disciplinary Proceedings Rules-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> <tr> <td width="40%"> D6.1 - Former Code of Ethics </td> <td width="10%"> <button type="button" data-toggle="tooltip" data-placement="right"> <i class="fa fa-info"></i> </button> </td> <td width="10%"> 01 NOV 2019 </td> <td width="10%"> PDF </td> <td width="30%"> <a href="/download/download?filename=aece54d4-d019-4a8c-8ea5-ee07ff76114c.pdf&urlslug=D6.1%20-%20Former%20Code%20of%20Ethics" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D6.1 - Former Code of Ethics-En' ]); " class=" btn btn-normal"> En </a> <a href="/download/download?filename=22a3a803-2960-45ac-86b4-457d39b523ab.pdf&urlslug=D6.1%20-%20Former%20Code%20of%20Ethics" onclick="_gaq.push(['_trackevent', 'Documents-Book D: Integrity & Disciplinary' , 'Download' , 'Book D: Integrity & Disciplinary-D6.1 - Former Code of Ethics-Fr' ]); " class=" btn btn-normal"> Fr </a> </td> </tr> </tbody> </table> </div> </div> </div> </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> </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> </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> </th> <th> Mark </th> <th> Detail </th> <th> Rank </th> <th> Points </th> <th> </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> </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> </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"> ©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 = "Documents";iaaf.sectionSelect = "Documents";iaaf.subNavSelect = "book-of-rules";</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>