CINXE.COM

Books and journals | Emerald Insight

<!DOCTYPE html> <html lang="en" xmlns:mml="http://www.w3.org/1998/Math/MathML"> <head> <!-- CC: --> <!-- 2025-02-25T13:35:08Z --> <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"> <link rel="canonical" href="https://www.emerald.com/insight/browse/publications" /> <!-- CSRF Token --> <meta name="csrf-token" content="i8k1LJ90xeXhX6ZvJab8E5N2fPB58MqvbnoD6YK5"> <title> Books and journals | Emerald Insight</title> <meta name="description" content="Books and journals"> <script type="application/ld+json">{ "@type": "WebPage", "breadcrumb": { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Books and journals" } ] }, "@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="{&quot;browseBooksAndJournals&quot;:&quot;\/insight\/browse\/publications&quot;,&quot;caseStudies&quot;:&quot;\/insight\/content\/case-studies&quot;,&quot;open-access&quot;:&quot;\/insight\/content\/open-access&quot;,&quot;briefings&quot;:&quot;\/insight\/content\/briefings&quot;,&quot;logout&quot;:&quot;\/insight\/logout&quot;,&quot;login&quot;:&quot;\/insight\/login&quot;,&quot;register&quot;:&quot;\/insight\/register&quot;,&quot;savedSearches&quot;:&quot;\/insight\/savedSearches&quot;,&quot;myProducts&quot;:&quot;\/insight\/products&quot;,&quot;myProfile&quot;:&quot;\/insight\/profile&quot;,&quot;publishWithUs&quot;:&quot;https:\/\/www.emeraldgrouppublishing.com\/publish-with-us&quot;,&quot;home&quot;:&quot;\/insight&quot;}" opencartbaseurl="https://shop.emerald.com/" show_cart_menu="1" account="" additionalaccount = "" country_code=""> <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="" 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="[[&quot;Books and journals&quot;,&quot;&quot;]]"> </breadcrumbs> </div> </div> </div> <div class="books-journals-hero w-100"> </div> <div class="container"> <div class="row py-4"> <div class="col-md-9"> <div class="card-shadow books-journals-hero-inset"> <div class="p-3 pt-md-4 pl-md-5 pr-md-5 pb-md-4"> <h1 class="h2">Books and journals</h1> <div> <p class="mb-2"> Browse over 3,300 eBook titles and a portfolio of over 300 journals authored by renowned academics and industry leaders from over 150 countries. Our books and journals collection boasts titles from a vast range of subject areas from management and finance to criminology and social media. </p> </div> <div id="search-books-and-journals-container"> <search-books-and-journals value=""></search-books-and-journals> </div> </div> </div> </div> </div> </div> <header class="container"> <div class="row align-items-center mb-2"> <div class="text-center text-md-left mb-2 mb-md-0 col-xl-4 col-lg-4 col-md-4 col-12"> <span class="intent_searchresultscount medium font-weight-light">1 &ndash; 10 of over 5000</span> </div> <div class="text-center text-md-right mb-2 mb-md-0 pr-lg-4 pr-xl-4 col-xl-4 col-lg-4 col-md-5 col-12 offset-lg-1 offset-xl-1"> <per-page ipp="10"></per-page> </div> </div> </header> <section id="publication_results_list" class="container pt-md-0"> <div class="row"> <div class="col-12 col-md-9"> </div> </div> <div class="row"> <div class="col-12 col-md-9 intent_publication_results"> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book serial </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100" src="/static/img/cover-coming-soon.png" alt="Cover of A Focused Issue on Building New Competences in Dynamic Environments" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row no-gutters"> <span class="medium"> <a href="/insight/publication/acronym/RCBM" class="intent_parent_type" title="Go to page for Research in Competence-Based Management." >Research in Competence-Based Management</a><span class="intent_volume">, Volume 7</span> </span> </div> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/S1744-211720147" class="row no-gutters flex-nowrap" title="Go to page for A Focused Issue on Building New Competences in Dynamic Environments."> <span class="intent_title"> A Focused Issue on Building New Competences in Dynamic Environments</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_editor">Editors: Ron Sanchez, AimÉ Heene</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-MSOP&quot;,&quot;name&quot;:&quot;Management science &amp; operations&quot;},{&quot;id&quot;:&quot;cat-MSO&quot;,&quot;name&quot;:&quot;Management science\/operations research&quot;},{&quot;id&quot;:&quot;cat-DS&quot;,&quot;name&quot;:&quot;Decision sciences&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/S1744-211720147" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781800714588/urn:emeraldgroup.com:asset:id:binary:9781800714588.largecover.gif" alt="Cover of inTOXICating FOLLOWERSHIP" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781800714588" class="row no-gutters flex-nowrap" title="Go to page for inTOXICating FOLLOWERSHIP."> <span class="intent_title"> inTOXICating FOLLOWERSHIP</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_author">Author: Wendy M. Edmonds</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-HSC&quot;,&quot;name&quot;:&quot;Health &amp; social care&quot;},{&quot;id&quot;:&quot;cat-MHLT&quot;,&quot;name&quot;:&quot;Mental health&quot;},{&quot;id&quot;:&quot;cat-SINC&quot;,&quot;name&quot;:&quot;Social inclusion&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781800714588" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book series </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781837978533/urn:emeraldgroup.com:asset:id:binary:9781837978533.cover.jpg" alt="Cover of ‘Natural’ Disasters and Everyday Lives: Floods, Climate Justice and Marginalisation in India" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row no-gutters"> <span class="medium"> <a href="/insight/publication/acronym/DPCFS" class="intent_parent_type" title="Go to page for Diverse Perspectives on Creating a Fairer Society." >Diverse Perspectives on Creating a Fairer Society</a><span class="intent_volume"></span> </span> </div> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781837978533" class="row no-gutters flex-nowrap" title="Go to page for ‘Natural’ Disasters and Everyday Lives: Floods, Climate Justice and Marginalisation in India."> <span class="intent_title">‘Natural’ Disasters and Everyday Lives: Floods, Climate Justice and Marginalisation in India</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_author">Author: Suddhabrata Deb Roy</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-SOCY&quot;,&quot;name&quot;:&quot;Sociology&quot;},{&quot;id&quot;:&quot;cat-URS&quot;,&quot;name&quot;:&quot;Urban &amp; rural sociology&quot;},{&quot;id&quot;:&quot;cat-SENV&quot;,&quot;name&quot;:&quot;Sociology of the environment&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781837978533" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781839096808/urn:emeraldgroup.com:asset:id:binary:9781839096808.cover.jpg" alt="Cover of ‘Purpose-built’ Art in Hospitals: Art with Intent" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781839096808" class="row no-gutters flex-nowrap" title="Go to page for ‘Purpose-built’ Art in Hospitals: Art with Intent."> <span class="intent_title">‘Purpose-built’ Art in Hospitals: Art with Intent</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_author">Author: Judy Rollins</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-HSC&quot;,&quot;name&quot;:&quot;Health &amp; social care&quot;},{&quot;id&quot;:&quot;cat-HEDU&quot;,&quot;name&quot;:&quot;Health education&quot;},{&quot;id&quot;:&quot;cat-HPRO&quot;,&quot;name&quot;:&quot;Health promotion&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781839096808" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book series </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781801179287/urn:emeraldgroup.com:asset:id:binary:9781801179287.cover.jpg" alt="Cover of ‘Rough Sex’ and the Criminal Law: Global Perspectives" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row no-gutters"> <span class="medium"> <a href="/insight/publication/acronym/FDVA" class="intent_parent_type" title="Go to page for Feminist Developments in Violence and Abuse." >Feminist Developments in Violence and Abuse</a><span class="intent_volume"></span> </span> </div> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781801179287" class="row no-gutters flex-nowrap" title="Go to page for ‘Rough Sex’ and the Criminal Law: Global Perspectives."> <span class="intent_title">‘Rough Sex’ and the Criminal Law: Global Perspectives</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_editor">Editors: Hannah Bows, Jonathan Herring</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-SOCY&quot;,&quot;name&quot;:&quot;Sociology&quot;},{&quot;id&quot;:&quot;cat-GSDS&quot;,&quot;name&quot;:&quot;Gender studies&quot;},{&quot;id&quot;:&quot;cat-GVIO&quot;,&quot;name&quot;:&quot;Gender violence&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781801179287" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book serial </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1016/S1571-5027(2004)16/urn:emeraldgroup.com:asset:id:binary:S1571-5027_2004_16.largecover.gif" alt="Cover of &quot;Theories of the Multinational Enterprise: Diversity, Complexity and Relevance&quot;" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row no-gutters"> <span class="medium"> <a href="/insight/publication/acronym/AIMNEW" class="intent_parent_type" title="Go to page for Advances in International Management." >Advances in International Management</a><span class="intent_volume">, Volume 16</span> </span> </div> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1016/S1571-5027(2004)16" class="row no-gutters flex-nowrap" title="Go to page for &quot;Theories of the Multinational Enterprise: Diversity, Complexity and Relevance&quot;."> <span class="intent_title">&quot;Theories of the Multinational Enterprise: Diversity, Complexity and Relevance&quot;</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_editor">Editors: Michael A. Hitt, Joseph L.C. Cheng</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-MSOP&quot;,&quot;name&quot;:&quot;Management science &amp; operations&quot;},{&quot;id&quot;:&quot;cat-MSO&quot;,&quot;name&quot;:&quot;Management science\/operations research&quot;},{&quot;id&quot;:&quot;cat-OR&quot;,&quot;name&quot;:&quot;Operational research&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1016/S1571-5027(2004)16" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781801170536/urn:emeraldgroup.com:asset:id:binary:9781801170536.cover.jpg" alt="Cover of “C” Leadership: A New Way to Beat the Competition and Manage Organization Stakeholders" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781801170536" class="row no-gutters flex-nowrap" title="Go to page for “C” Leadership: A New Way to Beat the Competition and Manage Organization Stakeholders."> <span class="intent_title">“C” Leadership: A New Way to Beat the Competition and Manage Organization Stakeholders</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_author">Authors: James D. Spina, Lori J. Spina</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-HOB&quot;,&quot;name&quot;:&quot;HR &amp; organizational behaviour&quot;},{&quot;id&quot;:&quot;cat-LDR&quot;,&quot;name&quot;:&quot;Leadership&quot;},{&quot;id&quot;:&quot;cat-TMGT&quot;,&quot;name&quot;:&quot;Talent management&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781801170536" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781787699939/urn:emeraldgroup.com:asset:id:binary:9781787699939.cover.jpg" alt="Cover of “Conflict-Free” Socio-Economic Systems" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781787699939" class="row no-gutters flex-nowrap" title="Go to page for “Conflict-Free” Socio-Economic Systems."> <span class="intent_title">“Conflict-Free” Socio-Economic Systems</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_editor">Editor: Elena G. Popkova</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-ECO&quot;,&quot;name&quot;:&quot;Economics&quot;},{&quot;id&quot;:&quot;cat-EHT&quot;,&quot;name&quot;:&quot;Economic history &amp; thought&quot;},{&quot;id&quot;:&quot;cat-ESYS&quot;,&quot;name&quot;:&quot;Economic systems&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781787699939" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/9781789734058/urn:emeraldgroup.com:asset:id:binary:9781789734058.cover.jpg" alt="Cover of “Counting Black and White Beans”: Critical Race Theory in Accounting" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/9781789734058" class="row no-gutters flex-nowrap" title="Go to page for “Counting Black and White Beans”: Critical Race Theory in Accounting."> <span class="intent_title">“Counting Black and White Beans”: Critical Race Theory in Accounting</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_author">Author: Anton Lewis</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-ACF&quot;,&quot;name&quot;:&quot;Accounting &amp; finance&quot;},{&quot;id&quot;:&quot;cat-ATG&quot;,&quot;name&quot;:&quot;Accounting\/accountancy&quot;},{&quot;id&quot;:&quot;cat-ACS&quot;,&quot;name&quot;:&quot;Accounting standards&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/9781789734058" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> <div class="intent_publication_result container card-shadow is-animated publication__wrapper"> <div class="row py-2"> <div class="container no-gutters pl-3"> <div class="col text-muted small intent_content_type"> Book serial </div> </div> </div> <div class="row pb-3"> <div class="col-lg-2 col-sm-12 border-right-2 border-pale px-3 d-flex flex-column justify-content-between align-items-center align-items-lg-start" v-cloak> <div class="cover-container"> <img class="h-auto mw-100 b-lazy" src="/static/img/emerald-loading.gif" data-src="/insight/proxy/containerImg?link=/resource/publication/Book/10.1108/S1877-6361(2013)10/urn:emeraldgroup.com:asset:id:binary:S1877-6361_2013_10.largecover.jpg" alt="Cover of (Dis)Honesty in Management" /> </div> </div> <div class="col-lg-10 pl-md-3 pr-md-3 pl-3 d-flex flex-column"> <div class="row no-gutters"> <span class="medium"> <a href="/insight/publication/acronym/ASM" class="intent_parent_type" title="Go to page for Advanced Series in Management." >Advanced Series in Management</a><span class="intent_volume">, Volume 10</span> </span> </div> <div class="row pt-3 no-gutters flex-nowrap"> <h2 class="h3 m-0"> <a href="/insight/publication/doi/10.1108/S1877-6361(2013)10" class="row no-gutters flex-nowrap" title="Go to page for (Dis)Honesty in Management."> <span class="intent_title">(Dis)Honesty in Management</span> </a> </h2> </div> <div class="mt-2 medium mb-0"> <span class="intent_issue_editor">Editors: Tiia Vissak, Maaja Vadi</span> </div> <div class="d-flex medium mt-2"> <span class="intent_subjects mr-2">Subject:</span> <publication-categories :publication-categories="[[{&quot;id&quot;:&quot;cat-MSOP&quot;,&quot;name&quot;:&quot;Management science &amp; operations&quot;},{&quot;id&quot;:&quot;cat-MSO&quot;,&quot;name&quot;:&quot;Management science\/operations research&quot;},{&quot;id&quot;:&quot;cat-OR&quot;,&quot;name&quot;:&quot;Operational research&quot;}]]" browse-url="/insight/browse/publications"></publication-categories> </div> <div class="mt-auto pt-3"> <a href="/insight/publication/doi/10.1108/S1877-6361(2013)10" class="medium btn btn-primary rounded-pill p-0 pl-3 align-items-center"> <span class="pr-1">View book</span> <span role="img" aria-hidden="true" class="rounded-circle bg-insight fas fa-caret-right text-white p-2" style="min-width: 34px"></span> </a> </div> </div> </div> </div> </div> <div class="col-12 col-md-3 bg-light pt-1 pb-3 mt-3"> <section class="container pt-0"> <div class="row intent-filter-by-div"> <section class="w-100 d-block pb-3" role="group" aria-labelledby="refine-by-title"> <h2 class="h6 d-block border-bottom pt-1 pb-2 font-weight-bold mt-0 intent-filter-by-title" id="refine-by-title"> Title </h2> <ul class="list-unstyled list-inline"> <publication-filterchar-link :is-selected="false" fc="A" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="B" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="C" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="D" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="E" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="F" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="G" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="H" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="I" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="J" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="K" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="L" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="M" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="N" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="O" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="P" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="Q" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="R" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="S" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="T" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="U" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="V" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="W" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="X" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="Y" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="Z" > </publication-filterchar-link> <publication-filterchar-link :is-selected="false" fc="0-9" > </publication-filterchar-link> </ul> </section> <section class="w-100 d-block pb-3"> <h2 class="h6 d-block border-bottom pt-1 pb-2 font-weight-bold mt-0 intent-filter-by-subject"> Subject </h2> <div class="dropdown pt-2 category-dropdown"> <button class="btn btn-default dropdown-toggle bg-white text-primary w-100 d-flex align-items-center overflow-hidden border intent-category-selector-level1 " type="button" id="dropdownMenuButtonlevel1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-boundary="window" data-flip="false" > <span class="medium overflow-hidden flex-grow-1 text-left" id="selected">Subjects</span> <span class="fa fa-angle-down pl-2" aria-hidden="true"></span> </button> <div class="dropdown-menu category-list p-0 m-0 rounded-0 overflow-hidden" aria-labelledby="dropdownMenuButtonlevel1"> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-ACF" href="?subject=cat-ACF&amp;p=1" title="Accounting &amp; finance" > Accounting &amp; finance </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-ECO" href="?subject=cat-ECO&amp;p=1" title="Economics" > Economics </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-EDUN" href="?subject=cat-EDUN&amp;p=1" title="Education" > Education </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-ENGG" href="?subject=cat-ENGG&amp;p=1" title="Engineering" > Engineering </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-HSC" href="?subject=cat-HSC&amp;p=1" title="Health &amp; social care" > Health &amp; social care </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-HOB" href="?subject=cat-HOB&amp;p=1" title="HR &amp; organizational behaviour" > HR &amp; organizational behaviour </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-IKM" href="?subject=cat-IKM&amp;p=1" title="Information &amp; knowledge management" > Information &amp; knowledge management </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-LISC" href="?subject=cat-LISC&amp;p=1" title="Library &amp; information science" > Library &amp; information science </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-MSOP" href="?subject=cat-MSOP&amp;p=1" title="Management science &amp; operations" > Management science &amp; operations </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-MARK" href="?subject=cat-MARK&amp;p=1" title="Marketing" > Marketing </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-PMBE" href="?subject=cat-PMBE&amp;p=1" title="Property management &amp; built environment" > Property management &amp; built environment </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-PPEM" href="?subject=cat-PPEM&amp;p=1" title="Public policy &amp; environmental management" > Public policy &amp; environmental management </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-RMET" href="?subject=cat-RMET&amp;p=1" title="Research methods" > Research methods </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-SOCY" href="?subject=cat-SOCY&amp;p=1" title="Sociology" > Sociology </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-STGY" href="?subject=cat-STGY&amp;p=1" title="Strategy" > Strategy </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-THOS" href="?subject=cat-THOS&amp;p=1" title="Tourism &amp; hospitality" > Tourism &amp; hospitality </a> </li> <li> <a class="dropdown-item px-3 w-100 text-dark small text-truncate intent-category-item-cat-TRA" href="?subject=cat-TRA&amp;p=1" title="Transport" > Transport </a> </li> </div> </div> <div class="dropdown pt-2 category-dropdown"> <button class="btn btn-default dropdown-toggle bg-white text-primary w-100 d-flex align-items-center overflow-hidden border intent-category-selector-level2 text-muted" disabled type="button" id="dropdownMenuButtonlevel2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-boundary="window" data-flip="false" > <span class="medium overflow-hidden flex-grow-1 text-left" id="selected">1 - Sub category</span> <span class="fa fa-angle-down pl-2" aria-hidden="true"></span> </button> </div> <div class="dropdown pt-2 category-dropdown"> <button class="btn btn-default dropdown-toggle bg-white text-primary w-100 d-flex align-items-center overflow-hidden border intent-category-selector-level3 text-muted" disabled type="button" id="dropdownMenuButtonlevel3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-boundary="window" data-flip="false" > <span class="medium overflow-hidden flex-grow-1 text-left" id="selected">2 - Sub category</span> <span class="fa fa-angle-down pl-2" aria-hidden="true"></span> </button> </div> </section> <section class='w-100 d-block pb-3' role='group' aria-labelledby='refine-by-content-type'> <h2 class='h6 d-block border-bottom pt-1 pb-2 font-weight-bold mt-0 intent-filter-by-publication' id='refine-by-content-type'> Publication type </h2> <div> <a href='?books=all&amp;p=1' title="Filter by Books (Edited Collections and Monographs)" class='intent_showBooks_link intent_showall_false medium-light'>Books</a> </div> <div> <a href='?books=EDC&amp;p=1' title="Filter by Books (Edited Collections)" class='intent_showEditedCollections_link intent_showall_false medium-light ml-3'>Edited Collections</a> </div> <div> <a href='?books=MON&amp;p=1' title="Filter by Books (Monographs)" class='intent_showMonographs_link intent_showall_false medium-light ml-3'>Monographs</a> </div> <div> <a href='?journals=true&amp;p=1' title="Filter by Journals" class='intent_showJournals_link intent_showall_ medium-light'>Journals</a> </div> </section> </div> </section> </div> </div> <div class="row"> <div class="col-12 col-md-9 pagination_bottom"> <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 &ndash; 10 of over 5000 </span> </div> <div class="text-center mr-auto col-xl-5 order-xl-2 col-12 order-3"> <pagination current="1" total="50" query="" ></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> </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">&copy; 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=="> (function() { function mixpanelTrack() { const toSend = {"Search Term":"","Refine by Title":null,"Refine by Type":null,"Refine by Subject":null,"# of Results":500,"Page Number":1} storeOrPushMixpanelEvent('track', 'Books and Journals Browse', toSend); } mixpanelTrack() })() </script> </body> </html>

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