<!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>2019</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/2019/" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="119781">
<meta property="su:last-modified" content="Wed, 27 Nov 2019 14:58:29 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">2019</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/2019/">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">2019</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/2019/famelab2019comestothenationalwaterfrontmuseum.php">FameLab 2019 comes to the National Waterfront Museum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/welshtheatrelanguageandliteratureinkolkatathisjanuary.php">Welsh theatre, language and literature in Kolkata this January</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/samgetssettousehissuccesstoinspirefellowstudents.php">Sam gets set to use his success to inspire fellow students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newtrapforbugscouldstopmillionsofpoundsworthofdamagetogolfcourses.php">New trap for bugs could stop millions of pounds worth of damage to golf courses</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitytohostnetworkingbreakfastfordegreeapprenticeships.php">Swansea University to host networking breakfast for degree apprenticeships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/freeenglishlanguagecoursesatswanseauniversity.php">Free English language courses at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitysinternationaldylanthomasprizetohavestrongpresenceatzeejaipurliteraryfestival.php">Swansea University’s International Dylan Thomas Prize to have strong presence at Zee Jaipur Literary Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newcentretoboostwelshlanguageopensinporttalbot.php">New centre to boost Welsh language opens in Port Talbot</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/sarahrecognisedforhercommitmenttotrainingthenextgenerationofmidwives.php">Sarah recognised for her commitment to training the next generation of midwives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/largescalecarbonsequestrationfieldtrialsplanned.php">Large scale carbon sequestration field trials planned</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/cardifftohost2019welshvarsity.php">Cardiff to host 2019 Welsh Varsity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseastudentsbringgreenwebsearchingtocampus.php">Swansea students bring green web searching to campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityteamtoplayvitalroleintwoglobalresearchprojects.php">University team to play vital role in two global research projects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/coursesuccessrewardedwithfundingforextraplaces.php">Course success rewarded with funding for extra places</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/smartergreenercleanersteel35millionforswansea-ledresearch.php">Smarter, greener, cleaner steel:  £35 million for Swansea-led research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseasoapboxscienceappealsforvolunteerspeakers.php">Swansea Soapbox Science appeals for volunteer speakers </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentscollaboratewithswanseacityfootballclubforinauguralhackathonweekend.php">Students collaborate with Swansea City Football Club for inaugural Hackathon weekend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitycelebratescontinuingsuccessfulpartnershipwithmuseums.php">University celebrates continuing successful partnership with museums</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/35millionengineeringresearchinstitutenearscompletion.php">£35 Million Engineering Research Institute Nears Completion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/colegcymraegcenedlaetholappointsstudentambassadorsatswanseauniversity.php">Coleg Cymraeg Cenedlaethol appoints student ambassadors at  Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/orielsciencereturnstowaterfrontmuseumforsupersciencesunday.php">Oriel Science returns to Waterfront Museum for Super Science Sunday</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitydiabetesexpertsputtopcyclistsunderthespotlight.php">University diabetes experts put top cyclists under the spotlight</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitytopayforpublicsinputintofutureinteractivetechnologies.php">Swansea University to pay for public’s input into future interactive technologies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityhistorianexamineswaleshistoricalrelationshipwithenglandinanewbbcseries.php">University historian examines Wales’ historical relationship with England in a new BBC series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/medicalstudentsrapvideogoesinternational.php">Medical students’ rap video goes international </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityawardedmajorfundingtobuildskillsforthefuture.php">University awarded major funding to build skills for the future</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newlyopenedcomputationalfoundrysettopowerdigitaleconomy.php">Newly opened Computational Foundry set to power digital economy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitywinsfundingtodevelopnextgenerationofartificialintelligenceleaders.php">University wins funding to develop next generation of Artificial Intelligence leaders</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/maggotsmaketheirprimetimetvdebutthankstoswanseauniversityexperts.php">Maggots make their primetime TV debut thanks to Swansea University experts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityledreportforukgovernmenthighlightswalesinnovation-ledgrowthpotential.php">Swansea University led report for UK Government highlights Wales’ innovation-led growth potential</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/professorsueblackobetogivelectureatswanseauniversity.php">Professor Sue Black OBE to give lecture at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityemployabilityacademyhighlycommendedatnationalundergraduateemployabilityawards.php">Swansea University Employability Academy Highly Commended at National Undergraduate Employability Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/bionemawinsatthesouthwaleschamberofcommercewelshbusinessawards.php">Bionema wins at The South Wales Chamber of Commerce Welsh Business Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitytodivestfromfossilfuelinvestments.php">Swansea University to Divest From Fossil Fuel Investments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitytoofferexcitingeventsaspartofswansealearningfestival.php">Swansea University to offer exciting events as part of Swansea Learning Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/lecturerhelpingtoshapehealthcareinhishomeland.php">Lecturer helping to shape healthcare in his homeland</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitygoeshattyforbraintumourresearch.php">Swansea University goes hatty for Brain Tumour Research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/dellemcandcircleittosponsorswanseauniversityforwelshvarsity.php">Dell EMC and Circle IT to sponsor Swansea University for Welsh Varsity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityteamsharingaward-winningwaysofsupportingmums-to-be.php">University team sharing award-winning ways of supporting mums-to-be</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseaacademictodiscussimpactofdigitalmediaonpeoplewithasdaspartofworldautismawarenessweek.php">Swansea academic to discuss impact of digital media on people with ASD as part of World Autism Awareness Week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitysnursingdepartmentinrunningfortopawards.php">University’s nursing department in running for top awards </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseastudentwinsprestigiouscommonwealthyoungpersonoftheyearaward.php">Swansea student wins prestigious Commonwealth Young Person of the Year award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/expertcallsforactiontomakehealthcaremoreaccessibletorefugees.php">Expert calls for action to make healthcare more accessible to refugees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/theappthattackleslonelinessswanseastudentinventorsideareachesfinalofworldwidecompetition.php">The app that tackles loneliness – Swansea student inventors’ idea reaches final of worldwide competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/photo-taggingpioneertohostartificialintelligencetalkatswanseauniversity.php">Photo-tagging pioneer to host Artificial Intelligence talk at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchersbreakthroughintacklingchallengeofantifungalresistance.php">Researchers’ breakthrough in tackling challenge of antifungal resistance</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/heidiwinstopmedicaleducationawardinrecognitionofhersupportforstudents.php">Heidi wins top medical education award in recognition of her support for students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/mentoringforphysicsgcse-universitiestrainstudentstosupportpupils.php">Mentoring for physics GCSE - Universities train students to support pupils</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityshortlistedforsevenwhatuniawardsincludinguniversityoftheyear.php">Swansea University shortlisted for seven Whatuni Awards, including University of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swansearisefourplacesinthecompleteuniversityguide2020.php">Swansea rise four places in the Complete University Guide 2020</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/expertsheadintothecommunitytoshowhowsharingexperiencescanimprovelives.php">Experts head into the community to show how sharing experiences can improve lives </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseastudentensuresushallhaveapromdressforagreatprice.php">Swansea student ensures ‘UShall’ have a prom dress for a great price</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchershighlighttheneedforforecastingglobalanimal-to-humandiseasespread.php">Researchers highlight the need for forecasting global animal-to-human disease spread</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentnursespassionforcoursewinsdepartmenttopaward.php">Student nurses’ passion for course wins Department top award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/centrespioneeringresearchhelpingtoshapefuturestrategyforageinginwales.php">Centre’s pioneering research helping to shape future strategy for ageing in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitylaunchessixthsantandercycleshubinmumbles.php">Swansea University launches sixth Santander Cycles hub in Mumbles</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityannouncesgwyddonleactivitiesforcardiffandthevalesurddeisteddfod2019.php">Swansea University announces GwyddonLe activities for Cardiff and the Vale’s Urdd Eisteddfod 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/learnedsocietyofwalesannouncesninenewfellowsfromswanseauniversity.php">Learned Society of Wales announces nine new Fellows from Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityacademicsinrunningforwelshbookoftheyearawards.php">University academics in running for Welsh Book of the Year Awards </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/welshgovernmenttakesinnovativeapproachtopolicymakinginwales.php">Welsh Government takes innovative approach to policy making in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/ancientworldunearthedthroughuniversityfilmproject.php">Ancient world unearthed through University film project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/academihywelteifisponsortafwylfestivalliteraturepavilion.php">Academi Hywel Teifi sponsor Tafwyl Festival Literature Pavilion </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/consultanttakesonnewroletohelpsaveuklivesduringterroristattacks.php">Consultant takes on new role to help save UK lives during terrorist attacks</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/educationattheheartofimportantboosttomentalhealthservices.php">Education at the heart of important boost to mental health services</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/thetrumpadministrationandinternationallawyalelawprofessorandformerlegaladvisertousstatedepartmentdeliversguestlecture.php">The Trump Administration and International Law: Yale Law Professor and former legal adviser to US State Department delivers guest lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitylaunchesintothecosmos.php">Swansea University Launches into the CoSMOS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/giantlivingwallwith5500plantsinstalledatengineeringresearchinstitute.php">Giant ‘Living Wall’ with 5,500 plants installed at Engineering Research Institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitylaunchesitsnew13mresearchvessel.php">Swansea University launches its new £1.3m research vessel </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/threeswanseauniversityacademicsawardedprestigiouslearnedsocietyofwalesmedals.php">Three Swansea University academics awarded prestigious  Learned Society of Wales medals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/doublehonourforuniversityattopequalityawards.php">Double honour for University at top equality awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/bionemaswanseauniversitybasedbiotechcompanyraises180000foritsongoingbiopesticidesdevelopment.php">Bionema Swansea University based biotech company raises £180,000 for its ongoing biopesticides development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentspitchintoshowofftheirbusinessideas.php">Students pitch in to show off their business ideas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/manukahoneytokilldrug-resistantbacteriafoundincysticfibrosisinfections.php">Manuka honey to kill drug-resistant bacteria found in cystic fibrosis infections</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitylincworldenvironmentday2019buildingasustainablefuture.php">Swansea University: LINC World Environment Day 2019: Building a Sustainable Future</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/baycampusstrikesgoldatsectorawards.php">Bay Campus strikes gold at sector awards </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/35millionengineeringresearchinstitutecompleted.php">£35 million engineering research institute completed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentsuniquecoffeebusinesshelpingtoimprovesustainability.php">Student’s unique coffee business helping to improve sustainability</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitycoachchosentoleadteamgbswimteamatsummergames.php">Swansea University coach chosen to lead Team GB swim team at Summer Games</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitycollaborateswithgehealthcaretocharacteriseanddevelopanti-cancertherapies.php">Swansea University collaborates with GE Healthcare to characterise and develop anti-cancer therapies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitysponsorsthebabelllenliterarypavilionatthenationaleisteddfod.php">Swansea University sponsors the Babell Lên literary pavilion at the National Eisteddfod </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newresearchshowshowhabitatlosscandestabiliseecosystems.php">New research shows how habitat loss can destabilise ecosystems</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newresearchhelpingtorevealmoreaboutmegaviruses.php">New research helping to reveal more about megaviruses</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/mumonherwaytoachievinglegaldreamafterfourdecades.php">Mum on her way to achieving legal dream after four decades</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newchemicalengineeringdualdegreebringsworldofopportunitytostudents.php">New chemical engineering dual degree brings world of opportunity to students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/world-leadingterrorismandsocialmediaexpertsjoinforcesatswanseauniversityconference.php">World-leading terrorism and social media experts join forces at Swansea University conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/soapboxsciencespeakersgetsettosharepassionfortheirprofession.php">Soapbox Science speakers get set to share passion for their profession</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityonceagaintopinwalesintheguardianuniversityguide2020.php"> Swansea University once again top in Wales in The Guardian University Guide 2020</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitypresentsseriesofeventsathayfestival.php">Swansea University presents series of events at Hay Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/internationalpartnershiptotackleresearchgapsinmedicationsafetyforpregnantandbreastfeedingwomen.php">International partnership to tackle research gaps in medication safety for pregnant and breastfeeding women’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newbookexploresfifteencenturiesofwritinginwales.php">New book explores fifteen centuries of writing in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitynameduniversityoftheyearatwhatunistudentchoiceawards2019.php">Swansea University named University of the Year at Whatuni Student Choice Awards 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitysschoolofmanagementachievesbronzeathenaswancharteraward.php">Swansea University’s School of Management achieves Bronze Athena SWAN Charter Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universityexpertisetohelpimprovelegaloutcomesforchildrenandfamilies.php">University expertise to help improve legal outcomes for children and families</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newcannabistradepolicyoutlinedbyacademicsatunitednations.php">New cannabis trade policy outlined by academics at United Nations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newprojectaimstooffertreatmentasovariancancercasescontinuetorise.php">New project aims to offer treatment as ovarian cancer cases continue to rise</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/professorpaulboyleannouncedasnewvice-chancellorofswanseauniversity.php">Professor Paul Boyle announced as new Vice-Chancellor of Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitybecomesfirstukuniversitytobaseanenglishmoduleonaliteraryprizewiththeinternationaldylanthomasprize.php">Swansea University becomes first UK university to base an English module on a literary prize with the International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/femaleanddebutwritersdominatethe2019longlistfortheswanseauniversityinternationaldylanthomasprize.php">Female and debut writers dominate the 2019 longlist for the Swansea University International Dylan Thomas Prize </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/launchforformula3dcircuitraceincarmarthenshire.php">Launch for Formula 3D Circuit Race in Carmarthenshire</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/guygunaratneawarded30000forswanseauniversityinternationaldylanthomasprize.php">Guy Gunaratne awarded £30,000 for Swansea University International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/novelmumbaiprototypeseekstobringhumanandmachineintelligencetogetherinstreetsofdahravi.php">Novel Mumbai prototype seeks to bring  human and machine intelligence together in streets of Dahravi</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swansealaunchespioneeringwelshdegreecourse.php"> Swansea launches pioneering Welsh degree course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/professoramybrownfromswanseauniversitynamedamongnationslifesavers.php">Professor Amy Brown from Swansea University named among Nation’s Lifesavers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/conferenceassessesimpactofartificialintelligenceonsocietyinwales.php">Conference assesses impact of Artificial Intelligence on society in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/activeofficescoopstophonouratbuildingawards.php">Active Office scoops top honour at building awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitycelebratespioneeringfemalescientistandlocalartist.php">University celebrates pioneering female scientist and local artist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/professorspassionforresearchasstrongaseverafterreleaseof100thpaper.php">Professor’s passion for research as strong as ever after release of 100th paper </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentsnewvideosettospreadsafeswimmessage.php">Student’s new video set to spread safe swim message</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/pharmacyeducationsettothriveatswanseauniversity.php">Pharmacy education set to thrive at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseastudentwinsawardforheroutstandingcontributiontowelshlanguage.php">Swansea student wins award for her outstanding contribution to Welsh language</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityalumninamedinbritishathleticsteamforeuropeancup.php">Swansea University alumni named in British Athletics team for European Cup</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/dynamiccollaborationbehindnewresearchintobestwayofusingbiologgingtags.php">Dynamic collaboration behind new research into best way of using biologging tags</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newstudyshowsgenderpaygapisstillissueforairlinestaff.php">New study shows gender pay gap is still issue for airline staff </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchasart2019-winnersannounced.php">Research as Art 2019 - winners announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitypreparestowelcomeleadingshakespearescholarstolandmarkconference.php">University prepares to welcome leading Shakespeare scholars to landmark conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/cancerresearchprojectmakingprogress.php">Cancer research project making progress </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseasportsandexercisesciencegraduatespreparenationalteamsfortherugbyworldcup.php">Swansea sports and exercise science graduates prepare national teams for the Rugby World Cup</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/singlemotherofsevencelebratesaftergraduatingfromswanseauniversity.php">Single mother of seven celebrates after graduating from Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentcarergraduatesdespitehavingtodeferstudiesontwooccasions.php">Student carer graduates despite having to defer studies on two occasions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/medicalschoolcelebratesfirstgraduatesinnewprogrammes.php">Medical School celebrates first graduates in new programmes </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseastilloneofukstop10greenestuniversities.php">Swansea still one of UK’s top 10 greenest universities </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/treasuresfromhenryviiiswarshipmaryrosegoonshowinswansea.php">Treasures from Henry VIII’s warship Mary Rose go on show in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/technologyhelpsprovidepupilswiththeanswersatpioneeringuniversityworkshop.php">Technology helps provide pupils with the answers at pioneering University workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/graduatesteamuptomaketheirgreendreamareality.php">Graduates team up to make their green dream a reality</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/lawprofessorsdedicationrewardedwithnationalhonour.php">Law professor’s dedication rewarded with national honour </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newscholarshiptomarkhywelteifiedwardssignificantcontributiontowelshculture.php">New scholarship to mark Hywel Teifi Edwards’ significant contribution to Welsh culture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitydiabetesexpertsshareinnovativeresearchintoelitecyclingteam.php">University diabetes experts share innovative research into elite cycling team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newanalysisshowsproblemgamblersmorelikelytohavesuicidalthoughtsandattemptsuicide.php">New analysis shows problem gamblers more likely to have suicidal thoughts and attempt suicide </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/inauguralbiopesticidesummitprovidesplatformforinternationalcollaboration.php">Inaugural Biopesticide Summit provides platform for international collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitycelebratehighest-everbucsfinish.php">Swansea University celebrate highest-ever BUCS finish</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentslaunchdiscountapptohelprevitalisethehighstreet.php">Students launch discount app to help revitalise the high street</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/brewingupastormorderspourinforformerstudentsalcohol-freebeer.php">Brewing up a storm! Orders pour in for former student's alcohol-free beer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentslaunchretroandvintageclothingstoreincitycentre.php">Students launch retro and vintage clothing store in city centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/medicalschoolappointsnewheadofgraduateentrymedicine.php">Medical School appoints new Head of Graduate Entry Medicine </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studentsusecompetitiontoacceleratetheirbusinessjourney.php">Students use competition to accelerate their business journey</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/professorwinsinternationalawardforongoingglobalcollaborations.php">Professor wins international award for ongoing global collaborations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newstudyshowscharredvegetationremainshelptolessenoverallcarbonemissionfromwildfires.php">New study shows charred vegetation remains help to lessen overall carbon emission from wildfires </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/holacymru.php">Hola Cymru </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityshortlistedinthetimeshighereducationawards2019.php">Swansea University shortlisted in the Times Higher Education Awards 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/wiserdtoreceivemajorfundingfromesrctocontinuecivilsocietyresearch.php">WISERD to receive major funding from ESRC to continue civil society research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/saferroadsresearchcouldleadtobetterwitnessevidencefromroadtrafficcollisions.php">Safer roads – research could lead to better witness evidence from road traffic collisions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/jointhegreatbritishjellywatchthisbankholidayweekend.php">Join the Great British Jellywatch this bank holiday weekend!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/multi-millionpoundswanseabaycitydealfundingboost.php">Multi-million pound Swansea Bay City Deal funding boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityseventsatthecountyconwynationaleisteddfod2019.php">Swansea University’s events at the County Conwy National Eisteddfod 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/fundingfornewsemiconductorresearchcentreannounced.php">Funding for new semiconductor research centre announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversityrankedinuktop10forstudentsatisfaction.php">Swansea University ranked in UK top 10 for student satisfaction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/skyandswanseauniversitylaunchfirsteverhillaryrodhamclintonglobalchallengesscholarship.php">Sky and Swansea University launch first ever Hillary Rodham Clinton Global Challenges Scholarship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/cyclingtosuccess-swanseagetsthegold.php">Cycling to success - Swansea gets the gold</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/formervice-chancellorknightedforhisdedicationtopublicservice.php">Former Vice-Chancellor knighted for his dedication to public service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/internationalexpansionplansforchildrens3dprintingproject.php">International expansion plans for children’s 3D printing project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/diversevoicesanddebutsdominateintheworldsbiggestprizeforyoungwriters.php">Diverse voices and debuts dominate in the world’s biggest prize for young writers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/thesmartfactorycollaborationwithpackagingcompanytoboostefficiencythroughdigitaltechnology.php">The smart factory: collaboration with packaging company to boost efficiency through digital technology  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/howsoilbacteriacanprotectagainstcorrosionawardforswansearesearcherinworldwidetatagroupcompetition.php">How soil bacteria can protect against corrosion – award for Swansea researcher in worldwide Tata Group competition </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/emyrhumphreysat100swanseauniversityhostssymposiumtocelebratethelegacyofoneofwalesmosteminentwriters.php">Emyr Humphreys at 100:  Swansea University hosts symposium to celebrate the legacy of one of Wales’ most eminent writers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/academicscallforstructureddrugmonitoringincarehomes.php">Academics call for structured drug monitoring in care homes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newstudyrevealscarbonnanotubesmeasurementpossibleforthefirsttime.php">New study reveals carbon nanotubes measurement possible for the first time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studyshowsbritaincanexpectwarmersummerstobewetter.php">Study shows Britain can expect warmer summers to be wetter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/earlywarningsignsofeatingdisorderrevealedinlarge-scaledatastudy.php">Early warning signs of eating disorder revealed in large-scale data study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchshowsblackplasticscouldcreaterenewableenergy.php">Research shows black plastics could create renewable energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchrevealsliquidgoldonthenanoscale.php">Research reveals liquid gold on the nanoscale</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/nanomaterialsafetyforeveryone-researcherssharetheirprotocolforhandlingcarbonnanotubes.php">Nanomaterial safety for everyone - researchers share their protocol for handling carbon nanotubes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/turningwasteheatintoelectricalpower3dprinteddevicecouldhelpcutenergybillsandcarbon.php">Turning waste heat into electrical power: 3D printed device could help cut energy bills and carbon </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/studyrevealshowjustanhourortwoofoutdoorlearningeveryweekengageschildrenimprovestheirwellbeingandincreasesteachersjobsatisfaction.php">Study reveals how just an hour or two of outdoor learning every week engages children, improves their wellbeing and increases teachers’ job satisfaction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/fishfencesacrossthetropicalseashavinglarge-scaledevastatingeffects.php">Fish fences across the tropical seas having large-scale devastating effects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/micro-chippedmouthguardstomonitorheadimpactsinrugbyplayersdrawonswansearesearch.php">Micro-chipped mouthguards to monitor head impacts in rugby players draw on Swansea research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/parentsarecrucialinsupportingplayersofthefutureswansearesearchtakenupbytherugbyfootballunion.php">Parents are crucial in supporting players of the future – Swansea research taken up by the Rugby Football Union</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swansearesearchshowsserviceprovidesalifelineformothers.php">Swansea research shows service provides a ‘lifeline’ for mothers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/metalnanoclusterscanbeusedassemiconductorskeypropertiesobservedforfirsttime.php">Metal nanoclusters can be used as semiconductors: key properties observed for first time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/anewclassofbranchedsinglechainsurfactantforenhancedoilrecoveryreported.php">A New Class of Branched Single Chain Surfactant for Enhanced Oil Recovery Reported</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/challengingmetabolismmayhelpfightdisease.php">Challenging metabolism may help fight disease </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/expertsrevealthatcloudshavemoderatedwarmingtriggeredbyclimatechange.php">Experts reveal that clouds have moderated warming triggered by climate change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/18millionawardtodevelopmicroandnanomaterialsincludingclothingforolympicathletes.php">£1.8 million award to develop micro and nano materials, including clothing for Olympic athletes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/themanyfacesoftudorenglandswansearesearchrevealsdiversityofhenryviiissailors.php">The many faces of Tudor England – Swansea research reveals diversity of Henry VIII’s sailors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/swanseauniversitytakespartinstudytoimproveheartattacktreatment.php">Swansea University takes part in study to improve heart attack treatment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/antarcticainvirtualrealitystunningnewfilmheraldsswansea-australiaresearchcollaboration.php">Antarctica in virtual reality – stunning new film heralds Swansea-Australia research collaboration   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchshowswhatittakestobeagiantshark.php">Research shows what it takes to be a giant shark</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/tasmaniandevilcancerunlikelytocauseextinctionsayexperts.php">Tasmanian devil cancer unlikely to cause extinction, say experts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/bionemaltdandswanseauniversitytohostinauguralbiopesticidesummiton2-3july2019.php">Bionema Ltd and Swansea University to host inaugural Biopesticide Summit on 2-3 July 2019</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/eu-fundedprojectofferspotentialtomeetnewcleanairstrategydemands.php">EU-funded project offers potential to meet new Clean Air strategy demands</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/ultraultrasoundtotransformnewtech.php">Ultra ultrasound to transform new tech</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/supersizingperovskitesolarcellsresearchersshowthattechnologyworksatlargerscale.php">Supersizing perovskite solar cells: researchers show that technology works at larger scale</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/researchgivesnewunderstandingof17thcenturyscottishnaturalhistory.php">Research gives new understanding of 17th century Scottish natural history</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newstudyexaminesprescribinganti-psychoticmedicationforchildrenwithautism.php">New study examines prescribing anti-psychotic medication for children with autism </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/newstudyrevealsthatepilepsydrugexposureinwombislinkedtosignificantlypoorerschooltestresults.php">New study reveals that epilepsy drug exposure in womb is linked to significantly poorer school test results</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/babybottleproppingisntjustdangerousitsasignofabrokensociety.php">Baby bottle propping isn't just dangerous – it's a sign of a broken society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/micro-bubblecurtainsnewstudylooksatimpactonsedimentdispersal.php">Micro-bubble curtains: new study looks at impact on sediment dispersal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/howtoimproveyourrunningsmilingboostsefficiencyresearchersfind.php">How to improve your running? Smiling boosts efficiency, researchers find</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/sugarsixeasywaystoencouragechildrentoeatless.php">Sugar: six easy ways to encourage children to eat less</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/weanalysedonlinegroomersconversationstofindouthowdeceptivetheyreallyare.php">We analysed online groomers’ conversations to find out how deceptive they really are </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/hurricanesirmaandmariahavedevastatedthecaribbeanmarineenvironment.php">Hurricanes Irma and Maria have devastated the Caribbean marine environment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/sporteligibilityrulesneedarethinktoallowmigrantstoplay.php">Sport eligibility rules need a rethink to allow migrants to play</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/notallnursingstudentsmakethegradebutmentorsneedmoresupporttofailthem.php">Not all nursing students make the grade but mentors need more support to fail them</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/mariasharapovaswildcardfortheusopendoestennisapoorservice.php">Maria Sharapova’s wild card for the US Open does tennis a poor service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/howsportcanmoveonfromachampionshipsmarkedbythebooingofjustingatlin.php">How sport can move on from a championships marked by the booing of Justin Gatlin</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/tacklinghomophobiainprofessionalfootballisstillaworkinprogressbutitsgettingthere.php">Tackling homophobia in professional football is still a work in progress – but it’s getting there</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/turninghomesintopowerstationscouldcuthouseholdfuelbillsby600ormore-report.php">Turning homes into power stations could cut household fuel bills by £600 or more - report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/trialtoreduceimpactofhotflushesforbreastcancerpatientsledbyswanseauniversityprofessor.php">Trial to reduce impact of hot flushes for breast cancer patients led by Swansea University Professor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/greenprojectledbyswanseascientistscouldreplacemoreexpensiveandhazardousmaterialsusedforwaterproofingandantifoulingfogging.php">'Green' project led by Swansea scientists could replace more expensive and hazardous materials used for waterproofing and antifouling/fogging.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitytohostsymposiumoncitydeals.php">University to host Symposium on City Deals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitycelebratesforgingcloserbondswithtexanpartners.php">University celebrates forging closer bonds with Texan partners </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2019/universitypartnershipprovidesuniquetrainingenvironmentforhealthstudents.php">University partnership provides unique training environment for health students</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>
