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 --> <!-- 2024-11-27T16:55:45Z --> <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="wWuyj9T2fiBHdn0ypW0uUveFLc0Z4ds1dbm1cWat"> <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=d1704eeb3e0eb4acb8985ebfec909296" 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="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="Catrin" 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;Search results&quot;,&quot;&quot;]]"> </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 &ndash; 10 of 61</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="[{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_IJHRH-08-2022-0089&quot;,&quot;title_text&quot;:&quot;\u201cWe are experiencing pain on our own\u201d: mental health care to prevail over impacts of cultural silence on HIV&quot;,&quot;title_html&quot;:&quot;&amp;#x201C;We are experiencing pain on our own&amp;#x201D;: mental health care to prevail over impacts of cultural silence on HIV&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;This qualitative case study aims to investigate how current services meet the emotional needs of young women growing up with perinatally acquired human immunodeficiency virus (HIV). Young women (15\u201319\u2009years old), caregivers and service providers were recruited through three multidisciplinary HIV management centres in Malawi.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;In-depth interviews were used to collect data for 14 \u201ccases\u201d (each \u201ccase\u201d involved a young woman, a caregiver and a service provider, for a total of 42 participants). The interviews with adolescents were conducted using an innovative visual method known as the \u201cmy story\u201d book.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Thematic analysis revealed that young women experienced traumatic experiences and emotional neglect after being diagnosed as HIV positive. Lack of adult support networks and social isolation were identified as intersecting factors contributing to their mental distress. According to the findings of this study, HIV care should more explicitly include comprehensive mental health-care services. This provision should include ongoing individualised counselling sessions, supplemented by communication skills training to help break the prevalent cultural silence on HIV issues. Young people living with HIV, in general, and young women, are more likely to experience mental health issues than their non-infected peers. Integrating comprehensive mental health evaluation and treatment into HIV care for young people can be beneficial.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Practical implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;Mental health issues are critical and underserved challenges among young people living with perinatally acquired HIV. Women experience a higher prevalence of mental challenges than men. Integrating comprehensive mental health evaluation and treatment into HIV care for young people can be beneficial. Therefore, interventions to assist young people with mental health issues are needed within the context of HIV management in Malawi.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;Many studies on mental health and HIV\/AIDS have been conducted. However, there is very little information as regards the emotional needs of young women growing up with perinatally acquired HIV. This study fills the void.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Gertrude Mwalabu&quot;,&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Evans&quot;,&quot;Sarah Redsell&quot;,&quot;Pammla Petruka&quot;,&quot;Patrick Mapulanga&quot;],&quot;pub_date&quot;:&quot;29 March 2023&quot;,&quot;year&quot;:&quot;2023&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/IJHRH-08-2022-0089&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Malawi&quot;,&quot;Mental health care&quot;,&quot;Mental health problems\/challenges&quot;,&quot;Perinatally acquired HIV&quot;,&quot;Psychosocial experiences&quot;,&quot;Young women&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/IJHRH-08-2022-0089\/pdf&quot;,&quot;pdf_size&quot;:&quot;137228&quot;,&quot;pdf_size_as_string&quot;:&quot;(134 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;463&quot;,&quot;last_page&quot;:&quot;474&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/IJHRH-08-2022-0089&quot;,&quot;usage_count&quot;:&quot;42&quot;,&quot;journal_title&quot;:&quot;International Journal of Human Rights in Healthcare&quot;,&quot;journal_issn&quot;:&quot;2056-4902&quot;,&quot;journal_print_issn&quot;:&quot;2056-4902&quot;,&quot;journal_online_issn&quot;:&quot;2056-4902&quot;,&quot;journal_doi&quot;:&quot;10.1108\/IJHRH&quot;,&quot;journal_acronym&quot;:&quot;IJHRH&quot;,&quot;volume_number&quot;:&quot;17&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;4&quot;,&quot;issue_title&quot;:null,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_QAOA-02-2021-0024&quot;,&quot;title_text&quot;:&quot;Living in a care home during COVID-19: a case study of one person living with dementia&quot;,&quot;title_html&quot;:&quot;Living in a care home during COVID-19: a case study of one person living with dementia&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;This paper aims to understand the lived experience of a person living with dementia in a care home during the COVID-19 pandemic. It responds to the absence in research of the voices of people with dementia living in care homes during the pandemic.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;The paper adopts a single case study design applied thematic analysis to semi-structured interview data to discover the experiences of one person living with dementia in a care home during a period of lockdown.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Five themes reveal how the participant responded to the practical and emotional challenges of the pandemic: autonomy; fears; keeping connected; keeping safe and other people living with dementia. These themes highlight the participant\u2019s ability to adapt, accept and dispute lockdown restrictions, revealing considerable insight into their situation.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Research limitations\/implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;The pandemic has restricted access to care homes, which informed the single case study design. This approach to the research may restrict the generalisability of the findings. Other researchers are encouraged to include the voices of people with dementia living in care homes in further studies.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Practical implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;Implications for practice, presented in this paper, promote quality psychosocial approaches when health-care workers engage with people living with dementia during periods of restricted activity.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;Unlike other studies about the impact of the pandemic on care homes, this paper explores the experience of the pandemic in care homes from the perspective of a person living with dementia.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Ian Davies-Abbott&quot;,&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Hedd Jones&quot;,&quot;Gill Windle&quot;],&quot;pub_date&quot;:&quot;15 June 2021&quot;,&quot;year&quot;:&quot;2021&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/QAOA-02-2021-0024&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Dementia&quot;,&quot;Lived experience&quot;,&quot;COVID-19&quot;,&quot;Care homes&quot;,&quot;Case study&quot;,&quot;Thematic analysis&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/QAOA-02-2021-0024\/pdf&quot;,&quot;pdf_size&quot;:&quot;136719&quot;,&quot;pdf_size_as_string&quot;:&quot;(134 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;147&quot;,&quot;last_page&quot;:&quot;158&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/QAOA-02-2021-0024&quot;,&quot;usage_count&quot;:&quot;706&quot;,&quot;journal_title&quot;:&quot;Quality in Ageing and Older Adults&quot;,&quot;journal_issn&quot;:&quot;1471-7794&quot;,&quot;journal_print_issn&quot;:&quot;1471-7794&quot;,&quot;journal_online_issn&quot;:&quot;1471-7794&quot;,&quot;journal_doi&quot;:&quot;10.1108\/QAOA&quot;,&quot;journal_acronym&quot;:&quot;QAOA&quot;,&quot;volume_number&quot;:&quot;22&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;3\/4&quot;,&quot;issue_title&quot;:&quot;Older people and COVID-19 \u2014 renewing impetus on key priorities: Part 1&quot;,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_JCOM-02-2024-168&quot;,&quot;title_text&quot;:&quot;Guest editorial: Communication research advancing sustainable development&quot;,&quot;title_html&quot;:&quot;Guest editorial: Communication research advancing sustainable development&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;}],&quot;contributors&quot;:[&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Johansson&quot;,&quot;Jody Jahn&quot;,&quot;Wim Elving&quot;],&quot;pub_date&quot;:&quot;18 March 2024&quot;,&quot;year&quot;:&quot;2024&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/JCOM-02-2024-168&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:false,&quot;keywords&quot;:[],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/JCOM-02-2024-168\/pdf&quot;,&quot;pdf_size&quot;:&quot;437781&quot;,&quot;pdf_size_as_string&quot;:&quot;(428 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessPermitted&quot;,&quot;rightslink&quot;:&quot;false&quot;,&quot;first_page&quot;:&quot;1&quot;,&quot;last_page&quot;:&quot;14&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/JCOM-02-2024-168&quot;,&quot;usage_count&quot;:&quot;1358&quot;,&quot;journal_title&quot;:&quot;Journal of Communication Management&quot;,&quot;journal_issn&quot;:&quot;1363-254X&quot;,&quot;journal_print_issn&quot;:&quot;1363-254X&quot;,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:&quot;10.1108\/JCOM&quot;,&quot;journal_acronym&quot;:&quot;JCOM&quot;,&quot;volume_number&quot;:&quot;28&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;1&quot;,&quot;issue_title&quot;:&quot;Communication for Sustainable Development: Engaging scholars for transforming society&quot;,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_QAOA-03-2023-0019&quot;,&quot;title_text&quot;:&quot;Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice&quot;,&quot;title_html&quot;:&quot;Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;This paper aims to share how the Centre for Ageing and Dementia Research co-designs research within a national programme of work to improve the lives of older adults and those affected by dementia. Through examples of this work, the authors identify the barriers and enablers to participatory approaches and lessons to inform future involvement activities.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;This study reflects on implementing the UK National Standards for Public Involvement into practice. Of international relevance, the observations span the research process from research prioritisation and design to research implementation and knowledge exchange.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;This study demonstrates the importance of using a relational approach, working toward a common purpose and engaging in meaningful dialogue. Only through offering choice and flexibility and actively learning from one another can co-design lead to synergistic relationships that benefit everyone.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Research limitations\/implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;Key implications for researchers engaged in patient and public involvement are be receptive to other people\u2019s views and acknowledge expertise of those with lived experience alongside those with academic expertise. Training, resources and time are required to effectively support involvement and meaningful relationships. A nominated contact person enables trust and mutual understanding to develop. This is an ongoing collective learning experience that should be embedded throughout the entire research process.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;This paper demonstrates how the standards are implemented with people who are often excluded from research to influence a national programme of work.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Hedd Jones&quot;,&quot;Diane Seddon&quot;,&quot;Katherine Algar-Skaife&quot;,&quot;Carol Maddock&quot;,&quot;Stephanie Green&quot;],&quot;pub_date&quot;:&quot;26 December 2023&quot;,&quot;year&quot;:&quot;2023&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/QAOA-03-2023-0019&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Dementia&quot;,&quot;Carers&quot;,&quot;Public involvement&quot;,&quot;Research&quot;,&quot;Standards&quot;,&quot;Older adults&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/QAOA-03-2023-0019\/pdf&quot;,&quot;pdf_size&quot;:&quot;146393&quot;,&quot;pdf_size_as_string&quot;:&quot;(143 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessPermitted&quot;,&quot;rightslink&quot;:&quot;false&quot;,&quot;first_page&quot;:&quot;44&quot;,&quot;last_page&quot;:&quot;55&quot;,&quot;open_access&quot;:true,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/QAOA-03-2023-0019&quot;,&quot;usage_count&quot;:&quot;2669&quot;,&quot;journal_title&quot;:&quot;Quality in Ageing and Older Adults&quot;,&quot;journal_issn&quot;:&quot;1471-7794&quot;,&quot;journal_print_issn&quot;:&quot;1471-7794&quot;,&quot;journal_online_issn&quot;:&quot;1471-7794&quot;,&quot;journal_doi&quot;:&quot;10.1108\/QAOA&quot;,&quot;journal_acronym&quot;:&quot;QAOA&quot;,&quot;volume_number&quot;:&quot;25&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;1&quot;,&quot;issue_title&quot;:&quot;Exploring Participatory Approaches with Older Adults in Health and Care Research&quot;,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_YC-06-2022-1543&quot;,&quot;title_text&quot;:&quot;Young German consumers\u2019 perspectives of rental fashion platforms&quot;,&quot;title_html&quot;:&quot;Young German consumers&amp;#x2019; perspectives of rental fashion platforms&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;This study aims to explore young German consumer perspectives of rental fashion platforms by studying their perceived benefits, potential barriers as well as preferred clothing categories to rent from. This \u201cnew\u201d kind of shopping has not yet found great success among young German adults, although there is a substantial margin of growth for this generation.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;This qualitative study was conducted through 24 in-depth semi-structured interviews with young female and male German consumers out of Gen Y and Z. The analysis of the data was supported by the software NVivo.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Results indicate that young German consumers value renting clothes for occasions, to frequently change up their wardrobe, out of sustainability aspects and because of efficiency and convenience reasons. However, an entry barrier to the use of rental platforms still persists through a lack of awareness and information, as well as price and high demand issues.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Research limitations\/implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;As the interview\u2019s focus group was set to young German consumers, a generalization of the findings to consumers from other countries or out of other generations might be limited.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Practical implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;Managers first need to lower the currently existing entry barrier that prevents many consumers from renting fashion online by raising their awareness and providing them with sufficient information about the platform\u2019s processes as well as their terms and conditions.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;This research intends to better understand young German consumers\u2019 attitude toward rental fashion platforms and why renting fashion has not yet achieved more success among them.The results first give managers helpful insights for implementing successful marketing strategies by focusing on spreading awareness among young German adults to stem current entry barriers. Second, these results serve as a basis for future quantitative research that deepens the understanding of the correlation of current findings with other variables (e.g. age, the importance of material possessions in consumers\u2019 lives).&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Westerberg&quot;,&quot;Luis F. Martinez&quot;],&quot;pub_date&quot;:&quot;28 March 2023&quot;,&quot;year&quot;:&quot;2023&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/YC-06-2022-1543&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Qualitative methods&quot;,&quot;Consumer perceptions&quot;,&quot;Online media&quot;,&quot;Other media and children&quot;,&quot;Sharing economy&quot;,&quot;Rental fashion platforms&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/YC-06-2022-1543\/pdf&quot;,&quot;pdf_size&quot;:&quot;358105&quot;,&quot;pdf_size_as_string&quot;:&quot;(350 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;309&quot;,&quot;last_page&quot;:&quot;330&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/YC-06-2022-1543&quot;,&quot;usage_count&quot;:&quot;919&quot;,&quot;journal_title&quot;:&quot;Young Consumers&quot;,&quot;journal_issn&quot;:&quot;1747-3616&quot;,&quot;journal_print_issn&quot;:&quot;1747-3616&quot;,&quot;journal_online_issn&quot;:&quot;1747-3616&quot;,&quot;journal_doi&quot;:&quot;10.1108\/YC&quot;,&quot;journal_acronym&quot;:&quot;YC&quot;,&quot;volume_number&quot;:&quot;24&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;3&quot;,&quot;issue_title&quot;:null,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_LODJ-02-2019-0097&quot;,&quot;title_text&quot;:&quot;Transformational leadership and communication: Evaluation of a two-day leadership development program&quot;,&quot;title_html&quot;:&quot;Transformational leadership and communication: Evaluation of a two-day leadership development program&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;The purpose of this paper is to develop and evaluate a leadership development program with focus on transformational leadership and communication. It is explored whether these aspects of leadership can be trained in the course of a two-day intervention. Furthermore, it is tested if pre-training differences among leaders have an influence on the effectiveness of participating in the leadership intervention.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;In the study, 38 leaders took part in the two-day training session. The control group consisted of 59 leaders. Information was collected from participating leaders\u2019 followers (&lt;em&gt;n&lt;\/em&gt;=356) on pre- and post-training measures of transformational leadership as well as on communication skills (attentive and impression-leaving style).&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Results show that transformational leadership behaviors improved more after training in the experimental group (EG) than they did in the control group. Also, ratings of the attentive communication style improved more in the EG compared to the control group. Furthermore, participants of the leadership development program benefitted to different degrees from their training. Participants who initially had a medium score showed the best improvement.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;The present study advances the scope of leadership development by also considering the trainability of communication skills. Also, insights on the contingency of training effects are provided.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Carina Cohrs&quot;,&quot;Kai C. Bormann&quot;,&quot;Mathias Diebig&quot;,&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Millhoff&quot;,&quot;Katharina Pachocki&quot;,&quot;Jens Rowold&quot;],&quot;pub_date&quot;:&quot;15 January 2020&quot;,&quot;year&quot;:&quot;2020&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/LODJ-02-2019-0097&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Transformational leadership&quot;,&quot;Training&quot;,&quot;Leadership development&quot;,&quot;Communication&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/LODJ-02-2019-0097\/pdf&quot;,&quot;pdf_size&quot;:&quot;193917&quot;,&quot;pdf_size_as_string&quot;:&quot;(189 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;101&quot;,&quot;last_page&quot;:&quot;117&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/LODJ-02-2019-0097&quot;,&quot;usage_count&quot;:&quot;8923&quot;,&quot;journal_title&quot;:&quot;Leadership &amp; Organization Development Journal&quot;,&quot;journal_issn&quot;:&quot;0143-7739&quot;,&quot;journal_print_issn&quot;:&quot;0143-7739&quot;,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:&quot;10.1108\/LODJ&quot;,&quot;journal_acronym&quot;:&quot;LODJ&quot;,&quot;volume_number&quot;:&quot;41&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;1&quot;,&quot;issue_title&quot;:null,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_IJWHM-03-2018-0030&quot;,&quot;title_text&quot;:&quot;Employee perceptions of a workplace HIV testing intervention&quot;,&quot;title_html&quot;:&quot;Employee perceptions of a workplace HIV testing intervention&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;There is a need to increase access to HIV testing in the UK in male migrant communities. The purpose of this paper is to assess the uptake and acceptability of a workplace HIV testing intervention aimed at increasing access to testing in non-clinical settings.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;A total of 20 health check events were delivered at 11 UK organisations employing male migrant workers. Intervention included HIV testing, cholesterol, BMI, blood glucose, blood pressure; tailored health advice; take-away resources; optional post-event text reminders about HIV and general health. Mixed-methods evaluation included exit questionnaires (&lt;em&gt;n&lt;\/em&gt;=771), follow-up text messages (&lt;em&gt;n&lt;\/em&gt;=465) and qualitative interviews (&lt;em&gt;n&lt;\/em&gt;=35) to assess event acceptability. Qualitative data were analysed thematically.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Attendees were 776 employees from 50 countries (51 per cent male; 30 per cent migrant workers). A total of 52 per cent of attendees undertook an HIV test (75 per cent were first-time testers). In total, 96 per cent considered HIV testing to be an acceptable element of workplace health checks; 79 per cent reported new health-related knowledge; 60 per cent of attendees opted for follow-up text messaging; 26 per cent of text respondents reported independently taking HIV test post-event. High acceptability and uptake of HIV testing was associated with convenience, opportunity taking (through removal of deliberation and intentional test-seeking), and normalisation of HIV testing within a general health check.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;This study is the first to demonstrate that opt-in HIV testing can be successfully delivered in the workplace within a multi-component health check. The workplace is an effective means of increasing access to HIV testing in groups at risk for HIV, including male migrant workers.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Holly Blake&quot;,&quot;Basharat Hussain&quot;,&quot;Jenny Hand&quot;,&quot;David Rowlands&quot;,&quot;Amdani Juma&quot;,&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Evans&quot;],&quot;pub_date&quot;:&quot;8 October 2018&quot;,&quot;year&quot;:&quot;2018&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/IJWHM-03-2018-0030&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Workplace&quot;,&quot;Health checks&quot;,&quot;Health innovation&quot;,&quot;HIV testing&quot;,&quot;Immigrants and health&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/IJWHM-03-2018-0030\/pdf&quot;,&quot;pdf_size&quot;:&quot;251719&quot;,&quot;pdf_size_as_string&quot;:&quot;(246 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;333&quot;,&quot;last_page&quot;:&quot;348&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/IJWHM-03-2018-0030&quot;,&quot;usage_count&quot;:&quot;179&quot;,&quot;journal_title&quot;:&quot;International Journal of Workplace Health Management&quot;,&quot;journal_issn&quot;:&quot;1753-8351&quot;,&quot;journal_print_issn&quot;:&quot;1753-8351&quot;,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:&quot;10.1108\/IJWHM&quot;,&quot;journal_acronym&quot;:&quot;IJWHM&quot;,&quot;volume_number&quot;:&quot;11&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;5&quot;,&quot;issue_title&quot;:null,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_CCIJ-04-2017-0031&quot;,&quot;title_text&quot;:&quot;The communicative constitution of adaptive capacity during Sweden\u2019s V\u00e4stmanland wildfire&quot;,&quot;title_html&quot;:&quot;The communicative constitution of adaptive capacity during Sweden&amp;#x2019;s V&amp;#xE4;stmanland wildfire&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;Purpose&quot;,&quot;text&quot;:&quot;&lt;p&gt;The purpose of this paper is to explain how adaptive capacity is accomplished through communication processes and can contribute to enhancing disaster resilience. The authors adopt a structurational \u201cfour flows\u201d explanation of communication processes.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Design\/methodology\/approach&quot;,&quot;text&quot;:&quot;&lt;p&gt;The authors observed and analyzed discourse in meetings of a crisis communication network consisting of representatives of municipalities and public authorities involved in crisis communication management during the V\u00e4stmanland wildfire in Sweden.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Findings&quot;,&quot;text&quot;:&quot;&lt;p&gt;Adaptive capacity during the wildfire was principally accomplished through the structurational communication processes or \u201cflows\u201d of self-structuring, activity coordination, and institutional positioning. These flows intersected demonstrating how communication accomplishes the development of a responsive affiliation, organizes stabilizing structuring practices, and enables adaptive structuring practices.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Research limitations\/implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;The main contribution of this study is a communicative explanation for adaptive capacity, which draws from a structurational model of constitutive communication, and lends further understanding to improvisation during disasters.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Practical implications&quot;,&quot;text&quot;:&quot;&lt;p&gt;The authors discuss the findings in relation to improvisation, suggesting how the findings can inform future coordinated crisis communication for the public and news media. The recommendations address how practitioners might build a responsive affiliation, use minimal structures (e.g. communication practices), and maintain flexibility by introducing group reflexivity behaviors.&lt;\/p&gt;&quot;},{&quot;title&quot;:&quot;Originality\/value&quot;,&quot;text&quot;:&quot;&lt;p&gt;The authors provide new theoretical and empirical knowledge of the communicative constitution of adaptive capacity during a disaster.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Jody L.S. Jahn&quot;,&quot;&lt;mark&gt;Catrin&lt;\/mark&gt; Johansson&quot;],&quot;pub_date&quot;:&quot;3 April 2018&quot;,&quot;year&quot;:&quot;2018&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/CCIJ-04-2017-0031&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Resilience&quot;,&quot;Adaptive capacity&quot;,&quot;Communicative constitution of organization&quot;,&quot;Four flows CCO&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/CCIJ-04-2017-0031\/pdf&quot;,&quot;pdf_size&quot;:&quot;189541&quot;,&quot;pdf_size_as_string&quot;:&quot;(185 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;162&quot;,&quot;last_page&quot;:&quot;179&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/CCIJ-04-2017-0031&quot;,&quot;usage_count&quot;:&quot;628&quot;,&quot;journal_title&quot;:&quot;Corporate Communications: An International Journal&quot;,&quot;journal_issn&quot;:&quot;1356-3289&quot;,&quot;journal_print_issn&quot;:&quot;1356-3289&quot;,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:&quot;10.1108\/CCIJ&quot;,&quot;journal_acronym&quot;:&quot;CCIJ&quot;,&quot;volume_number&quot;:&quot;23&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;2&quot;,&quot;issue_title&quot;:&quot;Comunicating\/organizing for reliability, resilience, and safety&quot;,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_5042_jat_2010_0494&quot;,&quot;title_text&quot;:&quot;Telecare to support reablement in delaying a need for long\u2010term homecare&quot;,&quot;title_html&quot;:&quot;Telecare to support reablement in delaying a need for long&amp;#x2010;term homecare&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&lt;p&gt;It is now accepted that a course of personalised, well\u2010planned support services for up to six weeks can prevent or delay the need for an older person to receive long\u2010term homecare and other labour\u2010intensive community services. Telecare can play an important role in managing the risks, both during the reablement period, and in the months following service delivery, irrespective of whether the individual needs long\u2010term homecare. This paper describes an innovative approach to provision that has been adopted in the Vale of Glamorgan, in which the service has been designed and is delivered by the Reablement Team. It is planned to expand the number of people being offered the service in the future by stratifying them using a new algorithm, and then support them subsequently with a pro\u2010active telephone calling service called &lt;span class=\&quot;mark\&quot;&gt;CATRIN&lt;\/span&gt;.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Julia Champion&quot;],&quot;pub_date&quot;:&quot;7 September 2010&quot;,&quot;year&quot;:&quot;2010&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.5042\/jat.2010.0494&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;article&quot;,&quot;content_type_name&quot;:&quot;Article&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Reablement&quot;,&quot;Telecare&quot;,&quot;Homecare&quot;,&quot;Proactive calling&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.5042\/jat.2010.0494\/pdf&quot;,&quot;pdf_size&quot;:&quot;169165&quot;,&quot;pdf_size_as_string&quot;:&quot;(165 KB)&quot;,&quot;epub_link&quot;:null,&quot;epub_size&quot;:null,&quot;epub_size_as_string&quot;:&quot;(0 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;60&quot;,&quot;last_page&quot;:&quot;63&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.5042\/jat.2010.0494&quot;,&quot;usage_count&quot;:&quot;145&quot;,&quot;journal_title&quot;:&quot;Journal of Assistive Technologies&quot;,&quot;journal_issn&quot;:&quot;1754-9450&quot;,&quot;journal_print_issn&quot;:&quot;1754-9450&quot;,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:&quot;10.1108\/jat&quot;,&quot;journal_acronym&quot;:&quot;JAT&quot;,&quot;volume_number&quot;:&quot;4&quot;,&quot;volume_title&quot;:null,&quot;issue_number&quot;:&quot;3&quot;,&quot;issue_title&quot;:null,&quot;book_title&quot;:null,&quot;book_isbn&quot;:null,&quot;book_doi&quot;:null,&quot;series_title&quot;:null,&quot;series_issn&quot;:null,&quot;series_acronym&quot;:null}},{&quot;result&quot;:{&quot;identifier&quot;:&quot;urn:emeraldgroup.com:asset:id:article:10_1108_S0885-2111(2012)0000014012&quot;,&quot;title_text&quot;:&quot;Attachment to Digital Virtual Possessions in Videogames&quot;,&quot;title_html&quot;:&quot;Attachment to Digital Virtual Possessions in Videogames&quot;,&quot;section&quot;:[{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&lt;p&gt;Purpose \u2013 To extend our understanding of consumers\u2019 relationships with their growing collections of digital virtual goods by exploring adult videogamers\u2019 attachments to their digital virtual possessions within videogames.&lt;\/p&gt;&lt;p&gt;Methodology \u2013 Phenomenological interviews with 35 adult videogamers, primarily conducted in participants\u2019 homes and lasting on average two hours.&lt;\/p&gt;&lt;p&gt;Findings \u2013 Our participants were able to possess and form emotional attachments to \u2018irreplaceable\u2019 digital virtual goods within videogames despite the goods\u2019 immaterial nature and their own lack of legal ownership. The processes via which these attachments developed mirror our existing understanding of material possession attachment; however, technical and legal restrictions were found to hinder attachment formation. Our participants also expressed concerns, rooted not in the immateriality of the goods, but in their lack of control over the safety of their digital virtual possessions and societal perceptions surrounding such emotional involvement in \u2018childish\u2019 videogame play.&lt;\/p&gt;&lt;p&gt;Originality\/value \u2013 This study illustrates that consumers desire to, and find ways to, form meaningful attachments to possessions, regardless of their materiality, whilst highlighting the tension between the desire to possess and make meaning from digital virtual goods and recognition of their lack of legal ownership and control, and the goods\u2019 status as frivolous.&lt;\/p&gt;&lt;p&gt;Research implications \u2013 We see potential for future research to look beyond the immaterial nature of digital virtual goods to study the complex networks of forces influencing digital virtual consumption, whilst the ambiguous ownership of in-game possessions presents possibilities for further research into the problematic nature of possessing, but not owning, such goods.&lt;\/p&gt;&quot;}],&quot;contributors&quot;:[&quot;Rebecca Watkins&quot;,&quot;Mike Molesworth&quot;],&quot;pub_date&quot;:&quot;22 November 2012&quot;,&quot;year&quot;:&quot;2012&quot;,&quot;link&quot;:&quot;\/content\/doi\/10.1108\/S0885-2111(2012)0000014012&quot;,&quot;snippets&quot;:[],&quot;content_type&quot;:&quot;book-part&quot;,&quot;content_type_name&quot;:&quot;Book part&quot;,&quot;isResearchContent&quot;:true,&quot;keywords&quot;:[&quot;Digital virtual possessions&quot;,&quot;digital virtual consumption&quot;,&quot;possession attachment&quot;,&quot;video games&quot;],&quot;publisher_name&quot;:null,&quot;hasTeachingNotes&quot;:&quot;false&quot;,&quot;pdf_link&quot;:&quot;\/content\/doi\/10.1108\/S0885-2111(2012)0000014012\/pdf&quot;,&quot;pdf_size&quot;:&quot;162508&quot;,&quot;pdf_size_as_string&quot;:&quot;(159 KB)&quot;,&quot;epub_link&quot;:&quot;\/content\/doi\/10.1108\/S0885-2111(2012)0000014012\/epub&quot;,&quot;epub_size&quot;:&quot;57264&quot;,&quot;epub_size_as_string&quot;:&quot;(56 KB)&quot;,&quot;access_status&quot;:&quot;accessDenied&quot;,&quot;rightslink&quot;:&quot;true&quot;,&quot;first_page&quot;:&quot;153&quot;,&quot;last_page&quot;:&quot;170&quot;,&quot;open_access&quot;:false,&quot;free_access&quot;:false,&quot;oxan_content&quot;:false,&quot;oxan_location&quot;:null,&quot;doi&quot;:&quot;10.1108\/S0885-2111(2012)0000014012&quot;,&quot;usage_count&quot;:&quot;735&quot;,&quot;journal_title&quot;:null,&quot;journal_issn&quot;:null,&quot;journal_print_issn&quot;:null,&quot;journal_online_issn&quot;:null,&quot;journal_doi&quot;:null,&quot;journal_acronym&quot;:null,&quot;volume_number&quot;:null,&quot;volume_title&quot;:null,&quot;issue_number&quot;:null,&quot;issue_title&quot;:null,&quot;book_title&quot;:&quot;Research in Consumer Behavior&quot;,&quot;book_isbn&quot;:&quot;978-1-78190-022-2&quot;,&quot;book_doi&quot;:&quot;10.1108\/S0885-2111(2012)14&quot;,&quot;series_title&quot;:&quot;&quot;,&quot;series_issn&quot;:&quot;0885-2111&quot;,&quot;series_acronym&quot;:&quot;rcb&quot;}}]" 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="eyJ0bSI6eyJ0aXRsZSI6IkludGVybmF0aW9uYWwgSm91cm5hbCBvZiBIdW1hbiBSaWdodHMgaW4gSGVhbHRoY2FyZSIsImRvaSI6IjEwLjExMDhcL0lKSFJIIiwiZHQiOiJqb3VybmFsIiwiaXNzbnAiOiIyMDU2LTQ5MDIifSwiaW0iOnsidGl0bGUiOiJcdTIwMWNXZSBhcmUgZXhwZXJpZW5jaW5nIHBhaW4gb24gb3VyIG93blx1MjAxZDogbWVudGFsIGhlYWx0aCBjYXJlIHRvIHByZXZhaWwgb3ZlciBpbXBhY3RzIG9mIGN1bHR1cmFsIHNpbGVuY2Ugb24gSElWIiwiZG9pIjoiMTAuMTEwOFwvSUpIUkgtMDgtMjAyMi0wMDg5IiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiIyOSBNYXJjaCAyMDIzIiwieW9wIjoyMDIzfSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9JSkhSSC0wOC0yMDIyLTAwODlcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvSUpIUkgtMDgtMjAyMi0wMDg5XC9mdWxsXC9odG1sIiwiYWlkIjpbIjAwMDAxIl0sImFuYW1lIjpbIkd1ZXN0IFVzZXIiXSwiYW0iOiJyZWd1bGFyIiwidWEiOiJNb3ppbGxhXC80LjAgKGNvbXBhdGlibGU7IE1TSUUgNy4wOyBXaW5kb3dzIE5UIDYuMDsgU0xDQzE7IC5ORVQgQ0xSIDIuMC41MDcyNzsgLk5FVCBDTFIgMy4wLjA0NTA2OyAuTkVUIENMUiAzLjUuMjEwMjI7IC5ORVQgQ0xSIDEuMC4zNzA1OyAuTkVUIENMUiAxLjEuNDMyMikiLCJpcCI6IjguMjIyLjIwOC4xNDYiLCJzaWQiOiJlSGlLcHRrd0xudm5NV0d4d3JtM2x2YzRaeFpkVWRaVE1rajZNRmtoIiwicmVmZXJyZXIiOiIiLCJwaWQiOiIwOTU5YTZjNzE1MGM1ZTY0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" 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/IJHRH-08-2022-0089"></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/IJHRH-08-2022-0089/full/html" class="intent_link mr-1" title="View access options for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV." aria-label="View access options for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">29 March 2023</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/IJHRH-08-2022-0089/full/html" class="intent_link font-serif" title="Go to page for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV."> <span class="intent_title">&#x201C;We are experiencing pain on our own&#x201D;: mental health care to prevail over impacts of cultural silence on HIV</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Gertrude Mwalabu " title="Search for more content by contributor Gertrude Mwalabu." aria-label="Search for more content by contributor Gertrude Mwalabu." class="font-weight-light link-dark">Gertrude Mwalabu</a>, <a rel="nofollow" href="/insight/search?q=Catrin Evans " title="Search for more content by contributor Catrin Evans." aria-label="Search for more content by contributor Catrin Evans." class="font-weight-light link-dark"><mark>Catrin</mark> Evans</a>, <a rel="nofollow" href="/insight/search?q=Sarah Redsell " title="Search for more content by contributor Sarah Redsell." aria-label="Search for more content by contributor Sarah Redsell." class="font-weight-light link-dark">Sarah Redsell</a>, <a rel="nofollow" href="/insight/search?q=Pammla Petruka " title="Search for more content by contributor Pammla Petruka." aria-label="Search for more content by contributor Pammla Petruka." class="font-weight-light link-dark">Pammla Petruka</a> and <a rel="nofollow" href="/insight/search?q=Patrick Mapulanga " title="Search for more content by contributor Patrick Mapulanga." aria-label="Search for more content by contributor Patrick Mapulanga." class="font-weight-light link-dark">Patrick Mapulanga</a> </p> <p class="mt-2 medium"> This qualitative case study aims to investigate how current services meet the emotional needs of young women growing up with perinatally acquired human immunodeficiency virus&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/IJHRH-08-2022-0089/full/html" title="Go to HTML page for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV." aria-label="Go to HTML page for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/IJHRH-08-2022-0089/full/pdf?title=we-are-experiencing-pain-on-our-own-mental-health-care-to-prevail-over-impacts-of-cultural-silence-on-hiv" title="Download PDF (134 KB) for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV." aria-label="Download PDF (134 KB) for “We are experiencing pain on our own”: mental health care to prevail over impacts of cultural silence on HIV" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (134 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/IJHRH-08-2022-0089"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-1">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-1" title="This item has been downloaded 42 times since 2023." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 42 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/IJHRH-08-2022-0089" publication-doi="10.1108/IJHRH"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>This qualitative case study aims to investigate how current services meet the emotional needs of young women growing up with perinatally acquired human immunodeficiency virus (HIV). Young women (15–19 years old), caregivers and service providers were recruited through three multidisciplinary HIV management centres in Malawi.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>In-depth interviews were used to collect data for 14 “cases” (each “case” involved a young woman, a caregiver and a service provider, for a total of 42 participants). The interviews with adolescents were conducted using an innovative visual method known as the “my story” book.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Thematic analysis revealed that young women experienced traumatic experiences and emotional neglect after being diagnosed as HIV positive. Lack of adult support networks and social isolation were identified as intersecting factors contributing to their mental distress. According to the findings of this study, HIV care should more explicitly include comprehensive mental health-care services. This provision should include ongoing individualised counselling sessions, supplemented by communication skills training to help break the prevalent cultural silence on HIV issues. Young people living with HIV, in general, and young women, are more likely to experience mental health issues than their non-infected peers. Integrating comprehensive mental health evaluation and treatment into HIV care for young people can be beneficial.</p> </section> <h4 class="intent_sub_title mt-4">Practical implications</h4> <section class="intent_sub_content"> <p>Mental health issues are critical and underserved challenges among young people living with perinatally acquired HIV. Women experience a higher prevalence of mental challenges than men. Integrating comprehensive mental health evaluation and treatment into HIV care for young people can be beneficial. Therefore, interventions to assist young people with mental health issues are needed within the context of HIV management in Malawi.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>Many studies on mental health and HIV/AIDS have been conducted. However, there is very little information as regards the emotional needs of young women growing up with perinatally acquired HIV. This study fills the void.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">International Journal of Human Rights in Healthcare, <span class="d-inline-block">vol. 17 no. 4</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/IJHRH-08-2022-0089" title="DOI: https://doi.org/10.1108/IJHRH-08-2022-0089." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/IJHRH-08-2022-0089</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">2056-4902</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Malawi"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Malawi"><span class="intent_text">Malawi</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Mental+health+care"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Mental health care"><span class="intent_text">Mental health care</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Mental+health+problems%2Fchallenges"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Mental health problems/challenges"><span class="intent_text">Mental health problems/challenges</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Perinatally+acquired+HIV"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Perinatally acquired HIV"><span class="intent_text">Perinatally acquired HIV</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Psychosocial+experiences"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Psychosocial experiences"><span class="intent_text">Psychosocial experiences</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Young+women"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Young women"><span class="intent_text">Young women</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IlF1YWxpdHkgaW4gQWdlaW5nIGFuZCBPbGRlciBBZHVsdHMiLCJkb2kiOiIxMC4xMTA4XC9RQU9BIiwiZHQiOiJqb3VybmFsIiwiaXNzbnAiOiIxNDcxLTc3OTQifSwiaW0iOnsidGl0bGUiOiJMaXZpbmcgaW4gYSBjYXJlIGhvbWUgZHVyaW5nIENPVklELTE5OiBhIGNhc2Ugc3R1ZHkgb2Ygb25lIHBlcnNvbiBsaXZpbmcgd2l0aCBkZW1lbnRpYSIsImRvaSI6IjEwLjExMDhcL1FBT0EtMDItMjAyMS0wMDI0IiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiIxNSBKdW5lIDIwMjEiLCJ5b3AiOjIwMjF9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL1FBT0EtMDItMjAyMS0wMDI0XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL1FBT0EtMDItMjAyMS0wMDI0XC9mdWxsXC9odG1sIiwiYWlkIjpbIjAwMDAxIl0sImFuYW1lIjpbIkd1ZXN0IFVzZXIiXSwiYW0iOiJyZWd1bGFyIiwidWEiOiJNb3ppbGxhXC80LjAgKGNvbXBhdGlibGU7IE1TSUUgNy4wOyBXaW5kb3dzIE5UIDYuMDsgU0xDQzE7IC5ORVQgQ0xSIDIuMC41MDcyNzsgLk5FVCBDTFIgMy4wLjA0NTA2OyAuTkVUIENMUiAzLjUuMjEwMjI7IC5ORVQgQ0xSIDEuMC4zNzA1OyAuTkVUIENMUiAxLjEuNDMyMikiLCJpcCI6IjguMjIyLjIwOC4xNDYiLCJzaWQiOiJlSGlLcHRrd0xudm5NV0d4d3JtM2x2YzRaeFpkVWRaVE1rajZNRmtoIiwicmVmZXJyZXIiOiIiLCJwaWQiOiIwOTU5YTZjNzE1MGM1ZTY0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" 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/QAOA-02-2021-0024"></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/QAOA-02-2021-0024/full/html" class="intent_link mr-1" title="View access options for Living in a care home during COVID-19: a case study of one person living with dementia." aria-label="View access options for Living in a care home during COVID-19: a case study of one person living with dementia."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">15 June 2021</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/QAOA-02-2021-0024/full/html" class="intent_link font-serif" title="Go to page for Living in a care home during COVID-19: a case study of one person living with dementia."> <span class="intent_title">Living in a care home during COVID-19: a case study of one person living with dementia</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Ian Davies-Abbott " title="Search for more content by contributor Ian Davies-Abbott." aria-label="Search for more content by contributor Ian Davies-Abbott." class="font-weight-light link-dark">Ian Davies-Abbott</a>, <a rel="nofollow" href="/insight/search?q=Catrin Hedd Jones " title="Search for more content by contributor Catrin Hedd Jones." aria-label="Search for more content by contributor Catrin Hedd Jones." class="font-weight-light link-dark"><mark>Catrin</mark> Hedd Jones</a> and <a rel="nofollow" href="/insight/search?q=Gill Windle " title="Search for more content by contributor Gill Windle." aria-label="Search for more content by contributor Gill Windle." class="font-weight-light link-dark">Gill Windle</a> </p> <p class="mt-2 medium"> This paper aims to understand the lived experience of a person living with dementia in a care home during the COVID-19 pandemic. It responds to the absence in research of the&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Living in a care home during COVID-19: a case study of one person living with dementia." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/QAOA-02-2021-0024/full/html" title="Go to HTML page for Living in a care home during COVID-19: a case study of one person living with dementia." aria-label="Go to HTML page for Living in a care home during COVID-19: a case study of one person living with dementia." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/QAOA-02-2021-0024/full/pdf?title=living-in-a-care-home-during-covid-19-a-case-study-of-one-person-living-with-dementia" title="Download PDF (134 KB) for Living in a care home during COVID-19: a case study of one person living with dementia." aria-label="Download PDF (134 KB) for Living in a care home during COVID-19: a case study of one person living with dementia" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (134 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/QAOA-02-2021-0024"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-2">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-2" title="This item has been downloaded 706 times since 2021." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 706 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/QAOA-02-2021-0024" publication-doi="10.1108/QAOA"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>This paper aims to understand the lived experience of a person living with dementia in a care home during the COVID-19 pandemic. It responds to the absence in research of the voices of people with dementia living in care homes during the pandemic.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>The paper adopts a single case study design applied thematic analysis to semi-structured interview data to discover the experiences of one person living with dementia in a care home during a period of lockdown.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Five themes reveal how the participant responded to the practical and emotional challenges of the pandemic: autonomy; fears; keeping connected; keeping safe and other people living with dementia. These themes highlight the participant’s ability to adapt, accept and dispute lockdown restrictions, revealing considerable insight into their situation.</p> </section> <h4 class="intent_sub_title mt-4">Research limitations/implications</h4> <section class="intent_sub_content"> <p>The pandemic has restricted access to care homes, which informed the single case study design. This approach to the research may restrict the generalisability of the findings. Other researchers are encouraged to include the voices of people with dementia living in care homes in further studies.</p> </section> <h4 class="intent_sub_title mt-4">Practical implications</h4> <section class="intent_sub_content"> <p>Implications for practice, presented in this paper, promote quality psychosocial approaches when health-care workers engage with people living with dementia during periods of restricted activity.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>Unlike other studies about the impact of the pandemic on care homes, this paper explores the experience of the pandemic in care homes from the perspective of a person living with dementia.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Quality in Ageing and Older Adults, <span class="d-inline-block">vol. 22 no. 3/4</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/QAOA-02-2021-0024" title="DOI: https://doi.org/10.1108/QAOA-02-2021-0024." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/QAOA-02-2021-0024</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1471-7794</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Dementia"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Dementia"><span class="intent_text">Dementia</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Lived+experience"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Lived experience"><span class="intent_text">Lived experience</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=COVID-19"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword COVID-19"><span class="intent_text">COVID-19</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Care+homes"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Care homes"><span class="intent_text">Care homes</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Case+study"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Case study"><span class="intent_text">Case study</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Thematic+analysis"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Thematic analysis"><span class="intent_text">Thematic analysis</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkpvdXJuYWwgb2YgQ29tbXVuaWNhdGlvbiBNYW5hZ2VtZW50IiwiZG9pIjoiMTAuMTEwOFwvSkNPTSIsImR0Ijoiam91cm5hbCIsImlzc25wIjoiMTM2My0yNTRYIn0sImltIjp7InRpdGxlIjoiR3Vlc3QgZWRpdG9yaWFsOiBDb21tdW5pY2F0aW9uIHJlc2VhcmNoIGFkdmFuY2luZyBzdXN0YWluYWJsZSBkZXZlbG9wbWVudCIsImRvaSI6IjEwLjExMDhcL0pDT00tMDItMjAyNC0xNjgiLCJkdCI6ImFydGljbGUiLCJzdHlwZSI6ImFydGljbGUiLCJwZGF0ZSI6IjE4IE1hcmNoIDIwMjQiLCJ5b3AiOjIwMjR9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL0pDT00tMDItMjAyNC0xNjhcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvSkNPTS0wMi0yMDI0LTE2OFwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiZUhpS3B0a3dMbnZuTVdHeHdybTNsdmM0WnhaZFVkWlRNa2o2TUZraCIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" 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/JCOM-02-2024-168"></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_available intent_access_indicator fas fa-check icon-x-small text-success pr-2" title="Available."></span> <span class="d-flex align-items-center"> Content available </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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">18 March 2024</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/JCOM-02-2024-168/full/html" class="intent_link font-serif" title="Go to page for Guest editorial: Communication research advancing sustainable development."> <span class="intent_title">Guest editorial: Communication research advancing sustainable development</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Catrin Johansson " title="Search for more content by contributor Catrin Johansson." aria-label="Search for more content by contributor Catrin Johansson." class="font-weight-light link-dark"><mark>Catrin</mark> Johansson</a>, <a rel="nofollow" href="/insight/search?q=Jody Jahn " title="Search for more content by contributor Jody Jahn." aria-label="Search for more content by contributor Jody Jahn." class="font-weight-light link-dark">Jody Jahn</a> and <a rel="nofollow" href="/insight/search?q=Wim Elving " title="Search for more content by contributor Wim Elving." aria-label="Search for more content by contributor Wim Elving." class="font-weight-light link-dark">Wim Elving</a> </p> <p class="mt-2 medium"> </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Guest editorial: Communication research advancing sustainable development." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/JCOM-02-2024-168/full/html" title="Go to HTML page for Guest editorial: Communication research advancing sustainable development." aria-label="Go to HTML page for Guest editorial: Communication research advancing sustainable development." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/JCOM-02-2024-168/full/pdf?title=guest-editorial-communication-research-advancing-sustainable-development" title="Download PDF (428 KB) for Guest editorial: Communication research advancing sustainable development." aria-label="Download PDF (428 KB) for Guest editorial: Communication research advancing sustainable development" target=&quot;_blank&quot; > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (428 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-3">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-3" title="This item has been downloaded 1358 times since 2024." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 1358 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/JCOM-02-2024-168" publication-doi="10.1108/JCOM"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 d-none"> <h3 class="intent_sub_title">Abstract</h3> <section class="intent_sub_content"> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-2" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Journal of Communication Management, <span class="d-inline-block">vol. 28 no. 1</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/JCOM-02-2024-168" title="DOI: https://doi.org/10.1108/JCOM-02-2024-168." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/JCOM-02-2024-168</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1363-254X</span> </div> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IlF1YWxpdHkgaW4gQWdlaW5nIGFuZCBPbGRlciBBZHVsdHMiLCJkb2kiOiIxMC4xMTA4XC9RQU9BIiwiZHQiOiJqb3VybmFsIiwiaXNzbnAiOiIxNDcxLTc3OTQifSwiaW0iOnsidGl0bGUiOiJJbnZvbHZpbmcgb2xkZXIgYWR1bHRzIGFuZCB1bnBhaWQgY2FyZXJzIGluIHRoZSByZXNlYXJjaCBjeWNsZTogcmVmbGVjdGlvbnMgb24gaW1wbGVtZW50aW5nIHRoZSBVSyBuYXRpb25hbCBzdGFuZGFyZHMgZm9yIHB1YmxpYyBpbnZvbHZlbWVudCBpbnRvIHByYWN0aWNlIiwiZG9pIjoiMTAuMTEwOFwvUUFPQS0wMy0yMDIzLTAwMTkiLCJkdCI6ImFydGljbGUiLCJzdHlwZSI6ImFydGljbGUiLCJwZGF0ZSI6IjI2IERlY2VtYmVyIDIwMjMiLCJ5b3AiOjIwMjN9LCJ0eXBlIjoiaWkiLCJhdCI6Ik9BX2dvbGQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL1FBT0EtMDMtMjAyMy0wMDE5XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL1FBT0EtMDMtMjAyMy0wMDE5XC9mdWxsXC9odG1sIiwiYWlkIjpbIjAwMDAxIl0sImFuYW1lIjpbIkd1ZXN0IFVzZXIiXSwiYW0iOiJyZWd1bGFyIiwidWEiOiJNb3ppbGxhXC80LjAgKGNvbXBhdGlibGU7IE1TSUUgNy4wOyBXaW5kb3dzIE5UIDYuMDsgU0xDQzE7IC5ORVQgQ0xSIDIuMC41MDcyNzsgLk5FVCBDTFIgMy4wLjA0NTA2OyAuTkVUIENMUiAzLjUuMjEwMjI7IC5ORVQgQ0xSIDEuMC4zNzA1OyAuTkVUIENMUiAxLjEuNDMyMikiLCJpcCI6IjguMjIyLjIwOC4xNDYiLCJzaWQiOiJlSGlLcHRrd0xudm5NV0d4d3JtM2x2YzRaeFpkVWRaVE1rajZNRmtoIiwicmVmZXJyZXIiOiIiLCJwaWQiOiIwOTU5YTZjNzE1MGM1ZTY0IiwicGxuYW1lIjoiRW1lcmFsZCBQdWJsaXNoaW5nIExpbWl0ZWQifQ==" 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/QAOA-03-2023-0019"></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_available intent_access_indicator fas fa-check icon-x-small text-success pr-2" title="Available."></span> <span class="d-flex align-items-center"> <span role="img" aria-hidden="true" class="intent_open_access fas open-access-icon mr-1" title="Open Access."></span> Open Access </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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">26 December 2023</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/QAOA-03-2023-0019/full/html" class="intent_link font-serif" title="Go to page for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice."> <span class="intent_title">Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Catrin Hedd Jones " title="Search for more content by contributor Catrin Hedd Jones." aria-label="Search for more content by contributor Catrin Hedd Jones." class="font-weight-light link-dark"><mark>Catrin</mark> Hedd Jones</a>, <a rel="nofollow" href="/insight/search?q=Diane Seddon " title="Search for more content by contributor Diane Seddon." aria-label="Search for more content by contributor Diane Seddon." class="font-weight-light link-dark">Diane Seddon</a>, <a rel="nofollow" href="/insight/search?q=Katherine Algar-Skaife " title="Search for more content by contributor Katherine Algar-Skaife." aria-label="Search for more content by contributor Katherine Algar-Skaife." class="font-weight-light link-dark">Katherine Algar-Skaife</a>, <a rel="nofollow" href="/insight/search?q=Carol Maddock " title="Search for more content by contributor Carol Maddock." aria-label="Search for more content by contributor Carol Maddock." class="font-weight-light link-dark">Carol Maddock</a> and <a rel="nofollow" href="/insight/search?q=Stephanie Green " title="Search for more content by contributor Stephanie Green." aria-label="Search for more content by contributor Stephanie Green." class="font-weight-light link-dark">Stephanie Green</a> </p> <p class="mt-2 medium"> This paper aims to share how the Centre for Ageing and Dementia Research co-designs research within a national programme of work to improve the lives of older adults and those&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/QAOA-03-2023-0019/full/html" title="Go to HTML page for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice." aria-label="Go to HTML page for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/QAOA-03-2023-0019/full/pdf?title=involving-older-adults-and-unpaid-carers-in-the-research-cycle-reflections-on-implementing-the-uk-national-standards-for-public-involvement-into-practice" title="Download PDF (143 KB) for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice." aria-label="Download PDF (143 KB) for Involving older adults and unpaid carers in the research cycle: reflections on implementing the UK national standards for public involvement into practice" target=&quot;_blank&quot; > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (143 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-4">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-4" title="This item has been downloaded 2669 times since 2023." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 2669 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/QAOA-03-2023-0019" publication-doi="10.1108/QAOA"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>This paper aims to share how the Centre for Ageing and Dementia Research co-designs research within a national programme of work to improve the lives of older adults and those affected by dementia. Through examples of this work, the authors identify the barriers and enablers to participatory approaches and lessons to inform future involvement activities.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>This study reflects on implementing the UK National Standards for Public Involvement into practice. Of international relevance, the observations span the research process from research prioritisation and design to research implementation and knowledge exchange.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>This study demonstrates the importance of using a relational approach, working toward a common purpose and engaging in meaningful dialogue. Only through offering choice and flexibility and actively learning from one another can co-design lead to synergistic relationships that benefit everyone.</p> </section> <h4 class="intent_sub_title mt-4">Research limitations/implications</h4> <section class="intent_sub_content"> <p>Key implications for researchers engaged in patient and public involvement are be receptive to other people’s views and acknowledge expertise of those with lived experience alongside those with academic expertise. Training, resources and time are required to effectively support involvement and meaningful relationships. A nominated contact person enables trust and mutual understanding to develop. This is an ongoing collective learning experience that should be embedded throughout the entire research process.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>This paper demonstrates how the standards are implemented with people who are often excluded from research to influence a national programme of work.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Quality in Ageing and Older Adults, <span class="d-inline-block">vol. 25 no. 1</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/QAOA-03-2023-0019" title="DOI: https://doi.org/10.1108/QAOA-03-2023-0019." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/QAOA-03-2023-0019</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1471-7794</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Dementia"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Dementia"><span class="intent_text">Dementia</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Carers"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Carers"><span class="intent_text">Carers</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Public+involvement"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Public involvement"><span class="intent_text">Public involvement</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Research"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Research"><span class="intent_text">Research</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Standards"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Standards"><span class="intent_text">Standards</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Older+adults"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Older adults"><span class="intent_text">Older adults</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IllvdW5nIENvbnN1bWVycyIsImRvaSI6IjEwLjExMDhcL1lDIiwiZHQiOiJqb3VybmFsIiwiaXNzbnAiOiIxNzQ3LTM2MTYifSwiaW0iOnsidGl0bGUiOiJZb3VuZyBHZXJtYW4gY29uc3VtZXJzXHUyMDE5IHBlcnNwZWN0aXZlcyBvZiByZW50YWwgZmFzaGlvbiBwbGF0Zm9ybXMiLCJkb2kiOiIxMC4xMTA4XC9ZQy0wNi0yMDIyLTE1NDMiLCJkdCI6ImFydGljbGUiLCJzdHlwZSI6ImFydGljbGUiLCJwZGF0ZSI6IjI4IE1hcmNoIDIwMjMiLCJ5b3AiOjIwMjN9LCJ0eXBlIjoiaWkiLCJhdCI6ImNvbnRyb2xsZWQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVtZXJhbGQuY29tXC9pbnNpZ2h0XC9jb250ZW50XC9kb2lcLzEwLjExMDhcL1lDLTA2LTIwMjItMTU0M1wvZnVsbFwvaHRtbCIsInVyaSI6IlwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9ZQy0wNi0yMDIyLTE1NDNcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6ImVIaUtwdGt3TG52bk1XR3h3cm0zbHZjNFp4WmRVZFpUTWtqNk1Ga2giLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbG5hbWUiOiJFbWVyYWxkIFB1Ymxpc2hpbmcgTGltaXRlZCJ9" 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/YC-06-2022-1543"></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/YC-06-2022-1543/full/html" class="intent_link mr-1" title="View access options for Young German consumers’ perspectives of rental fashion platforms." aria-label="View access options for Young German consumers’ perspectives of rental fashion platforms."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">28 March 2023</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/YC-06-2022-1543/full/html" class="intent_link font-serif" title="Go to page for Young German consumers’ perspectives of rental fashion platforms."> <span class="intent_title">Young German consumers&#x2019; perspectives of rental fashion platforms</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Catrin Westerberg " title="Search for more content by contributor Catrin Westerberg." aria-label="Search for more content by contributor Catrin Westerberg." class="font-weight-light link-dark"><mark>Catrin</mark> Westerberg</a> and <a rel="nofollow" href="/insight/search?q=Luis F. Martinez " title="Search for more content by contributor Luis F. Martinez." aria-label="Search for more content by contributor Luis F. Martinez." class="font-weight-light link-dark">Luis F. Martinez</a> </p> <p class="mt-2 medium"> This study aims to explore young German consumer perspectives of rental fashion platforms by studying their perceived benefits, potential barriers as well as preferred clothing&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Young German consumers’ perspectives of rental fashion platforms." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/YC-06-2022-1543/full/html" title="Go to HTML page for Young German consumers’ perspectives of rental fashion platforms." aria-label="Go to HTML page for Young German consumers’ perspectives of rental fashion platforms." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/YC-06-2022-1543/full/pdf?title=young-german-consumers-perspectives-of-rental-fashion-platforms" title="Download PDF (350 KB) for Young German consumers’ perspectives of rental fashion platforms." aria-label="Download PDF (350 KB) for Young German consumers’ perspectives of rental fashion platforms" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (350 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/YC-06-2022-1543"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-5">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-5" title="This item has been downloaded 919 times since 2023." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 919 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/YC-06-2022-1543" publication-doi="10.1108/YC"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>This study aims to explore young German consumer perspectives of rental fashion platforms by studying their perceived benefits, potential barriers as well as preferred clothing categories to rent from. This “new” kind of shopping has not yet found great success among young German adults, although there is a substantial margin of growth for this generation.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>This qualitative study was conducted through 24 in-depth semi-structured interviews with young female and male German consumers out of Gen Y and Z. The analysis of the data was supported by the software NVivo.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Results indicate that young German consumers value renting clothes for occasions, to frequently change up their wardrobe, out of sustainability aspects and because of efficiency and convenience reasons. However, an entry barrier to the use of rental platforms still persists through a lack of awareness and information, as well as price and high demand issues.</p> </section> <h4 class="intent_sub_title mt-4">Research limitations/implications</h4> <section class="intent_sub_content"> <p>As the interview’s focus group was set to young German consumers, a generalization of the findings to consumers from other countries or out of other generations might be limited.</p> </section> <h4 class="intent_sub_title mt-4">Practical implications</h4> <section class="intent_sub_content"> <p>Managers first need to lower the currently existing entry barrier that prevents many consumers from renting fashion online by raising their awareness and providing them with sufficient information about the platform’s processes as well as their terms and conditions.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>This research intends to better understand young German consumers’ attitude toward rental fashion platforms and why renting fashion has not yet achieved more success among them.The results first give managers helpful insights for implementing successful marketing strategies by focusing on spreading awareness among young German adults to stem current entry barriers. Second, these results serve as a basis for future quantitative research that deepens the understanding of the correlation of current findings with other variables (e.g. age, the importance of material possessions in consumers’ lives).</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Young Consumers, <span class="d-inline-block">vol. 24 no. 3</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/YC-06-2022-1543" title="DOI: https://doi.org/10.1108/YC-06-2022-1543." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/YC-06-2022-1543</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1747-3616</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Qualitative+methods"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Qualitative methods"><span class="intent_text">Qualitative methods</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Consumer+perceptions"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Consumer perceptions"><span class="intent_text">Consumer perceptions</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Online+media"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Online media"><span class="intent_text">Online media</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Other+media+and+children"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Other media and children"><span class="intent_text">Other media and children</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Sharing+economy"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Sharing economy"><span class="intent_text">Sharing economy</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Rental+fashion+platforms"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Rental fashion platforms"><span class="intent_text">Rental fashion platforms</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkxlYWRlcnNoaXAgJiBPcmdhbml6YXRpb24gRGV2ZWxvcG1lbnQgSm91cm5hbCIsImRvaSI6IjEwLjExMDhcL0xPREoiLCJkdCI6ImpvdXJuYWwiLCJpc3NucCI6IjAxNDMtNzczOSJ9LCJpbSI6eyJ0aXRsZSI6IlRyYW5zZm9ybWF0aW9uYWwgbGVhZGVyc2hpcCBhbmQgY29tbXVuaWNhdGlvbjogRXZhbHVhdGlvbiBvZiBhIHR3by1kYXkgbGVhZGVyc2hpcCBkZXZlbG9wbWVudCBwcm9ncmFtIiwiZG9pIjoiMTAuMTEwOFwvTE9ESi0wMi0yMDE5LTAwOTciLCJkdCI6ImFydGljbGUiLCJzdHlwZSI6ImFydGljbGUiLCJwZGF0ZSI6IjE1IEphbnVhcnkgMjAyMCIsInlvcCI6MjAyMH0sInR5cGUiOiJpaSIsImF0IjoiY29udHJvbGxlZCIsInVybCI6Imh0dHBzOlwvXC93d3cuZW1lcmFsZC5jb21cL2luc2lnaHRcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvTE9ESi0wMi0yMDE5LTAwOTdcL2Z1bGxcL2h0bWwiLCJ1cmkiOiJcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvTE9ESi0wMi0yMDE5LTAwOTdcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6ImVIaUtwdGt3TG52bk1XR3h3cm0zbHZjNFp4WmRVZFpUTWtqNk1Ga2giLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbG5hbWUiOiJFbWVyYWxkIFB1Ymxpc2hpbmcgTGltaXRlZCJ9" 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/LODJ-02-2019-0097"></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/LODJ-02-2019-0097/full/html" class="intent_link mr-1" title="View access options for Transformational leadership and communication: Evaluation of a two-day leadership development program." aria-label="View access options for Transformational leadership and communication: Evaluation of a two-day leadership development program."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">15 January 2020</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/LODJ-02-2019-0097/full/html" class="intent_link font-serif" title="Go to page for Transformational leadership and communication: Evaluation of a two-day leadership development program."> <span class="intent_title">Transformational leadership and communication: Evaluation of a two-day leadership development program</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Carina Cohrs " title="Search for more content by contributor Carina Cohrs." aria-label="Search for more content by contributor Carina Cohrs." class="font-weight-light link-dark">Carina Cohrs</a>, <a rel="nofollow" href="/insight/search?q=Kai C. Bormann " title="Search for more content by contributor Kai C. Bormann." aria-label="Search for more content by contributor Kai C. Bormann." class="font-weight-light link-dark">Kai C. Bormann</a>, <a rel="nofollow" href="/insight/search?q=Mathias Diebig " title="Search for more content by contributor Mathias Diebig." aria-label="Search for more content by contributor Mathias Diebig." class="font-weight-light link-dark">Mathias Diebig</a>, <a rel="nofollow" href="/insight/search?q=Catrin Millhoff " title="Search for more content by contributor Catrin Millhoff." aria-label="Search for more content by contributor Catrin Millhoff." class="font-weight-light link-dark"><mark>Catrin</mark> Millhoff</a>, <a rel="nofollow" href="/insight/search?q=Katharina Pachocki " title="Search for more content by contributor Katharina Pachocki." aria-label="Search for more content by contributor Katharina Pachocki." class="font-weight-light link-dark">Katharina Pachocki</a> and <a rel="nofollow" href="/insight/search?q=Jens Rowold " title="Search for more content by contributor Jens Rowold." aria-label="Search for more content by contributor Jens Rowold." class="font-weight-light link-dark">Jens Rowold</a> </p> <p class="mt-2 medium"> The purpose of this paper is to develop and evaluate a leadership development program with focus on transformational leadership and communication. It is explored whether these&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Transformational leadership and communication: Evaluation of a two-day leadership development program." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/LODJ-02-2019-0097/full/html" title="Go to HTML page for Transformational leadership and communication: Evaluation of a two-day leadership development program." aria-label="Go to HTML page for Transformational leadership and communication: Evaluation of a two-day leadership development program." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/LODJ-02-2019-0097/full/pdf?title=transformational-leadership-and-communication-evaluation-of-a-two-day-leadership-development-program" title="Download PDF (189 KB) for Transformational leadership and communication: Evaluation of a two-day leadership development program." aria-label="Download PDF (189 KB) for Transformational leadership and communication: Evaluation of a two-day leadership development program" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (189 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/LODJ-02-2019-0097"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-6">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-6" title="This item has been downloaded 8923 times since 2020." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 8923 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/LODJ-02-2019-0097" publication-doi="10.1108/LODJ"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>The purpose of this paper is to develop and evaluate a leadership development program with focus on transformational leadership and communication. It is explored whether these aspects of leadership can be trained in the course of a two-day intervention. Furthermore, it is tested if pre-training differences among leaders have an influence on the effectiveness of participating in the leadership intervention.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>In the study, 38 leaders took part in the two-day training session. The control group consisted of 59 leaders. Information was collected from participating leaders’ followers (<em>n</em>=356) on pre- and post-training measures of transformational leadership as well as on communication skills (attentive and impression-leaving style).</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Results show that transformational leadership behaviors improved more after training in the experimental group (EG) than they did in the control group. Also, ratings of the attentive communication style improved more in the EG compared to the control group. Furthermore, participants of the leadership development program benefitted to different degrees from their training. Participants who initially had a medium score showed the best improvement.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>The present study advances the scope of leadership development by also considering the trainability of communication skills. Also, insights on the contingency of training effects are provided.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Leadership & Organization Development Journal, <span class="d-inline-block">vol. 41 no. 1</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/LODJ-02-2019-0097" title="DOI: https://doi.org/10.1108/LODJ-02-2019-0097." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/LODJ-02-2019-0097</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">0143-7739</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Transformational+leadership"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Transformational leadership"><span class="intent_text">Transformational leadership</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Training"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Training"><span class="intent_text">Training</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Leadership+development"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Leadership development"><span class="intent_text">Leadership development</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Communication"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Communication"><span class="intent_text">Communication</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkludGVybmF0aW9uYWwgSm91cm5hbCBvZiBXb3JrcGxhY2UgSGVhbHRoIE1hbmFnZW1lbnQiLCJkb2kiOiIxMC4xMTA4XC9JSldITSIsImR0Ijoiam91cm5hbCIsImlzc25wIjoiMTc1My04MzUxIn0sImltIjp7InRpdGxlIjoiRW1wbG95ZWUgcGVyY2VwdGlvbnMgb2YgYSB3b3JrcGxhY2UgSElWIHRlc3RpbmcgaW50ZXJ2ZW50aW9uIiwiZG9pIjoiMTAuMTEwOFwvSUpXSE0tMDMtMjAxOC0wMDMwIiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiI4IE9jdG9iZXIgMjAxOCIsInlvcCI6MjAxOH0sInR5cGUiOiJpaSIsImF0IjoiY29udHJvbGxlZCIsInVybCI6Imh0dHBzOlwvXC93d3cuZW1lcmFsZC5jb21cL2luc2lnaHRcL2NvbnRlbnRcL2RvaVwvMTAuMTEwOFwvSUpXSE0tMDMtMjAxOC0wMDMwXC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjExMDhcL0lKV0hNLTAzLTIwMTgtMDAzMFwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiZUhpS3B0a3dMbnZuTVdHeHdybTNsdmM0WnhaZFVkWlRNa2o2TUZraCIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" 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/IJWHM-03-2018-0030"></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/IJWHM-03-2018-0030/full/html" class="intent_link mr-1" title="View access options for Employee perceptions of a workplace HIV testing intervention." aria-label="View access options for Employee perceptions of a workplace HIV testing intervention."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">8 October 2018</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/IJWHM-03-2018-0030/full/html" class="intent_link font-serif" title="Go to page for Employee perceptions of a workplace HIV testing intervention."> <span class="intent_title">Employee perceptions of a workplace HIV testing intervention</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Holly Blake " title="Search for more content by contributor Holly Blake." aria-label="Search for more content by contributor Holly Blake." class="font-weight-light link-dark">Holly Blake</a>, <a rel="nofollow" href="/insight/search?q=Basharat Hussain " title="Search for more content by contributor Basharat Hussain." aria-label="Search for more content by contributor Basharat Hussain." class="font-weight-light link-dark">Basharat Hussain</a>, <a rel="nofollow" href="/insight/search?q=Jenny Hand " title="Search for more content by contributor Jenny Hand." aria-label="Search for more content by contributor Jenny Hand." class="font-weight-light link-dark">Jenny Hand</a>, <a rel="nofollow" href="/insight/search?q=David Rowlands " title="Search for more content by contributor David Rowlands." aria-label="Search for more content by contributor David Rowlands." class="font-weight-light link-dark">David Rowlands</a>, <a rel="nofollow" href="/insight/search?q=Amdani Juma " title="Search for more content by contributor Amdani Juma." aria-label="Search for more content by contributor Amdani Juma." class="font-weight-light link-dark">Amdani Juma</a> and <a rel="nofollow" href="/insight/search?q=Catrin Evans " title="Search for more content by contributor Catrin Evans." aria-label="Search for more content by contributor Catrin Evans." class="font-weight-light link-dark"><mark>Catrin</mark> Evans</a> </p> <p class="mt-2 medium"> There is a need to increase access to HIV testing in the UK in male migrant communities. The purpose of this paper is to assess the uptake and acceptability of a workplace HIV&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Employee perceptions of a workplace HIV testing intervention." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/IJWHM-03-2018-0030/full/html" title="Go to HTML page for Employee perceptions of a workplace HIV testing intervention." aria-label="Go to HTML page for Employee perceptions of a workplace HIV testing intervention." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/IJWHM-03-2018-0030/full/pdf?title=employee-perceptions-of-a-workplace-hiv-testing-intervention" title="Download PDF (246 KB) for Employee perceptions of a workplace HIV testing intervention." aria-label="Download PDF (246 KB) for Employee perceptions of a workplace HIV testing intervention" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (246 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/IJWHM-03-2018-0030"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-7">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-7" title="This item has been downloaded 179 times since 2018." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 179 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/IJWHM-03-2018-0030" publication-doi="10.1108/IJWHM"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>There is a need to increase access to HIV testing in the UK in male migrant communities. The purpose of this paper is to assess the uptake and acceptability of a workplace HIV testing intervention aimed at increasing access to testing in non-clinical settings.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>A total of 20 health check events were delivered at 11 UK organisations employing male migrant workers. Intervention included HIV testing, cholesterol, BMI, blood glucose, blood pressure; tailored health advice; take-away resources; optional post-event text reminders about HIV and general health. Mixed-methods evaluation included exit questionnaires (<em>n</em>=771), follow-up text messages (<em>n</em>=465) and qualitative interviews (<em>n</em>=35) to assess event acceptability. Qualitative data were analysed thematically.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Attendees were 776 employees from 50 countries (51 per cent male; 30 per cent migrant workers). A total of 52 per cent of attendees undertook an HIV test (75 per cent were first-time testers). In total, 96 per cent considered HIV testing to be an acceptable element of workplace health checks; 79 per cent reported new health-related knowledge; 60 per cent of attendees opted for follow-up text messaging; 26 per cent of text respondents reported independently taking HIV test post-event. High acceptability and uptake of HIV testing was associated with convenience, opportunity taking (through removal of deliberation and intentional test-seeking), and normalisation of HIV testing within a general health check.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>This study is the first to demonstrate that opt-in HIV testing can be successfully delivered in the workplace within a multi-component health check. The workplace is an effective means of increasing access to HIV testing in groups at risk for HIV, including male migrant workers.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">International Journal of Workplace Health Management, <span class="d-inline-block">vol. 11 no. 5</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/IJWHM-03-2018-0030" title="DOI: https://doi.org/10.1108/IJWHM-03-2018-0030." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/IJWHM-03-2018-0030</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1753-8351</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Workplace"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Workplace"><span class="intent_text">Workplace</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Health+checks"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Health checks"><span class="intent_text">Health checks</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Health+innovation"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Health innovation"><span class="intent_text">Health innovation</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=HIV+testing"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword HIV testing"><span class="intent_text">HIV testing</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Immigrants+and+health"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Immigrants and health"><span class="intent_text">Immigrants and health</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkNvcnBvcmF0ZSBDb21tdW5pY2F0aW9uczogQW4gSW50ZXJuYXRpb25hbCBKb3VybmFsIiwiZG9pIjoiMTAuMTEwOFwvQ0NJSiIsImR0Ijoiam91cm5hbCIsImlzc25wIjoiMTM1Ni0zMjg5In0sImltIjp7InRpdGxlIjoiVGhlIGNvbW11bmljYXRpdmUgY29uc3RpdHV0aW9uIG9mIGFkYXB0aXZlIGNhcGFjaXR5IGR1cmluZyBTd2VkZW5cdTIwMTlzIFZcdTAwZTRzdG1hbmxhbmQgd2lsZGZpcmUiLCJkb2kiOiIxMC4xMTA4XC9DQ0lKLTA0LTIwMTctMDAzMSIsImR0IjoiYXJ0aWNsZSIsInN0eXBlIjoiYXJ0aWNsZSIsInBkYXRlIjoiMyBBcHJpbCAyMDE4IiwieW9wIjoyMDE4fSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9DQ0lKLTA0LTIwMTctMDAzMVwvZnVsbFwvaHRtbCIsInVyaSI6IlwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9DQ0lKLTA0LTIwMTctMDAzMVwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiZUhpS3B0a3dMbnZuTVdHeHdybTNsdmM0WnhaZFVkWlRNa2o2TUZraCIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" 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/CCIJ-04-2017-0031"></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/CCIJ-04-2017-0031/full/html" class="intent_link mr-1" title="View access options for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire." aria-label="View access options for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">3 April 2018</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/CCIJ-04-2017-0031/full/html" class="intent_link font-serif" title="Go to page for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire."> <span class="intent_title">The communicative constitution of adaptive capacity during Sweden&#x2019;s V&#xE4;stmanland wildfire</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Jody L.S. Jahn " title="Search for more content by contributor Jody L.S. Jahn." aria-label="Search for more content by contributor Jody L.S. Jahn." class="font-weight-light link-dark">Jody L.S. Jahn</a> and <a rel="nofollow" href="/insight/search?q=Catrin Johansson " title="Search for more content by contributor Catrin Johansson." aria-label="Search for more content by contributor Catrin Johansson." class="font-weight-light link-dark"><mark>Catrin</mark> Johansson</a> </p> <p class="mt-2 medium"> The purpose of this paper is to explain how adaptive capacity is accomplished through communication processes and can contribute to enhancing disaster resilience. The authors&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/CCIJ-04-2017-0031/full/html" title="Go to HTML page for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire." aria-label="Go to HTML page for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/CCIJ-04-2017-0031/full/pdf?title=the-communicative-constitution-of-adaptive-capacity-during-swedens-vastmanland-wildfire" title="Download PDF (185 KB) for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire." aria-label="Download PDF (185 KB) for The communicative constitution of adaptive capacity during Sweden’s Västmanland wildfire" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (185 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/CCIJ-04-2017-0031"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-8">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-8" title="This item has been downloaded 628 times since 2018." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 628 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.1108/CCIJ-04-2017-0031" publication-doi="10.1108/CCIJ"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <h4 class="intent_sub_title mt-4">Purpose</h4> <section class="intent_sub_content"> <p>The purpose of this paper is to explain how adaptive capacity is accomplished through communication processes and can contribute to enhancing disaster resilience. The authors adopt a structurational “four flows” explanation of communication processes.</p> </section> <h4 class="intent_sub_title mt-4">Design/methodology/approach</h4> <section class="intent_sub_content"> <p>The authors observed and analyzed discourse in meetings of a crisis communication network consisting of representatives of municipalities and public authorities involved in crisis communication management during the Västmanland wildfire in Sweden.</p> </section> <h4 class="intent_sub_title mt-4">Findings</h4> <section class="intent_sub_content"> <p>Adaptive capacity during the wildfire was principally accomplished through the structurational communication processes or “flows” of self-structuring, activity coordination, and institutional positioning. These flows intersected demonstrating how communication accomplishes the development of a responsive affiliation, organizes stabilizing structuring practices, and enables adaptive structuring practices.</p> </section> <h4 class="intent_sub_title mt-4">Research limitations/implications</h4> <section class="intent_sub_content"> <p>The main contribution of this study is a communicative explanation for adaptive capacity, which draws from a structurational model of constitutive communication, and lends further understanding to improvisation during disasters.</p> </section> <h4 class="intent_sub_title mt-4">Practical implications</h4> <section class="intent_sub_content"> <p>The authors discuss the findings in relation to improvisation, suggesting how the findings can inform future coordinated crisis communication for the public and news media. The recommendations address how practitioners might build a responsive affiliation, use minimal structures (e.g. communication practices), and maintain flexibility by introducing group reflexivity behaviors.</p> </section> <h4 class="intent_sub_title mt-4">Originality/value</h4> <section class="intent_sub_content"> <p>The authors provide new theoretical and empirical knowledge of the communicative constitution of adaptive capacity during a disaster.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Corporate Communications: An International Journal, <span class="d-inline-block">vol. 23 no. 2</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/CCIJ-04-2017-0031" title="DOI: https://doi.org/10.1108/CCIJ-04-2017-0031." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/CCIJ-04-2017-0031</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1356-3289</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Resilience"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Resilience"><span class="intent_text">Resilience</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Adaptive+capacity"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Adaptive capacity"><span class="intent_text">Adaptive capacity</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Communicative+constitution+of+organization"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Communicative constitution of organization"><span class="intent_text">Communicative constitution of organization</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Four+flows+CCO"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Four flows CCO"><span class="intent_text">Four flows CCO</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IkpvdXJuYWwgb2YgQXNzaXN0aXZlIFRlY2hub2xvZ2llcyIsImRvaSI6IjEwLjExMDhcL2phdCIsImR0Ijoiam91cm5hbCIsImlzc25wIjoiMTc1NC05NDUwIn0sImltIjp7InRpdGxlIjoiVGVsZWNhcmUgdG8gc3VwcG9ydCByZWFibGVtZW50IGluIGRlbGF5aW5nIGEgbmVlZCBmb3IgbG9uZ1x1MjAxMHRlcm0gaG9tZWNhcmUiLCJkb2kiOiIxMC41MDQyXC9qYXQuMjAxMC4wNDk0IiwiZHQiOiJhcnRpY2xlIiwic3R5cGUiOiJhcnRpY2xlIiwicGRhdGUiOiI3IFNlcHRlbWJlciAyMDEwIiwieW9wIjoyMDEwfSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC41MDQyXC9qYXQuMjAxMC4wNDk0XC9mdWxsXC9odG1sIiwidXJpIjoiXC9jb250ZW50XC9kb2lcLzEwLjUwNDJcL2phdC4yMDEwLjA0OTRcL2Z1bGxcL2h0bWwiLCJhaWQiOlsiMDAwMDEiXSwiYW5hbWUiOlsiR3Vlc3QgVXNlciJdLCJhbSI6InJlZ3VsYXIiLCJ1YSI6Ik1vemlsbGFcLzQuMCAoY29tcGF0aWJsZTsgTVNJRSA3LjA7IFdpbmRvd3MgTlQgNi4wOyBTTENDMTsgLk5FVCBDTFIgMi4wLjUwNzI3OyAuTkVUIENMUiAzLjAuMDQ1MDY7IC5ORVQgQ0xSIDMuNS4yMTAyMjsgLk5FVCBDTFIgMS4wLjM3MDU7IC5ORVQgQ0xSIDEuMS40MzIyKSIsImlwIjoiOC4yMjIuMjA4LjE0NiIsInNpZCI6ImVIaUtwdGt3TG52bk1XR3h3cm0zbHZjNFp4WmRVZFpUTWtqNk1Ga2giLCJyZWZlcnJlciI6IiIsInBpZCI6IjA5NTlhNmM3MTUwYzVlNjQiLCJwbG5hbWUiOiJFbWVyYWxkIFB1Ymxpc2hpbmcgTGltaXRlZCJ9" 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.5042/jat.2010.0494"></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.5042/jat.2010.0494/full/html" class="intent_link mr-1" title="View access options for Telecare to support reablement in delaying a need for long‐term homecare." aria-label="View access options for Telecare to support reablement in delaying a need for long‐term homecare."> 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"> Article </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">7 September 2010</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.5042/jat.2010.0494/full/html" class="intent_link font-serif" title="Go to page for Telecare to support reablement in delaying a need for long‐term homecare."> <span class="intent_title">Telecare to support reablement in delaying a need for long&#x2010;term homecare</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Julia Champion " title="Search for more content by contributor Julia Champion." aria-label="Search for more content by contributor Julia Champion." class="font-weight-light link-dark">Julia Champion</a> </p> <p class="mt-2 medium"> It is now accepted that a course of personalised, well‐planned support services for up to six weeks can prevent or delay the need for an older person to receive long‐term homecare&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Telecare to support reablement in delaying a need for long‐term homecare." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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.5042/jat.2010.0494/full/html" title="Go to HTML page for Telecare to support reablement in delaying a need for long‐term homecare." aria-label="Go to HTML page for Telecare to support reablement in delaying a need for long‐term homecare." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.5042/jat.2010.0494/full/pdf?title=telecare-to-support-reablement-in-delaying-a-need-for-longterm-homecare" title="Download PDF (165 KB) for Telecare to support reablement in delaying a need for long‐term homecare." aria-label="Download PDF (165 KB) for Telecare to support reablement in delaying a need for long‐term homecare" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (165 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.5042/jat.2010.0494"> </rights-link-button> </div> </div> <div class="d-flex"> <div> <div class="d-flex flex-column align-items-center pr-3"> <label class="mini-caps" id="downloadCountLabel-9">Downloads</label> <div class="text-primary pt-2 d-flex align-items-center intent_download_counts_badge" aria-labelledby="downloadCountLabel-9" title="This item has been downloaded 145 times since 2010." data-toggle="tooltip" data-placement="right" tabindex="0"> <span class="fal fa-file-download fa-2x px-1"></span> <span class="intent_download_count small flex-grow-1 text-center"> 145 </span> </div> </div> </div> <div class="altmetric-mount"> <altmetric-badge root="/insight/" content-doi="10.5042/jat.2010.0494" publication-doi="10.1108/jat"> </altmetric-badge> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <section class="intent_sub_content"> <p>It is now accepted that a course of personalised, well‐planned support services for up to six weeks can prevent or delay the need for an older person to receive long‐term homecare and other labour‐intensive community services. Telecare can play an important role in managing the risks, both during the reablement period, and in the months following service delivery, irrespective of whether the individual needs long‐term homecare. This paper describes an innovative approach to provision that has been adopted in the Vale of Glamorgan, in which the service has been designed and is delivered by the Reablement Team. It is planned to expand the number of people being offered the service in the future by stratifying them using a new algorithm, and then support them subsequently with a pro‐active telephone calling service called <span class="mark">CATRIN</span>.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Journal of Assistive Technologies, <span class="d-inline-block">vol. 4 no. 3</span></span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Research Article</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.5042/jat.2010.0494" title="DOI: https://doi.org/10.5042/jat.2010.0494." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.5042/jat.2010.0494</span></a> </div> <div class="mb-1"> <abbr class="intent_label_issn font-weight-light" title="International Standard Serial Number.">ISSN</abbr>: <span class="item_issn font-weight-bold">1754-9450</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Reablement"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Reablement"><span class="intent_text">Reablement</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Telecare"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Telecare"><span class="intent_text">Telecare</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Homecare"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Homecare"><span class="intent_text">Homecare</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Proactive+calling"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Proactive calling"><span class="intent_text">Proactive calling</span></a></li> </ul> </section> </p> </div> </div> </div> </search-item> <search-item metadata="eyJ0bSI6eyJ0aXRsZSI6IlJlc2VhcmNoIGluIENvbnN1bWVyIEJlaGF2aW9yIiwiZG9pIjoiMTAuMTEwOFwvUzA4ODUtMjExMSgyMDEyKTE0IiwiZHQiOiJib29rIiwiaXNibiI6Ijk3OC0xLTc4MTkwLTAyMi0yIn0sImltIjp7InRpdGxlIjoiQXR0YWNobWVudCB0byBEaWdpdGFsIFZpcnR1YWwgUG9zc2Vzc2lvbnMgaW4gVmlkZW9nYW1lcyIsImRvaSI6IjEwLjExMDhcL1MwODg1LTIxMTEoMjAxMikwMDAwMDE0MDEyIiwiZHQiOiJzZWdtZW50Iiwic3R5cGUiOiJjaGFwdGVyIiwicGRhdGUiOiIyMiBOb3ZlbWJlciAyMDEyIiwieW9wIjoyMDEyfSwidHlwZSI6ImlpIiwiYXQiOiJjb250cm9sbGVkIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5lbWVyYWxkLmNvbVwvaW5zaWdodFwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9TMDg4NS0yMTExKDIwMTIpMDAwMDAxNDAxMlwvZnVsbFwvaHRtbCIsInVyaSI6IlwvY29udGVudFwvZG9pXC8xMC4xMTA4XC9TMDg4NS0yMTExKDIwMTIpMDAwMDAxNDAxMlwvZnVsbFwvaHRtbCIsImFpZCI6WyIwMDAwMSJdLCJhbmFtZSI6WyJHdWVzdCBVc2VyIl0sImFtIjoicmVndWxhciIsInVhIjoiTW96aWxsYVwvNC4wIChjb21wYXRpYmxlOyBNU0lFIDcuMDsgV2luZG93cyBOVCA2LjA7IFNMQ0MxOyAuTkVUIENMUiAyLjAuNTA3Mjc7IC5ORVQgQ0xSIDMuMC4wNDUwNjsgLk5FVCBDTFIgMy41LjIxMDIyOyAuTkVUIENMUiAxLjAuMzcwNTsgLk5FVCBDTFIgMS4xLjQzMjIpIiwiaXAiOiI4LjIyMi4yMDguMTQ2Iiwic2lkIjoiZUhpS3B0a3dMbnZuTVdHeHdybTNsdmM0WnhaZFVkWlRNa2o2TUZraCIsInJlZmVycmVyIjoiIiwicGlkIjoiMDk1OWE2YzcxNTBjNWU2NCIsInBsbmFtZSI6IkVtZXJhbGQgUHVibGlzaGluZyBMaW1pdGVkIn0=" 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/S0885-2111(2012)0000014012"></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/S0885-2111(2012)0000014012/full/html" class="intent_link mr-1" title="View access options for Attachment to Digital Virtual Possessions in Videogames." aria-label="View access options for Attachment to Digital Virtual Possessions in Videogames."> 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"> Book part </div> <div class="pr-2 small"> <span class="font-weight-light">Publication date: <span class="intent_publication_date font-weight-normal">22 November 2012</span></span> </div> </div> <div class="d-lg-flex flex-row no-gutters"> <div> <h2 class="h3 mt-0 mb-2"> <a href="/insight/content/doi/10.1108/S0885-2111(2012)0000014012/full/html" class="intent_link font-serif" title="Go to page for Attachment to Digital Virtual Possessions in Videogames."> <span class="intent_title">Attachment to Digital Virtual Possessions in Videogames</span> </a> </h2> </div> </div> <p class="my-3 medium font-weight-light"> <a rel="nofollow" href="/insight/search?q=Rebecca Watkins " title="Search for more content by contributor Rebecca Watkins." aria-label="Search for more content by contributor Rebecca Watkins." class="font-weight-light link-dark">Rebecca Watkins</a> and <a rel="nofollow" href="/insight/search?q=Mike Molesworth " title="Search for more content by contributor Mike Molesworth." aria-label="Search for more content by contributor Mike Molesworth." class="font-weight-light link-dark">Mike Molesworth</a> </p> <p class="mt-2 medium"> Purpose – To extend our understanding of consumers’ relationships with their growing collections of digital virtual goods by exploring adult videogamers’ attachments to their&hellip; </p> <div class="text-left px-0 d-lg-flex d-flex-row align-items-center mt-2" v-cloak> <div class="flex-shrink-1"> <button class="intent_toggle_button btn text-primary bg-white px-3 py-2 mt-2 border rounded-pill medium" @click="toggleMore" title="View summary and detail for Attachment to Digital Virtual Possessions in Videogames." :aria-expanded="showMore ? 'true' : 'false'" v-cloak > {{ moreBtnText }} <span role="img" aria-hidden="true" class="ml-2 text-primary fas" :class="caretIconClass"></span> </button> </div> </div> </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/S0885-2111(2012)0000014012/full/html" title="Go to HTML page for Attachment to Digital Virtual Possessions in Videogames." aria-label="Go to HTML page for Attachment to Digital Virtual Possessions in Videogames." > <span role="img" aria-hidden="true" class="far fa-file-code icon-small mr-2"></span> <span class="small">HTML</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_pdf_link" href="/insight/content/doi/10.1108/S0885-2111(2012)0000014012/full/pdf?title=attachment-to-digital-virtual-possessions-in-videogames" title="Download PDF (159 KB) for Attachment to Digital Virtual Possessions in Videogames." aria-label="Download PDF (159 KB) for Attachment to Digital Virtual Possessions in Videogames" > <span role="img" aria-hidden="true" class="far fa-file-pdf icon-small mr-2"></span> <span class="small">PDF (159 KB)</span> </a> </div> <div> <a class="d-flex align-items-center mb-2 intent_epub_link" href="/insight/content/doi/10.1108/S0885-2111(2012)0000014012/full/epub?title=attachment-to-digital-virtual-possessions-in-videogames" title="Download EPUB (56 KB) for Attachment to Digital Virtual Possessions in Videogames." aria-label="Download EPUB (56 KB) for Attachment to Digital Virtual Possessions in Videogames." rel="nofollow" > <span role="img" aria-hidden="true" class="far fa-book icon-small mr-2"></span> <span class="small">EPUB (56 KB)</span> </a> </div> <!-- display Teaching Notes icon if available on search results cards --> <div class="mb-2"> <rights-link-button root="https://marketplace.copyright.com/rs-ui-web/mp/search/all/" doi="10.1108/S0885-2111(2012)0000014012"> </rights-link-button> </div> </div> <div class="d-flex"> <div> </div> </div> </div> </div> <!-- row> --> </div> <div class="row px-3 pb-4 abstract" :class="abstractClassObject" v-cloak> <div class="intent_abstract pb-1 col-md-7 pt-2 pl-2 pr-4"> <h3 class="intent_sub_title">Abstract</h3> <section class="intent_sub_content"> <p>Purpose – To extend our understanding of consumers’ relationships with their growing collections of digital virtual goods by exploring adult videogamers’ attachments to their digital virtual possessions within videogames.</p><p>Methodology – Phenomenological interviews with 35 adult videogamers, primarily conducted in participants’ homes and lasting on average two hours.</p><p>Findings – Our participants were able to possess and form emotional attachments to ‘irreplaceable’ digital virtual goods within videogames despite the goods’ immaterial nature and their own lack of legal ownership. The processes via which these attachments developed mirror our existing understanding of material possession attachment; however, technical and legal restrictions were found to hinder attachment formation. Our participants also expressed concerns, rooted not in the immateriality of the goods, but in their lack of control over the safety of their digital virtual possessions and societal perceptions surrounding such emotional involvement in ‘childish’ videogame play.</p><p>Originality/value – This study illustrates that consumers desire to, and find ways to, form meaningful attachments to possessions, regardless of their materiality, whilst highlighting the tension between the desire to possess and make meaning from digital virtual goods and recognition of their lack of legal ownership and control, and the goods’ status as frivolous.</p><p>Research implications – We see potential for future research to look beyond the immaterial nature of digital virtual goods to study the complex networks of forces influencing digital virtual consumption, whilst the ambiguous ownership of in-game possessions presents possibilities for further research into the problematic nature of possessing, but not owning, such goods.</p> </section> </div> <div class="col-md-5 abstract pb-3 pl-1 small pl-md-4" v-cloak> <h3>Details</h3> <p class="mt-0"> <div class="mb-1"> <span class="intent_publication_title font-weight-normal">Research in Consumer Behavior</span> </div> <div class="mb-1"> <span class="intent_label_type font-weight-light">Type</span>: <span class="intent_type font-weight-bold">Book</span> </div> <div class="mb-1"> <abbr class="font-weight-light" title="Digital object identifier.">DOI</abbr>: <a href="https://doi.org/10.1108/S0885-2111(2012)0000014012" title="DOI: https://doi.org/10.1108/S0885-2111(2012)0000014012." class="intent_doi_link font-weight-bold"><span class="intent_doi" aria-hidden="true">https://doi.org/10.1108/S0885-2111(2012)0000014012</span></a> </div> <div class="mb-1"> <abbr class="intent_label_isbn font-weight-light" title="International Standard Book Number."> ISBN</abbr>: <span class="item_isbn font-weight-bold">978-1-78190-022-2</span> </div> <section id="keywords_list" class="intent_keywords mt-4"> <h3 class="intent_title h4 mb-0" id="entry__keywords-label">Keywords</h3> <ul class="intent_keyword list-inline mt-0" aria-labelledby="entry__keywords-label"> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=Digital+virtual+possessions"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword Digital virtual possessions"><span class="intent_text">Digital virtual possessions</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=digital+virtual+consumption"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword digital virtual consumption"><span class="intent_text">digital virtual consumption</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=possession+attachment"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword possession attachment"><span class="intent_text">possession attachment</span></a></li> <li class="list-inline-item mr-0 small"> <a rel="nofollow" href="/insight/search?q=video+games"class="intent_link btn btn-outline-secondary btn-sm my-1"title="Search for keyword video games"><span class="intent_text">video games</span></a></li> </ul> </section> </p> </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=Catrin&amp;showAll=false&amp;p=1" class="text-primary intent_showall_link intent_showall_true">Only content I have access to</a></li> <li><a href="?q=Catrin&amp;openAccess=true&amp;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-3-months" href="?q=Catrin&amp;facet-sort-date=last-3-months&amp;p=1" title="Filter by: Last 3 months.">Last 3 months (1)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-last-6-months" href="?q=Catrin&amp;facet-sort-date=last-6-months&amp;p=1" title="Filter by: Last 6 months.">Last 6 months (1)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-last-12-months" href="?q=Catrin&amp;facet-sort-date=last-12-months&amp;p=1" title="Filter by: Last 12 months.">Last 12 months (6)</a></li> <li><a class="intent-sort-date-filter intent-facet-value intent-all-dates" href="?q=Catrin&amp;facet-sort-date=all-dates&amp;p=1" title="Filter by: All dates.">All dates (61)</a></li> <date-range from-year="" to-year="" query-params="q=Catrin&amp;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-article" href="?q=Catrin&amp;facet-content-type=article&amp;p=1" title="Filter by: Article.">Article (53)</a></li> <li><a class="intent-content-type-filter intent-facet-value intent-book-part" href="?q=Catrin&amp;facet-content-type=book-part&amp;p=1" title="Filter by: Book part.">Book part (7)</a></li> <li><a class="intent-content-type-filter intent-facet-value intent-earlycite article" href="?q=Catrin&amp;facet-content-type=earlycite+article&amp;p=1" title="Filter by: Earlycite article.">Earlycite article (1)</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 &ndash; 10 of 61 </span> </div> <div class="text-center mr-auto col-xl-5 order-xl-2 col-12 order-3"> <pagination current="1" total="7" query="q=Catrin" ></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">&copy; 2024 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=bf526d8f397db3044526d8a29f4ab821" defer></script> <script src="/insight/static/js/vendor.js?id=1ad3c16f98039b6cb7c17989d3b6766c" defer></script> <script src="/insight/static/js/app.js?id=226e64afdb01e284f81639e3ea784e4d" defer></script> <script src="/insight/static/js/vendor/dragscroll.js?id=150f32f78896241390129daaff2ebed9" defer></script> <script src="/insight/static/js/mixpanel/mixpanel.js?id=a8237b34f4932b653178db5ff7c26496" 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=e74fd8be58799c9220a39e93a7051c7f" 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":"Catrin","Specified Date Range?":false,"Sort Type":"relevance","# of Results":61,"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', plname:'Emerald Publishing Limited', aname: 'Guest User', aid: '00001', sid: 'eHiKptkwLnvnMWGxwrm3lvc4ZxZdUdZTMkj6MFkh', 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>

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