CINXE.COM
Articles tagged with NATO on The Parliament Magazine
<!doctype html> <html lang="en" class="no-js"> <head><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '1C3fJ9awG115y', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="language" content="en" /><meta name="generator" content="Isle Interactive Ltd" /><meta name="designer" content="Isle Interactive Ltd" /><meta name="viewport" content="initial-scale=1.0, width=device-width" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="The Parliament Magazine" /><meta name="msapplication-TileColor" content="#ffffff" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /> <meta name="robots" content="index, follow" /> <meta name="revisit-after" content="14 days" /><link rel="apple-touch-icon" sizes="180x180" href="/_img/_favicons/apple-touch-icon.png" /><link rel="icon" type="image/png" sizes="32x32" href="/_img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="/_img/_favicons/favicon-16x16.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" href="/_img/_favicons/safari-pinned-tab.svg" color="#231f20" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="stylesheet" href="/_styles/core2.css?v14" media="screen" /><link rel="stylesheet" href="/_styles/layout2.css?v26" media="screen" /><link rel="preconnect" href="https://fonts.googleapis.com" /><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" /> <!--<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Playfair+Display:wght@400;700&family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet" />--> <link href="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script>!window.jQuery && document.write('<script src="/_scripts/jquery.js"><\/script>')</script> <script src="/_scripts/modernizr.js"></script> <script src="/_scripts/core.js?11"></script> <script src="/_scripts/plugins.js?2a"></script> <!-- ADVERTISING - START --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; </script> <script> // define variables to hold gpt slot objects var gptSlots = []; googletag.pubads().setTargeting("environment","production"); }); </script> <!-- ADVERTISING - END --> <!-- 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;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WHDKTSQ');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1690315']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img06.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script><script type="text/javascript" src='https://www.google.com/recaptcha/api.js'></script><!-- Poool Tracking --> <script id="poool-engage" src="https://assets.poool.fr/engage.min.js" async></script> <script> const script = document.getElementById('poool-engage'); script.addEventListener('load', function() { Engage.init('B7H7E-5SALK-J1YCN-ZNZ63') .autoCreate(); }); </script> <!-- Poool Tracking End--><script src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=W6PndT8I8jSyIKDSivrEQYBdUvzu4EXy4W82" async></script> <script> window.PushlySDK = window.PushlySDK || []; function pushly() { window.PushlySDK.push(arguments) } pushly('load', { domainKey: 'W6PndT8I8jSyIKDSivrEQYBdUvzu4EXy4W82', sw: '/assets/pushly/pushly-sdk-worker.js' }); </script> <link rel="canonical" href="https://www.theparliamentmagazine.eu/news/tag.htm?filter=1675" /><meta name="Description" content="A list of all articles tagged with NATO on The Parliament Magazine" /><title> Articles tagged with NATO on The Parliament Magazine </title></head> <body > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WHDKTSQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/news/tag.htm?filter=1675" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWAgIeD2QWBAIBDxYCHgRUZXh0BTxnb29nbGV0YWcucHViYWRzKCkuc2V0VGFyZ2V0aW5nKCJlbnZpcm9ubWVudCIsInByb2R1Y3Rpb24iKTtkAgIPFgIfAGVkAgIQZGQWBgIBD2QWAmYPZBYMAgEPFgIeB1Zpc2libGVoZAIDD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg8WAh8ABfICPGRpdiBjbGFzcz0icHJvbW8tdGV4dCI+DQogICA8cCBjbGFzcz0ib3N3YWxkIj5TdWJzY3JpYmUgdG8gVGhlIFBhcmxpYW1lbnQ8L3A+DQogICA8YSBocmVmPSJodHRwczovL3d3dy50cGdyb3Vwc2hvcC5jb20vc3RvcmUvcHJvZHVjdHMsdGhlLXBhcmxpYW1lbnRfMjEuaHRtIiB0YXJnZXQ9Il9ibGFuayIgY2xhc3M9ImJ0biBidG4tLWRhcmsgYnRuLS14c21hbGwiID5TdWJzY3JpYmUgbm93PC9hPg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSJwcm9tby1pbWciPg0KICA8aW1nIGFsdD0iU3Vic2NyaWJlIG5vdyIgc3JjPSIvdWdjLTEvdXBsb2Fkcy9wYWdlYmxvY2tzLzg1MjEvMzVlYjZkOTMwY2ExZGIxZmFlMjhjZmE5OWI1YzI2YWYuanBnIj4NCjwvZGl2PmQCBQ8WAh8ABbUOPHVsPjxsaT48YSBocmVmPSIvdGhlLWdyZWVuLWRlYWwuaHRtIiB0aXRsZT0iVGhlIEdyZWVuIERlYWwiPjxzcGFuPlRoZSBFVSdzIGdyZWVuIHRyYW5zaXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9ldS1pbnN0aXR1dGlvbnMuaHRtIiB0aXRsZT0iRVUgSW5zdGl0dXRpb25zIj48c3Bhbj5FVSBJbnN0aXR1dGlvbnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9mb3JlaWduLWFuZC1zZWN1cml0eS1wb2xpY3kuaHRtIiB0aXRsZT0iRm9yZWlnbiAmYW1wOyBTZWN1cml0eSBQb2xpY3kiPjxzcGFuPkZvcmVpZ24gJiBTZWN1cml0eSBQb2xpY3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9lY29ub21pY3MuaHRtIiB0aXRsZT0iRWNvbm9taWNzIj48c3Bhbj5FY29ub21pY3M8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii90ZWNobm9sb2d5Lmh0bSIgdGl0bGU9IlRlY2hub2xvZ3kiPjxzcGFuPlRlY2hub2xvZ3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9lbmVyZ3ktYW5kLWVudmlyb25tZW50Lmh0bSIgdGl0bGU9IkVuZXJneSAmYW1wOyBFbnZpcm9ubWVudCI+PHNwYW4+RW5lcmd5ICYgRW52aXJvbm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9jdWx0dXJlLWFuZC1hcnRzLmh0bSIgdGl0bGU9IkN1bHR1cmUgJmFtcDsgQXJ0cyI+PHNwYW4+Q3VsdHVyZSAmIEFydHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tb3JlLmh0bSIgdGl0bGU9Ik1vcmUiPjxzcGFuPk1vcmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21vcmUvYWJvdXQtdXMuaHRtIiB0aXRsZT0iQWJvdXQgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUgIHwgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUiPjxzcGFuPkFib3V0PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWFnYXppbmUuaHRtIiB0aXRsZT0iUHJpbnQgbWFnYXppbmUiPjxzcGFuPlByaW50IG1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9uZXdzbGV0dGVyLXJlZ2lzdHJhdGlvbi5odG0iIHRpdGxlPSJOZXdzbGV0dGVycyAmYW1wOyBSZWdpc3RyYXRpb24gIHwgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUiPjxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vZXZlbnRzLnRoZXBhcmxpYW1lbnRtYWdhemluZS5ldS8iIHRpdGxlPSJFdmVudHMiPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvdHJhaW5pbmcuaHRtIiB0aXRsZT0iUHJvZmVzc2lvbmFsIERldmVsb3BtZW50IFRyYWluaW5nIj48c3Bhbj5UcmFpbmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvY29tbWVyY2lhbC1vcHBvcnR1bml0aWVzLmh0bSIgdGl0bGU9IkNvbW1lcmNpYWwgT3Bwb3J0dW5pdGllcyAgfCBUaGUgUGFybGlhbWVudCBNYWdhemluZSI+PHNwYW4+Q29tbWVyY2lhbCBPcHBvcnR1bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS90aGUtZXVyb3BlYW4tcGFybGlhbWVudC1jb21taXR0ZWUtZ3VpZGUtMjAyNC5odG0iIHRpdGxlPSJUaGUgRXVyb3BlYW4gUGFybGlhbWVudCBDb21taXR0ZWUgR3VpZGUgMjAyNCI+PHNwYW4+VGhlIEV1cm9wZWFuIFBhcmxpYW1lbnQgQ29tbWl0dGVlIEd1aWRlIDIwMjQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+ZAIHDxYCHwFnFgICAQ8WAh8ABfMDPHVsPjxsaSBjbGFzcz0ibm9TdWIiPjxhIGhyZWY9Ii9uZXdzLmh0bSIgdGl0bGU9Ik5ld3MgfCBUaGUgUGFybGlhbWVudCBNYWdhemluZSI+PHNwYW4+TmV3cyBhbmFseXNpczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2ZlYXR1cmVzLmh0bSIgdGl0bGU9IkZlYXR1cmVzIj48c3Bhbj5GZWF0dXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcS1hLmh0bSIgdGl0bGU9IlErQSI+PHNwYW4+UStBPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvb3Bpbmlvbi5odG0iIHRpdGxlPSJPcGluaW9uIHwgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUiPjxzcGFuPk9waW5pb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL25ld3NsZXR0ZXItcmVnaXN0cmF0aW9uLmh0bSIgdGl0bGU9Ik5ld3NsZXR0ZXJzICZhbXA7IFJlZ2lzdHJhdGlvbiAgfCBUaGUgUGFybGlhbWVudCBNYWdhemluZSI+PHNwYW4+TmV3c2xldHRlcjwvc3Bhbj48L2E+PC9saT48L3VsPmQCCQ8WAh8ABbUOPHVsPjxsaT48YSBocmVmPSIvdGhlLWdyZWVuLWRlYWwuaHRtIiB0aXRsZT0iVGhlIEdyZWVuIERlYWwiPjxzcGFuPlRoZSBFVSdzIGdyZWVuIHRyYW5zaXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9ldS1pbnN0aXR1dGlvbnMuaHRtIiB0aXRsZT0iRVUgSW5zdGl0dXRpb25zIj48c3Bhbj5FVSBJbnN0aXR1dGlvbnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9mb3JlaWduLWFuZC1zZWN1cml0eS1wb2xpY3kuaHRtIiB0aXRsZT0iRm9yZWlnbiAmYW1wOyBTZWN1cml0eSBQb2xpY3kiPjxzcGFuPkZvcmVpZ24gJiBTZWN1cml0eSBQb2xpY3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9lY29ub21pY3MuaHRtIiB0aXRsZT0iRWNvbm9taWNzIj48c3Bhbj5FY29ub21pY3M8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii90ZWNobm9sb2d5Lmh0bSIgdGl0bGU9IlRlY2hub2xvZ3kiPjxzcGFuPlRlY2hub2xvZ3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9lbmVyZ3ktYW5kLWVudmlyb25tZW50Lmh0bSIgdGl0bGU9IkVuZXJneSAmYW1wOyBFbnZpcm9ubWVudCI+PHNwYW4+RW5lcmd5ICYgRW52aXJvbm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9jdWx0dXJlLWFuZC1hcnRzLmh0bSIgdGl0bGU9IkN1bHR1cmUgJmFtcDsgQXJ0cyI+PHNwYW4+Q3VsdHVyZSAmIEFydHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tb3JlLmh0bSIgdGl0bGU9Ik1vcmUiPjxzcGFuPk1vcmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21vcmUvYWJvdXQtdXMuaHRtIiB0aXRsZT0iQWJvdXQgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUgIHwgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUiPjxzcGFuPkFib3V0PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWFnYXppbmUuaHRtIiB0aXRsZT0iUHJpbnQgbWFnYXppbmUiPjxzcGFuPlByaW50IG1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9uZXdzbGV0dGVyLXJlZ2lzdHJhdGlvbi5odG0iIHRpdGxlPSJOZXdzbGV0dGVycyAmYW1wOyBSZWdpc3RyYXRpb24gIHwgVGhlIFBhcmxpYW1lbnQgTWFnYXppbmUiPjxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vZXZlbnRzLnRoZXBhcmxpYW1lbnRtYWdhemluZS5ldS8iIHRpdGxlPSJFdmVudHMiPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvdHJhaW5pbmcuaHRtIiB0aXRsZT0iUHJvZmVzc2lvbmFsIERldmVsb3BtZW50IFRyYWluaW5nIj48c3Bhbj5UcmFpbmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvY29tbWVyY2lhbC1vcHBvcnR1bml0aWVzLmh0bSIgdGl0bGU9IkNvbW1lcmNpYWwgT3Bwb3J0dW5pdGllcyAgfCBUaGUgUGFybGlhbWVudCBNYWdhemluZSI+PHNwYW4+Q29tbWVyY2lhbCBPcHBvcnR1bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS90aGUtZXVyb3BlYW4tcGFybGlhbWVudC1jb21taXR0ZWUtZ3VpZGUtMjAyNC5odG0iIHRpdGxlPSJUaGUgRXVyb3BlYW4gUGFybGlhbWVudCBDb21taXR0ZWUgR3VpZGUgMjAyNCI+PHNwYW4+VGhlIEV1cm9wZWFuIFBhcmxpYW1lbnQgQ29tbWl0dGVlIEd1aWRlIDIwMjQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+ZAILD2QWAgIBDw9kFgIeC3BsYWNlaG9sZGVyBQ9FbnRlciBrZXl3b3JkL3NkAgMPZBYCAgMPZBYCZg9kFgICAg9kFgJmD2QWBAIBDxYCHwFnFgICAQ8WBB8ABTk8c3BhbiBjbGFzcz0ibnQtY2F0IGg2Ij5BcnRpY2xlcyB0YWdnZWQgd2l0aDogTkFUTzwvc3Bhbj4fAWdkAgIPZBYCZg9kFgRmDw8WAh8BaGRkAgIPDxYCHwFoZGQCBQ9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg8WAh8ABb0GPGRpdiBjbGFzcz0iaDMiPkEgbW9udGhseSBtYWdhemluZSBwYWNrZWQgd2l0aCB0aW1lbHkgZmVhdHVyZXMsIG5ld3MgYW5hbHlzZXMgYW5kIG9waW5pb24gYXJ0aWNsZXMgb24gRVUgcG9saWN5LjwvZGl2Pg0KICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9ImZ0ci1zdWJzIj4NCiAgICAgICAgICAgICAgICAgICAgPGEgY2xhc3M9ImNsZWFyRml4IiBocmVmPSJodHRwczovL3d3dy50cGdyb3Vwc2hvcC5jb20vc3RvcmUvcHJvZHVjdHMsdGhlLXBhcmxpYW1lbnRfMjEuaHRtIiB0YXJnZXQ9Il9ibGFuayI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPSJmdHJzLWltZyI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBjbGFzcz0ibGF6eWxvYWQiIGRhdGEtc3JjPSIvdWdjLTEvdXBsb2Fkcy9wYWdlYmxvY2tzLzg1MjQvZDA5YmJhZjM5ZjdmYmY3ZDI5YzkyOTI2ZThjNTg1ZjYuanBnIiBhbHQ9IlN1YnNjcmliZSIgPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPSJmdHJzLXRleHQiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxzdHJvbmc+U3Vic2NyaWJlIHRvIFRoZSBQYXJsaWFtZW50PC9zdHJvbmc+PC9wPg0KDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PHNwYW4gY2xhc3M9ImJ0biBidG4tLXllbGxvdyBidG4tLXhzbWFsbCI+U3Vic2NyaWJlIG5vdzwvc3Bhbj48L3A+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgICAgICAgICAgPC9hPg0KICAgICAgICAgICAgICAgIDwvZGl2PmRka5XkrWI0r1hiZwubgqdAH5IsOZ3jObVIPqWi+dEs1HY=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=Z6H9xMIlvyL3CntSP0RUQ2RoiZrPLCPNLqj1SwZk_bp3I663kp8bWldCSTkypXZQ5VmtzuTMW06WuULwL-0MnQDq-PJzyWq4-5wHJgsW2cY1&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=YH05l78KeK8eaVTwL8OCmqH87AJXyqNFsxb8JSr2dYTx3O90_kf_o6FS1UiSoMyPht7mB9LYkgHwxs-jdGdHETIdCvPQTjTuKYxdazco3-mxkoijuLVKxa-EQzUpHfvY6dKy15qZB2xH7B9LNA56fZ-1J-PcrlL0MXoP-iI98tQ1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=mk5b-_CofLPrVExdUD7Fe-eWGk5yCsU42S2HuBk7P_NWXJxFr7tN5PWSXRbIgU8NtU3vnHY17uqPzRdbJs3O6ISdP63yANjFZJcjpYadBFZjmIATiT6w9srdNRraKhmG2pwem0LYLalC_pYN8agQGh9zhvBE8hIIZ4IIX9Eg-V4Wg1efJTmVm-btScZBxwVY0&t=ffffffffc820c398" type="text/javascript"></script> <header> <noscript> <div class="msg msgError nojavascript"> <p> This site requires JavaScript for certain functions and interactions to work. Please turn on JavaScript for the best possible experience.</p> </div> </noscript> <div class="hdr-top"> <!--<div class="hdr-pDods"> <a href="http://www.dodsgroup.com/" target="_blank">Part of the DODS Group <span> <img src="/_img/icons/dods_icon_white.svg" alt="DODS Group Logo"> </span> </a> </div>--> <div class="hdr-topRight"> <div class="hdr-register"> <a href="/more/newsletter-registration.htm" class="hdr-reg">Register for our newsletter</a> </div> <div class="burger"> <div class="hamburger"> <span></span> </div> <div class="b-label">Menu</div> </div> </div> </div> <div class="hdr-main"> <div class="hdr-social"> <a href="http://www.facebook.com/TheParliamentMagazine/" target="_blank" class="icon icon--facebook"></a> <a href="https://x.com/parlimag" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.linkedin.com/company/the-parliament-magazine/" target="_blank" class="icon icon--linkedIn"></a> <a href="https://www.instagram.com/theparliamentmagazineeu/" target="_blank" class="icon icon--instagram"></a> </div> <a href="/" class="logo hideText">The Parliament Magazine</a> <div class="hdr-promo"> <div class="promo-text"> <p class="oswald">Subscribe to The Parliament</p> <a href="https://www.tpgroupshop.com/store/products,the-parliament_21.htm" target="_blank" class="btn btn--dark btn--xsmall" >Subscribe now</a> </div> <div class="promo-img"> <img alt="Subscribe now" src="/ugc-1/uploads/pageblocks/8521/35eb6d930ca1db1fae28cfa99b5c26af.jpg"> </div> </div> </div> <div class="hdr-nav"> <div class="nav-main"> <nav class="menu"> <ul><li><a href="/the-green-deal.htm" title="The Green Deal"><span>The EU's green transition</span></a></li><li><a href="/eu-institutions.htm" title="EU Institutions"><span>EU Institutions</span></a></li><li><a href="/foreign-and-security-policy.htm" title="Foreign & Security Policy"><span>Foreign & Security Policy</span></a></li><li><a href="/economics.htm" title="Economics"><span>Economics</span></a></li><li><a href="/technology.htm" title="Technology"><span>Technology</span></a></li><li><a href="/energy-and-environment.htm" title="Energy & Environment"><span>Energy & Environment</span></a></li><li><a href="/culture-and-arts.htm" title="Culture & Arts"><span>Culture & Arts</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/about-us.htm" title="About The Parliament Magazine | The Parliament Magazine"><span>About</span></a></li><li><a href="/magazine.htm" title="Print magazine"><span>Print magazine</span></a></li><li><a href="/more/newsletter-registration.htm" title="Newsletters & Registration | The Parliament Magazine"><span>Newsletter</span></a></li><li><a href="https://events.theparliamentmagazine.eu/" title="Events"><span>Events</span></a></li><li><a href="/more/training.htm" title="Professional Development Training"><span>Training</span></a></li><li><a href="/more/commercial-opportunities.htm" title="Commercial Opportunities | The Parliament Magazine"><span>Commercial Opportunities</span></a></li><li><a href="/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li><a href="/more/the-european-parliament-committee-guide-2024.htm" title="The European Parliament Committee Guide 2024"><span>The European Parliament Committee Guide 2024</span></a></li></ul></li></ul> </nav> <div class="nav-search icon icon--search"><span>Search</span></div> </div> <div class="nav-sub"> <nav class="greedy-nav"> <ul><li class="noSub"><a href="/news.htm" title="News | The Parliament Magazine"><span>News analysis</span></a></li><li><a href="/features.htm" title="Features"><span>Feature</span></a></li><li><a href="/q-a.htm" title="Q+A"><span>Q+A</span></a></li><li><a href="/opinion.htm" title="Opinion | The Parliament Magazine"><span>Opinion</span></a></li><li><a href="/more/newsletter-registration.htm" title="Newsletters & Registration | The Parliament Magazine"><span>Newsletter</span></a></li></ul> <ul class="hidden-links hidden"></ul> <div class="gn-more"> <span class="icon icon--minusSlim">More</span> </div> </nav> </div> <div class="nav-bottom"> <div class="nav-social"> <p>Follow us:</p> <a href="https://x.com/parlimag" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/the-parliament-magazine/" target="_blank" class="icon icon--linkedIn"></a> <a href="https://www.instagram.com/theparliamentmagazineeu/" target="_blank" class="icon icon--instagram"></a> </div> </div> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logo_the_parliament_white.svg" /> </a> <nav class="sticky-nav"> <ul><li><a href="/the-green-deal.htm" title="The Green Deal"><span>The EU's green transition</span></a></li><li><a href="/eu-institutions.htm" title="EU Institutions"><span>EU Institutions</span></a></li><li><a href="/foreign-and-security-policy.htm" title="Foreign & Security Policy"><span>Foreign & Security Policy</span></a></li><li><a href="/economics.htm" title="Economics"><span>Economics</span></a></li><li><a href="/technology.htm" title="Technology"><span>Technology</span></a></li><li><a href="/energy-and-environment.htm" title="Energy & Environment"><span>Energy & Environment</span></a></li><li><a href="/culture-and-arts.htm" title="Culture & Arts"><span>Culture & Arts</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/about-us.htm" title="About The Parliament Magazine | The Parliament Magazine"><span>About</span></a></li><li><a href="/magazine.htm" title="Print magazine"><span>Print magazine</span></a></li><li><a href="/more/newsletter-registration.htm" title="Newsletters & Registration | The Parliament Magazine"><span>Newsletter</span></a></li><li><a href="https://events.theparliamentmagazine.eu/" title="Events"><span>Events</span></a></li><li><a href="/more/training.htm" title="Professional Development Training"><span>Training</span></a></li><li><a href="/more/commercial-opportunities.htm" title="Commercial Opportunities | The Parliament Magazine"><span>Commercial Opportunities</span></a></li><li><a href="/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li><a href="/more/the-european-parliament-committee-guide-2024.htm" title="The European Parliament Committee Guide 2024"><span>The European Parliament Committee Guide 2024</span></a></li></ul></li></ul> </nav> <div class="sticky-srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> </div> </div> <div class="search-overlay"> <div id="hdr_pnlSearch" class="hdr-searchBar" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'hdr_btnSearch')"> <input name="ctl00$hdr$txtSearch" type="text" id="hdr_txtSearch" class="text sb-keyword" placeholder="Enter keyword/s" /> <input type="submit" name="ctl00$hdr$btnSearch" value="Search" id="hdr_btnSearch" class="btn btn--medium sb-btn" /> </div> <span class="search-close icon icon--close"></span> </div> <main> <div class="template template--1col "> <div class="main-content"> <div class="container"> <div class="row row--hasTitle"> <div class="news-title"> <span class="nt-cat h6">Articles tagged with: NATO</span> </div> <div class="news-list news-list--x4 "><div class="news-item"> <div class="ni-image"> <a href="/news/article/eu-reckons-with-another-trump-presidency"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24806/24530_original.jpg" class=" lazyload" alt="EU reckons with another Trump presidency"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">06 Nov</span> <span class="ni-cat"><a href="/eu-institutions.htm">EU Institutions</a></span> </div> <div class="ni-title h4"> <a href="/news/article/eu-reckons-with-another-trump-presidency">EU reckons with another Trump presidency</a> </div> <div class="ni-desc"> <a href="/news/article/eu-reckons-with-another-trump-presidency"> Donald Trump wins — again. Is the EU as 'Trump proof' as its leaders have said? </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/a-postamerican-world"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24803/24528_original.jpg" class=" lazyload" alt="Op-ed: A post-American world? "> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">05 Nov</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/news/article/a-postamerican-world">Op-ed: A post-American world? </a> </div> <div class="ni-desc"> <a href="/news/article/a-postamerican-world"> Tuesday’s presidential election between Donald Trump and Kamala Harris comes as the US contends with mounting international challenges – and waning global influence. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/book-reviews-nato-at-75"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24753/24471_original.jpg" class=" lazyload" alt="Review: What's next for NATO?"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">13 Sep</span> <span class="ni-cat"><a href="/culture-and-arts.htm">Culture & Arts</a></span> </div> <div class="ni-title h4"> <a href="/news/article/book-reviews-nato-at-75">Review: What's next for NATO?</a> </div> <div class="ni-desc"> <a href="/news/article/book-reviews-nato-at-75"> Two recent books interrogate the transatlantic alliance's Cold War history and assess its relevance in the 21st century. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/oped-nato-needs-to-do-more-in-africa-and-the-mediterranean"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24750/24464_original.jpg" class=" lazyload" alt="Op-ed: NATO needs to do more in Africa and the Mediterranean"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">10 Sep</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/news/article/oped-nato-needs-to-do-more-in-africa-and-the-mediterranean">Op-ed: NATO needs to do more in Africa and the Mediterranean</a> </div> <div class="ni-desc"> <a href="/news/article/oped-nato-needs-to-do-more-in-africa-and-the-mediterranean"> As NATO shores up its eastern flank towards Russia, it can't forget about points south. The African-Mediterranean region is crucial for European security. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/eu-steps-up-nato-engagement-as-it-looks-to-its-own-defence"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24749/24463_original.jpg" class=" lazyload" alt="EU steps up NATO engagement as it looks to its own defence"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">09 Sep</span> <span class="ni-cat"><a href="/eu-institutions.htm">EU Institutions</a></span> </div> <div class="ni-title h4"> <a href="/news/article/eu-steps-up-nato-engagement-as-it-looks-to-its-own-defence">EU steps up NATO engagement as it looks to its own defence</a> </div> <div class="ni-desc"> <a href="/news/article/eu-steps-up-nato-engagement-as-it-looks-to-its-own-defence"> After decades sheltering under the US security umbrella, European leaders are beginning to take defence seriously, increasing military spending and strengthening NATO ties. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/stranger-than-fiction-how-scifi-inspires-natos-longterm-planning"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24747/24460_original.jpg" class=" lazyload" alt="Stranger than fiction: How sci-fi inspires NATO’s long-term planning"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">06 Sep</span> <span class="ni-cat"><a href="/culture-and-arts.htm">Culture & Arts</a></span> </div> <div class="ni-title h4"> <a href="/news/article/stranger-than-fiction-how-scifi-inspires-natos-longterm-planning">Stranger than fiction: How sci-fi inspires NATO’s long-term planning</a> </div> <div class="ni-desc"> <a href="/news/article/stranger-than-fiction-how-scifi-inspires-natos-longterm-planning"> The imagination of sci-fi writers has become a valuable resource for NATO and its members in anticipating threats essential to defence planning. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/magazine/issues/the-parliaments-latest-print-issue-is-out-24746"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24746/24459_original.jpg" class=" lazyload" alt="The Parliament's latest print issue is out"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">05 Sep</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/magazine/issues/the-parliaments-latest-print-issue-is-out-24746">The Parliament's latest print issue is out</a> </div> <div class="ni-desc"> <a href="/magazine/issues/the-parliaments-latest-print-issue-is-out-24746"> Our September edition takes the occasion of NATO's 75th anniversary to assess Europe’s role in the transatlantic alliance amid mounting Russian aggression and uncertainty about US engagement. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/as-nato-countries-spend-more-on-defence-poland-leads-by-example"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24744/24455_original.jpg" class=" lazyload" alt="As NATO countries spend more on defence, Poland leads by example in the EU"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">04 Sep</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/news/article/as-nato-countries-spend-more-on-defence-poland-leads-by-example">As NATO countries spend more on defence, Poland leads by example in the EU</a> </div> <div class="ni-desc"> <a href="/news/article/as-nato-countries-spend-more-on-defence-poland-leads-by-example"> More than half of NATO allies are set to spend over two per cent of their GDP on defence in 2024 – a record number. Poland is the front-runner and could be the leading voice on defence in Europe. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/what-did-the-war-in-afghanistan-mean-for-nato-and-the-eu"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24733/24446_original.jpg" class=" lazyload" alt="What did the war in Afghanistan mean for NATO – and the EU?"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">28 Aug</span> <span class="ni-cat"><a href="/eu-institutions.htm">EU Institutions</a></span> </div> <div class="ni-title h4"> <a href="/news/article/what-did-the-war-in-afghanistan-mean-for-nato-and-the-eu">What did the war in Afghanistan mean for NATO – and the EU?</a> </div> <div class="ni-desc"> <a href="/news/article/what-did-the-war-in-afghanistan-mean-for-nato-and-the-eu"> NATO’s withdrawal from Afghanistan three years ago was chaotic and deadly. How much that changed the alliance remains up for debate. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/romania-deepens-its-nato-engagement-as-work-starts-on-upgrading-black-sea-base"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24732/24445_original.jpg" class=" lazyload" alt="Romania deepens its NATO engagement as work starts on upgrading Black Sea base"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">26 Aug</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/news/article/romania-deepens-its-nato-engagement-as-work-starts-on-upgrading-black-sea-base">Romania deepens its NATO engagement as work starts on upgrading Black Sea base</a> </div> <div class="ni-desc"> <a href="/news/article/romania-deepens-its-nato-engagement-as-work-starts-on-upgrading-black-sea-base"> The Mihail Kogălniceanu Airbase (MKAB), near Constanta Port, has been associated with NATO operations since 1999. Is it now poised to shift the balance of power in the Black Sea theatre? </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/nato-at-75-looking-back-at-the-alliances-biggest-moments"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/24721/24428_original.jpg" class=" lazyload" alt="NATO at 75: Looking back at the alliance's biggest moments"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">13 Aug</span> <span class="ni-cat"><a href="/foreign-and-security-policy.htm">Foreign & Security Policy</a></span> </div> <div class="ni-title h4"> <a href="/news/article/nato-at-75-looking-back-at-the-alliances-biggest-moments">NATO at 75: Looking back at the alliance's biggest moments</a> </div> <div class="ni-desc"> <a href="/news/article/nato-at-75-looking-back-at-the-alliances-biggest-moments"> NATO turned 75 this year. Here are some of the events that impacted the transatlantic military alliance the most. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/increase-strategic-defence-cooperation-eu-nato"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23912/23384_original.jpg" class=" lazyload" alt="The EU and Nato must increase strategic defence cooperation. Here's how"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">16 Jun</span> </div> <div class="ni-title h4"> <a href="/news/article/increase-strategic-defence-cooperation-eu-nato">The EU and Nato must increase strategic defence cooperation. Here's how</a> </div> <div class="ni-desc"> <a href="/news/article/increase-strategic-defence-cooperation-eu-nato"> The EU’s Strategic Compass and the Nato Strategic Concept must be coherent with one another to ensure strengthened collaboration and burden sharing, and to identify ways to reinforce cooperation between the EU and Nato, explains David McAllister. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/denmark-must-vote-to-overturn-its-defence-reservation-on-1-june"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23866/23340_original.jpg" class=" lazyload" alt="Denmark must vote to overturn its defence reservation on 1 June"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">24 May</span> </div> <div class="ni-title h4"> <a href="/news/article/denmark-must-vote-to-overturn-its-defence-reservation-on-1-june">Denmark must vote to overturn its defence reservation on 1 June</a> </div> <div class="ni-desc"> <a href="/news/article/denmark-must-vote-to-overturn-its-defence-reservation-on-1-june"> Now, more than ever, it’s important that Denmark fully joins forces with the rest of Europe. Søren Gade urges all Danish citizens to vote yes to the upcoming chance to overturn the Danish opt-out from EU defence policy on 1 June 2022 </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/its-time-for-europe-to-take-bold-action-in-euroatlantic-defence-and-security"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23867/23318_original.jpg" class=" lazyload" alt="It’s time for a paradigm shift in Euro-Atlantic defence and security"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">01 May</span> </div> <div class="ni-title h4"> <a href="/news/article/its-time-for-europe-to-take-bold-action-in-euroatlantic-defence-and-security">It’s time for a paradigm shift in Euro-Atlantic defence and security</a> </div> <div class="ni-desc"> <a href="/news/article/its-time-for-europe-to-take-bold-action-in-euroatlantic-defence-and-security"> Russia’s invasion of Ukraine has fundamentally changed the European security landscape. Now Europe’s approach to security must change too. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/the-war-in-ukraine-has-led-finland-to-turn-towards-the-embrace-of-nato"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23855/23302_original.jpg" class=" lazyload" alt="Finland is getting ready to join Nato: A look back its unique history and how we got here"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">26 Apr</span> </div> <div class="ni-title h4"> <a href="/news/article/the-war-in-ukraine-has-led-finland-to-turn-towards-the-embrace-of-nato">Finland is getting ready to join Nato: A look back its unique history and how we got here</a> </div> <div class="ni-desc"> <a href="/news/article/the-war-in-ukraine-has-led-finland-to-turn-towards-the-embrace-of-nato"> Russia’s unprovoked war against Ukraine has changed something substantial in Finland: the people are clamouring to join Nato, says Nils Torvalds </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/partner/article/preparing-europe-for-cyberwarfare"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23829/23263_original.jpg" class=" lazyload" alt="Preparing Europe for cyberwarfare"> <span class="ni-tag">Partner Content</span> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">28 Mar</span> </div> <div class="ni-title h4"> <a href="/partner/article/preparing-europe-for-cyberwarfare">Preparing Europe for cyberwarfare</a> </div> <div class="ni-desc"> <a href="/partner/article/preparing-europe-for-cyberwarfare"> DIGITALEUROPE is urging NATO Members to dedicate 1% of their national GDP to Emerging and Disruptive Technologies </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/eu-and-nato-coordinate-response-to-russias-invasion-of-ukraine"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23789/23215_original.jpg" class=" lazyload" alt="EU and NATO coordinate response to Russia’s invasion of Ukraine"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">24 Feb</span> </div> <div class="ni-title h4"> <a href="/news/article/eu-and-nato-coordinate-response-to-russias-invasion-of-ukraine">EU and NATO coordinate response to Russia’s invasion of Ukraine</a> </div> <div class="ni-desc"> <a href="/news/article/eu-and-nato-coordinate-response-to-russias-invasion-of-ukraine"> Leaders will hold special summit meeting to agree on new sanctions against Russia and aid to Ukraine </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/meps-hold-lively-debate-on-euus-relationship"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23511/22891_original.jpg" class=" lazyload" alt="China, multilateralism and NATO dominate European Parliament’s lively debate on EU-US relationship"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">05 Oct</span> </div> <div class="ni-title h4"> <a href="/news/article/meps-hold-lively-debate-on-euus-relationship">China, multilateralism and NATO dominate European Parliament’s lively debate on EU-US relationship</a> </div> <div class="ni-desc"> <a href="/news/article/meps-hold-lively-debate-on-euus-relationship"> European Parliament plenary debate on the future of EU-US relations made clear that there is still hope and that the transatlantic partnership can continue to grow, despite recent upsets </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/biden-builds-bridges-after-turbulent-trump-era"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23321/22668_original.jpg" class=" lazyload" alt="Biden builds bridges after turbulent Trump era"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">22 Jun</span> </div> <div class="ni-title h4"> <a href="/news/article/biden-builds-bridges-after-turbulent-trump-era">Biden builds bridges after turbulent Trump era</a> </div> <div class="ni-desc"> <a href="/news/article/biden-builds-bridges-after-turbulent-trump-era"> New US President undertook an intensive programme of meetings on his keenly-awaited European trip but, asks Martin Banks, what did Joe Biden's visit actually achieve? </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/relations-with-russia-at-lowest-point-in-many-years-says-nato-secretary-general-jens-stoltenberg"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23293/22637_original.jpg" class=" lazyload" alt="Relations with Russia at ‘lowest point’ in many years, says NATO secretary general Jens Stoltenberg"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">14 Jun</span> </div> <div class="ni-title h4"> <a href="/news/article/relations-with-russia-at-lowest-point-in-many-years-says-nato-secretary-general-jens-stoltenberg">Relations with Russia at ‘lowest point’ in many years, says NATO secretary general Jens Stoltenberg</a> </div> <div class="ni-desc"> <a href="/news/article/relations-with-russia-at-lowest-point-in-many-years-says-nato-secretary-general-jens-stoltenberg"> Comments come as US President Joe Biden flies in to Brussels for ‘pivotal’ Alliance summit. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/senior-greens-mep-sounds-warning-over-bidens-charm-offensive-towards-europe"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23285/22629_original.jpg" class=" lazyload" alt="Senior Greens MEP sounds warning over Biden’s ‘charm offensive’ towards Europe"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">10 Jun</span> </div> <div class="ni-title h4"> <a href="/news/article/senior-greens-mep-sounds-warning-over-bidens-charm-offensive-towards-europe">Senior Greens MEP sounds warning over Biden’s ‘charm offensive’ towards Europe</a> </div> <div class="ni-desc"> <a href="/news/article/senior-greens-mep-sounds-warning-over-bidens-charm-offensive-towards-europe"> Reinhard Bütikofer’s comments come just ahead of US President Joe Biden’s visit to Brussels later this week. </a> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/belarusian-officials-to-be-banned-from-entering-nato-offices"> <img data-src="/siteimg/list-x-four/ugc-1/fullnews/news/23249/22589_original.jpg" class=" lazyload" alt="Belarusian officials to be banned from entering NATO offices"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date">01 Jun</span> </div> <div class="ni-title h4"> <a href="/news/article/belarusian-officials-to-be-banned-from-entering-nato-offices">Belarusian officials to be banned from entering NATO offices</a> </div> <div class="ni-desc"> <a href="/news/article/belarusian-officials-to-be-banned-from-entering-nato-offices"> The move comes after a Ryanair flight was diverted to Minsk and a dissident journalist arrested. </a> </div> </div> </div></div> </div> </div> </div> </div> </main> <footer> <div class="container"> <div class="ftr-col ftr-col--left clearFix"> <div class="ftr-subsWrap"> <div class="h3">A monthly magazine packed with timely features, news analyses and opinion articles on EU policy.</div> <div class="ftr-subs"> <a class="clearFix" href="https://www.tpgroupshop.com/store/products,the-parliament_21.htm" target="_blank"> <div class="ftrs-img"> <img class="lazyload" data-src="/ugc-1/uploads/pageblocks/8524/d09bbaf39f7fbf7d29c92926e8c585f6.jpg" alt="Subscribe" > </div> <div class="ftrs-text"> <p><strong>Subscribe to The Parliament</strong></p> <p><span class="btn btn--yellow btn--xsmall">Subscribe now</span></p> </div> </a> </div> </div> <div class="ftr-social"> <div class="h3 nato">Follow us</div> <a href="http://www.twitter.com/parlimag" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.linkedin.com/company/the-parliament-magazine/" target="_blank" class="icon icon--linkedIn"></a> </div> <div class="ftr-copyWrap"> <p>Registered in England & Wales under No. 07291783</p> <p>© Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> <div class="ftr-col ftr-col--right clearFix flx flx--wr"> <!-- <div class="ftr-subcol ftr-subcol--1"> <div class="h5 sans">Quick Links</div> <ul> <li><a href="/">Home</a></li> <li><a href="/news.htm">News</a></li> <li><a href="/opinion.htm">Opinion</a></li> <li><a href="/interviews.htm">Interviews</a></li> <li><a href="/pm-plus.htm">PM+</a></li> <li><a href="/pm-plus.htm">Policy</a></li> <li><a href="/magazine.htm">Magazine</a></li> <li><a href="/events.htm">Events</a></li> <li><a href="/more/commercial-opportunities.htm">Commercial Opportunities</a></li> </ul> <span class="icon icon--chevDown"></span> </div> --> <div class="ftr-subcol ftr-subcol--1"> <div class="h5 sans">Services</div> <ul> <li><a href="https://www.totalpolitics.com/media/" target="_blank">Media</a></li> <li><a href="https://www.totalpolitics.com/events/" target="_blank">Events</a></li> <li><a href="https://www.totalpolitics.com/training/" target="_blank">Training</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5 sans">Media & Publishing</div> <ul> <li><a href="https://www.politicshome.com/" target="_blank">PoliticsHome</a></li> <li><a href="http://www.holyrood.com" target="_blank">Holyrood</a></li> <li><a href="https://www.civilserviceworld.com/" target="_blank">Civil Service World</a></li> <li><a href="https://www.politicshome.com/thehouse" target="_blank">The House Magazine</a></li> <li><a href="http://www.publictechnology.net/" target="_blank">PublicTechnology</a></li> <li><a href="http://www.trainingjournal.com" target="_blank">Training Journal</a></li> <li><a href="https://www.tpgroupshop.com/" target="_blank">Subscribe to Total Politics media titles</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5 sans">About Us</div> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.totalpolitics.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms & Conditions</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <!--<div class="ftr-subcol ftr-subcol--1"> <div class="h5 sans">Dods Events</div> <span class="icon icon--chevDown"></span> </div>--> <!--<div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5 sans">Partnership Events</div> <span class="icon icon--chevDown"></span> </div>--> </div> </div> </footer> <!--Skin Ad Unit--> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ajax', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2383253-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2383253-1'); </script> <!-- Hotjar Tracking Code for https://www.theparliamentmagazine.eu/ --><script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1499290,hjsv:6}; 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,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <script type="text/javascript"> _linkedin_partner_id = "1282260"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script><noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1282260&fmt=gif" /> </noscript> <!-- Quantcast Consent Handlers --> <script async type="text/javascript"> function dodsCheckQuantCast () { if (typeof(window.__tcfapi) !== 'function') { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('getTCData', 2, function(tcData, success) { if (!success || tcData.cmpStatus != "loaded") { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('addEventListener', 2, function(tcData, success) { if (success) { dodsGetVendorConsents(tcData); } }); } }); } } dodsCheckQuantCast(); function dodsGetVendorConsents(tcData) { // Google GDPR checks console.log('Google GDPR checks', tcData.eventStatus, tcData.gdprApplies); if(tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { if (!tcData.gdprApplies) { console.log('GDPR does not apply'); // Do nothing as all ads allowed } else { console.log('GDPR applies'); // GDPR applies // Purpose 1 refers to the storage and/or access of information on a device. var hasDeviceStorageAndAccessConsent = tcData.purpose.consents[1] || false; // Google Requires Consent for Purpose 1 console.log('Storage consent', hasDeviceStorageAndAccessConsent); if (hasDeviceStorageAndAccessConsent) { var hasGoogleAdvertisingProductsConsent = tcData.vendor.consents[755] || false; // Google Advertising (IAB Vendor ID 755) console.log('Google consent', hasGoogleAdvertisingProductsConsent); if (hasGoogleAdvertisingProductsConsent) { var hasPersonalizedProfileConsent = tcData.purpose.consents[3] || false; var hasPersonalizedAdsConsent = tcData.purpose.consents[4] || false; // Check if have add personalization consent Purpose 3 and 4 console.log('Google personalization consent', hasPersonalizedAdsConsent, hasPersonalizedProfileConsent); if( hasPersonalizedAdsConsent && hasPersonalizedProfileConsent ) { // Set request non-personalized ads to false. (do nothing as default) } else { // Set request non-personalized ads to true. googletag.cmd.push(function() { googletag.pubads().setRequestNonPersonalizedAds(1); }); } } } } // Refresh the ads after the consent has been configured googletag.cmd.push(function() { googletag.pubads().refresh(); }); } } </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> </div></form> <form id="Form_Eloqua" method="post" action="https://s438870623.t.eloqua.com/e/f2"> <input type="hidden" name="elqCustomerGUID" value=""> <input type="hidden" name="elqCookieWrite" value="0"> </form> <script type='text/javascript'> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '438870623']); _elqQ.push(['elqTrackPageView']); (function () { function a() { var b = document.createElement("script"); b.type = "text/javascript"; b.async = !0; b.src = "//img.en25.com/i/elqCfg.min.js"; var a = document.getElementsByTagName("script")[0]; a.parentNode.insertBefore(b, a) } window.addEventListener ? window.addEventListener("DOMContentLoaded", a, !1) : window.attachEvent && window.attachEvent("onload", a) })(); </script> <script type='text/javascript'><!--// var timerId = null, timeout = 5; //--></script> <script type='text/javascript'><!--// function WaitUntilCustomerGUIDIsRetrieved() { if (!!(timerId)) { if (timeout == 0) { return; } if (typeof this.GetElqCustomerGUID === 'function') { $('input[name="elqCustomerGUID"]').val(GetElqCustomerGUID()); return; } timeout -= 1; } timerId = setTimeout("WaitUntilCustomerGUIDIsRetrieved()", 500); return; } window.onload = WaitUntilCustomerGUIDIsRetrieved; _elqQ.push(['elqGetCustomerGUID']); //--></script> </body> </html>