<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>2018</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2018/" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="117407">
<meta property="su:last-modified" content="Wed, 27 Nov 2019 15:01:20 GMT" />

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">2018</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        <li class="header-links-list-item">
            <a href="/cy/swyddfar-wasg/archif-newyddion/2018/">Cymraeg</a>
        </li>
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">2018</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news">
    <ul>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitystudentcyclesfromdenmarktoukinbidtochampionsafemigration.php">Swansea University student cycles from Denmark to UK in bid to champion safe migration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/achristmasofweirdcreatureswithnickbaker.php">A Christmas of “weird creatures” with Nick Baker </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/carbonnanotubesdevicesmayhavealimittohownanotheycanbe.php">Carbon nanotubes devices may have a limit to how “nano” they can be</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityswintergraduationceremoniesmarkstudentsachievements.php">Swansea University’s winter graduation ceremonies mark students’ achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/highcommissionertotheukandnorthernirelandandambassadortoirelandvisitsswanseauniversityonoccasionofherdaughtersgraduation.php">High Commissioner to the UK and Northern Ireland and Ambassador to Ireland visits Swansea University on occasion of her daughter’s graduation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityhostslegaltechwalesconference.php">Swansea University hosts LegalTech Wales conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/educationsecretarylearnshowtomakecloudsandslimeatswanseauniversity.php">Education Secretary learns how to make clouds and slime at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityawardedmeningitisawarerecognitionmark.php">Swansea University awarded Meningitis Aware Recognition Mark</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/internationalsciencecommunicationcompetitionreturnstoswanseafor2018.php">International science communication competition returns to Swansea for 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/specialistinmidwiferyandmaternitycarereceivesexcellenceinlearningandteachingaward.php">Specialist in midwifery and maternity care receives Excellence in Learning and Teaching Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/thecaseforandagainstasecondbrexitreferendumfourexpertsgivetheirviews.php">The case for and against a second Brexit referendum: four experts give their views</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityacademicsappointedasboardmembersofnewstatutorybodywithinnhswales.php">Swansea University academics appointed as board members of new statutory body within NHS Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/freeenglishlanguagecoursesatswanseauniversity.php">Free English language courses at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityresearchhelpsbreakgroundtocleanupland.php">Swansea University research helps break ground to clean up land</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/wealthdangerandotherfactorscanchangeyourpreferenceforlong-termorcasualrelationships.php">Wealth, danger and other factors can change your preference for long-term or casual relationships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/globalwatertechfirmhydroindustriesannouncesexcitingnewcollaborationwithswanseauniversitysschoolofmanagement.php"> Global water tech firm Hydro Industries announces exciting new collaboration with Swansea University’s School of Management</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityleadsinternationalprojecttocuttheriskofengineerednanomaterials.php">Swansea University leads international project to cut the risk of engineered nanomaterials</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/theeconomicimpactofhighereducationinwalesuniversitieswalesreport.php">The Economic Impact of Higher Education in Wales Universities Wales report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitystudentspastandpresenttoflytheflagforwalesinsixnations.php">Swansea University students past and present to fly the flag for Wales in Six Nations </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityacademichelpstotellthetruthaboutgettingfit.php">Swansea University academic helps to tell the truth about getting fit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/14meuboostfornewaquacultureproject.php">£1.4m EU boost for new aquaculture project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/usingalgaetopromoteagriculturalsustainabilityandthecirculareconomy.php">Using algae to promote agricultural sustainability and the circular economy </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/welshvarsityreturnstoswanseain2018.php">Welsh Varsity returns to Swansea in 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/longlistannouncedforthe2018swanseauniversityinternationaldylanthomasprize.php">Longlist announced for the 2018 Swansea University International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/primeministerannouncesestablishmentof20millioninstituteforcoding.php">Prime Minister announces establishment of £20 million Institute for Coding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/southwestwalesbusinessestodebatefutureoftransportplansforregionwithkenskatesamatswanseauniversity.php"> South West Wales businesses to debate future of transport plans for region with Ken Skates AM at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/themorganacademysymposium-avoidingacrisishowcanwebetterinvestinthehealthandwellbeingofwales.php"> The Morgan Academy symposium - Avoiding a crisis: how can we better invest in the health and wellbeing of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/eu-fundedprojectlaunchedtohelparound120smallbusinessesinwalesandireland.php"> EU-funded project launched to help around 120 small businesses in Wales and Ireland</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitycelebrateslgbthistorymonth.php">Swansea University celebrates LGBT History Month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityscomputationalfoundryreceives28millionepsrcgrant.php">Swansea University’s Computational Foundry receives £2.8 million EPSRC grant </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/creatinga21stcenturysteelandmetalsindustry.php">Creating a 21st century steel and metals industry </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityaddsnewhydrogenfuelcellvehiclefcvtoitszero-emissionfleet.php">Swansea University adds new Hydrogen Fuel Cell Vehicle (FCV) to its Zero-Emission fleet</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitystudentswintheirplaceinfamelab2018regionalfinal.php">Swansea University students win their place in FameLab 2018 regional final </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/seniorpro-vice-chancellorhelpspromotegenderequalityinstem.php">Senior Pro-Vice-Chancellor helps promote Gender Equality in STEM</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/fromdummiestoblankieswhenshouldyouworryaboutyourchildsattachmenttocomfortitems.php">From dummies to blankies – when should you worry about your child’s attachment to comfort items?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/sewageandlivestockwasteiskillingbritainsseagrassmeadowsnewstudy.php">Sewage and livestock waste is killing Britain’s seagrass meadows – new study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitynursesshortlistedinthreecategoriesin2018studentnursingtimesawards.php">Swansea University nurses shortlisted in three categories in  2018 Student Nursing Times Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/8meu-backedboostforswansea-ledresearchprojecttosupportmanufacturing.php">£8m EU-backed boost for Swansea-led research project to support manufacturing </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityengineeringstudentshelpinventfortheplanet.php">Swansea University engineering students help Invent for the Planet</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/prestigioussciencecouncilrecognisesandrewardsorielscience.php">Prestigious science council recognises and rewards Oriel Science </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitycelebratesinternationalwomensday2018.php">Swansea University celebrates International Women's Day 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/postgraduatestudyopendaysinmarch.php">Postgraduate study Open Days in March</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/how1950sparentswereforcedtofightforchildrenwithcerebralpalsysrighttoeducation.php">How 1950s parents were forced to fight for children with cerebral palsy’s right to education</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/small-scalefisheriesarethrowingawayfishthatcouldfeedthoseinpoverty.php">Small-scale fisheries are throwing away fish that could feed those in poverty</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/hillaryrodhamclintonswanseauniversityandthewelshgovernmentlaunchrodhamclintonchildrensrightslawscholarshipprogramme.php">Hillary Rodham Clinton, Swansea University, and the Welsh Government launch Rodham Clinton Children’s Rights Law Scholarship Programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/nineswanseauniversitysubjectsfeaturein2018qsworldrankings.php">Nine Swansea University subjects feature in 2018 QS world rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityresearcherwinsfamelabwales2018.php">Swansea University researcher wins Famelab Wales 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/pharmaceuticalcompanypfizerandswanseauniversitydriveforwardcollaborationatbiowales2018.php">  Pharmaceutical company Pfizer and Swansea University drive forward collaboration at BioWales 2018 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/academyhelpingtoreducenhswaitinglistscelebratesitsfirstyear.php">Academy helping to reduce NHS waiting lists celebrates its first year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/theukcanttrulycelebrateinternationalwomensdayuntilwomenareequalwitheachother.php">The UK can’t truly celebrate International Women’s Day until women are equal with each other</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityannouncesnewcollaborationwithglobalshippingfirm.php">Swansea University announces new collaboration with global shipping firm</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/innovativeinternationalrugbycampscometoswanseathissummer.php">Innovative International Rugby Camps come to Swansea this summer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/willidieififallintoablackhole.php">‘Will I die if I fall into a black hole?’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityapartnerinthecreationofa42mnewresearchinstitutetoboostevidenceonimprovingcareinthenhs.php">Swansea University a partner in the creation of a £42m new research institute to boost evidence on improving care in the NHS </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityrunswelshheartsscreeningeventtohelpsavelives.php">Swansea University runs Welsh Hearts screening event to help save lives </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityhostsexcitingeventinspiringearlycareerresearchersontheirpathtoanacademiccareer.php">Swansea University hosts exciting event inspiring early career researchers on their path to an academic career.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/uniquesportspinprojectgetsofftheground.php">Unique ‘SportSPIN’ project gets off the ground </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/prestigiousresearchcouncilinvests13minswanseauniversitysengineeringandsciencesdoctoraltraining.php">Prestigious research council invests £1.3m in Swansea University’s engineering and sciences doctoral training</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/researchasartexhibitiongoesondisplayintexas.php">Research as Art exhibition goes on display in Texas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseaprofessorssupportforbritishskeletonolympicmedalsuccess.php">Swansea professor's support for British Skeleton Olympic medal success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/eminentprofessorbringsvitalmetalsandmaterialsknowledgetoswanseauniversity.php">Eminent professor brings vital metals and materials knowledge to Swansea University  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/seniorpro-vice-chancellorawardedobeinnewyearshonours.php">Senior Pro-Vice-Chancellor awarded OBE in New Year's Honours </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityshortlistedforsixwhatuniawardsincludinguniversityoftheyear.php">Swansea University shortlisted for six Whatuni Awards, including University of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/womenneedmorefreedomduringlabournotamedicalisedbirthscripttofollow.php">Women need more freedom during labour, not a medicalised birth script to follow</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitystudentstaketheirresearchtoparliament.php">Swansea University students take their research to Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/trumptakenotewhysingaporesclaimthatthedeathpenaltyworksfordrugoffencesisfakenews.php">Trump take note – why Singapore’s claim that the death penalty works for drug offences is fake news </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitystudentsgearupforstudentracingcareventformulastudent2018.php">Swansea University students gear up for student racing car event Formula Student 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/leadingscientistisinauguratedasswanseauniversitysnewchancellor.php">Leading scientist is inaugurated as Swansea University’s new Chancellor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitylaunchesnewflorencemockeridgefellowshipgrouptohelpresearchersreachtheirfullpotential.php">Swansea University launches  new Florence Mockeridge Fellowship Group to help researchers reach their full potential</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityallocatestwonewhallsofresidenceforwelshspeakers.php">Swansea University allocates two new halls of residence for Welsh speakers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitynamedtoplgbtandtransemployer.php">Swansea University named top LGBT and Trans Employer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/llanelliwellnesslifesciencevillagetakesmajorstepforward.php">Llanelli Wellness &amp; Life Science Village takes major step forward</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/givingwelshathletestheedgeincommonwealthgameshowperformancescienceishelping.php">Giving Welsh athletes the edge in Commonwealth Games – how performance science is helping</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/schoolchildrencentrestageatmilestoneeventfornew31millioncomputationalfoundry.php">School children centre stage at milestone event for new £31 million Computational Foundry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/usingdatatotacklediseaseuniversitywinsshareof30mnbidtobehealthdataresearchuksite.php">Using data to tackle disease: University wins share of £30mn bid to be Health Data Research UK site</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/mysteriousheadofapharaohdiscoveredbyswanseaegyptologist.php">Mysterious Head of a Pharaoh Discovered by Swansea Egyptologist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/leadingwelshbarristertodeliverkeynotelectureoncommunityplanningandthewelshlanguage.php">Leading Welsh barrister to deliver keynote lecture on community planning and the Welsh language</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/earthhourelliegouldingandswanseaexpertvisitgreenlandglaciers.php">Earth Hour – Ellie Goulding and Swansea expert visit Greenland glaciers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/readytorowoarspoisedforthewelshvarsityboatrace.php">Ready to row: oars poised for the Welsh Varsity Boat Race</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/makingthisthingothertransformingourculturalrecordinthedigitalage.php">‘Making this thing other’: Transforming our Cultural Record in the Digital Age” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/internationalwomensdaywomenleadthewayonmajorconstructionproject.php">International Women’s Day:Women lead the way on major construction project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/manenginecymruticketsreleasedtopublic.php">Man Engine Cymru tickets released to public</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/professorrichardwynjonestodiscussrecentturbulenteventsinukpoliticsinthe2018universityofwalesodonnelllecture.php"> Professor Richard Wyn Jones to discuss recent turbulent events in UK politics in the 2018 University of Wales O’Donnell Lecture </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/orielscienceheadlinesthejamboriweekendfamilyfestival.php">Oriel Science headlines  the Jamborî Weekend Family Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/walessecuresanextra43mwithwelshuniversitiesleadingthewayoncollaborativeprojectswitheupartners.php">Wales secures an extra €4.3m with Welsh Universities leading the way on collaborative projects with EU partners</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytohostseriesofeventsathayfestival2018.php">Swansea University to host series of events at Hay Festival 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseascientistsdiscovergreenerwayofmakingplastics.php">Swansea scientists discover greener way of making plastics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/learnedsocietyfellows2018honoursforeightswanseaacademics.php">Learned Society Fellows 2018: honours for eight Swansea Academics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityscientistsleadthewayintacklingjapaneseknotweed.php">Swansea University scientists lead the way in tackling Japanese knotweed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitylectureraimstoprovidemedicalhelptobasraviatheweb.php">University lecturer aims to provide medical help to Basra via the web</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/goldatthegoldcoastsuccessfulcommonwealthgamesforswanseauniversityathletes.php">Gold at the Gold Coast: successful Commonwealth Games for Swansea University athletes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/puttingsteelintoswansea-tatasupportforuniversityswelshvarsityteams.php">Putting steel into Swansea - Tata support for University’s Welsh Varsity teams</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityappointsdirectorforthenewcomputationalfoundry.php">Swansea University appoints Director for the new Computational Foundry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseaiswaleshighestclimberinthecompleteuniversityguide2019.php">Swansea is Wales’ highest climber in the Complete University Guide 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytohostacelebrationofitspostgraduateresearch.php">Swansea University to host a celebration of its postgraduate research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newgadgetshelprevealthecollectivebehaviourofwildanimals.php">New gadgets help reveal the collective behaviour of wild animals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/extensiveseagrassmeadowsdiscoveredinindianoceanthroughsatellitetrackingofgreenturtles.php">Extensive seagrass meadows discovered in Indian Ocean through satellite tracking of green turtles</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytohostburncaresurgeryworkshop.php">Swansea University to host burn care surgery workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/14meuboostforswanseaprojecttoincreaseskillsintheadvancedmanufacturingsector.php">£1.4m EU boost for Swansea project to increase skills in the advanced manufacturing sector</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/cardiffedgeoutswanseainenthrallingvarsityencounter.php">Cardiff edge out Swansea in enthralling Varsity encounter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/europeanfishandcanoesbumpintobarriersalmosteverykilometre.php">European fish and canoes bump into barriers almost every kilometre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/innovativehealthandwellbeingacademyrecognisedforitsworktohelpreducenhswaitinglists.php">Innovative Health and Wellbeing Academy recognised for its work to help reduce NHS waiting lists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitywelcomesmembersofthevivianfamily.php">University welcomes members of the Vivian family</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/researchersinaugurateaneweraofprecisionantimatterstudies.php"> Researchers inaugurate a new era of precision antimatter studies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/12mforwelshuniversitiestocrackthecode.php">£1.2m for Welsh Universities to crack the code</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/lifewithapacemakercardiacphysiologystudentproducesaguideforteenagers.php">Life with a pacemaker: cardiac physiology student produces a guide for teenagers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseanursingstudentwinsmostinspirationalstudentoftheyearaward.php">Swansea Nursing student wins Most Inspirational Student of the Year Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitybringssciencetothecity.php">Swansea University brings science to the city</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/emergencyhospitaladmissionsforalcoholaredflagforsuiciderisknewreport.php">Emergency hospital admissions for alcohol a red flag for suicide risk – new report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityawarded3mtosupportitsvisionofdeliveringa21stcenturysteelandmetalsindustry.php">Swansea University awarded £3m to support its vision of delivering a 21st century steel and metals industry.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/twostudentssecureprestigiousplacementincanadatoworkalongsidesirterrymatthewsobe.php">Two students secure prestigious placement in Canada to work alongside Sir Terry Matthews OBE</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/zambian-britishpoetwinstheswanseauniversityinternationaldylanthomasprize.php">Zambian-British poet wins the Swansea University International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityrecogniseseuropeday.php">Swansea University recognises Europe Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/135minnovationprojectisdeliveringgroundbreakingresults.php">£13.5m innovation project is delivering ground breaking results</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/ground-breakingbhfcymruresearchatmedicalschoolimpressescabinetsecretaryforhealth.php">Ground-breaking BHF Cymru research at Medical School impresses Cabinet Secretary for Health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityawardedfundstobetterunderstandlevelsofgamblinginex-servicepersonnel.php">Swansea University awarded funds to better understand levels of gambling in ex-Service personnel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitydevelopsapost-industrialwildflowergardenatitsbaycampus.php">Swansea University develops a post-industrial wildflower garden at its Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/hilarylappin-scottobeandtavimurraynamedinlistof100inspirationalwelshwomen.php">Hilary Lappin-Scott OBE and Tavi Murray named in list of 100 inspirational Welsh women</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseawelcomestexasexchangestudents.php">Swansea welcomes Texas exchange students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymedicalschoolchosentohostdiabetescentreofexcellence.php">Swansea University Medical School chosen to host diabetes centre of excellence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitylaunchesredevelopedappthatteacheswelshtohealthcareprofessionals.php">Swansea University launches redeveloped app that teaches Welsh to healthcare professionals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityboostsemployabilitywithahelpinghandfromformerwalesrugbycoach.php">Swansea University boosts employability with a helping hand from former Wales rugby coach</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/32meu-backedinvestmenttopioneercuttingedgetechnology.php">£3.2m EU-backed investment to pioneer cutting edge technology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/leetrundlehelpsgetbikes4swansea.php">Lee Trundle helps get #bikes4Swansea!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/toppingoutatthecollege.php">Topping out at The College</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/womentakesciencetothestreetsofswanseatochallengegenderstereotypes.php"> Women take science to the streets of Swansea to challenge gender stereotypes </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universityscardiacteamhelpraiseawarenessofhighbloodpressureaspartofmaymeasurementmonth.php">University’s cardiac team help raise awareness of high blood pressure as part of May Measurement Month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/egyptcentrevolunteersgroupawardedqueensawardforvoluntaryservice.php">Egypt Centre volunteers group awarded Queen’s Award for Voluntary Service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymedicalschoolwelcomes33millionhealthtechinnovationfunding.php">Swansea University Medical School welcomes £33million health tech innovation funding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/welshscientistsandvideogamedevelopersunitetocommunicateclimatechange.php">Welsh scientists and video game developers unite to communicate climate change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/lawteacheroftheyearnominationforswanseauniversityacademic.php">Law Teacher of the Year nomination for Swansea University academic</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/youngstersworktogethertounderstandmigrantsjourney.php">Youngsters work together to understand migrants’ journey </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/amonthonthegreenlandicesheetswanseascientiststudiesgreenlandsroleinrisingsea-levels.php"> A month on the Greenland ice sheet: Swansea scientist studies Greenland's role in rising sea-levels </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/tomorrowsofficetoday-uksfirstenergy-positiveofficeopensinswansea.php">Tomorrow’s office, today - UK’s first energy-positive office opens in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/firstministerandcabinetsecretaryforhealthandsocialservicestopthebillforbevancommissionconference.php">First Minister and Cabinet Secretary for Health and Social Services top the bill for Bevan Commission conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/awardscelebrateresearchandinnovationatswanseauniversity.php">Awards celebrate research and innovation at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/hillaryclintonreturnstoswanseatobuildchildrensrightsresearchprogramme.php">Hillary Clinton returns to Swansea to build children’s rights research programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitylaunchnewcentreforlifeethicsandorgandonation.php">Swansea University launch new Centre for Life Ethics and Organ Donation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymedicalschoolappointsheadofpharmacytolaunchnewcourse.php">Swansea University Medical School appoints Head of Pharmacy  to launch new course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/winnersof2018researchasartcompetitionannounced.php">Winners of 2018 Research as Art competition announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/professorgertaartsatforefrontofukcampaigntoattracttalentinscienceandinnovation.php">Professor Gert Aarts at forefront of UK campaign to attract talent in science and innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityfeaturesinvote100booklaunchatwestminsterabbey.php">Swansea University features in Vote 100 book launch at Westminster Abbey</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseastudenthelpingtocelebratethelifeofvernonhartshornobeinspecialcommemorativeexhibition.php">Swansea student helping to celebrate the life of Vernon Hartshorn OBE in special commemorative exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/homeimprovementspreventhospitaladmissions.php">Home improvements prevent hospital admissions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/constructionmilestonefornewhubforscienceandtechnologyresearch.php">Construction milestone for new hub for science and technology research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/astuteprojectshortlistedforeuaward.php">ASTUTE project shortlisted for EU award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/nhs70thcelebrationsmarkedatmedicalschoolwithgraduationoffirstphysicianassociatestudents.php">NHS 70th celebrations marked at Medical School with graduation of first Physician Associate students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityssummergraduationceremoniesmarkstudentsachievements.php">Swansea University’s summer graduation ceremonies mark students’ achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/childrensettoshareexperiencesofpovertyatspecialworkshop.php">Children set to share experiences of poverty at special workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/medicalschooltoestablishanewhealthinformaticseducationhubinthesiliconvalleyofindia.php">Medical School to establish a new health informatics education hub in the Silicon Valley of India</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/seniorprovice-chancellorappointedtogrouptaskedwithreviewofathenaswancharter.php">Senior Pro Vice-Chancellor appointed to group tasked with review of Athena SWAN Charter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/socialisingwithfriendskeytotacklingteenageinactivity.php">Socialising with friends key to tackling teenage inactivity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/ambassadorsvisitcelebratesgrowinglinkswithvietnam.php">Ambassador’s visit celebrates growing links with Vietnam</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/egyptcentrevolunteersgroupreceivequeensawardforvoluntaryservice.php">Egypt Centre volunteers group receive Queen’s Award for Voluntary Service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityagreenewpartnershipwithswanseacityfootballclub.php">Swansea University agree new partnership with Swansea City Football Club</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityfcteamupwithswanseaaudiforustour.php">Swansea University FC team up with Swansea Audi for US tour</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityatthenationaleisteddfodincardiff.php">Swansea University at the National Eisteddfod in Cardiff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityplayshosttochinesefootballcoacheswiththehelpofswanseacityandfawtrust.php">Swansea University plays host to Chinese football coaches with the help of Swansea City and FAW Trust</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universityresearchersdiscovernewspeciesofvenomoussnake.php">University researchers discover new species of venomous snake</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/monitoringmoltensteelbylaserawardforswanseasteelexpertsinvention.php">Monitoring molten steel by laser – award for Swansea steel experts’ invention </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/animalfactshelpputspotlightonscienceforpupils.php">Animal facts help put spotlight on science for pupils</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitybecomefirstinwalestobeawardedtassdualcareeraccreditation.php">Swansea University become first in Wales to be awarded TASS Dual Career Accreditation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymedicalschoolisaddressingtheshortageofdiabetesspecialistnursesinnhs.php">Swansea University Medical School is addressing the shortage of Diabetes Specialist Nurses in NHS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newtechnologytodetectstressinguidedogs.php">New technology to detect stress in guide dogs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitycampaigntolistbreastfeeding-friendlyplacesinswansea.php">Swansea University campaign to list breastfeeding-friendly places in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/high-techmonitorscanplaycrucialroleinhealthierlifestylesaydiabetesexperts.php">High-tech monitors can play crucial role in healthier lifestyle say diabetes experts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentsairportsimulationbusinesstakesflight.php">Student’s airport simulation business takes flight</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/awardsforresearchersworkonolderpeopleshealthandmultiplesclerosis.php">Awards for researchers’ work on older people’s health and multiple sclerosis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymedicalschoollaunchesnewgenomicmedicineprogrammefornhsstaff.php">Swansea University Medical School launches new Genomic Medicine programme for NHS staff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/centreforglobalburninjurypolicyandresearchgoesfromstrengthtostrengthinpast12months.php">Centre for Global Burn Injury Policy and Research goes from strength to strength in past 12 months</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitywelcomesgreenlightforswanseabaycityregioncitydeal.php">University welcomes green light for Swansea Bay City Region City Deal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityandnavitasfurtherenhancepartnershipwithnewjoint45mcollegedevelopment.php">Swansea University and Navitas further enhance partnership with new joint £45m College development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/academicdiscusseseffectsofbrexitontourismateuropeanparliament.php">Academic discusses effects of Brexit on tourism at European Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/supportingparentstoenhancechildrenssportingexperiences.php">Supporting Parents to Enhance Children’s Sporting Experiences</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/datainvestigationsuggestsrussianattemptstoinfluencethegeneralelection.php">Data investigation suggests Russian attempts to influence the general election.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityshortlistedin2018timeshighereducationleadershipandmanagementawards.php">Swansea University shortlisted in 2018 Times Higher Education Leadership and Management Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/midwiferyprofessorshortlistedforleadershipaward.php">Midwifery Professor shortlisted for Leadership Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitywelcomesnewchancellor.php">Swansea University welcomes new Chancellor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityresearchersawarded908ktodevelopself-poweredinternetofthingsdevices.php">Swansea University researchers awarded £908K to develop self-powered internet of things devices</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/multi-millionpoundawardbringsadvancedmedicaltherapiestowales.php">Multi-million pound award brings advanced medical therapies to Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/braveswanseastudentovercomeseatingdisordertograduatewithfirst-classhonoursdegree.php">Brave Swansea student overcomes eating disorder to graduate with first-class honours degree</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseagraduatefulfilslife-longambitionbybecomingapoliceofficerlessthan18monthsafterescapingfromanear-fatalhousefire.php">Swansea graduate fulfils life-long ambition by becoming a police officer, less than 18 months after escaping from a near-fatal house fire</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityinuktop10forgraduateprospects.php">Swansea University in UK top 10 for graduate prospects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/debutsinfemale-ledshortlistfortheswanseauniversityinternationaldylanthomasprize.php">Debuts in female-led shortlist for the Swansea University International Dylan Thomas Prize </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityiswaleshighestrankeduniversityintheguardianuniversityguide2019.php">Swansea University is Wales’ highest ranked university in  The Guardian University Guide 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/academicappointmentwillimprovepatientcareandattractmedicalstaff.php">Academic appointment will improve patient care and attract medical staff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/teensshedlightonthebarrierstobeingactive.php">Teens shed light on the barriers to being active</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitytohost100ftcharityabseilfromthebaycampusclocktowerbuilding.php">University to host 100 ft. charity abseil from the Bay Campus Clock Tower Building   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitylinknetworkeventsetforapril10.php">Swansea University: LINK network event set for April 10</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/tremendousturnoutforlaunchofswanseauniversitylinkinitiative.php">Tremendous turnout for launch of Swansea University: LINK initiative</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/keyrefrolesforswanseaacademics.php">Key REF roles for Swansea academics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/healthandwellbeingacademyshortlistedin2018guardianuniversityawards.php">Health and Wellbeing Academy shortlisted in 2018 Guardian University Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swansearankedbestforsustainabilityinalternativeuniversitycityleaguetable.php">Swansea ranked best for sustainability in Alternative University City League Table</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/researchcollaborationtoholddecarbonisationtestsinsupportofcleangrowthinitiative.php">Research collaboration to hold decarbonisation tests in support of clean growth initiative</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseaandkuwaituniversitiespartnershipinaction.php">Swansea and Kuwait Universities Partnership in Action</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/humanandhealthscienceshelpcreateinternationalbasicburncareprogrammeinethiopia.php">Human and Health Sciences help create international Basic Burn Care programme in Ethiopia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitysportsteamsandplayersoutstandingsuccesses.php">Swansea University Sports Teams and Players Outstanding successes   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityachieveshighestpossibleratingforlearningandteaching.php">Swansea University achieves highest possible rating for learning and teaching</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/trainingthenextgenerationofextremeresearchers.php">Training the next generation of ‘extreme’ researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/monitortoimprovetidalenergybladereliability.php">MONITOR to improve tidal energy blade reliability</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityinnovationimpressessecretaryofstateforwalesaluncairns.php">Swansea University innovation impresses Secretary of State for Wales Alun Cairns</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityhelpbusinessesnavigatetheworldofbigdata.php">Swansea University help businesses navigate the world of big data</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitylaunchesregionsfirstcommunitybikesharescheme.php">University Launches Region’s First Community Bikeshare Scheme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/92meu-backedprogrammetohelpwelshindustryreducecarbonemissions.php">£9.2m EU-backed programme to help Welsh industry reduce carbon emissions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/acelebrationofthehardshipsanddifficultiesofbeinghuman2018.php">A celebration of the hardships and difficulties of being human 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/expansionofmedicaleducationinwales.php">Expansion of medical education in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/landmarkagreementboostforllanellis200millionwellnessvillage.php">Landmark agreement boost for Llanelli’s £200 million Wellness Village</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/fundingannouncedforprogrammehelpingyoungstersimprovecomputerscienceskills.php">Funding announced for programme helping youngsters improve Computer Science skills</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newstudyexaminesprescribingantipsychoticmedicationforchildrenwithautism.php">New study examines prescribing antipsychotic medication for children with autism</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitymosquetocelebrateeid.php">Swansea University Mosque to celebrate Eid</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universityopensitsgatesforfloraindustriawildflowerfunday.php">University opens its gates for Flora Industria Wildflower Fun Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/academiclooksatcopingstrategiesforsummertimelonelinessinolderpeople.php">Academic looks at coping strategies for summertime loneliness in older people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/artificialintelligenceandelectronichealthrecordscouldhelpsuicidepreventionefforts.php"> Artificial intelligence and electronic health records could help suicide prevention efforts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityhostsprestigiouscelticstudiesconference.php">Swansea University hosts prestigious Celtic Studies conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newmedicalpharmacologydegreecouldhelpreducenhsfinancialburden.php">New medical pharmacology degree ‘could help reduce NHS financial burden</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/royalinstitutiontoexhibitresearchasartwinners.php">Royal Institution to exhibit Research as Art winners</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/howbesttotackleviolentextremisminternationalexpertsdiscussevidenceonwhatworks.php">How best to tackle violent extremism – international experts discuss evidence on what works </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/internationalpartnershipseesswanseauniversitylaunchnewcourseforitalianstudents.php">International partnership sees Swansea University launch new course for Italian students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseastudentsplacementatoneofamericastopmedicalschools.php">Swansea students' placement at one of America's top medical schools</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/isnursingstillinyourheartcomebacktothecareeryoulove.php">Is nursing still in your heart? Come back to the career you love</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytohostinauguralvirtualrealityteachingconference.php">Swansea University to host inaugural Virtual Reality teaching conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/medicalschoolexcellenceindiabetescareisrecognisedbyroyalcollegeofphysicians.php">Medical School excellence in diabetes care is recognised by Royal College of Physicians</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/firstforswanseaasphdstudentreachesfinalofuknational3mtcompetition.php">First for Swansea as PhD student reaches final of UK national 3MT competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityestablishespartnershipwithcolumbiauniversityinnewyork.php">Swansea University establishes partnership with Columbia University in New York</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/tataemerituschairmanratantataawardedhonorarydoctorate.php">Tata Emeritus Chairman Ratan Tata awarded Honorary Doctorate</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/egyptcentrewinswansealifeleisureandtourismaward.php">Egypt Centre win Swansea Life Leisure and Tourism Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/firstrhodrimorganannuallectureannouncedbythenationalassemblyandswanseauniversitysmorganacademy.php">First Rhodri Morgan Annual Lecture announced by the National Assembly and Swansea University’s Morgan Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newanimationreleasedtoencouragefresherstogetmeningitisvaccineaheadofnewuniversityterm.php">New animation released to encourage freshers to get meningitis vaccine ahead of new university term</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/boostforsteel-7millionforvirtualfactorywillspeedupalloydevelopment.php">Boost for steel - £7 million for &quot;virtual factory&quot; will speed up alloy development </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/academicteamsupwithchildprotectioninsportunittosupportnspccsparentsinsportweek.php">Academic teams up with Child Protection in Sport Unit to support NSPCC's Parents in Sport Week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityvice-chancellormeetsindianvicepresidenttodiscusspartnerships.php">Swansea University Vice-Chancellor meets Indian Vice President to discuss partnerships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytohostitslargestevercareersfair.php">Swansea University to host its largest ever Careers Fair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/morethanpillsmedicalschoolhostssocialprescribingfair.php">More than pills – Medical School hosts Social Prescribing Fair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitylaunchtassdualcareeraccreditationprogramme.php">Swansea University launch TASS Dual Career Accreditation programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/constructionstartsonhomesthatwillgeneratestoreandreleasetheirownenergy.php">Construction starts on homes that will generate, store and release their own energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitythinktankreadytosharefindingsonfutureofhealthcare.php">University think tank ready to share findings on future of health care </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitymedicalschoolrankedaheadofcambridgeforfirsttime.php">University Medical School ranked ahead of Cambridge for first time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/rockpoolsrevealhumaninterestindiversityofanimalspecies.php">Rock pools reveal human interest in diversity of animal species</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitytechnologysettorevolutioniseaustralianhealthcare.php">Swansea University technology set to revolutionise Australian healthcare</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universityprofessorsalbumtobeperformedbytheroyalphilharmonicconcertorchestrainswansea.php">University professor’s album to be performed by the  Royal Philharmonic Concert Orchestra in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversity-basedcompanywinsmadeinwalesaward2018forfightingcroppestsnaturally.php">Swansea University-based company wins Made in Wales Award 2018 for fighting crop pests naturally</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/energysafetyresearchinstituteestablishesinnovationhub.php">Energy Safety Research Institute establishes Innovation Hub</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitysschoolofmanagementcollaborateswithcharitytoencourageinnovationincardiology.php">Swansea University’s School of Management collaborates with charity to encourage innovation in cardiology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/wiserdcelebratestenyearsofinfluencingpolicyanddebate.php">WISERD celebrates ten years of influencing policy and debate</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newresearchshowspretendporpoisesoundsarehelpingconservationefforts.php">New research shows pretend porpoise sounds are helping conservation efforts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/innovationiskeytoourfuturesuccesssaysswanseauniversityleader.php">Innovation is key to our future success says Swansea University leader</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitysculturalinstitutetohosthubforukfestivalofhumanities2018.php">Swansea University’s Cultural Institute to host hub for UK Festival of Humanities 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityteamsupwithplasticfreeswanseatotackleplasticpollution.php">Swansea University teams up with Plastic Free Swansea to tackle plastic pollution</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentspitchtradeexportstrategiestointernationaltradesecretary.php">Students pitch trade export strategies to International Trade Secretary</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/researchshowshowvultureseavesdroptogathervitalflightinformation.php">Research shows how vultures eavesdrop to gather vital flight information</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universityconferencehighlightshoweducationcanchangeprisonerslives.php">University conference highlights how education can change prisoners’ lives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/formerstudentsalhelpscreatenewfriendshipbetweenuniversities.php">Former student Sal helps create new friendship between universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newmonitornowgivinginstantaccesstovitalhealthcheck.php">New monitor now giving instant access to vital health check</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/professorsworktopromotesciencewinsroyalsealofapproval.php">Professor’s work to promote science wins royal seal of approval</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/communitytohostexhibitionmarking80thanniversaryofpaulrobesonconcert.php">Community to host exhibition marking 80th anniversary of Paul Robeson concert </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/majorityofteensspendinghourseverydaysittingstill.php">Majority of teens spending hours every day sitting still</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentsfromnewmscinsustainableengineeringmeethrhtheprinceofwales.php">Students from new MSc in Sustainable Engineering meet HRH the Prince of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/exhibitionshowcasesworkofsaudiartists.php">Exhibition showcases work of Saudi artists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/drjonhowden-evansappointedvicepresidentofagcas.php">Dr Jon Howden-Evans appointed Vice President of AGCAS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/internationalpartnershipsofferingnewopportunitiesforresearchstudents.php">International partnerships offering new opportunities for research students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentsshortlistedforhealthcareleadershipawards.php">Students shortlisted for healthcare leadership awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentreceivesspecialawardforraisingawarenessoflearningdisabilities.php">Student receives special award for raising awareness of learning disabilities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/ironmanandrewtakestothewaterinmemoryofhisdad.php">Ironman Andrew takes to the water in memory of his dad</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/braveswanseastudentovercomesmultipledisabilitiestosecuremastersdistinction.php">Brave Swansea student overcomes multiple disabilities to secure Master’s Distinction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/studentbattlesbackfromself-harmandsevereeatingdisordertosecurefirst-classdegree.php">Student battles back from self-harm and severe eating disorder to secure first-class degree</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/granttodevelopbiopesticideformulationwhichcouldhelpsaveworldwideeconomybillionsofpounds.php">Grant to develop biopesticide formulation which could help save worldwide economy billions of pounds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newbacteriadiscoveredinancientirishsoilhaltsgrowthofantibiotic-resistantsuperbugs.php">New bacteria discovered in ancient Irish soil halts growth of antibiotic-resistant superbugs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/universitytoofferfreeenglishlanguagecoursestocommunity.php">University to offer free English Language Courses to community   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversitynowintop5inukforstudentsatisfaction.php">Swansea University now in top 5 in UK for student satisfaction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/waleslargestsciencefestivalreturnstoswanseainnovember.php">Wales’ largest science festival returns to Swansea in November</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/loneliness-newresourceoffershelpandadvice.php">Loneliness - new resource offers help and advice</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityshortlistedforukuniversityoftheyear2018.php">Swansea University shortlisted for UK University of the Year 2018</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/theinstituteofcodingwaleslaunchedtotackledigitalskillsgap.php">The Institute of Coding Wales launched to tackle digital skills gap</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/chancelloroftheexchequerannounces36millionukfundingforswanseauniversitycleanenergyinnovation.php">Chancellor of the Exchequer announces £36 million UK funding for Swansea University clean energy innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityannouncesdeathofvicepresidentforstrategicpartnerships.php">Swansea University announces death of Vice President for strategic partnerships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/stilltydspupilshelpwithbraceletbaybeachclean.php">St Illtyd’s pupils help with Bracelet Bay beach clean</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/localvolunteersstartworktorestoreancientmonument.php">Local volunteers start work to restore ancient monument</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityranked30thinthetimesandthesundaytimesgooduniversityguide2019.php">Swansea University ranked 30th in The Times and The Sunday Times Good University Guide 2019 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/expertsconnectwithyoungsterstoinspirefuturesocialscienceresearchers.php">Experts connect with youngsters to inspire future social science researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/vortexiotannouncedasfactoryofthefuturepartner.php">Vortex IoT announced as Factory of the Future partner</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityacademicpublishesnewbreastfeedingguide.php">Swansea University Academic publishes new breastfeeding guide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/projecttoincreasestudentstakingtriplesciencegcseinwalesreceivesmajorinvestment.php">Project to increase students taking triple science GCSE in Wales receives major investment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/researcherslaunchcrowdfundingcampaigntoexaminewhatmakespeopleattractive.php">Researchers launch crowdfunding campaign to examine what makes people attractive</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityrecognisedinuksbestbreakthroughslist.php">Swansea University Recognised in UK’s Best Breakthroughs List</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/hongkongyoungsterslearncomputerscienceskillsassuccessfulwelshcollaborationgoesoverseas.php">Hong Kong youngsters learn computer science skills as successful Welsh collaboration goes overseas   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/achangingclimatenecessitatesrethinkingtropicalmarineconservation.php">A changing climate necessitates rethinking tropical marine conservation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newmaterialsdiscoveredbyswanseauniversityandislamicazaduniversityscientistshaveimportantapplicationsinenhancedoilrecovery.php">New materials discovered by Swansea University and Islamic Azad University scientists have important applications in enhanced oil recovery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/worldsightdayresearchexaminesdigitalcareforthesightimpaired.php">World Sight Day: Research examines Digital Care for the Sight Impaired</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/findithardtorecognisefacesswanseaexpertsappealtopublictohelpresearchintolittle-knowncondition.php">Find it hard to recognise faces?   Swansea experts appeal to public to help research into little-known condition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/gamblersruinstudyrevealshowanimalpopulationsareshrinkingduetotheirhigh-riskstrategiesinfindingfood.php">Gambler’s ruin: study reveals how animal populations are shrinking due to their high-risk strategies in finding food</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/excessivepostingofphotosonsocialmediaisassociatedwithincreaseinnarcissism.php">Excessive posting of photos on social media is associated with increase in narcissism</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/granttodevelopbetterelectricalcablesandsaveenergy.php">Grant to develop better electrical cables and save energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/scientistsdevelopingwayofusingwasteplastictocreatecarfuel.php">Scientists developing way of using waste plastic to create car fuel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/lateststudyrevealssharpriseinessaycheatinggloballywithmillionsofstudentsinvolved.php">Latest study reveals sharp rise in essay cheating globally, with millions of students involved </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/excitedatomsthrowlightonanti-hydrogenresearch.php">Excited Atoms Throw Light on Anti-hydrogen Research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/tamingdefectsinnanoporousmaterialstoputthemtoagooduse.php">Taming defects in nanoporous materials to put them to a good use</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/eye-in-the-skytosaveolivetrees.php"> Eye-in-the-sky to save olive trees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/30oftheuksnaturalgascouldbereplacedbyhydrogencuttingcarbonemissions.php">30% of the UK’s natural gas could be replaced by hydrogen, cutting carbon emissions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/peoplewithschizophreniaandbipolardisorderarethreetimesmorelikelytodieprematurelyaccordingtoanewstudy.php">People with schizophrenia and bipolar disorder are three times more likely to die prematurely, according to a new study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/worldsbiggestfisheriessupportedbyseagrassmeadows.php">World’s biggest fisheries supported by seagrass meadows</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/quantumdotstinynanoparticlesderivedfromtealeavesdestroylungcancercells.php">Quantum dots: tiny nanoparticles derived from tea leaves destroy lung cancer cells</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newstudyrevealshowelectronichealthrecordscanimproveclinicaltrialfollowup.php">New study reveals how electronic health records can improve clinical trial follow up</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/youngvictimsofcyberbullyingtwiceaslikelytoattemptsuicideandself-harmstudyfinds.php">Young victims of cyberbullying twice as likely to attempt suicide and self-harm, study finds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/greatwelshsciencehelpssolvepollinatorpuzzle.php">Great Welsh science helps solve pollinator puzzle</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/newstudyrevealsthatthecentreoftheworldsmarinebiodiversityisindanger.php">New study reveals that the centre of the world’s marine biodiversity is in danger</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/increasedriskofunnaturaldeathtopeoplewithepilepsyfound.php">Increased risk of unnatural death to people with epilepsy found</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/isitreally2018theevidencesuggestsotherwise.php">Is it really 2018? The evidence suggests otherwise</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/achievingthenfailinginprimaryschoolisasignoffutureteenagedepression.php">Achieving then failing in primary school is a sign of future teenage depression</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/sixwaystogetteenagersmoreactivesuggestedbytheteensthemselves.php">Six ways to get teenagers more active – suggested by the teens themselves</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/virtualtestingofpartscouldreplacephysicaltests-1millionawardforresearchon3dx-rayimaging.php">Virtual testing of parts could replace physical tests - £1 million award for research on 3D X-ray imaging</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/thefightforeducationdoesntstopwhenworking-classboysgetintouniversity.php">The fight for education doesn’t stop when working-class boys get into university</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/meetthenewrenewablesuperpowersnationsthatbossthematerialsusedforwindandsolar.php">Meet the new ‘renewable superpowers’: nations that boss the materials used for wind and solar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseaphysicistjoinsscientificcouncilofeuropeanacceleratorfacility.php">Swansea physicist joins Scientific Council of European accelerator facility </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/swanseauniversityresearchrevealsthatwealthmaydrivepreferenceforshort-termrelationships.php">Swansea University research reveals that wealth may drive preference for short-term relationships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/largestevercollectionofpatientdatawillfurthertheunderstandingofinheritedepilepsyconditions.php">Largest ever collection of patient data will further the understanding of inherited epilepsy conditions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/astepclosertounderstandingquantummechanicsswanseauniversitysphysicistsdevelopanewquantumsimulationprotocol.php">A step closer to understanding quantum mechanics: Swansea University’s physicists develop a new quantum simulation protocol</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2018/microscopicbodysnatchersinfestouroceans.php">Microscopic Body Snatchers Infest Our Oceans</a>
</li>
    </ul>
</div>
                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
