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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="106934">
<meta property="su:last-modified" content="Thu, 26 Sep 2019 14:29:41 BST" />

    <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">2016</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/2016/">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">2016</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/2016/steelisa21stcenturyindustry-swansearesearchontomorrowstechnologies.php"> Steel is a 21st century industry - Swansea research on tomorrow's technologies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newantimatterbreakthroughtohelpilluminatemysteriesofthebigbang.php">New antimatter breakthrough to help illuminate mysteries of the Big Bang</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/howtheamericancivilwarcementedmodernchristmastraditions.php">How the American Civil War cemented modern Christmas traditions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/freefestivefunatorielscience.php">Free festive fun at Oriel Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/65degreesnorthtotackleantarcticashighestmountain.php"> 65 Degrees North to tackle Antarctica's highest mountain</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tophonoursatthemediwalesinnovationawards2016.php">Top honours at the MediWales Innovation Awards 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tophonoursatthemediwalesinnovationawards2016.php">Top honours at the MediWales Innovation Awards 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tophonoursatthemediwalesinnovationawards2016.php">Top honours at the MediWales Innovation Awards 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/goldinvestorsinpeopleaccreditationforuniversitysdirectorateofmarketingrecruitmentinternationalisationdevelopment.php">Gold Investors in People accreditation for University’s  Directorate of Marketing, Recruitment, Internationalisation &amp; Development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tophonoursatthemediwalesinnovationawards2016-1.php">Top honours at the MediWales Innovation Awards 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitybandblowsitsowntrumpetasitjoinsshowcaseofbestbandsintheuk.php">Swansea University band blows its own trumpet as it joins showcase of best bands in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsidentifyacauseandpossibleroutetotreatthefatalmotorneurondiseaseconditionals.php">Scientists identify a cause and possible route to treat the fatal motor neuron disease condition ALS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/victorianbakersisbackforchristmas.php">Victorian Bakers is back for Christmas!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thedammingproblemofreconnectingeuropesrivers.php">The damming problem of reconnecting Europe's rivers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newpostgraduatecoursetohelpaddresstheglobalcrisisinsportsintegritylaunched.php">New postgraduate course to help address the global crisis in sports integrity launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/renownedoxforduniversityprofessormarksthelaunchofswanseauniversitysnewethicsandlawinstitute.php">Renowned Oxford University Professor marks the launch of Swansea University’s new ethics and law institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/renownedoxforduniversityprofessormarksthelaunchofswanseauniversitysnewethicsandlawinstitute.php">Renowned Oxford University Professor marks the launch of Swansea University’s new ethics and law institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/renownedoxforduniversityprofessormarksthelaunchofswanseauniversitysnewethicsandlawinstitute.php">Renowned Oxford University Professor marks the launch of Swansea University’s new ethics and law institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/howpaedophilesspeaktochildrenonline.php">How paedophiles speak to children online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/howpaedophilesspeaktochildrenonline.php">How paedophiles speak to children online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/howpaedophilesspeaktochildrenonline.php">How paedophiles speak to children online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/abigboostfora21stcenturyindustry-swanseaexpertswelcomesteeldeal.php">A big boost for a 21st century industry - Swansea experts welcome steel deal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/abigboostfora21stcenturyindustry-swanseaexpertswelcomesteeldeal.php">A big boost for a 21st century industry - Swansea experts welcome steel deal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/abigboostfora21stcenturyindustry-swanseaexpertswelcomesteeldeal.php">A big boost for a 21st century industry - Swansea experts welcome steel deal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/refugeewhofleddictatorshipinchiletostudyatswansealaunchofnewmemoir.php">Refugee who fled dictatorship in Chile to study at Swansea: launch of new memoir </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/promotingswanseaandwalestoeurope2016europeansummitondigitalinnovationforactiveandhealthyageing.php">Promoting Swansea and Wales to Europe:  2016 European Summit on Digital Innovation for Active and Healthy Ageing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/fitforsuccessuniversitysupporthelpsgraduateentrepreneurtodevelopnewfitnessapp.php">Fit for success: University support helps graduate entrepreneur to develop new fitness app </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/fitforsuccessuniversitysupporthelpsgraduateentrepreneurtodevelopnewfitnessapp.php">Fit for success: University support helps graduate entrepreneur to develop new fitness app </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/fitforsuccessuniversitysupporthelpsgraduateentrepreneurtodevelopnewfitnessapp.php">Fit for success: University support helps graduate entrepreneur to develop new fitness app </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitystaffandstudentschallengedtoliveon528perdaytomarkinternationalhumanrightsday.php">Swansea University staff and students challenged to live on £5.28 per day to mark International Human Rights Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchersfindlinkbetweenantidepressantuseandcongenitalanomaliesorstillbirths.php">Researchers find link between antidepressant use and congenital anomalies or stillbirths</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studyingwalestodayamicrocosmopolitanapproach.php">Studying Wales Today:  A Microcosmopolitan Approach</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dacecommunitylecturecharlesdickens.php">DACE Community Lecture: Charles Dickens</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/lectureinstituteofinternationalshippingandtradelawcollegeoflawandcriminology.php">Lecture: Institute of International Shipping and Trade Law College of Law and Criminology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/communityinvestmentchallengesurfabilityawinnersstory.php">Community Investment Challenge – Surfability: A winner’s story</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thesinbinreturnsastheospreystakeonedinburghatthelibertystadium.php">The Sin Bin returns as the Ospreys take on Edinburgh at the Liberty Stadium</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/multi-nationalconferenceenablespositivedebateaboutchildmigrationissues.php">Multi-national conference enables positive debate about child migration issues</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/addictioncharitycallsonpowersforwalestoleadthewayonregulatingfixedoddsbettingterminalsfobts.php">Addiction charity calls on powers for Wales to lead the way on regulating Fixed Odds Betting Terminals (FOBTs)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/nurse-ledmonitoringimprovesthecareofpatientsprescribedmentalhealthmedicines.php">Nurse-led monitoring improves the care of patients prescribed mental health medicines</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansearesearchfindspoisonousamphibiandefencesarelinkedtohigherextinctionrisk.php">Swansea research finds poisonous  amphibian defences are linked to higher extinction risk</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityselectronicsystemsdesigncentrewinsprestigiousuniversityresearchgroupoftheyearprize.php">Swansea University’s Electronic Systems Design Centre wins prestigious University Research Group of the Year prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/guardianranksswanseaasoneoftengreenestuniversitiesinuk.php">Guardian ranks Swansea as one of ten greenest universities in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/guardianranksswanseaasoneoftengreenestuniversitiesinuk.php">Guardian ranks Swansea as one of ten greenest universities in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/guardianranksswanseaasoneoftengreenestuniversitiesinuk.php">Guardian ranks Swansea as one of ten greenest universities in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/commemorativestampscelebrateseaturtleconservationresearchinbritishindianoceanterritory.php">Commemorative stamps celebrate sea turtle conservation research in British Indian Ocean Territory</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theuncomfortabletruthaboutsocialmobility.php">The uncomfortable truth about social mobility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theuncomfortabletruthaboutsocialmobility.php">The uncomfortable truth about social mobility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theuncomfortabletruthaboutsocialmobility.php">The uncomfortable truth about social mobility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/mothersaremadetofeelguiltywhethertheybreastfeedorformulafeedtheirbaby.php">Mothers are made to feel guilty whether they breastfeed or formula feed their baby</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/mothersaremadetofeelguiltywhethertheybreastfeedorformulafeedtheirbaby.php">Mothers are made to feel guilty whether they breastfeed or formula feed their baby</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/mothersaremadetofeelguiltywhethertheybreastfeedorformulafeedtheirbaby.php">Mothers are made to feel guilty whether they breastfeed or formula feed their baby</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/childrendisplacedacrossbordersconference.php">Children Displaced Across Borders Conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsfinddormiceatnewsiteincarmarthenshire.php">Scientists find dormice at new site in Carmarthenshire </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinsawardsforitssustainabletravelplans.php">Swansea University wins awards for its sustainable travel plans</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityresearcherwins10000prizetohelpendanimaltesting.php"> Swansea University researcher wins £10,000 prize to help end animal testing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/kathmandutodhakacharitymotorcyclejourneydocumentarygetspontardawepremiere.php">Kathmandu to Dhaka: Charity motorcycle journey documentary gets Pontardawe premiere   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newtechnologyfromswanseauniversityspin-outpulmonirdetectsdegenerativelungconditionthataffectsmillionsworldwide.php">New technology from Swansea University spin-out PulmonIR detects degenerative lung condition that affects millions worldwide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafegianttortoisespiratesfossilpollenandconservation.php">Science Cafe Giant tortoises, pirates, fossil pollen and conservation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/awardscelebrateresearchandinnovationatswanseauniversity.php">Awards celebrate research and innovation at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaacademictospeakatlaunchofworldbreastfeedingtrendsreportinparliament.php">Swansea academic to speak at launch of World Breastfeeding Trends report in Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ancientegyptiandemons-swanseamuseumfestivalevent.php">Ancient Egyptian Demons -  Swansea Museum festival event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityresearcherlecturesatnatoadvancedtrainingcourse.php">Swansea University Researcher Lectures at NATO Advanced Training Course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/childrensprojectshortlistedfornationalpublicengagementaward.php">Children’s project shortlisted for national public engagement award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/casestudyhappenprojectimprovingthehealthwellbeingandeducationoutcomesofswanseasprimaryschoolchildren.php">Case Study:  HAPPEN project – Improving the health, wellbeing and education outcomes of Swansea’s primary school children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/whatwillbrexitmeanforwalesswanseaconferenceonexitingtheeuropeanunion.php">What will Brexit mean for Wales? Swansea conference on exiting the European Union</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldleadingmanufacturingcompanyawardssecondmentopportunitytoswanseauniversityengineeringexpert.php">World leading manufacturing company awards secondment opportunity to Swansea University engineering expert </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldleadingmanufacturingcompanyawardssecondmentopportunitytoswanseauniversityengineeringexpert.php">World leading manufacturing company awards secondment opportunity to Swansea University engineering expert </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldleadingmanufacturingcompanyawardssecondmentopportunitytoswanseauniversityengineeringexpert.php">World leading manufacturing company awards secondment opportunity to Swansea University engineering expert </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newtoolwillhelpolderpeopletoratetheircommunity.php">New tool will help older people to rate their community</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/publiclecturepositronemissiontomography.php">Public Lecture: Positron Emission Tomography</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/armisticedayremembranceservicesatswanseauniversity.php">Armistice Day remembrance services at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/calinnewlifescienceinnovationnetworkforwelshandirishbusinesseslaunched.php">CALIN – New Life Science Innovation Network for Welsh and Irish businesses launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/calinnewlifescienceinnovationnetworkforwelshandirishbusinesseslaunched.php">CALIN – New Life Science Innovation Network for Welsh and Irish businesses launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/calinnewlifescienceinnovationnetworkforwelshandirishbusinesseslaunched.php">CALIN – New Life Science Innovation Network for Welsh and Irish businesses launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/agileprojectmanagementeventatthebaycampusinassociationwithapm.php">Agile Project Management Event at the Bay Campus – in association with APM</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaacademiclaunchesnewbookchallengingsocietytobecomemorebreastfeedingfriendly.php">Swansea academic launches new book challenging society to become more breastfeeding friendly</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/youngpeopleattheheartofourheritagetakecontroloftheswanseaegyptcentre.php">Young people at the heart of our heritage take control of the Swansea Egypt Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/poointhepoolnewanimationhighlightshealthyswimmingpractices.php">Poo in the Pool! New animation highlights healthy swimming practices</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/poointhepoolnewanimationhighlightshealthyswimmingpractices.php">Poo in the Pool! New animation highlights healthy swimming practices</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/poointhepoolnewanimationhighlightshealthyswimmingpractices.php">Poo in the Pool! New animation highlights healthy swimming practices</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/21stcenturysilkroadswanseajoinsinternationalallianceofuniversities.php">21st century Silk Road: Swansea joins international alliance of universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitypartnerswithw2consultingforinauguralglobalsporttourismsummitandawards.php">University partners with W2 Consulting for inaugural Global Sport Tourism Summit and Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityandfirstcymruwinthegoldenticketforpassengertransportbestpractice.php">Swansea University and First Cymru win the ‘golden ticket’ for Passenger Transport Best Practice </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newnationalnetworkofexcellenceformathematicstobecreated.php">New National Network of Excellence for Mathematics to be created</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newnationalnetworkofexcellenceformathematicstobecreated.php">New National Network of Excellence for Mathematics to be created</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newnationalnetworkofexcellenceformathematicstobecreated.php">New National Network of Excellence for Mathematics to be created</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/reducingtheburdenofneurobehaviouraldisabilityafteracquiredbraininjurypastpresentandfuture.php">Reducing the Burden of Neurobehavioural Disability after Acquired Brain Injury: Past, Present and Future</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/maxporterwinneroftheinternationaldylanthomasprize2016onliterarytouroftexas.php">Max Porter, winner of the International Dylan Thomas Prize 2016, on literary tour of Texas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/fromswanseatotheseneddlloydgeorgeshowmarcheson.php">From Swansea to the Senedd: Lloyd George show marches on</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitytohostbbcchildreninneedappealshow.php"> Swansea University to host BBC Children in Need Appeal Show</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thereverendnigeljohn.php">The Reverend Nigel John </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/precautionaryevacuationatsingletoncampus.php">Precautionary Evacuation at Singleton Campus   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityhostsimportantinternationalozoneconference.php">Swansea University hosts important International Ozone Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityrecognisedforitshealthandwellbeingpromotionwork.php">Swansea University recognised for its health and wellbeing promotion work </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newcentenarylectureseriestobelaunchedatswanseauniversitysgreathall.php">New centenary lecture series to be launched at Swansea University’s Great Hall</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/bloodtestsforcancerthefutureofcancerdiagnosis.php">Blood tests for cancer: the future of cancer diagnosis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/judgesforthe2017internationaldylanthomasprizeannounced.php">Judges for the 2017 International Dylan Thomas Prize announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/judgesforthe2017internationaldylanthomasprizeannounced.php">Judges for the 2017 International Dylan Thomas Prize announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/judgesforthe2017internationaldylanthomasprizeannounced.php">Judges for the 2017 International Dylan Thomas Prize announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsfindreasonstobeoptimisticaboutglobalmarineconservation.php">Scientists find reasons to be optimistic about global marine conservation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitystudentpioneersplacementtohelpthosewithmentalhealthissuesinbali.php">Swansea University student pioneers placement to help those with mental health issues in Bali</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaparticlephysicistshelplaunchneweuropeancollaborativenetwork.php">Swansea particle physicists help launch new European collaborative network</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaparticlephysicistshelplaunchneweuropeancollaborativenetwork.php">Swansea particle physicists help launch new European collaborative network</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaparticlephysicistshelplaunchneweuropeancollaborativenetwork.php">Swansea particle physicists help launch new European collaborative network</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/engineeringpartnershipseesnew336maerospacehighereducationcentreopenedatcolegcambria.php">Engineering partnership sees new  £3.36m Aerospace Higher Education Centre opened at Coleg Cambria</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/globaltechleaderfujitsuopensneweducationinnovationhubatuniversitysbaycampus.php">Global tech leader Fujitsu opens new Education Innovation Hub at University’s Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newuniversityroleforsurgeontohelpburnvictims.php"> New University role for surgeon to help burn victims</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newbiographyofgwenalltbyprofessoralanllwydlaunched.php">New biography of Gwenallt by Professor Alan Llwyd launched </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/beaconwalesisco-founderofnewalliancelaunchedtosupportthegrowthoftheukbioeconomy.php">BEACON Wales is co-founder of new alliance launched to support the growth of the UK bioeconomy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/playingwithgooandglittersplashingwithboatslookingatfancyfeathersandbuildingyourownjaguar2dcarwhatmorecouldyouwantduringoctoberhalf.php">Playing with Goo and Glitter, splashing with boats, looking at fancy feathers and building your own Jaguar 2D car – what more could you want during October half</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafehowquantumphysicsdemocratizedmusicameditationonphysicsandtechnology.php">Science Cafe: How quantum physics democratized music: a meditation on physics and technology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitystudentzonereadytolaunchatthelibertystadium.php">Swansea University Student Zone ready to launch at the Liberty Stadium </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitylaunchesnewlanguageinitiativeforstudents.php">Swansea University launches new language initiative for students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theuksfirstenergypositiveclassroomisswitchedoninswansea.php">The UK’s first energy positive classroom is switched on in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newforcesinmindtrustawardswanseauniversitytoresearchgamblingaddictionamongukveterans.php">New Forces in Mind Trust award: Swansea University to research gambling addiction among UK veterans</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/plaqueforepsrcplatforminengineeringblooddiagnosticsunveiledasclotbustersresearchersattemptworldrecordinaidofthrombosisuk.php">Plaque for EPSRC Platform in Engineering Blood Diagnostics unveiled as “Clot Busters” researchers attempt world record in aid of Thrombosis UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityresearchoncapturingthesunshowcasedforfuturebuddingscientists.php">Swansea University research on capturing the sun showcased for future budding scientists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/nrnresearchersdiscoverglow-in-the-darkbacteriaisaffectedbytheelectricnotmagneticfieldofmicrowavesemittedbymobilewi-fi.php">NRN researchers discover “glow-in-the-dark” bacteria is affected by the electric (not magnetic) field of microwaves emitted by mobile/Wi-Fi</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaphdstudentawardedlorealunescowomeninsciencefellowship.php">Swansea PhD student awarded L’Oreal UNESCO Women in Science fellowship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/cruisingintoaneweraofmarinebiology.php">Cruising into a new era of marine biology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academicreceiveschinafriendshipaward.php">Academic receives China Friendship Award  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newbookexaminesbreastfeedingintheuk.php">New book examines breastfeeding in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ipwalestolaunchnewcybercrimeinitiative.php">IP Wales® to launch new cybercrime initiative</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitypaystributetoseniorchaplainreverendnigeljohn.php">University pays tribute to senior chaplain, Reverend Nigel John</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitypaystributetoseniorchaplainreverendnigeljohn.php">University pays tribute to senior chaplain, Reverend Nigel John</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitypaystributetoseniorchaplainreverendnigeljohn.php">University pays tribute to senior chaplain, Reverend Nigel John</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityundergraduatewinsroyaltelevisionsocietyaward.php">Swansea University undergraduate wins Royal Television Society award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityundergraduatewinsroyaltelevisionsocietyaward.php">Swansea University undergraduate wins Royal Television Society award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityundergraduatewinsroyaltelevisionsocietyaward.php">Swansea University undergraduate wins Royal Television Society award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/extra850000eufundstodriveresearchinwalesengineeringsector.php">Extra £850,000 EU funds to drive research in Wales’ engineering sector</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/burton14youngpeopletoinvestigategrowingupinporttalbot.php">Burton@14 – young people to investigate growing up in Port Talbot</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/neathporttalbotpupilstogetsupporttoreachtheirfullpotential.php">Neath Port Talbot pupils to get support to reach their full potential</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/digitaleconomycentretoholdcyber-securityconference.php">Digital Economy Centre to hold cyber-security conference   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/aberfanadisasteranditsaftermath.php">Aberfan: A disaster and its aftermath</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/protecttomorrowbyhelpingtodaypeopleencouragedtosignuptoinnovativeresearchproject.php">Protect tomorrow by helping today: people encouraged to sign up to innovative research project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/collaborate2016celebratingcollaborationandpartnership.php">Collaborate 2016 – celebrating collaboration and partnership</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityacademicslaunchchildrensnursingbook.php">Swansea University Academics launch Children’s Nursing Book</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/uksteelindustrycanflourishbutonlyifgovernmentmakesrightdecisions-report.php">UK steel industry can flourish, but only if government makes right decisions - report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/uksteelindustrycanflourishbutonlyifgovernmentmakesrightdecisions-report.php">UK steel industry can flourish, but only if government makes right decisions - report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/uksteelindustrycanflourishbutonlyifgovernmentmakesrightdecisions-report.php">UK steel industry can flourish, but only if government makes right decisions - report</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansearesearcherjoinsnspcctopromoteparentsroleinyouthsport.php">Swansea researcher joins NSPCC to promote parents’ role in youth sport  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansearesearcherjoinsnspcctopromoteparentsroleinyouthsport.php">Swansea researcher joins NSPCC to promote parents’ role in youth sport  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansearesearcherjoinsnspcctopromoteparentsroleinyouthsport.php">Swansea researcher joins NSPCC to promote parents’ role in youth sport  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newresearchfundingtosupportthedevelopmentofmarinerenewableenergyinwales.php">New research funding to support the development of marine renewable energy in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/4thinternationalundergraduatecardiovascularconference2016.php">4th International Undergraduate Cardiovascular Conference 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/beinghuman-swanseatobehubfornationalhumanitiesfestival.php">Being Human - Swansea to be hub for national humanities festival </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityalumnusandhonoraryfellowprofessorandyhopperreceivesroyalsocietybakerianmedal.php">Swansea University alumnus and Honorary Fellow Professor Andy Hopper receives Royal Society Bakerian Medal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studybreakthroughintype2diabetestreatment.php">Study breakthrough in Type 2 diabetes treatment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityhostsimportantinternationalseagrassworkshop.php">Swansea University hosts important international Seagrass Workshop </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/walesandthephysicalweb.php">Wales and the Physical Web</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/withmusicinmindsingingandsocialnetworkgroupforolderpeopleexpands.php">With Music in Mind: Singing and social network group for older people expands</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/wiserdhighlightedasmajorresourceindiamondreview.php">WISERD highlighted as ‘major resource’ in Diamond Review</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldthrombosisdayswansearesearchersballoonthrowingclotbustingguinnessrecord-breakingattempt.php">World Thrombosis Day: Swansea researchers’ balloon throwing, clot busting, Guinness record-breaking attempt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/journeys-migrationstoriesshowninnewexhibition.php">Journeys - Migration Stories shown in New Exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studentinternsreviewleadstoadmiralsupportforemployabilityaward.php">Student interns’ review leads to Admiral support for Employability Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseanowwalestopuniversitywinningwelshuniversityoftheyearaccoladeinthetimesandthesundaytimesgooduniversityguide2017.php">Swansea now Wales’ top university – winning Welsh University of the Year accolade in The Times and The Sunday Times Good University Guide 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/baycampusphotobydr-y-felinstudentshortlistedinstmodwen30thanniversaryschoolscompetition.php">Bay Campus photo by Dŵr-y-Felin student shortlisted in  St. Modwen 30th anniversary schools’ competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafeadvancesincancerresearch.php">Science Cafe: &quot;Advances in Cancer Research&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityproudtohostbevancommissionat450mbaycampus.php">University proud to host Bevan Commission at £450m Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/inauguralmeetingofuniversityssouthwalesalumnichapter.php">Inaugural meeting of University’s South Wales Alumni Chapter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/southeastasiavisitsforswanseauniversitybloodhoundsscworldtour.php">South East Asia visits for Swansea University/Bloodhound SSC World Tour</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchputssportingtalenttestsunderscrutiny.php">Research puts sporting talent tests under scrutiny</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchonbettermaterialsforaircraftenginesboostedbyworshipfulliverycompanyaward.php">Research on better materials for aircraft engines boosted by Worshipful Livery Company award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thestoryoftimeswanseauniversitysorielsciencepop-upexhibitionopenstopublic.php">The Story of Time:  Swansea University’s Oriel Science pop-up exhibition opens to public</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/blackprinceofflorenceustourtolaunchbiographybyswanseahistorian.php">Black Prince of Florence – US tour to launch biography by Swansea historian   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/germanyoungstersgetatasteofswansealife.php">German youngsters get a taste of Swansea life </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/soapboxsciencehelpkickofffamilyfestival.php">Soapbox Science help kick off Family Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/medicalisationofyoungmindsnewstudyreveals28riseinantidepressantprescribingamongst6-18yearolds.php">Medicalisation of young minds: new study reveals 28% rise in antidepressant prescribing amongst 6-18 year olds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/technocampsdeliversfirstinternationalworkshopinpartnershipwithmicrosofteducation.php">Technocamps delivers first  International workshop in partnership with Microsoft Education</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/inauguralpan-walesnrnphdconferencelaunch.php">Inaugural Pan-Wales NRN PhD Conference Launch</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/psychologyprofessorwinsitalianmedalforhisscientificcontributiontosociety.php">Psychology Professor wins Italian Medal for his scientific contribution to society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/goldforswanseauniversitygrounds.php">GOLD for Swansea University Grounds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/digitalresearchtechniquestohelpunraveltudormysteriesasnewmaryroseprojectlaunched.php">Digital research techniques to help unravel Tudor mysteries as new Mary Rose project launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/signingsciencenewscientifictermsinbritishsignlanguagelaunchedatbritishsciencefestival.php">Signing science: new scientific terms in British Sign Language launched at British Science Festival </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/pardonmyfrench.php">Pardon my French</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academicsresearchthetruthaboutonlinegrooming.php"> Academics research the truth about online grooming</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/mumbleshennebonttwinningsuniversityvisit.php">Mumbles–Hennebont Twinning’s University visit </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/10yearsoldandgoingstrong.php">10 years old and going strong ! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thedriveforlifeacademicchallengesolderdriversafetymyths.php">The Drive for Life: academic challenges older driver safety myths</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newtestcouldrevolutionisecancerdiagnosis.php">New test could revolutionise cancer diagnosis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseawelcomeshighesteverpositioninqsworlduniversityrankings.php">Swansea welcomes highest ever position in QS World University Rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityresearchintomakinghigherpowerfactorenergyharvestingdeviceshasbeenpublishedinaprestigiousscientificjournal.php">Swansea University research into making higher power factor energy harvesting devices has been published in a prestigious scientific journal  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/drfflurdafyddsparchreturnstos4c.php">Dr Fflur Dafydd’s Parch returns to S4C</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/rugbycoachingstrengthenslinkswithchina.php">Rugby coaching strengthens links with China</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/phdstudentwinsover100kfundingfellowshiptohelpsciencebeatdementia.php">PhD student wins over £100k funding fellowship to help science beat dementia. </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/longfieldsnewprojecttogathermemoriesofswanseadisabilitycharity.php">Longfields: new project to gather memories of Swansea disability charity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitytohostbehaviourchangefestival.php">Swansea University to host Behaviour Change Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityprofessorinvolvedinresearchastowhyanimalswanderornot.php">Swansea University Professor involved in research as to why animals wander or not ! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/oneweektogountilthebritishsciencefestival.php">One week to go until the British Science Festival!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/throwingopenthedoorstoinnovationinthewelshnhs.php">Throwing open the doors to Innovation in the Welsh NHS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseahostsinternationalpopulationdatalinkageconference.php">Swansea hosts international population data linkage conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseahostsinternationalpopulationdatalinkageconference.php">Swansea hosts international population data linkage conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseahostsinternationalpopulationdatalinkageconference.php">Swansea hosts international population data linkage conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/localstudentwinsplacementattokyouniversity.php">Local student wins placement at Tokyo University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/musselscansuperchargerecoveryfromdroughtinmarshes.php">Mussels can supercharge recovery from drought in marshes  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/10yearsoldtoday.php">10 years old today !</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/breakthroughasswanseauniversityscientistshelpdiscovergenesincasesofsevereinfantepilepsy.php">Breakthrough as Swansea University scientists help discover genes in cases of severe infant epilepsy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ministervisitsswanseasspecialistdementiaresearchcentre.php">Minister visits Swansea’s specialist dementia research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ministervisitsswanseasspecialistdementiaresearchcentre.php">Minister visits Swansea’s specialist dementia research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ministervisitsswanseasspecialistdementiaresearchcentre.php">Minister visits Swansea’s specialist dementia research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/howgullsadapttoflyinginurbanareasnewresearchcouldhelpinformtheflightpathsofaerialdrones.php">How gulls adapt to flying in urban areas: new research could help inform the flight paths of aerial drones</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/importanceofstayingwellhydratedhighlightedbynewswansearesearch.php">Importance of staying well hydrated highlighted by new Swansea research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaintop15forstudentsatisfaction.php">Swansea in Top 15 for Student Satisfaction </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/santanderopensforbusinessatswanseauniversitybaycampus.php">Santander opens for business at Swansea University Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityphdstudentwinsthenationaleisteddfodchair.php">Swansea University PhD student wins the National Eisteddfod Chair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/haydaleltdfundsnewprofessorialchairinadvancemanufacturebyprinting.php">Haydale Ltd funds new Professorial Chair in Advance Manufacture by Printing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/supersonicspeakerswanseaengineeringsdrbenevansatventurefest2016.php">Supersonic speaker: Swansea Engineering’s Dr Ben Evans at Venturefest 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/largesteverstudyrevealsgloballyprotectedareasbenefitbroadrangeofspecies.php">Largest ever study reveals globally protected areas benefit broad range of species</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/learnwelshswanseabayregiontodeliverwelshforadultscoursesonbehalfofthenationalcentreforlearningwelsh.php">Learn Welsh – Swansea Bay Region to deliver Welsh for Adults courses on behalf of the National Centre for Learning Welsh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitymakesahomeforwildlifewithitsnewfouryearplan.php">Swansea University makes a home for wildlife with its new four year plan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/largesteverstudyrevealsgloballyprotectedareasbenefitbroadrangeofspecies-1.php">Largest ever study reveals globally protected areas benefit broad range of species</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/world-famousscientistandswanseaalumnusreceivesroyalsocietyroyalmedal.php">World-famous scientist and Swansea alumnus receives Royal Society Royal Medal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newpostgraduatecoursetohelpaddressglobalcrisisinsportsintegrity.php">New postgraduate course to help address global crisis in sports integrity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityatthenationaleisteddfod.php">Swansea University at the National Eisteddfod</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newevidenceofancientvolcaniceruptionscanhelpassessriskofashclouds.php">New evidence of ancient volcanic eruptions can help assess risk of ash clouds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tinymicrobeswhichformhugerocksareengineeringtheirownenvironment.php">Tiny microbes which form huge rocks are engineering their own environment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/likehumansfishcoregulatetheirstresslevelsinchallengingsituations.php">Like humans, fish coregulate their stress levels in challenging situations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitycelebratesitsoutstandingstaff.php">Swansea University celebrates its outstanding staff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/virtualdementiatourexperienceforswanseanursingstudents.php">Virtual Dementia Tour Experience for Swansea Nursing Students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/walesbookoftheyeardrjasminedonahayewinscreativenon-fictionaward.php">Wales Book of the Year: Dr Jasmine Donahaye wins Creative Non-Fiction Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/beanundercovermuseumjudgeandhelptheegyptcentrebethejewelinthecrown.php">Be an undercover museum judge and help the Egypt Centre be the jewel in the crown   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newbio-controlresearchcouldhelpregulatethespreadofzika.php">New bio-control research could help regulate the spread of Zika </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityhistorianpresentsbrandnewbbctwoseriesfullsteamaheadhowtherailwaysbuiltmodernbritain.php">Swansea University historian presents brand new BBC Two series, Full Steam Ahead: How the Railways Built Modern Britain</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/expertsexaminewelshcultureandhistoryatharvarduniversityconference.php">Experts examine Welsh culture and history at Harvard University conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/summerdegreeandawardcongregationscelebratestudentssuccess.php">Summer Degree and Award Congregations celebrate students’ success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/oceanwarmingprimarycauseofantarcticpeninsulaglacierretreat.php">Ocean warming primary cause of Antarctic Peninsula glacier retreat </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/eustudentsandstaffwelcomeatswanseauniversitykirstywilliams.php">EU students and staff welcome at Swansea University – Kirsty Williams</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/miserablesummerslinkedtorandomshiftsintheatlanticstormtrack.php">Miserable summers linked to random shifts in the Atlantic storm track</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/waleslargestsocialscienceconferencecomestoswansea.php">Wales’ largest social science conference comes to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchshowscapetownscannyraidingbaboonsfindloopholeinstrategytomanagethem.php">Research shows Cape Town’s canny raiding baboons  find loophole in strategy to manage them</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/bloodhoundsupersonicfirstrecordattemptoctober2017.php">BLOODHOUND Supersonic First Record Attempt: October 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newanimationhighlightshealthrisksofinternetaddiction.php">New animation highlights health risks of internet addiction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/antimattermattersattheroyalsocietysummerscienceexhibition.php">Antimatter Matters at the Royal Society Summer Science Exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/slateportraitofrichardburtonunveiledatswanseauniversitybyhisrelatives.php">Slate portrait of Richard Burton unveiled at Swansea University by his relatives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchoncomplexflowofsandcreatesopportunities.php">Research on complex flow of sand creates opportunities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worlduniversityrugbysevensendonahigh.php">World University Rugby Sevens end on a high </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worlduniversityrugbysevensendonahigh.php">World University Rugby Sevens end on a high </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dayonekicksoffwithabang.php">Day one kicks off with a bang</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/welshlanguageministerofficiallyopensnewswanseavalleywelshlanguagecentre.php">Welsh Language Minister officially opens new Swansea Valley Welsh Language Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/technoteachcomputerscienceteachersrewardedfortheirsuccess.php">Technoteach: Computer Science teachers rewarded for their success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/medicalschoolstudyfindspeopleusedhealthservicesmorewhengivenairpollutionwarnings.php">Medical School study finds people used health services more when given air pollution warnings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseajoinspan-europeandariahnetworksupportingdigitalresearchintheartsandhumanities.php">Swansea joins pan-European DARIAH network  supporting digital research in the arts and humanities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywelcomestheworld.php">Swansea University welcomes the world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseatoofferdegreesineducationfromseptember.php">Swansea to offer degrees in education from September</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/threeswanseauniversityprofessorswinprestigiousfulbrightawardstotheus.php">Three Swansea University professors win prestigious Fulbright Awards to the US</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitygoesgreenasitreachesthefinalofthe2016greengownawards.php">Swansea University goes green as it reaches the final of the 2016 Green Gown Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityabseilersraise10000forcharities.php">Swansea University Abseilers Raise £10,000 for Charities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinsawardforitsmoneyadviceservice.php">Swansea University wins award for its money advice service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/salmonellacouldbebasisfornewcancertreatments.php">Salmonella could be basis for new cancer treatments   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/morethan1millionbarriersblockeuropesrivers.php">MORE THAN 1 MILLION BARRIERS BLOCK EUROPE’S RIVERS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/heaveniscloseenoughtotouch2016researchasartwinners.php">“Heaven is close enough to touch”: 2016 Research as Art winners</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/hrhtheprinceofwalesofficiallyopensswanseauniversitys450mbaycampus.php">HRH The Prince of Wales officially opens Swansea University's £450m Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaacademicspresentatdubaiworkshoppromotinggreenbehaviourforenergyefficientworkplaces.php">Swansea academics present at Dubai workshop promoting green behaviour for energy efficient workplaces </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldrugbysevenskickoffthesummer.php">World Rugby Sevens kick off the summer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/lleisiaubachlittlevoicesprojectmarksendofyearsuccessafteruncommitteeadoptsseveralrecommendations.php">Lleisiau Bach/Little Voices project marks end of year success after UN Committee adopts several recommendations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/innovationinmanufacturingaknowledgesharingeventaroundthechallengesofmanaginginnovation.php">Innovation in Manufacturing: A knowledge sharing event around the challenges of managing innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseahostsmajorinternationalconferenceonsolarenergy.php">Swansea hosts major international conference on solar energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaprofessorcomesface-to-facewithclimatechangechallengesinnews4cseries.php">Swansea Professor comes face-to-face with climate change challenges in new S4C series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/programmegoesliveforbritishsciencefestivalatswanseauniversity.php">Programme goes live for British Science Festival at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/worldrugbysevenskickoffthesummer-1.php">World Rugby Sevens Kick Off The Summer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchfindsfacebookusecanimpactonbodyimageduringpregnancy.php">Research finds Facebook use can impact on body image during pregnancy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/europeanunionpost-referendumstatement.php">European Union: post-referendum statement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/olderpeople-movingonorstayingputtheneedforanewservice.php">Older people - Moving on or staying put? The need for a new service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitywinsthelmaawardforoutstandingleadershipmanagement.php">University wins THELMA award for Outstanding Leadership &amp; Management </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaandnptpupilslearnskillsforthefutureatwaleslargestcareersfestivalheldatbaycampus.php">Swansea and NPT pupils learn skills for the future at Wales’ largest Careers Festival, held at Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/deutschland83berlin16-studentsgetinsidersviewofgermancapital.php">Deutschland 83/Berlin 16 - students get insiders’ view of German capital </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityofmarylandprofessortogivetalkonachievingbreakthroughcollaborationsatcomputationalfoundrydistinguishedlecture.php">University of Maryland Professor to give talk on ‘Achieving breakthrough collaborations’ at Computational Foundry Distinguished Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academihywelteifiprifysgolabertaweynnoddipabelllenyddiaethgyltafwyl.php">Academi Hywel Teifi, Prifysgol Abertawe, yn noddi pabell lenyddiaeth Gŵyl Tafwyl</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academichighlightstheimportanceofnationalbreastfeedingcelebrationweek.php">Academic highlights the importance of National Breastfeeding Celebration Week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/schoolofmanagementlaunchescommunityinvestmentchallengecompetition.php">School of Management launches  Community Investment Challenge competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaemployabilityacademyawardscelebratesuccess.php">Swansea Employability Academy Awards celebrate success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywelcomesprominentequalityanddiversityexperts.php">Swansea University welcomes prominent equality and diversity experts </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseapsychologistsgiveconfidenceboosttowomenseekinghelpforincontinence.php">Swansea psychologists give confidence boost to women seeking help for incontinence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/glucose-loweringdrugreducesriskforpeoplewithtype2diabetes.php">Glucose-lowering drug reduces risk for people with type 2 diabetes </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitytohosteureferendumeventwhatdoesitmeanforwalesbaycampus17thjune2016.php">Swansea University to host EU Referendum Event; What Does it Mean for Wales? Bay Campus, 17th June 2016. </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityscientiststakepartinantarcticdiscovery.php">Swansea University scientists take part in Antarctic discovery </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitytalkfocusesonequalityanddiversity.php">University talk focuses on equality and diversity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaacademicstofeatureatthetimescheltenhamsciencefestival2016.php">Swansea academics to feature at The Times Cheltenham Science Festival 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaacademicwinsprestigiousprize.php">Swansea academic wins prestigious prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/childrenthatmovehomealotduringtheirfirstyearoflifemayendupinhospitalmoreoftenaswanseauniversitystudysuggests.php">Children that move home a lot during their first year of life may end up in hospital more often, a Swansea University study suggests</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseav-ctochairbritishcouncilwalesadvisorycommittee.php">Swansea V-C to chair British Council Wales advisory committee</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/discoverystudentvolunteeringswanseacelebrateits50thanniversarywithaweekendfulloffun.php">Discovery Student Volunteering Swansea celebrate its 50th anniversary with a weekend full of fun</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/seniorprovice-chancellorcallsforinternationalactiontobetakeninordertoachieveequalopportunitiesforwomeninstemcareers.php">Senior Pro Vice-Chancellor calls for international action to be taken in order to achieve equal opportunities for women in STEM careers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansearesearchidentifiesaphysiologicalpathwaythatmayimpairmentalskillsovertime.php">Swansea research identifies a physiological pathway that may impair mental skills over time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/creativewritinglecturersfirstfeaturefilmpremieresatedinburghinternationalfilmfestival.php">Creative writing lecturer’s first feature film premieres at Edinburgh International Film Festival </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinsprestigiousglobalaward.php">Swansea University wins Prestigious Global Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/leadingsteelmakingexpertawardedforhisexpertise.php">Leading steel making expert awarded for his expertise  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/hafodcoppercentreanddistilleryplangetsfundingboost.php">Hafod copper centre and distillery plan gets funding boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/2016wucrugbysevensteamcompetitiondrawcomingup.php">2016 WUC Rugby Sevens Team Competition Draw coming up</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/noveldiseasecontrolsinaquaculturetodeliverpovertyreduction.php">Novel disease controls in aquaculture to deliver poverty reduction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitypsychologistinvestigatesthetippingpoint.php">Swansea University psychologist investigates the 'Tipping Point'</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityiseducationpartnerofthehayfestival.php">Swansea University is Education Partner of the Hay Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/couldalgaehelpsolveoursocialproblems.php">Could algae help solve our social problems?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newswanseauniversitycourseisfirststepinsolvingnhsworkforcechallenges.php">New Swansea University course is first step in solving NHS workforce challenges</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitybacksoneoftheurddeisteddfodsmostpopularattractions.php">Swansea University backs one of the Urdd Eisteddfod's most popular attractions </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/wildfiremisconceptionsabouttrendsandimpactsrevealedinnewresearch.php">Wildfire: misconceptions about trends and impacts revealed in new research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityleapsuptheguardianuniversityleaguetable.php">University leaps up the Guardian University League Table</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/southernhemisphereteamsconfirmtheywillbattlefortheworldrugby7schampionships.php">Southern Hemisphere teams confirm they will battle for the World rugby 7’s Championships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinsukeducationaward.php">Swansea University wins UK education award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studentsinwalesunawareofeureferendumdateandmanyrisknotbeingabletovotenewpoll.php">Students in Wales unaware of EU referendum date and many risk not being able to vote – new poll</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/relationshipskeytomentalhealthrecoverysaysnewstudy.php">Relationships key to mental health recovery, says new study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/phdresearcheronamissiontosaveorphanedslothsincostarica.php">PhD researcher on a mission to save orphaned sloths in Costa Rica</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/earthcharcollaborationleadstofirstaccreditedbiocharproductachievedintheukmarket.php">EarthChar collaboration leads to first accredited  biochar product achieved in the UK market</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/schoolstakepartinflashbanteratswanseamarket.php">Schools take part in ‘Flash &amp; Banter’ at Swansea Market</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityacademictopresenttowestminstergroup.php">Swansea University academic to present to Westminster group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newbookexploresthechangingexperiencesofmigrantwomenageinginlondon.php">New book explores the Changing Experiences of Migrant Women Ageing in London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/griefisthethingwithfeatherswins30000internationaldylanthomasprizeinpartnershipwithswanseauniversity.php">Grief is the Thing with Feathers wins £30,000 International Dylan Thomas Prize in partnership with Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsstatisticalmodelpredictsswedentowineurovisionagain.php">Scientist's statistical model predicts Sweden to win Eurovision again</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/professionalservicesteamsachievecustomerserviceexcellencestandardagain.php">Professional Services teams achieve  Customer Service Excellence Standard again</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/planningapplicationregisteredforswanseasnew31mworld-classcomputersciencehub.php">Planning application registered for Swansea’s new £31m world-class computer science hub</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/adefiningmomentforwalesuniversityurgespoliticianstoactfasttobackinnovationinsteel.php">A defining moment for Wales: University urges politicians to act fast to back innovation in steel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/welshactorcelynjonestohosttheinternationaldylanthomasprizeawardceremony.php">Welsh actor, Celyn Jones, to host the International Dylan Thomas Prize award ceremony</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/supportfromthebiglotteryhelpsdiscoverystudentvolunteeringswanseacelebrateits50thanniversary.php">Support from the Big Lottery helps Discovery Student Volunteering Swansea celebrate its 50th anniversary </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/experttodonatedylanthomaspaperstobritishlibrary.php">Expert to donate Dylan Thomas papers to British Library </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitycelebrateseuropeday2016.php">Swansea University celebrates Europe Day 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitylaunchesitsnewresearchcentreforbiomathematics.php">Swansea University launches its new research Centre for Biomathematics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academicreceivescrownlectureship.php">Academic receives Crown lectureship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/steelexpertcallsforhelpfrompublictoidentifyphotographs.php">Steel expert calls for help from public to identify photographs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/cooperationaltruismgametheoryandevolution.php">&quot;Cooperation, Altruism, Game Theory and Evolution&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/awardwinningdocumentarytobebroadcast.php">Award winning documentary to be broadcast</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseastudentsprojectmakesnhswalesawardsfinal.php">Swansea student’s project makes NHS Wales Awards final</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseatohost2016wiserdannualconference.php">Swansea to host 2016 WISERD Annual Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchdocumentarydramawinsaward.php">Research documentary drama wins award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitytohost150ftfancydresscharityabseil.php"> University to host 150 ft fancy dress charity abseil   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/improvementscientistpresentsatinternationalforum.php">Improvement Scientist presents at International Forum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/renownedswanseauniversityaerospaceengineeringexperttotalkabouthisengineeringadventure.php">Renowned Swansea University aerospace engineering expert to talk about his engineering adventure </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseastudentslaunchnewgrouptoenhancethebirthexperience.php">Swansea students launch new group to enhance the birth experience</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/award-winningacademicpresentsinaugurallecturelocatingdisabilityinbritainsindustrialrevolution.php">Award-winning academic presents inaugural lecture: 'Locating Disability in Britain's Industrial Revolution'</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityprofessorrecognisedforhisimportantworkonmolecularbiologyandlipidresearch.php">Swansea University Professor recognised for his important work on molecular biology and lipid research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/voteadvicesitelaunchedforwelshelections.php">Vote advice site launched for Welsh elections</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/charitysecuresfreeheartscreeningforyoungpeopleinwales.php">Charity secures free heart screening for young people in Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/medicalschoolsgenderequalityimprovementrecognisedwithathenaswansilveraward.php">Medical School’s gender equality improvement recognised with Athena SWAN Silver Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dylanthomaspoetrymanuscriptstogoonshowforthefirsttimeatswanseauniversity.php"> Dylan Thomas poetry manuscripts to go on show for the first time at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinswhatuniawardforbestcoursesandlecturers.php">Swansea University wins WhatUni award for Best Courses and Lecturers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/furtheraccoladeforswanseaintheukcompleteuniversityguide2017.php">Further accolade for Swansea in the UK Complete University Guide 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studentsunveils16formularacecaratswanseauniversityshowcaseevent.php">Students unveil S16 Formula Race Car at Swansea University showcase event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/comfortableinmyskinswimevent.php">Comfortable in My Skin swim event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/2016odonnelllecture.php">2016 O'Donnell Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swansea16cardiff10rugbyvictoryroundsoff20thvarsity.php">Swansea 16 Cardiff 10 – rugby victory rounds off 20th Varsity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchasartexhibitiongoesonshowatuniversityoftexasaustin.php">Research as Art exhibition goes on show at University of Texas, Austin</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaprofessorselectedfellowsofthelearnedsocietyofwales.php">Swansea Professors elected Fellows of the Learned Society of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/31meuboostforworld-classcomputersciencehubinswansea.php">£31m EU boost for world-class computer science hub in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityspostgraduatestudyinformationevening.php">University’s Postgraduate Study Information Evening</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityssaslettingswinsestaslettingagentsoftheyearwalesvotedbytenants.php">University’s SAS Lettings wins ESTAS Letting Agents of the Year: Wales (voted by Tenants)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaandcardiffstudentsgoheadtoheadin20thwelshvarsity.php">Swansea and Cardiff students go head to head in 20th Welsh Varsity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseastudentamyheadstofamelab2016grandfinal.php">Swansea student Amy heads to FameLab 2016 Grand Final</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseastudentsselectionforfawuefachampionsleaguecardiff2017internshipprogramme.php">Swansea students’ selection for FAW UEFA Champions League ‘Cardiff 2017 Internship Programme’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/whatchildrensayhearingthevoicesofchildrenabouttheirrightsandneeds.php">“What children say: Hearing the voices of children about their rights and needs”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafethescienceofdrwho.php">Science Cafe: The Science of Dr Who</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitycontributestoresearchtotackleobesity.php">Swansea University contributes to research to tackle obesity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theroyknightmemoriallecture19april2016.php">The Roy Knight Memorial Lecture ~ 19 April 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sportandidentityswanseaconferenceexamineswhysportismorethanagame.php">Sport and identity: Swansea conference examines why sport is more than a game</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/motherscallforsocietytotakeactiontoraisebreastfeedingrates.php">Mothers call for society to take action to raise breastfeeding rates</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/meetthecandidatesevent-welshassemblyelection.php">Meet the candidates event - Welsh Assembly election</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitysprofessorofentrepreneurshipreceiveshighesteuropeanaccolade.php">Swansea University’s Professor of Entrepreneurship receives highest European Accolade</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitywinstheaudeestatesandfacilitiesteamoftheyearawardfordevelopmentofbaycampus.php">Swansea University wins the AUDE Estates and Facilities Team of the Year Award for development of Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/partnershipworkingencouragespupilstolearnlanguages.php">Partnership working encourages pupils to learn languages</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityswaterresearchisamongstthetoplistofthemostdownloadedintheinternationaljournaldesalination.php">Swansea University’s water research is amongst the top list of the most downloaded in the international journal Desalination</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/archbishoppaulgallaghertodelivermilestonelectureatswanseauniversitysbaycampus.php">Archbishop Paul Gallagher to deliver milestone lecture at Swansea University’s Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universitylaunchesancientlanguagessummerschool2016.php">University launches ancient languages summer school 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studenttolaunchlisteningserviceforvictimsofsexualassault.php">Student to launch listening service for victims of sexual assault</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dacecommunitylecturethehealingpotentialofsound.php">DACE Community Lecture: The Healing Potential of Sound</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/asignofprogressandambitionswanseauniversitytore-introducechemistrydegrees.php">“A sign of progress and ambition”: Swansea University to re-introduce chemistry degrees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/successforswanseastudentinpwcpitchcompetition.php">Success for Swansea student in PWC pitch competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newstudentteamprepareforzambia2016.php">New student team prepare for Zambia 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/steelhorizonsglobalisingthehistoryofawelshindustry.php">Steel Horizons: globalising the history of a Welsh industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/maesmarchogprimaryschoolvisitswanseauniversityforanatureday.php">Maesmarchog Primary School visit Swansea University for a nature day </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityresearchleadersselectedfornewhealthcaregroup.php">Swansea University research leaders selected for new health care group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityprofessorcontributestoimportantresearchintocombatingfoodpoisoningfromchickenmeat.php">Swansea University Professor contributes to important research into combating food poisoning from chicken meat </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitycyberterrorismresearcherlecturesatnatocentreofexcellence.php">Swansea University Cyberterrorism Researcher Lectures at NATO Centre of Excellence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/masterclassinspiresyoungphysicists.php">Masterclass inspires young physicists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/economyministerpraisesthrivinglifesciencefirmsinswanseauniversitysinstituteoflifescience.php">Economy Minister praises thriving life science firms in Swansea University’s Institute of Life Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/kidsprojectshighlightthehistoryoftheancientworld.php">Kids’ projects highlight the history of the ancient world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/gwladgwladsportmorethanagame-walesfootballmanagertoheadlineswanseaconferenceonsportandidentity.php">‘Gwlad, Gwlad: Sport, More Than a Game’ - Wales football manager to headline Swansea conference on sport and identity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/studentscelebratewomeninmathematics.php">Students Celebrate Women in Mathematics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/surgeonspioneeringinfectionresearchishonouredwithhighestaccolade.php">Surgeon’s pioneering infection research is honoured with “highest accolade&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/baycampushostsbigbangfairsouthwales2016.php">Bay Campus hosts Big Bang Fair South Wales 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/teachersgethands-onwithnewbbcmicrobitattechnocampsworkshop.php">Teachers get hands-on with new BBC micro:bit at Technocamps workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafenewresearchaddressesstressreduction.php">Science Cafe: New research addresses stress reduction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseawelcomesexchangestudentsfromthreetexasuniversities.php">Swansea welcomes exchange students from three Texas universities </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityshowchoircrownedukwinnersinlondonswestend.php">Swansea University Show Choir crowned UK winners in London's West End</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/engineeringsuccessinqsworlduniversityrankingsbysubject.php">Engineering success in QS World University Rankings by Subject</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/judgesagreeunanimouslyontheshortlistforthe2016internationaldylanthomasprize.php">Judges agree unanimously on the Shortlist for the  2016 International Dylan Thomas Prize </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/supersciencesundayahugesuccess.php">‘Super Science’ Sunday a huge success </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/nameofnewswanseavalleywelshcentreannounced.php">Name of new Swansea Valley Welsh centre announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/eventgivespupilsinsightintostudyingclassics.php">Event gives pupils insight into studying Classics  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsdiscoverthereasonbehindextremeglobalcarboncyclesinkevent.php">Scientists discover the reason behind extreme global carbon cycle sink event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/haveswanseauniversityacademicsgotthesolutiontobadmoodsandfeelingstressed.php">Have Swansea University academics got the solution to bad moods and feeling stressed?  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/psychologistsclaimbriefdiscussionofremandnon-remdreamscanprovidepersonalinsights.php">Psychologists claim brief discussion of REM and non-REM dreams can provide personal insights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/alastinglegacyforthebaycampusasiconicgreathallopensitsdoors.php">A lasting legacy for the Bay Campus as iconic Great Hall opens its doors </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityshortlistedforninewhatunistudentchoiceawardsincludinguniversityoftheyear.php">Swansea University shortlisted for nine WhatUni Student Choice Awards, including University of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityentrepreneuramongstfourukstudentstocompeteforglobalaward.php">Swansea University entrepreneur amongst four UK students to compete for global award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseasllmstudentsatthesupremecourtlordclarkejudgesmootfinal.php">Swansea’s LLM students at the Supreme Court: Lord Clarke judges moot final</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/archbishoppaulgallaghertodeliverswanseauniversitys.php">Archbishop Paul Gallagher to deliver Swansea University’s </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/jamescallaghanmemoriallecturescientistslookingoutwards.php">James Callaghan Memorial Lecture: Scientists looking outwards   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/orielscienceuniversitylaunchesnewoutreachproject.php">Oriel Science: University launches new outreach project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityreceivesshareof167millioninvestmentindoctoraltraining.php">Swansea University receives share of £167 million investment in doctoral training</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/hiddengemsofgermancrimefictionrevealed.php">Hidden gems of German crime fiction revealed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/recipeforlocaleconomicsuccessnewgoweronyourplatebookletpublished.php">Recipe for local economic success: New Gower on Your Plate booklet published</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/theologypubliclecturefaithandpolitics.php">Theology Public Lecture: Faith and Politics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/doesbuildingroadsforbikesnotcarsbringmorebenefittoruralafrica.php">Does building roads for bikes, not cars, bring more benefit to rural Africa? </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/updatetheologypubliclectureonmonday7thmarch-changeofspeaker.php">Update: Theology Public Lecture on Monday 7th March - change of speaker</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dacecommunitylectureshakespeareslastyears.php">DACE Community Lecture: Shakespeare’s Last Years</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseapsychologyresearcheramyjenkinswinscardiffregionalfinaloffamelab2016.php">Swansea Psychology researcher Amy Jenkins wins Cardiff Regional Final of FameLab 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/postgraduatestudyopendaysinmarch.php">Postgraduate Study Open Days in March</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/scientistsinswanseafindinternetaddictsmaybeconditionedbywhattheyviewonline.php">Scientists in Swansea find internet addicts may be ‘conditioned’ by what they view online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/visionaryarchhealthpartnershipispartofground-breaking500millionswanseabaycityregionbid.php">Visionary ARCH health partnership is part of ground-breaking £500million Swansea Bay City Region bid</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/internationalwomensday2016inspiringwomen.php">International Women’s Day 2016: Inspiring Women</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/tacklingzikabacteriaasatrojanhorsetofightdisease-bearinginsects.php">Tackling Zika: bacteria as a Trojan horse to fight  disease-bearing insects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newresearchcouldhelptheconservationofseaturtlesintheindianocean.php">New research could help the conservation of sea turtles in the Indian Ocean</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/academicjoinsotherstospeakoutonthecurrentcrisisinbreastfeedingintheuk.php">Academic joins others to speak out on the current crisis in breastfeeding in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/educationministervisitsswanseauniversitysnew450millionbaycampus.php">Education Minister visits Swansea University’s new £450 million Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/strangerthanfiction-theeastgermandopingscam.php">‘STRANGER THAN FICTION? - The East German Doping Scam’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/lumenprizeexhibitionswanseasadventureindigitalarttosupportcreativeindustries.php">Lumen Prize Exhibition: Swansea’s Adventure in Digital Art to support Creative Industries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/lowcarbonenergyswanseaeventboostsexpertcollaboration.php">Low carbon energy: Swansea event boosts expert collaboration </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/aswanseauniversityledstudyexploresconcernsaboutmedicationerrors.php">A Swansea University led study explores concerns about medication errors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newsportsscienceexpertsbringwealthofexpertisetoswanseauniversityresearchteam.php">New sports science experts bring wealth of expertise to Swansea University research team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/firstukconferenceartist-in-residencedigsdeepforinspirationcreatingcontemporaryartworkwithanodtosouthwalesindustrialheritage.php">First UK conference artist-in-residence digs deep for inspiration – creating contemporary artwork with a nod to South Wales’ industrial heritage </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/canariesoftheseaunderthreat.php">Canaries of the sea’ under threat</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/currentunrestamongstjuniordoctorshighlightsstressesontheirmentalhealthnewswanseauniversityunittoaddress.php">Current unrest amongst junior doctors highlights stresses on their mental health – new Swansea University Unit to address</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitychoirtoappearonthewestendstage.php">Swansea University Choir to appear on the West End Stage </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/relationshipskeytomentalhealthrecoverysaysnewstudy-1.php">Relationships key to mental health recovery, says new study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/rscaccreditationforswanseaspostgraduateappliedanalyticalprogramme.php">RSC accreditation for Swansea’s postgraduate Applied Analytical Programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/lgbthistorymonthfebruary2016.php">LGBT History Month: February 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/recentsummertemperaturesineuropearelikelythewarmestofthelasttwomillennia.php">Recent summer temperatures in Europe are likely the warmest of the last two millennia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/sciencecafefuturedebate-roboticsinthefutureofoursociety.php">Science Cafe: &quot;Future Debate&quot; - Robotics in the Future of our Society  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/commemoratingtheholocaustahistory.php">'Commemorating the Holocaust: A History'.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/penclawddtheriseanddeclineofawelshindustrialcentre.php">Penclawdd: The Rise and Decline of a Welsh Industrial Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/microwavednanotubescomeupcleanforusandwelshscientists.php">Microwaved nanotubes come up clean for US and Welsh scientists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/southafricatodaybetrayingorupholdingmandelasvalues.php">South Africa Today: Betraying or Upholding Mandela's Values?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/partnershipwithadmiralbringsnewopportunities.php">Partnership with Admiral brings new opportunities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/egyptcentrephotographingantiquityexhibition6thfebruaryto19thmarch.php">Egypt Centre ‘Photographing Antiquity’ Exhibition  6th February to 19th March.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/physiciststickleanti-atomstofindnewlimitonanti-hydrogenatom.php">Physicists ‘tickle’ anti-atoms to find new limit on anti-hydrogen atom</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitytechnologyacquiredbyhaydalegrapheneindustriesplc.php">Swansea University technology acquired by Haydale Graphene Industries plc</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newresearchinstituteaimsfortopperformanceforwelshsport.php">New research institute aims for top performance for Welsh sport</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/epsrcstrategicadvisorynetworksanrecruitmentexercise2016.php">EPSRC Strategic Advisory Network (SAN) Recruitment Exercise 2016</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/universityhostsvisitwalesanadventureinbigdata.php">University hosts Visit Wales’ An Adventure in Big Data</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/patagoniapenguinsandpioneeringresearchtrackingmarinebiologistwilliamkaycontinueshissuccessfulascentuptheresearchladder.php">Patagonia, penguins, and pioneering research:  Tracking marine biologist William Kay continues his successful ascent up the research ladder</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/royalinstitutiontoexhibitswansearesearchinlondon.php">Royal Institution to exhibit Swansea research in London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newinitiativetoboostdigitalinnovation.php">New initiative to boost digital innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/twogenerationsofswansea-singaporelinks.php">Two generations of Swansea-Singapore links</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/ionleadershipprogramme.php">ION LEADERSHIP PROGRAMME </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/demonicexpertstodescendonswansea.php"> ‘Demonic’ experts to descend on Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseaprofessordeliversinvitednationaladdressontheteachingofeconomics.php">Swansea Professor delivers invited  national address on the teaching of Economics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversityprofessorpicksuphersecondgoldmedal.php">Swansea University Professor picks up her second “ gold” medal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/mariisnamedmidwiferymentoroftheyear.php">Mari is named Midwifery Mentor of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/famelabreturnstoswansea.php">Famelab returns to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/researchersinvitedtolowcarbonenergyevent.php">Researchers invited to Low Carbon Energy event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/welshvarsitycelebrates20thanniversaryinswansea.php">Welsh Varsity celebrates 20th anniversary in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseastudentsuccessawardedprestigiousprize.php">Swansea student success awarded prestigious prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/thecomplexhistoryofwarsgreatestpicture-stpaulsintheblitz.php">The complex history of &quot;War's greatest picture&quot; - St Paul's in the Blitz</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/newmethodtoidentifycelltypesusingartificialintelligence.php">New method to identify cell types using Artificial Intelligence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/dacecommunityeventatouroftheegyptcentre.php">DACE Community Event: A Tour of the Egypt Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/hmtpartnersuniversityintwonewcarehomebasedresearchprojects.php">HMT partners University in two new care home based research projects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/darwinsbreedingpuzzleexplainedbyfish.php">Darwin’s breeding puzzle explained by fish</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/structuredscrutinycouldreducedrugsideeffectsforpeoplewithdementia.php">Structured scrutiny could reduce drug side effects for people with dementia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/oceanspredatorscouldhelpresettheplanetsthermostat.php">Ocean’s predators could help reset the planet’s thermostat</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/swanseauniversitybreaksintotop400inqsworlduniversityrankings.php">Swansea University breaks into top 400 in QS World University Rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2016/walesaheadofthegamewithover10000youngpupilsalreadycodingthankstotechnocamps.php">Wales ahead of the game with over 10,000 young pupils already coding thanks to Technocamps.</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>
