CINXE.COM
Anadolu Ajansı
<!DOCTYPE html> <html> <head> <!-- Google Tag Manager --> <!-- End Google Tag Manager --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Anadolu Ajansı</title> <meta http-equiv="Content-Language" content="en" /> <meta name="description" content="Anadolu Ajansı, your source for trusted news, offers news, photographs and videos on Türkiye, world, economy, sports, health and technology." /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <!-- Jetpack Open Graph Tags --> <meta property="fb:app_id" content="1855843514662870" /> <meta property="fb:pages" content="165302756850788" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Anadolu Ajansı" /> <meta property="og:url" content="https://www.aa.com.tr/en/p/editorial-guidelines" /> <meta property="og:description" content="Anadolu Ajansı" /> <meta property="og:image" content="https://cdnassets.aa.com.tr/assets/newVersion/images/sharing-logo.jpg"> <meta property="og:site_name" content="Anadolu Ajansı" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="https://twitter.com/anadoluagency"> <meta name="twitter:title" content="Anadolu Ajansı"> <meta name="twitter:description" content="Anadolu Ajansı" /> <meta name="twitter:image" content="https://cdnassets.aa.com.tr/assets/newVersion/images/sharing-logo.jpg" /> <meta http-equiv="refresh" content="300"> <link rel="icon" href="https://cdnassets.aa.com.tr/assets/newVersion/images/favicon-32x32.png" media="(prefers-color-scheme:no-preference)"> <link rel="icon" href="https://cdnassets.aa.com.tr/assets/newVersion/images/favicon-dark-32x32.png" media="(prefers-color-scheme:dark)"> <link rel="icon" href="https://cdnassets.aa.com.tr/assets/newVersion/images/favicon-light-48x48.png" media="(prefers-color-scheme:light)"> <link rel='canonical' href='https://www.aa.com.tr/en/p/editorial-guidelines' /> <link rel="alternate" type="application/rss+xml" title="Anadolu Ajansı » Rss" href="/rss/" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/assets/owlcarousel/assets/owl.theme.default.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/assets/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/assets/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/css/bootstrap.min.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/assets/fontawesome/css/all.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/assets/animatecss/animate.css" rel="stylesheet" /> <link href="https://cdnassets.aa.com.tr/assets/newVersion/css/style.css?v=2.8.8" rel="stylesheet" /> <!-- pinterest --> <meta name="p:domain_verify" content="4658984d2754f9c211149b0afeb2e5ff"> <!-- google apps --> <meta name="google-site-verification" content="htdbD82dZlkOE493sk_MjTWms0Rz_Z4w4DmIt355RNI"> <meta name="google-site-verification" content="Wd7ZCx4LMRyoNlDAb5gJP874fi76hTQJGliE25I6qTw" /> <meta name="google-play-app" content="app-id=com.aa.arge.mobile.android.mobile_android"> <script src="https://cdnassets.aa.com.tr/assets/newVersion/assets/jquery/jquery-3.3.1.min.js"></script> <!-- validate form--> <script src="https://cdnassets.aa.com.tr/assets/js/jquery-validate/jquery.validate.min.js"></script> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script> if (/(iPad).*AppleWebKit.*Mobile.*Safari/.test(navigator.userAgent)) { var headNode = document.getElementsByTagName("head")[0]; var sbNode = document.createElement('meta'); sbNode.name = 'apple-itunes-app'; sbNode.content = 'app-id=948616857'; headNode.appendChild(sbNode); } else if (/(iPhone|iPod).*AppleWebKit.*Mobile.*Safari/.test(navigator.userAgent)) { var headNode = document.getElementsByTagName("head")[0]; var sbNode = document.createElement('meta'); sbNode.name = 'apple-itunes-app'; sbNode.content = 'app-id=936244304'; headNode.appendChild(sbNode); } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://www.aa.com.tr/en", "description":"Anadolu Ajansı, your source for trusted news, offers news, photographs and videos on Türkiye, world, economy, sports, health and technology.", "potentialAction": { "@type": "SearchAction", "target": "https://www.aa.com.tr/en/search/?s={search_term_string}", "query-input": "required name=search_term_string" } } </script> <script type="text/javascript"> $(document).ready(function () { if (!window.matchMedia) return; var current = $('head > link[rel="icon"][media]'); $.each(current, function (i, icon) { var match = window.matchMedia(icon.media); function swap() { if (match.matches) { current.remove(); current = $(icon).appendTo('head'); } } match.addListener(swap); swap(); }); }); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <!-- End Google Tag Manager (noscript) --> <div> <!-- start:page header mobile --> <header class="sticky-top"> <script> var timerBreaking; var breakingStrLen = 0; $.breakingInit = function(){ if (!document.hidden) { $.get('https://www.aa.com.tr/en/BreakingNewsAjax',{},function(data){ if(data==""){ breakingStrLen = 0; $('.ustBilgi').hide(); }else{ if(breakingStrLen != data.length){ breakingStrLen = data.length; $('.ustBilgi-yazi ul').html(data); $('.ustBilgi-yazi li').addClass("item"); if ("en"=="ar") { $('.ustBilgi-yazi li').addClass("direction-rtl"); } $('.ustBilgi').show(); $('.ustbilgiSondakika').trigger('destroy.owl.carousel'); $('.ustbilgiSondakika').owlCarousel({ loop:true, nav: false, items:1, autoplay:true, dots:false, smartSpeed: 1000, animateOut: 'fadeOutUp', animateIn: 'fadeInLeft', responsiveClass: true, rtl: false, }); } } }); } } $(window).focus(function() { $.breakingInit(); }); $(document).ready(function () { $.breakingInit(); var timerBreaking = setInterval(function(){ $.breakingInit() }, 5000); }) </script> <div class="ustBilgi" style="display:none;"> <div class="ustBilgi-sondakika"> <div class="ustBilgi-genel container"> <div class="ustBilgi-baslik col-xl-2 col-lg-12 col-md-12 col-sm-12 text-left"><div style="font-family: GothamNarrow-UltraItalic !important; float: left;" class="sndkk">breaking </div>  <span style="font-style:normal !important">•</span> <div class="sondakikaAcKpt"><i class="fas fa-angle-up"></i></div> </div> <div class="ustBilgi-yazi col-xl-10 col-lg-12 col-md-12 col-sm-12"> <ul class="ustbilgiSondakika owl-carousel owl-theme" style=" padding-top: 15px; margin-left: -70px;font-size:20px;"></ul> </div> </div> </div> </div> <div class="ustBar d-none d-md-block"> <div class="ustBar-genel container p-0"> <div class="ustBar-btn"> <div class="ustBar-sosyal"> <a href="https://www.facebook.com/anadoluagencyenglish" class="btn facebook" target="_blank"><i class="fab fa-facebook-f"></i></a> <a href="https://twitter.com/anadoluagency" class="btn twitter"target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><style> svg { fill: #ffffff } </style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg></a> <a href="https://www.youtube.com/user/anadoluagency" class="btn youtube" target="_blank"><i class="fab fa-youtube"></i></a> <a href="https://www.instagram.com/anadoluagency" class="btn instagram"target="_blank"><i class="fab fa-instagram"></i></a> </div> <button type="button" class="btn dropdown-toggle ustBar-edition btn-outline-primary" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> EDITION </button> <div class="dropdown-menu dropdown-menu-right"> <a class="dropdown-item" href="/tr">Türkçe</a> <a class="dropdown-item" href="/en">English</a> <a class="dropdown-item" href="/ba">BHSC</a> <a class="dropdown-item" href="/ru">Pусский</a> <a class="dropdown-item" href="/fr">Français</a> <a class="dropdown-item" href="/ar">العربية</a> <a class="dropdown-item" href="/kk">Kurdî</a> <a class="dropdown-item" href="/ks">کوردی</a> <a class="dropdown-item" href="/sq">Shqip</a> <a class="dropdown-item" href="/fa">فارسی</a> <a class="dropdown-item" href="/mk">македонски</a> <a class="dropdown-item" href="/id">Bahasa Indonesia</a> <a class="dropdown-item" href="/es">Español</a> </div> </div> </div> </div> <div class="fixedTopFix1 container"></div> <div class="anamenu"> <nav class="navbar navbar-expand-lg container "> <a class="navbar-brand" href="https://www.aa.com.tr/en"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/logo.png" class="logo" alt="logo" /> </a> <div class="borderR" style="height:80px;margin-top: -2px;"></div> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"> <li class="nav-item active"> <a class="nav-link" href="/en/turkiye">Türkİye <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/world">World <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/economy">Economy <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/politics">Politics <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="https://www.aa.com.tr/en/energy">Energy <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/sports">Sports <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/info/infographics/0">Infographics <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="/en/opinion">Opinion <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.aa.com.tr/en/vgc/video-gallery/0">Video</a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.aa.com.tr/en/pgc/photo-gallery/0">Photo</a> </li> </ul> <form class="form-inline my-2 my-lg-0" id="arama-form" autocomplete="off" method="get" action="https://www.aa.com.tr/en/search/"> <input type="text" name="s" class="arama-alani " placeholder="Ara"> <i class="fas fa-search" style="color: #ffffff"></i> </form> <div class="borderL" style="height:80px;margin: -2px 25px 0 25px;"></div> <a id="nav-toggle" data-toggle="collapse" data-target="#menu-icerik" href="#menu-icerik" role="button" aria-expanded="false" aria-controls="menu-icerik" class="hamburgerB"><span></span></a> </div> </nav> <div id="menu-icerik" class="collapse"> <div class="container menu-icerik-ortali"> <div class="row"> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-3"> <p> <a href="/en/turkiye" class="text-white">Türkiye</a> </p> <p> <a href="/en/world" class="text-white">World</a> </p> <ul> <li> <p> <a href="/en/middle-east" class="text-white">Middle East</a> </p> </li> <li> <p> <a href="/en/americas" class="text-white">Americas</a> </p> </li> <li> <p> <a href="/en/europe" class="text-white">Europe</a> </p> </li> <li> <p> <a href="/en/africa" class="text-white">Africa</a> </p> </li> <li> <p> <a href="/en/asia-pacific" class="text-white">Asia - Pacific</a> </p> </li> </ul> <p> <a href="/en/economy" class="text-white">Economy</a> </p> <p> <a href="/en/politics" class="text-white">Politics</a> </p> <p> <a href="https://www.aa.com.tr/en/energy" class="text-white">Energy</a> </p> <p> <a href="/en/sports" class="text-white">Sports</a> </p> <p> <a href="/en/info/infographics/0" class="text-white">Infographics</a> </p> <p> <a href="/en/opinion" class="text-white">Opinion</a> </p> </div> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-3"> <p> <a href="https://www.aa.com.tr/en/pgc/photo-gallery/0" class="text-white">Photo</a> </p> <p> <a href="https://www.aa.com.tr/en/vgc/video-gallery/0" class="text-white">Video</a> </p> <ul> </ul> </div> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-3"> <p> <a href="/en/environment" class="text-white">Environment</a> </p> <p> <a href="/en/education" class="text-white">Education</a> </p> <p> <a href="/en/life" class="text-white">Life</a> </p> <p> <a href="/en/culture" class="text-white">Culture</a> </p> <p> <a href="/en/opinion" class="text-white">Opinion</a> </p> <p> <a href="/en/health" class="text-white">Health</a> </p> <p> <a href="/en/science-technology" class="text-white">Science-Technology</a> </p> </div> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-3"> <p> <a href="https://www.aa.com.tr/tr/sirkethaberleri" class="text-white" target="_blank">Business News</a> </p> <p> <a href="http://aafinans.com" class="text-white" target="_blank">Finance Terminal</a> </p> <p> <a href="http://www.anadoluimages.com/Account/SetLanguage?culture=en-US&returnUrl=/" class="text-white" target="_blank">Anadolu Images</a> </p> <p> <a href="https://www.aa.com.tr/en/energy" class="text-white" target="_blank">Energy Terminal</a> </p> <p> <a href="https://www.aa.com.tr/en/newsacademy" class="text-white" target="_blank">AA Academy</a> </p> <p> <a href="https://www.aa.com.tr/tr/yesilhat" class="text-white" target="_blank">Green Line</a> </p> <p> <a href="https://www.aa.com.tr/tr/ayrimcilikhatti" class="text-white" target="_blank">Discrimination Line</a> </p> <p> <a href="https://www.aa.com.tr/tr/teyithatti" class="text-white" target="_blank">Fact Check Line</a> </p> <p> <a href="https://kariyer.aa.com.tr/?language=1" class="text-white" target="_blank"> Career AA</a> </p> <p> <a href="https://www.aa.com.tr/en/corporate-news" class="text-white" target="_blank">Corporate News</a> </p> <p> </p> </div> </div> </div> </div> <div class="navbarR row m-auto"> <div class="col-2 m-auto mt-2 pt-2"> <a href="https://www.aa.com.tr/en"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/logo.png" class="logoR" alt="logo" /> </a> </div> <div class="col-8 pr-0"> </div> <div class="col-2 m-auto pt-2 text-right hamburgerR" > <span><i class="fas fa-bars" onclick="openNav()"></i> </span> </div> </div> </div> <script> $(document).ready(function () { $('.mobile_search').on('click touch', function () { $('#arama-form2').submit(); return false; }); if (getCookie("v") == null || getCookie("v") == ''){ $('.uiVersion').addClass('oldVersion').removeClass('newVersion').text('Return to old version'); }else if(getCookie("v")=='1'){ $('.uiVersion').addClass('oldVersion').removeClass('newVersion').text('Return to old version'); }else{ $('.uiVersion').addClass('newVersion').removeClass('oldVersion').text('New version'); } $('.newVersion').on('click', function () { setCookie("v", 1, 999); $(this).addClass('oldVersion').removeClass('newVersion'); window.location.href = 'https://www.aa.com.tr/en'; return false; }); $('.oldVersion').on('click', function () { setCookie("v", 0, 999); $(this).addClass('newVersion').removeClass('oldVersion'); window.location.href = 'https://www.aa.com.tr/en'; return false; }); }); </script> <div id="mySidenav" class="sidenav"> <div class="row sideUst"> <div class="sideUst-left"> <a href="https://www.aa.com.tr/en"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/logo.png" class="logoR" alt="logo" /> </a> </div> <div class="sideUst-right"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a></div> </div> <div class="row borderB sideArama"> <form class="form-inline my-2 my-lg-0" id="arama-form2" autocomplete="off" method="get" action="https://www.aa.com.tr/en/search/"> <input type="text" name="s" class="" /> <a href="#!" style="padding:5px!important"><i class="fas fa-search"></i></a> </form> </div> <div class="row"> <div class="accordion" id="accordionExample"> <div class="detay-gundemdekiler-icon" style="margin-left:50px"></div> <a data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne" style="cursor:pointer; padding: 5px 70px;"> EDITION <i class="fas fa-angle-down"></i> </a> <div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample"> <a href="/tr" style="padding-left: 85px;">Türkçe</a> <a href="/en" style="padding-left: 85px;">English</a> <a href="/ba" style="padding-left: 85px;">BHSC</a> <a href="/ru" style="padding-left: 85px;">Pусский</a> <a href="/fr" style="padding-left: 85px;">Français</a> <a href="/ar" style="padding-left: 85px;">العربية</a> <a href="/kk" style="padding-left: 85px;">Kurdî</a> <a href="/ks" style="padding-left: 85px;">کوردی</a> <a href="/sq" style="padding-left: 85px;">Shqip</a> <a href="/fa" style="padding-left: 85px;">فارسی</a> <a href="/mk" style="padding-left: 85px;">македонски</a> <a href="/id" style="padding-left: 85px;">Bahasa Indonesia</a> <a href="/es" style="padding-left: 85px;">Español</a> </div> </div> </div> <div class="row"> <ul> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/turkiye" class="text-white">Türkiye</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/world" class="text-white">World</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/economy" class="text-white">Economy</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/politics" class="text-white">Politics</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="https://www.aa.com.tr/en/energy" class="text-white">Energy</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/sports" class="text-white">Sports</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/info/infographics/0" class="text-white">Infographics</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="/en/opinion" class="text-white">Opinion</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="https://www.aa.com.tr/en/pgc/photo-gallery/0" class="text-white">Photo</a> </li> <li> <div class="detay-gundemdekiler-icon" style="margin-left:10px"></div> <a href="https://www.aa.com.tr/en/vgc/video-gallery/0" class="text-white">Video</a> </li> </ul> </div> </div> </header> <main> <div class="tarihce container row m-auto"> <div class="col-md-10 col-sm-12 row tarihce-sol"> <div class="editorunSecimi-baslik container"><div class="baslikSolicon"></div><h1>Editorial Guidelines</h1></div> <p style="text-align:justify;"><strong>Anadolu Agency has established broadcasting principles regarding coverage of terrorist attacks, acts of violence and natural disasters.</strong></p><p style="text-align:justify;"><strong></strong><strong>Anadolu Agency;</strong></p><ol><li style="text-align:justify;">Acts responsibly in covering terrorism, acts of violence and natural disasters bearing in mind the public interest in full and accurate reporting, universal human rights, national security and public order.</li><li style="text-align:justify;">Refuses to publish stories or visual material that will be deemed discriminatory on the basis of class, race, language, religion, gender, and region that will generate feelings of hostility among people and further incite them to violence and terror.</li><li style="text-align:justify;">Abstains from all sorts of reporting that will generate feelings of hatred, fear, chaos, hostility and panic among people.</li><li style="text-align:justify;">Takes great care about the quality and style of its stories that they do not encourage violence, spread fear, traumatise, damage the principles of equality and justice, degrade human dignity and foster discrimination.</li><li style="text-align:justify;">Covers stories of terrorism and acts of violence without exaggeration, based on reliable information and as far as is possible having them confirmed by authorised sources; and abides by the broadcast bans imposed by legal authorities.</li><li style="text-align:justify;">Tries not to report the names of those who lost their lives in accidents, disasters or acts of terror before their next of kin are informed.</li><li style="text-align:justify;">Accepts the sanctity of human life and avoids running pictures or video footage that will hurt the dignity of victims and cause further suffering to their families.</li><li style="text-align:justify;">Will respect - in covering wars, conflicts, terrorism and disasters - the privacy and dignity of the dead regardless of who they are.</li><li style="text-align:justify;">Avoids publishing graphic pictures and video of executions, killing of people.</li><li style="text-align:justify;">Does not transmit close-up shots of dead or wounded and mutilated bodies, limbs degrading human dignity and causing psychological distress in public.</li><li style="text-align:justify;">Avoids reporting that will directly or indirectly serve terrorist organizations; and accordingly does not use their rhetoric, language, jargon, images and symbols that will help their propaganda.</li><li style="text-align:justify;">Will not transmit sensational and shocking news and images captured by its staff in any natural disaster, violence or act of terror that would be damaging to public order and solidarity.</li></ol> </div> <div class="col-md-2 col-sm-12 d-none d-sm-block detay-gundemdekiler "> <div class="sticky-top sticky-font"> <div style="padding-bottom: 45px;padding-top: 10px;"> <div class="analiz-baslikicon"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/analiz.png" alt="Analysis" /> </div> <div class="analiz-baslikbg"><a href="https://www.aa.com.tr/en/world">World</a></div> </div> <a href="https://www.aa.com.tr/en/americas/ukraine-says-it-carried-out-1st-round-of-consultations-with-us-on-mineral-deal-proposal/3525302"> <h6 style="font-size:.9rem">Ukraine says it carried out 1st round of consultations with US on mineral deal proposal</h6> </a> <hr /> <a href="https://www.aa.com.tr/en/russia-ukraine-war/russia-reiterates-openness-to-normalizing-relations-with-those-who-want-it-/3525268"> <h6 style="font-size:.9rem">Russia reiterates openness to normalizing relations with ‘those who want it’</h6> </a> <hr /> <a href="https://www.aa.com.tr/en/world/morning-briefing-april-1-2025/3524975"> <h6 style="font-size:.9rem">Morning Briefing: April 1, 2025</h6> </a> <hr /> <a href="https://www.aa.com.tr/en/americas/us-secretary-of-state-rubio-to-take-part-in-nato-foreign-ministers-meeting-in-brussels/3524921"> <h6 style="font-size:.9rem">US Secretary of State Rubio to take part in NATO Foreign Ministers Meeting in Brussels</h6> </a> <hr /> <a href="https://www.aa.com.tr/en/world/russia-moves-to-suspend-taliban-ban-under-new-legal-framework/3524809"> <h6 style="font-size:.9rem">Russia moves to suspend Taliban ban under new legal framework</h6> </a> </div> </div> </div> <script> if (2== 9) { $(".editorunSecimi-baslik h1").css("font-size", "2.5rem"); } </script> </main> <script async src="https://www.googletagmanager.com/gtag/js?id='G-6LTZQVNSHQ'"></script> <style> #cookiepolicy { z-index: 9999; position: fixed; width: 100%; background: #04334d; padding: 30px 0px; font-size: 12px; line-height: 16px; bottom: 0px; display: none; margin: 0; } .cookieDiv { display: flex; justify-content: space-between; text-align: left; } .cookieText { margin: 0; padding-left: 5%; padding-top: 8px; padding-bottom: 8px; color: #fff; font-size: 16px } .cookieButton { display: inline-block; margin-left: 2%; margin-right: 2%; min-width: 40%; min-width: calc((150px + 3 * 4px) * 2 + 150px); min-width: -webkit-fit-content; min-width: -moz-fit-content; min-width: fit-content; align-self: center; position: relative; } .cookieButton .btn { padding: 3px 8px; font-size: 15px; margin-left: 10px; } .cookieBody { height: 446px; overflow: auto; } #cookiePolicyModal .modal-dialog { margin-bottom: 100px; } </style> <footer> <div class="footerUst container"> <!-- Grid row --> <div class="row mt-5"> <!-- Grid column --> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-3"> <!-- Content --> <a href="https://www.aa.com.tr/en" class="row m-auto col-xs-push-12"><img class="img-fluid footer-logo" src="https://cdnassets.aa.com.tr/assets/newVersion/images/footerlogo-notype.png" alt="Anadolu Ajansı"></a> <div class="footerSosyalmedya row text-center"> <a href="https://www.facebook.com/anadoluagencyenglish" target="_blank" class="col-3"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/facebook.png" alt="facebook logo"></a> <a href="https://twitter.com/anadoluagency" target="_blank" class="col-3 "><img src="https://cdnassets.aa.com.tr/assets/newVersion/images/x_twitter.png" alt="twitter logo"></a> <a href="https://www.youtube.com/user/anadoluagency" target="_blank" class="col-3 "><img src="https://cdnassets.aa.com.tr/assets/newVersion/images/youtube.png" alt="youtube logo"></a> <a href="https://www.instagram.com/anadoluagency" target="_blank" class="col-3"><img src="https://cdnassets.aa.com.tr/assets/newVersion/images/instagram.png" alt="instagram logo"></a> </div> </div> <div class="col-md-2 col-lg-2 col-xl-2 mx-auto text-md-left mb-3 text-sm-center"> <!-- Links --> <h6 class="font-weight-bold">Corporate</h6> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/history" class="text-white">History</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/editorial-guidelines" class="text-white">Editorial Guidelines</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/social-media-policies" class="text-white">Social Media Policies</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/executive-team" class="text-white">Executive Team</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/domestic-offices" class="text-white">Domestic Offices</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/international-offices" class="text-white">International Offices</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/media-center" class="text-white">Media Center</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/communication" class="text-white">Communication</a> </p> </div> <div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3 marT-20 text-md-left mb-3 text-sm-center"> <!-- Links --> <h6 class="text-uppercase font-weight-bold"></h6> <p> <a href="https://www.aa.com.tr/en/rss/default?cat=live" class="text-white" target="_blank">RSS</a> </p> <p class="mb-0"> <a class="text-white" href="/en/p/subscription/1001" title="Subscription Requests">Subscription Requests</a> </p> <p class="mb-0"> <a class="text-white" href="https://www.aa.com.tr/en/p/@ _UrlAnnouncement/1002" title="Announcement Service">Announcement Service</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/quality-management" class="text-white">Quality Management</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/privacy-and-cookies-policy" class="text-white">Privacy and Cookies Policy</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/information-policy" class="text-white">Information Policy</a> </p> <p class="mb-0"> <a href="https://www.aa.com.tr/en/p/diary" class="text-white">Diary</a> </p> </div> <div class="col-md-2 col-lg-2 col-xl-2 mx-auto marT-20 text-md-left mb-3 text-sm-center"> <!-- Links --> <h6 class="font-weight-bold">Network</h6> <p> <a href="https://www.aa.com.tr/tr/isdunyasi" class="text-white" target="_blank">Business News</a> </p> <p> <a href="http://aafinans.com" class="text-white" target="_blank">Finance Terminal</a> </p> <p> <a href="http://www.anadoluimages.com/Account/SetLanguage?culture=en-US&returnUrl=/" class="text-white" target="_blank">Anadolu Images</a> </p> <p> <a href="https://www.aa.com.tr/en/energy" class="text-white" target="_blank">Energy Terminal</a> </p> <p> <a href="https://www.aa.com.tr/en/newsacademy" class="text-white" target="_blank">AA Academy</a> </p> <p> <a href="https://www.aa.com.tr/tr/yesilhat" class="text-white" target="_blank">Green Line</a> </p> <p> <a href="https://www.aa.com.tr/tr/ayrimcilikhatti" class="text-white" target="_blank">Discrimination Line</a> </p> <p> <a href="https://www.aa.com.tr/tr/teyithatti" class="text-white" target="_blank">Fact Check Line</a> </p> </div> <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-md-0 text-md-left mb-3 text-sm-center"> <!-- Links --> <h6 class="font-weight-bold" style="font-family:'GothamNarrow-Black'">Değişen Dünyanın Habercisi</h6> <p> <a href="https://itunes.apple.com/tr/app/anadolu-ajans-mobil/id936244304?mt=8" class="text-white" target="_blank">IPhone Application</a> </p> <p> <a href="https://itunes.apple.com/tr/app/anadolu-agency-tablet/id948616857?mt=8" class="text-white" target="_blank">IPad Application</a> </p> <p> <a href="https://play.google.com/store/apps/details?id=com.aa.arge.mobile.android.mobile_android" class="text-white" target="_blank">Android Application</a> </p> <a href="https://play.google.com/store/apps/details?id=com.aa.arge.mobile.android.mobile_android" class="text-white" target="_blank"> <img src="https://cdnassets.aa.com.tr/assets/newVersion/images/googleplay.png" alt="googleplay logo" /> </a> <a href="https://itunes.apple.com/tr/app/anadolu-ajans-mobil/id936244304?mt=8" class="text-white" target="_blank"><img src="https://cdnassets.aa.com.tr/assets/newVersion/images/appstore.png" alt="applestore logo" /></a> </div> </div> </div> <div class="footer-copyright text-center py-5 "> <a href="https://www.aa.com.tr" class="text-white"> Anadolu Ajansı © 2021</a> </div> </footer> <div id="cookiepolicy"> <div class="cookieDiv"> <div class="cookieText"> <a href="https://www.aa.com.tr/en/p/privacy-and-cookies-policy" target="_blank" style="color:#fff;">We use cookies in a limited and restricted manner for specific purposes. For more details, you can see "our data policy".</a> </div> <div class="cookieButton"> <a href="#" id="cookieaccept" style="color:#fff; " class="btn btn-primary">Accept</a> <a href="#" id="cookieDeny" class="btn btn-light">Reject</a> <a href="#" id="cookieSetting" class="btn btn-light">Manage Cookies</a> </div> </div> </div> <div class="modal fade bd-example-modal-lg" id="cookiePolicyModal" data-backdrop="static" tabindex="-1" role="dialog" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="staticBackdropLabel"> Changing Cookie Preferences</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body cookieBody"> Mandatory cookies are used on our website www.aa.com.tr in order to provide you with a better service. These cookies cannot be disabled via the "Cookie Control Panel". You can view the cookies used on our site via the "Cookie Control Panel" and change your preferences. <div class="p-3"> <div class="font-weight-bold mt-3 mb-2"> Necessary Cookies </div> <div> This cookie is used to distinguish between humans and bots. This is beneficial for the web site, in order to make valid reports on the use of their web site. </div> <hr /> <div class="font-weight-bold mt-2 mb-2"> Functional Cookies </div> <div> Remembers the user's selected language version of a website. </div> <hr /> <div class="font-weight-bold mt-2 mb-2"> Performance/Analytical Cookies </div> <div> Registers a unique ID that is used to generate statistical data on how the visitor uses the website.Used by Google Analytics to throttle request rate. </div> <div class="mt-2 mb-2"> <div class="form-check-inline"> <label class="form-check-label"> <input type="radio" class="form-check-input" checked name="optradioPerformans" value="1"> Accept </label> </div> <div class="form-check-inline"> <label class="form-check-label"> <input type="radio" class="form-check-input" name="optradioPerformans" value="0">Reject </label> </div> </div> <hr /> <div class="font-weight-bold mt-2 mb-2"> Advertising/Marketing Cookies </div> <div> This cookie is used to collect information on consumer behavior, which is sent to Alexa Analytics. (Alexa Analytics is an Amazon company.) </div> <div class="mt-2 mb-2 "> <div class="form-check-inline"> <label class="form-check-label"> <input type="radio" class="form-check-input" checked name="optradioReklam" value="1"> Accept </label> </div> <div class="form-check-inline"> <label class="form-check-label"> <input type="radio" class="form-check-input" name="optradioReklam" value="0">Reject </label> </div> </div> </div> </div> <div class="modal-footer"> <button id="cookieSettingSifirla" type="button" class="btn btn-default mr-2">Reset All</button> <button id="cookieSettingKaydet" type="button" class="btn btn-primary">Save Changes</button> </div> </div> </div> </div> <script> $(document).ready(function () { if (getCookie("newcookiepolicy") == "" || getCookie("newcookiepolicy") == null) { $('#cookiepolicy').show(); } $('#cookieaccept').on('click', function () { setCookie('newcookiepolicy', "1.1.1", 999); // ilki olsun olmasın(cookie), ikincisi performans, üçüncüsü reklam olsun olmasın $('#cookiepolicy').hide(); }) $('#cookieDeny').on('click', function () { setCookie('newcookiepolicy', { "coookies": 0, "performans": 0, "reklam": 0 }, 999); setCookie('newcookiepolicy', "0.0.0", 999); $('#cookiepolicy').hide(); }) $('#cookieSetting').on('click', function () { $("#cookiePolicyModal").modal("show"); }) $('#cookieSettingSifirla').on('click', function () { $('input[name="optradioReklam"]').prop("checked", false); $('input[name="optradioPerformans"]').prop("checked", false); deleteCookie('newcookiepolicy', "", 999); }) $('#cookieSettingKaydet').on('click', function () { var optradioPerformans = 0; var optradioReklam = 0; if ($('input[name="optradioPerformans"]:checked').val() == undefined) { optradioPerformans = 1; } else { optradioPerformans = $('input[name="optradioPerformans"]:checked').val(); } if ($('input[name="optradioReklam"]:checked').val() == undefined) { optradioReklam = 1; } else { optradioReklam = $('input[name="optradioReklam"]:checked').val(); } var cookiesString = "1" + "." + optradioPerformans + "." + optradioReklam; setCookie('newcookiepolicy', cookiesString, 999); $('#cookiepolicy').hide(); $("#cookiePolicyModal").modal("hide"); }) //google analytic cookie setting var cookie = getCookie("newcookiepolicy").split("."); if (cookie[1] != "0" || getCookie("newcookiepolicy") == "" || getCookie("newcookiepolicy") == null) { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-6LTZQVNSHQ'); } else { deleteCookie('_ga', "", 999); deleteCookie('_gid', "", 999); deleteCookie('_gat_aa_genel', "", 999); deleteCookie('_gat', "", 999); } }) </script> <script type="text/javascript"> </script> <script type="text/javascript"> var onloadCallback = function () { alert("grecaptcha is ready!"); }; $(document).ready(function ($) { $(".btnrating").on('click', (function (e) { var previous_value = $("#selected_rating").val(); var selected_value = $(this).attr("data-attr"); $("#selected_rating").val(selected_value); $(".selected-rating").empty(); $(".selected-rating").html(selected_value); for (i = 1; i <= selected_value; ++i) { $("#rating-star-" + i).toggleClass('btn-warning'); $("#rating-star-" + i).toggleClass('btn-default'); } for (ix = 1; ix <= previous_value; ++ix) { $("#rating-star-" + ix).toggleClass('btn-warning'); $("#rating-star-" + ix).toggleClass('btn-default'); } })); $("#feedBackButton").on('click',function () { var feedBackRating = $("#selected_rating").val(); var feedBackText = $("#feedBackText").val(); var durum = 0; var recaptcha = $("#g-recaptcha-response").val(); if (feedBackRating == "0") { $("#feedBackRatingError").show(); $("#feedBackRatingError").text("Please make a choise to give points!"); } else { $("#feedBackRatingError").hide(); durum++; } if ((feedBackText == null) || (feedBackText == "")) { $("#feedBackTextError").show(); $("#feedBackTextError").text("Do you explain your ideas for website with few sentences?"); } else { $("#feedBackTextError").hide(); durum++; } if ((recaptcha == null) || (recaptcha == "")) { $("#feedBackRecaptcha").show(); $("#feedBackRecaptcha").text("Robot Olmadığınızı Doğrulayınız"); } else { $("#feedBackRecaptcha").hide(); durum++; } if (durum == 3) { $.ajax({ url: '/tr/Home/FeedBacks/', type: 'POST', dataType: 'json', data: { feedBackRating: feedBackRating, feedBackText: feedBackText, recaptcha: recaptcha }, success: function (data) { if (data.sonuc == true) { // $("#feedBackSuccess").text(""); alert("Your feedback has been got with success!"); $("#myModal").modal("hide"); } else { $("#feedBackSuccess").text("An error has occurred."); } }, error: function (data) { } }) } }); }); </script> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="myModalLabel">Your opinions matter to us</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true"> times; </span> </button> </div> <div class="modal-body"> <h6>Feedback</h6> <div style="margin-bottom: 10px;"> <button type="button" class="btnrating btn btn-default btn-md" data-attr="1" id="rating-star-1"> <i class="fa fa-star" aria-hidden="true"></i> </button> <button type="button" class="btnrating btn btn-default btn-md" data-attr="2" id="rating-star-2"> <i class="fa fa-star" aria-hidden="true"></i> </button> <button type="button" class="btnrating btn btn-default btn-md" data-attr="3" id="rating-star-3"> <i class="fa fa-star" aria-hidden="true"></i> </button> <button type="button" class="btnrating btn btn-default btn-md" data-attr="4" id="rating-star-4"> <i class="fa fa-star" aria-hidden="true"></i> </button> <button type="button" class="btnrating btn btn-default btn-md" data-attr="5" id="rating-star-5"> <i class="fa fa-star" aria-hidden="true"></i> </button> <input type="hidden" name="feedBackRating" id="selected_rating" /> <span class="selected-rating">0</span><small> / 5</small> </div> <div style="color: red;font-weight: bold;" id="feedBackRatingError"></div> <div id="divFeedBack"> <h6></h6> <textarea id="feedBackText" style="width:100%" class="span6" rows="3" required></textarea> </div> <div style="display:none;color: red;font-weight: bold; height:40px" id="feedBackTextError"></div> <div class="g-recaptcha" data-sitekey="6LdCCsYcAAAAAF6Hen5rmHCOuvXQqnZaHLLBVCnT"></div> <div style="display:none;color: red;font-weight: bold;" id="feedBackRecaptcha"></div> <div style="color: #74DF0D;font-weight: bold;" id="feedBackSuccess"></div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Kapat</button> <button id="feedBackButton" type="button" class="btn btn-primary">Send</button> </div> </div> </div> </div> <!-- 4/1/2025 7:24:22 PM __ 218 __ 4.10.9137.19863; --> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://cdnassets.aa.com.tr/assets/newVersion/js/popper.min.js"></script> <script src="https://cdnassets.aa.com.tr/assets/newVersion/assets/owlcarousel/owl.carousel.min.js"></script> <script src="https://cdnassets.aa.com.tr/assets/newVersion/js/main.js?v=5.7"></script> <script src="https://cdnassets.aa.com.tr/assets/newVersion/js/bootstrap.min.js"></script> </body> </html>