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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="97958">
<meta property="su:last-modified" content="Thu, 26 Sep 2019 14:19:05 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">2014</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/2014/">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">2014</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/2014/swanseauniversitynewresearchprojectwillhelpsaveukforestswoodsandtrees.php">Swansea University new research project will help save UK forests, woods and trees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/stmodwenandswanseauniversityonscheduletodeliver450mbaycampusdevelopment.php">St. Modwen and Swansea University 'on schedule' to deliver £450m Bay Campus Development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/twoswanseauniversityfiguresawardednewyearshonours.php">Two Swansea University figures awarded New Year's Honours</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearcherscelebratescienceins4csnewdibendrawseries.php">Swansea researchers celebrate science in S4C’s new Dibendraw series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/areyouhappywiththat-swanseauniversitylecturerlaunchesbookonrefugeeexperiencesinwalesatlibertystadium.php">Are You Happy With That? - Swansea University lecturer launches book on refugee experiences in Wales at Liberty Stadium</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/festivalofresearchrawopiumdocumentaryscreeningdilemmasofdrugpolicypaneldiscussion.php">Festival of Research: Raw Opium: Documentary Screening &amp; Dilemmas of Drug Policy: Panel Discussion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/healthcareappworkshopstohighlightmarketopportunitiesandstimulateinnovation.php">Healthcare app workshops to highlight market opportunities and stimulate innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/februarydacecommunitylecturebreakingheartsinantiquityanantidotetovalentinesday.php">February DACE Community Lecture: Breaking Hearts in Antiquity – An antidote to Valentine's Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/festivalofresearchswanseauniversitytheologylectureseries.php">Festival of Research: Swansea University Theology Lecture Series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/festivalofresearchpubliclecture-onlinegroomingcommunicativestagesandpaedophileprofiles.php">Festival of Research Public Lecture - Online Grooming: Communicative Stages and Paedophile Profiles‌</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/festivalofresearchpubliclectureamathematicalmeditationonthecircle.php">Festival of Research Public Lecture: A Mathematical Meditation on the Circle </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/growthhacking-thepoweroftech.php">Growth Hacking - The Power of Tech </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencecafewearescientists-orarewescienceandinternationallaw.php">Science Cafe:  “We are scientists&quot; - or are we? Science and international law</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/januarysciencecafeashicemudtephrasandrapidclimatechange.php">January Science Cafe: Ash, Ice, Mud: tephras and rapid climate change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/whatshappeningprofessortoappearonpawbaifarn.php">What’s Happening? Professor to appear on ‘Pawb a’i Farn’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/festivalofresearchpubliclecture-poetryofmemoirtestimonialofafemaleholocaustsurvivor.php">Festival of Research Public Lecture - Poetry of Memoir: Testimonial of a Female Holocaust Survivor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/leadwalesalumnirecognisedinwvcathirdsectorawardscymru2013.php">LEAD Wales Alumni recognised in WVCA Third Sector Awards Cymru 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/launchofthecollegeoflaw.php">Launch of the College of Law</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/designingtomakehealthcaresafer.php">Designing to make Healthcare Safer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/freeadviceonbuildingwebapps.php">Free advice on building web apps</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/animalmagicdeceitandillusioninshakespearesthewinterstale.php">Animal Magic: Deceit and Illusion in Shakespeare’s The Winter’sTale.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentwinsinternshipathousesofparliament.php">Swansea University student wins internship at Houses of Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newdatascienceilswillassemblehealthinformaticsexpertiseunderoneroof.php">New Data Science @ ILS will assemble Health Informatics expertise under one roof</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/energyboost-25millionfundingand40researchpostsfornewswanseacentreoncoatings.php">Energy boost - £2.5 million funding and 40 research posts for new Swansea centre on coatings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/chiefscientificadvisorvisitscampustoseeswansearesearch.php">Chief Scientific Advisor visits campus to see Swansea research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/centrefornanohealthwelcomesnewco-director.php">Centre for NanoHealth welcomes new Co-Director</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thesearchforchampionsbeginsswansea2014volunteeringprogrammelaunchesjanuary2014.php">The search for ‘Champions’ begins! Swansea 2014 volunteering programme launches January 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thefourthparadigmparticlephysicsastronomyjimgrayandopenaccessspecialcolloquiumprofessortonyhey-microsoftresearchconnections.php">The Fourth Paradigm: Particle Physics, Astronomy, Jim Gray and Open Access: Special Colloquium: Professor Tony Hey - Microsoft Research Connections </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitywelcomesunitedarabemiratesembassyambassador.php">University welcomes United Arab Emirates Embassy Ambassador</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/scotlandwalescataloniaquebeclegalidentitiesinevolvingnations.php">Scotland, Wales, Catalonia, Quebec:  legal identities in evolving nations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/headofroyalcollegelaunchesskillspassportforstudentmidwives.php">Head of Royal College launches skills passport for student midwives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/businessleadersandgovernmentrepresentativeslaunchswanseauniversityschoolofmanagementworkplacementschemes.php">Business leaders and government representatives launch Swansea University School of Management work placement schemes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitypraisedforpioneeringhelpforstudents.php">Swansea University praised for pioneering help for students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/teachersinwalesgetheadstarttrainingongcsecomputingcurriculum.php">Teachers in Wales get head start training on GCSE Computing Curriculum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/outstandingswanseanursingandmidwiferystudentsshortlistedfornationalaward.php">Outstanding Swansea nursing and midwifery students shortlisted for national award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/2014ipcathleticseuropeanchampionships200daystogomarkedwiththelaunchofthechampionsprogramme.php">2014 IPC Athletics European Championships: 200 days to go marked with the launch of the ‘Champions’ programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityfestivalinvitesyoutodiscovertheworld-classresearchhappeningonyourdoorstep.php">University festival invites you to discover the world-class research happening on your doorstep </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityrepresentativeswillbeflyingtheuniversityandwalesflagsthisweekend.php">Swansea University representatives will be flying the University and Wales flags this weekend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitymournsoneofwalessfinestwriters.php">University mourns one of Wales's finest writers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/biowaleslifescienceseventtoshowcaseswansearesearch.php">BioWales life sciences event to showcase Swansea research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycelebratesinternationalwomensday2014.php">Swansea University celebrates International Women’s Day 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseashealthinformaticsteamdevelopopenuniversitymoduledesignedfornhsemployees.php">Swansea’s Health Informatics team develop Open University module designed for NHS employees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/peterspie-mobileservesuptastytreatstoswanseastudents.php">Peter's Pie-mobile serves up tasty treats to Swansea students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/academyddionabertawendodagarbenigwyrybydaryrachosmwyafcyffredinowenwynbwydbacterolateigilydd.php">Academyddion Abertawe'n dod ag arbenigwyr y byd ar yr achos mwyaf cyffredin o wenwyn bwyd bacterol at ei gilydd</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/stilltimetosignupfor360marina5kmruninmarch.php">Still time to sign up for 360 Marina 5km run in March</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/leadwalespreviewevents.php">LEAD Wales Preview Events</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/centrefornanohealthconductsall-daydentistryevent.php">Centre for NanoHealth conducts all-day Dentistry Event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theologypubliclecturedisabledchurchdisabledsociety.php">Theology Public Lecture: ‘Disabled Church – Disabled Society’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/isyourworkplaceworkingforyou.php">Is Your Workplace Working For You?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycelebratessustainabilitymonth.php">Swansea University celebrates sustainability month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bonnietylerandgwaliachoirhelpusmarkstdavidsday.php">Bonnie Tyler and Gwalia Choir help us mark St. David’s Day </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitymodelstudentselectedforunitednationsconference.php"> Swansea University ‘Model’ student selected for United Nations conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/43millionboostforpioneeringhealthresearchcentre.php">£4.3 million boost for pioneering health research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/recordplacementsforlawandcriminologyworkplacementsscheme.php">Record placements for Law and Criminology work placements scheme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/baycampusdisplayvisitsporttalbotciviccentre.php">Bay Campus display visits Port Talbot Civic Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newapproachtodevelopingmembranetechnologyrecognisedbyicheme.php">New approach to developing membrane technology recognised by IChemE</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/leadingbusinessgrowthbreakfastevents.php">Leading Business Growth Breakfast Events </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseagoestolondontolaunchworkplacements.php">Swansea goes to London to launch work placements! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityswimmersperformwellinadvanceofcommonwealthtrials.php">Swansea University swimmers perform well in advance of Commonwealth trials  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitymentalwealthsocietylendahelpinghandforworldmentalhealthday.php">Swansea University Mental Wealth Society lend a Helping Hand for World Mental Health Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencecafehigh-techingreenland-glimpsethefutureofthegreenlandicesheet.php">Science Cafe: High-tech in Greenland - glimpse the future of the Greenland ice sheet</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/neardeathexperiencesandanewunderstandingofconsciousness.php">Near Death Experiences and a New Understanding of Consciousness?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/eventwalessculturallifehasbeenenrichedbyeuropeanimmigrants.php">Event: Wales’s cultural life has been enriched by European immigrants</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/businessfinancethebasics.php">Business Finance – the basics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysresearchinstituteforartsandhumanitiesriahtolaunchlibraryofwalesstoryiandstoryiianthologies.php">Swansea University’s Research Institute for Arts and Humanities (RIAH) to launch Library of Wales Story I and Story II anthologies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitylaunchhorizon2020.php">Swansea University Launch Horizon 2020</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/digitisationpreservesthepast.php">Digitisation preserves the past</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/stmodwentoredevelophendrefoilan.php">St Modwen to redevelop Hendrefoilan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/therealmonumentsmenswanseaexperttellsstorybehindnewgeorgeclooneyfilm.php">The real Monuments Men – Swansea expert tells story behind new George Clooney film</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/vicechancellortellsglobalaudiencehowbusinessuniversitiesandgovernmentsmustworktogether.php">Vice Chancellor tells global audience how business, universities and governments must work together</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/englishliteratureprofessorleadsdylanliveperformanceacrosswales.php">English Literature professor leads Dylan Live performance across Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/alumnusprofessorlynevanswinsinauguralstdavidsawardforinnovationandtechnology.php">Alumnus Professor Lyn Evans wins inaugural St Davids Award for Innovation and Technology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityresearchersrecruitseaweedinfightagainstinfection.php">Swansea University researchers recruit seaweed in fight against infection</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/professorsprestigiousfive-yearwolfsonresearchmeritaward.php">Professor’s prestigious five-year Wolfson Research Merit Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/twoamigossouthamericancryathlonchallengeinaidofheartcharity.php">Two amigos’ South American CRYathlon challenge in aid of heart charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ministerhailssupportforitwalescradletothegreatevent.php">Minister hails support for IT Wales ‘cradle to the great’ event. </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/colegcymraegcenedlaetholsannualcongregationhonoursbilinguallawstudent.php">Coleg Cymraeg Cenedlaethol’s Annual Congregation honours bilingual law student</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/undermilkwoodanopera.php">Under Milk Wood: an opera</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/dylanthomasexperttospeakatcheltenhampoetryfestival.php">Dylan Thomas expert to speak at Cheltenham Poetry Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/leadingsercymruengineeringresearcherhailsswanseaprogress.php">Leading Ser Cymru engineering researcher hails Swansea progress </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/battleofbrainsandbrawnaswelshvarsityboxing2014comestoswansea.php">Battle of brains and brawn as Welsh Varsity Boxing 2014 comes to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/readysteadyrowswanseapoisedfortheninthwelshvarsityboatrace.php">Ready, steady – row! Swansea poised for the ninth Welsh Varsity Boat Race</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/varsitysquadunveiled.php">Varsity squad unveiled</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityunveilsvarsitysponsor.php">Swansea University unveils Varsity sponsor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/frommorristontomityanasavinglivesanddeliveringbabiesinthewarzone.php">From Morriston to Mityana – saving lives and delivering babies in the war zone</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/politicsidentitiesnationalismscatalanexpertstospeakatswanseaconference.php">Politics, identities, nationalisms: Catalan experts to speak at Swansea conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/inaugurala-stempostgraduateconference.php">Inaugural A-STEM Postgraduate Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityhistoriansadviseonmajorbbcseries.php">University historians advise on major BBC series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchshowsthatconservationofseagrassinindonesiaprotectsfisheriesfoodandimportantexports.php">Research shows that conservation of seagrass in Indonesia protects fisheries, food and important exports </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/vicepresidentoftheeuropeaninvestmentbankvisitsswanseauniversitysnewbaycampus.php"> Vice President of the European Investment Bank visits Swansea University’s new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/drfflurdafyddswelsh-languagenoveltobeadaptedforthebigscreen.php">Dr Fflur Dafydd’s Welsh-language novel to be adapted for the big screen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/collaborationagreementsignedwithgehealthcare.php">Collaboration agreement signed with GE Healthcare</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/financeministerseeshowneweu-backedswanseauniversitycampusisboostingjobsandgrowth.php">Finance Minister sees how new EU-backed Swansea University campus is boosting jobs and growth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaacademicsbringtogetherworldexpertsonmostcommoncauseofbacterialfoodpoisoning.php">Swansea academics bring together world experts on most common cause of bacterial food poisoning</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitywillbehostingthebritishorienteeringfederationsprintchampionships.php">Swansea University will be hosting the British Orienteering Federation Sprint Championships.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/askascientistmaterialsresearchercontributestoscienceuncoveredmagazine.php">Ask a Scientist: Materials researcher contributes to Science Uncovered Magazine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/internationaldylanthomasprizelaunchedatcentenaryeventinnewyork.php">International Dylan Thomas Prize launched at centenary event in New York</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/afterschoolclubgettingyoungsterscoding.php">After school club getting youngsters coding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencecafetuberculosisepidemiology.php">Science Cafe: Tuberculosis epidemiology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thesearchforchampionsdeadlinefastapproaches.php">The search for ‘Champions’ deadline fast approaches</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/inspiringseniorbusinessleadersfromcbifullofpraisefornewbaycampus.php">“Inspiring” – senior business leaders from CBI full of praise for new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/beaconprojectwinstopeuropeanaward.php">BEACON project wins top European award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityengineeringstudentshowshesworthhissalt.php">Swansea University engineering student shows he’s worth his salt  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ticketsgoonsaleforwalesbiggesteverpara-athleticsevent.php">Tickets go on sale for Wales’ biggest ever  para-athletics event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityexcelsincovetedhighereducationawards.php">Swansea University excels in coveted higher education awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ticketsgoonsaleforwalesbiggesteverpara-athleticsevent-1.php">Tickets go on sale for Wales’ biggest ever  para-athletics event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/collegeofhumanandhealthsciencesshortlistedfortwostudentnursingtimesawards.php"> College of Human and Health Sciences shortlisted for  two Student Nursing Times Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theatreroyalbathlecturedateforuniversitysworldauthorityondylanthomas.php">Theatre Royal Bath lecture date for  University’s world authority on Dylan Thomas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitylecturerlaunchesfirstcollectionofpoems.php">Swansea University lecturer launches first collection of poems</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/internationalexperttakescentrestageinbbcdylanthomascentenarybroadcasts.php">International expert takes centre stage in  BBC Dylan Thomas centenary broadcasts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fromflorencetoblaenavon-heritageplacementsschemeopenforapplications.php">From Florence to Blaenavon - heritage placements scheme open for applications</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fromswanseauniversitytothesilverscreen.php">From Swansea University to the silver screen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/professoredithhall-betweenthepartyandtheivorytowerclassicsandbritishcommunisminthe1930s.php">Professor Edith Hall - “Between the Party and the Ivory Tower: Classics and British Communism in the 1930s”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitymedicalteamshortlistedforthebmjawards2014.php">Swansea University medical team shortlisted for The BMJ Awards 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/financewalesoffersgreatersupportforswansea-basedtechnologyventuresthroughnewstrategicagreementwithswanseauniversity.php">Finance Wales offers greater support for Swansea-based technology ventures through new strategic agreement with Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theologypubliclectureageingandspirituality.php">Theology Public Lecture: ‘Ageing and Spirituality’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/prestigiousdylanthomasprizelaunchedatwalesoffice.php">Prestigious Dylan Thomas prize  launched at Wales Office</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentchosenforprestigioussportworkshop.php">Swansea University student chosen for prestigious sport workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysinnovativeappshortlistedforwelshgovernmenthealthawards.php">Swansea University’s innovative app shortlisted for  Welsh Government health awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseascientistsmodelpredictsswedentowineurovision2014andprobablyatop10placefortheuk.php">Swansea scientist's model predicts Sweden to win Eurovision 2014 – and “probably” a top 10 place for the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudentandfootballertakesstarringroleonspanishtv.php">Swansea student and footballer takes starring role on Spanish TV</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/smeleadershipdevelopmentprogrammereportsonjobsboost.php">SME leadership development programme reports on jobs boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/inspiringtomorrowsinnovators.php">“Inspiring Tomorrow’s Innovators”  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/facetofacewiththemiddleagesfreepubliclecturedeliveredbyprofessorpatriciaskinner.php"> Face to Face with the Middle Ages – free public lecture delivered by Professor Patricia Skinner</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/scandinaviancrimefictionswanseaexperthelpsjudgeinternationalcompetition.php"> Scandinavian crime fiction – Swansea expert helps judge international competition </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityhealthsciencelecturernamedprincipalfellowofthehighereducationacademy.php">Swansea University Health Science Lecturer named Principal Fellow of the Higher Education Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/whychristianitymakessensecslewisandthemeaningoflife.php">&quot;Why Christianity Makes Sense: C.S. Lewis and the Meaning of Life&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaarefirstuniversityarchivesinuktomeetgoldstandard.php">Swansea are first university archives in UK to meet gold standard</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysegyptcentrepraisedforpromotingsocialjusticeinwales.php">Swansea University’s Egypt Centre praised for ‘promoting social justice  in Wales’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/neathporttalbotvisitorsgiventourofbaycampus.php">Neath Port Talbot visitors given tour of Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thematicforumondevelopingentrepreneurialuniversities.php">Thematic Forum on Developing Entrepreneurial Universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/awardwinningswanseauniversitytohostsustainabilityworkshopat2014hayfestival.php">Award winning Swansea University to host sustainability workshop  at 2014 Hay Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/studentcommendedforbravery.php">Student commended for bravery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycontinuestoexcelinqsworldsubjectrankings.php">Swansea University continues to excel in QS world subject rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/educationandthebrainwhatcanneurosciencetellusabouthowandwhywelearn.php">Education and the Brain – what can neuroscience tell us about how and why we learn?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/reportintosuicidesinyoungpeopleinwalespublished.php">Report into suicides in young people in Wales published</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/25increaseinapplicationstoswanseauniversitycomparedto4nationalaverage.php">25% increase in applications to Swansea University, compared to 4% national average </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/tomorrowssurgeonstakeheartathands-onswanseatraininglab.php">Tomorrow’s surgeons take heart at hands-on Swansea training lab </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sixstudentswinplacementstola.php">Six students win placements to LA</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/s4cstartakescentrestageattheopeningofswanseauniversityssciencepavilion.php">S4C star takes centre stage at the opening of Swansea University’s science pavilion </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fromswanseauniversitytothesilverscreen-1.php"> From Swansea University to the silver screen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fourpupilsawardedscholarshipstostudysubjectsthroughthemediumofwelshatswanseauniversity.php">Four pupils awarded scholarships to study subjects  through the medium of Welsh at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycentrefornanohealthsensorsinhealthcareevent.php">Swansea University Centre for NanoHealth 'Sensors in Healthcare' event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/eurovis201416thannualvisualisationgatheringatswanseauniversity.php">EuroVis 2014 – 16th annual visualisation gathering at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/wheneverythingsconnectedandbigdatabecomesreallyreallybigswanseauniversityhpresearchlabscausadeliveringasmartcampus.php">'When Everything’s Connected... And Big Data becomes Really, Really Big' Swansea University – HP research labs, CA, USA delivering a smart campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitybuildingpartnershipwithtoptexanuniversity.php">Swansea University building partnership with top Texan University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sptstechnologiespresentsswanseauniversitywith600kgift.php">SPTS Technologies presents Swansea University with £600K gift</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/farrinstituteatswanseauniversitydeploysclinithinksclixtoimproveclinicalanalyticsforpopulationhealth.php">Farr Institute at Swansea University deploys Clinithink’s CLiX to improve clinical analytics for population health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaprofessorrecognisedforhelpingtotrainthenextgenerationofdoctors.php">Swansea professor recognised for helping to train the next generation of doctors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityisfinalistinnhswalesawards.php">Swansea University is finalist in NHS Wales Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/supersonicofficemilestonereachedasbloodhoundssccockpitunveiled.php">Supersonic office: milestone reached as BLOODHOUND SSC cockpit unveiled</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/wiserd2014annualconference.php">WISERD 2014 Annual Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/giveitagoswanseauniversityhostsresidentialcourseforwelshsecondlanguagepupils.php">Give it a Go: Swansea University hosts residential course for Welsh second language pupils</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysinnovativeappdevelopedtosupportandroiddevices.php">Swansea University’s innovative app developed to support Android devices</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/midwiferystudenthonouredbycavellnursestrustscholarshipaward.php">Midwifery student honoured by Cavell Nurses’ Trust Scholarship Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/physicsprofessorelectedtocouncilofthelearnedsocietyofwales.php">Physics Professor elected to Council of the Learned Society of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysymposiumexploresconcernsabouttheuseoftheinternetbyterrorists.php">Swansea University symposium explores concerns about the use of  the internet by terrorists </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/delegatesfromacrosseuropetovisitswanseauniversity.php"> Delegates from across Europe to visit Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencefromasandysoapboxatswansea.php">Science from a sandy soapbox at Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/pupilsgetatasteofroboticsattechnocampscompetition.php">Pupils get a taste of robotics at Technocamps competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudentsandstafftobenefitfromsantanderagreement.php">Swansea students and staff to benefit from Santander agreement  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentsimpresssirterrymatthewsatdigital2014softwarealliancewalesnameswinneroflivehackathon.php">Swansea University Students Impress Sir Terry Matthews at Digital 2014 Software Alliance Wales’ names winner of live Hackathon</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityandxenospartnershipcreates18spin-outs.php">Swansea University and xénos partnership creates 18 spin-outs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newpartnershipaimstoimproveregionshealthcare.php">New partnership aims to improve region’s health care</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welshgovernmentministerlauncheskeycollegeuniversityskillspartnership.php"> Welsh Government Minister launches key College University Skills Partnership  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentawardedprestigiousprizebythephysiologicalsociety.php"> Swansea University student awarded prestigious prize by the Physiological Society  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/queensawardforvoluntaryservicefordiscoverystudentvolunteergroup.php">Queen’s Award for Voluntary Service for Discovery Student Volunteer Group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/queensawardforvoluntaryservicefordiscoverystudentvolunteergroup.php">Queen’s Award for Voluntary Service for Discovery Student Volunteer Group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityrheologyexpertreceivesaccoladeatbritishsocietyofrheologyandinstituteofnon-newtonianfluidmechanicsinternationalconference.php">Swansea University Rheology expert receives accolade at  British Society of Rheology and Institute of Non-Newtonian Fluid Mechanics International Conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansea2014tomark100daystogo.php">Swansea 2014 to mark 100 days to go </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaedgeoutcardifftoretainvarsityrugbycrown.php">Swansea edge out Cardiff to retain Varsity rugby crown</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/cuswanseathefutureofthelowerswanseavalleyspast.php">Cu @ Swansea: The future of the lower Swansea Valley’s past</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/dacecommunitylecturetheweedsyouwalkon.php">DACE Community Lecture: The Weeds You Walk On</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/computerscienceinactionstudentprojectdemonstrationfair2014.php">Computer Science in Action: Student Project Demonstration Fair 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/enalgaeprogrammeforalgaeevent2014inhamburgannounced.php">EnAlgae: Programme for Algae Event 2014 in Hamburg announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/advancedprintingandcoatingnetworkresearchmeeting.php">Advanced Printing and Coating Network Research Meeting</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/volcanoesequationsandmaggotssoapboxscientistssettohitswansea.php">Volcanoes, equations and maggots: Soapbox Scientists set to hit Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/workshopexploringinnovationsinbothprintandelectronicmedia.php">Workshop exploring innovations in both print and electronic media</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/secrecyandarchives-freepubliclecturebyhistorianandjournalistlordhennessy.php">Secrecy and archives - free public lecture by historian and journalist Lord Hennessy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nextgenerationofitstarsgatheratprojectfair.php">Next generation of IT stars gather at Project Fair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/cheltenhamsciencefestivalshowcaseforswansearesearchers.php">Cheltenham Science Festival showcase for Swansea researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/openingofnewpilotmanufacturingresourcecentrebringsbuildingsaspowerstationsonestepcloser.php">Opening of new Pilot Manufacturing Resource Centre brings ‘Buildings as Power Stations’ one step closer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/doublesuccessfordacestudentsinswansealearnerawards2014.php">Double success for DACE students in Swansea Learner Awards 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/uniquemedaldesignunveiledtomark50daystothestartofswansea2014.php">Unique medal design unveiled to mark 50 days to the start of Swansea 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitycelebratesoutstandingimpactofresearch.php">University celebrates outstanding impact of research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/highpraiseforundermilkwoodopera.php">High praise for Under Milk Wood opera</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/highpraiseforundermilkwoodopera.php">High praise for Under Milk Wood opera</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/professormelaniejasper.php">Professor Melanie Jasper</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/eminentprofessorandauthortochairimportantinternationalconference.php"> Eminent Professor and author to Chair important international conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/egyptcentreandcomputersciencedepartmentcollaboration.php">Egypt Centre and Computer Science Department collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitybecomeslatestbodytoawardukmedicaldegrees.php">Swansea University becomes latest body to award UK medical degrees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitybecomeslatestbodytoawardukmedicaldegrees.php">Swansea University becomes latest body to award UK medical degrees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitysignsmouwithuniversityofthethirdage.php">University signs MOU with University of the Third Age</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/texasamstudentexchangeprogrammesuccesscontinues.php">Texas A&amp;M student exchange programme success continues</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ministerannounces76000forsteelarchiveresearch.php">Minister announces £76,000 for steel archive research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseascientistspioneersearchfortechnology-basedsolutiontodiagnosecopddisease.php">Swansea scientists pioneer search for technology-based solution to diagnose COPD disease</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/recordbreakingincreasesinstudentapplicationstoswanseauniversityschoolofmanagement.php">Record breaking increases in student applications to Swansea University School of Management</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseacateringteamssuccessinthespotlight.php">Swansea catering team’s success in the spotlight</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/dylanthomasinchineseswanseaspoettobetranslatedintoworldsmostwidely-spokenlanguage.php">Dylan Thomas in Chinese: Swansea’s poet to be translated into world’s most widely-spoken language</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/honoraryprofessorappointmentforsingletonsheadofnuclearmedicine.php">Honorary professor appointment for Singleton’s Head of Nuclear Medicine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/europeday2014-newbeginnings.php">Europe Day 2014 - New Beginnings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/europeanelection-websitewillhelpvotersfeelmoreinformed.php">European election - website will help voters feel more informed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/oldclydach-historianshelpgatheracommunitysmemories.php">Old Clydach - historians help gather a community's memories </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ground-breakingresearchcentresettorevolutioniseasthmacarefor54mpeople.php">Ground-breaking research Centre set to revolutionise asthma care for 5.4m people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaisthehubforwalesinternationalfestivalofentrepreneurship.php">Swansea is the hub for Wales International Festival of Entrepreneurship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseabloodclottingresearchteamgets12milliongrantboost.php">Swansea blood clotting research team gets £1.2 million grant boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysinnovativehealthcareappscoopswelshgovernmentaward.php">Swansea University’s innovative healthcare app scoops  Welsh Government award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/successfordacestudentinneathporttalbotlearnerawards2014.php">Success for DACE student in Neath Port Talbot Learner Awards 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitygivesgo-aheadforfurther50mphaseofstudentaccommodationandfacilitiesatthenewbaycampus.php">Swansea University gives go-ahead for further £50m phase of Student Accommodation and facilities at the new bay campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityatthenationaleisteddfodofwalescarmarthenshire2014.php">Swansea University at the National Eisteddfod of Wales Carmarthenshire 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/doublesuccessforswanseauniversityacademicsatwalesbookoftheyearawards.php">Double success for Swansea University academics at Wales Book of the Year awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/secretaryofstateforwalesvisitsnewuniversitycampus.php">Secretary of State for Wales visits new University Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bacteriamaggotsandflyinganimalssoapboxscientistssettohitswansea.php">Bacteria, maggots and flying animals: Soapbox Scientists set to hit Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/s4cstartakescentrestageatswanseauniversityssciencepavilion.php">S4C star takes centre stage at  Swansea University’s science pavilion </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/howwalespioneeredchildrensrightsrhodrimorgantellsthestoryintexaslecture.php">How Wales pioneered children’s rights – Rhodri Morgan tells the story in Texas lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/novelseagrassrestorationcouldreversemarinebiodiversitydeclineintheuk.php">Novel seagrass restoration could reverse marine biodiversity decline in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fundingboostbringswelsh-developedhi-techdiabetesaidastepclosertoreality.php">Funding boost brings Welsh-developed hi-tech diabetes aid a step closer to reality</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityscientistslookattheeffectsofoceanacidificationonseabass.php">Swansea University scientists look at the effects of ocean acidification on sea bass</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearchersshare36millionofepsrcfundingtoinvestigatehowlightcanbeusedinmanufacturing.php">Swansea researchers share £3.6million of EPSRC funding to investigate how light can be used in manufacturing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newswanseabiochemistryresearchfindingsmayhelpfuturefightagainstcancers.php">New Swansea biochemistry research findings may help future fight against cancers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitygainsfundingtostudytheimpactofageinginindia.php">Swansea University gains funding to study the impact of ageing in India</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/psychologyexperimentfindsreligiouspeoplehallucinatemoreinreligiouscontexts.php">Psychology experiment finds religious people hallucinate more in religious contexts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/combatingbadbugs-85millionawardforswansea-ledteamtoanalysegeneticcodeofbacteria.php">Combating bad bugs - £8.5 million award for Swansea-led team to analyse genetic code of bacteria</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theamazonandclimatechange-swansearesearchwithnasa.php">The Amazon and climate change - Swansea research with NASA</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newresearchsuggestsearlyparentingroutinesmayharmbreastfeeding.php">New research suggests early parenting routines may harm breastfeeding </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/almostwinninghownearmissesforgamblersfireoffawinresponseinthebrain.php">‘Almost winning’: how near misses for gamblers fire off a ‘win’ response in the brain</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/publicinvolvementinemergencycareresearchswanseateamcommended.php">Public involvement in emergency care research – Swansea team commended</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/majordonationgiventouniversityshistoryofcomputingcollection.php">Major donation given to University’s History of Computing Collection</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theamazonandclimatechange-swansearesearchwithnasa-1.php">The Amazon and climate change - Swansea research with NASA  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearchhelpingtofighttheriseoftheappattackers.php">Swansea research helping to fight the rise of the app attackers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/majorgranthelpsshinealightonsolarresearch.php">Major grant helps shine a light on solar research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newresearchhighlightslinkbetweenmothersrestrictiveeatingbehaviourandformulause.php">New research highlights link between mothers’ restrictive eating behaviour and formula use</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/obesityinpregnancyincreasesnhscostsby37.php">Obesity in pregnancy increases NHS costs by 37%</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitypioneerdiyanalysisofbloodsamplesdevice.php">Swansea University pioneer ‘DIY’ analysis of blood samples device</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/new21mnetworkstoboostworld-classscientificresearchinwales.php">New £21m networks to boost world-class scientific research in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/unstuckindenialovercannabisregulation-whiletheglobaldrugcontrolregimereachesmomentoftruth.php">UN stuck in denial over cannabis regulation - while the global drug control regime reaches moment of truth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bloodhoundteampredicttheimpactofthe1000mphsupersoniccaronthedesertsurfaceduringlandspeedrecordattempt.php">BLOODHOUND team predict the impact of the 1,000 mph supersonic car on the desert surface during Land Speed Record attempt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newsurveyoffathersattitudestobreastfeeding.php">New survey of fathers' attitudes to breastfeeding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/majorresearchidentifiescompaniesforpotentialalternativeinvestmentmarketinvestorstoexplore.php">Major research identifies companies for potential Alternative Investment Market Investors to explore</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/walestakesaleadinresearchingcivilsociety.php">Wales takes a lead in researching Civil Society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newresearchrevealsgenemutationlinkstoepilepsyandlearningdisabilitiesinchildren.php">New research reveals gene mutation links to epilepsy and learning disabilities in children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/internationalpublicationrecognisesnurse-ledmedicinesmonitoringstudywhichimprovespatientcare.php">International publication recognises nurse-led medicines’ monitoring study which improves patient care</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/stayingactivewhenpregnantincreaseschancesofanormalbirth.php">Staying active when pregnant increases chances of a normal birth </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/depressionaskingtherightquestionspartnership.php">Depression: Asking the Right Questions partnership</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thefutureofseaturtlesinawarmingworld.php">The future of sea turtles in a warming world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/hpworkswithswanseauniversitytobuildsustainablecities.php">HP works with Swansea University to build sustainable cities </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/competitionhotsupforgoldmedalswithswansea2014ipcathleticseurosscheduleannounced.php">Competition hots up for gold medals with Swansea2014 IPC Athletics Euros schedule announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitylecturerinfundraisingswimforpoetnigeljenkins.php">Swansea University lecturer in fundraising swim for poet Nigel Jenkins</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/talkingsexwithobjectsfromthepast-freetalk.php">Talking sex with objects from the past - free talk    </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycharitychampionawardedmbe.php">Swansea University charity champion awarded MBE</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/irishministerwelcomesswansea-irelandcollaborationonnanohealth.php">Irish Minister welcomes Swansea-Ireland collaboration on nanohealth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/chairedbardanduniversityprofessorexplorescarmarthenshirespoetictradition.php">Chaired Bard and University Professor explores Carmarthenshire’s poetic tradition </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/studentscholarshipsfundtexasstudytrip.php">Student scholarships fund Texas study trip</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/hospitalsaturdayfundsupportsswanseauniversityscollegeofmedicineelectivestudents.php">Hospital Saturday Fund supports Swansea University’s  College of Medicine elective students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityparticipatesinwalesfestivalofinnovation.php">Swansea University participates in Wales Festival of Innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welsh-mediummodernlanguagessummerschool.php">Welsh-medium Modern Languages Summer School </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/reallyusefulcomputerknowledgeruckworkshopstoupskillukssoftwaredevelopmentindustry.php">Really Useful Computer Knowledge: RUCK workshops to upskill UK’s software development industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentsexcelinselectionforthecommonwealthgames.php">Swansea University students excel in selection for the Commonwealth Games</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/hamburgconferenceandalgaeeventhailedasuccess.php">Hamburg conference and Algae event hailed a success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thetimemachinethecoffininancientegypt.php">The Time Machine: The Coffin in Ancient Egypt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/teacherssettoshowcasetheircomputersciencetalentattechnocampsteachersconference.php">Teachers set to showcase their Computer Science talent at Technocamps Teachers Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/texaslecturersharesstorytellingknowledge.php">Texas lecturer shares storytelling knowledge </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysschoolofmanagementsponsorsthebotswananationalrugbyteam.php"> Swansea University’s School of Management sponsors the Botswana national rugby team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/collaborationstrengthenedwithswanseavisitbyhpresearchlabsdramipshah.php">Collaboration strengthened with Swansea visit by HP research labs’ Dr Amip Shah</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bridgingthegapsgymstudygroupannounceswinningparticipant.php">Bridging the Gaps gym study group announces winning participant</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/cernexperimenttakesonestepclosertodiscoveringwherealltheantimatterwent.php">CERN Experiment takes one step closer to discovering where all the antimatter went </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newresearchrevealsthatsociablefemalemacaquesarelessstressed.php">New research reveals that sociable female macaques are less stressed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/prairiesoftheseaaregloballyunderthreattheirimportancetohumanityneedstoberecognised.php">Prairies of the sea are globally under threat; their importance to humanity needs to be recognised</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityteamsupwiththeworldslargestgroupofparticipantsindementiasresearch.php">Swansea University teams up with the world’s largest group of participants in dementias research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/zooplanktonresearchrevealsfullerpictureofchangesinouroceans.php">Zooplankton research reveals fuller picture of changes in our oceans </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nercplanetearthmycologyagainstmalaria-theresearchofprofessortariqbuttcollegeofscience.php">NERC Planet Earth: Mycology against malaria - the research of Professor Tariq Butt, College of Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitybuildingstrongerlinkswithlonestarstate.php">Swansea University building stronger links with Lone Star state</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/studentsvoteswanseauniversityoverallbestuniversityintheukinstudentchoiceawards2014.php">Students vote Swansea University Overall Best University in the UK in Student Choice Awards 2014  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/furtheraccoladeforswanseainannualtimeshighereducationstudentexperiencesurvey.php">Further accolade for Swansea in annual Times Higher Education Student Experience Survey</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/walesindiaandtheworld-tishanidoshijoinsjudgesforinternationaldylanthomasprize.php">Wales, India and the world - Tishani Doshi joins judges for International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysignsuptoprojecttotacklebingedrinking.php">Swansea University signs up to project to tackle binge drinking </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/e-healthchallengeaimingtoempowerpatientsandprofessionals.php">E-health challenge aiming to empower patients and professionals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/localpeopleenjoyatasteofgermanatfreeeventandfilm.php">Local people enjoy a taste of German at free event and film</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/latinainhortolatincoursesforthepublicinsingletonpark.php">Latina in Horto – Latin courses for the public in Singleton Park</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityscoopsatriplewhammyinlearningfestivalawards.php">Swansea University scoops a triple “whammy” in Learning Festival Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/gbniteamannouncedforswansea2014ipcathleticseuropeanchamps.php">GB &amp; NI TEAM ANNOUNCED FOR SWANSEA2014 IPC ATHLETICS EUROPEAN CHAMPS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseacityreachesfulltimeonfanengagementprojectwithswanseauniversitystudents.php">Swansea City Reaches Full Time on Fan Engagement Project with Swansea University Students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/historyfestivaldrawsthousandstohafod-morfacopperworks.php">History Festival draws thousands to Hafod-Morfa copperworks</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/guardianguideputsswanseaintop20forwiderangeofsubjects.php">Guardian Guide puts Swansea in top 20 for wide range of subjects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitywinscovetededucationaward.php">Swansea University Wins Coveted Education Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/astuteprojectshowcasesitssupportforwelshmanufacturing.php">ASTUTE project showcases its support for Welsh manufacturing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentssettostarinitv2documentaryseries.php">Swansea University students set to star in ITV2 documentary series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/civilengineeringstudentsvisitswanseauniversitysnewbaycampussite.php">Civil Engineering students visit Swansea University's new Bay Campus site</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/shortlisttobeannouncedforinternationaldylanthomasprize2014.php">Shortlist to be announced for International Dylan Thomas Prize 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityhostsinternationaldylanthomascentenaryconference.php">University hosts international Dylan Thomas Centenary Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityandospreyssealtwo-yeardeal.php">Swansea University and Ospreys seal two-year deal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/technologyattheheartofdiscussionatdigitaldemocracyeventledbyswanseauniversity.php">Technology at the heart of discussion at Digital Democracy event led by Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/scholarshipsuccessenablesadultnursingstudentstriptoindia.php">Scholarship success enables Adult Nursing student’s trip to India</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityprofessorappointedasanindependentmemberofhywelddahealthboard.php">Swansea University Professor appointed as an Independent Member of Hywel Dda Health Board</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sheepdogsusesimplerulestoherdsheep.php">Sheepdogs use simple rules to herd sheep</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityco-ordinatenewresidentialcourseforwelshsecondlanguagestudents.php">Swansea University co-ordinate new residential course for Welsh second language students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/baycampuscontractorhelpsapprenticeskills.php">Bay Campus contractor helps apprentice skills</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityhostsimportantconferenceintheexcitingfieldofexercisemedicine.php">Swansea University hosts important conference in the exciting  field of Exercise Medicine.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencecafehowtogetthebestoutofyourimage.php">Science Cafe: How to get the best out of your image </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/financeministertopsoutinnovationhubatnewswanseauniversitycampus.php">Finance Minister tops out Innovation Hub at new  Swansea University Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/workplacementleadstodreamjobforgraduate.php">Work placement leads to dream job for graduate </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastrengthenslinkswithspainstopuniversities.php">Swansea strengthens links with Spain’s top universities   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaacademicwinsprestigiousyoungscientistaward.php">Swansea academic wins prestigious Young Scientist Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/collegeofmedicinecelebrates10thanniversary.php">College of Medicine celebrates 10th anniversary</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/deutschschoolpupilsencouragedtothinkgerman.php">Deutsch?  School pupils encouraged to think German</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitystudentawardedtwoprestigiousprizesbythephysiologicalsociety.php"> Swansea University student awarded two prestigious prizes by the  Physiological Society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/helpinablizzard.php">Help in a Blizzard </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/midwiferylecturerpublishesfirstnovel.php">Midwifery lecturer publishes first novel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/processengineerwithenalgaerecognisedwithresearchersaward.php">Process engineer with EnAlgae recognised with researchers award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/gymnastsunderpressureathigherriskofeatingdisorders.php">Gymnasts under pressure at higher risk of eating disorders</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/legendsofwelshrugbyawardedhonorarydegrees.php">Legends of Welsh rugby awarded honorary degrees</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ministerialsupportfornewwelshinstituteofemergencyandunscheduledcare.php">Ministerial support for new Welsh Institute of Emergency and Unscheduled Care</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/officialswansea2014songreleasedwithonemonthtogo.php">Official Swansea 2014 Song Released with One Month To Go</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/8milliontoresearchaerospacematerials.php">£8 million to research aerospace materials</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchonimprovingcancerdiagnosisboostedbyaward.php">Research on improving cancer diagnosis boosted by award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanswesthamscarlets-jobssuccessforsportssciencegraduates.php">Swans, West Ham, Scarlets - jobs success for sports science graduates </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/delegatespraiseswanseauniversitysstronglinkswitheuropeaninstitutions.php">Delegates praise Swansea University’s strong links with European Institutions </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitycollegeofmedicinesmasterclass2014workshop.php">Swansea University College of Medicine's Masterclass 2014 Workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/inauguraldrjaninahopkinmedicallecturefiftyyearsonfromthalidomide.php">Inaugural Dr Janina Hopkin Medical Lecture: Fifty Years on from Thalidomide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseatohosttheinternationalmarcesocietybiennialscientificconference.php">Swansea to host the International Marcé Society Biennial Scientific Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/enalgaeprojectscientificpapersnowavailableonline.php">EnAlgae project scientific papers now available online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityvicechancellorattendsmajoreducationconference.php">University Vice Chancellor attends major education conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/wunderbarmayorhonoursgermanyoungsterswhovehadatasteofswansealife.php">Wunderbar!  Mayor honours German youngsters who’ve had a taste of Swansea life </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/youngpeopleandexpertsgatherforchildrensrightsconference.php">Young people and experts gather for children’s rights conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/academiccallsformoresupportforbreastfeedingmums.php">Academic calls for more support for breastfeeding mums</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/studentsunionpresidentandofficersallsmilesatthebaycampus.php">Students’ Union President and Officers all smiles at the Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchhighlightslinkbetweenbodyimageandbreastfeeding.php">Research highlights link between body image and breastfeeding </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bridgingthegapsgymstudygroupannounceswinningparticipant-1.php"> Bridging the Gaps gym study group announces winning participant</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/simpleambulancetestsaveslivesafterheartattacksaysstudy.php">Simple ambulance test saves lives after heart attack, says study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/jacktoakinguniversitysroleinnewswanseacityfilm.php">Jack to a King:  university’s role in new Swansea City film</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/studentsatisfactionlevelsreachnewhighatswanseauniversity.php">Student satisfaction levels reach new high at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitylaunchestheuksfirsthealthdatasciencetaughtmasterscourse.php">University launches the UK’s first Health Data Science taught master’s course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/discoverywinsexemplaremployeraward.php">Discovery wins Exemplar Employer Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/interactiveworkshopthe3wsofwebsitedesign-who-why-what.php">Interactive workshop: The 3 W's of website design - Who-Why-What</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityphdstudentisoneoffourpoetstaskedwithcomposing100poemsin24hours.php">Swansea University PhD student is one of four poets tasked with composing 100 poems in 24 hours</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/2014shortlistannouncedforinternationaldylanthomasprize.php">2014 shortlist announced for International Dylan Thomas Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseashortlistedforuniversityoftheyearintimeshigherawards.php">Swansea shortlisted for University of the Year in Times Higher awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitylecturersfeatureinnews4cscienceseries.php">Swansea University lecturers feature in new S4C science series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/freevattaxadviceclinicsforlifescienceictstartupsandsmes.php">Free VAT &amp; TAX Advice Clinics for life science &amp; ICT start ups and SMEs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityclimbsthetablein2015timessundaytimesgooduniversityguide.php">Swansea University climbs the table in 2015 Times/Sunday Times Good University Guide </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysacademihywelteifiestablishexpertindustrypanelformediaprovision.php">Swansea University’s Academi Hywel Teifi establish expert industry panel for media provision </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/enalgaestakeholderworkshoponbenefitsandrisksfrombiomassproductionwithseaweeds.php">EnAlgae Stakeholder Workshop on Benefits and Risks from Biomass Production with Seaweeds</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/900000boosttoswanseabasedgroundbreakingmultiplesclerosisresearchproject.php">£900,000 boost to Swansea based ground breaking Multiple Sclerosis research project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/qaareviewcommendsuniversityonenhancementofstudentlearningopportunities.php">QAA review commends University on  enhancement of student learning opportunities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researcherslaunchbuoytomeasurewelshwaveenergy.php">Researchers launch buoy to measure Welsh wave energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fournewlecturersappointedtomeetdemandforwelshlanguageprovisionatswanseauniversity.php">Four new lecturers appointed to meet demand for Welsh language provision at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/realpartnersswansearesearchersvisittostrengthentexaslinks.php">Real partners: Swansea researchers' visit to strengthen Texas links   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityhardshipfund.php">Swansea University Hardship Fund</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityprofessorsnewvolumerevealspreviouslyunpublishedpoemsbywaldowilliams.php">University Professor’s new volume reveals  previously unpublished poems by Waldo Williams</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitylecturerprovidesevidencetotheenvironmentandsustainabilitycommitteeonthewell-beingoffuturegenerationsbill.php">University lecturer provides evidence to the Environment and Sustainability Committee on the Well-being of Future Generations Bill</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/dacecommunitylecturethegreatcharliechaplin.php">DACE Community Lecture: The Great Charlie Chaplin</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitypaystributetoprofessoranneborsay.php">University pays tribute to Professor Anne Borsay</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welsheconomyministerinswitchonatnewswanseauniversitycampus.php">Welsh Economy Minister in switch on at new Swansea University campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/youngscientistshonouredatprestigiousinternationalconference.php">Young scientists honoured at prestigious international conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseawelcomesthisyearsnewinternationalstudents.php">Swansea welcomes this year’s new international students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearchersturnicebergcalvingupsidedown.php">Swansea researchers turn iceberg calving upside down</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newstudentshipstoboostscienceandengineeringtalentinwales.php">New studentships to boost science and engineering talent in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newlyqualifiedtutorstohelpothersimproveenglishskills.php">Newly qualified tutors to help others improve English skills</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theologypubliclectureconceptsofjusticeintheoldtestament.php">Theology Public Lecture: Concepts of Justice in the Old Testament  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/bigdatafromscienceandmedicinetobusinessinnovation.php">Big Data – from Science and Medicine to Business Innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ghostsandgameshalftermhalloweenworkshopattheegyptcentre.php">Ghosts and Games: Half Term Halloween Workshop at The Egypt Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fundingforstudentsandgraduatesstartinganewbusiness.php">Funding for students and graduates starting a new business </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nviwalesevent3dprintinginhealthcare.php">NVI Wales event – 3D Printing in Healthcare</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseatraumaexpertsbombblastcreationcouldhelptrainmilitarysurgeons.php"> Swansea trauma expert’s bomb blast creation could help train military surgeons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/teacherssettobenefitfromdigitalwalescpdprogramme.php">Teachers set to benefit from Digital Wales CPD programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thenusgreenimpactexcellenceawardschemehasmadeabee-lineforaswanseauniversitysustainabilityproject.php">The NUS Green Impact Excellence award scheme has made a bee-line for a Swansea University sustainability project </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/walesreportcardrevealsphysicalactivitylevelsofyoungpeopleinwales.php"> Wales Report Card reveals physical activity levels of young people in Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitydeanandkeenmusicianrecognisedforhisoutstandingteachingexcellence.php">Swansea University Dean and keen musician recognised for his outstanding teaching excellence </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/emmjournalhighlightsswanseaasgloballeaderinpre-clinicalsafetytestingofdrugs.php">EMM Journal highlights Swansea as global leader in pre-clinical safety testing of drugs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/funginotesfromaforgottenkingdom.php">Fungi: notes from a forgotten kingdom</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/europeansymposiumonstudentsexualbehaviourreflectionsfrombelgiumandwales.php">European Symposium on Student Sexual Behaviour: Reflections from Belgium and Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/modernartenemyorfriendofreligiousart.php">‘Modern Art – Enemy or Friend of Religious Art?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityeventcelebratesmedicallifescienceandhealthcollaboration.php">Swansea University event celebrates Medical, Life Science and Health collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welshactorstarsinnewyorkcelebrationofdylanthomasslife.php">Welsh actor stars in New York celebration of Dylan Thomas’s life</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fromsouthamericatoswanseauniversitywelcomesbrazilianheidelegation.php">From South America to Swansea: University welcomes Brazilian HEI delegation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/foodsecuritytobefocusofuniversitysnewcentreofexcellence.php">Food security to be focus of University’s new Centre of Excellence </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityandabmucollaborationleadingthewayinimprovingmusculoskeletalservices.php">University and ABMU collaboration leading the way in improving musculoskeletal services </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/baycampusvisitforbaronessranderson.php">Bay Campus visit for Baroness Randerson</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitytohostrediscoveringdylanforinauguralhumanitiesfestival.php">Swansea University to host ‘Rediscovering Dylan’ for inaugural Humanities Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/meetthegraduateentrepreneur-hintsandtipsonhowtostartabusiness.php">‘Meet the Graduate Entrepreneur’ - Hints and tips on how to start a business</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/radiationscience-atechnologyplatformforthehealthcareindustry.php">Radiation Science - a Technology Platform for the Healthcare Industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/queenhonoursuniversitysbusyvolunteers.php">Queen honours university’s busy volunteers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/dylanthomascentenarycelebrationsinnewyork.php">Dylan Thomas centenary celebrations in New York</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/lifesciencesresearchnetworkcongressbringstogetherwalesfinestdrugdiscoveryresearchers.php">Life Sciences Research Network Congress brings together Wales’ finest Drug Discovery Researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitynursesintanzaniacyclechallengeforwomenandbabyhealth.php">Swansea University nurses in Tanzania cycle challenge for  women and baby health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/teachersandeducatorsacrosswalespraisetechnocampsproject.php">Teachers and Educators across Wales praise Technocamps project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/wearablehealthtechteamscoopprizeinuk-wideehealthchallenge.php">Wearable health tech team scoop prize in UK-wide eHealth challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/particlephysicsgroupfeatureinsciencecafeshow.php">Particle physics group feature in Science Cafe show  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitylaunchesglobalentrepreneurshipweek17-21november2014.php">Swansea University launches Global Entrepreneurship Week: 17-21 November 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/the2ndadministrativecourtforwaleslecture.php">The 2nd Administrative Court for Wales Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/acceleratingbusinessgrowthknowledgeexchangewalesnetworkshowcaseevent.php">Accelerating Business Growth:  Knowledge Exchange Wales Network showcase event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sciencecafeantimatterscienceandapplications.php">Science Cafe: Antimatter – Science and Applications</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nviwalesbreakfastworkshopdevelopingaproductorservice.php">NVI Wales Breakfast Workshop: Developing a Product or Service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/shabtisintheegyptcentre.php">Shabtis in the Egypt Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nviwalesworkshopcompliancedesignmanufacture.php">NVI Wales Workshop: Compliance, Design &amp; Manufacture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/richardburtonarchivescelebrateaccreditationachievementinthehouseofcommons.php">Richard Burton Archives celebrate Accreditation achievement in the House of Commons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theologypubliclectureseriesmarriageunapologetic.php">Theology Public Lecture Series: “Marriage unapologetic” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitylaunchesfirsthealthdatasciencetaughtmasterscourseineurope.php">University launches first Health Data Science taught Master’s course in Europe</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaacademicsawardedtwoprestigiousresearchfellowships.php">Swansea academics awarded two prestigious research fellowships </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/financeministerpraisesswansea-ledeuprojecttobooststeelindustry.php">Finance Minister praises Swansea-led EU project to boost steel industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/overseasstudyandworkplacementsopentheworldtoswanseauniversitystudents.php">Overseas study and work placements open the world to Swansea University students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/internationaldylanthomasprizeauthorsweekofevents.php"> International Dylan Thomas Prize Authors’ Week of Events </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/freeacceleratingbusinessgrowthevent.php">Free ‘Accelerating Business Growth’ Event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityservicecommemoratesremembranceday.php">Swansea University Service Commemorates Remembrance Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseamakestop20forsubjectsfromengineeringtosocialworkincompleteuniversityguide.php">Swansea makes top 20 for subjects from engineering to social work, in Complete University Guide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitygeographyresearcherawardedprestigiousroyalsocietyresearchfellowship.php">Swansea University geography researcher awarded prestigious Royal Society Research Fellowship </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/worldslongestgreenturtlemigrationrecordedbysatellitetracking.php">World’s longest green turtle migration recorded by satellite tracking</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/nanotechnologyresearchcouldimprovetestsforbowelcancer.php">Nanotechnology research could improve tests for bowel cancer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welshresearchersbreakthroughinpromotingsustainableeuprawnfishery.php">Welsh researchers’ breakthrough in promoting sustainable EU prawn fishery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityscientiststest21waystotacklejapaneseknotweed.php">Swansea University scientists test 21 ways to tackle Japanese knotweed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseapartofgrowingworld-leadingenergyresearchanddevelopmentconsortium.php">Swansea part of growing world-leading energy research and development consortium</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansea-texasenergysafetyresearchcollaborationnewsolutionsneededtorecyclefrackingwater.php">Swansea-Texas energy safety research collaboration: New solutions needed to recycle fracking water</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fishwithboldpersonalitiesmakeaccuratedecisionsfasterthanshyfish.php">Fish with bold personalities make accurate decisions faster than shy fish</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newmethodtobarcodehumancellswillhelpidentifyandtrackcancercells.php">New method to ‘barcode’ human cells will help identify and track cancer cells</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/hospitalorhomeimprovingcareforolderpeoplewhohavefallen.php">Hospital or home?  Improving care for older people who have fallen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/university-developed3dtissuebioprintingtechnologynowcommerciallyavailable.php">University-developed 3D tissue bioprinting technology now commercially available</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/successfulenalgaesymposiumeventheldinkortrijkbelgium.php">Successful EnAlgae symposium event held in Kortrijk, Belgium</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityresearchersdevelopnewcancerdetectingsensor.php">Swansea University researchers develop new cancer detecting sensor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/scientistsfindthegoodsideofcholesterol.php">Scientists find the good side of cholesterol</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/tileadhesivehelpsresearchersfixonthefutureofsolarcells.php">Tile adhesive helps researchers fix on the future of solar cells</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newdeviceforearlydiagnosisofhumancytomegalovirushcmvindevelopment.php">New device for early diagnosis of  Human Cytomegalovirus (HCMV) in development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/womenandjustice1100-1750pan-ukprojectgetsunderway.php">Women and justice 1100-1750 – pan-UK project gets under way </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/collaborationwithchromatrapleadstostepchangeinefficiencyandscopeofepigeneticresearch.php">Collaboration with Chromatrap leads to step change in efficiency and scope of epigenetic research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/heritageskillsprogrammeshortlistedforuktimeshigheraward.php">Heritage skills programme shortlisted for UK Times Higher Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchprojectreceivesepsrcfundingtoimprovedementiadetection.php">Research project receives EPSRC funding to improve dementia detection</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitytoholdfestivecarolservice.php">Swansea University to hold festive Carol Service</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/mindsbrainsandlawamultidisciplinaryconferenceonlawandneuroscience.php">Minds, Brains and Law: A Multidisciplinary Conference on Law and Neuroscience</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swgalecturethecolourofdinosaursandotherfossils.php">SWGA lecture – The colour of dinosaurs and other fossils</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/irishpresidentsvisitmarkstwodecadesofirelandwalescollaboration.php">Irish President’s visit marks two decades of Ireland Wales Collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitynamedasoneofthetopgayfriendlyuniversitiesinuk.php">Swansea University named as one of the top gay friendly universities in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityhelpsbilithechimp.php">Swansea University helps Bili the Chimp</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/newsatellitecentretoreviewsuicideandselfharmstrategies.php">New satellite centre to review suicide and self harm strategies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/enalgaerepresentedataquacultureeurope2014.php">EnAlgae represented at Aquaculture Europe 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/theannualbcschristmaslectureadventcalendarsandtheantikytheramechanism.php">The Annual BCS Christmas Lecture: Advent Calendars and the Antikythera Mechanism</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/uniscoreshighlyagainforqualityoflife.php">Uni scores highly again for quality of life</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityemeritusprofessorreceivesspecialachievementsaward.php">Swansea University Emeritus Professor receives special achievements award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/westisbestasvarsityheadsforliberty.php">West is best as Varsity heads for Liberty</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/headofcollegehonouredwithprestigiousprize.php">Head of College honoured with prestigious prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/walesofficeministerbaronessrandersonmeetsinternationaldylanthomasprizeauthors.php">Wales Office Minister Baroness Randerson meets International Dylan Thomas  Prize Authors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/tangiblepositiveimpactonlocaleconomyasfirstministermarksoneyearcountdowntobaycampusopening.php">Tangible positive impact on local economy as First Minister marks one year countdown to Bay Campus opening </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/joshuaferriswinsdylanthomasprize2014.php">Joshua Ferris wins Dylan Thomas Prize 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/disabilityhistoryshortlistedforresearchprojectoftheyear.php">Disability history shortlisted for Research Project of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/acclaimedgermanfilm-makertovisitswansea.php">Acclaimed German film-maker to visit Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/supportingdisadvantagedchildrenrugbyandstudythroughbotswanalinks.php">Supporting disadvantaged children, rugby and study through Botswana links  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseanameduniversityoftheyearforbusinesspartnership.php">Swansea named University of the Year for business partnership</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityresearchconfirmsbigwhoppertale.php">Swansea University research confirms big whopper tale  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchshowslongtermshiftworklinkedtoimpairedbrainpower.php">Research shows long term shift work linked to impaired brain power</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/abmuhealthboardcollaboratewithswanseauniversityandlocalbusinesstoidentifychanginghealthneeds.php">ABMU Health Board collaborate with Swansea University  and local business to identify changing health needs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansea-ledenalgaeprojectshowcasedattheeuropeanparliament.php">Swansea-led EnAlgae project showcased at the European Parliament </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/latestphaseofcuttingedgeresearchofficiallyopenedatmorristonhospital.php">Latest phase of cutting edge research officially opened at Morriston Hospital</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitysmach1teamcelebratesfirstanniversary.php">University’s MACH1 team celebrates first anniversary</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/seasonsgreetingsfromswanseauniversity.php">Season’s Greetings from Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/fromx-raystoantimatterandignitingstarswithsuperintenselasersswanseasinstituteofphysicschristmaslecturesforschools.php">From X-rays to antimatter and igniting stars with super intense lasers… Swansea’s Institute of Physics Christmas Lectures for Schools</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/thesearchfornewsciencecommunicatorscontinuesoverchristmas.php">The search for new science communicators continues over Christmas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitylecturerprovidesevidencetotheenvironmentandsustainabilitycommitteeontheplanningbill.php">University lecturer provides evidence to the Environment and Sustainability Committee on the Planning Bill</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityhostsmediaandprconferenceforsixthformstudents.php">Swansea University hosts media and PR conference for sixth form students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/mrxappealcollegecollectsgiftsfor100children.php">Mr X Appeal: College collects gifts for 100 children </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universitylecturerreceivescreativewalesaward.php">University lecturer receives Creative Wales Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/buildingcastlesforthefuturestudentsatswanseauni.php">Building ‘Castles’ for the future students at Swansea Uni</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudentsbusinessstart-upwinsbestsocialenterpriseaward.php">Swansea student’s business start-up wins best Social Enterprise award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudentshelpteachlocalschoolchildrenliteracythroughancienthistory.php">Swansea students help teach local schoolchildren literacy through ancient history</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/lecturerhopesnewstatuswillensurepublicprotection.php">Lecturer hopes new status will ensure public protection</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/firstbaycampusbuildingishandedovertouniversity.php">First Bay Campus building is handed over to University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/ungoldstarawardforswansea-gambiapartnership.php">UN Gold Star Award for Swansea-Gambia Partnership</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitykeepslostdylanthomasnotebookinwales.php">Swansea University keeps “lost” Dylan Thomas notebook in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/staffandstudentteamssupportchristmascharityabseil.php">Staff and student teams support Christmas charity abseil </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityrisingrugbystarswinwrubursaries.php">Swansea University rising rugby stars win WRU bursaries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityscollegeofmedicinetopsuksurveyofyoungdoctors.php">Swansea University’s College of Medicine tops UK survey of young doctors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearcherscontributetonatoeventoncyberterrorism.php">Swansea researchers contribute to NATO event on cyberterrorism</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityengineeringgraduatereceivesprestigioussaltersprize.php">Swansea University Engineering graduate receives prestigious  Salters’ Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/undermilkwoodoperanamedtoptenoperaof2014.php">Under Milk Wood opera named top ten opera of 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudententrepreneurstakepartinstart-upweekend.php">Swansea student entrepreneurs take part in Start-up Weekend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansearesearchbreaksintouktop30researchexcellenceframeworkref2014.php">Swansea research breaks into UK top 30 – Research Excellence Framework (REF) 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/reportintochallengesfacingdeafandhardofhearingaudiencesinwalespublished.php">Report into challenges facing deaf and hard of hearing audiences in Wales published</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/medicinestudentsabletostudythroughthemediumofwelsh.php">Medicine students able to study through the medium of Welsh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/internationaldigitalhealthexpertstoattendinnovationconferenceinwelshcapital.php">International digital health experts to attend innovation conference in Welsh capital</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitybooststieswithomanandqatar.php">Swansea University boosts ties with Oman and Qatar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/marineenergywithminimumenvironmentalimpact.php">Marine energy with minimum environmental impact </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversityinterrogatetheworkingsofthedarkweb.php">Swansea University Interrogate the Workings of the ‘Dark Web’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swansea-texasteamdiscovermoreeffectivewayofcapturingcarbondioxidefromemissions.php">Swansea-Texas team discover more effective way of capturing carbon dioxide from emissions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/couldwalkingtoworkhelpfixourhealthwoes.php">Could walking to work help fix our health woes?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/linkfoundbetweenmedicationafterchildbirthandbreastfeedingdifficulties.php">Link found between medication after childbirth and breastfeeding difficulties</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseaacademicspublishalandmarkhandbookthathighlightstheimportanceofmembranefabricationforapplicationinmodernindustries.php">Swansea academics publish a landmark Handbook that highlights the importance of membrane fabrication for application in modern industries </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitysignslicensingagreementwithglyconicstodiagnosecopd.php">Swansea University signs licensing agreement with Glyconics to diagnose COPD</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseauniversitydonatescomputerstoschoolsinafrica.php"> Swansea University donates computers to schools in Africa</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/singletonhospitalleadsrectalcancertrialthatcouldtransformtreatmentworldwide.php">Singleton Hospital leads rectal cancer trial that could transform treatment worldwide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/sealpupscontractfoodpoisoninginfectionduetohumanpollution.php">Seal pups contract food poisoning infection due to human pollution</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/hundredsofpatientstojoindeepveinthrombosisstudyatmorristonhospital.php">Hundreds of patients to join deep vein thrombosis study at Morriston Hospital</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/researchfindshungerhormonemayhelpcombatcognitivedecline.php">Research finds ‘hunger hormone’ may help combat cognitive decline</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/swanseastudentshortlistedforprestigiousmidwiferyawards.php">Swansea student shortlisted for prestigious midwifery awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/texasvisitbringsbenefitsforresearchandstudents.php">Texas visit brings benefits for research and students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/universityprofessorshipforabmuschiefnurse.php">University Professorship for ABMU’s chief nurse </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2014/welshvarsitydate22april2015.php">Welsh Varsity date: 22 April 2015</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>
