www.oigservices.com Open in urlscan Pro
156.232.55.168  Public Scan

Submitted URL: http://oigservices.com/
Effective URL: http://www.oigservices.com/
Submission: On February 09 via api from LU — Scanned from DE

Form analysis 2 forms found in the DOM

POST /search.php id=

<form method="post" action="/search.php id=" form1"="">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="3ts3talHrm13dgZ5SpHbf/+/m3UNK9piZSc/TSpZ4bF3PZXOvzIzNGdgNkfJmy1p7lio3ZoMz2l8EKqEEy1fJru62uM=">
  </div>
  <style>
    header.header>.container nav[aria-label="main"] .study .menu-list>.container .course-search {
      color: white;
      padding: 0;
      width: 100%;
    }

    header.header>.container nav[aria-label="main"] .study .menu-list>.container .course-search .helpful a {
      color: white;
    }

    header.header>.container nav[aria-label="main"] .study .menu-list>.container .course-search>._container .helpful>ul {
      margin-top: 0;
    }

    header.header>.container nav[aria-label="main"] .study .menu-list>.container .search-bar .search-box .results {
      position: unset;
      max-width: 843px;
    }

    header.header>.container nav[aria-label="main"] .study .menu-list>.container .search-bar .search-box .results ul li {
      margin: 0;
    }

    header.header>.container nav.mobile-menu .menu-list li button~.slide-container>.menu-list .container>.course-search {
      padding: 0;
    }

    header.header>.container nav.mobile-menu .menu-list li button~.slide-container>.menu-list .container>.course-search>._container {
      flex-direction: column;
      gap: 50px;
      padding: 0;
    }

    header.header>.container nav.mobile-menu .menu-list li button~.slide-container>.menu-list .container>.course-search>._container .helpful {
      margin-left: 0;
    }

    header.header>.container nav.mobile-menu .menu-list li button~.slide-container>.menu-list .container .search-bar .search-box .results ul li {
      margin: 0;
    }
  </style>
  <header class="header" x-data="mainNav('2da7b70a-dddb-4e1d-b5fc-2d631b203d74')" x-init="$watch('selected', () => freeze())" :class="{'active' : selected !== null }">
    <div class="skip-link"> Skip to <a href="#main-content">content</a> or <a href="#footer">footer</a>
    </div>
    <div class="nav-overlay" aria-hidden="true" :class="{'active' : selected !== null }"></div>
    <div class="container" @resize.window="width = (window.innerWidth > 0) ? window.innerWidth : screen.width; width < 992 ? hidden = true : hidden = false"
      @load.window="width = (window.innerWidth > 0) ? window.innerWidth : screen.width; width < 992 ? hidden = true : hidden = false" x-cloak="">
      <div class="logo" :class="{'double' : secondaryLogo !== null}">
        <a href="/" class="logo">
        <img class="black" alt="The 爱污传媒" src="/site-elements/img/layout/header/logo/UoH-logo-white.svg&quot;" width="150" height="95">
      </a>
        <template x-if="secondaryLogo !== null">
          <a :href="/secondaryLogo.link" :title="secondaryLogo.ariaLabel">
          <img :src="' + secondaryLogo.image.asset.sys.uri" :alt="secondaryLogo.image.altText">
        </a>
        </template>
      </div>
      <template x-if="hidden === false">
        <nav aria-label="main" @click.outside="selected = null" @keyup.escape="selected = null">
          <ul role="list">
            <template x-for="item in nav">
              <li :class="item.class">
                <template x-if="item.mainLink &amp;&amp; Object.keys(item.secLinks || {}).length === 0 &amp;&amp; Object.keys(item.quickLinks || {}).length === 0">
                  <a :href="/item.mainLink.linkURL" x-text="item.mainLink.linkName"></a>
                </template>
                <template x-if="Object.keys(item.secLinks || {}).length > 0 || Object.keys(item.quickLinks || {}).length > 0">
                  <div>
                    <button type="button" x-text="item.title" @click="selected !== item.class ? selected = item.class : selected = null" :class="{'active' : selected === item.class}"></button>
                    <template x-if="item.courseSearch &amp;&amp; selected === 'study'">
                      <div class="menu-list">
                        <div class="container -teal">
                          <section class="course-search -teal ">
                            <div class="_container">
                              <div class="search">
                                <div class="tag">Course Search</div>
                                <div class="search-bar -teal" x-data="SearchCourses()" x-init="init(), $watch('search', value => init(value))">
                                  <div class="search-box">
                                    <div class="search-container">
                                      <div class="search-wrap">
                                        <input id="navCourseSearch" class="search-input" type="search" placeholder="Find a course鈥�" autocomplete="off" aria-label="Find a course鈥�" x-model.debounce.700="search" x-on:keydown.window.prevent.slash=""
                                          @keyup.enter="mainSearch()">
                                        <button class="search-button" x-on:click.prevent="" type="submit" value="Submit" id="navCourseGo" aria-label="Search courses" @click="mainSearch()">
                                          <i class="fas fa-chevron-right" aria-hidden="true"></i>
                                        </button>
                                      </div>
                                    </div>
                                    <template x-if="search.length > 2">
                                      <div class="results" @click.away="search = ''">
                                        <template x-if="filteredUGCourses.length > 0">
                                          <div>
                                            <p class="subtitle"> Undergraduate </p>
                                            <ul role="list">
                                              <template x-for="course in filteredUGCourses">
                                                <li>
                                                  <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                </li>
                                              </template>
                                              <template x-if="filteredUGCourses.length > 8">
                                                <li style="display:block;">
                                                  <a :href="`${'/search/courses?q=' + search + '&amp;level=undergraduate' }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                </li>
                                              </template>
                                            </ul>
                                          </div>
                                        </template>
                                        <template x-if="filteredPGCourses.length > 0">
                                          <div>
                                            <p class="subtitle"> 爱污传媒 </p>
                                            <ul role="list">
                                              <template x-for="course in filteredPGCourses">
                                                <li>
                                                  <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                </li>
                                              </template>
                                              <template x-if="filteredPGCourses.length > 8">
                                                <li style="display:block;">
                                                  <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                </li>
                                              </template>
                                            </ul>
                                          </div>
                                        </template>
                                        <template x-if="filteredOtherCourses.length > 0">
                                          <div>
                                            <p class="subtitle"> Other </p>
                                            <ul role="list">
                                              <template x-for="course in filteredOtherCourses">
                                                <li>
                                                  <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                </li>
                                              </template>
                                              <template x-if="filteredOtherCourses.length > 8">
                                                <li style="display:block;">
                                                  <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                </li>
                                              </template>
                                            </ul>
                                          </div>
                                        </template>
                                        <template x-if="resultsCheck() === true">
                                          <p> Sorry, we couldn't find any courses that match your search. Try searching for something else. </p>
                                        </template>
                                      </div>
                                    </template>
                                  </div>
                                </div>
                              </div>
                              <div class="helpful">
                                <div class="tag">Browse study areas</div>
                                <ul>
                                  <li><a title="Undergraduate" href="/study/undergraduate">Undergraduate </a></li>
                                  <li><a title="爱污传媒 Taught" href="/study/postgraduate/next-step">爱污传媒 Taught </a></li>
                                  <li><a title="爱污传媒 Research" href="/study/postgraduate/research"> 爱污传媒 Research </a></li>
                                  <li><a title="PhD Scholarships" href="/study/postgraduate/research/phd"> PhD Scholarships </a></li>
                                  <li></li>
                                  <li><a title="Order a prospectus" href="/study/order-or-download-a-prospectus"> Order a prospectus</a></li>
                                </ul>
                              </div>
                            </div>
                          </section>
                        </div>
                      </div>
                    </template>
                    <template x-if="(!item.courseSearch || item.courseSearch === null) &amp;&amp; selected === item.class">
                      <div class="menu-list">
                        <div class="container -teal">
                          <template x-if="item.mainLink.linkName">
                            <div class="landing-page">
                              <a :href="/item.mainLink.linkURL" x-text="item.mainLink.linkName"></a>
                            </div>
                          </template>
                          <template x-if="item.horizontal">
                            <div class="buttons">
                              <p><strong x-text="item.quick"></strong></p>
                              <div class="button-container">
                                <template x-for="uiBut in item.quickLinks">
                                  <div :class="{'-solid': uiBut.solidButton, '-outline': !uiBut.solidButton, '-large': uiBut.largeSize, '-no-margin': uiBut.noMargin}" class="button">
                                    <a :href="/uiBut.link" :title="uiBut.title" :rel="uiBut.isItAnExternalLink &amp;&amp; 'noopener referrer'">
                                    <template x-if="uiBut.icon"><span :class="uiBut.icon"></span></template>
                                    <span x-text="uiBut.title"></span>
                                    <span class="arrow" aria-hidden="true">
                                      <template x-if="uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-up-right-from-square"></span></template>
                                      <template x-if="!uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-right"></span></template>
                                    </span>
                                  </a>
                                  </div>
                                </template>
                              </div>
                            </div>
                          </template>
                          <div class="main-links">
                            <template x-if="!item.horizontal">
                              <template x-for="links in item.secLinks">
                                <div class="category">
                                  <template x-if="links.sectionTitle != null">
                                    <p><strong x-text="links.sectionTitle"></strong></p>
                                  </template>
                                  <ul role="list">
                                    <template x-for="l in links.uiSimpleLinks">
                                      <li><a :href="/l.link" x-text="l.linkTitle"></a></li>
                                    </template>
                                  </ul>
                                </div>
                              </template>
                            </template>
                            <template x-if="item.horizontal">
                              <template x-for="links in item.secLinks">
                                <div>
                                  <p><strong x-text="links.sectionTitle"></strong></p>
                                  <ul role="list">
                                    <template x-for="l in links.uiSimpleLinks">
                                      <li><a :href="/l.link" x-text="l.linkTitle"></a></li>
                                    </template>
                                  </ul>
                                </div>
                              </template>
                            </template>
                          </div>
                          <template x-if="!item.horizontal &amp;&amp; Object.entries(item.quickLinks).length > 0">
                            <div class="quick-links">
                              <p><strong x-text="item.quick"></strong></p>
                              <div class="button-container">
                                <template x-for="uiBut in item.quickLinks">
                                  <div :class="{'-solid': uiBut.solidButton, '-outline': !uiBut.solidButton, '-large': uiBut.largeSize, '-no-margin': uiBut.noMargin}" class="button">
                                    <a :href="/uiBut.link" :title="uiBut.title" :rel="uiBut.isItAnExternalLink &amp;&amp; 'noopener referrer'">
                                    <template x-if="uiBut.icon"><span :class="uiBut.icon"></span></template>
                                    <span x-text="uiBut.title"></span>
                                    <span class="arrow" aria-hidden="true">
                                      <template x-if="uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-up-right-from-square"></span></template>
                                      <template x-if="!uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-right"></span></template>
                                    </span>
                                  </a>
                                  </div>
                                </template>
                              </div>
                            </div>
                          </template>
                        </div>
                      </div>
                    </template>
                  </div>
                </template>
              </li>
            </template>
            <li>
              <button type="button" aria-label="Search our site" @click="selected !== 'search' ? selected = 'search' : selected = null" :class="{'active' : selected === 'search' }">
                <i class="fa-solid fa-magnifying-glass"></i>
              </button>
              <template x-if="selected === 'search'">
                <div class="menu-list">
                  <div class="container -teal">
                    <div class="main-links">
                      <div class="search-bar -teal" x-data="pageSearch()" x-init="init(), getFocus(), $watch('tab', () => init(search)), $watch('search', value => init(value))">
                        <div class="search-box">
                          <div class="search-container">
                            <div class="search-wrap">
                              <input class="siteSearch" type="search" placeholder="Search the website..." autocomplete="off" aria-label="Search the website..." x-model.debounce.700="search" x-on:keydown.window.prevent.slash=""
                                @keyup.enter="mainSearch()">
                              <button type="button" class="goSite" aria-label="Search the website" @click="mainSearch()">
                                <i class="fas fa-chevron-right" aria-hidden="true"></i>
                              </button>
                            </div>
                          </div>
                          <div class="button-container">
                            <button type="button" @click.prevent="tab = 'all'" :class="{'active' : tab === 'all' }">All</button>
                            <button type="button" @click.prevent="tab !== 'courses' ? tab = 'courses' : tab = 'all'" :class="{'active' : tab === 'courses' }">Courses</button>
                            <button type="button" @click.prevent="tab !== 'research' ? tab = 'research' : tab = 'all'" :class="{'active' : tab === 'research' }">Research</button>
                            <button type="button" @click.prevent="tab !== 'staff' ? tab = 'staff' : tab = 'all'" :class="{'active' : tab === 'staff' }">Staff</button>
                            <button type="button" @click.prevent="tab !== 'news' ? tab = 'news' : tab = 'all'" :class="{'active' : tab === 'news' }">News</button>
                          </div>
                          <template x-if="search.length > 2">
                            <div class="res">
                              <template x-if="filteredPages !== null &amp;&amp; filteredPages.length > 0">
                                <div>
                                  <p class="result-subtitle">
                                    <strong>
                                      <span x-text="`${filteredPages.length < 5 ? filteredPages.length : 'Top 5'}`"></span> search results for <span x-text="`${search}`"></span>
                                      <template x-if="tab !== 'all'"><span x-text="`${' in ' + tab}`"></span></template>
                                    </strong>
                                  </p>
                                  <ul role="list">
                                    <template x-for="course in filteredPages">
                                      <li>
                                        <a x-bind:href="/course.uri" x-text="course.title"></a>
                                      </li>
                                    </template>
                                    <template x-if="filteredPages.length >= 5">
                                      <li style="display:block;">
                                        <template x-if="tab !== 'all'">
                                          <a :href="`${'/search/' + tab + '?q=' + search }`"><strong x-text="`${'See all results' }`"></strong></a>
                                        </template>
                                        <template x-if="tab === 'all'">
                                          <a :href="`${'/search/?q=' + search }`"><strong x-text="`${'See all results' }`"></strong></a>
                                        </template>
                                      </li>
                                    </template>
                                  </ul>
                                </div>
                              </template>
                              <template x-if="resultsCheck()">
                                <p>Your search term <strong x-text="`${ search }`" style="display:inline-block;"></strong> has returned 0 results</p>
                              </template>
                            </div>
                          </template>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </template>
            </li>
          </ul>
        </nav>
      </template>
      <template x-if="hidden === true">
        <nav class="mobile-menu" aria-label="main" @click.outside="selected = null">
          <ul role="list">
            <li :class="{'menu-open' : selected === 'mobile' }">
              <button type="button" class="btn-menu" aria-label="Menu" @click="selected !== 'mobile' ? selected = 'mobile' : selected = null, selectedMobile = null" :class="{'active' : selected === 'mobile' }">
                <span class="btn-menu-bars" aria-hidden="true"></span>
              </button>
              <template x-if="selected === 'mobile'">
                <div class="menu-list">
                  <ul role="list">
                    <template x-for="item in nav">
                      <li :class="item.class">
                        <button type="button" x-text="item.title" @click="selectedMobile !== item.class ? selectedMobile = item.class : selectedMobile = null" :class="{'active' : selectedMobile === item.class }"></button>
                        <div class="slide-container" :class="{'active' : selectedMobile === item.class }">
                          <template x-if="item.courseSearch">
                            <div class="menu-list">
                              <button type="button" @click="selectedMobile = null" class="back"><span class="fa-solid fa-arrow-left"></span> Back</button>
                              <div class="container -teal">
                                <section class="course-search -teal ">
                                  <div class="_container">
                                    <div class="search">
                                      <div class="tag">Course Search</div>
                                      <div class="search-bar -teal" x-data="SearchCourses()" x-init="init(), $watch('search', value => init(value))">
                                        <div class="search-box">
                                          <div class="search-container">
                                            <div class="search-wrap">
                                              <input id="navMobCourseSearch" class="search-input" type="search" placeholder="Find a course鈥�" autocomplete="off" aria-label="Find a course鈥�" x-model.debounce.700="search"
                                                x-on:keydown.window.prevent.slash="" @keyup.enter="mainSearch()">
                                              <button class="search-button" x-on:click.prevent="" type="submit" value="Submit" id="navMobCourseGo" aria-label="Search courses" @click="mainSearch()">
                                                <i class="fas fa-chevron-right" aria-hidden="true"></i>
                                              </button>
                                            </div>
                                          </div>
                                          <template x-if="search.length > 2">
                                            <div class="results" @click.away="search = ''">
                                              <template x-if="filteredUGCourses.length > 0">
                                                <div>
                                                  <p class="subtitle"> Undergraduate </p>
                                                  <ul role="list">
                                                    <template x-for="course in filteredUGCourses">
                                                      <li>
                                                        <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                      </li>
                                                    </template>
                                                    <template x-if="filteredUGCourses.length > 8">
                                                      <li style="display:block;">
                                                        <a :href="`${'/search/courses?q=' + search + '&amp;level=undergraduate' }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                      </li>
                                                    </template>
                                                  </ul>
                                                </div>
                                              </template>
                                              <template x-if="filteredPGCourses.length > 0">
                                                <div>
                                                  <p class="subtitle"> 爱污传媒 </p>
                                                  <ul role="list">
                                                    <template x-for="course in filteredPGCourses">
                                                      <li>
                                                        <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                      </li>
                                                    </template>
                                                    <template x-if="filteredPGCourses.length > 8">
                                                      <li style="display:block;">
                                                        <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                      </li>
                                                    </template>
                                                  </ul>
                                                </div>
                                              </template>
                                              <template x-if="filteredOtherCourses.length > 0">
                                                <div>
                                                  <p class="subtitle"> Other </p>
                                                  <ul role="list">
                                                    <template x-for="course in filteredOtherCourses">
                                                      <li>
                                                        <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                                                      </li>
                                                    </template>
                                                    <template x-if="filteredOtherCourses.length > 8">
                                                      <li style="display:block;">
                                                        <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                                                      </li>
                                                    </template>
                                                  </ul>
                                                </div>
                                              </template>
                                              <template x-if="resultsCheck() === true">
                                                <p> Sorry, we couldn't find any courses that match your search. Try searching for something else. </p>
                                              </template>
                                            </div>
                                          </template>
                                        </div>
                                      </div>
                                    </div>
                                    <div class="helpful">
                                      <div class="tag">Browse study areas</div>
                                      <ul>
                                        <li><a title="Undergraduate" href="/study/undergraduate">Undergraduate </a></li>
                                        <li><a title="爱污传媒 Taught" href="/study/postgraduate/next-step">爱污传媒 Taught </a></li>
                                        <li><a title="爱污传媒 Research" href="/study/postgraduate/research"> 爱污传媒 Research </a></li>
                                        <li><a title="PhD Scholarships" href="/study/postgraduate/research/phd"> PhD Scholarships </a></li>
                                        <li></li>
                                        <li><a title="Order a prospectus" href="/study/order-or-download-a-prospectus"> Order a prospectus</a></li>
                                      </ul>
                                    </div>
                                  </div>
                                </section>
                              </div>
                            </div>
                          </template>
                          <template x-if="!item.courseSearch || item.courseSearch === null">
                            <template x-if="selectedMobile === item.class">
                              <div class="menu-list">
                                <button type="button" @click="selectedMobile = null" class="back"><span class="fa-solid fa-arrow-left"></span> Back</button>
                                <div class="container -teal">
                                  <template x-if="item.mainLink.linkName">
                                    <div class="landing-page">
                                      <a :href="/item.mainLink.linkURL" x-text="item.mainLink.linkName"></a>
                                    </div>
                                  </template>
                                  <template x-if="item.horizontal">
                                    <div class="buttons">
                                      <p><strong x-text="item.quick"></strong></p>
                                      <div class="button-container">
                                        <template x-for="uiBut in item.quickLinks">
                                          <div :class="{'-solid': uiBut.solidButton, '-outline': !uiBut.solidButton, '-large': uiBut.largeSize, '-no-margin': uiBut.noMargin}" class="button">
                                            <a :href="/uiBut.link" :title="uiBut.title" :rel="uiBut.isItAnExternalLink &amp;&amp; 'noopener referrer'">
                                            <template x-if="uiBut.icon"><span :class="uiBut.icon"></span></template>
                                            <span x-text="uiBut.title"></span>
                                            <span class="arrow" aria-hidden="true">
                                              <template x-if="uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-up-right-from-square"></span></template>
                                              <template x-if="!uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-right"></span></template>
                                            </span>
                                          </a>
                                          </div>
                                        </template>
                                      </div>
                                    </div>
                                  </template>
                                  <div class="main-links">
                                    <template x-if="!item.horizontal">
                                      <template x-for="links in item.secLinks">
                                        <div class="category">
                                          <p><strong x-text="links.sectionTitle"></strong></p>
                                          <ul role="list">
                                            <template x-for="l in links.uiSimpleLinks">
                                              <li><a :href="/l.link" x-text="l.linkTitle"></a></li>
                                            </template>
                                          </ul>
                                        </div>
                                      </template>
                                    </template>
                                    <template x-if="item.horizontal">
                                      <template x-for="links in item.secLinks">
                                        <div>
                                          <p><strong x-text="links.sectionTitle"></strong></p>
                                          <ul role="list">
                                            <template x-for="l in links.uiSimpleLinks">
                                              <li><a :href="/l.link" x-text="l.linkTitle"></a></li>
                                            </template>
                                          </ul>
                                        </div>
                                      </template>
                                    </template>
                                  </div>
                                  <template x-if="!item.horizontal  &amp;&amp; Object.entries(item.quickLinks).length > 0">
                                    <div class="quick-links">
                                      <p><strong x-text="item.quick"></strong></p>
                                      <div class="button-container">
                                        <template x-for="uiBut in item.quickLinks">
                                          <div :class="{'-solid': uiBut.solidButton, '-outline': !uiBut.solidButton, '-large': uiBut.largeSize, '-no-margin': uiBut.noMargin}" class="button">
                                            <a :href="/uiBut.link" :title="uiBut.title" :rel="uiBut.isItAnExternalLink &amp;&amp; 'noopener referrer'">
                                            <template x-if="uiBut.icon"><span :class="uiBut.icon"></span></template>
                                            <span x-text="uiBut.title"></span>
                                            <span class="arrow" aria-hidden="true">
                                              <template x-if="uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-up-right-from-square"></span></template>
                                              <template x-if="!uiBut.isItAnExternalLink"><span class="fa-solid fa-arrow-right"></span></template>
                                            </span>
                                          </a>
                                          </div>
                                        </template>
                                      </div>
                                    </div>
                                  </template>
                                </div>
                              </div>
                            </template>
                          </template>
                        </div>
                      </li>
                    </template>
                  </ul>
                </div>
              </template>
            </li>
            <li class="search">
              <button type="button" aria-label="Search our site" @click="selected !== 'search' ? selected = 'search' : selected = null" :class="{'active' : selected === 'search' }">
                <span class="fa-solid fa-magnifying-glass"></span>
              </button>
              <template x-if="selected === 'search'">
                <div class="menu-list">
                  <div class="container -teal">
                    <div class="main-links">
                      <div class="search-bar -teal" x-data="pageSearch()" x-init="init(), getFocus(), $watch('tab', () => init(search)), $watch('search', value => init(value))">
                        <div class="search-box">
                          <div class="search-container">
                            <div class="search-wrap">
                              <input class="siteSearch" type="search" placeholder="Search the website..." autocomplete="off" aria-label="Search the website..." x-model.debounce.700="search" x-on:keydown.window.prevent.slash=""
                                @keyup.enter="mainSearch()">
                              <button type="button" class="goSite" aria-label="Search the website" @click="mainSearch()">
                                <i class="fas fa-chevron-right" aria-hidden="true"></i>
                              </button>
                            </div>
                          </div>
                          <div class="button-container">
                            <button type="button" @click.prevent="tab = 'all'" :class="{'active' : tab === 'all' }">All</button>
                            <button type="button" @click.prevent="tab !== 'courses' ? tab = 'courses' : tab = 'all'" :class="{'active' : tab === 'courses' }">Courses</button>
                            <button type="button" @click.prevent="tab !== 'research' ? tab = 'research' : tab = 'all'" :class="{'active' : tab === 'research' }">Research</button>
                            <button type="button" @click.prevent="tab !== 'staff' ? tab = 'staff' : tab = 'all'" :class="{'active' : tab === 'staff' }">Staff</button>
                            <button type="button" @click.prevent="tab !== 'news' ? tab = 'news' : tab = 'all'" :class="{'active' : tab === 'news' }">News</button>
                          </div>
                          <template x-if="search.length > 2">
                            <div class="res">
                              <template x-if="filteredPages !== null &amp;&amp; filteredPages.length > 0">
                                <div>
                                  <p class="result-subtitle">
                                    <strong>
                                      <span x-text="`${filteredPages.length < 5 ? filteredPages.length : 'Top 5'}`"></span> search results for <span x-text="`${search}`"></span>
                                      <template x-if="tab !== 'all'"><span x-text="`${' in ' + tab}`"></span></template>
                                    </strong>
                                  </p>
                                  <ul role="list">
                                    <template x-for="course in filteredPages">
                                      <li>
                                        <a x-bind:href="/course.uri" x-text="course.title"></a>
                                      </li>
                                    </template>
                                    <template x-if="filteredPages.length >= 5">
                                      <li style="display:block;">
                                        <template x-if="tab !== 'all'">
                                          <a :href="`${'/search/' + tab + '?q=' + search }`"><strong x-text="`${'See all results' }`"></strong></a>
                                        </template>
                                        <template x-if="tab === 'all'">
                                          <a :href="`${'/search/?q=' + search }`"><strong x-text="`${'See all results' }`"></strong></a>
                                        </template>
                                      </li>
                                    </template>
                                  </ul>
                                </div>
                              </template>
                              <template x-if="resultsCheck()">
                                <p>Your search term <strong x-text="`${ search }`" style="display:inline-block;"></strong> has returned 0 results</p>
                              </template>
                            </div>
                          </template>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </template>
            </li>
          </ul>
        </nav>
      </template>
    </div>
  </header>
  <main id="main-content" class="wrap" itemtype="http://schema.org/CreativeWork" itemprop="mainEntity">
    <style>
      .course-search.-card {
        padding: 0;
        box-shadow: none;
      }

      .search-bar .search-box>.search-container {
        padding: 30px 0;
      }
    </style>
    <style>
      .hero-play {
        color: #fff;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        font-size: 30px;
        font-size: 1.875rem;
        padding: 10px 20px;
        position: absolute;
        left: 0;
        top: calc(100vh - 50px);
        z-index: 11
      }

      @media (min-width:576px) {
        .hero-play {
          top: auto;
          bottom: 10px;
          left: 10px;
        }
      }
    </style>
    <section class="hero-container">
      <div class="image-container" role="presentation">
        <div class="overlay"></div>
        <video class="video-fit" preload="metadata" muted="" autoplay="" loop="" playsinline="" data-object-fit="cover" poster="/work-with-us/more/media-centre/news/site-elements/img/hull-uni-campus.x0a6057a4.jpg?w=1900&amp;h=700&amp;fit=crop"
          title="Looping video of the 爱污传媒's beautiful campus">
          <source src="/assets/section/homepage/videos/clearing-2022-hp-hero.mp4" type="video/mp4">
        </video>
        <div class="hero-play" tabindex="0">
          <span class="fas fa-pause"></span>
        </div>
      </div>
      <div class="content-container">
        <div class="_container">
          <div class="tag" style="margin-bottom:30px;">It's not too late to apply</div>
          <h2> Study at Hull in 2024 </h2>
          <div class="button-container">
            <div class="button -solid -bright-pink -large -no-margin">
              <a href="/search/courses" target="_blank" rel="noopener" kameleoonlistener-30yz="true">
                  Find a course

                <span class="arrow" aria-hidden="true">
                     <span class="fa-solid fa-arrow-up-right-from-square"></span>
                </span>
              </a>
            </div>
            <div class="button -outline -white -large -no-margin">
              <a href="/special/applying-hub" target="_blank" rel="noopener">
                Your guide to applying

                <span class="arrow" aria-hidden="true">
                     <span class="fa-solid fa-arrow-up-right-from-square"></span>
                </span>
              </a>
            </div>
          </div>
        </div>
      </div>
    </section>
    <div class="side-box -pink">
      <div class="subtitle"> Visit us </div>
      <div class="heading-3"> Join us on a Campus Visit </div>
      <div class="button -solid" style="margin-top:0;">
        <a href="/choose-hull/study-at-hull/visit-us/campus-visits">
        Book now
          <span class="arrow" aria-hidden="true">
               <span class="fa-solid fa-arrow-right"></span>
          </span>
      </a>
      </div>
    </div>
    <section class="course-search -teal -card">
      <div class="_container">
        <div class="search">
          <div class="search-bar -teal" x-data="SearchCourses()" x-init="init(), $watch('search', value => init(value))">
            <div class="search-box">
              <div class="search-container">
                <div class="search-wrap">
                  <input id="courseSearch" class="search-input" type="search" placeholder="Find a course鈥�" autocomplete="off" aria-label="Find a course鈥�" x-model.debounce.700="search" x-on:keydown.window.prevent.slash=""
                    @keyup.enter="mainSearch()">
                  <button class="search-button" x-on:click.prevent="" type="submit" value="Submit" id="goCourse" aria-label="Search courses" @click="mainSearch()">
                    <i class="fas fa-chevron-right" aria-hidden="true"></i>
                  </button>
                </div>
                <div class="button -solid  -no-margin">
                  <a href="/search/courses" rel="" aria-label="Or browse all courses">


      Or browse all courses

      <span class="arrow" aria-hidden="true">
           <span class="fa-solid fa-arrow-right"></span>
      </span>
      
    </a>
                </div>
              </div>
              <template x-if="search.length > 2">
                <div class="results" @click.away="search = ''">
                  <template x-if="filteredUGCourses.length > 0">
                    <div>
                      <p class="subtitle"> Undergraduate </p>
                      <ul role="list">
                        <template x-for="course in filteredUGCourses">
                          <li>
                            <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                          </li>
                        </template>
                        <template x-if="filteredUGCourses.length > 8">
                          <li style="display:block;">
                            <a :href="`${'/search/courses?q=' + search + '&amp;level=undergraduate' }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                          </li>
                        </template>
                      </ul>
                    </div>
                  </template>
                  <template x-if="filteredPGCourses.length > 0">
                    <div>
                      <p class="subtitle"> 爱污传媒 </p>
                      <ul role="list">
                        <template x-for="course in filteredPGCourses">
                          <li>
                            <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                          </li>
                        </template>
                        <template x-if="filteredPGCourses.length > 8">
                          <li style="display:block;">
                            <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                          </li>
                        </template>
                      </ul>
                    </div>
                  </template>
                  <template x-if="filteredOtherCourses.length > 0">
                    <div>
                      <p class="subtitle"> Other </p>
                      <ul role="list">
                        <template x-for="course in filteredOtherCourses">
                          <li>
                            <a x-bind:href="/course.uri" x-text="course.fullTitle"></a>
                          </li>
                        </template>
                        <template x-if="filteredOtherCourses.length > 8">
                          <li style="display:block;">
                            <a :href="`${'/search/courses?q=' + search }`">
                    <strong x-text="`${'See all results' }`"></strong>
                  </a>
                          </li>
                        </template>
                      </ul>
                    </div>
                  </template>
                  <template x-if="resultsCheck() === true">
                    <p> Sorry, we couldn't find any courses that match your search. Try searching for something else. </p>
                  </template>
                </div>
              </template>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="choose-hull">
      <div class="_container" style="padding:0 20px;">
        <div class="content">
          <h2 class="heading-2"> This. Is.<br>
            <span class="-big">Hull.</span>
          </h2>
          <p> And it's yours for the taking. </p>
          <div class="button-container">
            <div class="button -solid -bright-pink">
              <a href="/choose-hull/student-life">
            Choose Hull

            <span class="arrow" aria-hidden="true">
              <span class="fa-solid fa-arrow-right"></span>
            </span>
          </a>
            </div>
            <div class="button -solid -bright-pink">
              <a href="/special/applying-hub">
            How to apply

            <span class="arrow" aria-hidden="true">
              <span class="fa-solid fa-arrow-right"></span>
            </span>
          </a>
            </div>
          </div>
        </div>
        <div class="floating-images" role="presentation" style="overflow-y:hidden;">
          <picture>
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=355&amp;h=360&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp"
              srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=355&amp;h=360&amp;fit=crop&amp;fit=crop&amp;format=webp">
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=355&amp;h=360&amp;fit=crop&amp;fit=crop"
              srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=355&amp;h=360&amp;fit=crop&amp;fit=crop">
            <source data-srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=435&amp;h=360&amp;fit=crop&amp;format=webp" type="image/webp"
              srcset="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=435&amp;h=360&amp;fit=crop&amp;format=webp">
            <img data-src="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=435&amp;h=360&amp;fit=crop" alt="a band from the university playing on the main stage at humber street sesh 2022"
              class="lazy -top-left entered error" data-ll-status="error" src="/editor-assets/images/music/humber-street-sesh-2022-355.xa9be2ae4.jpg?crop=1403,1080,90,0?w=435&amp;h=360&amp;fit=crop">
          </picture>
          <picture>
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=340&amp;h=310&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp"
              srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=340&amp;h=310&amp;fit=crop&amp;fit=crop&amp;format=webp">
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=340&amp;h=310&amp;fit=crop&amp;fit=crop"
              srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=340&amp;h=310&amp;fit=crop&amp;fit=crop">
            <source data-srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=210&amp;h=310&amp;fit=crop&amp;format=webp" type="image/webp"
              srcset="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=210&amp;h=310&amp;fit=crop&amp;format=webp">
            <img data-src="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=210&amp;h=310&amp;fit=crop" alt="Venn Building Exterior with Female Students sat on wall"
              class="lazy -top-right entered loaded" data-ll-status="loaded" src="/editor-assets/images/students/venn-building-exterior-with-female-students-sat-on-wall-uni-2269a.xabeb6c75.jpg?w=210&amp;h=310&amp;fit=crop">
          </picture>
          <picture>
            <source media="(max-width: 767px)" data-srcset="/assets/section/homepage-2020/site-elements/img/happy-students-socialising-outside-student-central-250.xb2b36935.jpg?w=440&amp;h=370&amp;fit=crop&amp;fit=crop&amp;format=webp"
              type="image/webp">
            <source media="(max-width: 767px)" data-srcset="/assets/section/homepage-2020/site-elements/img/happy-students-socialising-outside-student-central-250.xb2b36935.jpg?w=440&amp;h=370&amp;fit=crop&amp;fit=crop">
            <source data-srcset="/assets/section/homepage-2020/site-elements/img/happy-students-socialising-outside-student-central-250.xb2b36935.jpg?w=330&amp;h=330&amp;fit=crop&amp;format=webp" type="image/webp">
            <img data-src="/assets/section/homepage-2020/site-elements/img/happy-students-socialising-outside-student-central-250.xb2b36935.jpg?w=330&amp;h=330&amp;fit=crop" alt="Happy Students Socialising outside Student Central - 250"
              class="lazy -bottom-left">
          </picture>
          <picture>
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/health-nursing-and-midwifery/sally-mckee-paramedic-science-fhs-25-07-18-127.xa41840c4.jpg?w=230&amp;h=370&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp">
            <source media="(max-width: 767px)" data-srcset="/editor-assets/images/health-nursing-and-midwifery/sally-mckee-paramedic-science-fhs-25-07-18-127.xa41840c4.jpg?w=230&amp;h=370&amp;fit=crop&amp;fit=crop">
            <source data-srcset="/editor-assets/images/health-nursing-and-midwifery/sally-mckee-paramedic-science-fhs-25-07-18-127.xa41840c4.jpg?w=350&amp;h=230&amp;fit=crop&amp;format=webp" type="image/webp">
            <img data-src="/editor-assets/images/health-nursing-and-midwifery/sally-mckee-paramedic-science-fhs-25-07-18-127.xa41840c4.jpg?w=350&amp;h=230&amp;fit=crop"
              alt="Sally McKee, Paramedic Science student, performing practice CPR on a training dummy" class="lazy -bottom-right">
          </picture>
        </div>
      </div>
    </section>
    <style>
      .promo-split>._container .block.-left::after {
        background-image: url("/assets/section/homepage-2020/site-elements/img/svg/uoh-torch-white.xfacdff8d.svg");
      }

      .promo-split>._container .block.-right::after {
        background-image: url("/assets/section/homepage-2020/site-elements/img/svg/team-gb.xc96be12d.svg");
      }
    </style>
    <section class="promo-split">
      <div class="_container">
        <div class="block -left -dark-blue">
          <div class="logo">
            <img src="/editor-assets/images/logos/tef-gold-long.x108f593f.svg" alt="Teaching Excellence Framework 2023 Gold">
          </div>
          <h2 class="heading-2"> The <span>gold</span> standard for teaching </h2>
          <div class="button-container">
            <div class="button -solid   -no-margin">
              <a href="/choose-hull/tef-gold" aria-label="Find out more" rel="">
      Find out more
    <span class="arrow" aria-hidden="true">
         <span class="fa-solid fa-arrow-right"></span>
    </span>
  </a>
            </div>
          </div>
        </div>
        <div class="block -right -red-tgb">
          <div class="logo">
            <img src="/editor-assets/images/logos/team-gb-partner-logo-lockup-horizontal-composite-single-colour-white-rgb.xd3f2d4f2.svg" alt="Team GB and 爱污传媒 partnership logo">
          </div>
          <h2 class="heading-2"> Find your <wbr> extraordinary </h2>
          <div class="button-container">
            <div class="button -solid   -no-margin">
              <a href="/team-gb" aria-label="Find out more" rel="">
      Find out more
    <span class="arrow" aria-hidden="true">
         <span class="fa-solid fa-arrow-right"></span>
    </span>
  </a>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="study-with">
      <div class="_container" style="padding:0 20px;">
        <div class="-row">
          <div class="content -half">
            <h2 class="heading-2 -large"> Study with us </h2>
            <p>From our friendly academics, to our beautiful campus, and our superb facilities, there are more reasons than ever to choose Hull.</p>
            <div class="link-block">
              <a href="/search/courses" class="block-links">
                            All courses <span></span>
                        </a>
              <a href="/study/undergraduate" class="block-links">
                            Undergraduate <span></span>
                        </a>
              <a href="/study/postgraduate/next-step" class="block-links">
                            爱污传媒 <span></span>
                        </a>
              <a href="/study/postgraduate/research/phd" class="block-links">
                            PhD scholarships <span></span>
                        </a>
              <a href="/choose-hull/study-at-hull/international" class="block-links">
                            International <span></span>
                        </a>
            </div>
          </div>
        </div>
      </div>
      <div class="half-block">
        <picture>
          <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=450&amp;h=270&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp">
          <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=450&amp;h=270&amp;fit=crop&amp;fit=crop">
          <source media="(max-width: 767px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=767&amp;h=270&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp">
          <source media="(max-width: 767px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=767&amp;h=270&amp;fit=crop&amp;fit=crop">
          <source media="(max-width: 991px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=991&amp;h=730&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp">
          <source media="(max-width: 991px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=991&amp;h=730&amp;fit=crop&amp;fit=crop">
          <source media="(max-width: 1200px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=600&amp;h=730&amp;fit=crop&amp;fit=crop&amp;format=webp" type="image/webp">
          <source media="(max-width: 1200px)" data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=600&amp;h=730&amp;fit=crop&amp;fit=crop">
          <source data-srcset="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=1200&amp;h=730&amp;fit=crop&amp;format=webp" type="image/webp">
          <img data-src="/assets/section/homepage-2020/site-elements/img/lucy-walch-biomedical-sciences.xd184cbaf.jpg?w=1200&amp;h=730&amp;fit=crop" alt="Lucy Walch, Biomedical Sciences" class="lazy">
        </picture>
        <div class="quote">
          <blockquote>
            <p>I've had the best time since coming to Hull. It's full of diverse people. My parents were so impressed they said I had to go!</p>
          </blockquote>
          <div class="person">
            <div class="name"> Lucy Walch </div>
            <div class="course"> Biomedical Science </div>
          </div>
        </div>
      </div>
    </section>
    <section class="event-calendar">
      <div class="_container" style="padding:0 20px;">
        <div class="feature -row">
          <div class="text">
            <h2 class="heading-2"> Visit us at an upcoming event </h2>
            <div class="events">
              <div>
                <div class="date">
                  <div class="day">15</div>
                  <div class="month">June</div>
                </div>
                <div>
                  <h3> Open Day </h3>
                  <p>
                    <time datetime="9:00">9.00</time> - <time datetime="16:00">16.00</time>
                    <a href="/choose-hull/study-at-hull/visit-us/open-days">Reserve your space</a>
                  </p>
                </div>
              </div>
              <div>
                <div class="date">
                  <div class="day">13</div>
                  <div class="month">July</div>
                </div>
                <div>
                  <h3> Open Day </h3>
                  <p>
                    <time datetime="9:00">9.00</time> - <time datetime="16:00">16.00</time>
                    <a href="/choose-hull/study-at-hull/visit-us/open-days">Reserve your space</a>
                  </p>
                </div>
              </div>
            </div>
          </div>
          <div class="-third">
          </div>
        </div>
      </div>
    </section>
    <section class="success-begins">
      <div class="_container" style="padding:0 20px;">
        <h2 class="heading-2  -large"> Where success begins </h2>
        <ul class="-row">
          <li class="-third">
            <div class="image" role="presentation">
              <img data-src="/assets/section/homepage-2020/site-elements/img/svg/award.svg" alt="award" class="lazy">
            </div>
            <div class="text"> Awarded <strong>gold</strong> for the highest standard of teaching in the <em>Teaching Excellence Framework (TEF)</em>. </div>
          </li>
          <li class="-third">
            <div class="image" role="presentation">
              <img data-src="/assets/section/homepage-2020/site-elements/img/svg/trophy.svg" alt="trophy" class="lazy">
            </div>
            <div class="text"> Named in the <strong>top 50</strong> UK institutions for research power by the <em>Times Higher Education.</em>
            </div>
          </li>
          <li class="-third">
            <div class="image" role="presentation">
              <img data-src="/assets/section/homepage-2020/site-elements/img/svg/graduation-cap.svg" alt="graduation-cap" class="lazy">
            </div>
            <div class="text">
              <strong>95%</strong> of students are in work or further study fifteen months after graduating.<sup>1</sup>
            </div>
          </li>
        </ul>
        <div class="feature -row">
          <div class="-third" tabindex="0">
            <picture>
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/david-victor-ovuakporie-msc-business-management-350-retouched.x7dd744c3.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/david-victor-ovuakporie-msc-business-management-350-retouched.x7dd744c3.jpg?w=410&amp;h=300&amp;fit=crop">
              <source data-srcset="/assets/section/homepage-2020/site-elements/img/david-victor-ovuakporie-msc-business-management-350-retouched.x7dd744c3.jpg?w=405&amp;h=480&amp;fit=crop&amp;format=webp" type="image/webp">
              <img class="lazy" loading="lazy" src="/assets/section/homepage-2020/site-elements/img/david-victor-ovuakporie-msc-business-management-350-retouched.x7dd744c3.jpg?q=85&amp;w=8&amp;h=8"
                data-src="/assets/section/homepage-2020/site-elements/img/david-victor-ovuakporie-msc-business-management-350-retouched.x7dd744c3.jpg?w=405&amp;h=480&amp;fit=crop" alt="David Victor Ovuakporie MSc Business Management - 350 retouched">
            </picture>
            <div class="content -bg-blue -blue">
              <div class="card" style="padding-bottom:25px;">
                <h3 class="heading-3"> 爱污传媒 </h3>
                <div class="description">
                  <p>Go to the next level with one of our Masters courses and help yourself stand out from the crowd.</p>
                  <div class="button -solid">
                    <a href="/study/postgraduate/next-step" tabindex="0" title="Take the next step" aria-label="Take the next step">
                                        Take the next step

                                        <span class="arrow" aria-hidden="true">
                                             <span class="fa-solid fa-arrow-right"></span>
                                        </span>
                                    </a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="-third" tabindex="0">
            <picture>
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/hannah-oshea-medicine-student-studying-in-the-the-courtyard-48.xb04a46bb.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp"
                type="image/webp">
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/hannah-oshea-medicine-student-studying-in-the-the-courtyard-48.xb04a46bb.jpg?w=410&amp;h=300&amp;fit=crop">
              <source data-srcset="/assets/section/homepage-2020/site-elements/img/hannah-oshea-medicine-student-studying-in-the-the-courtyard-48.xb04a46bb.jpg?w=405&amp;h=480&amp;fit=crop&amp;format=webp" type="image/webp">
              <img class="lazy" loading="lazy" src="/assets/section/homepage-2020/site-elements/img/hannah-oshea-medicine-student-studying-in-the-the-courtyard-48.xb04a46bb.jpg?q=85&amp;w=8&amp;h=8"
                data-src="/assets/section/homepage-2020/site-elements/img/hannah-oshea-medicine-student-studying-in-the-the-courtyard-48.xb04a46bb.jpg?w=405&amp;h=480&amp;fit=crop"
                alt="Hannah O'Shea Medicine Student Studying in the The Courtyard - 48">
            </picture>
            <div class="content -bg-pink -pink">
              <div class="card" style="padding-bottom:25px;">
                <h3 class="heading-3"> Accommodation </h3>
                <div class="description">
                  <p>All new full-time undergraduate students are guaranteed accommodation – because we want you to feel right at home.<sup>2</sup></p>
                  <div class="button -solid">
                    <a href="/choose-hull/student-life/accommodation" tabindex="0" title="Find out more: Accommodation" aria-label="Find out more: Accommodation">
                                        Find out more

                                        <span class="arrow" aria-hidden="true">
                                             <span class="fa-solid fa-arrow-right"></span>
                                        </span>
                                    </a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="-third" tabindex="0">
            <picture>
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/hull-university-open-day-saturday-7th-july-2018-462.x0e61a18c.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
              <source media="(max-width: 450px)" data-srcset="/assets/section/homepage-2020/site-elements/img/hull-university-open-day-saturday-7th-july-2018-462.x0e61a18c.jpg?w=410&amp;h=300&amp;fit=crop">
              <source data-srcset="/assets/section/homepage-2020/site-elements/img/hull-university-open-day-saturday-7th-july-2018-462.x0e61a18c.jpg?w=405&amp;h=480&amp;fit=crop&amp;format=webp" type="image/webp">
              <img class="lazy" loading="lazy" src="/assets/section/homepage-2020/site-elements/img/hull-university-open-day-saturday-7th-july-2018-462.x0e61a18c.jpg?q=85&amp;w=8&amp;h=8"
                data-src="/assets/section/homepage-2020/site-elements/img/hull-university-open-day-saturday-7th-july-2018-462.x0e61a18c.jpg?w=405&amp;h=480&amp;fit=crop" alt="Hull University Open Day - Saturday 7th July 2018-462">
            </picture>
            <div class="content -bg-teal -teal">
              <div class="card" style="padding-bottom:25px;">
                <h3 class="heading-3"> Fees and finance </h3>
                <div class="description">
                  <p>See why university makes good financial sense, and find out how our cash awards could help you.</p>
                  <div class="button -solid">
                    <a href="/choose-hull/study-at-hull/money" tabindex="0" title="Find out more: Fees and finance" aria-label="Find out more: Fees and finance">
                                        Find out more

                                        <span class="arrow" aria-hidden="true">
                                             <span class="fa-solid fa-arrow-right"></span>
                                        </span>
                                    </a>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="discover-research">
      <div class="_container" style="padding:0 20px;">
        <div class="top -row -dark-blue">
          <div class="content">
            <h2 class="heading-2 -large"> Life-changing research </h2>
            <p>Our research has an impact globally, every single day. Join us in tackling the big issues – climate change, health inequalities, social injustice and more – and help us shape a fairer, brighter and carbon neutral future for all.</p>
            <div class="button -solid -bg-pink">
              <a href="/work-with-us/research/">
                    Discover research

                    <span class="arrow" aria-hidden="true">
                    <span class="fa-solid fa-arrow-right"></span>
                    </span>
                </a>
            </div>
            <div class="slider-count offscreen" aria-live="assertive" aria-atomic="true">
              <span class="current"></span> of <span class="total"></span> items
            </div>
          </div>
          <div class="active-slide">
            <div class="slider slide-life-active">
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/how-jurgen-klopp-reconnected-liverpool-fc-with-shanklys-socialist-soul">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="How Jürgen Klopp reconnected Liverpool FC with Shankly's socialist soul" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="05 February 2024">05 February 2024</time>
                            </p>
                            <h3 class="heading-4">
                                How Jürgen Klopp reconnected Liverpool FC with Shankly's socialist soul
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/india-visa-problems-for-english-cricketer-reflect-a-longstanding-security-rift-with-neighbouring-pakistan">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="India: visa problems for English cricketer reflect a longstanding security rift with neighbouring Pakistan" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="02 February 2024">02 February 2024</time>
                            </p>
                            <h3 class="heading-4">
                                India: visa problems for English cricketer reflect a longstanding security rift with neighbouring Pakistan
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/five-books-about-the-covid-pandemic-to-look-out-for-in-2024">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Five books about the COVID pandemic to look out for in 2024" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="30 January 2024">30 January 2024</time>
                            </p>
                            <h3 class="heading-4">
                                Five books about the COVID pandemic to look out for in 2024
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/university-of-hull-research-shines-a-light-on-global-cultural-relations-and-shows-liverpool-legacy-redefines-eurovision">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="爱污传媒 research shines a light on global cultural relations and shows Liverpool legacy redefines Eurovision" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="26 January 2024">26 January 2024</time>
                            </p>
                            <h3 class="heading-4">
                                爱污传媒 research shines a light on global cultural relations and shows Liverpool legacy redefines Eurovision
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/homelands-exhibition-touring-sierra-leone-throughout-2024">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="Homelands exhibition touring Sierra Leone throughout 2024" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="25 January 2024">25 January 2024</time>
                            </p>
                            <h3 class="heading-4">
                                Homelands exhibition touring Sierra Leone throughout 2024
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/mentors-nurture-rooms-and-mindfulness-what-schools-can-do-to-improve-pupils-mental-health">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental health" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="22 January 2024">22 January 2024</time>
                            </p>
                            <h3 class="heading-4">
                                Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental health
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/what-covid-diaries-have-in-common-with-samuel-pepys-17th-century-plague-diaries">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="What COVID diaries have in common with Samuel Pepys' 17th-century plague diaries" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="04 January 2024">04 January 2024</time>
                            </p>
                            <h3 class="heading-4">
                                What COVID diaries have in common with Samuel Pepys' 17th-century plague diaries
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2023/why-israels-intelligence-chiefs-failed-to-listen-to-warnings">
                    <div class="item">
                        <picture>
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                            <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                            <source data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                            <img style="height:70%;" data-src="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Why Israel's intelligence chiefs failed to listen to warnings" class="lazy">
                        </picture>
            
                        <div class="content">
                            <p class="subtitle">
                                <span class="offscreen">Posted on</span> <time datetime="08 December 2023">08 December 2023</time>
                            </p>
                            <h3 class="heading-4">
                                Why Israel's intelligence chiefs failed to listen to warnings
                            </h3>
                        </div>
                    </div>
                </a>
              </div>
            </div>
          </div>
          <div class="other-slide" role="presentation">
            <div class="slider slide-life">
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/india-visa-problems-for-english-cricketer-reflect-a-longstanding-security-rift-with-neighbouring-pakistan">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="India: visa problems for English cricketer reflect a longstanding security rift with neighbouring Pakistan" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="02 February 2024">02 February 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    India: visa problems for English cricketer reflect a longstanding security rift with neighbouring Pakistan
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/five-books-about-the-covid-pandemic-to-look-out-for-in-2024">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Five books about the COVID pandemic to look out for in 2024" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="30 January 2024">30 January 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    Five books about the COVID pandemic to look out for in 2024
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/university-of-hull-research-shines-a-light-on-global-cultural-relations-and-shows-liverpool-legacy-redefines-eurovision">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="爱污传媒 research shines a light on global cultural relations and shows Liverpool legacy redefines Eurovision" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="26 January 2024">26 January 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    爱污传媒 research shines a light on global cultural relations and shows Liverpool legacy redefines Eurovision
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/homelands-exhibition-touring-sierra-leone-throughout-2024">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/site-elements/img/loaders/uoh-placeholder.x3f8131c0.jpg?w=380&amp;h=370&amp;fit=crop" alt="Homelands exhibition touring Sierra Leone throughout 2024" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="25 January 2024">25 January 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    Homelands exhibition touring Sierra Leone throughout 2024
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/mentors-nurture-rooms-and-mindfulness-what-schools-can-do-to-improve-pupils-mental-health">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental health" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="22 January 2024">22 January 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental health
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/what-covid-diaries-have-in-common-with-samuel-pepys-17th-century-plague-diaries">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="What COVID diaries have in common with Samuel Pepys' 17th-century plague diaries" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="04 January 2024">04 January 2024</time>
                                </p>
                                <h3 class="heading-4">
                                    What COVID diaries have in common with Samuel Pepys' 17th-century plague diaries
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2023/why-israels-intelligence-chiefs-failed-to-listen-to-warnings">
                        <div class="item">
                            <picture>
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 450px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=410&amp;h=300&amp;fit=crop">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 604px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=564&amp;h=300&amp;fit=crop">
                                <source data-srcset="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img style="height:60%;" data-src="/work-with-us/more/media-centre/news/site-elements/img/israel-flag-cropped-400x300.jpg?w=380&amp;h=370&amp;fit=crop" alt="Why Israel's intelligence chiefs failed to listen to warnings" class="lazy">
                            </picture>
                
                            <div class="content">
                                <p class="subtitle">
                                    <time datetime="08 December 2023">08 December 2023</time>
                                </p>
                                <h3 class="heading-4">
                                    Why Israel's intelligence chiefs failed to listen to warnings
                                </h3>
                            </div>
                        </div>
                    </a>
              </div>
              <div>
              </div>
            </div>
          </div>
        </div>
        <div class="highlights">
          <h3 class="heading-2"> Research highlights </h3>
          <div class="slider-count offscreen" aria-live="assertive" aria-atomic="true">
            <span class="current"></span> of <span class="total"></span> highlights
          </div>
          <div class="slider-container">
            <div class="area">
              <div class="slider slide-highlights">
                <div>
                </div>
                <div>
                  <a href="/work-with-us/research/institutes/institute-for-clinical-and-applied-health-research/case-studies/sleep-quality-anxiety-and-depression-in-patients-with-thyroid-cancer-in-china">
                                <div class="item">
                                    <div class="content">
                                        Improving care, support and outcomes for cancer patients
                                    </div>
                    
                                    <picture>
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/cancer-gus-moretta-371897-unsplash.xba7c984d.jpg?w=60&amp;h=90&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/cancer-gus-moretta-371897-unsplash.xba7c984d.jpg?w=60&amp;h=90&amp;fit=crop">
                                        <source data-srcset="/assets/section/research/our-people/images/eei/cancer-gus-moretta-371897-unsplash.xba7c984d.jpg?w=145&amp;h=145&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <img data-src="/assets/section/research/our-people/images/eei/cancer-gus-moretta-371897-unsplash.xba7c984d.jpg?w=145&amp;h=145&amp;fit=crop" alt="cancer-gus-moretta-371897-unsplash" class="lazy">
                                    </picture>
                                </div>
                            </a>
                </div>
                <div>
                  <a href="/work-with-us/research/institutes/energy-and-environment-institute/our-work/plastics-collaboratory">
                                <div class="item">
                                    <div class="content">
                                        Reducing the demand for single-use plastics
                                    </div>
                    
                                    <picture>
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/plastic-cups-973103-1920.xc29ac79f.jpg?w=60&amp;h=90&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/plastic-cups-973103-1920.xc29ac79f.jpg?w=60&amp;h=90&amp;fit=crop">
                                        <source data-srcset="/assets/section/research/our-people/images/eei/plastic-cups-973103-1920.xc29ac79f.jpg?w=145&amp;h=145&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <img data-src="/assets/section/research/our-people/images/eei/plastic-cups-973103-1920.xc29ac79f.jpg?w=145&amp;h=145&amp;fit=crop" alt="plastic-cups-973103_1920" class="lazy">
                                    </picture>
                                </div>
                            </a>
                </div>
                <div>
                  <a href="/work-with-us/more/media-centre/news/2020/university-of-hull-secures-300000-funding-to-help-young-people-in-vietnam-tackle-climate-change">
                                <div class="item">
                                    <div class="content">
                                        Climate change and flood resilience
                                    </div>
                    
                                    <picture>
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/flood.x75a0e2cf.jpg?w=60&amp;h=90&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/eei/flood.x75a0e2cf.jpg?w=60&amp;h=90&amp;fit=crop">
                                        <source data-srcset="/assets/section/research/our-people/images/eei/flood.x75a0e2cf.jpg?w=145&amp;h=145&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <img data-src="/assets/section/research/our-people/images/eei/flood.x75a0e2cf.jpg?w=145&amp;h=145&amp;fit=crop" alt="flood" class="lazy">
                                    </picture>
                                </div>
                            </a>
                </div>
                <div>
                  <a href="/work-with-us/research/case-studies/promoting-social-justice">
                                <div class="item">
                                    <div class="content">
                                        Promoting Social Justice
                                    </div>
                    
                                    <picture>
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/social-justice.xad49b482.jpg?w=60&amp;h=90&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <source media="(max-width: 490px)" data-srcset="/assets/section/research/our-people/images/social-justice.xad49b482.jpg?w=60&amp;h=90&amp;fit=crop">
                                        <source data-srcset="/assets/section/research/our-people/images/social-justice.xad49b482.jpg?w=145&amp;h=145&amp;fit=crop&amp;format=webp" type="image/webp">
                                        <img data-src="/assets/section/research/our-people/images/social-justice.xad49b482.jpg?w=145&amp;h=145&amp;fit=crop" alt="Social justice" class="lazy">
                                    </picture>
                                </div>
                            </a>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="spotlight -teal">
          <picture>
            <source media="(max-width: 768px)" data-srcset="/work-with-us/research/site-elements/images/plastic-pledge-volunteers-sesh.xbb338923.jpg?w=370&amp;h=370&amp;fit=crop&amp;format=webp" type="image/webp">
            <source media="(max-width: 768px)" data-srcset="/work-with-us/research/site-elements/images/plastic-pledge-volunteers-sesh.xbb338923.jpg?w=370&amp;h=370&amp;fit=crop">
            <source data-srcset="/work-with-us/research/site-elements/images/plastic-pledge-volunteers-sesh.xbb338923.jpg?w=490&amp;h=490&amp;fit=crop&amp;format=webp" type="image/webp">
            <img data-src="/work-with-us/research/site-elements/images/plastic-pledge-volunteers-sesh.xbb338923.jpg?w=490&amp;h=490&amp;fit=crop" alt="#MyPlasticPledge volunteers" class="lazy">
          </picture>
          <div class="content-container">
            <div class="content">
              <p class="subtitle" aria-hidden="true"> Our vision and values </p>
              <h3 class="heading-2"> We are shaping a fairer, brighter and carbon neutral future for all </h3>
              <div class="button -solid">
                <a href="/special/social-justice-and-sustainable-development" aria-label="Find out more: Our vision and values" title="Find out more: Our vision and values">
                        Find out more

                        <span class="arrow" aria-hidden="true">
                            <span class="fa-solid fa-arrow-right"></span>
                        </span>
                    </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="news">
      <div class="_container" style="padding:0 20px;">
        <h2 class="heading-2"> Latest updates </h2>
        <div class="slider-count offscreen" aria-live="assertive" aria-atomic="true">
          <span class="current"></span> of <span class="total"></span> updates
        </div>
        <div class="slider-container">
          <div class="area">
            <div class="slider slide-news">
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/university-of-hull-devolution-statement">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    爱污传媒 Statement: Devolution<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="06 February 2024">06 February 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/section/academy/images/hero/derwent-building-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/section/academy/images/hero/derwent-building-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/section/academy/images/hero/derwent-building-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/section/academy/images/hero/derwent-building-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop" alt="爱污传媒 Statement: Devolution" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/how-jurgen-klopp-reconnected-liverpool-fc-with-shanklys-socialist-soul">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    How J眉rgen Klopp reconnected Liverpool FC with Shankly's socialist soul<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="05 February 2024">05 February 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop" alt="How Jürgen Klopp reconnected Liverpool FC with Shankly's socialist soul" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/india-visa-problems-for-english-cricketer-reflect-a-longstanding-security-rift-with-neighbouring-pakistan">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    India: visa problems for English cricketer reflect a longstanding security rift with neigh…<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="02 February 2024">02 February 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop" alt="India: visa problems for English cricketer reflect a longstanding security rift with neighbouring Pakistan" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/research/institutes/wilberforce/public-lecture-programme-spring-2024">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    Public Lecture Programme, Spring 2024<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="01 February 2024">01 February 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop" alt="Public Lecture Programme, Spring 2024" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/five-books-about-the-covid-pandemic-to-look-out-for-in-2024">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    Five books about the COVID pandemic to look out for in 2024<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="30 January 2024">30 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/work-with-us/research/site-elements/images/groups/books-shelf-Cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop" alt="Five books about the COVID pandemic to look out for in 2024" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/university-of-hull-research-shines-a-light-on-global-cultural-relations-and-shows-liverpool-legacy-redefines-eurovision">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    爱污传媒 research shines a light on global cultural relations and shows Liverpoo…<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="26 January 2024">26 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop" alt="爱污传媒 research shines a light on global cultural relations and shows Liverpool legacy redefines Eurovision" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/homelands-exhibition-touring-sierra-leone-throughout-2024">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    Homelands exhibition touring Sierra Leone throughout 2024<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="25 January 2024">25 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop" alt="Homelands exhibition touring Sierra Leone throughout 2024" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/research/institutes/wilberforce/an-uncomfortable-paradise">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    An Uncomfortable Paradise<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="25 January 2024">25 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/assets/editor/image-library/university-campus-aerial-view-open-day.jpg?w=210&amp;h=250&amp;fit=crop" alt="An Uncomfortable Paradise" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/mentors-nurture-rooms-and-mindfulness-what-schools-can-do-to-improve-pupils-mental-health">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental heal…<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="22 January 2024">22 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/work-with-us/more/media-centre/news/site-elements/img/school-girls-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop" alt="Mentors, nurture rooms and mindfulness: what schools can do to improve pupils' mental health" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
              <div>
                <a href="/work-with-us/more/media-centre/news/2024/thriving-universities-are-a-vital-component-of-social-mobility-and-economic-growth">
                        <div class="item">
                            <div class="content">
                                <p class="subtitle" aria-hidden="true">
                                    News
                                </p>
                                <h3 class="title">
                                    Thriving universities are a vital component of social mobility and economic growth<span class="offscreen">.</span>
                                </h3>
                                <p class="subtitle">
                                    <span class="offscreen">Posted on</span> <time datetime="19 January 2024">19 January 2024</time>
                                </p>
                            </div>

                            <picture>
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop&amp;format=webp" type="image/webp">
                                <source media="(max-width: 650px)" data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=400&amp;h=160&amp;fit=crop /">
                                <source data-srcset="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop&amp;format=webp" type="image/webp">
                                <img data-src="/work-with-us/research/institutes/logistics-institute/images/covid-19-cropped-400x300.jpg?w=210&amp;h=250&amp;fit=crop" alt="Thriving universities are a vital component of social mobility and economic growth" class="lazy">
                            </picture>
                        </div>
                    </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="footer-links">
      <div class="_container" style="padding:0 20px;">
        <div class="tabs">
          <div class="tab">
            <input type="checkbox" id="chck1" tabindex="-1">
            <label class="tab-label" for="chck1"> Business </label>
            <div class="tab-content">
              <ul>
                <li><a tabindex="0" href="/work-with-us/business/partnerships-and-collaborations">Partnerships and collaborations</a></li>
                <li><a tabindex="0" href="/work-with-us/business/develop-your-people">Develop your people</a></li>
                <li><a tabindex="0" href="/work-with-us/business/access-to-funding">Access to funding</a></li>
                <li><a tabindex="0" href="/work-with-us/business/supporting-growth-and-innovation">Supporting growth and innovation</a></li>
                <li><a tabindex="0" href="/work-with-us/business/jobs-internships-industry-placements">Jobs, internships and industry placements</a></li>
              </ul>
            </div>
          </div>
          <div class="tab">
            <input type="checkbox" id="chck2" tabindex="-1">
            <label class="tab-label" for="chck2"> Work with us </label>
            <div class="tab-content">
              <ul>
                <li><a tabindex="0" href="/work-with-us/more/conferences-and-venue-hire/conferences-and-venue-hire">Conferences, events and venue hire</a></li>
                <li><a tabindex="0" href="/work-with-us/more/schools-and-colleges/schools-and-colleges-engagement">Schools and colleges</a></li>
                <li><a tabindex="0" href="/work-with-us/more/alumni">Hull University Alumni</a></li>
                <li><a tabindex="0" href="/work-with-us/more/academic-partnerships">Academic partnerships</a></li>
                <li><a tabindex="0" href="/work-with-us/more/health-safety-services/health-safety-services">Health &amp; Safety Services</a></li>
              </ul>
              <p>&nbsp;</p>
            </div>
          </div>
          <div class="tab">
            <input type="checkbox" id="chck3" tabindex="-1">
            <label class="tab-label" for="chck3"> About the University </label>
            <div class="tab-content">
              <ul>
                <li><a href="/choose-hull/university-and-region/about-us/about-the-university-of-hull">About the 爱污传媒</a></li>
                <li><a href="/choose-hull/university-and-region/the-city-of-hull/about-hull-and-the-region">Hull and the Region</a></li>
                <li><a href="/choose-hull/university-and-region/sustainability/sustainability">Sustainability</a></li>
                <li><a href="/choose-hull/university-and-region/key-documents/key-documents">Key documents</a></li>
                <li><a href="/choose-hull/university-and-region/team-gb/team-gb-partnership">Team GB Partnership</a></li>
              </ul>
            </div>
          </div>
        </div>
        <h2 class="offscreen"> Footnotes </h2>
        <p>&nbsp;</p>
        <p>1. UK domicile full-time first degree leavers; Higher Education Graduate Outcomes statistics, for the academic year 2020/21, published by the Higher Education Statistics Agency June 2023.</p>
        <p>2. All new students are guaranteed a single-person room within our University owned, managed or directed accommodation if you sign up by 1 October. There is no on-campus provision for families and the University does not offer childcare.
        </p>
      </div>
    </section>
  </main>
  <footer class="footer" id="footer" x-data="mainFooter('2da7b70a-dddb-4e1d-b5fc-2d631b203d74')">
    <div class="container" :class="{'switch' : footer?.position}">
      <div class="logo" :class="{'double' : footer?.secondaryLogo.image !== null}">
        <a href="/" title="Visit the 爱污传媒 Homepage">
          <img src="/site-elements/img/layout/header/logo/UoH-logo-white.svg" alt="The 爱污传媒" width="150" height="95">
        </a>
        <template x-if="footer?.secondaryLogo.image !== null">
          <a :href="/footer?.secondaryLogo.link" :title="footer?.secondaryLogo.ariaLabel">
            <img :src="/footer?.secondaryLogo.image.asset.sys.uri" :alt="footer?.secondaryLogo.image.altText">
          </a>
        </template>
      </div>
      <div class="social">
        <ul role="list">
          <template x-for="item in footer?.social">
            <li>
              <a :href="/item.link" :title="'Visit us on ' + item.title" :aria-label="'Visit us on ' + item.title" target="_blank" rel="noopener noreferrer">
              <span :class="item.icon"></span>
            </a>
            </li>
          </template>
        </ul>
      </div>
      <div class="address">
        <ul role="list">
          <li>
            <span class="fa-solid fa-location-dot"></span>
            <div class="address">
              <span x-text="footer?.address.lineOne + ', ' + footer?.address.lineTwo + ', ' + footer?.address.city + ', ' + footer?.address.postcode"></span><template x-if="footer?.address.country !== ''"><span
                  x-text="', ' + footer?.address.country"></span></template>
            </div>
          </li>
          <li>
            <a :href="'tel:' + footer?.phone.link">
            <span class="fa-solid fa-mobile-screen"></span>
            <span x-text="footer?.phone.main"></span>
          </a>
          </li>
        </ul>
      </div>
      <div class="links">
        <ul role="list">
          <template x-for="item in footer?.links">
            <li>
              <a :href="/item.link" :title="item.title">
              <span x-text="item.title"></span>
            </a>
            </li>
          </template>
        </ul>
      </div>
      <div class="awards">
        <template x-for="item in footer?.partners">
          <a :href="/item.link" :title="item.ariaLabel">
              <img :src="/`${item.image.asset.sys.uri}?h=150&amp;f=webp`" :alt="item.image.altText" height="100" width="100">
            </a>
        </template>
      </div>
      <div class="legal">
        <div class="links">
          <ul role="list">
            <template x-for="item in footer?.legal">
              <li>
                <a :href="/item.pageUrl" :title="item.entryTitle">
                <span x-text="item.entryTitle"></span>
              </a>
              </li>
            </template>
          </ul>
        </div>
        <div class="year"> © <template x-if="footer?.copyright !== ''">
            <span x-text="footer?.copyright + ', '"></span>
          </template> 爱污传媒, <span x-text="new Date().getFullYear()"></span>
        </div>
      </div>
      <div class="spacer -one" aria-hidden="true"></div>
      <div class="spacer -two" aria-hidden="true"></div>
      <div class="spacer -three" aria-hidden="true"></div>
    </div>
  </footer>
  <a href="#top" class="cd-top">
				<span class="fa-duotone fa-up"></span>
				Top
			</a>
  <script src="/site-elements/js/site.js?build=1201104"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <script src="/assets/developer/js/4cc3551b1l1ty.js"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
  </div>
  <noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <script type="text/javascript" src="/assets/developer/js/common.js?version=82751&amp;build=160124"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <script type="text/javascript" src="/assets/components/search/js/course-search.js?version=82767&amp;build=160124"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <script type="text/javascript" src="/assets/section/homepage-2020/site-elements/js/vendor.js?version=66727&amp;build=160124"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
  <script type="text/javascript" src="/assets/section/homepage-2020/site-elements/js/main.js?version=82738&amp;build=160124"></script><noscript>
    <p>Browser does not support script.</p>
  </noscript>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

爱污传媒

Skip to content or footer

   Course Search
   
   Undergraduate
   
   爱污传媒
   
   Other
   
   Sorry, we couldn't find any courses that match your search. Try searching for
   something else.
   
   Browse study areas
    * Undergraduate
    * 爱污传媒 Taught
    * 爱污传媒 Research
    * PhD Scholarships
    * 
    * Order a prospectus
   
   
 * All Courses Research Staff News
   
   search results for
   
   Your search term has returned 0 results

 * Back
   Course Search
   
   Undergraduate
   
   爱污传媒
   
   Other
   
   Sorry, we couldn't find any courses that match your search. Try searching for
   something else.
   
   Browse study areas
    * Undergraduate
    * 爱污传媒 Taught
    * 爱污传媒 Research
    * PhD Scholarships
    * 
    * Order a prospectus
   
   Back
   
   

 * All Courses Research Staff News
   
   search results for
   
   Your search term has returned 0 results

It's not too late to apply


STUDY AT HULL IN 2024

Find a course
Your guide to applying
Visit us
Join us on a Campus Visit
Book now
Or browse all courses

Undergraduate

爱污传媒

Other

Sorry, we couldn't find any courses that match your search. Try searching for
something else.


THIS. IS.
HULL.

And it's yours for the taking.

Choose Hull
How to apply



THE GOLD STANDARD FOR TEACHING

Find out more


FIND YOUR EXTRAORDINARY

Find out more


STUDY WITH US

From our friendly academics, to our beautiful campus, and our superb facilities,
there are more reasons than ever to choose Hull.

All courses Undergraduate 爱污传媒 PhD scholarships International

> I've had the best time since coming to Hull. It's full of diverse people. My
> parents were so impressed they said I had to go!

Lucy Walch
Biomedical Science


VISIT US AT AN UPCOMING EVENT

15
June


OPEN DAY

9.00 - 16.00 Reserve your space

13
July


OPEN DAY

9.00 - 16.00 Reserve your space




WHERE SUCCESS BEGINS

 * Awarded gold for the highest standard of teaching in the Teaching Excellence
   Framework (TEF).
 * Named in the top 50 UK institutions for research power by the Times Higher
   Education.
 * 95% of students are in work or further study fifteen months after
   graduating.1


爱污传媒

Go to the next level with one of our Masters courses and help yourself stand out
from the crowd.

Take the next step


ACCOMMODATION

All new full-time undergraduate students are guaranteed accommodation – because
we want you to feel right at home.2

Find out more


FEES AND FINANCE

See why university makes good financial sense, and find out how our cash awards
could help you.

Find out more


LIFE-CHANGING RESEARCH

Our research has an impact globally, every single day. Join us in tackling the
big issues – climate change, health inequalities, social injustice and more –
and help us shape a fairer, brighter and carbon neutral future for all.

Discover research
of items

Posted on 05 February 2024


HOW JÜRGEN KLOPP RECONNECTED LIVERPOOL FC WITH SHANKLY'S SOCIALIST SOUL

Posted on 02 February 2024


INDIA: VISA PROBLEMS FOR ENGLISH CRICKETER REFLECT A LONGSTANDING SECURITY RIFT
WITH NEIGHBOURING PAKISTAN

Posted on 30 January 2024


FIVE BOOKS ABOUT THE COVID PANDEMIC TO LOOK OUT FOR IN 2024

Posted on 26 January 2024


爱污传媒 RESEARCH SHINES A LIGHT ON GLOBAL CULTURAL RELATIONS AND SHOWS LIVERPOOL
LEGACY REDEFINES EUROVISION

Posted on 25 January 2024


HOMELANDS EXHIBITION TOURING SIERRA LEONE THROUGHOUT 2024

Posted on 22 January 2024


MENTORS, NURTURE ROOMS AND MINDFULNESS: WHAT SCHOOLS CAN DO TO IMPROVE PUPILS'
MENTAL HEALTH

Posted on 04 January 2024


WHAT COVID DIARIES HAVE IN COMMON WITH SAMUEL PEPYS' 17TH-CENTURY PLAGUE DIARIES

Posted on 08 December 2023


WHY ISRAEL'S INTELLIGENCE CHIEFS FAILED TO LISTEN TO WARNINGS

02 February 2024


INDIA: VISA PROBLEMS FOR ENGLISH CRICKETER REFLECT A LONGSTANDING SECURITY RIFT
WITH NEIGHBOURING PAKISTAN

30 January 2024


FIVE BOOKS ABOUT THE COVID PANDEMIC TO LOOK OUT FOR IN 2024

26 January 2024


爱污传媒 RESEARCH SHINES A LIGHT ON GLOBAL CULTURAL RELATIONS AND SHOWS LIVERPOOL
LEGACY REDEFINES EUROVISION

25 January 2024


HOMELANDS EXHIBITION TOURING SIERRA LEONE THROUGHOUT 2024

22 January 2024


MENTORS, NURTURE ROOMS AND MINDFULNESS: WHAT SCHOOLS CAN DO TO IMPROVE PUPILS'
MENTAL HEALTH

04 January 2024


WHAT COVID DIARIES HAVE IN COMMON WITH SAMUEL PEPYS' 17TH-CENTURY PLAGUE DIARIES

08 December 2023


WHY ISRAEL'S INTELLIGENCE CHIEFS FAILED TO LISTEN TO WARNINGS




RESEARCH HIGHLIGHTS

of highlights
Improving care, support and outcomes for cancer patients
Reducing the demand for single-use plastics
Climate change and flood resilience
Promoting Social Justice

Our vision and values


WE ARE SHAPING A FAIRER, BRIGHTER AND CARBON NEUTRAL FUTURE FOR ALL

Find out more


LATEST UPDATES

of updates

News


爱污传媒 STATEMENT: DEVOLUTION.

Posted on 06 February 2024

News


HOW J眉RGEN KLOPP RECONNECTED LIVERPOOL FC WITH SHANKLY'S SOCIALIST SOUL.

Posted on 05 February 2024

News


INDIA: VISA PROBLEMS FOR ENGLISH CRICKETER REFLECT A LONGSTANDING SECURITY RIFT
WITH NEIGH….

Posted on 02 February 2024

News


PUBLIC LECTURE PROGRAMME, SPRING 2024.

Posted on 01 February 2024

News


FIVE BOOKS ABOUT THE COVID PANDEMIC TO LOOK OUT FOR IN 2024.

Posted on 30 January 2024

News


爱污传媒 RESEARCH SHINES A LIGHT ON GLOBAL CULTURAL RELATIONS AND SHOWS LIVERPOO….

Posted on 26 January 2024

News


HOMELANDS EXHIBITION TOURING SIERRA LEONE THROUGHOUT 2024.

Posted on 25 January 2024

News


AN UNCOMFORTABLE PARADISE.

Posted on 25 January 2024

News


MENTORS, NURTURE ROOMS AND MINDFULNESS: WHAT SCHOOLS CAN DO TO IMPROVE PUPILS'
MENTAL HEAL….

Posted on 22 January 2024

News


THRIVING UNIVERSITIES ARE A VITAL COMPONENT OF SOCIAL MOBILITY AND ECONOMIC
GROWTH.

Posted on 19 January 2024

Business
 * Partnerships and collaborations
 * Develop your people
 * Access to funding
 * Supporting growth and innovation
 * Jobs, internships and industry placements

Work with us
 * Conferences, events and venue hire
 * Schools and colleges
 * Hull University Alumni
 * Academic partnerships
 * Health & Safety Services

 

About the University
 * About the 爱污传媒
 * Hull and the Region
 * Sustainability
 * Key documents
 * Team GB Partnership


FOOTNOTES

 

1. UK domicile full-time first degree leavers; Higher Education Graduate
Outcomes statistics, for the academic year 2020/21, published by the Higher
Education Statistics Agency June 2023.

2. All new students are guaranteed a single-person room within our University
owned, managed or directed accommodation if you sign up by 1 October. There is
no on-campus provision for families and the University does not offer childcare.

 * 
 * 



© 爱污传媒,



Top

Browser does not support script.

Browser does not support script.



Browser does not support script.

Browser does not support script.

Browser does not support script.

Browser does not support script.

Browser does not support script.




HI THERE!

Getting in touch with us has never been easier.

 * 
   Web Chat
 * 
   Enquiry Form
 * 
   WhatsApp
 * 
   Request a call back






Live chat:Chat with an Expert