Guidance

This page pattern is unique within the design system. Specific to coursefinder, SEO requirements require only one page per course description. Our previous patterns had several HTML pages as the content was split up across many sub pages to give the best UX experience.

Our fix to this is to have one single page housing all content for all pages, using Javascript and URL fragments to show content relevant to each section. HTML mark up for this pattern, conceptually is as follows. The following example is not complete, it only shows the relevant mark up to exhibit how this is achieved. For the example below we have three links “Course Overview”, “Course details” and “Entry requirements”. Each of these pages has an id specific to that area, specifically:

Course overview: overview Course details: content Entry requirements: entry

Side navigation

<a id="link-overview">Course overview</a>
<a id="link-content">Course details</a>
<a id="link-entry">Entry requirements</a>

Articles (sections)

<section id="section-overview">Content for Course overview page</section>
<section id="section-content">Content for course Course details page</section>
<section id="section-entry">Entry requirements</section>

The similarities between the link ids and section ids (using the item name prefixed by link- or section-) allows correlation between the two and JS is utilised to show the correct content.

These sections are added via looping through an array of articles, and all appear in the DOM on inital page load. Javascript initially hides all sections prior to the initial load check detailed below.

Initial load

Initially if the page is loaded without any fragment attached to the URL. The first section is shown.

If a fragment is appended, eg. courseUrl#entry then the relevant section on the page is loaded.

Key facts

If key facts is to appear on the page it is specified once in the config. This will appear on every ‘page’. Here ‘page’ is a misnomer, there is only one ‘page’ but user interactions change what is shown on that single page. Where key facts appear they will appear above the navigation on all pages. This key facts doesn’t need an id.

Every page has navigation towards the bottom (under the article) with links to the previous and next page (where applicable, the first page has no previous, the last page has no next).

<div id="nav-entry">Nav for entry requirements page</div>

Page nav is handled in the config in the same way as articles. Each individual nav group is an object within a array containing all nav items. The page nav data will be different for each section to point to the correct previous and next page.

Rankings and awards

Similar to the above (an array containing any Rankings and awards elements each as inidividual objects), the difference between this and the section/page nav is there isn’t necessarily one on each page. Can be no more than one per section.

<div id="rankings-overview">Rankings for overview page</div>

People profiles

Similar to Rankings and awards (an array containing any People profiles elements each as inidividual objects), again there isn’t necessarily one on each page. Can be no more than one per section.

<div id="profile-overview">Profile overview page</div>
{% extends '@uol-template-course'%}

{% block page_content %}

<section class="uol-course__content__section" id="section-{{ article.id }}">
  {% render '@uol-article-content', { article: article } %}
</section>

{% endblock %}
<div class="uol-header">
    <header class="uol-global-masthead-outer uol-global-masthead-outer--with-local-navigation">
        <div class="uol-global-masthead uol-content-container">
            <div class="uol-global-masthead__inner">
                <a class="uol-skip-link" href="#main">Skip to main content</a>
                <a class="uol-global-masthead__home" href="https://leeds.ac.uk">
                    <svg class="uol-logo-uol-inline" width="286px" height="40px" viewBox="0 0 286 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" focusable="false" aria-hidden="true">
                        <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                            <g class="uol-logo-uol-inline__img" transform="translate(-32.000000, -12.000000)" fill="#000000">
                                <g transform="translate(32.000000, 12.000000)">
                                    <path d="M29.5,13.85 L30.04,13.85 L30.04,13.38 L29.12,13.38 L29.12,14.85 L29.42,14.85 L29.5,13.85 Z M27.89,13.85 L28.43,13.85 L28.43,13.38 L27.62,13.38 L27.62,14.85 L28,14.85 L28,13.85 L27.89,13.85 Z M0,0 L0,40 L20.77,40 L20.77,28 L24.29,28 L24.29,40 L24.75,40 L24.75,26.85 L31.19,26.85 L31.19,40 L31.62,40 L31.62,28 L35.22,28 L35.22,40 L39.97,40 L39.97,0 L0,0 Z M28,6.81 L31.49,9 L24.49,9 L28,6.81 Z M24.44,9.36 L31.62,9.36 L31.95,12 L24.06,12 L24.44,9.36 Z M34.44,27.54 L31.72,27.54 L31.72,26.38 L24.37,26.38 L24.37,27.54 L21.62,27.54 L21.62,25.07 L22.08,25.07 L22.08,16.71 L22.84,16.71 L22.84,12.38 L33.18,12.38 L33.18,16.71 L33.95,16.71 L33.95,25 L34.41,25 L34.44,27.54 Z M29.69,25.07 L30.3,25.07 L30.3,19.57 L31.62,19.57 L31.62,18.57 L29.73,18.57 L29.69,25.07 Z M23.69,17.64 L32.2,17.64 L32.62,17.1 L23.37,17.1 L23.69,17.64 Z M26.99,25.07 L27.62,25.07 L27.62,19.57 L28.92,19.57 L28.92,18.57 L26.97,18.57 L26.99,25.07 Z M26.22,13.85 L26.76,13.85 L26.76,13.38 L25.92,13.38 L25.92,14.85 L26.22,14.85 L26.22,13.85 Z M24.37,25.07 L24.98,25.07 L24.98,19.57 L26.28,19.57 L26.28,18.57 L24.37,18.57 L24.37,25.07 Z M28.05,28.55 C27.2950895,28.5378224 26.6077131,28.9831944 26.3103442,29.6771757 C26.0129753,30.3711569 26.1646185,31.1760463 26.6941324,31.7142407 C27.2236463,32.2524352 28.0259637,32.4171451 28.7246881,32.131099 C29.4234126,31.8450529 29.8799018,31.1650087 29.88,30.41 C29.874812,29.3965391 29.0632426,28.5716653 28.05,28.55 L28.05,28.55 Z M28.05,31.8 C27.4802734,31.8121976 26.9600047,31.4778532 26.73441,30.954552 C26.5088152,30.4312508 26.6229172,29.8234297 27.0229366,29.4175706 C27.422956,29.0117115 28.0290597,28.888813 28.5555753,29.1068004 C29.0820908,29.3247877 29.4239399,29.8401565 29.42,30.41 L29.42,30.41 C29.4226618,30.7760016 29.279816,31.1280692 29.0228891,31.3887468 C28.7659622,31.6494245 28.4160018,31.7973574 28.05,31.8 Z" fill-rule="nonzero"></path>
                                    <path d="M67.74,21.56 L67.74,12.11 L64.52,12.11 L64.52,21.78 C64.5729285,22.6519371 64.2821511,23.5099099 63.71,24.17 C62.2015798,25.4907365 59.9484202,25.4907365 58.44,24.17 C57.8375091,23.4681634 57.5230989,22.5642339 57.56,21.64 L57.56,12.11 L54.36,12.11 L54.36,21.9 C54.2611083,23.4971923 54.8130316,25.066386 55.89,26.25 C57.3080282,27.4384118 59.1354122,28.0236055 60.98,27.88 C62.8798784,28.0022464 64.7494205,27.3574525 66.17,26.09 C67.2665719,24.8598816 67.8310989,23.2454064 67.74,21.6 L67.74,21.56 Z" fill-rule="nonzero"></path>
                                    <path d="M86.32,27.75 L86.32,12.25 L83.12,12.25 L83.12,20.16 C83.12,20.82 83.12,21.79 83.12,22.61 L83.12,22.61 C82.6700679,21.9172776 82.1826769,21.2496187 81.66,20.61 L75.13,12.28 L71.86,12.28 L71.86,27.78 L75.08,27.78 L75.08,19.26 C75.08,18.56 75.08,17.63 75.02,17.1 L75.08,17.1 C75.53,17.78 75.97,18.38 76.56,19.1 L83.3,27.71 L86.32,27.75 Z"></path>
                                    <polygon fill-rule="nonzero" points="93.91 27.75 93.91 12.24 90.67 12.24 90.67 27.75 93.91 27.75"></polygon>
                                    <path d="M111.16,12.19 L107.89,12.19 L104.39,20.53 C103.973063,21.4323296 103.615632,22.3609812 103.32,23.31 L103.32,23.31 C103,22.44 102.65,21.45 102.25,20.44 L99.08,12.19 L95.54,12.19 L101.91,27.81 L104.31,27.81 L111.16,12.19 Z" fill-rule="nonzero"></path>
                                    <polygon fill-rule="nonzero" points="121.99 27.75 121.99 25.11 116.24 25.11 116.24 21.15 121.18 21.15 121.18 18.5 116.24 18.5 116.24 14.88 121.16 14.88 122.02 12.24 113.02 12.24 113.02 27.75 121.99 27.75"></polygon>
                                    <path d="M137.49,27.75 C135.14,23.8 133.65,21.22 132.86,20.75 L132.86,20.75 C134.52497,20.1129167 135.639353,18.532231 135.68,16.75 C135.68,14.36 134.19,12.27 130.05,12.27 L125.52,12.27 L125.52,27.75 L128.78,27.75 L128.78,21.75 L129.92,21.75 C130.49,21.97 131.43,23.75 133.78,27.75 L137.49,27.75 Z M132.49,17.03 C132.512387,18.2982154 131.50799,19.3472518 130.24,19.38 L128.75,19.38 L128.75,14.92 L130.11,14.92 C130.7095,14.8426398 131.31339,15.0261093 131.768537,15.4238853 C132.223685,15.8216613 132.486376,16.39554 132.49,17 L132.49,17.03 Z"></path>
                                    <path d="M148.78,23.39 C148.78,18.49 142.11,18.76 142.11,16.04 C142.11,15.15 143,14.63 144.11,14.63 C145.425193,14.6783583 146.704585,15.071487 147.82,15.77 L147.82,12.98 C146.617964,12.3388574 145.27211,12.0153018 143.91,12.04 C140.49,12.04 138.63,14.1 138.63,16.47 C138.606448,17.4826835 138.96324,18.4674294 139.63,19.23 C141.53,21.37 145.29,21.72 145.29,23.78 C145.29,24.95 144.03,25.37 142.84,25.37 C141.564416,25.3277619 140.3296,24.9103591 139.29,24.17 L138.04,26.5 C139.513506,27.5085649 141.264687,28.0328708 143.05,28 C146.24,28 148.76,26.24 148.76,23.4 L148.78,23.39 Z" fill-rule="nonzero"></path>
                                    <polygon fill-rule="nonzero" points="154.63 27.75 154.63 12.24 151.4 12.24 151.4 27.75 154.63 27.75"></polygon>
                                    <polygon fill-rule="nonzero" points="169.59 12.24 156.9 12.24 156.9 14.88 161.44 14.88 161.44 27.75 164.7 27.75 164.7 14.88 168.86 14.88 169.59 12.24"></polygon>
                                    <path d="M183.77,12.25 L180.4,12.25 L178.03,16.62 C177.68,17.27 177.21,18.11 176.91,18.81 L176.91,18.81 C176.59,18.11 176.1,17.23 175.77,16.58 L173.36,12.25 L169.81,12.25 L175.18,21.62 L175.18,27.75 L178.38,27.75 L178.38,21.66 L183.77,12.25 Z" fill-rule="nonzero"></path>
                                    <path d="M206.12,20 C206.245834,18.0205657 205.578218,16.0725084 204.264697,14.5863532 C202.951177,13.1001981 201.099898,12.198307 199.12,12.08 L199.12,12.08 C198.786933,12.0611526 198.453067,12.0611526 198.12,12.08 C195.961198,12.0257615 193.874951,12.8609834 192.35,14.39 C190.865298,15.950778 190.059803,18.0364334 190.11,20.19 C190.031444,22.4287273 190.92044,24.5929231 192.55,26.13 C195.937737,28.8012328 200.76331,28.6190558 203.94,25.7 C205.369447,24.1531499 206.131218,22.1049922 206.06,20 L206.12,20 Z M202.7,20.07 C202.7,23.47 200.7,25.41 198.1,25.41 C195.5,25.41 193.46,23.47 193.46,20.07 C193.46,16.67 195.38,14.72 198.07,14.72 C200.76,14.72 202.67,16.72 202.67,20.07 L202.7,20.07 Z"></path>
                                    <polygon fill-rule="nonzero" points="218.11 12.24 209.08 12.24 209.08 27.75 212.32 27.75 212.32 21.2 217.23 21.2 217.22 18.56 212.32 18.56 212.32 14.88 217.28 14.88 218.11 12.24"></polygon>
                                    <polygon fill-rule="nonzero" points="234.6 27.73 234.6 25.07 229.16 25.07 229.16 12.27 225.95 12.27 225.95 27.73 234.6 27.73"></polygon>
                                    <polygon fill-rule="nonzero" points="245.68 27.73 245.68 25.09 239.94 25.09 239.94 21.15 244.86 21.15 244.86 18.5 239.94 18.5 239.94 14.89 244.84 14.89 245.7 12.27 236.71 12.27 236.71 27.73 245.68 27.73"></polygon>
                                    <polygon fill-rule="nonzero" points="257.43 27.73 257.43 25.09 251.69 25.09 251.69 21.15 256.62 21.15 256.62 18.5 251.69 18.5 251.69 14.89 256.59 14.89 257.43 12.27 248.46 12.27 248.46 27.73 257.43 27.73"></polygon>
                                    <path d="M273.98,19.86 C273.98,15.24 270.88,12.27 265.36,12.27 L260.21,12.27 L260.21,27.73 L265.1,27.73 C270.47,27.73 274.01,24.63 274.01,19.87 L273.98,19.86 Z M270.53,19.95 C270.53,22.66 269.03,25.07 265.2,25.07 L263.43,25.07 L263.43,14.93 L265.14,14.93 C268.69,14.93 270.53,16.91 270.53,20 L270.53,19.95 Z"></path>
                                    <path d="M285.62,23.37 C285.62,18.47 278.96,18.73 278.96,16.06 C278.96,15.16 279.85,14.64 281.01,14.64 C282.312256,14.700739 283.578073,15.0894273 284.69,15.77 L284.69,13 C283.499562,12.3319884 282.154998,11.9872284 280.79,12 C277.38,12 275.52,14.07 275.52,16.41 C275.503151,17.4215754 275.859097,18.4039867 276.52,19.17 C278.4,21.31 282.16,21.62 282.16,23.71 C282.16,24.88 280.88,25.34 279.76,25.34 C278.496079,25.2834172 277.277636,24.8517403 276.26,24.1 L275.01,26.42 C276.470725,27.3959037 278.193447,27.9050483 279.95,27.88 C283.15,27.94 285.62,26.18 285.62,23.37 Z" fill-rule="nonzero"></path>
                                </g>
                            </g>
                        </g>
                    </svg>

                    <span class="hide-accessible">University of Leeds homepage</span>
                </a>
            </div>

            <nav class="uol-quicklinks" aria-label="University links">
                <ul class="uol-quicklinks__list">

                    <li class="uol-quicklinks__group">
                        Students

                        <ul class="uol-quicklinks__group__list">

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/mobile-app">Mobile App</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/minerva">Minerva</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/for-students">For Students</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="https://library.leeds.ac.uk">Library</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/it">IT</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/campus-map">Campus map</a>
                            </li>

                        </ul>

                    </li>

                    <li class="uol-quicklinks__group">
                        Staff

                        <ul class="uol-quicklinks__group__list">

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/for-staff">For Staff</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/services-a-z">Services A-Z</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/staff-a-z">Staff A-Z</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/faculty-a-z">Faculties A-Z</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/student-education-service">Student Education Service</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/hr">HR</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/staff/it">IT</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/campus-map">Campus map</a>
                            </li>

                        </ul>

                    </li>

                    <li class="uol-quicklinks__group">
                        Faculties

                        <ul class="uol-quicklinks__group__list">

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/arts-humanities-cultures">Faculty of Arts, Humanities and Cultures</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/biological-sciences">Faculty of Biological Sciences</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/business">Faculty of Business</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/engineering-physical-sciences">Faculty of Engineering and Physical Sciences</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/environment">Faculty of Environment</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/medicine-health">Faculty of Medicine and Health</a>
                            </li>

                            <li class="uol-quicklinks__group__item">
                                <a class="uol-quicklinks__group__link" href="/faculty/social-sciences">Faculty of Social Sciences</a>
                            </li>

                        </ul>

                    </li>

                </ul>
            </nav>

            <form id="uol-global-masthead__search-form" class="uol-global-masthead__search-form" action="/example-form-action">
                <label class="uol-global-masthead__search-label" for="global-masthead__search-field">Search leeds.ac.uk</label>
                <input class="uol-global-masthead__search-input" id="global-masthead__search-field" name="search-query" type="search" placeholder="Search leeds.ac.uk">
                <button class="uol-global-masthead__search-submit" type="submit">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" aria-hidden="true" focusable="false">
                        <path d="M20.67,18.67H19.61l-.37-.36a8.66,8.66,0,1,0-.93.93l.36.37v1.06l6.66,6.65,2-2Zm-8,0a6,6,0,1,1,6-6A6,6,0,0,1,12.67,18.67Z"></path>
                    </svg>
                    <span class="hide-accessible">Search all leeds.ac.uk</span>
                </button>
            </form>

        </div>

        <div class="uol-header-local-masthead">
            <div class="uol-header-local-masthead__inner">

                <a class="uol-header-local-masthead__link uol-header-local-masthead__link--title" href="/">
                    Course Search
                    <span class="hide-accessible"> home page</span>
                </a>
            </div>
        </div>

    </header>

    <nav class="uol-header-local-navigation-wrapper uol-content-container" aria-label="Site navigation">
        <ul class="uol-header-local-navigation">

            <li class="uol-header-local-navigation__item " data-label="Home">

                <a class="uol-header-local-navigation__link" href="/">

                    Home

                </a>

            </li>

            <li class="uol-header-local-navigation__item " data-label="Undergraduate courses">

                <a class="uol-header-local-navigation__link" href="/undergraduate-courses">

                    Undergraduate courses

                </a>

            </li>

            <li class="uol-header-local-navigation__item " data-label="Masters courses">

                <a class="uol-header-local-navigation__link" href="/masters-courses">

                    Masters courses

                </a>

            </li>

        </ul>
    </nav>

</div>

<div class="uol-content-container uol-main-container uol-course-outer-template">

    <nav aria-label="Breadcrumb" class="uol-breadcrumb">
        <ol class="uol-breadcrumb__list">

            <li class="uol-breadcrumb__item">
                <a class="uol-breadcrumb__link" href="/">
                    Undergraduate course search
                </a>
            </li>

        </ol>
    </nav>

    <div class="uol-course">

        <div class="uol-col-container uol-course__header">
            <div class="uol-col-12">
                <header class="page-heading">

                    <h1 class="page-heading__title">
                        <span class="page-heading__title__main">Geography BA</span>

                    </h1>

                </header>

                <div class="uol-year-of-entry">
                    <h2 class="uol-year-of-entry__title">Year of entry <span class="uol-year-of-entry__date">2022</span></h2>

                    <a href="/some-link-here" class="uol-year-of-entry__link">2023 course information</a>

                </div>

                <div class="uol-global-marketing-banner">
                    <h3 class="uol-global-marketing-banner__title">Autumn Open Days – 12th September and 8th October</h3>
                    <p class="uol-global-marketing-banner__description">Find out about our undergraduate courses and campus facilities and get a taste of student life. <a class="uol-global-marketing-banner__link" href="/open-days-register">Register your interest</a></p>
                </div>

            </div>
        </div>

        <div class="uol-key-facts">
            <div class="uol-content-container">
                <div class="uol-col-container uol-col-container--key-facts">
                    <dl class="uol-key-facts__list">

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">UCAS code</dt>

                            <dd class="uol-key-facts__data">L700</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Start date</dt>

                            <dd class="uol-key-facts__data">September 2023</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Delivery type</dt>

                            <dd class="uol-key-facts__data">On campus</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Duration</dt>

                            <dd class="uol-key-facts__data">3 years full time</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Work placement</dt>

                            <dd class="uol-key-facts__data">Optional</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Study abroard</dt>

                            <dd class="uol-key-facts__data">Optional</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Typical A-level offer</dt>

                            <dd class="uol-key-facts__data">AAB - ABB. (Specific subjects required)</dd>

                        </div>

                        <div class="uol-key-facts__group">
                            <dt class="uol-key-facts__term">Typical Access to Leeds offer</dt>

                            <dd class="uol-key-facts__data">ABB or BBB (including an accepted subject) plus a pass in the Access to Leeds scheme (specific subjects required). <a href="?refresh=yes#entry">Full entry requirements</a></dd>

                        </div>

                    </dl>
                </div>
            </div>
        </div>

        <div id="course-content" class="uol-course-container uol-col-container uol-course__main">

            <div class="uol-side-nav-container">

                <nav class="uol-detail-nav">
                    <ul class="uol-detail-nav__list">

                        <li class="uol-detail-nav__list-item">

                            <a id="link-overview" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#overview">Course overview</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-content" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#content">Course details</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-entry" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#entry">Entry requirements</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-fees" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#fees">Fees</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-applying" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#applying">Applying</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-careers" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#careers">Career opportunities</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-abroad" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#abroad">Study abroad and work placements</a>

                        </li>

                        <li class="uol-detail-nav__list-item">

                            <a id="link-related" class="uol-detail-nav__list-link uol-detail-nav__section-link" href="#related">Related courses</a>

                        </li>

                    </ul>
                </nav>

            </div>

            <main id="main" tabindex="-1" class="uol-course__content uol-page-width uol-article uol-course__content__section-container">

                <section class="uol-course__content__section" id="section-overview">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Course overview</h2>
                        <p>A degree in human geography provides the knowledge and skills to understand our rapidly changing world, including international development, population growth, urban transformation, sustainability, global geopolitics, human rights, globalisation, and patterns of inequality (ethnicity, class and gender).</p>
                        <img src="/placeholders/geography.jpg" alt="Actors touching each others&apos; faces">
                        <p>Our graduates are in demand for both their specialist and transferable skills. You&apos;ll build skills in presenting your ideas in reports and orally, in data collection, presentation and analysis, and in the use of specialist mapping and statistical software.</p>
                        <p>Each year of this programme is designed around a combination of compulsory core modules, as well as opportunities to take optional modules and discovery modules across the University so you can choose additional subjects of interest. This means you are able to specialise in either human or physical geography, or choose modules from a mixture of both.</p>
                        <p>Broad expertise and knowledge will equip you to tackle important real-world problems in a range of organisations and sectors, from the public sector (such as working for local government), to private industry (as a retail analyst or location planner) and for non-governmental organisations (such as Amnesty International as a policy and campaigns officer).</p>
                        <div class="text-highlight">
                            <p>Leeds is among the top 100 universities in the <a href="/">QS World University Rankings 2021</a></p>
                        </div>
                        <h3>Why study at Leeds</h3>
                        <ul>

                            <li>Graduate with a degree accredited by the Royal Geographical Society (IBG) from a university ranked 11th in the UK for geography and environmental sciences, Times and Sunday Times Good University Guide 2021 and 11th in the world, ShanghaiRanking&apos;s Global Ranking of Academic Subjects 2021.</li>

                            <li>Take advantage of our <a href="#">world-leading research</a> here at Leeds, which has had a pioneering impact on current global agendas, influencing key decision-makers in shaping environmental protection, public health and the economy.</li>

                            <li>Tailor your degree to suit your interests. You can specialise in either human geography or physical geography, or opt to study a mixture of our BA and BSc modules.</li>

                            <li>Experience expertise teaching delivered by a School that has taught <a href="#">geography for over 100 years</a>. Learn from internationally renowned academics and researchers at the forefront of their fields who specialise in a variety of geography disciplines.</li>

                            <li>Benefit from <a href="#">excellent teaching facilities</a>, including specialist labs, lecture theatres and industry-standard software, fully equipped with the latest technology to support your learning.</li>

                            <li>Benefit from excellent <a href="#">specialist facilities</a>, including industry-level teaching laboratories and a dedicated field store fully equipped with research-grade equipment to support your learning and practical fieldwork.</li>

                            <li>Put theory into practice with our extensive <a href="#">fieldwork</a> activities located across the world, where you&apos;ll experience &apos;real world&apos; learning that will advance your research, project planning and teamwork skills whilst gaining hands-on experience highly valued by employers in industry.</li>

                            <li>Enhance your career prospects and give your CV that competitive edge before you graduate with our paid industrial work placement opportunities. Our close industry links have given previous students the chance to work at — and build professional relationships with — major organisations such as Sainsbury&apos;s, Morgan Stanley and GlaxoSmithKline.</li>

                            <li>Gain invaluable life experience and advance your personal development with our exciting <a href="#">study abroad programmes</a>, spanning across many universities worldwide.</li>

                        </ul><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/8UFoZ2EuNeo" title="YouTube video player - Student life at Leeds – it's one of a kind" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-content">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Course details</h2>

                        <p>Each year of this programme is designed around a combination of compulsory core modules, as well as opportunities to take optional modules and discovery modules across the University so you can choose additional subjects of interest.</p>

                        <h3>Year one</h3>

                        <p>You&apos;ll develop a grounding in the core concepts and themes of human geography, plus key academic writing and digital learning skills. Core modules explore different geographies of a changing world, including economic globalisation, neighbourhood change, urbanisation and cities, migration, health, development, environmental management and sustainability. We focus on issues of justice, difference, identity, nature, space and place across different scales and ideologies.</p>

                        <h3>Quantitative Research Methods pathway</h3>

                        <p>At the end of year one, you will have the opportunity to request a place on our BA Geography with Quantitative Methods programme, subject to meeting the entry requirements.</p>

                        <p>The programme will help you to develop advanced analytical skills, which are in high demand across the public, private, and third sectors. You will learn spatial and statistical analysis techniques and their application to &apos;real&apos; problems (e.g. in crime, health, transport, business, planning and environment).</p>

                        <p>Find out more about the <a href="#">Quantitative Research Methods pathway</a>.</p>

                        <h3>Year two</h3>

                        <p>You&apos;ll be provided with a core programme of research and career skills training that you&apos;ll supplement from optional modules that cover geo-politics and international development, service analysis and planning, economic geography, the development of modern cities, citizenship and identity, protest and resistance, natural resource management, and sustainable transport.</p>

                        <h3>Year three</h3>

                        <p>You&apos;ll be required to undertake a significant independent final year project - currently a dissertation - alongside a suite of optional modules that cover subjects such as urban social movements, creating alternative futures, population and health geographies, location analysis, global insecurities, migration and encounter, and healthy transport. You will also have the choice of a research, work or teacher placement module.</p>

                        <h3>Placement/study abroad year</h3>

                        <p>At the end of year two, you can decide if you&apos;d like to complete an <a href="#">industrial placement</a> or <a href="#">study abroad year</a>, which will extend your degree by 12 months.</p>

                        <h3>Fieldwork</h3>

                        <p>Ask any of our students and they will tell you that taking part in field trips is one of the most enjoyable and memorable aspects of the geography programmes at Leeds.</p>

                        <p>We offer <a href="#">fieldwork</a> opportunities at each level of study and they provide a great opportunity to study a fascinating subject in contrasting environments away from the University. In year one you will use Leeds as your 'laboratory&apos;, carrying out group work around the city you live in and in years two and three you will have the option to undertake field work overseas.</p>

                        <p>During field trips you will learn essential fieldwork and team working skills and transferable skills that will prove invaluable to your future career.</p>

                        <h3>Course structure</h3>

                        <p>The list shown below represents typical modules/components studied and may change from time to time. Read more in our <a href="#">Terms and conditions</a>.</p>
                        <p>For more information and a full list of typical modules available on this course, <a href="#">please read Geography BA in the course catalogue</a>.</p>

                        <h4>Year 1 compulsory modules</h4>
                        <table>
                            <caption>Table caption</caption>
                            <thead>
                                <tr>
                                    <th style="width:20%">Module Id</th>
                                    <th style="width:20%">Module Name</th>
                                    <th style="width:10%">Credits</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td><a href="#">GEOG100</a></td>
                                    <td>Planet Under Threat</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1400</a></td>
                                    <td>Digital Geographies</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1450</a></td>
                                    <td>The Urban Age </td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1450</a></td>
                                    <td>Global Geopolitics, Migration and Uneven Development</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1550</a></td>
                                    <td>Population, Society and Space</td>
                                    <td>20</td>
                                </tr>
                            </tbody>
                        </table>

                        <h4>Year 2 compulsory modules</h4>
                        <table>
                            <thead>
                                <tr>
                                    <th style="width:20%">Module Id</th>
                                    <th style="width:20%">Module Name</th>
                                    <th style="width:10%">Credits</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td><a href="#">GEOG100</a></td>
                                    <td>Research Approaches in Human Geography</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1400</a></td>
                                    <td>Digital Geographies</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1450</a></td>
                                    <td>The Urban Age</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1450</a></td>
                                    <td>Social and Spatial Data Analysis with GIS</td>
                                    <td>20</td>
                                </tr>

                            </tbody>
                        </table>

                        <h4>Year 2 optional modules</h4>
                        <table>
                            <thead>
                                <tr>
                                    <th style="width:20%">Module Id</th>
                                    <th style="width:20%">Module Name</th>
                                    <th style="width:10%">Credits</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td><a href="#">GEOG1770</a></td>
                                    <td>Political and Development Geographies</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1460</a></td>
                                    <td>Geographies of Economies</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1650</a></td>
                                    <td>The Making of the Modern City</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1840</a></td>
                                    <td>Citizenship and Identity: Comparative Perspectives</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG8496</a></td>
                                    <td>Living within limits: natural resource management for sustainable development</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG9602</a></td>
                                    <td>Planning Services for Changing Populations</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG0742</a></td>
                                    <td>Social Ecological Systems</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG5419</a></td>
                                    <td>Transport Land Use and Development</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG3249</a></td>
                                    <td>Transport, Energy and Environment</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1780</a></td>
                                    <td>Key challengues in Transport and Society </td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Exploring Transport and Society </td>
                                    <td>20</td>
                                </tr>
                            </tbody>
                        </table>

                        <h4>Year 3 compulsory modules</h4>
                        <table>
                            <thead>
                                <tr>
                                    <th style="width:20%">Module Id</th>
                                    <th style="width:20%">Module Name</th>
                                    <th style="width:10%">Credits</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td><a href="#">GEOG170</a></td>
                                    <td>Human Geography Dissertation</td>
                                    <td>40</td>
                                </tr>
                            </tbody>
                        </table>

                        <h4>Year 3 optional modules </h4>
                        <table>
                            <thead>
                                <tr>
                                    <th style="width:20%">Module Id</th>
                                    <th style="width:20%">Module Name</th>
                                    <th style="width:10%">Credits</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td><a href="#">GEOG</a></td>
                                    <td>GEOG1770 Retail Location Planning </td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG</a></td>
                                    <td>GEOG1460 Contested Cities</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1650</a></td>
                                    <td>Creating Alternative Futures</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1840</a></td>
                                    <td>Advanced Population & Health Geographies</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG9602</a></td>
                                    <td>Geocomputation and Spatial Analysis</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG0742</a></td>
                                    <td>Geographies of Global Insecurities</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG5419</a></td>
                                    <td>Environment, Conflict and Policy</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG3249</a></td>
                                    <td>Professional Development Project</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1780</a></td>
                                    <td>School and Educational Placements </td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Spaces of Migration and Encounter</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Introduction to Programming for Social Science</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Travel Activity Analysis</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Social Analysis and Social Psychology for Transport</td>
                                    <td>20</td>
                                </tr>
                                <tr>
                                    <td><a href="#">GEOG1457</a></td>
                                    <td>Healthy Cities: Transport and Health</td>
                                    <td>20</td>
                                </tr>

                            </tbody>
                        </table>
                        <h2>Discovery modules</h2>

                        <p>Throughout your degree you will benefit from a range of opportunities to expand your intellectual horizons outside or within your subject area.</p>

                        <p>This course gives you the opportunity to choose from a range of discovery modules. They&apos;re a great way to tailor your study around your interests or career aspirations and help you stand out from the crowd when you graduate. Find out more about discovery modules on our Broadening webpages.</p>
                        <h2>Learning and teaching</h2>

                        <p>As a geography student at Leeds we ensure that you benefit from a wide range of teaching methods, including lectures, tutorials (groups of eight), seminars (groups of approximately 30), computer classes, lab practical classes, group-work, online exercises and fieldwork, depending on the modules you study.</p>

                        <p>Independent study is also an important part of this course, and will develop your research and analytical skills in order to think and work independently. You&apos;ll receive guidance and support throughout your degree, and there will be opportunities for extra support through one-to-one assistance, workshops and training.</p>

                        <p>You&apos;ll be assigned a personal tutor to guide you through your studies, and you will receive support from fellow students through our peer mentoring scheme. Peer mentors are students who are on your course, but are in Years two or three. They&apos;ll help you when you arrive at University and throughout your first year. You&apos;ll meet your peer mentors during your first week for a social activity.</p>

                        <p>Our Virtual Learning Environment will help to support your studies: it&apos;s a central place where you can find all the information and resources for the School, your programme and modules.</p>

                        <p>You can also benefit from support to develop your academic skills, within the curriculum and through online resources, workshops, one-to-one appointments and drop-in sessions.</p>

                        <p>Watch our taster lecture to get a flavour of what it&apos;s like to study at Leeds:</p>
                        <h2>Assessment</h2>

                        <p>Assessment methods include examinations, individual or group reports and presentations, practical exercises, essays, posters, projects (such as the dissertation) and reflective logs.</p>
                        <h2>Accreditation</h2>

                        <p>This degree is accredited by the <a href="#">Royal Geographical Society (with IBG)</a>.</p>

                        <p>Accredited degree programmes contain a solid academic foundation in geographical knowledge and skills, and prepare graduates to address the needs of the world beyond higher education.</p>

                        <p>The accreditation criteria require evidence that graduates from accredited programmes meet defined sets of learning outcomes, including subject knowledge, technical ability and transferable skills.</p>

                        <div class="uol-logo-group">
                            <div class="uol-logo-group-item">
                                <div class="uol-logo-group-item__container">
                                    <img class="uol-logo-group-item__logo" src="/placeholders/logo-rgs.svg" alt="Royal Geographical Society (with IBG)">
                                </div>
                                <a class="uol-logo-group-item__link" href="/link">Royal Geographical Society (with IBG)</a>
                            </div>
                        </div>
                        <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/BUn4SDjKLD0" title="YouTube video player - Student experience - Penelope Milner - Geography BA with Quantitative Methods" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-entry">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Entry Requirements</h2>

                        <p><b>A-level: AAA or AAB including a social science/humanities subject.</b></p>

                        <p>Accepted social science/humanities subjects: Ancient History/History; Business/Business Studies; Classical Civilisation; Economics; English; Geography; Government and Politics; Law; Media Studies; Modern Languages or Ancient Languages; Philosophy; Politics; Psychology; Religious Studies; Sociology.</p>

                        <p>Offer excludes A-Level General Studies or Critical Thinking.</p>

                        <p>Extended Project Qualification (EPQ): We recognise the value of this qualification and the effort and skills required to undertake it, where an applicant is taking the EPQ this may attract an alternative offer in addition to the standard offer. The EPQ taken with A-Levels, for example, could be AAB with an A in the EPQ or ABB (including an accepted subject) with A in EPQ.</p>

                        <p>GCSE: English and Mathematics at grade C (4) or above, or an equivalent English language and Mathematics qualification. We will accept Level 2 Functional Skills English in lieu of GCSE English.</p>

                        <h2>Alternative qualification</h2>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">Access to HE Diploma</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>Pass 60 credits overall with 45 credits at Level 3, 30 credits with Distinction and the remaining 15 credits with Merit or above.</p>
                                </div>
                            </div>
                        </div>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">BTEC</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>D*DD in National Extended Diploma/3 National Extended Certificates in an accepted subject. We will accept a combination of BTECs and A-Levels. Please contact us for further information.</p>
                                </div>
                            </div>
                        </div>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">Cambridge Pre-U</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>D3, D3, M2</p>
                                    <p>OR D2, M1, M1 or D2, M2, M2 or D3, M1, M2 to include an accepted subject or D3, M1, M2 to include an accepted subject.</p>
                                </div>
                            </div>
                        </div>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">International Baccalaureate</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>35 points overall, with 17 points at higher level or 35 points overall, with 16 at higher level to include 5 points in an accepted subject.</p>
                                </div>
                            </div>
                        </div>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">Irish Leaving Certificate (Higher Level)</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>AAAAAA/H2H2H2H2H2H2 or AAAABB/H2H2H2H2H3H3 including an accepted subject.</p>
                                </div>
                            </div>
                        </div>

                        <div class="uol-accordion">
                            <h3 class="uol-accordion__title">Scottish Highers / Advanced Highers</h3>
                            <div class="uol-accordion__content">
                                <div class="uol-rich-text">
                                    <p>AA in Advanced Highers and AABBB in Highers, or A in an Advanced Higher and AAABB in Highers, or AAAAAA in Highers.</p>
                                    <p>OR (if an accepted subject included) AB in Advanced Highers and AABBB in Highers, or A in an Advanced Higher and AABBB in Highers, or AAAABB in Highers.</p>
                                </div>
                            </div>
                        </div>

                        <p>Read more about UK and Republic of Ireland <a href="#">accepted qualifications</a> or contact the School's Undergraduate Admissions Team.</p>
                        <h2>Alternative entry</h2>

                        <p>We're committed to identifying the best possible applicants, regardless of personal circumstances or background.</p>

                        <p>Access to Leeds is an alternative admissions scheme which accepts applications from individuals who might be from low income households, in the first generation of their immediate family to apply to higher education, or have had their studies disrupted.</p>

                        <p>Find out more about <a href="#">Access to Leeds and alternative admissions</a>.</p>

                        <p>Typical Access to Leeds A Level offer: ABB or BBB (including an accepted subject) plus a pass in the Access to Leeds scheme.</p>

                        <p>If you do not have the formal qualifications for immediate entry to one of our degrees, you may be able to progress through a foundation year. We offer a <a href="#">Studies in Science with Foundation Year</a> BSc for students without a science background at A-level and an <a href="#">Interdisciplinary Science with Foundation Year BSc</a> for applicants who meet specific widening participation criteria.</p>

                        <h2>International Foundation Year</h2>

                        <p>International students who do not meet the academic requirements for undergraduate study may be able to study the University of Leeds International Foundation Year. This gives you the opportunity to study on campus, be taught by University of Leeds academics and progress onto a wide range of Leeds undergraduate courses. Find out more about <a href="#">International Foundation Year programmes</a>.</p>

                        <h2>English language requirements</h2>

                        <p>IELTS 6.0 overall, with no less than 5.5 in any component. For other English qualifications, read <a href="#">English language equivalent qualifications</a>.</p>

                        <h3>Improve your English</h3>

                        <p>If you're an international student and you don't meet the English language requirements for this programme, you may be able to study our <a href="#">undergraduate pre-sessional English course</a>, to help improve your English language level.</p>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-fees">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Fees</h2>
                        <p><b>Tuition fees for home students commencing their studies in September 2022 will be £9,250 per annum. Tuition fees for international students will be £23,000 per annum.</b></p>

                        <p>For UK full-time undergraduate students starting in 2022/23 the fee will be £9,250. The fee may increase in future years of your course in line with inflation and as permitted by law. Fees for UK undergraduate students are decided by the government and may vary if policy changes.</p>

                        <p>Tuition fees for UK full-time undergraduate students for 2023/24 have been agreed by the UK Government and will remain at the current fee level of £9,250. The fee may increase in future years of your course in line with inflation and as permitted by law. Fees for UK undergraduate students are decided by the government and may vary if policy changes.</p>

                        <p>Tuition fees for international students for 2023/24 should be available on individual course pages from September 2022.</p>

                        <h2>Study abroad or work placement year</h2>

                        <p>If you take a study abroad or work placement year, you'll pay a reduced tuition fee during this period. For more information, see <a href="#">Study abroad and work placement tuition fees and loans.</a></p>

                        <p><a href="#">Read more about paying fees and charges.</a></p>

                        <h2>Additional cost information</h2>

                        <p>Because we recognise the value of field experience, the school heavily subsidises or covers transport and accommodation costs for compulsory taught field courses and many optional field trips. You will have to supplement the cost of some optional field trips.</p>

                        <p>There may be additional costs related to your course or programme of study, or related to being a student at the University of Leeds. Read more about <a href="#">additional costs</a>.</p>

                        <h2>Financial support</h2>

                        <p>f you have the talent and drive, we want you to be able to study with us, whatever your financial circumstances. There is help for students in the form of loans and non-repayable grants from the University and from the government. Find out more in our <a href="#">Undergraduate funding overview.</a></p>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-applying">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Applying</h2>

                        <p><b>Apply to this course through UCAS. The institution code for the University of Leeds is L23. </b></p>

                        <p>Check the deadline for applications on the <a href="#">UCAS website.</a></p>

                        <p>We may consider applications submitted after the deadline. Availability of courses in UCAS Extra will be detailed on UCAS at the appropriate stage in the cycle.</p>

                        <p>Read our <a href="#">guidance</a> about applying and writing your personal statement.</p>

                        <p>International students apply through UCAS in the same way as UK students. Our <a href="#">network of international representatives</a> can help you with your application. If you're unsure about the application process, contact the admissions team for help.</p>

                        <p>Read about visas, immigration and other information in <a href="#">International students</a>. We recommend that international students apply as early as possible to ensure that they have time to apply for their visa.</p>

                        <h2>Vist days</h2>

                        <p>If you receive an offer to study with us, we'll invite you to attend one of our visit days. You'll have the opportunity to meet our academic staff and students, explore the School and University and find out more about your course and what it's like to be a student at Leeds.</p>

                        <h2>Admissions policy</h2>

                        <p><a href="#">University of Leeds Taught Admissions Policy 2022</a></p>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-careers">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Career opportunities</h2>

                        <p><b>A degree from Leeds and the experience you'll gain here will give you the edge to find the career you want. Your course will give you the experience and knowledge that employers are looking for to help you secure a graduate job.</b></p>

                        <p>University of Leeds students are among the top 5 most targeted by top employers according to The Graduate Market 2022, High Fliers Research.</p>

                        <p>Studying geography opens up a wide range of exciting careers. Whether your future career plans lie in environmental management, journalism, the financial sector or nature conservation, our degrees are structured to ensure you develop the key transferable skills sought by graduate recruiters, skills such as: team-working, commercial awareness, report-writing, fluency in oral communication and presentation, numerical analysis, IT expertise and investigative skills.</p>

                        <p>Example of recent destinations include:</p>

                        <ul>
                            <li>CBRE</li>
                            <li>UHY Hackley Young Chartered Accountants</li>
                            <li>Proctor & Gamble</li>
                            <li>Lloyds Banking Group</li>
                            <li>IAEM & Red Cross</li>
                            <li>Raw TV Ltd</li>
                        </ul>

                        <p>Read <a href="#">profiles of our alumni</a> to find out more about where some of our graduates are working.</p>

                        <h2>Careers support</h2>

                        <p>At Leeds we help you to prepare for your future from day one. Our Leeds for Life initiative is designed to help you develop and demonstrate the skills and experience you need for when you graduate. We will help you to access opportunities across the University and record your key achievements so you are able to articulate them clearly and confidently.</p>

                        <p>You will be supported throughout your studies by our dedicated Employability team, who will provide you with specialist support and advice to help you find relevant work experience, internships and industrial placements, as well as graduate positions. You'll benefit from timetabled employability sessions, support during internships and placements, and presentations and workshops delivered by employers.</p>

                        <p>You will also have full access to the <a href="#">University's Careers Centre</a>, which is one of the largest in the country.</p>

                        <p>Visit our <a href="#">Careers and employability</a> page to find out more.</p>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-abroad">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Study abroad and work placements</h2>

                        <p><b>On this course you have the opportunity to apply to spend time abroad, usually as an extra academic year</b></p>

                        <p>We have over 300 University partners worldwide and popular destinations for our students include Europe, the USA, Canada, Australia, New Zealand, Singapore, Hong Kong, South Africa and Latin America. Find out more at the <a href="#">Study Abroad website</a>.</p>

                        <p>The optional study abroad year takes place between years two and three and will extend your studies by 12 months. You will return to Leeds to complete your final year of study.</p>

                        <h2>Work placements</h2>

                        <p>Practical work experience can help you decide on your career and improve your employability. On this course you have the option to apply to take a placement year module with organisations across the public, private and voluntary sectors in the UK, or overseas.</p>

                        <p>Find out more about work experience on the <a href="#">Careers website</a>.</p>

                        <p>An industrial placement year is a great way to help you decide what kind of career you might like when you graduate. As well as giving you the opportunity to develop your skills, you'll gain a real insight into working life in a particular company or sector.</p>

                        <p>With the help and support of our dedicated Employability team, you can choose to undertake a salaried industrial placement year at one of the 100+ companies that we work with. If you decide to undertake a placement year this will extend your period of study by 12 months and, on successful completion, you will be awarded the 'industrial' variant in your degree title to demonstrate your added experience to future employers.</p>

                        <p>Below are examples of placements our students have recently completed:</p>

                        <ul>
                            <li>Geospatial Data Science Intern, Sainsbury's</li>
                            <li>Supply Chain Placement, Cummins Emission Solutions</li>
                            <li>Project Analyst, Virgin Media</li>
                            <li>Urban Planner, Newham Council</li>
                            <li>Corporate Affairs Industrial Placement, Morgan Stanley
                            </li>
                            <li>Financial Services Consultant, Ernst & Young</li>
                            <li>Corporate Social Responsibility, Emerald Group</li>
                            <li>Communications Assistant, GSK</li>
                            <li>Government Social Research, Office for Statistics Regulation</li>
                            <li>Project Controls Placement, Turner & Townsend</li>
                        </ul>

                        <p>During your industrial placement you will have an industrial supervisor from within the company, plus an academic supervisor who will keep in touch throughout your placement.</p>

                        <p>Find out more about <a href="#">Industrial placements</a>.</p>

                    </div>

                </section>

                <section class="uol-course__content__section" id="section-related">

                    <div class="uol-rich-text uol-rich-text--with-lead">

                        <h2>Related courses</h2>

                        <article class="uol-results-items__item  ">

                            <div class="uol-results-items__item__text-container">
                                <h3 class="uol-results-items__item__title">
                                    <a href="#" class="uol-results-items__item__link">Environment and Business BA</a>
                                </h3>

                                <dl class="uol-results-items__item__meta">

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Duration</dt>
                                        <dd class="uol-results-items__item__meta__data">3 years full time</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Typical A-level offer</dt>
                                        <dd class="uol-results-items__item__meta__data">AAB</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">UCAS code</dt>
                                        <dd class="uol-results-items__item__meta__data">F800</dd>
                                    </div>

                                </dl>
                            </div>
                        </article>

                        <article class="uol-results-items__item  ">

                            <div class="uol-results-items__item__text-container">
                                <h3 class="uol-results-items__item__title">
                                    <a href="#" class="uol-results-items__item__link">Economics and Geography BA</a>
                                </h3>

                                <dl class="uol-results-items__item__meta">

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Duration</dt>
                                        <dd class="uol-results-items__item__meta__data">3 years full time</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Typical A-level offer</dt>
                                        <dd class="uol-results-items__item__meta__data">ABB</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">UCAS code</dt>
                                        <dd class="uol-results-items__item__meta__data">F7MO</dd>
                                    </div>

                                </dl>
                            </div>
                        </article>

                        <article class="uol-results-items__item  ">

                            <div class="uol-results-items__item__text-container">
                                <h3 class="uol-results-items__item__title">
                                    <a href="#" class="uol-results-items__item__link">Geography with Transport Studies BA</a>
                                </h3>

                                <dl class="uol-results-items__item__meta">

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Duration</dt>
                                        <dd class="uol-results-items__item__meta__data">3 years full time</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Typical A-level offer</dt>
                                        <dd class="uol-results-items__item__meta__data">ABB</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">UCAS code</dt>
                                        <dd class="uol-results-items__item__meta__data">F600</dd>
                                    </div>

                                </dl>
                            </div>
                        </article>

                        <article class="uol-results-items__item  ">

                            <div class="uol-results-items__item__text-container">
                                <h3 class="uol-results-items__item__title">
                                    <a href="#" class="uol-results-items__item__link">Geography BSc</a>
                                </h3>

                                <dl class="uol-results-items__item__meta">

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Duration</dt>
                                        <dd class="uol-results-items__item__meta__data">4 years full time</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Typical A-level offer</dt>
                                        <dd class="uol-results-items__item__meta__data">AAA</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">UCAS code</dt>
                                        <dd class="uol-results-items__item__meta__data">F750</dd>
                                    </div>

                                </dl>
                            </div>
                        </article>

                        <article class="uol-results-items__item  ">

                            <div class="uol-results-items__item__text-container">
                                <h3 class="uol-results-items__item__title">
                                    <a href="#" class="uol-results-items__item__link">Sustainability and Environmental Management BSc</a>
                                </h3>

                                <dl class="uol-results-items__item__meta">

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Duration</dt>
                                        <dd class="uol-results-items__item__meta__data">3 years full time</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">Typical A-level offer</dt>
                                        <dd class="uol-results-items__item__meta__data">ABB</dd>
                                    </div>

                                    <div class="uol-results-items__item__meta__group">
                                        <dt class="uol-results-items__item__meta__label">UCAS code</dt>
                                        <dd class="uol-results-items__item__meta__data">T300</dd>
                                    </div>

                                </dl>
                            </div>
                        </article>

                    </div>

                </section>

                <div class="uol-course__content__rankings-container" id="rankings-overview">
                    <div class="uol-in-text-facts">
                        <h3 class="uol-in-text-facts__title">Rankings and awards</h3>
                        <div class="uol-in-text-facts__container">

                            <a href="/facts-url" class="uol-in-text-fact__item uol-in-text-fact__link">
                                <h4 class="uol-in-text-fact__item__title">
                                    10th
                                </h4>
                                <p class="uol-in-text-fact__item__description">
                                    in the world for Geography
                                </p>
                            </a>

                            <a href="/facts-url" class="uol-in-text-fact__item uol-in-text-fact__link">
                                <h4 class="uol-in-text-fact__item__title">
                                    Silver
                                </h4>
                                <p class="uol-in-text-fact__item__description">
                                    Athena Swan Award
                                </p>
                            </a>

                        </div>

                    </div>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-overview">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#content" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Course details</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-content">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#overview" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Course overview</span>
                        </a>

                        <a href="#entry" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Entry requirements</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-entry">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#content" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Course details</span>
                        </a>

                        <a href="#fees" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Fees</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-fees">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#entry" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Entry requirements</span>
                        </a>

                        <a href="#applying" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Applying</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-applying">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#fees" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Fees</span>
                        </a>

                        <a href="#careers" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Career opportunities</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-careers">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#applying" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Applying</span>
                        </a>

                        <a href="#abroad" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Study abroad and work placements</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-abroad">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#careers" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Career opportunities</span>
                        </a>

                        <a href="#related" class="uol-page-nav__item uol-page-nav__item--next">
                            <span class="uol-page-nav__item__identifier">Next page</span>
                            <span class="uol-page-nav__item__title">Related courses</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__page-nav-container" id="nav-related">

                    <nav class="uol-page-nav" aria-label="Pagination">

                        <a href="#abroad" class="uol-page-nav__item uol-page-nav__item--prev">
                            <span class="uol-page-nav__item__identifier">Previous page</span>
                            <span class="uol-page-nav__item__title">Study abroad and work placements</span>
                        </a>

                    </nav>

                </div>

                <div class="uol-course__content__profile-container" id="profile-overview">
                    <section class="uol-profile-supplement">
                        <h2 class="uol-profile-supplement__title">Student Profile</h2>
                        <div class="uol-profile-supplement__body">
                            <div class="uol-profile-supplement__image-container">

                                <div class="uol-profile-image">
                                    <div class="uol-profile-image__img" role="img" style="background-image: url('../../placeholders/ph-profile-staff-03.jpg');" aria-label="Logan Fox"></div>

                                </div>

                            </div>
                            <div class="uol-profile-supplement__text-container">
                                <blockquote class="uol-typography-blockquote">
                                    <p>Studying human geography at Leeds will undoubtedly set you up for the future. I am speaking from first-hand experience, having successfully completed a Year in Industry with Procter and Gamble.</p>

                                    <footer>
                                        <cite>

                                            Logan Fox

                                        </cite>
                                    </footer>

                                </blockquote>

                                <a class="uol-profile-supplement__link" href="/example">Find out more about Logan&amp;rsquo;s time at Leeds</a>
                            </div>
                        </div>
                    </section>

                </div>

                <div class="uol-course__content__profile-container" id="profile-careers">
                    <section class="uol-profile-supplement">
                        <h2 class="uol-profile-supplement__title">Alumni Profile</h2>
                        <div class="uol-profile-supplement__body">
                            <div class="uol-profile-supplement__image-container">

                                <div class="uol-profile-image">
                                    <div class="uol-profile-image__img" role="img" style="background-image: url('../../placeholders/ph-profile-staff-02.jpg');" aria-label="Quentin Perezz"></div>

                                </div>

                            </div>
                            <div class="uol-profile-supplement__text-container">
                                <blockquote class="uol-typography-blockquote">
                                    <p>I have thoroughly enjoyed my time at university and I adore the city, but above all I have absolutely loved my degree and looking back I would not change anything. This was definitely the right choice for me and if I could, I would redo the whole thing (yes – even my dissertation) in a heartbeat!</p>

                                    <footer>
                                        <cite>

                                            Quentin Perezz

                                        </cite>
                                    </footer>

                                </blockquote>

                                <a class="uol-profile-supplement__link" href="/example">Find out more about Quentin&amp;rsquo;s time at Leeds</a>
                            </div>
                        </div>
                    </section>

                </div>

                <div class="uol-course__content__profile-container" id="profile-abroad">
                    <section class="uol-profile-supplement">
                        <h2 class="uol-profile-supplement__title">Student profile</h2>
                        <div class="uol-profile-supplement__body">
                            <div class="uol-profile-supplement__image-container">

                                <div class="uol-profile-image">
                                    <div class="uol-profile-image__img" role="img" style="background-image: url('../../placeholders/ph-profile-student-07.jpg');" aria-label="Tony Bailey"></div>

                                </div>

                            </div>
                            <div class="uol-profile-supplement__text-container">
                                <blockquote class="uol-typography-blockquote">
                                    <p>I wanted to study abroad because I have lived away from the UK before and I was curious to learn about England, the EU and other geographical topics from a different perspective.</p>

                                    <footer>
                                        <cite>

                                            Tony Bailey

                                        </cite>
                                    </footer>

                                </blockquote>

                                <a class="uol-profile-supplement__link" href="/example">Find out more about Tony&#39;s time at Leeds</a>
                            </div>
                        </div>
                    </section>

                </div>

            </main>

            <aside class="uol-content-switch-from-side-to-main uol-section-nav-related-content " aria-label="Related content">
                <h2 class="uol-section-nav-related-content__title">Related content</h2>
                <div class="uol-section-nav-related-content__list">

                    <div class="uol-section-nav-related__item">
                        <h3 class="uol-section-nav-related-content__item__title">

                            <a class="uol-section-nav-related-content__item__title__link" href="/related">Campus Life</a>

                        </h3>

                        <p class="uol-section-nav-related-content__item__text">Explore our academic facilities, social spaces and campus landmarks.</p>

                    </div>

                    <div class="uol-section-nav-related__item">
                        <h3 class="uol-section-nav-related-content__item__title">

                            Admissions Enquiries

                        </h3>

                        <div class="uol-section-nav-related-content__item__contact-wrapper">
                            <a class="uol-section-nav-related-content__contact uol-section-nav-related-content__contact--phone" href="tel:+441133433212">
                                +44 (0)113 3433213
                            </a>
                        </div>

                        <div class="uol-section-nav-related-content__item__contact-wrapper">
                            <a class="uol-section-nav-related-content__contact uol-section-nav-related-content__contact--email" href="mailto:study@leeds.ac.uk">
                                Study@leeds.ac.uk
                            </a>
                        </div>

                    </div>

                </div>
            </aside>

        </div>

    </div>

</div>
<footer class="uol-site-footer-outer">
    <div class="uol-site-footer uol-content-container">
        <div class="uol-site-footer__nav-container">
            <nav class="uol-site-footer__nav-outer" aria-labelledby="footer-nav-title">
                <h2 class="uol-site-footer__title" id="footer-nav-title">Footer navigation</h2>

                <div class="uol-site-footer__nav">
                    <nav class="nav-list-group" aria-label="Study and Courses">
                        <h3 class="nav-list-group__title">Study and Courses</h3>
                        <ul class="nav-list-group__list">

                            <li class="nav-list-group__item">
                                <a href="/footer-link-undergraduate" class="nav-list-group__link">Undergraduate</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-link-masters-courses" class="nav-list-group__link">Masters courses</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-link-very-long-title" class="nav-list-group__link">Research degrees with very long titles that wrap over two lines like this one its very very long</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-international" class="nav-list-group__link">International</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-course-search" class="nav-list-group__link">Course search</a>
                            </li>

                        </ul>
                    </nav>

                </div>

                <div class="uol-site-footer__nav">
                    <nav class="nav-list-group" aria-label="About us">
                        <h3 class="nav-list-group__title">About us</h3>
                        <ul class="nav-list-group__list">

                            <li class="nav-list-group__item">
                                <a href="/footer-campus-map" class="nav-list-group__link">Campus map</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-heritage" class="nav-list-group__link">Our heritage</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-faculties" class="nav-list-group__link">Faculties</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-governance" class="nav-list-group__link">Governance</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-values" class="nav-list-group__link">Values and responsibility</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-equality" class="nav-list-group__link">Equality</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-executive" class="nav-list-group__link">Executive team</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-news" class="nav-list-group__link">News</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-events" class="nav-list-group__link">Events</a>
                            </li>

                        </ul>
                    </nav>

                </div>

                <div class="uol-site-footer__nav">
                    <nav class="nav-list-group" aria-label="Quicklinks and contacts">
                        <h3 class="nav-list-group__title">Quicklinks and contacts</h3>
                        <ul class="nav-list-group__list">

                            <li class="nav-list-group__item">
                                <a href="/footer-jobs" class="nav-list-group__link">Jobs</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-term-dates" class="nav-list-group__link">Term dates</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-services-a-z" class="nav-list-group__link">Services A-Z</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-library" class="nav-list-group__link">Library</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-alumni" class="nav-list-group__link">Alumni</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-press" class="nav-list-group__link">Press</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-video-leeds" class="nav-list-group__link">VideoLeeds</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-staff-a-z" class="nav-list-group__link">Staff A-Z</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-contacts" class="nav-list-group__link">Contacts</a>
                            </li>

                            <li class="nav-list-group__item">
                                <a href="/footer-coronavirus" class="nav-list-group__link">Coronavirus</a>
                            </li>

                        </ul>
                    </nav>

                </div>

            </nav>
        </div>
        <div class="uol-site-footer__address-container ">

            <h2 class="uol-footer-contact__title">Contact information</h2>
            <address class="uol-footer-contact" vocab="https://schema.org/" typeof="Organization">
                <strong class="uol-footer-contact__name" property="name">University of Leeds</strong>

                <div class="uol-footer-contact__address" property="address" typeof="PostalAddress">

                    <div property="streetAddress">
                        <span class="uol-footer-contact__address__item">Woodhouse Lane</span>

                    </div>

                    <span class="uol-footer-contact__address__item" property="addressLocality">Leeds</span>
                    <span class="uol-footer-contact__address__item" property="addressRegion">West Yorkshire</span>
                    <span class="uol-footer-contact__address__item" property="postalCode">LS2 9JT</span>
                    <span class="uol-footer-contact__address__item" property="addressCountry">United Kingdom</span>
                </div>

                <dl class="uol-footer-contact__telephone-email-container">

                    <dt class="uol-footer-contact__telephone-email-label">Telephone</dt>
                    <dd class="uol-footer-contact__telephone-email-data">
                        <a class="uol-footer-contact__telephone" href="tel:+4401132431751" property="telephone">+44 0113 243 1751</a>
                    </dd>

                </dl>

            </address>

            <div class="uol-footer-social-media">

                <a class="uol-footer-social-media__item" href="https://youtube-nocookie.com/user/universityofleedsuk" aria-label="YouTube">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M9.6 17.25V6.45l7.2 5.4m4.8-9.12c-.72-.24-5.16-.48-9.6-.48l-9.6.456C.528 3.33 0 7.53 0 11.85c0 4.308.528 8.52 2.4 9.132.72.24 5.16.468 9.6.468l9.6-.468c1.872-.612 2.4-4.824 2.4-9.132 0-4.32-.528-8.508-2.4-9.12z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://twitter.com/UniversityLeeds" aria-label="Twitter">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M24 4.55c-.883.402-1.836.667-2.822.793a4.94 4.94 0 0 0 2.157-2.736c-.952.575-2.008.977-3.12 1.207-.906-.988-2.18-1.563-3.625-1.563-2.696 0-4.9 2.207-4.9 4.93 0 .39.046.77.126 1.126A13.98 13.98 0 0 1 1.675 3.158C1.25 3.882 1 4.733 1 5.63c0 1.713.86 3.23 2.19 4.092-.815 0-1.572-.23-2.237-.575v.034c0 2.39 1.698 4.39 3.946 4.84-.413.115-.85.172-1.296.172-.3 0-.62-.034-.918-.092.62 1.942 2.42 3.39 4.59 3.425C5.6 18.86 3.488 19.64 1.17 19.64A9.99 9.99 0 0 1 0 19.572C2.18 20.974 4.772 21.8 7.55 21.8c9.04 0 14.008-7.517 14.008-14.034 0-.218 0-.425-.01-.644.964-.7 1.8-1.563 2.455-2.563z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://instagram.com/universityofleeds/?hl=en" aria-label="Instagram">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M6.96 0h10.08C20.88 0 24 3.12 24 6.96v10.08A6.96 6.96 0 0 1 17.04 24H6.96C3.12 24 0 20.88 0 17.04V6.96A6.96 6.96 0 0 1 6.96 0m-.24 2.4A4.32 4.32 0 0 0 2.4 6.72v10.56a4.32 4.32 0 0 0 4.32 4.32h10.56a4.32 4.32 0 0 0 4.32-4.32V6.72a4.32 4.32 0 0 0-4.32-4.32H6.72M18.3 4.2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 1 1 0-3M12 6a6 6 0 1 1 0 12 6 6 0 1 1 0-12m0 2.4a3.6 3.6 0 0 0 0 7.2 3.6 3.6 0 0 0 0-7.2z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://www.linkedin.com/school/7244" aria-label="LinkedIn">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M24 24h-5.333v-9c0-1.413-1.587-2.587-3-2.587S13.333 13.587 13.333 15v9H8V8h5.333v2.667C14.213 9.24 16.48 8.32 18 8.32c3.333 0 6 2.72 6 6.013V24M5.333 24H0V8h5.333v16M2.667 0C4.14 0 5.333 1.194 5.333 2.667S4.14 5.333 2.667 5.333 0 4.14 0 2.667 1.194 0 2.667 0z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://www.facebook.com/universityofleeds/" aria-label="Facebook">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M18 0h0v4.8h-2.4c-.828 0-1.2.972-1.2 1.8v3H18v4.8h-3.6V24H9.6v-9.6H6V9.6h3.6V4.8A4.8 4.8 0 0 1 14.4 0H18z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://medium.com/university-of-leeds" aria-label="Medium">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="evenodd" d="M24 1.5h-6.687l-4.757 13.348L7.15 1.5H.005v.663l2.517 3.43-.034 13.245L0 22.623l.005.627h7.027l.018-.577-2.944-3.836.078-10.72 6.207 15.132h.75l5.513-15.5v12.6l-2.26 2.383v.508H24v-.61l-2.202-2.328-.03-16.02L24 2.167V1.5z"></path>
                    </svg>

                </a>

                <a class="uol-footer-social-media__item" href="https://www.weibo.com/leedsuniversityuk" aria-label="Weibo">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false">
                        <path fill="#000000" fill-rule="nonzero" d="M10.9 20.894c-3.74.39-6.968-1.394-7.2-3.984s2.593-5.006 6.33-5.396 6.968 1.393 7.2 3.982-2.592 5.008-6.33 5.398m7.48-8.6c-.318-.1-.536-.17-.37-.6.36-.957.398-1.784.007-2.374-.733-1.105-2.74-1.046-5.04-.03 0-.001-.722.334-.537-.27.354-1.2.3-2.205-.25-2.786-1.247-1.318-4.566.05-7.41 3.05-2.13 2.25-3.368 4.633-3.368 6.694 0 3.942 4.79 6.338 9.477 6.338 6.143 0 10.23-3.766 10.23-6.756 0-1.807-1.442-2.832-2.738-3.256m4.08-7.213c-1.483-1.735-3.672-2.396-5.69-1.944h-.001c-.467.105-.765.59-.664 1.082s.56.807 1.026.702c1.437-.322 2.992.15 4.047 1.38s1.34 2.914.888 4.39v.001c-.147.48.102.994.557 1.15s.94-.107 1.09-.586c.633-2.08.233-4.44-1.25-6.175"></path>
                        <path d="M19.74 7.668c-.7-.766-1.738-1.057-2.693-.857a.71.71 0 0 0-.556.846c.084.383.468.63.858.546v.001a1.4 1.4 0 0 1 1.318.418c.343.374.435.886.288 1.333h.001a.71.71 0 0 0 .465.896c.38.12.788-.085.91-.46a2.75 2.75 0 0 0-.592-2.724m-8.817 8.113a.53.53 0 0 1-.628.228c-.217-.087-.284-.327-.162-.537s.397-.31.613-.227c.22.08.3.32.177.536m-1.158 1.463c-.35.552-1.104.794-1.67.54-.56-.25-.723-.892-.372-1.43S8.8 15.578 9.36 15.8c.57.24.752.876.406 1.433m1.32-3.905c-1.73-.443-3.684.405-4.434 1.904-.765 1.53-.026 3.226 1.72 3.782 1.8.574 3.942-.306 4.684-1.957.732-1.614-.18-3.275-1.97-3.73"></path>
                    </svg>

                </a>

            </div>

        </div>

        <div class="uol-site-footer__site-information-container">

            <nav class="footer-site-information" aria-label="Site information">
                <h2 class="hide-accessible">Site information</h2>
                <ul class="footer-site-information__list">
                    <li class="footer-site-information__item">&copy; 2024 University of Leeds</li>

                    <li class="footer-site-information__item"><a class="footer-site-information__link" href="/terms-and-conditions">Terms and conditions</a></li>

                    <li class="footer-site-information__item"><a class="footer-site-information__link" href="/accessibility">Accessibility</a></li>

                    <li class="footer-site-information__item"><a class="footer-site-information__link" href="/privacy">Privacy and cookies</a></li>

                    <li class="footer-site-information__item"><a class="footer-site-information__link" href="/freedom-of-information">Freedom of information</a></li>

                </ul>
            </nav>

        </div>

        <div class="uol-site-footer__logo-outer">
            <a href="https://leeds.ac.uk" class="uol-site-footer__logo" aria-label="University of Leeds">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.46 80.79" fill="#000000" focusable="false" aria-hidden="true">
                    <path fill-rule="evenodd" d="M268.9 17.85h.7v-.65h-1.12v1.93h.43zm-2.05 0h.67v-.65h-1.12v1.93h.45zM230.44 0v51.7h27.1V36.15h4.62V51.7h.64v-17h8.42v17h.57V36.15h4.63V51.7h6.2V0zm36.53 8.75l4.63 2.8h-9.24zm-4.65 3.33h9.3l.5 3.4h-10.24zM275.4 35.6h-3.62v-1.47h-9.63v1.47h-3.6v-3.25h.65V21.62h1v-5.57h13.54v5.57h1v10.74h.62zm-6.17-3.25h.76v-7.12h1.7v-1.28h-2.5zm-7.8-9.6h11.12l.54-.7h-12.13zm4.3 9.6h.77v-7.12h1.7v-1.28h-2.48zm-.93-14.5h.68v-.65h-1.12v1.93h.44zm-2.57 14.5h.77v-7.12h1.68v-1.28h-2.5zM267 36.9a2.35 2.35 0 1 0 1.662.688A2.35 2.35 0 0 0 267 36.91zm0 4.18a1.84 1.84 0 1 1 1.83-1.83 1.82 1.82 0 0 1-1.83 1.83zM16.4 73.1V61.5h-3.94v11.86a4.08 4.08 0 0 1-1 2.93 4.19 4.19 0 0 1-3.31 1.2 4.14 4.14 0 0 1-3.18-1.2 4.45 4.45 0 0 1-1.08-3.11V61.5H-.04v12a7.24 7.24 0 0 0 1.87 5.33c1.37 1.33 3.44 2 6.24 2s4.94-.78 6.36-2.2a7.62 7.62 0 0 0 1.92-5.51z"></path>
                    <path d="M39.17 80.5v-19h-3.93v9.7l.06 2.95h-.06l-1.8-2.5-8-10.15h-4v19h3.94V70.1l-.07-2.64h.07l1.8 2.5 8.26 10.56z"></path>
                    <path d="M48.47 80.5v-19H44.5v19h3.97zm21.13-19h-4l-4.3 10.22-1.27 3.4H60l-1.3-3.52-3.87-10.1H50.5l7.8 19.15h2.94l8.4-19.15zm13.3 19v-3.24h-7.06V72.4h6.06v-3.26h-6.06v-4.43h6.04l1.04-3.23H71.88v19h11z"></path>
                    <path fill-rule="evenodd" d="M101.88 80.5c-2.86-4.85-4.7-8.06-5.67-8.6h0a5.4 5.4 0 0 0 3.46-4.91c0-2.94-1.83-5.45-6.9-5.45H87.2v19h4v-7.38h1.4c.7.27 1.84 2.4 4.73 7.35zm-6.13-13.15a2.83 2.83 0 0 1-2.91 2.89h-1.67v-5.47h1.67c1.87 0 2.9 1.12 2.9 2.58z"></path>
                    <path d="M115.72 75.15c0-6-8.18-5.67-8.18-9 0-1.1 1.1-1.73 2.5-1.73a9.33 9.33 0 0 1 4.54 1.39l.06-3.42a9.84 9.84 0 0 0-4.79-1.15c-4.2 0-6.47 2.53-6.47 5.43a5 5 0 0 0 1.2 3.38c2.33 2.63 6.94 3.06 6.94 5.58 0 1.44-1.54 1.95-2.95 1.95a7.9 7.9 0 0 1-4.36-1.47l-1.53 2.86a10.71 10.71 0 0 0 6.06 1.79c3.9 0 7-2.16 7-5.64zm7.16 5.35v-19h-3.95v19h3.95zm18.34-19h-15.56v3.23h5.57V80.5h4V64.73h5.1l.9-3.23zm17.38 0h-4.13l-2.9 5.36-1.37 2.68h-.05l-1.4-2.73-2.9-5.3h-4.36L148.1 73v7.53h3.95v-7.47l6.58-11.54z"></path>
                    <path d="M185.96 70.97a9.15 9.15 0 0 0-9.83-9.7 9.64 9.64 0 0 0-7.07 2.83 10 10 0 0 0-2.75 7.11 9.53 9.53 0 0 0 3 7.27 10.78 10.78 0 0 0 13.95-.52 9.78 9.78 0 0 0 2.66-7zm-4.2.1c0 4.17-2.4 6.55-5.64 6.55s-5.7-2.38-5.7-6.55 2.4-6.55 5.7-6.55 5.64 2.45 5.64 6.55z"></path>
                    <path fill-rule="evenodd" d="M200.68 61.5h-11.06v19h3.97v-8.03h6v-3.24h-6v-4.5h6.08l1-3.23zm20.22 19v-3.26h-6.68v-15.7h-3.92V80.5h10.6zm13.57 0v-3.23h-7.03v-4.84h6.04v-3.25h-6.04v-4.42h6l1.05-3.2h-11V80.5h10.98zm14.4 0v-3.23h-7.03v-4.84h6.05v-3.25h-6.05v-4.42h6.02l1.02-3.2h-11V80.5h10.98z"></path>
                    <path fill-rule="evenodd" d="M269.17 70.85c0-5.66-3.8-9.3-10.57-9.3h-6.3V80.5h6c6.58 0 10.92-3.8 10.92-9.64zm-4.23.1c0 3.32-1.84 6.27-6.53 6.27h-2.17V64.8h2.1c4.35 0 6.6 2.42 6.6 6.15z"></path>
                    <path d="M283.47 75.16c0-6-8.16-5.68-8.16-8.95 0-1.1 1.1-1.74 2.5-1.74a9.41 9.41 0 0 1 4.52 1.38v-3.4a9.75 9.75 0 0 0-4.79-1.15c-4.17 0-6.45 2.54-6.45 5.4a5 5 0 0 0 1.22 3.38c2.3 2.62 6.9 3 6.9 5.56 0 1.44-1.56 1.95-2.94 1.95a7.76 7.76 0 0 1-4.34-1.47l-1.53 2.85a10.65 10.65 0 0 0 6.05 1.79c3.9 0 6.95-2.16 6.95-5.6z"></path>
                </svg>

            </a>
        </div>
    </div>
</footer>
{
  "local_navigation": [
    {
      "title": "Home",
      "url": "/"
    },
    {
      "title": "Undergraduate courses",
      "url": "/undergraduate-courses"
    },
    {
      "title": "Masters courses",
      "url": "/masters-courses"
    }
  ],
  "local_masthead": {
    "site_name": "Course Search",
    "site_url": "/"
  },
  "page_heading": {
    "title": "Geography BA"
  },
  "marketing_banner": {
    "title": "Autumn Open Days – 12th September and 8th October",
    "description": "Find out about our undergraduate courses and campus facilities and get a taste of student life.",
    "link": {
      "text": "Register your interest",
      "href": "/open-days-register"
    }
  },
  "year_of_entry": {
    "year": "2022",
    "alternate_year": "2023",
    "alternate_year_url": "/some-link-here"
  },
  "breadcrumbs": [
    {
      "title": "Undergraduate course search",
      "href": "/"
    }
  ],
  "facts": [
    {
      "term": "UCAS code",
      "data": [
        {
          "content": "L700"
        }
      ]
    },
    {
      "term": "Start date",
      "data": [
        {
          "content": "September 2023"
        }
      ]
    },
    {
      "term": "Delivery type",
      "data": [
        {
          "content": "On campus"
        }
      ]
    },
    {
      "term": "Duration",
      "data": [
        {
          "content": "3 years full time"
        }
      ]
    },
    {
      "term": "Work placement",
      "data": [
        {
          "content": "Optional"
        }
      ]
    },
    {
      "term": "Study abroard",
      "data": [
        {
          "content": "Optional"
        }
      ]
    },
    {
      "term": "Typical A-level offer",
      "data": [
        {
          "content": "AAB - ABB. (Specific subjects required)"
        }
      ]
    },
    {
      "term": "Typical Access to Leeds offer",
      "data": [
        {
          "content": "ABB or BBB (including an accepted subject) plus a pass in the Access to Leeds scheme (specific subjects required). <a href=\"?refresh=yes#entry\">Full entry requirements</a>"
        }
      ]
    }
  ],
  "detail_nav": [
    {
      "id": "overview",
      "title": "Course overview",
      "section_link": true
    },
    {
      "id": "content",
      "title": "Course details",
      "section_link": true
    },
    {
      "id": "entry",
      "title": "Entry requirements",
      "section_link": true
    },
    {
      "id": "fees",
      "title": "Fees",
      "section_link": true
    },
    {
      "id": "applying",
      "title": "Applying",
      "section_link": true
    },
    {
      "id": "careers",
      "title": "Career opportunities",
      "section_link": true
    },
    {
      "id": "abroad",
      "title": "Study abroad and work placements",
      "section_link": true
    },
    {
      "id": "related",
      "title": "Related courses",
      "section_link": true
    }
  ],
  "related_content": {
    "title": "Related content",
    "items": [
      {
        "heading": {
          "text": "Campus Life",
          "url": "/related"
        },
        "content": "Explore our academic facilities, social spaces and campus landmarks."
      },
      {
        "heading": {
          "text": "Admissions Enquiries"
        },
        "links": [
          {
            "type": "phone",
            "label": "+44 (0)113 3433213",
            "url": "+441133433212"
          },
          {
            "type": "email",
            "label": "Study@leeds.ac.uk",
            "url": "study@leeds.ac.uk"
          }
        ]
      }
    ]
  },
  "articles": [
    {
      "id": "overview",
      "style_lead": true,
      "content": "\n          <h2>Course overview</h2>\n          <p>A degree in human geography provides the knowledge and skills to understand our rapidly changing world, including international development, population growth, urban transformation, sustainability, global geopolitics, human rights, globalisation, and patterns of inequality (ethnicity, class and gender).</p>\n          <img src=\"/placeholders/geography.jpg\" alt=\"Actors touching each others&apos; faces\">\n          <p>Our graduates are in demand for both their specialist and transferable skills. You&apos;ll build skills in presenting your ideas in reports and orally, in data collection, presentation and analysis, and in the use of specialist mapping and statistical software.</p>\n          <p>Each year of this programme is designed around a combination of compulsory core modules, as well as opportunities to take optional modules and discovery modules across the University so you can choose additional subjects of interest. This means you are able to specialise in either human or physical geography, or choose modules from a mixture of both.</p>\n          <p>Broad expertise and knowledge will equip you to tackle important real-world problems in a range of organisations and sectors, from the public sector (such as working for local government), to private industry (as a retail analyst or location planner) and for non-governmental organisations (such as Amnesty International as a policy and campaigns officer).</p><div class=\"text-highlight\"><p>Leeds is among the top 100 universities in the <a href=\"/\">QS World University Rankings 2021</a></p></div>\n          <h3>Why study at Leeds</h3>\n          <ul>\n\n            <li>Graduate with a degree accredited by the Royal Geographical Society (IBG) from a university ranked 11th in the UK for geography and environmental sciences, Times and Sunday Times Good University Guide 2021 and 11th in the world, ShanghaiRanking&apos;s Global Ranking of Academic Subjects 2021.</li>\n\n            <li>Take advantage of our <a href=\"#\">world-leading research</a> here at Leeds, which has had a pioneering impact on current global agendas, influencing key decision-makers in shaping environmental protection, public health and the economy.</li>\n\n            <li>Tailor your degree to suit your interests. You can specialise in either human geography or physical geography, or opt to study a mixture of our BA and BSc modules.</li>\n\n            <li>Experience expertise teaching delivered by a School that has taught <a href=\"#\">geography for over 100 years</a>. Learn from internationally renowned academics and researchers at the forefront of their fields who specialise in a variety of geography disciplines.</li>\n\n            <li>Benefit from <a href=\"#\">excellent teaching facilities</a>, including specialist labs, lecture theatres and industry-standard software, fully equipped with the latest technology to support your learning.</li>\n\n            <li>Benefit from excellent <a href=\"#\">specialist facilities</a>, including industry-level teaching laboratories and a dedicated field store fully equipped with research-grade equipment to support your learning and practical fieldwork.</li>\n\n            <li>Put theory into practice with our extensive <a href=\"#\">fieldwork</a> activities located across the world, where you&apos;ll experience &apos;real world&apos; learning that will advance your research, project planning and teamwork skills whilst gaining hands-on experience highly valued by employers in industry.</li>\n\n            <li>Enhance your career prospects and give your CV that competitive edge before you graduate with our paid industrial work placement opportunities. Our close industry links have given previous students the chance to work at — and build professional relationships with — major organisations such as Sainsbury&apos;s, Morgan Stanley and GlaxoSmithKline.</li>\n\n            <li>Gain invaluable life experience and advance your personal development with our exciting <a href=\"#\">study abroad programmes</a>, spanning across many universities worldwide.</li>\n\n            </ul><iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/8UFoZ2EuNeo\" title=\"YouTube video player - Student life at Leeds – it's one of a kind\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
    },
    {
      "id": "content",
      "style_lead": true,
      "content": "\n        <h2>Course details</h2>\n\n        <p>Each year of this programme is designed around a combination of compulsory core modules, as well as opportunities to take optional modules and discovery modules across the University so you can choose additional subjects of interest.</p>\n\n        <h3>Year one</h3>\n\n        <p>You&apos;ll develop a grounding in the core concepts and themes of human geography, plus key academic writing and digital learning skills. Core modules explore different geographies of a changing world, including economic globalisation, neighbourhood change, urbanisation and cities, migration, health, development, environmental management and sustainability. We focus on issues of justice, difference, identity, nature, space and place across different scales and ideologies.</p>\n\n        <h3>Quantitative Research Methods pathway</h3>\n\n        <p>At the end of year one, you will have the opportunity to request a place on our BA Geography with Quantitative Methods programme, subject to meeting the entry requirements.</p>\n\n        <p>The programme will help you to develop advanced analytical skills, which are in high demand across the public, private, and third sectors. You will learn spatial and statistical analysis techniques and their application to &apos;real&apos; problems (e.g. in crime, health, transport, business, planning and environment).</p>\n\n        <p>Find out more about the <a href=\"#\">Quantitative Research Methods pathway</a>.</p>\n\n        <h3>Year two</h3>\n\n        <p>You&apos;ll be provided with a core programme of research and career skills training that you&apos;ll supplement from optional modules that cover geo-politics and international development, service analysis and planning, economic geography, the development of modern cities, citizenship and identity, protest and resistance, natural resource management, and sustainable transport.</p>\n\n        <h3>Year three</h3>\n\n        <p>You&apos;ll be required to undertake a significant independent final year project - currently a dissertation - alongside a suite of optional modules that cover subjects such as urban social movements, creating alternative futures, population and health geographies, location analysis, global insecurities, migration and encounter, and healthy transport. You will also have the choice of a research, work or teacher placement module.</p>\n\n        <h3>Placement/study abroad year</h3>\n\n        <p>At the end of year two, you can decide if you&apos;d like to complete an <a href=\"#\">industrial placement</a> or <a href=\"#\">study abroad year</a>, which will extend your degree by 12 months.</p>\n\n        <h3>Fieldwork</h3>\n\n        <p>Ask any of our students and they will tell you that taking part in field trips is one of the most enjoyable and memorable aspects of the geography programmes at Leeds.</p>\n\n        <p>We offer <a href=\"#\">fieldwork</a> opportunities at each level of study and they provide a great opportunity to study a fascinating subject in contrasting environments away from the University. In year one you will use Leeds as your 'laboratory&apos;, carrying out group work around the city you live in and in years two and three you will have the option to undertake field work overseas.</p>\n\n        <p>During field trips you will learn essential fieldwork and team working skills and transferable skills that will prove invaluable to your future career.</p>\n\n        <h3>Course structure</h3>\n\n        <p>The list shown below represents typical modules/components studied and may change from time to time. Read more in our <a href=\"#\">Terms and conditions</a>.</p>\n        <p>For more information and a full list of typical modules available on this course, <a href=\"#\">please read Geography BA in the course catalogue</a>.</p>\n        \n        <h4>Year 1 compulsory modules</h4>\n        <table>\n          <caption>Table caption</caption>\n          <thead>\n            <tr>\n              <th style=\"width:20%\">Module Id</th>\n              <th style=\"width:20%\">Module Name</th>\n              <th style=\"width:10%\">Credits</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <td><a href=\"#\">GEOG100</a></td>\n              <td>Planet Under Threat</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1400</a></td>\n              <td>Digital Geographies</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1450</a></td>\n              <td>The Urban Age\t</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1450</a></td>\n              <td>Global Geopolitics, Migration and Uneven Development</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1550</a></td>\n              <td>Population, Society and Space</td>\n              <td>20</td>\n            </tr>\n          </tbody>\n        </table>\n        \n        <h4>Year 2 compulsory modules</h4>\n        <table>\n          <thead>\n            <tr>\n              <th style=\"width:20%\">Module Id</th>\n              <th style=\"width:20%\">Module Name</th>\n              <th style=\"width:10%\">Credits</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <td><a href=\"#\">GEOG100</a></td>\n              <td>Research Approaches in Human Geography</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1400</a></td>\n              <td>Digital Geographies</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1450</a></td>\n              <td>The Urban Age</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1450</a></td>\n              <td>Social and Spatial Data Analysis with GIS</td>\n              <td>20</td>\n            </tr>\n\n          </tbody>\n        </table>\n        \n        <h4>Year 2 optional modules</h4>\n        <table>\n          <thead>\n            <tr>\n              <th style=\"width:20%\">Module Id</th>\n              <th style=\"width:20%\">Module Name</th>\n              <th style=\"width:10%\">Credits</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <td><a href=\"#\">GEOG1770</a></td>\n              <td>Political and Development Geographies</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1460</a></td>\n              <td>Geographies of Economies</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1650</a></td>\n              <td>The Making of the Modern City</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1840</a></td>\n              <td>Citizenship and Identity: Comparative Perspectives</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG8496</a></td>\n              <td>Living within limits: natural resource management for sustainable development</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG9602</a></td>\n              <td>Planning Services for Changing Populations</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG0742</a></td>\n              <td>Social Ecological Systems</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG5419</a></td>\n              <td>Transport Land Use and Development</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG3249</a></td>\n              <td>Transport, Energy and Environment</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1780</a></td>\n              <td>Key challengues in Transport and Society </td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Exploring Transport and Society </td>\n              <td>20</td>\n            </tr>\n          </tbody>\n        </table>\n        \n        <h4>Year 3 compulsory modules</h4>\n        <table>\n          <thead>\n            <tr>\n              <th style=\"width:20%\">Module Id</th>\n              <th style=\"width:20%\">Module Name</th>\n              <th style=\"width:10%\">Credits</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <td><a href=\"#\">GEOG170</a></td>\n              <td>Human Geography Dissertation</td>\n              <td>40</td>\n            </tr>\n          </tbody>\n        </table>\n        \n        <h4>Year 3 optional modules </h4>\n        <table>\n          <thead>\n            <tr>\n              <th style=\"width:20%\">Module Id</th>\n              <th style=\"width:20%\">Module Name</th>\n              <th style=\"width:10%\">Credits</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <td><a href=\"#\">GEOG</a></td>\n              <td>GEOG1770          Retail Location Planning\t</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG</a></td>\n              <td>GEOG1460          Contested Cities</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1650</a></td>\n              <td>Creating Alternative Futures</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1840</a></td>\n              <td>Advanced Population & Health Geographies</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG9602</a></td>\n              <td>Geocomputation and Spatial Analysis</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG0742</a></td>\n              <td>Geographies of Global Insecurities</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG5419</a></td>\n              <td>Environment, Conflict and Policy</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG3249</a></td>\n              <td>Professional Development Project</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1780</a></td>\n              <td>School and Educational Placements </td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Spaces of Migration and Encounter</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Introduction to Programming for Social Science</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Travel Activity Analysis</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Social Analysis and Social Psychology for Transport</td>\n              <td>20</td>\n            </tr>\n            <tr>\n              <td><a href=\"#\">GEOG1457</a></td>\n              <td>Healthy Cities: Transport and Health</td>\n              <td>20</td>\n            </tr>\n\n          </tbody>\n        </table>\n        <h2>Discovery modules</h2>\n\n        <p>Throughout your degree you will benefit from a range of opportunities to expand your intellectual horizons outside or within your subject area.</p>\n\n        <p>This course gives you the opportunity to choose from a range of discovery modules. They&apos;re a great way to tailor your study around your interests or career aspirations and help you stand out from the crowd when you graduate. Find out more about discovery modules on our Broadening webpages.</p><h2>Learning and teaching</h2>\n\n        <p>As a geography student at Leeds we ensure that you benefit from a wide range of teaching methods, including lectures, tutorials (groups of eight), seminars (groups of approximately 30), computer classes, lab practical classes, group-work, online exercises and fieldwork, depending on the modules you study.</p>\n\n        <p>Independent study is also an important part of this course, and will develop your research and analytical skills in order to think and work independently. You&apos;ll receive guidance and support throughout your degree, and there will be opportunities for extra support through one-to-one assistance, workshops and training.</p>\n\n        <p>You&apos;ll be assigned a personal tutor to guide you through your studies, and you will receive support from fellow students through our peer mentoring scheme. Peer mentors are students who are on your course, but are in Years two or three. They&apos;ll help you when you arrive at University and throughout your first year. You&apos;ll meet your peer mentors during your first week for a social activity.</p>\n\n        <p>Our Virtual Learning Environment will help to support your studies: it&apos;s a central place where you can find all the information and resources for the School, your programme and modules.</p>\n\n        <p>You can also benefit from support to develop your academic skills, within the curriculum and through online resources, workshops, one-to-one appointments and drop-in sessions.</p>\n\n        <p>Watch our taster lecture to get a flavour of what it&apos;s like to study at Leeds:</p><h2>Assessment</h2>\n\n        <p>Assessment methods include examinations, individual or group reports and presentations, practical exercises, essays, posters, projects (such as the dissertation) and reflective logs.</p><h2>Accreditation</h2>\n\n        <p>This degree is accredited by the <a href=\"#\">Royal Geographical Society (with IBG)</a>.</p>\n\n        <p>Accredited degree programmes contain a solid academic foundation in geographical knowledge and skills, and prepare graduates to address the needs of the world beyond higher education.</p>\n\n        <p>The accreditation criteria require evidence that graduates from accredited programmes meet defined sets of learning outcomes, including subject knowledge, technical ability and transferable skills.</p>\n\n\n        <div class=\"uol-logo-group\">\n          <div class=\"uol-logo-group-item\">\n              <div class=\"uol-logo-group-item__container\">\n                  <img class=\"uol-logo-group-item__logo\" src=\"/placeholders/logo-rgs.svg\" alt=\"Royal Geographical Society (with IBG)\">\n              </div>\n              <a class=\"uol-logo-group-item__link\" href=\"/link\">Royal Geographical Society (with IBG)</a>\n          </div>\n        </div>\n        <iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/BUn4SDjKLD0\" title=\"YouTube video player - Student experience - Penelope Milner - Geography BA with Quantitative Methods\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
    },
    {
      "id": "entry",
      "style_lead": true,
      "content": "\n        <h2>Entry Requirements</h2>\n\n        <p><b>A-level: AAA or AAB including a social science/humanities subject.</b></p>\n\n        <p>Accepted social science/humanities subjects: Ancient History/History; Business/Business Studies; Classical Civilisation; Economics; English; Geography; Government and Politics; Law; Media Studies; Modern Languages or Ancient Languages; Philosophy; Politics; Psychology; Religious Studies; Sociology.</p>\n\n        <p>Offer excludes A-Level General Studies or Critical Thinking.</p>\n\n        <p>Extended Project Qualification (EPQ): We recognise the value of this qualification and the effort and skills required to undertake it, where an applicant is taking the EPQ this may attract an alternative offer in addition to the standard offer. The EPQ taken with A-Levels, for example, could be AAB with an A in the EPQ or ABB (including an accepted subject) with A in EPQ.</p>\n\n        <p>GCSE: English and Mathematics at grade C (4) or above, or an equivalent English language and Mathematics qualification. We will accept Level 2 Functional Skills English in lieu of GCSE English.</p>\n        \n        <h2>Alternative qualification</h2>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">Access to HE Diploma</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>Pass 60 credits overall with 45 credits at Level 3, 30 credits with Distinction and the remaining 15 credits with Merit or above.</p> </div> </div> </div>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">BTEC</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>D*DD in National Extended Diploma/3 National Extended Certificates in an accepted subject. We will accept a combination of BTECs and A-Levels. Please contact us for further information.</p> </div> </div> </div>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">Cambridge Pre-U</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>D3, D3, M2</p> <p>OR D2, M1, M1 or D2, M2, M2 or D3, M1, M2 to include an accepted subject or D3, M1, M2 to include an accepted subject.</p> </div> </div> </div>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">International Baccalaureate</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>35 points overall, with 17 points at higher level or 35 points overall, with 16 at higher level to include 5 points in an accepted subject.</p> </div> </div> </div>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">Irish Leaving Certificate (Higher Level)</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>AAAAAA/H2H2H2H2H2H2 or AAAABB/H2H2H2H2H3H3 including an accepted subject.</p> </div> </div> </div>\n\n        <div class=\"uol-accordion\"> <h3 class=\"uol-accordion__title\">Scottish Highers / Advanced Highers</h3> <div class=\"uol-accordion__content\"> <div class=\"uol-rich-text\"><p>AA in Advanced Highers and AABBB in Highers, or A in an Advanced Higher and AAABB in Highers, or AAAAAA in Highers.</p> <p>OR (if an accepted subject included) AB in Advanced Highers and AABBB in Highers, or A in an Advanced Higher and AABBB in Highers, or AAAABB in Highers.</p> </div> </div> </div>\n\n        <p>Read more about UK and Republic of Ireland <a href=\"#\">accepted qualifications</a> or contact the School's Undergraduate Admissions Team.</p>\n        <h2>Alternative entry</h2>\n\n        <p>We're committed to identifying the best possible applicants, regardless of personal circumstances or background.</p>\n\n        <p>Access to Leeds is an alternative admissions scheme which accepts applications from individuals who might be from low income households, in the first generation of their immediate family to apply to higher education, or have had their studies disrupted.</p>\n\n        <p>Find out more about <a href=\"#\">Access to Leeds and alternative admissions</a>.</p>\n\n        <p>Typical Access to Leeds A Level offer: ABB or BBB (including an accepted subject) plus a pass in the Access to Leeds scheme.</p>\n\n        <p>If you do not have the formal qualifications for immediate entry to one of our degrees, you may be able to progress through a foundation year. We offer a <a href=\"#\">Studies in Science with Foundation Year</a> BSc for students without a science background at A-level and an <a href=\"#\">Interdisciplinary Science with Foundation Year BSc</a> for applicants who meet specific widening participation criteria.</p>\n\n        <h2>International Foundation Year</h2>\n\n        <p>International students who do not meet the academic requirements for undergraduate study may be able to study the University of Leeds International Foundation Year. This gives you the opportunity to study on campus, be taught by University of Leeds academics and progress onto a wide range of Leeds undergraduate courses. Find out more about <a href=\"#\">International Foundation Year programmes</a>.</p>\n\n        <h2>English language requirements</h2>\n\n        <p>IELTS 6.0 overall, with no less than 5.5 in any component. For other English qualifications, read <a href=\"#\">English language equivalent qualifications</a>.</p>\n\n        <h3>Improve your English</h3>\n\n        <p>If you're an international student and you don't meet the English language requirements for this programme, you may be able to study our <a href=\"#\">undergraduate pre-sessional English course</a>, to help improve your English language level.</p>\n        "
    },
    {
      "id": "fees",
      "style_lead": true,
      "content": "\n        <h2>Fees</h2>\n        <p><b>Tuition fees for home students commencing their studies in September 2022 will be £9,250 per annum. Tuition fees for international students will be £23,000 per annum.</b></p>\n\n        <p>For UK full-time undergraduate students starting in 2022/23 the fee will be £9,250. The fee may increase in future years of your course in line with inflation and as permitted by law. Fees for UK undergraduate students are decided by the government and may vary if policy changes.</p>\n\n        <p>Tuition fees for UK full-time undergraduate students for 2023/24 have been agreed by the UK Government and will remain at the current fee level of £9,250. The fee may increase in future years of your course in line with inflation and as permitted by law. Fees for UK undergraduate students are decided by the government and may vary if policy changes.</p>\n\n        <p>Tuition fees for international students for 2023/24 should be available on individual course pages from September 2022.</p>\n\n        <h2>Study abroad or work placement year</h2>\n\n        <p>If you take a study abroad or work placement year, you'll pay a reduced tuition fee during this period. For more information, see <a href=\"#\">Study abroad and work placement tuition fees and loans.</a></p>\n\n        <p><a href=\"#\">Read more about paying fees and charges.</a></p>\n\n        <h2>Additional cost information</h2>\n\n        <p>Because we recognise the value of field experience, the school heavily subsidises or covers transport and accommodation costs for compulsory taught field courses and many optional field trips. You will have to supplement the cost of some optional field trips.</p>\n\n        <p>There may be additional costs related to your course or programme of study, or related to being a student at the University of Leeds. Read more about <a href=\"#\">additional costs</a>.</p>\n\n        <h2>Financial support</h2>\n\n        <p>f you have the talent and drive, we want you to be able to study with us, whatever your financial circumstances. There is help for students in the form of loans and non-repayable grants from the University and from the government. Find out more in our <a href=\"#\">Undergraduate funding overview.</a></p>\n\n        "
    },
    {
      "id": "applying",
      "style_lead": true,
      "content": "\n        <h2>Applying</h2>\n\n        <p><b>Apply to this course through UCAS. The institution code for the University of Leeds is L23. </b></p>\n\n        <p>Check the deadline for applications on the <a href=\"#\">UCAS website.</a></p>\n\n        <p>We may consider applications submitted after the deadline. Availability of courses in UCAS Extra will be detailed on UCAS at the appropriate stage in the cycle.</p>\n\n        <p>Read our <a href=\"#\">guidance</a> about applying and writing your personal statement.</p>\n\n        <p>International students apply through UCAS in the same way as UK students. Our <a href=\"#\">network of international representatives</a> can help you with your application. If you're unsure about the application process, contact the admissions team for help.</p>\n\n        <p>Read about visas, immigration and other information in <a href=\"#\">International students</a>. We recommend that international students apply as early as possible to ensure that they have time to apply for their visa.</p>\n\n        <h2>Vist days</h2>\n\n        <p>If you receive an offer to study with us, we'll invite you to attend one of our visit days. You'll have the opportunity to meet our academic staff and students, explore the School and University and find out more about your course and what it's like to be a student at Leeds.</p>\n\n        <h2>Admissions policy</h2>\n\n        <p><a href=\"#\">University of Leeds Taught Admissions Policy 2022</a></p>\n\n\n        "
    },
    {
      "id": "careers",
      "style_lead": true,
      "content": "\n        <h2>Career opportunities</h2>\n\n          <p><b>A degree from Leeds and the experience you'll gain here will give you the edge to find the career you want. Your course will give you the experience and knowledge that employers are looking for to help you secure a graduate job.</b></p>\n\n          <p>University of Leeds students are among the top 5 most targeted by top employers according to The Graduate Market 2022, High Fliers Research.</p>\n\n          <p>Studying geography opens up a wide range of exciting careers. Whether your future career plans lie in environmental management, journalism, the financial sector or nature conservation, our degrees are structured to ensure you develop the key transferable skills sought by graduate recruiters, skills such as: team-working, commercial awareness, report-writing, fluency in oral communication and presentation, numerical analysis, IT expertise and investigative skills.</p>\n\n          <p>Example of recent destinations include:</p>\n\n          <ul>\n          <li>CBRE</li>\n          <li>UHY Hackley Young Chartered Accountants</li>\n          <li>Proctor & Gamble</li>\n          <li>Lloyds Banking Group</li>\n          <li>IAEM & Red Cross</li>\n          <li>Raw TV Ltd</li>\n          </ul>\n\n          <p>Read <a href=\"#\">profiles of our alumni</a> to find out more about where some of our graduates are working.</p>\n\n          <h2>Careers support</h2>\n\n          <p>At Leeds we help you to prepare for your future from day one. Our Leeds for Life initiative is designed to help you develop and demonstrate the skills and experience you need for when you graduate. We will help you to access opportunities across the University and record your key achievements so you are able to articulate them clearly and confidently.</p>\n\n          <p>You will be supported throughout your studies by our dedicated Employability team, who will provide you with specialist support and advice to help you find relevant work experience, internships and industrial placements, as well as graduate positions. You'll benefit from timetabled employability sessions, support during internships and placements, and presentations and workshops delivered by employers.</p>\n\n          <p>You will also have full access to the <a href=\"#\">University's Careers Centre</a>, which is one of the largest in the country.</p>\n\n          <p>Visit our <a href=\"#\">Careers and employability</a> page to find out more.</p>\n        "
    },
    {
      "id": "abroad",
      "style_lead": true,
      "content": "\n        <h2>Study abroad and work placements</h2>\n\n          <p><b>On this course you have the opportunity to apply to spend time abroad, usually as an extra academic year</b></p>\n\n          <p>We have over 300 University partners worldwide and popular destinations for our students include Europe, the USA, Canada, Australia, New Zealand, Singapore, Hong Kong, South Africa and Latin America. Find out more at the <a href=\"#\">Study Abroad website</a>.</p>\n\n          <p>The optional study abroad year takes place between years two and three and will extend your studies by 12 months. You will return to Leeds to complete your final year of study.</p>\n\n          <h2>Work placements</h2>\n\n          <p>Practical work experience can help you decide on your career and improve your employability. On this course you have the option to apply to take a placement year module with organisations across the public, private and voluntary sectors in the UK, or overseas.</p>\n\n          <p>Find out more about work experience on the <a href=\"#\">Careers website</a>.</p>\n\n          <p>An industrial placement year is a great way to help you decide what kind of career you might like when you graduate. As well as giving you the opportunity to develop your skills, you'll gain a real insight into working life in a particular company or sector.</p>\n\n          <p>With the help and support of our dedicated Employability team, you can choose to undertake a salaried industrial placement year at one of the 100+ companies that we work with. If you decide to undertake a placement year this will extend your period of study by 12 months and, on successful completion, you will be awarded the 'industrial' variant in your degree title to demonstrate your added experience to future employers.</p>\n\n          <p>Below are examples of placements our students have recently completed:</p>\n\n          <ul>\n          <li>Geospatial Data Science Intern, Sainsbury's</li>\n          <li>Supply Chain Placement, Cummins Emission Solutions</li>\n          <li>Project Analyst, Virgin Media</li>\n          <li>Urban Planner, Newham Council</li>\n          <li>Corporate Affairs Industrial Placement, Morgan Stanley\n          </li>\n          <li>Financial Services Consultant, Ernst & Young</li>\n          <li>Corporate Social Responsibility, Emerald Group</li>\n          <li>Communications Assistant, GSK</li>\n          <li>Government Social Research, Office for Statistics Regulation</li>\n          <li>Project Controls Placement, Turner & Townsend</li>\n          </ul>\n\n          <p>During your industrial placement you will have an industrial supervisor from within the company, plus an academic supervisor who will keep in touch throughout your placement.</p>\n\n          <p>Find out more about <a href=\"#\">Industrial placements</a>.</p>\n        "
    },
    {
      "id": "related",
      "style_lead": true,
      "content": "\n        <h2>Related courses</h2>\n\n          <article class=\"uol-results-items__item  \">\n\n            <div class=\"uol-results-items__item__text-container\">\n                <h3 class=\"uol-results-items__item__title\">\n                    <a href=\"#\" class=\"uol-results-items__item__link\">Environment and Business BA</a>\n                </h3>\n\n                <dl class=\"uol-results-items__item__meta\">\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Duration</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">3 years full time</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Typical A-level offer</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">AAB</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">UCAS code</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">F800</dd>\n                    </div>\n\n                </dl>\n            </div>\n          </article>\n\n          <article class=\"uol-results-items__item  \">\n\n            <div class=\"uol-results-items__item__text-container\">\n                <h3 class=\"uol-results-items__item__title\">\n                    <a href=\"#\" class=\"uol-results-items__item__link\">Economics and Geography BA</a>\n                </h3>\n\n                <dl class=\"uol-results-items__item__meta\">\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Duration</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">3 years full time</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Typical A-level offer</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">ABB</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">UCAS code</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">F7MO</dd>\n                    </div>\n\n                </dl>\n            </div>\n          </article>\n\n          <article class=\"uol-results-items__item  \">\n\n            <div class=\"uol-results-items__item__text-container\">\n                <h3 class=\"uol-results-items__item__title\">\n                    <a href=\"#\" class=\"uol-results-items__item__link\">Geography with Transport Studies BA</a>\n                </h3>\n\n                <dl class=\"uol-results-items__item__meta\">\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Duration</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">3 years full time</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Typical A-level offer</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">ABB</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">UCAS code</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">F600</dd>\n                    </div>\n\n                </dl>\n            </div>\n          </article>\n\n          <article class=\"uol-results-items__item  \">\n\n            <div class=\"uol-results-items__item__text-container\">\n                <h3 class=\"uol-results-items__item__title\">\n                    <a href=\"#\" class=\"uol-results-items__item__link\">Geography BSc</a>\n                </h3>\n\n                <dl class=\"uol-results-items__item__meta\">\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Duration</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">4 years full time</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Typical A-level offer</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">AAA</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">UCAS code</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">F750</dd>\n                    </div>\n\n                </dl>\n            </div>\n          </article>\n\n          <article class=\"uol-results-items__item  \">\n\n            <div class=\"uol-results-items__item__text-container\">\n                <h3 class=\"uol-results-items__item__title\">\n                    <a href=\"#\" class=\"uol-results-items__item__link\">Sustainability and Environmental Management BSc</a>\n                </h3>\n\n                <dl class=\"uol-results-items__item__meta\">\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Duration</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">3 years full time</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">Typical A-level offer</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">ABB</dd>\n                    </div>\n\n                    <div class=\"uol-results-items__item__meta__group\">\n                        <dt class=\"uol-results-items__item__meta__label\">UCAS code</dt>\n                        <dd class=\"uol-results-items__item__meta__data\">T300</dd>\n                    </div>\n\n                </dl>\n            </div>\n          </article>\n        "
    }
  ],
  "all_page_nav": [
    {
      "id": "overview",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#content",
          "title": "Course details",
          "section_link": true
        }
      ]
    },
    {
      "id": "content",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#overview",
          "title": "Course overview",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#entry",
          "title": "Entry requirements",
          "section_link": true
        }
      ]
    },
    {
      "id": "entry",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#content",
          "title": "Course details",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#fees",
          "title": "Fees",
          "section_link": true
        }
      ]
    },
    {
      "id": "fees",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#entry",
          "title": "Entry requirements",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#applying",
          "title": "Applying",
          "section_link": true
        }
      ]
    },
    {
      "id": "applying",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#fees",
          "title": "Fees",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#careers",
          "title": "Career opportunities",
          "section_link": true
        }
      ]
    },
    {
      "id": "careers",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#applying",
          "title": "Applying",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#abroad",
          "title": "Study abroad and work placements",
          "section_link": true
        }
      ]
    },
    {
      "id": "abroad",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#careers",
          "title": "Career opportunities",
          "section_link": true
        },
        {
          "item_type": "page",
          "nav_type": "next",
          "url": "#related",
          "title": "Related courses",
          "section_link": true
        }
      ]
    },
    {
      "id": "related",
      "page_nav": [
        {
          "item_type": "page",
          "nav_type": "prev",
          "url": "#abroad",
          "title": "Study abroad and work placements",
          "section_link": true
        }
      ]
    }
  ],
  "all_rankings_and_awards": [
    {
      "id": "overview",
      "title": "Rankings and awards",
      "items": [
        {
          "title": "10th",
          "description": "in the world for Geography",
          "url": "/facts-url"
        },
        {
          "title": "Silver",
          "description": "Athena Swan Award",
          "url": "/facts-url"
        }
      ]
    }
  ],
  "all_profile_supplements": [
    {
      "id": "overview",
      "title": "Student Profile",
      "image": {
        "src": "/placeholders/ph-profile-staff-03.jpg",
        "alt": "Logan Fox"
      },
      "quote": {
        "content": "<p>Studying human geography at Leeds will undoubtedly set you up for the future. I am speaking from first-hand experience, having successfully completed a Year in Industry with Procter and Gamble.</p>",
        "cite": {
          "content": "Logan Fox"
        }
      },
      "link": {
        "url": "/example",
        "text": "Find out more about Logan&rsquo;s time at Leeds"
      }
    },
    {
      "id": "careers",
      "title": "Alumni Profile",
      "image": {
        "src": "/placeholders/ph-profile-staff-02.jpg",
        "alt": "Quentin Perezz"
      },
      "quote": {
        "content": "<p>I have thoroughly enjoyed my time at university and I adore the city, but above all I have absolutely loved my degree and looking back I would not change anything. This was definitely the right choice for me and if I could, I would redo the whole thing (yes – even my dissertation) in a heartbeat!</p>",
        "cite": {
          "content": "Quentin Perezz"
        }
      },
      "link": {
        "url": "/example",
        "text": "Find out more about Quentin&rsquo;s time at Leeds"
      }
    },
    {
      "id": "abroad",
      "title": "Student profile",
      "image": {
        "src": "/placeholders/ph-profile-student-07.jpg",
        "alt": "Tony Bailey"
      },
      "quote": {
        "content": "<p>I wanted to study abroad because I have lived away from the UK before and I was curious to learn about England, the EU and other geographical topics from a different perspective.</p>",
        "cite": {
          "content": "Tony Bailey"
        }
      },
      "link": {
        "url": "/example",
        "text": "Find out more about Tony's  time at Leeds"
      }
    }
  ]
}