<?php

$countryCode = '';

if(isset($_COOKIE['clientCountry'])){
  $countryCode = $_COOKIE['clientCountry'];
} else {
    try {
        require_once($_SERVER['DOCUMENT_ROOT'].'vendor/autoload.php');

        $client = new GeoIp2\WebService\Client(722651, 'kTNuVdhTKBXQUqgr');

        if (isset($_SERVER['REMOTE_ADDR']) && !empty($_SERVER['REMOTE_ADDR'])) {
            try {
                $record = $client->country($_SERVER['REMOTE_ADDR']);
            } catch (Exception $e) {
                if (isset($_SERVER['HTTP_X_FORWARDED_FOR']) && !empty($_SERVER['HTTP_X_FORWARDED_FOR'])) {
                    $ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR'])[0];
                    $record = $client->country($ip);
                }
            }

            if (isset($record) && !empty($record)) {
                $countryCode = $record->country->isoCode;
                $cookieMaxAge = 24 * 60 * 60;
                header("Set-Cookie: clientCountry=$countryCode; Max-Age=$cookieMaxAge; Path=/; SameSite=Strict");
            }
        }
    } catch (Exception $e) {
        echo '<!-- GeoIP error: ' . $e->getMessage() . ' -->' . PHP_EOL;
    }
  
}

?>




<!DOCTYPE html>
<html lang="en-gb" class="pl">
  <head>
    <title>Death Studies Links - Durham University</title>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width" />
    
    
    <meta name="date" content="04/12/2024" />
    <meta name="author" content="Durham University">
    <meta name="generator" content=" Terminalfour">
    <meta name="author" content="Durham University">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@durham_uni">
    <meta name="twitter:creator" content="@durham_uni">
    
    
    
    
    
    <meta property="fb:app_id" content="1259489337720699 ">
    <meta property="og:type" content="website">
		<link rel="canonical" href="https://www.durham.ac.uk/research/institutes-and-centres/death-life-studies/facilities/links" />
   	<link rel="stylesheet" type="text/css" media="all" href="/media/durham-university/site-assets/css/durham-style-enhanced-20250805.css" /> 
    <link rel="stylesheet" type="text/css" media="" href="/media/durham-university/site-assets/css/swiper.css" /> 
    <link rel="stylesheet" type="text/css" media="" href="/media/durham-university/site-assets/css/perfect-scrollbar.css" /> 
    <link rel="apple-touch-icon" sizes="180x180" href="/media/durham-university/site-assets/image/favicons/apple-touch-icon.png" />
    <link rel="icon" type="image/svg" href="/media/durham-university/site-assets/image/favicons/favicon.svg" />
    <link rel="icon" type="image/png" sizes="32x32" href="/media/durham-university/site-assets/image/favicons/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="16x16" href="/media/durham-university/site-assets/image/favicons/favicon-16x16.png" />
    <link rel="mask-icon" href="/media/durham-university/site-assets/image/favicons/safari-pinned-tab.svg" color="#000000" />
    <meta name="msapplication-TileColor" content="#68246D" />
    <meta name="msapplication-TileImage" content="/media/durham-university/site-assets/image/favicons/mstile-144x144.png" />
    <meta name="theme-color" content="#68246D" />
    <script>dataLayer = [{'content_type': undefined,'audience': undefined,'business_unit': undefined,'theme': undefined}];</script>
    <!--SMD = 138447 --><?php if (!isset($countryCode) ||
empty($countryCode) ||
(in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'China') ||
(!in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'notChina') ||
('notChina' === 'default')) { ?>
<span id="d.en.1309318"></span>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MD895GR');</script>
<!-- End Google Tag Manager -->
<?php } ?>
    <meta name="googlebot" content="nosnippet" />
    <!--<meta name="PageName" content="CDALS - General Content">-->
    <meta name="PageName" content="Death Studies Links">  
      <meta name="titlesearch" content="Death Studies Links">
  </head>
  <body class="body u-overflow-x-hidden">
    <!--SMD = 138488 --><?php if (!isset($countryCode) ||
empty($countryCode) ||
(in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'China') ||
(!in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'notChina') ||
('notChina' === 'default')) { ?>
<span id="d.en.1309321"></span>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MD895GR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php } ?>
    <a href="#main-content" class="is-focusable u-select-none u-bg-primary u-block u-font-bold u-mb-4 u-p-2 u-rounded-none u-text-white u-visually-hidden">
      <div class="container">Skip to main content</div>
    </a>
    <div id="fb-root"></div>
    <!--SMD = 1309759 --><?php if (!isset($countryCode) ||
empty($countryCode) ||
(in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'China') ||
(!in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'notChina') ||
('notChina' === 'default')) { ?>
<span id="d.en.1309815"></span>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v7.0" nonce="CasNLtLb"></script>
<?php } ?>
    <div class="layout-container u-flex u-flex-col u-min-h-full">
<header class="site-header" x-data="siteHeader()" x-init="init('normal', $refs.bar)" @menuchange="changeMenuState($event.detail)">
  
        <div class="emergencynotice" aria-live="assertive" data-t4-emergency-notices="/media/durham-university/site-assets/js/emergency-notice.json"></div>
  
        <div class="u-relative u-z-501">
          <div :class="{ 'xl:u-absolute xl:u-z-10 xl:u-w-full' : type === 'transparent', 'xl:u-text-white' : showBackground() === false }">
            <div class="u-relative u-flex u-items-center u-justify-between u-pl-2 u-py-1 u-transition lg:u-py-2 lg:u-pl-4 xl:u-py-0 xl:u-pl-6 u-bg-white" x-ref="bar" :class="{ 'u-bg-white' : showBackground() }">
              <div :class="{ 'xl:u-hidden' : type === 'transparent' &amp;&amp; !menuOpen &amp;&amp; !searchOpen }">
                <a href="/" rel="home" class="u-w-full u-block"><img class="site-logo" src="/media/durham-university/site-assets/image/logo-dark.svg" alt="Durham University logo"></a>
              </div>
              <div :class="{ 'xl:u-hidden' : type === 'transparent' &amp;&amp; (menuOpen || searchOpen), 'xl:u-block' : type === 'transparent' &amp;&amp; !menuOpen &amp;&amp; !searchOpen }" class="u-hidden">
                <a href="/" rel="home" class="u-w-full u-block"><img class="site-logo" src="/media/durham-university/site-assets/image/logo-white.svg" alt="Durham University logo"></a>
              </div>
              <div class="u-flex u-items-end u-flex-col">
                <!-- <ul class="u-mb-3 utility-navigation u-hidden u-relative u-list-reset u-bg-primary u-gap-x-6 u-pr-10 xl:u-flex">
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-secondary u-text-primary u-no-underline hocus:u-bg-secondary--dark" href="/alumni/">Alumni</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-secondary u-text-primary u-no-underline hocus:u-bg-secondary--dark" href="/departments/library/">Library and Collections</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-secondary u-text-primary u-no-underline hocus:u-bg-secondary--dark" href="https://www.durham.ac.uk/business/">Business School</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-primary u-text-white u-no-underline hocus:u-bg-primary--dark" href="https://www.durham.ac.uk/things-to-do/">Things To Do</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-primary u-text-white u-no-underline hocus:u-bg-primary--dark" href="/about-us/">About us</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-primary u-text-white u-no-underline hocus:u-bg-primary--dark" href="/about-us/how-to-contact-us/">How to contact us</a>
  </li>
  <li>
    <a class="u-block u-px-2 u-py-2 u-text-small xxl:u-text-medium u-bg-primary u-text-white u-no-underline hocus:u-bg-primary--dark" href=""></a>
  </li>
</ul> -->

<ul class="u-mb-3 utility-navigation u-hidden u-relative u-list-reset u-bg-grey-50 u-gap-x-6 u-pr-10 xl:u-flex" x-data="{ expanded: true }">
  <li>
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="/alumni/">Alumni</a>
  </li>
  <li>
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="/departments/library/">Library and Collections</a>
  </li>
  <li>
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="https://www.durham.ac.uk/business/">Business School</a>
  </li>
  
<li x-show="expanded" style="display: none;">
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="https://www.durham.ac.uk/things-to-do/">Things To Do</a>
  </li>
  
  
  
    <li x-show="expanded" style="display: none;">
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="/about-us/">About us</a>
  </li>
  
  
  <li x-show="expanded" style="display: none;">
    <a class="u-flex u-items-center u-h-full u-p-2 u-text-small u-text-black u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center" href="/about-us/how-to-contact-us/">How to contact us</a>
  </li>
  
  

  
  
  <li>
    <button class="u-flex u-items-center u-h-full u-p-2 u-no-underline xxl:u-text-medium u-bg-grey-50 u-transition hocus:u-bg-grey-50--dark u-leading-tight u-text-center u-text-primary u-text-large u-px-1 hocus:u-text-primary--light" @click="expanded = !expanded">
      <span class="u-visually-hidden" x-text="expanded ? 'Collapse': 'Expand'">Expand</span>

      <svg x-show="!expanded" class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#feather--plus-circle"></use>
      </svg>

      <svg x-show="expanded" class="icon" focusable="false" style="display: none;">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#feather--minus-circle"></use>
      </svg>
    </button>
  </li>
</ul>
                <div class="u-flex lg:u-mx-4 xl:u-mr-6">
                  <nav aria-label="Main">
                    <ul @keyup="escape($event.key)" @click.away="escape()" class="u-hidden u-list-reset u-mb-0 u-gap-x-1 xl:u-flex" x-data="primaryNavigation()">
											<li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(319983)" @mouseleave="closeMenu()">
  <a
    @focus="focus(319983)"
    href="/study/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(319983)"
    >Study</a
  >
  <button
    @click="toggleMenu(319983)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 319983"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(319983)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 319983 ? 'Hide' : 'Show') + ' submenu for Study'">Show submenu for Study</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 319983">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Study sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/study/undergraduate/' class='u-block u-text-white'>Undergraduate</a></li>
<li class='col'><a href='/study/postgraduate/' class='u-block u-text-white'>Postgraduate</a></li>
<li class='col'><a href='/study/international/' class='u-block u-text-white'>International</a></li>
<li class='col'><a href='/study/employability/' class='u-block u-text-white'>Employability</a></li>
        </ul>
      </div>
    </div>
  </div>
</li><li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(146785)" @mouseleave="closeMenu()">
  <a
    @focus="focus(146785)"
    href="/colleges-and-student-experience/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(146785)"
    >Wider Student Experience</a
  >
  <button
    @click="toggleMenu(146785)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 146785"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(146785)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 146785 ? 'Hide' : 'Show') + ' submenu for Wider Student Experience'">Show submenu for Wider Student Experience</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 146785">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Wider Student Experience sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/colleges-and-student-experience/colleges/' class='u-block u-text-white'>Our Colleges</a></li>
<li class='col'><a href='/colleges-and-student-experience/enrichment-activities/' class='u-block u-text-white'>Enrichment activities</a></li>
<li class='col'><a href='/colleges-and-student-experience/welcome-and-orientation/' class='u-block u-text-white'>Welcome and orientation</a></li>

        </ul>
      </div>
    </div>
  </div>
</li><li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(2079167)" @mouseleave="closeMenu()">
  <a
    @focus="focus(2079167)"
    href="/colleges-and-student-experience/student-support-and-wellbeing/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(2079167)"
    >Student support</a
  >
  <button
    @click="toggleMenu(2079167)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 2079167"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(2079167)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 2079167 ? 'Hide' : 'Show') + ' submenu for Student support'">Show submenu for Student support</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 2079167">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Student support sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/colleges-and-student-experience/student-support-and-wellbeing/counselling/' class='u-block u-text-white'>Counselling and mental health service</a></li>
<li class='col'><a href='/colleges-and-student-experience/student-support-and-wellbeing/disability-support/' class='u-block u-text-white'>Disability support</a></li>
<li class='col'><a href='/colleges-and-student-experience/student-support-and-wellbeing/student-safety/' class='u-block u-text-white'>Student safety</a></li>
<li class='col'><a href='/colleges-and-student-experience/student-support-and-wellbeing/student-conduct/' class='u-block u-text-white'>Harassment and sexual misconduct</a></li>
        </ul>
      </div>
    </div>
  </div>
</li><li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(320016)" @mouseleave="closeMenu()">
  <a
    @focus="focus(320016)"
    href="/research/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(320016)"
    >Research and business</a
  >
  <button
    @click="toggleMenu(320016)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 320016"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(320016)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 320016 ? 'Hide' : 'Show') + ' submenu for Research and business'">Show submenu for Research and business</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 320016">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Research and business sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/research/current/' class='u-block u-text-white'>Current research</a></li>
<li class='col'><a href='/research/university-research-institutes/' class='u-block u-text-white'>University Research Institutes</a></li>
<li class='col'><a href='/research/helping-business/' class='u-block u-text-white'>Helping business</a></li>
<li class='col'><a href='/research/facilities-and-services/' class='u-block u-text-white'>Facilities and services</a></li>
        </ul>
      </div>
    </div>
  </div>
</li><li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(320025)" @mouseleave="closeMenu()">
  <a
    @focus="focus(320025)"
    href="/global-durham/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(320025)"
    >Global Durham</a
  >
  <button
    @click="toggleMenu(320025)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 320025"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(320025)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 320025 ? 'Hide' : 'Show') + ' submenu for Global Durham'">Show submenu for Global Durham</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 320025">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Global Durham sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/global-durham/partnerships/' class='u-block u-text-white'>World-wide research and partnerships</a></li>
<li class='col'><a href='/global-durham/networks-and-consortia/' class='u-block u-text-white'>Global Networks and Consortia</a></li>


        </ul>
      </div>
    </div>
  </div>
</li><li class="u-flex u-flex-col u-items-center" @mouseenter="openMenu(319996)" @mouseleave="closeMenu()">
  <a
    @focus="focus(319996)"
    href="/visit-us/"
    class="primary-navigation__link u-flex u-items-center u-h-full u-px-2 u-pt-3 u-pb-5 u-font-bold u-font-sans u-text-inherit u-text-center u-leading-tight hocus:u-bg-grey-50 hocus:u-no-underline hocus:u-text-primary focus:u-shadow-none xxl:u-text-large"
    :aria-expanded="expanded(319996)"
    >Visit us </a
  >
  <button
    @click="toggleMenu(319996)"
    class="primary-navigation__button u-relative u-z-410 u-transition focus:u-shadow-none"
    style="display: none;"
    x-show="dropdownButton === 319996"
    :class="{ 'u-bg-secondary u-border-none' : menuOpen, 'u-bg-white u-text-primary u-border-1 u-border-primary focus:u-bg-primary focus:u-text-white' : !menuOpen }"
    :aria-expanded="expanded(319996)"
  >
    <span class="u-visually-hidden" x-text="(menuOpen === 319996 ? 'Hide' : 'Show') + ' submenu for Visit us '">Show submenu for Visit us </span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
<div class="u-absolute u-pin-x u-pin-t-100 u-bg-primary u-text-white u-z-400" x-cloak x-show="menuOpen === 319996">
    <div class="u-py-6 u-bg-primary">
      <div class="container">
        <h2 class="u-visually-hidden">Visit us  sub-menu</h2>

        <div class="row"></div>

        <ul class="row u-list-reset">
          <li class='col'><a href='/visit-us/open-days/' class='u-block u-text-white'>Open days and visits</a></li>
<li class='col'><a href='https://www.durham.ac.uk/things-to-do/' class='u-block u-text-white'>Attractions</a></li>
<li class='col'><a href='/visit-us/schools/' class='u-block u-text-white'>For schools and colleges</a></li>
<li class='col'><a href='/visit-us/location/' class='u-block u-text-white'>Location</a></li>
        </ul>
      </div>
    </div>
  </div>
</li>
                    </ul>
                  </nav>
                  <div class="u-flex u-text-h5">
                    <button @click="searchOpen = true" class="site-header__search u-hidden u-relative u-bg-transparent u-px-2 u-pb-5 u-pt-3 hocus:u-bg-grey-50 hocus:u-text-primary u-text-large xl:u-block" :class="{ 'u-text-white' : showBackground() === false, 'is-active' : searchOpen === true}">
                      <span class="u-visually-hidden">Search</span>

                      <svg class="icon" focusable="false">
                        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--search"></use>
                      </svg>
                    </button>
										
                    <button @click="searchOpen = searchOpen === false; menuMobileOpen = false" class="u-bg-transparent hocus:u-text-primary u-px-2 xl:u-hidden">
                      <span class="u-visually-hidden">Search</span>

                      <svg class="icon" focusable="false">
                        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--search"></use>
                      </svg>
                    </button>
                    <button @click="menuMobileOpen = menuMobileOpen === false; searchOpen = false" class="u-bg-transparent hocus:u-text-primary u-px-2 xl:u-hidden">
                      <span class="u-visually-hidden">Open menu</span>

                      <svg class="icon" focusable="false">
                        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--menu-rounded"></use>
                      </svg>
                    </button>
                  </div>
                </div>
              </div>
            </div>
            <div class="xl:u-hidden" x-show="menuMobileOpen === true" style="display: none;">
              <nav aria-label="Main">
                <div class="u-bg-primary mobile-menu">
                  <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
                    <li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/study/">Study</a>
    <button @click="menuOpen = menuOpen === 319983 ? false : 319983" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  319983}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 319983 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Study&#39;">Show submenu for Study</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 319983" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/study/undergraduate/">Undergraduate</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/study/postgraduate/">Postgraduate</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/study/international/">International</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/study/employability/">Employability</a>
          </li>
        </ul>
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/">Wider Student Experience</a>
    <button @click="menuOpen = menuOpen === 146785 ? false : 146785" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  146785}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 146785 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Wider Student Experience&#39;">Show submenu for Wider Student Experience</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 146785" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/colleges/">Our Colleges</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/enrichment-activities/">Enrichment activities</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/welcome-and-orientation/">Welcome and orientation</a>
          </li>
          
        </ul>
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/student-support-and-wellbeing/">Student support</a>
    <button @click="menuOpen = menuOpen === 2079167 ? false : 2079167" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  2079167}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 2079167 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Student support&#39;">Show submenu for Student support</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 2079167" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/student-support-and-wellbeing/counselling/">Counselling and mental health service</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/student-support-and-wellbeing/disability-support/">Disability support</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/student-support-and-wellbeing/student-safety/">Student safety</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/colleges-and-student-experience/student-support-and-wellbeing/student-conduct/">Harassment and sexual misconduct</a>
          </li>
        </ul>
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/">Research and business</a>
    <button @click="menuOpen = menuOpen === 320016 ? false : 320016" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  320016}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 320016 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Research and business&#39;">Show submenu for Research and business</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 320016" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/current/">Current research</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/university-research-institutes/">University Research Institutes</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/helping-business/">Helping business</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/facilities-and-services/">Facilities and services</a>
          </li>
        </ul>
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/global-durham/">Global Durham</a>
    <button @click="menuOpen = menuOpen === 320025 ? false : 320025" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  320025}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 320025 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Global Durham&#39;">Show submenu for Global Durham</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 320025" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/global-durham/partnerships/">World-wide research and partnerships</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/global-durham/networks-and-consortia/">Global Networks and Consortia</a>
          </li>
          
          
        </ul>
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/visit-us/">Visit us </a>
    <button @click="menuOpen = menuOpen === 319996 ? false : 319996" class="mobile-menu__accordion u-transition" :class="{ &#39;mobile-menu__accordion--open&#39; : menuOpen ===  319996}" :aria-expanded="menuOpen ? &#39;true&#39; : &#39;false&#39;" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 319996 ? &#39;Hide&#39; : &#39;Show&#39;) + &#39; submenu for Visit us &#39;">Show submenu for Visit us </span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 319996" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/visit-us/open-days/">Open days and visits</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="https://www.durham.ac.uk/things-to-do/">Attractions</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/visit-us/schools/">For schools and colleges</a>
          </li>
          <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between">
            <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/visit-us/location/">Location</a>
          </li>
        </ul>
      </div>
    </div>
  </li>
                  </ul>
                </div>
              </nav>

              <div class="u-bg-grey-50 mobile-menu">
                <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/alumni/">Alumni</a>
  </li>
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/departments/library/">Library and Collections</a>
  </li>
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="https://www.durham.ac.uk/business/">Business School</a>
  </li>
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="https://www.durham.ac.uk/things-to-do/">Things To Do</a>
  </li>
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/about-us/">About us</a>
  </li>
  <li class="u-border-b-1 u-border-grey-50--dark u-text-primary u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/about-us/how-to-contact-us/">How to contact us</a>
  </li>
  
</ul>
              </div>
            </div>
            <div class="has-dark-bg u-py-4 u-bg-primary u-text-white u-absolute u-pin-l u-pin-r" x-cloak x-show="searchOpen === true" @click.away="menuOpen = false; searchOpen = false">
              <div class="container">
                <!--SMD = 239301 --><form action="/search/" class="search-form u-relative" x-data="{ liveSearchOpen: false }">
  <label for="example_unique_id_906485678" class="h4 u-font-sans u-font-bolder u-mb-2">Search durham.ac.uk</label>

  <div class="u-flex u-w-full">
    <input placeholder="Enter a search query, e.g. undergraduate maths" id="example_unique_id_906485678" class="u-h-auto u-border-0 u-m-0 u-truncate u-px-1 u-rounded-none md:u-text-large md:u-px-4 md:u-py-2 lg:u-px-5 lg:u-py-3 xxl:u-text-h5 form-control" autocomplete="false" name="searchstax[query]" type="search" @focus="liveSearchOpen = true" @blur="liveSearchOpen = false">

    <button class="btn-secondary btn u-pl-1 u-pr-2 md:u-pl-3 md:u-pr-5" type="submit">
      <svg class="icon md:u-text-h5" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#feather--search"></use>
      </svg>
      <span class="u-visually-hidden">Search</span>
    </button>
  </div>
</form>
<script>
document.addEventListener("DOMContentLoaded", function() {
  
  const searchForms = document.querySelectorAll('.search-form');

  searchForms.forEach(form => {
  	
    const input = form.querySelector('input');
    const baseUrl = form.getAttribute('action') || "/search/";

    if (!form || !input) return;

    form.addEventListener("submit", function (e) {
      e.preventDefault();
      const query = input.value.trim();

      let params = new URLSearchParams();
      params.append('searchstax[query]', query || '*');

      const hiddenInputs = form.querySelectorAll('input[type="hidden"]');
      hiddenInputs.forEach(hidden => {
        if (hidden.name && hidden.value) {
          params.append(hidden.name, hidden.value);
        }
      });

      try {
      	let queryString = params.toString();
      	queryString = queryString.replace(/%5B/g, "[").replace(/%5D/g, "]").replace(/%3A/g, ":");
        const searchUrl = `${baseUrl}?${queryString}`;
        window.location.href = searchUrl;
      } catch (err) {
        console.error("Search redirect failed:", err);
      }
    });
  });
});

</script>

                <button @click="menuOpen = false; searchOpen = false" class="u-hidden kbd-only:u-inline-block u-absolute u-pin-t u-pin-r u-m-4 u-bg-transparent u-text-current-color u-text-large">
                  <span class="u-visually-hidden">Close search</span>

                  <svg class="icon hocus:u-text-primary" focusable="false">
                    <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--close"></use>
                  </svg>
                </button>
              </div>
            </div>
          </div>
        </div>
        <div class="u-fixed u-pin u-z-10 u-bg-black u-opacity-25" x-show="menuOpen || searchOpen" style="display: none;"></div>
      </header>
      <main id="main-content" role="main" class="main">
        <div class="main-content">
					
          <div class="sub-site-header-padding-bottom u-break-words">
  <div class="page-header page-header--sub-site u-relative u-z-0 u-breakout has-dark-bg u-text-white u-py-4 u-bg-grey-300">
    <div class="u-flex u-flex-col u-relative u-z-10 container">
      <!-- Breadcrumb -->
    <nav aria-label="Breadcrumb" class="u-text-small u-mb-4 breadcrumb">
      <ol class="u-flex u-flex-wrap u-gap-y-1 u-pl-0 u-list-reset u-mb-0">
        <li>
            <svg class="icon" focusable="false">
              <use xlink:href="/media/durham-university/site-assets/image/sprite.svg?v=ca02c231#feather--home"></use>
            </svg>
            <span>Home</span>
        </li>
        <li> <span><a href="/research/">Research and business</a></span></li><li> <span><a href="/research/institutes-and-centres/">Institutes and Centres</a></span></li><li> <span><a href="/research/institutes-and-centres/death-life-studies/">Centre for Death and Life Studies</a></span></li><li> <span><a href="/research/institutes-and-centres/death-life-studies/facilities/links">Death Studies Links</a></span></li>
      </ol>
    </nav>
    <!-- eo Breadcrumb -->      <div class="md:u-flex md:u-flex-grow md:u-justify-between md:u-flex-row-reverse">
        <div class="page-header__content u-flex u-flex-col u-flex-grow u-justify-center u-mt-2 md:u-mt-0 u-min-w-0">
          <div class="u-o-3 u-max-w-measure-lg">
            <a href="/research/institutes-and-centres/death-life-studies/" class="u-text-white u-no-underline u-block u-font-bold u-leading-tight h2">
              Centre for Death and Life Studies
            </a>
          </div>
        </div>
      </div>
    </div>
    <picture ref="page-header--picture" class="page-header--picture u-absolute u-pin u-blend-multiply">
      <img alt="Durham City skyline at sunset" class="image-zoom-on-lazyload u-object-cover u-h-full u-w-full ls-is-cached lazyloaded" data-src="https://pxl01-duracuk.terminalfour.net/fit-in/1600x900/filters:format(webp)/prod01/prodbucket01/media/durham-university/research-/research-centres/centre-for-death-and-life-studies/40868-hero.jpg" src="https://pxl01-duracuk.terminalfour.net/prod01/prodbucket01/media/durham-university/research-/research-centres/centre-for-death-and-life-studies/40868-hero.jpg">
    </picture>
  </div>
          
					<span id="d.en.421144"></span>
<nav class="u-breakout submenu u-relative u-z-501" x-data="{ menuMobileOpen: false }" aria-labelledby="submenu-heading">
  <div class="u-py-1 u-bg-primary">
    <div class="container">
      <h2 class="u-text-small u-text-bold u-text-white u-mb-0" id="submenu-heading">
        Explore
      </h2>
    </div>
  </div>
  <div class="u-bg-secondary u-text-primary">
    <div class="container">
      <div class="u-flex u-items-center">
        <a class="u-font-bold u-mr-3 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/">Centre for Death and Life Studies</a>

        <ul @keyup="escape($event.key)" @click.away="escape()" class="u-hidden u-list-reset u-mb-0 u-gap-x-2 xl:u-flex" x-data="subNavigation()">
          <!-- Desktop Menu -->
        <li @mouseenter="openMenu(421145)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(421145)" href="/research/institutes-and-centres/death-life-studies/about-us/" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 421145 }" :aria-expanded="expanded(1)" aria-expanded="false">About Us</a>

  
        
            
        <!-- HERE -->
        
            
        
            
          
        
        
            
            
            
          
        
            
            
            
          
      
</li><li @mouseenter="openMenu(421147)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(421147)" href="" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 421147 }" :aria-expanded="expanded(1)" aria-expanded="false">People</a>
  <button @click="toggleMenu(421147)" class="sub-navigation__button u-bg-transparent u-transition focus:u-shadow-none u-text-inherit focus:u-border-1 focus:u-border-primary" :class="{ &#39;u-bg-primary u-text-white&#39; : menuOpen === 421147, &#39;u-text-inherit focus:u-border-1 focus:u-border-primary&#39; : menuOpen !== 421147 }" :aria-expanded="expanded(421147)" aria-expanded="false">
    <span class="u-visually-hidden"><template x-text="menuOpen === 421147 ? &#39;Hide&#39; : &#39;Show&#39;"></template> submenu for "People"</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
  <div class="u-absolute u-pin-x u-pin-t-100 u-text-white u-shadow-lg-dark u-bg-primary" x-show="menuOpen === 421147" style="display: none;">
    <div class="container u-py-6">
      <div class="row">
        <div class="col-4"><ul class="u-list-reset u-mb-0 u-o-3">
            <li><a href="/research/institutes-and-centres/death-life-studies/our-people/advisory-board/" class="u-block u-text-white">Advisory Board</a></li>
        <!-- HERE -->
        
            <li><a href="/research/institutes-and-centres/death-life-studies/our-people/research-associates/" class="u-block u-text-white">Research Associates</a></li>
        
            <li><a href="/research/institutes-and-centres/death-life-studies/our-people/postgraduates/" class="u-block u-text-white">Postgraduates</a></li>
          </ul></div>
        
        
            
            
            
          
        
            
            
            
          
      </div>
    </div>
  </div>
</li><li @mouseenter="openMenu(421146)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(421146)" href="/research/institutes-and-centres/death-life-studies/facilities/" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 421146 }" :aria-expanded="expanded(1)" aria-expanded="false">Current Research</a>

  
        
            
        <!-- HERE -->
        
            
        
            
          
        
        
            
            
            
          
        
            
            
            
          
      
</li><li @mouseenter="openMenu(421148)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(421148)" href="/research/institutes-and-centres/death-life-studies/publications/" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 421148 }" :aria-expanded="expanded(1)" aria-expanded="false">Publications</a>

  
        
            
        <!-- HERE -->
        
            
        
            
          
        
        
            
            
            
          
        
            
            
            
          
      
</li><li @mouseenter="openMenu(1693314)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(1693314)" href="/research/institutes-and-centres/death-life-studies/news/" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 1693314 }" :aria-expanded="expanded(1)" aria-expanded="false">News</a>

  
        
            
        <!-- HERE -->
        
            
        
            
          
        
        
            
            
            
          
        
            
            
            
          
      
</li><li @mouseenter="openMenu(1693328)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(1693328)" href="" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 1693328 }" :aria-expanded="expanded(1)" aria-expanded="false">Resources</a>
  <button @click="toggleMenu(1693328)" class="sub-navigation__button u-bg-transparent u-transition focus:u-shadow-none u-text-inherit focus:u-border-1 focus:u-border-primary" :class="{ &#39;u-bg-primary u-text-white&#39; : menuOpen === 1693328, &#39;u-text-inherit focus:u-border-1 focus:u-border-primary&#39; : menuOpen !== 1693328 }" :aria-expanded="expanded(1693328)" aria-expanded="false">
    <span class="u-visually-hidden"><template x-text="menuOpen === 1693328 ? &#39;Hide&#39; : &#39;Show&#39;"></template> submenu for "Resources"</span>
    <span aria-hidden="true">
      <svg class="icon" focusable="false">
        <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
      </svg>
    </span>
  </button>
  <div class="u-absolute u-pin-x u-pin-t-100 u-text-white u-shadow-lg-dark u-bg-primary" x-show="menuOpen === 1693328" style="display: none;">
    <div class="container u-py-6">
      <div class="row">
        <div class="col-4"><ul class="u-list-reset u-mb-0 u-o-3">
            <li><a href="" class="u-block u-text-white">Cremation Society Archives</a></li>
        <!-- HERE -->
        
            <li><a href="/research/institutes-and-centres/death-life-studies/facilities/links" class="u-block u-text-white">Death Studies Toolkit</a></li>
        
            <li><a href="" class="u-block u-text-white">Covid-19 Hub</a></li>
          </ul></div>
        
        <div class="col-4"><ul class="u-list-reset u-mb-0 u-o-3">
            <li><a href="" class="u-block u-text-white">Lectures</a></li>
            <li><a href="" class="u-block u-text-white">Conferences</a></li>
            <li><a href="" class="u-block u-text-white">Insights</a></li>
          </ul></div>
        
            
            
            
          
      </div>
    </div>
  </div>
</li><li @mouseenter="openMenu(1690872)" @mouseleave="closeMenu()" class="u-flex u-items-center">
  <a @focus="focus(1690872)" href="/research/institutes-and-centres/death-life-studies/contact-and-social-media/" class="u-px-1 u-py-2 u-text-inherit u-leading-normal u-no-underline" :class="{ 'u-font-bold' : menuOpen === 1690872 }" :aria-expanded="expanded(1)" aria-expanded="false">Contact Us</a>

  
        
            
        <!-- HERE -->
        
            
        
            
          
        
        
            
            
            
          
        
            
            
            
          
      
</li>
			
        </ul>
        <button @click="menuMobileOpen = menuMobileOpen === false" class="u-bg-transparent u-text-h5 u-ml-auto u-p-2 xl:u-hidden">
          <span class="u-visually-hidden">Open menu</span>

          <svg class="icon hocus:u-text-primary" focusable="false">
            <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--menu-rounded"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div class="xl:u-hidden" x-show="menuMobileOpen === true" style="display: none;">
    <div class="u-bg-primary mobile-menu">
      <ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
		<!-- Mobile Menu -->
          <li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/about-us/">About Us</a>
    <button @click="menuOpen = menuOpen === 421145 ? false : 421145" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  421145}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 421145 ? 'Hide' : 'Show') + ' submenu for About Us'">Show submenu for About Us</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 421145" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        
          
            
            
            
            
            
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">People</a>
    <button @click="menuOpen = menuOpen === 421147 ? false : 421147" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  421147}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 421147 ? 'Hide' : 'Show') + ' submenu for People'">Show submenu for People</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 421147" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        <div class="u-bg-darkpurple mobile-menu"><ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/our-people/advisory-board/">Advisory Board</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/our-people/research-associates/">Research Associates</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/our-people/postgraduates/">Postgraduates</a></li>
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/facilities/">Current Research</a>
    <button @click="menuOpen = menuOpen === 421146 ? false : 421146" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  421146}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 421146 ? 'Hide' : 'Show') + ' submenu for Current Research'">Show submenu for Current Research</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 421146" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        
          
            
            
            
            
            
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/publications/">Publications</a>
    <button @click="menuOpen = menuOpen === 421148 ? false : 421148" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  421148}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 421148 ? 'Hide' : 'Show') + ' submenu for Publications'">Show submenu for Publications</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 421148" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        
          
            
            
            
            
            
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/news/">News</a>
    <button @click="menuOpen = menuOpen === 1693314 ? false : 1693314" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  1693314}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 1693314 ? 'Hide' : 'Show') + ' submenu for News'">Show submenu for News</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 1693314" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        
          
            
            
            
            
            
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Resources</a>
    <button @click="menuOpen = menuOpen === 1693328 ? false : 1693328" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  1693328}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 1693328 ? 'Hide' : 'Show') + ' submenu for Resources'">Show submenu for Resources</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 1693328" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        <div class="u-bg-darkpurple mobile-menu"><ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Cremation Society Archives</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/facilities/links">Death Studies Toolkit</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Covid-19 Hub</a></li>
            
        </ul></div> 
  
        <div class="u-bg-darkpurple mobile-menu"><ul class="u-list-reset u-m-0" x-data="{ menuOpen: false }">
          
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Lectures</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Conferences</a></li>
            
            <li class="u-text-small u-border-b-1 u-border-darkpurple--dark u-flex u-flex-wrap u-justify-between"><a class="u-block u-flex-grow u-p-2 u-text-inherit" href="">Insights</a></li>
            
        </ul></div>
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li><li class="u-border-b-1 u-border-darkpurple u-text-white u-flex u-flex-wrap u-justify-between">
    <a class="u-block u-flex-grow u-p-2 u-text-inherit" href="/research/institutes-and-centres/death-life-studies/contact-and-social-media/">Contact Us</a>
    <button @click="menuOpen = menuOpen === 1690872 ? false : 1690872" class="mobile-menu__accordion u-transition" :class="{ 'mobile-menu__accordion--open' : menuOpen ===  1690872}" :aria-expanded="menuOpen ? 'true' : 'false'" aria-expanded="false">
      <span class="u-visually-hidden" x-text="(menuOpen === 1690872 ? 'Hide' : 'Show') + ' submenu for Contact Us'">Show submenu for Contact Us</span>
      <span aria-hidden="true">
        <svg class="icon u-transition" focusable="false">
          <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-soft-down"></use>
        </svg>
      </span>
    </button>
    <div class="u-w-full" x-show="menuOpen === 1690872" style="display: none;">
      <div class="u-bg-darkpurple mobile-menu">
        
        
          
            
            
            
            
            
            
         
  
        
          
            
            
            
            
            
            
        
        
        
          
            
            
            
            
            
            
        
        
      </div>
    </div>
  </li>
      </ul>
    </div>
  </div>
</nav>
          
          <div class="row u-gap-y-4">
          	<div class="col-lg-9">
            	<div class="main-content u-o-5 lg:u-o-8">
                <!-- Search text crawl start --><div class="text-long u-max-w-measure-lg u-leading-normal u-o-3">
  <span id="d.en.532927"></span>
	<h2>Death Studies Toolkit</h2>
<p><em>Reproduced with the kind permission of Dr Giorgio Scalici. We recognise that this page requires consistent monitoring and update so as to stay abreast of developments in the field.</em></p>
<h3>Other Research Centres and Networks</h3>
<ul>
<li><a href="https://www.bath.ac.uk/research-centres/centre-for-death-society/">Centre for Death &amp; Society (CDAS)</a>: Based at the University of Bath, CDAS is an internationally recognised research centre focusing on the interdisciplinary social aspects of death, dying and bereavement.</li>
<li><a href="https://www.york.ac.uk/sociology/research/death-and-culture/">The Death and Culture Network (DaCNet)</a>: Interdisciplinary Death &amp; Culture Research. Based at the University of York, DacNet seeks to explore and understand cultural responses to mortality. Affiliated research groups:&nbsp;<a href="https://www.york.ac.uk/spsw/research/cemetery-research-group/">Cemetery Research Group</a> and <a href="https://www.york.ac.uk/archaeology/research/current-projects/egyptian/">Mummy Research Group</a>.</li>
<li><a href="https://www.gla.ac.uk/research/az/endoflifestudies/">Glasgow End of Life Studies Group</a>: an internationally recognised research centre examining end of life issues from an interdisciplinary perspective. Part of the University of Glasgow, they teach undergraduate, postgraduate, and online distance programmes and produce research tackling end of life issues from new perspectives. They also run a free MOOC (Massive Online Open Course) on <a href="https://www.futurelearn.com/courses/end-of-life-care">End of Life Care: Challenges and Innovations</a>.</li>
<li><a href="https://www.kcl.ac.uk/cicelysaunders/index">Cicely Saunders Institute of Palliative Care, Policy &amp; Rehabilitation</a>: Based at King's College London, The Cicely Saunders Institute is the first purpose-built institute for research into palliative care. The Institute brings together academics, healthcare professionals, community organisations, patients and carers in one centre and acts as the hub for a network of international research.</li>
<li><a href="https://www.totzover.nl/done/">Death Research Netherlands (DONE)</a>: With more than 30 scientists, the DONE network (Death Research Netherlands) stimulates the academic exchange of knowledge and cooperation in the field of dying and death.</li>
<li><a href="http://www.fondazionefabretti.it/">Fondazione Fabretti</a>: Pioneers in Italy in the field of end-of-life studies, we promote research, dialogue, comparison and support in the face of death and dying.</li>
<li><a href="https://deathtech.research.unimelb.edu.au/">The DeathTech Research Team</a>: Based at the University of Melbourne, DeathTech is a group of anthropologists, social scientists, and human-computer interaction specialists working to understand the intersection of death, technology, and society in the 21st century.</li>
<li><a href="http://www.deathandsociety.org/">The Association for the Study of Death and Society (ASDS)</a>: Promotes the study of death in the arts, humanities, social and allied sciences.</li>
<li><a href="https://radicaldeathstudies.com/">The Collective for Radical Death Studies (CRDS)</a>: An international, professional organization formed to decolonize Death Studies and radicalize death practice.</li>
<li><a href="https://queerdeathstudies.net/">Queer Death Studies Network (QDSN)</a>: Constitutes a space for researchers, students, artists, activists, and other practitioners who critically and (self) reflexively investigate and challenge conventional normativities, assumptions, expectations, and regimes of truths that are brought to life and made evident by death, dying, and mourning.</li>
</ul>
<h3>Connecting Death Professionals and the Public</h3>
<ul>
<li><a href="https://www.dyingmatters.org/">Dying Matters</a>: A coalition of individual and organisational members across England and Wales, which aims to help people talk more openly about dying, death and bereavement, and to make plans for the end of life.</li>
<li><a href="https://www.lifedeathwhatever.com/">Life. Death. Whatever.</a>: An initiative to redesign the dialogue around death and dying, to open it up and to find new approaches to this important subject. Began as a festival in partnership with the National Trust; developed into an international community of eclectic people from many different disciplines who are united in a commitment to doing death differently.</li>
<li><a href="https://www.thegoodgrieftrust.org">The Good Grief Trust</a>: Exists to help all those suffering grief in the UK. We aim to find the bereaved, acknowledge their grief and provide reassurance, a virtual hand of friendship and ongoing support. Our vision is to bring all bereavement services together around the country, to ensure that everyone receives the support they need to move forward with their lives.</li>
<li><a href="https://www.talkdeath.com/">TalkDeath</a>: TalkDeath&rsquo;s mission is to encourage positive and constructive conversations around death and dying. TalkDeath also aims to bridge the gap between death professionals and the general public, helping you make informed end-of-life decisions.</li>
<li><a href="http://www.orderofthegooddeath.com/">The Order of the Good Death</a>: a group of funeral industry professionals, academics, and artists exploring ways to prepare a death phobic culture for their inevitable mortality.</li>
<li><a href="https://whenyoudie.org/">When You Die</a>: curates voices from palliative care doctors, leading researchers, death doulas and the bereaved as well as poets, comedians, artists and everyday people. Plus, our team is always creating new content to keep you up-to-the-minute on death news and culture.</li>
<li><a href="https://whatsyourgrief.com/">What's Your Grief?</a>: We are mental health professionals with 20+ years of experience in grief and bereavement. Our mission is to promote grief education, exploration, and expression in both practical and creative ways.</li>
<li><a href="https://covidwhitepaper.com/">Virtual Funeral Collective</a>: Consisting of a group of over seventy doctors, nurses, scholars, grief therapists, psychologists, funeral home directors, hospice workers, thanatologists, chaplains, hospital administrators and end-of life-practitioners from around the globe, the Virtual Funeral Collective is a group of specialists who work with dying, death, and grief on a daily basis. We are uniquely situated to offer solutions, resources, and training to those dealing with dying, death, and disposition issues stemming from COVID-19.</li>
<li><a href="https://suicidebereavementuk.com/">Suicide Bereavement UK</a>: specialises in Suicide bereavement research; Providing consultancy on postvention (care of those bereaved by suicide); and Developing and delivering evidence-based suicide bereavement training.</li>
<li><a href="https://www.asbestos.com/support/end-of-life-documents/">The Mesothelioma Centre (Asbestos.com) &ndash; End of Life Document Checklist</a>: Outlining your wishes is crucial for you and your loved ones if you are living with a terminal illness such as mesothelioma. To help ease the stress and burden of planning, our guide covers all of the important end-of-life documents you need to ensure your wishes are fulfilled.</li>
</ul>
<h3>Death Studies Publications</h3>
<ul>
<li><em><a href="https://www.tandfonline.com/toc/cmrt20/current">Mortality</a></em>: Journal promoting the interdisciplinary study of death and dying.</li>
<li><a href="https://www.york.ac.uk/sociology/research/death-and-culture/bookseries/">Emerald Studies in Death and Culture</a>: A new forum for the publication of interdisciplinary research that approaches death from a cultural perspective.</li>
<li><a href="https://www.dark-tourism.org.uk/">Current Issues in Dark Tourism Research</a>: A World-Leading Resource Hub for Dark Tourism Scholarship.</li>
<li><a href="https://radicaldeathstudies.com/death-canon-2/">Radical Death Studies Canon</a>: Books, essays, blogs, chapters, journal articles, videos, websites, news/magazine articles, and databases that CRDS strongly recommends.</li>
<li>CDALS <a href="/research/institutes-and-centres/death-life-studies/publications/" title="Home &raquo; www.durham.ac.uk &raquo; Home &raquo; Research and Business &raquo; Institutes and Centres &raquo; Centre for Death and Life Studies &raquo; Publications">publication list</a>.</li>
</ul>
</div><!-- Search text crawl end -->
</div>
</div>
<div class="col-lg-3">
  <aside class="main-sidebar u-o-3" role="complementary">
  	<!--SMD = 533125 --><?php if (!isset($countryCode) || empty($countryCode) || !in_array($countryCode, ['CN', 'HK', 'MO'])) { ?>
<a class="twitter-timeline" href="https://twitter.com/durhamcdals" data-height="500">Tweets by durham_uni</a>
              <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>


<?php } ?><span id="d.en.533128"></span>
<div class="card group u-relative u-flex u-w-full u-h-full u-overflow-hidden u-justify-end u-select-none u-bg-primary has-dark-bg u-flex-col-reverse u-text-white hover:u-shadow u-transition u-cursor-pointer">
  <div class="card-body u-flex u-content-box u-z-1 u-flex-1 u-p-3" data-remove-classes-ie11="u-flex u-flex-1 u-flex-col">
    <div class="u-flex u-flex-col u-flex-1 u-o-2">
      <h3 class="card-heading u-mb-0 u-font-bolder u-leading-tight u-text-large u-text-white">
        
        <a href="https://www.facebook.com/centrefordeathandlifestudies/" class="link u-text-inherit group-hocus:u-underline">
          CDALS on Facebook
        </a>
        
      </h3>

      <div class="u-flex-1 u-text-small">
        <div class="text-long u-max-w-measure-lg u-leading-normal u-o-3">
          The Centre for Death and Life Studies Facebook page. Our social media team regularly share articles and news of interest to the practice and practice of death and life.
        </div>
      </div>

      <div>
        <a class="btn btn-secondary btn-sm" href="https://www.facebook.com/centrefordeathandlifestudies/">
          Connect more
        </a>
      </div>
      
    </div>
  </div>

  <div class="card__image embed-responsive u-bg-grey-50 embed-responsive-16by9 u--order-1">
    <img class="embed-responsive-item u-object-cover u-transition group-hocus:u-scale-110 image u-w-full lazyloaded" data-src="/media/durham-university/research-/research-centres/centre-for-death-and-life-studies/15170843_1828916890685212_978165078731620662_n.jpg" src="/media/durham-university/research-/research-centres/centre-for-death-and-life-studies/15170843_1828916890685212_978165078731620662_n.jpg" alt="A photograph of The Triumph of Death medieval fresco by Giacomo Borlone de Burchis painted on the wall of Oratorio dei Disciplini Clusone, Italy">
  </div>
  
</div><span id="d.en.533127"></span>
<div class="card group u-relative u-flex u-w-full u-h-full u-overflow-hidden u-justify-end u-select-none u-bg-grey-50 u-flex-col-reverse u-text-black hover:u-shadow u-transition u-cursor-pointer">
  <div class="card-body u-flex u-content-box u-z-1 u-flex-1 u-p-3" data-remove-classes-ie11="u-flex u-flex-1 u-flex-col">
    <div class="u-flex u-flex-col u-flex-1 u-o-2">
      <h3 class="card-heading u-mb-0 u-font-bolder u-leading-tight u-text-large u-text-primary">
        <a href="/research/institutes-and-centres/death-life-studies/our-people/" class="link u-text-inherit group-hocus:u-underline">
        
          CDALS Associates
        
        </a>
      </h3>

      <div class="u-flex-1 u-text-small">
        <div class="text-long u-max-w-measure-lg u-leading-normal u-o-3">
          Our people.
        </div>
      </div>

      <div>
        <a class="btn btn-secondary btn-sm" href="/research/institutes-and-centres/death-life-studies/our-people/">
          See more
        </a>
      </div>
      
    </div>
  </div>

  <div class="card__image embed-responsive u-bg-grey-50 embed-responsive-16by9 u--order-1">
    <img class="embed-responsive-item u-object-cover u-transition group-hocus:u-scale-110 image u-w-full lazyloaded" data-src="/media/durham-university/research-/research-centres/centre-for-intercultural-mediation/74010.jpg" src="/media/durham-university/research-/research-centres/centre-for-intercultural-mediation/74010.jpg" alt="A group of people around a desk discussing various books">
  </div>
  
</div><span id="d.en.580997"></span>
<div class="card group u-relative u-flex u-w-full u-h-full u-overflow-hidden u-justify-end u-select-none u-bg-primary has-dark-bg u-flex-col-reverse u-text-white hover:u-shadow u-transition u-cursor-pointer">
  <div class="card-body u-flex u-content-box u-z-1 u-flex-1 u-p-3" data-remove-classes-ie11="u-flex u-flex-1 u-flex-col">
    <div class="u-flex u-flex-col u-flex-1 u-o-2">
      <h3 class="card-heading u-mb-0 u-font-bolder u-leading-tight u-text-large u-text-white">
        <a href="/research/institutes-and-centres/death-life-studies/news/" class="link u-text-inherit group-hocus:u-underline">
        
          CDALS News
        
        </a>
      </h3>

      <div class="u-flex-1 u-text-small">
        <div class="text-long u-max-w-measure-lg u-leading-normal u-o-3">
          Latest CDALS news and events.
        </div>
      </div>

      <div>
        <a class="btn btn-secondary btn-sm" href="/research/institutes-and-centres/death-life-studies/news/">
          Find out more
        </a>
      </div>
      
    </div>
  </div>

  <div class="card__image embed-responsive u-bg-grey-50 embed-responsive-16by9 u--order-1">
    <img class="embed-responsive-item u-object-cover u-transition group-hocus:u-scale-110 image u-w-full lazyloaded" data-src="/media/durham-university/departments-/theology-amp-religion/20414.jpg" src="/media/durham-university/departments-/theology-amp-religion/20414.jpg" alt="Looking up at Abbey House in Durham">
  </div>
  
</div>
    
  </aside>
</div>
</div>
</div>
</main>

<footer class="u-bg-white">
  <div class="u-text-white u-py-5 lg:u-py-8">
    <div class="container u-o-4 lg:u-o-5">
      <div class="u-flex u-flex-col u-items-center u-justify-between md:u-flex-row">
        <ul class="u-list-reset u-flex u-flex-col u-items-center u-gap-y-3 u-gap-x-2 u-mb-2 md:u-flex-row">
          <li>
            <a class="btn btn-primary" href="/about-us/how-to-contact-us/">
              Contact Durham University

              <svg class="icon u-ml-1" focusable="false">
                <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#feather--arrow-right"></use>
              </svg>
            </a>
          </li>
          <li>
            <a href="/about-us/" class="hocus:u-text-primary--dark link cta-link u-font-bold u-no-underline u-pr-2 hocus:u-underline u-block">
             About us

              <svg class="icon u-transition u-ml-1" focusable="false">
                <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#cti--arrow-button-right"></use>
              </svg>
            </a>
          </li>
        </ul>
        <div class="u-text-center lg:u-text-right">
          <ul class="u-list-reset u-flex u-flex-wrap u-gap-y-1 u-gap-x-2">
            
            <li>
              <a href="https://bsky.app/profile/durham.ac.uk" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on Bluesky</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--bluesky"></use>
                </svg>
              </a>
            </li>
            
            <li>
              <a href="https://twitter.com/durham_uni" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on Twitter</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--x"></use>
                </svg>
              </a>
            </li>

            <li>
              <a href="https://www.facebook.com/durhamuniversity" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on Facebook</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--facebook"></use>
                </svg>
              </a>
            </li>

            <li>
              <a href="https://www.linkedin.com/school/durham-university/" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on LinkedIn</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--linkedin"></use>
                </svg>
              </a>
            </li>

            <li>
              <a href="https://www.youtube.com/user/DurhamUniversity/" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on YouTube</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--youtube"></use>
                </svg>
              </a>
            </li>

            <li>
              <a href="https://www.instagram.com/durhamuniversity/" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on Instagram</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--instagram"></use>
                </svg>
              </a>
            </li>
            
            <li>
              <a href="https://www.tiktok.com/@durhamuniversity" class="u-inline-block u-bg-transparent hocus:u-scale-110 u-p-0 u-text-primary hocus:u-text-primary--dark">
                <span class="u-visually-hidden">Durham University on TikTok</span>

                <svg class="icon u-h-icon-lg u-w-icon-lg u-border-current-color u-border-1 u-rounded-full u-p-1" focusable="false">
                  <use xlink:href="/media/durham-university/site-assets/image/sprite.svg#simple-icons--tiktok"></use>
                </svg>
              </a>
            </li>
            
          </ul>
        </div>
      </div>
      <div class="row u-gap-y-2">
        <div class="col-6 col-md u-text-primary">
  <hr class="u-w-3/4 sm:u-w-1/2 u-ml-0 u-mb-2 u-border-t-6 u-border-current-color">
  <span class="u-block u-text-primary u-font-bolder u-mb-2">The University</span>
  <ul class="list-unstyled u-text-grey-300 u-font-thin">
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        About us
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/professional-services/human-resources/job-vacancies/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Jobs
      </a>
    </li>

    <li class='list-item u-mb-1 sm:u-mb-2'>
      <a href='/about-us/how-to-contact-us/' class='list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link'>
        Contact us 
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/visit-us/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Visit us 
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/colleges-and-student-experience/colleges/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Our Colleges
      </a>
    </li>
    
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/departments/academic/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Academic Departments
      </a>
    </li>
    
    <!-- new links -->
        <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/professional-services/ceremonies/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Ceremonies
      </a>
    </li>
    
        
    
  </ul>
</div><div class="col-6 col-md u-text-primary">
  <hr class="u-w-3/4 sm:u-w-1/2 u-ml-0 u-mb-2 u-border-t-6 u-border-current-color">
  <span class="u-block u-text-primary u-font-bolder u-mb-2">Statements and policies</span>
  <ul class="list-unstyled u-text-grey-300 u-font-thin">
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/notices/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Notices
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="https://www.durham.ac.uk/media/durham-university/about-us/pdfs/Modern-Slavery-Statement-2025---2026.pdf" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Statement on Modern Slavery
      </a>
    </li>

    <li class='list-item u-mb-1 sm:u-mb-2'>
      <a href='/about-us/notices/freedom-of-speech/' class='list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link'>
        Freedom of expression
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Covid-19 information
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/web-accessibility/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Website accessibility
      </a>
    </li>
    
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/colleges-and-student-experience/student-support-and-wellbeing/student-conduct/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Student complaints and non-academic misconduct
      </a>
    </li>
    
    <!-- new links -->
        <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/safeguarding/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Safeguarding
      </a>
    </li>
    
        
    
  </ul>
</div><div class="col-6 col-md u-text-primary">
  <hr class="u-w-3/4 sm:u-w-1/2 u-ml-0 u-mb-2 u-border-t-6 u-border-current-color">
  <span class="u-block u-text-primary u-font-bolder u-mb-2">Business services</span>
  <ul class="list-unstyled u-text-grey-300 u-font-thin">
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/research/helping-business/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Helping business
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/research/facilities-and-services/facilities-and-equipment/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Analytical services
      </a>
    </li>

    

    

    
    
    
    
    <!-- new links -->
        
    
        
    
  </ul>
</div><div class="col-6 col-md u-text-primary">
  <hr class="u-w-3/4 sm:u-w-1/2 u-ml-0 u-mb-2 u-border-t-6 u-border-current-color">
  <span class="u-block u-text-primary u-font-bolder u-mb-2">Global Durham</span>
  <ul class="list-unstyled u-text-grey-300 u-font-thin">
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/global-durham/networks-and-consortia/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        International Consortia
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/global-durham/partnerships/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Research and partnerships
      </a>
    </li>

    

    

    
    
    
    
    <!-- new links -->
        
    
        
    
  </ul>
</div><div class="col-6 col-md u-text-primary">
  <hr class="u-w-3/4 sm:u-w-1/2 u-ml-0 u-mb-2 u-border-t-6 u-border-current-color">
  <span class="u-block u-text-primary u-font-bolder u-mb-2">Useful links</span>
  <ul class="list-unstyled u-text-grey-300 u-font-thin">
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="https://blackboard.durham.ac.uk/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Learn Ultra
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="https://ban-ssb.durham.ac.uk/ssomanager/saml/login?relayState=/c/auth/SSB" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Banner Self-Service
      </a>
    </li>

    <li class='list-item u-mb-1 sm:u-mb-2'>
      <a href='/search/?searchStudioQuery=*&isGrid=false&facets=fq%3Dsectiontype_ss%3A"staff"&orderBy=&start=0' class='list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link'>
        Staff directory
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/technician-commitment/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        Technician Commitment
      </a>
    </li>

    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="https://durhamuniversity.sharepoint.com/teams/Hub" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        DU Hub (Internal)
      </a>
    </li>
    
    <li class="list-item u-mb-1 sm:u-mb-2">
      <a href="/about-us/professional-services/computing-information-services/support/" class="list-item u-mb-1 sm:u-mb-2 u-text-grey-300 u-text-small sm:u-text-medium link">
        IT help and support
      </a>
    </li>
    
    <!-- new links -->
        
    
        
    
  </ul>
</div>
      </div>
      <div class="lg:u-flex lg:u-justify-between lg:u-items-center">
        <div class="u-mb-4">
          <a href="https://www.dur.ac.uk/" rel="home"><img class="footer-logo u-mb-2" src="/media/durham-university/site-assets/image/logo-dark.svg" alt="Durham University logo" /></a>
          <div class="u-text-small u-leading-tight u-text-grey-400">
            <p>The Palatine Centre<br />Durham University<br />Stockton Road<br />Durham&nbsp;<br />DH1 3LE</p>
<p>&nbsp;</p>
          </div>
        </div>

        <ul class="accreditation-links u-list-reset u-gap-y-3 u-flex u-flex-wrap u-gap-x-3">
          <li>
            <a href="/discover/university-league-tables/" class="accreditation-links__item group u-flex u-flex-col u-h-full link">
              <div class="u-flex u-items-center u-justify-center u-flex-1 u-transition group-hocus:u-scale-110">
                <img class="img u-w-full lazyload" data-src="/media/durham-university/campaign-sites/university-league-tables/GUG-2026---University-of-the-year---Generic.svg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="The Times and The Sunday Times Good University Guide University of the Year 2026 logo" />
              </div>
            </a>
          </li>
          
          
        </ul>
      </div>
      <div class="u-text-small u-text-grey-400 lg:u-flex lg:u-items-center lg:u-flex-row-reverse lg:u-justify-between">
        <ul class="u-list-reset u-mb-4 lg:u-flex lg:u-mb-0 lg:u-gap-x-3 ul">
  <li class="list-item u-mb-1 sm:u-mb-2">
    <a href="/about-us/governance/governance-documentation/charitable-status/" class="u-text-grey-400 u-underline hocus:u-text-grey-400--light link">
      Charitable status 
    </a>
  </li>
  
  <li class="list-item u-mb-1 sm:u-mb-2">
    <a href="/about-us/disclaimer/" class="u-text-grey-400 u-underline hocus:u-text-grey-400--light link">
      Disclaimer
    </a>
  </li>
  
  <li class="list-item u-mb-1 sm:u-mb-2">
    <a href="/about-us/trading-name/" class="u-text-grey-400 u-underline hocus:u-text-grey-400--light link">
      Trading name
    </a>
  </li>
  
  <li class="list-item u-mb-1 sm:u-mb-2">
    <a href="/about-us/cookie-notice/" class="u-text-grey-400 u-underline hocus:u-text-grey-400--light link">
      Cookie notice
    </a>
  </li>
  
  <li class="list-item u-mb-1 sm:u-mb-2">
    <a href="/about-us/governance/information-governance/privacy-notices/" class="u-text-grey-400 u-underline hocus:u-text-grey-400--light link">
      Privacy notices
    </a>
  </li>
  
  
</ul>
        <p>&copy;2026 Durham University </p>
      </div>
    </div>
  </div>
</footer>

    </div>

    <!--SMD = 1310256 --><?php if (!isset($countryCode) ||
empty($countryCode) ||
(in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'China') ||
(!in_array($countryCode, ['CN', 'HK', 'MO']) && 'notChina' === 'notChina') ||
('notChina' === 'default')) { ?>
<span id="d.en.1310258"></span>
<script src="//player.vimeo.com/api/player.js"></script>
<script src="//www.youtube.com/iframe_api"></script>
<?php } ?>

    <script type="text/javascript" src="/media/durham-university/site-assets/js/dependencies-20231018.js"></script>
    <script type="text/javascript" src="/media/durham-university/site-assets/js/durham-app-enhanced.js"></script>
		<script type="text/javascript" src="/media/durham-university/site-assets/js/emergency.js"></script>
		
		<!-- Funnelback autocompletion -->
		
    
  </body>
</html>