CINXE.COM
Search results | Emerald Insight
<!DOCTYPE html> <html lang="en" xmlns:mml="http://www.w3.org/1998/Math/MathML"> <head> <!-- CC:SG|CFVC:SG --> <!-- 2025-02-17T15:04:31Z --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="robots" content="noindex, noimageindex, nofollow, nosnippet, noarchive" /> <!-- CSRF Token --> <meta name="csrf-token" content="Bkjqxlq8sQWh6eFufeHjMpYTSqKtZw3hynQPLJKS"> <title> Search results | Emerald Insight</title> <script type="application/ld+json">{ "@type": "WebPage", "breadcrumb": { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Search results" } ] }, "@context": "https://schema.org/" }</script> <link href="/insight/static/css/app.css?id=6dde0abdd0642ca3d7bd4cf4d2f5ae61" rel="stylesheet"> <style type="text/css" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> /* hide vue content until vue has initialised */ [v-cloak]{ display: none; } /* reduce CLS on page load */ .search-input-container { height: calc(1.5em + .75rem + 4px); } a.navbar-brand > div.extra-small { height: 1rem; } #breadcrumbs-container { min-height: 2.06667rem; } #search-books-and-journals-container { min-height: calc(1.75rem + 11px); margin-bottom: 1rem; } .header_logo_image { height: calc(14rem / (264/36)); } .toc-alert-button { min-width: calc(13.03472rem + 2.5rem + 14px + 2.405px); min-height: calc(1.75556rem + 2px); } </style> <script type="text/javascript" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> const isReady = (fn) => (document.readyState === "complete" || document.readyState === "interactive") ? setTimeout(fn, 1) : document.addEventListener("DOMContentLoaded", fn) const supportsWebpImages = function () { const elem = document.createElement('canvas'); if (!!(elem.getContext && elem.getContext('2d'))) { // was able or not to get WebP representation return elem.toDataURL('image/webp').indexOf('data:image/webp') === 0; } // very old browser like IE 8, canvas not supported return false; } document.documentElement.classList.add(supportsWebpImages() ? 'webp' : 'no-webp') </script> <!-- JS helper methods for getting cookies --> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> window.cookieHelper = { /** * Get the value of a specific cookie * @returns {string | undefined} */ getCookieValue: function (key) { return document.cookie .split(';') .map(function(c) { return c.trim().split('=') }) .filter(function(c) { return c[0] === key }) .map(function(c) { return c[1] })[0] }, cookieExists: function (cookieName) { return document.cookie.split(';').some((item) => item.trim().indexOf(cookieName) == 0) }, setCookie: function (cookieName, value, expires, samesite='lax', path='/') { if(expires == null) { const timeOneDay = 24*60*60*1000 expires = new Date(new Date().getTime() + timeOneDay).toUTCString() } document.cookie = `${cookieName}=${value}; expires=${expires}; samesite=${samesite}; path=${path};` }, deleteCookie: function (cookieName) { document.cookie = `${cookieName}=null; expires=${new Date().getTime() - 24*60*60*1000}; Max-Age=0` }, /** * Get a list of the cookie categories that have been disabled * @returns {string[]} A list of disabled cookie categories */ getDisabledCookies: function () { const disableCookiesValue = this.getCookieValue('disabled_cookies') return disableCookiesValue ? disableCookiesValue .split(',') .map(function(c) { return c.trim() }) : [] }, arePerformanceCookiesEnabled: function () { return this.getDisabledCookies().indexOf('performance') < 0 }, areFunctionalCookiesEnabled: function () { return this.getDisabledCookies().indexOf('functional') < 0 } } </script> <!-- Add Analytics snippets - Oct 2018 --> <!-- start Mixpanel --> <script type="text/javascript" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ==">(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.mixpanel=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments,0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="mixpanel";e.people=e.people||[];e.toString=function(b){var a="mixpanel";"mixpanel"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.crossOrigin='anonymous';b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.mixpanel||[]);</script> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> let isAuthenticatedPerson = false; let mixpanelIdentity = null; const getMixpanelId = () => { const urlParams = new URLSearchParams(window.location.search); const inputId = urlParams.get('distinct_id'); if (inputId) { // Identify with the passed in distinct id mixpanel.register({'distinct_id' : inputId}); // Remove param from url so that if user bookmarks / shared page they would not reuse the id. urlParams.delete('distinct_id'); window.history.pushState('',document.title, window.location.href.replace(window.location.search, '?' + urlParams)) } } const addMixpanelId = () => { // Some ad blockers and privacy extensions block mixpanel being downloaded, so check this function exists before calling it if (typeof(mixpanel.get_distinct_id) === 'function') { const mixpanelId = mixpanel.get_distinct_id(); // Find all mixpanel_link classes and append distinct_id query param to the end [...document.querySelectorAll('.mixpanel_link')] .forEach(node => { const currentUrl = new URL(node.href) currentUrl.searchParams.delete('distinct_id'); currentUrl.searchParams.append('distinct_id', mixpanelId); node.href = currentUrl.href; }) } } // Parse and register last touch UTM tags as super properties. Also add first touch attribution data as a user profile property. function addUtmParams () { const urlParams = new URLSearchParams(window.location.search) const params = {} const firstParams = {} const campaignKeywords = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content', 'utm_term'] campaignKeywords.forEach(keyword => { if (!urlParams.has(keyword)) return const kw = urlParams.get(keyword) params[keyword] = kw params[`${keyword} [last touch]`] = kw firstParams[`${keyword} [first touch]`] = kw }) //register last touch UTM mixpanel.people.set(params) mixpanel.register(params) //register first touch UTM mixpanel.people.set_once(firstParams) mixpanel.register_once(firstParams) } const syncMixPanel = () => { getMixpanelId(); addMixpanelId(); addUtmParams(); } mixpanelEvents = { hasReturned: false, stack: [] } function mixpanelUpdateUserDataForEvent(eventName) { if (!isAuthenticatedPerson) { return; } if (['Download', 'Turnaway', 'Saved Search'].includes(eventName)) { mixpanel.people.increment('# of ' + eventName + 's'); } if (eventName === 'Download') { mixpanel.people.set({ 'Last Download Date': new Date() }); mixpanel.identify(mixpanelIdentity); } } function storeOrPushMixpanelEvent(eventType, eventName, data) { if (mixpanelEvents.hasReturned) { mixpanel.push([ eventType, eventName, data ]); } else { mixpanelEvents.stack.push({ eventType, eventName, data }); } } function pushStoredMixpanelEvents () { var sizeOfTracker = mixpanelEvents.stack.length; mixpanelEvents.hasReturned = true; for (var i = 0; i < sizeOfTracker; i++) { var ev = mixpanelEvents.stack[i]; if (typeof ev.eventName === 'undefined') continue; mixpanel.push([ev.eventType, ev.eventName, ev.data]); // Update the mixpanel data now that the user is authenticated. mixpanelUpdateUserDataForEvent(ev.eventName); } } /** * Set up mixpanel to track a link click. This allows mixpanel to make sure the click event is tracked before * a new page is navigated to * Note: This doesn't handle right click -> open in new tab/window. There appears to be no straightforward way to handle * that short of rewriting the links to point to an internal redirect endpoint and handling the mixpanel event there * @param element {HTMLElement} The link element * @param eventName {string} The name of the mixpanel event * @param makeData {function} A function that takes the element and returns the mixpanel properties for the event */ function mixpanelTrackLinkClick(element, eventName, makeData) { // use built-in mixpanel link tracking - this tracks left clicks and enter key mixpanel.track_links(element, eventName, makeData) // handle middle clicks - shortcut for open in new tab element.addEventListener('mousedown', event => { if (event.button === 1) { storeOrPushMixpanelEvent('track', eventName, makeData(event.currentTarget)) } }) } const mixpanelOptions = { api_host: "https://api.mixpanel.com", cookie_expiration: 30, loaded: syncMixPanel, debug: false} mixpanel.init('8e8ac8d2dbd2378f29bd1dd9116a0c9a', mixpanelOptions); </script> <!-- end Mixpanel --> <!-- Google Tag Manager - head section - June 2018 --> <!-- anti-flicker snippet (recommended) --> <style nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ==">.async-hide { opacity: 0 !important} </style> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> (function(a,s,y,n,c,h,i,d,e) { s.className+=' '+y; h.start=1*new Date; h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')}; (a[n]=a[n]||[]).hide=h; setTimeout(function(){i();h.end=null},c); h.timeout=c; }) (window,document.documentElement,'async-hide','dataLayer',4000,{'GTM-KGFMJXR':true}); </script> <!-- Google Tag Manager - START --> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ==" data-nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ==" id="GTM-container">(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;var n=d.querySelector('[nonce]');n&&j.setAttribute('nonce',n.nonce||n.getAttribute('nonce'));f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KGFMJXR');</script> <!-- Google Tag Manager - END --> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> ((disableGaKey) => { window[disableGaKey] = !window.cookieHelper.arePerformanceCookiesEnabled() isReady(() => { window.events.$on('cookiesUpdated', () => { window[disableGaKey] = !window.cookieHelper.arePerformanceCookiesEnabled() }) }) })('ga-disable-UA-127317715-1') </script> <!-- End Google Tag Manager --> <script src="https://kit.fontawesome.com/9d150393c6.js" crossorigin="anonymous" defer></script> <script src="https://scholar.google.com/scholar_js/casa.js" async></script> </head> <body data-spy="scroll" data-target=".table-of-contents" data-offset="220" class=""> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KGFMJXR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="cookies-consent"> <cookies-manager banner-class-name="" cookie-policy-url="/insight/site-policies/cookie-policy" root="/insight/" ></cookies-manager> </div> <div id="app" class=" "> <header class="mb-0 mb-lg-0 page-header "> <div id="support-banner-container" style="display:inline"> <support-banner root="/insight/"></support-banner> </div> <div class="d-none"> <div id="browse-content-template"> <nav class="intent_browse_content w-100 medium bg-aquamarine-menu"> <div class="justify-content-around d-flex py-2"> <a href="/insight/browse/publications">Books and journals</a> <a href="/insight/content/case-studies">Case studies</a> <a href="/insight/content/briefings">Expert Briefings</a> <a href="/insight/content/open-access">Open Access</a> </div> </nav> </div> </div> <div class="d-none"> <div id="publish-with-us-template"> <a href="https://www.emeraldgrouppublishing.com/publish-with-us" aria-label="This link opens a new tab where you can access information on how to publish with Emerald." title="This link opens a new tab where you can access information on how to publish with Emerald." target="_blank"> Publish with us <span role="img" aria-hidden="true" class="far fa-external-link ml-1 text-primary"></span> </a> </div> </div> <div id="login-header-container"> <page-header id="login-header" theme="light" root="/insight/" defaultusername="Guest user" reloadpageonlogin="false" routes="{"browseBooksAndJournals":"\/insight\/browse\/publications","caseStudies":"\/insight\/content\/case-studies","open-access":"\/insight\/content\/open-access","briefings":"\/insight\/content\/briefings","logout":"\/insight\/logout","login":"\/insight\/login","register":"\/insight\/register","savedSearches":"\/insight\/savedSearches","myProducts":"\/insight\/products","myProfile":"\/insight\/profile","publishWithUs":"https:\/\/www.emeraldgrouppublishing.com\/publish-with-us","home":"\/insight"}" opencartbaseurl="https://shop.emerald.com/" show_cart_menu="1" account="" additionalaccount = "" country_code="SG"> <template v-slot:default="props"> <meta name="EZproxyRewriting" content="disable"> <welcome-message class="bg-pale-blue text-dark topHeader" message="Welcome " :banner-message-array="props.welcomeTexts" :is-administrator="props.account.isAdministrator" amp-url="https://manage.emerald.com/"> </welcome-message> <meta name="EZproxyRewriting" content="enable"> </template> </page-header> </div> <div class="nav-div nav-div-search bg-primary py-1 py-md-2 text-dark"> <div class="container d-sm-flex d-flex-row align-items-center"> <div class="flex-grow-1 search-input-container"> <search-content action="/insight/search" advancedsearch="/insight/advanced-search" publicationurl="/insight/publication" value="(content-type:oxan-article" placeholder="Enter your search terms here" autocomplete="/insight/search/title" v-bind:errors="[]" v-bind:showall="true" v-bind:openaccess="false" v-bind:home="false"> </search-content> </div> <div class="d-flex d-flex-row align-items-center justify-content-end"> <div class="pr-0 small mr-0 my-0 text-center text-right text-md-left advanced-search-text"> <a class="intent_AdvancedSearch font-size-small btn btn-link rounded-0 px-2 py-0 py-md-2 text-white" href="/insight/advanced-search">Advanced <br class="d-none d-sm-inline d-md-none" />search</a> </div> </div> </div> </div> <div id="alert-notification-container"> <alert-notification></alert-notification> </div> </header> <main role="main" class="main-content" id="mainContent" tabindex="0"> <div class="ml-0 w-100 bg-white"> <div id="breadcrumbs" class="container"> <div class="row ml-0" id="breadcrumbs-container"> <breadcrumbs root="/insight/" crumbs="[["Search results",""]]"> </breadcrumbs> </div> </div> </div> <header class="container"> <div class="row align-items-center"> <div class="text-center text-md-left mb-2 col-xl-5 col-12"> <h1 class="d-block d-md-inline-flex">Search results</h1> <span class="intent_searchresultscount medium font-weight-light">1 – 10 of over 16000</span> </div> <div class="text-center text-md-left text-xl-right mb-2 col-md-6 col-lg-6 col-xl-4 col-12"> <per-page ipp="10"></per-page> </div> <div class="text-center text-md-right mb-2 col-md-4 col-lg-4 col-xl-3 offset-md-2 offset-lg-2 offset-xl-0 col-10 offset-1"> <search-order st="relevance"></search-order> </div> </div> <div class="row align-items-center justify-content-start align-content-center"> <div class="col"> <div id="search-item-select-all"> <search-select-all v-bind:download-content="false" page-items="[{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292561","title_text":"Weaker advanced and developing world GDP raises risks ","title_html":"Weaker advanced and developing world GDP raises risks ","section":[{"title":"Significance","text":"<p>Major developed nations contributed less to global growth in the 2000s than in past decades. Major emerging markets and developing economies (EMDEs) contributed more, led by China. However, GDP growth is now slowing across the major EMDEs as well as developed economies.<\/p>"},{"title":"Impacts","text":"<p>Greater economic performance differences among and between advanced and EMDEs risk exacerbating geoeconomic confrontation and fragmentation.<\/p><p>Greater global growth contributions by faster-growing lower-middle-income EMDEs will not offset many major EMDEs contributing less. <\/p><p>Reversing the growth deceleration trend in developed and EMDEs will depend on nations\u2019 ability to raise productivity growth.<\/p>"}],"contributors":[],"pub_date":"30 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292561","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["International","INT","economy","growth"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"INTERNATIONAL","doi":"10.1108\/OXAN-DB292561","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292596","title_text":"Threatened US tariffs signal aggressive trade policy ","title_html":"Threatened US tariffs signal aggressive trade policy ","section":[{"title":"Significance","text":"<p>If this does indeed happen, it will be the first consequential instance of Trump exercising his \u2018America First\u2019 trade policy to support his foreign, fiscal, national security and industrial policy goals. <\/p>"},{"title":"Impacts","text":"<p>A sustained use of tariffs as economic leverage against its allies risks undercutting US security ties.<\/p><p>US tariffs at an average weighted rate of 1.5% produced 2% of federal revenues in 2024; higher rates would potentially produce more.<\/p><p>Recent concern over the Chinese AI DeepSeek will prompt the closure of loopholes in the restrictions on US advanced semiconductor exports.<\/p>"}],"contributors":[],"pub_date":"31 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292596","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["United States","NA","US","economy","international relations","politics","foreign policy","foreign trade","government","policy","regulation"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"US","doi":"10.1108\/OXAN-DB292596","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292598","title_text":"Weak parties will drive political instability in Peru","title_html":"Weak parties will drive political instability in Peru","section":[{"title":"Significance","text":"<p>Although this is a longstanding problem, it has become more marked in recent years. With presidential and congressional elections pending next year, and also elections for regional and provincial authorities, the absence of strong parties makes political outcomes increasingly unpredictable.<\/p>"},{"title":"Impacts","text":"<p>Deep-seated voter distrust in political elites will persist beyond 2026.<\/p><p>Business groups will use their economic power to promote right-wing parties.<\/p><p>Scandals around the illegal funding of parties are likely to surface as these scramble to finance their campaigns.<\/p>"}],"contributors":[],"pub_date":"31 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292598","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["Peru","LA\/C","politics","election","government","legislation","opposition","party","regional"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"PERU","doi":"10.1108\/OXAN-DB292598","usage_count":"2","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292530","title_text":"China aims to deter further US tech controls","title_html":"China aims to deter further US tech controls","section":[{"title":"Significance","text":"<p>DeepSeek-V3, which matches the capabilities of its Western rivals, sent shockwaves through the US tech market, triggering losses of up to USD1tn. Its debut was particularly striking given the sweeping US export restrictions designed to curb China\u2019s AI development. In his final weeks in office, Trump\u2019s predecessor Joe Biden imposed multiple rounds of export controls aimed at reinforcing US dominance in AI.<\/p>"},{"title":"Impacts","text":"<p>China will accelerate the response times of its tech counter-measures, indicating greater preparedness to strike back.<\/p><p>Beijing will ramp up AI spending to signal its technological prowess. <\/p><p>Responses against countries other than the United States will be limited, but that approach will grow politically more difficult.<\/p>"}],"contributors":[],"pub_date":"30 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292530","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["AP","INT","EU","Japan","South Korea","United States","NA","China","International","CHINA\/US","economy","industry","international relations","artificial intelligence","foreign trade","regulation","technology","antitrust","Semiconductors"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"CHINA\/US","doi":"10.1108\/OXAN-DB292530","usage_count":"2","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292601","title_text":"French-Algerian detente is unlikely soon","title_html":"French-Algerian detente is unlikely soon","section":[{"title":"Significance","text":"<p>France's support for freedom of expression is regarded in Algeria as colonial meddling. Tensions have been elevated since Macron's decision in mid-2024 to change a longstanding French policy and support Morocco's claim on Western Sahara, in the face of Algerian support for the territory's independence.<\/p>"},{"title":"Impacts","text":"<p>Morocco will be the main beneficiary of the widening rift, as it seeks to cement French diplomatic support and economic investments.\n\n\n<\/p><p>Racism and hostility towards Algerians and other North Africans in France could fuel a growing trend of reverse migration.\n<\/p><p>Algeria will leverage its energy wealth to negotiate a revision in trade terms with the EU.<\/p>"}],"contributors":[],"pub_date":"31 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292601","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["Algeria","France","ME\/NAF","ALGERIA\/FRANCE","international relations","politics","foreign policy","foreign trade","government","human rights","immigration","regional"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"ALGERIA\/FRANCE","doi":"10.1108\/OXAN-DB292601","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292571","title_text":"Russia will remain a minor player in South-east Asia","title_html":"Russia will remain a minor player in South-east Asia","section":[{"title":"Significance","text":"<p>Russia\u2019s 2022 invasion of Ukraine exacerbated supply chain disruptions in the region, raising food and energy prices. South-east Asian leaders have not isolated Russia, but the war has reinforced doubts among them about its reliability as an arms supplier.<\/p>"},{"title":"Impacts","text":"<p>Moscow will not win any major defence contracts in the region in the near term at least.<\/p><p>Russian crude oil exports to certain regional countries will continue.<\/p><p>Visitor arrivals from Russia will increase.<\/p>"}],"contributors":[],"pub_date":"30 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292571","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["South-east Asia","AP","Russia","Arctic","ASEAN","Brazil","Cambodia","China","Indonesia","Laos","Malaysia","Myanmar","Philippines","Singapore","Thailand","Ukraine","United States","Vietnam","economy","industry","international relations","politics","arms","defence","energy","finance","foreign policy","foreign trade","government","military","nuclear energy","oil","policy","regional","sanctions","summit","talks","tourism","civil war","food","prices","war","Energy","Aerospace & defence","Travel & tourism"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"SOUTH-EAST ASIA","doi":"10.1108\/OXAN-DB292571","usage_count":"2","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292498","title_text":"Oman's mining sector will add increasing value","title_html":"Oman's mining sector will add increasing value","section":[{"title":"Significance","text":"<p>Muscat is intensifying efforts to develop the mining and minerals sector as part of its Vision 2040 economic development and diversification strategy. MDO, under the auspices of the Oman Investment Authority (OIA, the sovereign wealth fund), is actively seeking investment in the sector. <\/p>"},{"title":"Impacts","text":"<p>Efforts will intensify to find private partners for MDO projects to reduce the burden on public finances as oil revenues decline.<\/p><p>State-led mining activity will increasingly be geared towards supply of the materials needed by the domestic green hydrogen industry. <\/p><p>Focus will sharpen on accelerating the progression of projects from exploration to basic production and downstream processing.<\/p>"}],"contributors":[],"pub_date":"28 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292498","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["Oman","ME\/NAF","economy","industry","foreign investment","investment","metals","mining","private sector","public sector","gas","oil","renewable energy","Fossil fuels","Renewable energy","Metals & mining"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"OMAN","doi":"10.1108\/OXAN-DB292498","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292501","title_text":"China will assert Western involvement in cyberattacks","title_html":"China will assert Western involvement in cyberattacks","section":[{"title":"Significance","text":"<p>As Beijing\u2019s reliance on digital technologies has grown, cyberattacks have become a major concern. While stronger cybersecurity laws introduced in 2016 initially curbed cybercrime, the post-pandemic reopening sparked a new surge in incidents, increasingly attributed to the United States.<\/p>"},{"title":"Impacts","text":"<p>Beijing will encourage domestic firms to invest in cybersecurity technologies and resources to mitigate cyberattacks.<\/p><p>Cyberattacks targeting technology firms will likely see a rise amid intensifying US-Chinese tech rivalry.<\/p><p>New technologies will create fresh vulnerabilities by enabling more realistic fake content and facilitating larger volumes of cyberattacks.<\/p>"}],"contributors":[],"pub_date":"28 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292501","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["International","China","AP","INT","United States","industry","international relations","social","artificial intelligence","cyber espionage","cybercrime","cybersecurity","infrastructure","technology"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"CHINA","doi":"10.1108\/OXAN-DB292501","usage_count":"1","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292540","title_text":"US industrial self-sufficiency is not easy to achieve","title_html":"US industrial self-sufficiency is not easy to achieve","section":[{"title":"Significance","text":"<p>A protectionist industrial policy is a central pillar of the president\u2019s \u2018America First\u2019 economic vision for the United States, which includes trying to eliminate the bilateral trade deficits that are a particular obsession of his.<\/p>"},{"title":"Impacts","text":"<p>Export-oriented and import-competing manufacturers will have opposing tariff interests. <\/p><p>High skills needed for the new manufacturing jobs will break the traditional ladder from the factory floor to the middle class.<\/p><p>Creating new jobs may help to defuse ideological opposition to investment in clean energy and green technologies manufacturing.<\/p>"}],"contributors":[],"pub_date":"29 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292540","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["United States","INT","NA","economy","construction","manufacturing"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"UNITED STATES","doi":"10.1108\/OXAN-DB292540","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}},{"result":{"identifier":"urn:emeraldgroup.com:asset:id:article:10_1108_OXAN-DB292607","title_text":"Dutch government will remain unstable ","title_html":"Dutch government will remain unstable ","section":[{"title":"Significance","text":"<p>Collaboration between the far-right Freedom Party (PVV), the centre-right Party for Freedom and Democracy (VVD), centrist New Social Contract (NSC) and agrarian Farmers-Citizens Union (BBB) has been fraught since they formed a coalition in July 2024, especially in relation to immigration. <\/p>"},{"title":"Impacts","text":"<p>The nitrogen ruling underscores the growing success of civil society lawsuits in holding governments to account over climate. <\/p><p>The CDU\u2019s support for closing Germany\u2019s borders to irregular migration could embolden similar policies in the Netherlands. <\/p><p>US pressure will mount on the Netherlands to further restrict the export of chipmaking equipment to China.<\/p>"}],"contributors":[],"pub_date":"31 January 2025","year":"2025","link":"\/content\/doi\/10.1108\/OXAN-DB292607","snippets":[],"content_type":"oxan-article","content_type_name":"Expert briefing","isResearchContent":true,"keywords":["Netherlands","EUR","EU","politics","government","party","policy","agriculture","climate","election","environment","foreign trade","immigration","opposition","security","technology"],"publisher_name":"Oxford Analytica","hasTeachingNotes":"false","pdf_link":null,"pdf_size":null,"pdf_size_as_string":"(0 KB)","epub_link":null,"epub_size":null,"epub_size_as_string":"(0 KB)","access_status":"accessDenied","rightslink":"false","first_page":"","last_page":"","open_access":false,"free_access":false,"oxan_content":true,"oxan_location":"NETHERLANDS","doi":"10.1108\/OXAN-DB292607","usage_count":"0","journal_title":"Emerald Expert Briefings","journal_issn":"2633-304X","journal_print_issn":null,"journal_online_issn":"2633-304X","journal_doi":"10.1108\/OXAN","journal_acronym":"OXAN","volume_number":"oxan-db","volume_title":null,"issue_number":"oxan-db","issue_title":null,"book_title":null,"book_isbn":null,"book_doi":null,"series_title":null,"series_issn":null,"series_acronym":null}}]" root="/insight/"> </search-select-all> </div> </div> </div> </header> <section class="container search_results__list pt-md-0"> <div class="row"> <div class="intent_search_results col-md-9 col-12"> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IldlYWtlciBhZHZhbmNlZCBhbmQgZGV2ZWxvcGluZyB3b3JsZCBHRFAgcmFpc2VzIHJpc2tzICIsImRvaSI6IjEwLjExMDhcL09YQU4tREIyOTI1NjEiLCJkdCI6ImFydGljbGUiLCJzdHlwZSI6ImFydGljbGUiLCJwZGF0ZSI6IjMwIEphbnVhcnkgMjAyNSIsInlvcCI6MjAyNX0sInR5cGUiOiJpaSIsImF0IjoiY29udHJvbGxlZCIsInVybCI6Imh0dHBzOlwvXC93d3cuZW1lcmFsZC5jb21cL2luc2lnaHRcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvT1hBTi1EQjI5MjU2MVwvZnVsbFwvaHRtbCIsInVyaSI6IlwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTYxXC9mdWxsXC9odG1sIiwiYWlkIjpbIjAwMDAxIl0sImFuYW1lIjpbIkd1ZXN0IFVzZXIiXSwiYW0iOiJyZWd1bGFyIiwidWEiOiJNb3ppbGxhXC80LjAgKGNvbXBhdGlibGU7IE1TSUUgNy4wOyBXaW5kb3dzIE5UIDYuMDsgU0xDQzE7IC5ORVQgQ0xSIDIuMC41MDcyNzsgLk5FVCBDTFIgMy4wLjA0NTA2OyAuTkVUIENMUiAzLjUuMjEwMjI7IC5ORVQgQ0xSIDEuMC4zNzA1OyAuTkVUIENMUiAxLjEuNDMyMikiLCJpcCI6IjguMjIyLjIwOC4xNDYiLCJzaWQiOiJWUmlNUTNnWkU5c1pYTEdYdEVLTDRkcTZjVHZINHd0amhsa2dxRGF5IiwicmVmZXJyZXIiOiIiLCJwaWQiOiIwOTU5YTZjNzE1MGM1ZTY0IiwicGxpZCI6Ikluc2lnaHQiLCJwbG5hbWUiOiJFbWVyYWxkIFB1Ymxpc2hpbmcgTGltaXRlZCJ9" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292561"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292561/full/html" class="intent_link mr-1" title="View access options for Weaker advanced and developing world GDP raises risks ." aria-label="View access options for Weaker advanced and developing world GDP raises risks ."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">30 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292561/full/html" class="intent_link font-serif" title="Go to page for Weaker advanced and developing world GDP raises risks ."> <span class="intent_title">Weaker advanced and developing world GDP raises risks </span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>INTERNATIONAL</dd> </dl> </div> </div> <p class="mt-2 medium"> Major developed nations contributed less to global growth in the 2000s than in past decades. Major emerging markets and developing economies (EMDEs) contributed more, led by… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292561/full/html" title="Go to HTML page for Weaker advanced and developing world GDP raises risks ." aria-label="Go to HTML page for Weaker advanced and developing world GDP raises risks ." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-1" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-1" id="searchItemDetailContent-1"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292561</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22International%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">International</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22growth%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">growth</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IlRocmVhdGVuZWQgVVMgdGFyaWZmcyBzaWduYWwgYWdncmVzc2l2ZSB0cmFkZSBwb2xpY3kgIiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjU5NiIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMzEgSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTk2XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1OTZcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292596"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292596/full/html" class="intent_link mr-1" title="View access options for Threatened US tariffs signal aggressive trade policy ." aria-label="View access options for Threatened US tariffs signal aggressive trade policy ."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">31 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292596/full/html" class="intent_link font-serif" title="Go to page for Threatened US tariffs signal aggressive trade policy ."> <span class="intent_title">Threatened US tariffs signal aggressive trade policy </span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>US</dd> </dl> </div> </div> <p class="mt-2 medium"> If this does indeed happen, it will be the first consequential instance of Trump exercising his ‘America First’ trade policy to support his foreign, fiscal, national security and… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292596/full/html" title="Go to HTML page for Threatened US tariffs signal aggressive trade policy ." aria-label="Go to HTML page for Threatened US tariffs signal aggressive trade policy ." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-2" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-2" id="searchItemDetailContent-2"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292596</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22United+States%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">United States</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22NA%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">NA</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22US%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">US</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22international+relations%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">international relations</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22politics%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">politics</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+trade%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign trade</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22government%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">government</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22regulation%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">regulation</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IldlYWsgcGFydGllcyB3aWxsIGRyaXZlIHBvbGl0aWNhbCBpbnN0YWJpbGl0eSBpbiBQZXJ1IiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjU5OCIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMzEgSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTk4XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1OThcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292598"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292598/full/html" class="intent_link mr-1" title="View access options for Weak parties will drive political instability in Peru." aria-label="View access options for Weak parties will drive political instability in Peru."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">31 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292598/full/html" class="intent_link font-serif" title="Go to page for Weak parties will drive political instability in Peru."> <span class="intent_title">Weak parties will drive political instability in Peru</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>PERU</dd> </dl> </div> </div> <p class="mt-2 medium"> Although this is a longstanding problem, it has become more marked in recent years. With presidential and congressional elections pending next year, and also elections for… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292598/full/html" title="Go to HTML page for Weak parties will drive political instability in Peru." aria-label="Go to HTML page for Weak parties will drive political instability in Peru." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-3" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-3" id="searchItemDetailContent-3"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292598</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Peru%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Peru</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22LA%2FC%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">LA/C</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22politics%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">politics</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22election%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">election</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22government%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">government</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22legislation%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">legislation</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22opposition%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">opposition</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22party%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">party</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22regional%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">regional</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IkNoaW5hIGFpbXMgdG8gZGV0ZXIgZnVydGhlciBVUyB0ZWNoIGNvbnRyb2xzIiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjUzMCIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMzAgSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTMwXC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1MzBcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292530"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292530/full/html" class="intent_link mr-1" title="View access options for China aims to deter further US tech controls." aria-label="View access options for China aims to deter further US tech controls."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">30 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292530/full/html" class="intent_link font-serif" title="Go to page for China aims to deter further US tech controls."> <span class="intent_title">China aims to deter further US tech controls</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>CHINA/US</dd> </dl> </div> </div> <p class="mt-2 medium"> DeepSeek-V3, which matches the capabilities of its Western rivals, sent shockwaves through the US tech market, triggering losses of up to USD1tn. Its debut was particularly… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292530/full/html" title="Go to HTML page for China aims to deter further US tech controls." aria-label="Go to HTML page for China aims to deter further US tech controls." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-4" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-4" id="searchItemDetailContent-4"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292530</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22AP%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">AP</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22EU%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">EU</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Japan%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Japan</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22South+Korea%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">South Korea</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22United+States%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">United States</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22NA%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">NA</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22China%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">China</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22International%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">International</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22CHINA%2FUS%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">CHINA/US</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22industry%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">industry</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22international+relations%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">international relations</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+trade%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign trade</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22regulation%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">regulation</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22technology%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">technology</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IkZyZW5jaC1BbGdlcmlhbiBkZXRlbnRlIGlzIHVubGlrZWx5IHNvb24iLCJkb2kiOiIxMC4xMTA4XC9PWEFOLURCMjkyNjAxIiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiIzMSBKYW51YXJ5IDIwMjUiLCJ5b3AiOjIwMjV9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI2MDFcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvT1hBTi1EQjI5MjYwMVwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiVlJpTVEzZ1pFOXNaWExHWHRFS0w0ZHE2Y1R2SDR3dGpobGtncURheSIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsaWQiOiJJbnNpZ2h0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292601"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292601/full/html" class="intent_link mr-1" title="View access options for French-Algerian detente is unlikely soon." aria-label="View access options for French-Algerian detente is unlikely soon."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">31 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292601/full/html" class="intent_link font-serif" title="Go to page for French-Algerian detente is unlikely soon."> <span class="intent_title">French-Algerian detente is unlikely soon</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>ALGERIA/FRANCE</dd> </dl> </div> </div> <p class="mt-2 medium"> France's support for freedom of expression is regarded in Algeria as colonial meddling. Tensions have been elevated since Macron's decision in mid-2024 to change a longstanding… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292601/full/html" title="Go to HTML page for French-Algerian detente is unlikely soon." aria-label="Go to HTML page for French-Algerian detente is unlikely soon." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-5" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-5" id="searchItemDetailContent-5"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292601</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Algeria%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Algeria</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22France%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">France</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22ME%2FNAF%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">ME/NAF</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22ALGERIA%2FFRANCE%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">ALGERIA/FRANCE</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22international+relations%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">international relations</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22politics%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">politics</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+trade%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign trade</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22government%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">government</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22human+rights%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">human rights</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22immigration%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">immigration</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22regional%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">regional</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IlJ1c3NpYSB3aWxsIHJlbWFpbiBhIG1pbm9yIHBsYXllciBpbiBTb3V0aC1lYXN0IEFzaWEiLCJkb2kiOiIxMC4xMTA4XC9PWEFOLURCMjkyNTcxIiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiIzMCBKYW51YXJ5IDIwMjUiLCJ5b3AiOjIwMjV9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1NzFcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvT1hBTi1EQjI5MjU3MVwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiVlJpTVEzZ1pFOXNaWExHWHRFS0w0ZHE2Y1R2SDR3dGpobGtncURheSIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsaWQiOiJJbnNpZ2h0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292571"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292571/full/html" class="intent_link mr-1" title="View access options for Russia will remain a minor player in South-east Asia." aria-label="View access options for Russia will remain a minor player in South-east Asia."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">30 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292571/full/html" class="intent_link font-serif" title="Go to page for Russia will remain a minor player in South-east Asia."> <span class="intent_title">Russia will remain a minor player in South-east Asia</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>SOUTH-EAST ASIA</dd> </dl> </div> </div> <p class="mt-2 medium"> Russia’s 2022 invasion of Ukraine exacerbated supply chain disruptions in the region, raising food and energy prices. South-east Asian leaders have not isolated Russia, but the… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292571/full/html" title="Go to HTML page for Russia will remain a minor player in South-east Asia." aria-label="Go to HTML page for Russia will remain a minor player in South-east Asia." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-6" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-6" id="searchItemDetailContent-6"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292571</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22South-east+Asia%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">South-east Asia</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22AP%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">AP</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Russia%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Russia</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Arctic%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Arctic</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22ASEAN%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">ASEAN</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Brazil%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Brazil</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Cambodia%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Cambodia</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22China%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">China</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Indonesia%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Indonesia</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Laos%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Laos</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Malaysia%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Malaysia</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Myanmar%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Myanmar</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Philippines%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Philippines</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Singapore%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Singapore</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Thailand%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Thailand</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Ukraine%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Ukraine</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22United+States%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">United States</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Vietnam%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Vietnam</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22industry%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">industry</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22international+relations%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">international relations</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22politics%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">politics</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22arms%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">arms</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22defence%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">defence</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22energy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">energy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22finance%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">finance</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+trade%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign trade</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22government%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">government</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22military%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">military</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22nuclear+energy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">nuclear energy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22oil%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">oil</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22regional%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">regional</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22sanctions%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">sanctions</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22summit%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">summit</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22talks%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">talks</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22tourism%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">tourism</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22civil+war%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">civil war</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22food%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">food</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22prices%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">prices</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22war%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">war</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6Ik9tYW4ncyBtaW5pbmcgc2VjdG9yIHdpbGwgYWRkIGluY3JlYXNpbmcgdmFsdWUiLCJkb2kiOiIxMC4xMTA4XC9PWEFOLURCMjkyNDk4IiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiIyOCBKYW51YXJ5IDIwMjUiLCJ5b3AiOjIwMjV9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI0OThcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvT1hBTi1EQjI5MjQ5OFwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiVlJpTVEzZ1pFOXNaWExHWHRFS0w0ZHE2Y1R2SDR3dGpobGtncURheSIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsaWQiOiJJbnNpZ2h0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292498"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292498/full/html" class="intent_link mr-1" title="View access options for Oman's mining sector will add increasing value." aria-label="View access options for Oman's mining sector will add increasing value."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">28 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292498/full/html" class="intent_link font-serif" title="Go to page for Oman's mining sector will add increasing value."> <span class="intent_title">Oman's mining sector will add increasing value</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>OMAN</dd> </dl> </div> </div> <p class="mt-2 medium"> Muscat is intensifying efforts to develop the mining and minerals sector as part of its Vision 2040 economic development and diversification strategy. MDO, under the auspices of… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292498/full/html" title="Go to HTML page for Oman&#039;s mining sector will add increasing value." aria-label="Go to HTML page for Oman&#039;s mining sector will add increasing value." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-7" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-7" id="searchItemDetailContent-7"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292498</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Oman%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Oman</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22ME%2FNAF%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">ME/NAF</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22industry%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">industry</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+investment%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign investment</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22investment%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">investment</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22metals%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">metals</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22mining%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">mining</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22private+sector%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">private sector</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22public+sector%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">public sector</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22gas%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">gas</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22oil%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">oil</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22renewable+energy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">renewable energy</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IkNoaW5hIHdpbGwgYXNzZXJ0IFdlc3Rlcm4gaW52b2x2ZW1lbnQgaW4gY3liZXJhdHRhY2tzIiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjUwMSIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMjggSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTAxXC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1MDFcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292501"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292501/full/html" class="intent_link mr-1" title="View access options for China will assert Western involvement in cyberattacks." aria-label="View access options for China will assert Western involvement in cyberattacks."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">28 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292501/full/html" class="intent_link font-serif" title="Go to page for China will assert Western involvement in cyberattacks."> <span class="intent_title">China will assert Western involvement in cyberattacks</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>CHINA</dd> </dl> </div> </div> <p class="mt-2 medium"> As Beijing’s reliance on digital technologies has grown, cyberattacks have become a major concern. While stronger cybersecurity laws introduced in 2016 initially curbed… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292501/full/html" title="Go to HTML page for China will assert Western involvement in cyberattacks." aria-label="Go to HTML page for China will assert Western involvement in cyberattacks." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-8" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-8" id="searchItemDetailContent-8"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292501</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22International%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">International</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22China%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">China</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22AP%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">AP</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22United+States%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">United States</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22industry%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">industry</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22international+relations%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">international relations</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22social%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">social</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22infrastructure%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">infrastructure</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22technology%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">technology</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IlVTIGluZHVzdHJpYWwgc2VsZi1zdWZmaWNpZW5jeSBpcyBub3QgZWFzeSB0byBhY2hpZXZlIiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjU0MCIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMjkgSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNTQwXC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI1NDBcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292540"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292540/full/html" class="intent_link mr-1" title="View access options for US industrial self-sufficiency is not easy to achieve." aria-label="View access options for US industrial self-sufficiency is not easy to achieve."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">29 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292540/full/html" class="intent_link font-serif" title="Go to page for US industrial self-sufficiency is not easy to achieve."> <span class="intent_title">US industrial self-sufficiency is not easy to achieve</span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>UNITED STATES</dd> </dl> </div> </div> <p class="mt-2 medium"> A protectionist industrial policy is a central pillar of the president’s ‘America First’ economic vision for the United States, which includes trying to eliminate the bilateral… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292540/full/html" title="Go to HTML page for US industrial self-sufficiency is not easy to achieve." aria-label="Go to HTML page for US industrial self-sufficiency is not easy to achieve." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-9" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-9" id="searchItemDetailContent-9"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292540</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22United+States%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">United States</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22NA%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">NA</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22economy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">economy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22construction%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">construction</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22manufacturing%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">manufacturing</a> </div> </div> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkVtZXJhbGQgRXhwZXJ0IEJyaWVmaW5ncyIsImRvaSI6IjEwLjExMDhcL09YQU4iLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjI2MzMtMzA0WCJ9LCJpbSI6eyJ0aXRsZSI6IkR1dGNoIGdvdmVybm1lbnQgd2lsbCByZW1haW4gdW5zdGFibGUgIiwiZG9pIjoiMTAuMTEwOFwvT1hBTi1EQjI5MjYwNyIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMzEgSmFudWFyeSAyMDI1IiwieW9wIjoyMDI1fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9PWEFOLURCMjkyNjA3XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL09YQU4tREIyOTI2MDdcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6IlZSaU1RM2daRTlzWlhMR1h0RUtMNGRxNmNUdkg0d3RqaGxrZ3FEYXkiLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbGlkIjoiSW5zaWdodCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" root="/insight/" inline-template> <div class="intent_search_result container card-shadow is-animated Search-item__wrapper"> <div class="intent_item Search-item__list__item px-2 px-md-0"> <div class="d-flex flex-row justify-items-center border-bottom-2 border-pale py-2 px-2 mb-2"> <div class="d-flex my-auto align-items-center"> <search-item-select class="align-items-center" doi="10.1108/OXAN-DB292607"></search-item-select> </div> <div class="d-flex my-auto px-0 small align-items-center"> <span role="img" aria-hidden="true" class="intent_content_not_available intent_access_indicator fas fa-ban icon-x-small text-danger pr-2" title="Access Restricted." aria-label="Access Restricted." role="img"></span> <span class="d-flex align-items-center"> <a href="/insight/content/doi/10.1108/OXAN-DB292607/full/html" class="intent_link mr-1" title="View access options for Dutch government will remain unstable ." aria-label="View access options for Dutch government will remain unstable ."> View access options </a> </span> </div> </div> <div class="d-lg-flex flex-row pb-3"> <div class="flex-grow-1 px-0 pr-md-2 border-right-2 border-pale pb-4 pb-md-0"> <div class="d-md-flex justify-content-between flex-row pt-1 pb-2"> <div class="intent_content_type text-muted small"> Expert briefing </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">31 January 2025</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div class="mb-3 mr-lg-3"> <picture> <source srcset="/insight/static/img/oxford-analytica-expert-briefings.webp" type="image/webp"> <img src="/insight/static/img/oxford-analytica-expert-briefings.png" alt="Expert Briefings Powered by Oxford Analytica" width="90" height="90" class="img-fluid mt-1"> </picture> </div> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/OXAN-DB292607/full/html" class="intent_link font-serif" title="Go to page for Dutch government will remain unstable ."> <span class="intent_title">Dutch government will remain unstable </span> </a> </h2> <dl class="article-meta mb-0"> <dt>Location:</dt> <dd>NETHERLANDS</dd> </dl> </div> </div> <p class="mt-2 medium"> Collaboration between the far-right Freedom Party (PVV), the centre-right Party for Freedom and Democracy (VVD), centrist New Social Contract (NSC) and agrarian Farmers-Citizens… </p> </div> <div class="pl-2 d-lg-flex flex-column justify-content-between mnw-lg-25 my-3 my-lg-0" v-cloak> <div class="pt-2"> <div class="intent_access_icons justify-content-end"> </div> <div> <a class="d-flex align-items-center mb-2 intent_link" href="/insight/content/doi/10.1108/OXAN-DB292607/full/html" title="Go to HTML page for Dutch government will remain unstable ." aria-label="Go to HTML page for Dutch government will remain unstable ." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row pl-md-5 pb-4 pr-md-3 mt-0 mb-3 font-weight-light"> <button data-toggle="collapse" data-target=".searchItemDetailContent-10" class="intent_toggle_button btn text-primary bg-white px-3 py-2 ml-2 border rounded-pill medium"> Details <span role="img" aria-hidden="true" class="ml-2 text-primary fas fa-caret-down"></span> </button> <div class="row collapse p-0 pt-3 searchItemDetailContent-10" id="searchItemDetailContent-10"> <h3 class="col-12 mb-3">Details</h3> <h4 class="col-12">DOI: 10.1108/OXAN-DB292607</h4> <h4 class="col-12 mb-4">ISSN: 2633-304X</h4> <h4 class="col-12">Keywords</h4> <h5 class="col-12">Geographic</h5> <div class="row pr-5 pl-3 mb-4"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22Netherlands%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">Netherlands</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22EUR%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">EUR</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-geographic%3A%22EU%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">EU</a> </div> </div> <h5 class="col-12">Topical</h5> <div class="row pr-5 pl-3 mb-2"> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22politics%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">politics</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22government%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">government</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22party%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">party</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22policy%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">policy</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22agriculture%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">agriculture</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22climate%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">climate</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22election%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">election</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22environment%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">environment</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22foreign+trade%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">foreign trade</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22immigration%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">immigration</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22opposition%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">opposition</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22security%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">security</a> </div> <div class="btn-group btn-group-sm m-2"> <a href="/search?q=%28content-type%3Aoxan-article+AND+keyword-topical%3A%22technology%22" class="btn intent_items_per_page medium border-tertiary btn-outline-secondary">technology</a> </div> </div> </div> </div> </div> </search-item> </div> <div class="bg-light pt-1 pb-3 mt-3 col-md-3 col-12"> <section class="container pt-0"> <div class="row intent-filter-by-div"> <section class="w-100 d-block pb-3"> <h2 class="h6 d-block border-bottom pt-1 pb-2 font-weight-bold mt-0">Access</h2> <ul class="intent-content-type-filter mt-2 mb-0 list-unstyled medium"> <li><a href="?q=%28content-type%3Aoxan-article&showAll=false&p=1" class="text-primary intent_showall_link intent_showall_true">Only content I have access to</a></li> <li><a href="?q=%28content-type%3Aoxan-article&openAccess=true&p=1" class="text-primary intent_openaccess_link intent_openaccess_false">Only Open Access</a></li> </ul> </section> <section class="w-100 d-block pb-2"> <h2 class="h6 d-block border-bottom pb-1 font-weight-bold mt-0">Year</h2> <ul class="intent-sort-date-filter mt-2 list-unstyled medium"> <li><a class="intent-sort-date-filter intent-facet-value intent-last-month" href="?q=%28content-type%3Aoxan-article&facet-sort-date=last-month&p=1" title="Filter by: Last month.">Last month (68)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-last-3-months" href="?q=%28content-type%3Aoxan-article&facet-sort-date=last-3-months&p=1" title="Filter by: Last 3 months.">Last 3 months (323)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-last-6-months" href="?q=%28content-type%3Aoxan-article&facet-sort-date=last-6-months&p=1" title="Filter by: Last 6 months.">Last 6 months (718)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-last-12-months" href="?q=%28content-type%3Aoxan-article&facet-sort-date=last-12-months&p=1" title="Filter by: Last 12 months.">Last 12 months (1479)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-all-dates" href="?q=%28content-type%3Aoxan-article&facet-sort-date=all-dates&p=1" title="Filter by: All dates.">All dates (16268)</a></li> <date-range from-year="" to-year="" query-params="q=%28content-type%3Aoxan-article&p=1" > </date-range> </ul> </section> <section class="w-100 d-block pb-2"> <h2 class="h6 d-block border-bottom pb-1 font-weight-bold mt-0">Content type</h2> <ul class="intent-content-type-filter mt-2 list-unstyled medium"> <li><a class="intent-content-type-filter intent-facet-value intent-oxan-article" href="?q=%28content-type%3Aoxan-article&facet-content-type=oxan-article&p=1" title="Filter by: Expert briefing.">Expert briefing (16268)</a></li> </ul> </section> </div> </section> </div> </div> </section> <section class="container mt-4"> <div class="row mx-0 align-items-center justify-content-start"> <div class="mb-3 mb-xl-0 text-center text-md-left mr-auto col-md-6 col-xl-3 col-12 order-1"> <span class="intent_searchresultscount small"> 1 – 10 of over 16000 </span> </div> <div class="text-center mr-auto col-xl-5 order-xl-2 col-12 order-3"> <pagination current="1" total="50" query="q=%28content-type%3Aoxan-article" ></pagination> </div> <div class="mb-3 mb-xl-0 text-center text-md-right col-md-6 col-xl-4 order-md-2 col-12 order-2"> <per-page ipp="10"></per-page> </div> </div> </section> </main> <flash message=""></flash> <div id="feedback-strip" class="header-feedback dropdown "> <div class="header-feedback__link "> <button type="button" class="intent_header_feedback_link header-feedback__link-button collapsed" data-toggle="collapse" data-target="#header-feedback-content" aria-expanded="false" > <div class="header-feedback__link-left font-weight-bold text-left"> <span id="header-feedback__link-text">Support & Feedback</span> <span id="header-feedback__link-caret" class="toggleCaret fas fa-caret-up fa-lg ml-1"></span> </div> </button> <a href="#" class="header-feedback__link-cookie-button text-white intent_cookie_manage" data-toggle="modal" data-target="#manage-cookies-modal"> Manage cookies </a> </div> <div id="header-feedback-content" class="intent_header_feedback_content header-feedback__content collapse pt-4 pb-4 text-center text-white"> <div class="container"> <div class="row px-lg-5"> <div class="col-12 col-md-6 text-left mb-4 mb-md-0"> <h3>All feedback is valuable</h3> <p>Please <a href="https://eu.surveymonkey.com/r/DGMS7Z8" class="text-light" target="_blank">share your general feedback</a></p> </div> <div class="col-12 col-md-6 text-left"> <h3>Report an issue or find answers to frequently asked questions</h3> <p>Contact <a href="https://emeraldpublishinggroup.freshdesk.com/support/home" class="text-light" target="_blank">Customer Support</a></p> </div> </div> </div> </div> </div> <div id="feedback-underlay" class="feedback-underlay"> </div> <footer role="contentinfo" class="bg-dark pt-4 text-center text-white"> <div class="container"> <div class="row px-lg-5 pb-3"> <div class="col-12 col-md-3 text-md-left pl-md-2 pr-md-4 pb-4 pb-md-0 text-white"> <img data-src="/insight/static/img/emerald_publishing_logo-white.svg" class="img-fluid w-75 mw-sm-100 mw-xl-50 b-lazy" alt="Emerald logo" /> <div class="mt-3 ml-md-n1 d-flex flex-row justify-content-center justify-content-md-start align-self-center"> <ul class="list-inline my-2 mt-md-2 mt-lg-0"> <li class="list-inline-item"><a href="https://twitter.com/EmeraldGlobal" target="_blank" rel="noopener noreferrer" title="Twitter (opens in new window)" aria-label="Twitter (opens in new window)" class="text-white font-size-small p-1"><span role="img" class="fab fa-twitter"></span></a></li> <li class="list-inline-item"><a href="https://www.facebook.com/EmeraldPublishingImpact/" target="_blank" rel="noopener noreferrer" title="Facebook (opens in new window)" aria-label="Facebook (opens in new window)" class="text-white font-size-small p-1"><span role="img" class="fab fa-facebook-f"></span></a></li> <li class="list-inline-item"><a href="https://www.linkedin.com/company/emerald-group-publishing-limited" target="_blank" rel="noopener noreferrer" title="LinkedIn (opens in new window)" aria-label="LinkedIn (opens in new window)" class="text-white font-size-small p-1"><span role="img" class="fab fa-linkedin-in"></span></a></li> <li class="list-inline-item"><a href="https://www.youtube.com/user/EmeraldPublishing67" target="_blank" rel="noopener noreferrer" title="YouTube (opens in new window)" aria-label="YouTube (opens in new window)" class="text-white font-size-small p-1"><span role="img" class="fab fa-youtube-square"></span></a></li> </ul> </div> <div class="text-white font-size-xsmall font-weight-light">© 2025 Emerald Publishing Limited. All rights reserved, including rights for text and data mining, artificial intelligence training and similar technologies.</div> </div> <!-- These links have title and aria-label so that the "opens in new window" warning shows up in tooltips, as well as Narrator and NVDA reading out the link names and new window warnings without duplication --> <div class="col-12 col-md-3 text-md-left pl-md-5 pb-4 pb-md-0"> <h2 class="h4 mb-md-3">Services</h2> <ul class="list-unstyled my-0"> <li><a href="https://www.emeraldgrouppublishing.com/services/authors" class="mixpanel_link intent_footer_link_services_authors text-white font-size-small font-weight-light" target="_blank" rel="noopener noreferrer" aria-label="Authors (opens in new window)" title="Authors (opens in new window)">Authors</a></li> <li><a href="https://www.emeraldgrouppublishing.com/services/journal-editors" class="mixpanel_link intent_footer_link_services_editors text-white font-size-small font-weight-light" target="_blank" rel="noopener noreferrer" aria-label="Editors (opens in new window)" title="Editors (opens in new window)">Editors</a></li> <li><a href="https://www.emeraldgrouppublishing.com/services/librarians" class="mixpanel_link intent_footer_link_services_librarians text-white font-size-small font-weight-light" target="_blank" rel="noopener noreferrer" aria-label="Librarians (opens in new window)" title="Librarians (opens in new window)">Librarians</a></li> <li><a href="https://www.emeraldgrouppublishing.com/services/researchers" class="mixpanel_link intent_footer_link_services_research text-white font-size-small font-weight-light" target="_blank" rel="noopener noreferrer" aria-label="Researchers (opens in new window)" title="Researchers (opens in new window)">Researchers</a></li> <li><a href="https://www.emeraldgrouppublishing.com/services/reviewers" class="mixpanel_link intent_footer_link_services_reviewers text-white font-size-small font-weight-light" target="_blank" rel="noopener noreferrer" aria-label="Reviewers (opens in new window)" title="Reviewers (opens in new window)">Reviewers</a></li> </ul> </div> <div class="col-12 col-md-3 text-md-left pb-4 pb-md-0"> <h2 class="h4 mb-md-3">About</h2> <ul class="list-unstyled my-0"> <li><a href="https://www.emeraldgrouppublishing.com/about/" target="_blank" rel="noopener noreferrer" aria-label="About Emerald (opens in new window)" title="About Emerald (opens in new window)" class="mixpanel_link intent_footer_link_about_emerald text-white font-size-small font-weight-light">About Emerald</a></li> <li><a href="https://careers.emeraldpublishing.com" target="_blank" rel="noopener noreferrer" aria-label="Working for Emerald (opens in new window)" title="Working for Emerald (opens in new window)" class="intent_footer_link_about_working text-white font-size-small font-weight-light">Working for Emerald</a></li> <li><a href="https://www.emeraldgrouppublishing.com/about/contact-us" target="_blank" rel="noopener noreferrer" aria-label="Contact us (opens in new window)" title="Contact us (opens in new window)" class="mixpanel_link intent_footer_link_about_contact text-white font-size-small font-weight-light">Contact us</a></li> <li><a href="/insight/sitemap/publications" class="intent_footer_link_publication_sitemap text-white font-size-small font-weight-light">Publication sitemap</a></li> </ul> </div> <div class="col-12 col-md-3 text-md-left"> <h2 class="h4 mb-md-3">Policies and information</h2> <ul class="list-unstyled my-0"> <li><a href="/insight/site-policies" class="intent_footer_link_policies_privacy text-white font-size-small font-weight-light">Privacy notice</a></li> <li><a href="/insight/site-policies" class="intent_footer_link_policies_site_policies text-white font-size-small font-weight-light">Site policies</a></li> <li><a href="https://www.emeraldgrouppublishing.com/about/policies-and-information/modern-slavery-act" target="_blank" rel="noopener noreferrer" aria-label="Modern Slavery Act (opens in new window)" title="Modern Slavery Act (opens in new window)" class="mixpanel_link intent_footer_link_policies_modern_slavery text-white font-size-small font-weight-light">Modern Slavery Act</a></li> <li><a href="https://www.emeraldgrouppublishing.com/sites/default/files/2020-08/MCB-Pension-Chair-Statement-2019.pdf" target="_blank" rel="noopener noreferrer" aria-label="Chair of Trustees governance statement (opens in new window, PDF, 511 KB)" title="Chair of Trustees governance statement (opens in new window, PDF, 511 KB)" class="mixpanel_link intent_footer_link_trustees_governance_statement text-white font-size-small font-weight-light">Chair of Trustees governance statement</a></li> <li><a href="/insight/accessibility" class="intent_footer_link_accessibility text-white font-size-small font-weight-light">Accessibility</a></li> </ul> </div> </div> </div> </footer> <div id="topscroll"> <top-scroll text="Back to top" visibleoffset="500"></top-scroll> </div> </div> <script type="text/javascript" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> window.subDir = "/insight/" function document_ready (callback) { if (document.readyState !== 'loading') { callback() } else { document.addEventListener('DOMContentLoaded', callback) } } // Replacement for $(element).on(event, selector, handler), as addEventListener // does not support the selector parameter. function add_event_listener(element, event, selector, handler) { if (element === null) { return } element.addEventListener(event, function (e) { for (let target = e.target; target && target !== this; target = target.parentNode) { if (target instanceof Element && target.matches(selector)) { handler.call(target, e) } } }, false) } </script> <script src="/insight/static/js/manifest.js?id=fff167301d4d9fb1c7323ec4157a7f1a" defer></script> <script src="/insight/static/js/vendor.js?id=80d07660be06b638fe15689713278081" defer></script> <script src="/insight/static/js/app.js?id=1c4fefd75d815cb4da3f7521c58a23c1" defer></script> <script src="/insight/static/js/vendor/dragscroll.js?id=150f32f78896241390129daaff2ebed9" defer></script> <script src="/insight/static/js/mixpanel/mixpanel.js?id=e5b92ead390022b93ec2b060ffa97f2a" defer></script> <script type="text/javascript" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> document_ready(function () { // enable bootstrap tooltips globally $('[data-toggle="tooltip"]').tooltip() }) </script> <script type="text/javascript" nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> document_ready(function () { document.querySelector('.header-feedback__link-button').addEventListener('click', function () { $('#header-feedback__link-caret').toggleClass('fa-caret-up fa-caret-down'); if( $('#header-feedback__link-text').text() == 'Close') { $('#header-feedback__link-text').text('Support & Feedback'); $('#feedback-underlay').hide(); } else { $('#header-feedback__link-text').text('Close'); $('#feedback-underlay').show(); } }); let scrollMagnet = $('.scroll-magnet-item') if (typeof scrollMagnet[0] === 'undefined') { return } $.get(window.subDir + 'api/banner', function (data) { if (data.status === 'Down') { let bodyElement = $('body') bodyElement.attr('data-offset', 215) let scrollMagnet = $('.scroll-magnet-item') if (typeof scrollMagnet[0] === 'undefined') { return } let observer = new MutationObserver(function () { const scrollingBanner = 'is-scrolling--support-banner' const isScrolling = 'is-scrolling' if (scrollMagnet.hasClass(isScrolling) && !scrollMagnet.hasClass(scrollingBanner)) { scrollMagnet.addClass(scrollingBanner) } if (!scrollMagnet.hasClass(isScrolling) && scrollMagnet.hasClass(scrollingBanner)) { scrollMagnet.removeClass(scrollingBanner) } }) observer.observe(scrollMagnet[0], { attributes: true, attributeFilter: ['class'], childList: false, characterData: false }) } }) }) </script> <script src="/insight/static/js/mixpanel/mixpanel-cookies.js?id=c4e7834657ab216bce3e17652d5df338" defer></script> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> isReady(() => { const toggleButtons = document.querySelectorAll('.intent_toggle_button') toggleButtons.forEach(button => { button.addEventListener('click', (event) => { const clickEvent = event const eventTarget = clickEvent.target const tagName = eventTarget.tagName.toLowerCase() const eventTargetSelector = (tagName === 'button') ? eventTarget.querySelector('span') : eventTarget const classNames = eventTargetSelector.attributes.class.value const classUp = '-up' const classDown = '-down' eventTargetSelector.className = classNames.includes(classUp) ? classNames.replace(classUp, classDown) : classNames.replace(classDown, classUp) }) }) }) </script> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> function mixPanelTrack() { const toSend = {"Search Term":"(content-type:oxan-article","Specified Date Range?":false,"Sort Type":"relevance","# of Results":500,"Page Number":1,"Saved Search?":false}; storeOrPushMixpanelEvent('track', 'Search', toSend); } (function(){ mixPanelTrack() })() </script> <script nonce="vw/M1EJtfJm4SIes+W5PaCZGFTwAGtQUq/fcbk8QS9ZWpPve9CW6MVbxhTZeopQWzWf9HgCW2H9DE5IQs2sQjQ=="> var _ll = _ll || []; function counterTrackSearch(endpoint) { window._ll = []; window._ll.push(['setEndpoint', endpoint ]); // Track search window._ll.push(['trackSearch', { pid: '0959a6c7150c5e64', plid:'Insight', plname:'Emerald Publishing Limited', aname: 'Guest User', aid: '00001', sid: 'VRiMQ3gZE9sZXLGXtEKL4dq6cTvH4wtjhlkgqDay', referrer: '' }]); }; function trackingEnabled() { const isLockss = (navigator.userAgent === 'LOCKSS cache'); return !isLockss; }; function counterLoadScript(){ let d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; const liblynxSuffix = '/log/js/counter5.min.js'; const liblynxPrefixOne = "https://connect.lib"; const liblynxPrefixTwo = "lynx.com"; const liblynxSrc = liblynxPrefixOne + liblynxPrefixTwo + liblynxSuffix; g.type='text/javascript'; g.async=true; g.id='counter_script'; g.defer=true; g.src=liblynxSrc; s.parentNode.insertBefore(g,s); }; function counterGetEndpoint() { const baseUrlOne = "https://connect.lib".replace('https:','').replace('http:',''); const baseUrlTwo = "lynx.com"; return baseUrlOne + baseUrlTwo + "/log/counter"; }; (function(){ if (trackingEnabled()) { counterTrackSearch(counterGetEndpoint()); counterLoadScript(); } })(); </script> <script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js' defer></script> </body> </html>