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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="90599">
<meta property="su:last-modified" content="Thu, 26 Sep 2019 14:06:44 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">2013</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/2013/">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">2013</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="share-page-wrapper">
    <div id="share-page" class="share-page">
        <ul class="social-buttons">
            
            <li class="social-button">
                <a class="socialite twitter-share" href="https://twitter.com/share?url=https%3A%2F%2Fcms.swan.ac.uk%2Fpress-office%2Fnews-archive%2F2013%2Findex.php" data-url="https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" data-via="SwanseaUni" data-count="none" rel="nofollow">
                    <span class="hide">
                        Share on Twitter
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                <a class="socialite facebook-like" href="http://www.facebook.com/sharer.php?u=https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" data-href="https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" rel="nofollow">
                    <span class="hide">
                        Share on Facebook
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                 <a class="socialite linkedin-share" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://cms.swan.ac.uk/press-office/news-archive/2013/index.php&amp;title=2013" data-url="https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" rel="nofollow">
                     <span class="hide">Share on LinkedIn</span>
                 </a>
             </li>
            
            <li class="social-button">
                <a class="socialite googleplus-one" href="https://plus.google.com/share?url=https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" data-size="tall" data-annotation="none" data-count="false" data-href="https://cms.swan.ac.uk/press-office/news-archive/2013/index.php" rel="nofollow">
                    <span class="hide">
                        Share on Google+
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                <a class="mail-to-friend mail" href="mailto:?subject=2013&body=https://cms.swan.ac.uk/press-office/news-archive/2013/index.php">
                    <span class="hide">
                        Email
                    </span>
                </a>
            </li>
            
        </ul>    </div>
</div>

<script class="register-custom-scripts">
SU.customScripts.postRepositioning.push(function () {
    $.getScript('/_assets/vendor/jquery-plugins/socialite/socialite.js', function () {
        Socialite.load(document.getElementById('share-page'));
        $('.mail-to-friend').click(function() {
            _gaq = _gaq || [];
            _gaq.push(['_trackSocial', 'Mail to friend', 'Mail']);
        });
    });
});
</script>
  <div class="news">
    <ul>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudentgoesextramileforhisfriend.php">Swansea University student goes extra mile for his friend </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/onedaysale.php">One Day Sale</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/bigriseinapplicationsforswanseauniversity.php"> Big rise in applications for Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/urgentexamsonfriday18januaryrescheduledtomonday21st.php">Urgent  –  Exams on Friday 18 January rescheduled to Monday 21st</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/statementregardingexams.php">Statement regarding exams</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycelebratesfamouswelshpoliticiansbirth.php">Swansea University celebrates famous Welsh politician’s birth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/afragmentofhistorylinksswanseawithcairo.php">A ‘fragment’ of history links Swansea with Cairo </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromthecampustotheworkplace-studentstogetatasteoftheworldofwork.php">From the campus to the workplace - students to get a taste of the world of work</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/winterdegreeandawardcongregationsmarkstudentsachievements.php">Winter Degree and Award Congregations mark students’ achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/januarysciencecafethingsthatgobumpinthenight.php">January Science Cafe ‘Things that go bump in the night’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityawardedfullexemptionforacca.php"> Swansea University Awarded Full Exemption for ACCA </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/nevillemastermanscentenarycelebrations.php">Neville Masterman’s centenary celebrations </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylawyerschristianfellowshiptalk.php">Swansea University Lawyers Christian Fellowship Talk </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/chinesenewyearcelebrations.php">春节联欢晚会  (Chinese New Year Celebrations)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/egyptcentrenubiesrecognisedfortheirwowfactoragain.php">Egypt Centre “Nubies” recognised for their “wow” factor again!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/missingjigsawpiecelinksswanseawithcairo.php">Missing ‘jigsaw’ piece links Swansea with Cairo </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearchkeynotelecturebuildingamachinethatsees.php">Festival of Research keynote lecture: Building a machine that sees </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearch-futurebuildings.php">Festival of Research - Future Buildings </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaunistudentshappytoswaptheirgreenandwhiteforred.php"> Swansea Uni students happy to swap their green and white for red </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearch-theressomethingaboutmaryrose.php">Festival of Research - There’s something about Mary (Rose)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/the2013jamescallaghanmemoriallecture.php">The 2013 James Callaghan Memorial Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearch-unsafeinanybedprofessorsexplorehealthcareitproblems.php">Festival of Research - Unsafe in any bed: Professors explore healthcare IT problems</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearch-followinginthefootstepsofdemons.php">Festival of Research - Following in the footsteps of demons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/februarysciencecafethelastmanstanding.php">February Science Cafe: The last man standing </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/stdavidsdaygroupboostforwalesinnovationculture.php">St David's Day Group: Boost for Wales’ innovation culture </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/festivalofresearchcelebratesexcellence.php">Festival of Research celebrates excellence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaunigroundscareteamwinthebattleoftheturfwars.php">Swansea Uni Groundscare team win the battle of the turf wars</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityprofessorappointedtoeminentsocialsciencesacademy.php">Swansea University Professor appointed to eminent social sciences academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/simplystunning-royalinstitutionexhibitsimagesofswansearesearchinlondon.php">“Simply stunning” -  Royal Institution exhibits images of Swansea research in London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycelebratesfamouswelshpoliticiansbirth-1.php">Swansea University celebrates famous Welsh politician’s birth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/breakthrough2013swansearesearchshowcased.php">Breakthrough 2013: Swansea research showcased</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/cyberterrorismwhatisitwhoisinvolvedandwillitaffectme.php">Cyberterrorism: What is it, Who is involved and Will it affect me? </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityoffersfreeenglishlanguagecourse.php">Swansea  University offers free English language course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityduoselectedforwalesu20match.php">Swansea University Duo selected for Wales U20 match </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansealecturercelebratessignificantfestival.php">Swansea Lecturer Celebrates Significant Festival </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/callingallexpectantmumsnewresearchprojectcallsforvolunteers.php">Calling all expectant mums: New research project calls for volunteers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/ourchangingclimatescienceimpactsandpolicy.php">Our Changing Climate: Science, Impacts and Policy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitytheologypubliclectureseriesthechristianfaithandthefinancialcrisis.php">Swansea University Theology public lecture series: The Christian Faith and the Financial Crisis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/penllergarevalleywoodsaplaceforallpeople.php">Penllergare Valley Woods – A Place For All People</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/exhibitionshowcasesspecificprogress.php">Exhibition showcases SPECIFIC progress</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dacelecturehistoryretold.php">DACE Lecture: History: Retold</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitywelcomesnationalportraitgalleryschiefcuratorforpubliclecture.php">University welcomes National Portrait Gallery’s Chief Curator for public lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/csarwelcomesfisheriespolicybranchguests.php">CSAR welcomes Fisheries Policy Branch guests</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/pentrehafodpupilssponsorzambianstudents.php">Pentrehafod Pupils Sponsor Zambian Students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/plaidleadercelebrateswomensachievements.php">Plaid Leader Celebrates Women’s Achievements </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/the1815tamboraeruptionimpactonpeopleenvironmentandclimate.php">The 1815 Tambora eruption: Impact on people, environment and climate</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/superchargingyourbusinesswithsupercomputing.php">Supercharging your business with supercomputing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/marchsciencecafeignobelprizes.php">March Science Cafe: Ig Nobel Prizes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/howlearninghowtodiecanteachushowtolive.php">How Learning How to Die Can Teach Us How to Live</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/sustainingaglobalcleanwatersupplyacademictochairconference.php">Sustaining a global clean water supply: Academic to chair conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/youngstersprogrammingskillsputtothetestinwales.php">Youngsters programming skills put to the test in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/wembleynottheonlysuccessforswansea.php">Wembley not the only success for Swansea! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityfaithweek.php">Swansea University Faith Week </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/anothersuccessfulweekendforswanseauniversityswimmers.php">Another Successful weekend for Swansea University Swimmers </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/matterswillbeopentodebateasswanseauniversityhostsnationalmootingcompetition.php"> Matters will be open to debate as Swansea University hosts national mooting competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/springforwardcollaborationtoaidwelshmanufacturingbusinesseslaunches.php">Spring Forward: Collaboration to aid Welsh manufacturing businesses launches</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/year12studentsfindouthowstemsubjectsareutilisedinmedicine.php">Year 12 students find out how  STEM subjects are utilised in Medicine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitytheologypubliclecturemonasticstepsforeverydaylife.php">Swansea University Theology Public Lecture: &quot;Monastic steps for everyday life&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/aprilsciencecafetakingyourbreathaway-lungdiseaseandthedevelopmentofanartificiallung.php">April Science Cafe: Taking your breath away - lung disease and the development of an artificial lung</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/twocitiestwouniversitiesonewinnervarsityfeverbuilds.php">Two cities, Two Universities, One Winner .... Varsity Fever builds </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theegyptcentrehelpsyoungsterstogainworkexperience.php">The Egypt Centre helps youngsters to gain work experience </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/cyberterrorismswanseauniversityleadsexpertconferencewithnatosupport.php">Cyberterrorism: Swansea University leads expert conference, with NATO support </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dylanthomasintranslation-internationalexpertsgatheratpoetsswanseabirthplace.php">Dylan Thomas in Translation - international experts gather at poet's Swansea birthplace</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/youngvolunteerrewardedforhelpinghislocalcommunity.php">Young volunteer rewarded for helping his local community</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/doescyberterrorismposeasignificantthreat.php">Does cyberterrorism pose a significant threat?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mastersstudentsvisitlloydsoflondon.php">Master’s students visit Lloyd’s of London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/lawandcriminologyworkplacementsschemesuccess.php">Law and Criminology Work Placements Scheme Success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/engineeringstudentleadsthewaywithprestigiousaward.php">Engineering student leads the way with prestigious award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/werebehindtheswansforwembley.php">We’re behind the Swans for Wembley!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseahostsseminarforinternationalexpertsindisputeresolution.php">Swansea hosts seminar for international experts in dispute resolution </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitybucsitstrend.php">Swansea University “Bucs” its trend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityopensitsdoorstopostgraduatestudents.php">Swansea University opens its doors to postgraduate students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityapplicationsreachanall-timehigh.php">Swansea University applications reach an all-time high </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudentssettostarininternationalcompetition.php">Swansea Students Set to Star in International Competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/awelshcolonyinpalestine.php">A Welsh Colony in Palestine?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaoarspoisedfortheeighthwelshvarsityboatrace.php">Swansea oars poised for the eighth Welsh Varsity Boat Race</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dailydiarysuccessshowsuniversitycollaborationtohelpwelshcompaniesisrightontrack.php">Daily Diary success shows University collaboration to help Welsh companies is right on track</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/terawattprojecttominimiseenvironmentalimpactofmarinerenewableenergyextraction.php">TeraWatt project to minimise environmental impact of marine renewable energy extraction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/floodmemorypartnershiptoforecastfloodimpactsandpreventfuturerisks.php">FloodMEMORY partnership to forecast flood impacts and prevent future risks</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studyfindsinternetaddictscansuffersimilarwithdrawalsymptomstosubstancemis-users.php">Study finds ‘Internet addicts’ can suffer similar withdrawal symptoms to substance mis-users</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scientistsshowthepositivesideofsteroids.php">Scientists show the positive side of steroids</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studyfindsgendergapinacademicperformanceisdisappearinginscienceeducation.php">Study finds gender gap in academic performance is disappearing in Science Education</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/physicsofplasmasjournalfeaturesswanseascientistspaperasaresearchhighlight.php">Physics of Plasmas journal features Swansea scientists’ paper as a research highlight</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycommunityresearchprojectcelebratesheritagelotteryfundgrant.php">Swansea University community research project celebrates heritage lottery fund grant</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scientificresearchrevealsfuturesecretsofglobalwarming.php">Scientific Research Reveals future Secrets of Global Warming </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaprofessorexploresnaturesconundrumatusconference.php">Swansea professor explores nature’s conundrum at U.S. conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/iolowilliamstolaunchuniversitysnaturetrail.php">Iolo Williams to launch University’s Nature Trail</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/riversystemsandtheirevolutionthroughtime.php">River systems and their evolution through time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dacecommunitylectureseriesthebeautyofugliness.php">DACE Community Lecture Series: The Beauty of Ugliness</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitywelcomesmajortouchsportevents.php">Swansea University welcomes major touch sport events</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/boxingtohavevarsitydebut.php">Boxing to have Varsity debut</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/disabilityandindustrialsocietyprojectlauncheswebsiteandeventscalendar.php">Disability and Industrial Society project launches website and events calendar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newsmartphoneapptohelpbusinesses.php">New smartphone app to help businesses</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newmaterialsscienceacademysettoup-skillworkforce.php">New materials science academy set to up-skill workforce</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityteamwithfusionipplc.php">Swansea University Team with Fusion IP plc </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newswanseaacademicputspeopleattheheartoftransport.php">New Swansea academic puts people at the heart of transport</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thestudentsexworkprojectsexworkandwell-beingsymposium.php">The Student Sex Work Project: Sex work and well-being symposium</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/nationalqualitymarkachievementforuniversitysacademicregistrystudentservicesandiss.php">National quality mark achievement for University’s Academic Registry, Student Services, and ISS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/publiclecturemanipulatingelectronsinsingleatomiclayersingraphenetransistorsandinfruitflies.php">Public Lecture: “Manipulating electrons in single atomic layers in graphene transistors and in fruit flies”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/juliahobsbawmdoingbusinessintheageofnetworksandnetworking.php">Julia Hobsbawm: Doing business in the age of networks and networking</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/applicantswantedfortheheritageapprentice.php">Applicants wanted for ‘The Heritage Apprentice’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitysprofessionalservicesteamsrecognisedbycustomerserviceexcellenceaward.php">Swansea University’s Professional Services teams recognised by Customer Service Excellence Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityprofessorcouldhelpfightcrime.php"> Swansea University Professor could help fight crime</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/walesamericaandthespaceracewatchnasachiefspubliclecture.php">Wales, America and the Space Race:  watch NASA chief's public lecture      </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudentsunionlaunchesnewentrepreneursociety.php">Swansea University Students' Union launches new entrepreneur society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaengineeringresearchonshowinhouseofcommons.php">Swansea engineering research on show in House of Commons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitytheologypubliclectureseriesmeetingthomasmerton.php">Swansea University Theology Public Lecture series: &quot;Meeting Thomas Merton&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dacecommunitylectureseriescuswansea-thefutureofthelowerswanseavalleyspast.php">DACE community lecture series: c u @Swansea - the future of the lower Swansea Valley’s past</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/anightatthemuseum.php"> A Night at the Museum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitiestalkingictwithbusiness.php">Universities talking ICT with business</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/maysciencecafeecologyintherealworld.php">May Science Cafe: Ecology in the Real World</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/globalchallengesgloballaw.php">Global Challenges – Global Law</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitystudentspreparelocalschoolpupilsforlatinentrylevelexam.php">University students prepare local school pupils for Latin entry level exam</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/terrorismbookwinsoutstandingacademictitleaward.php">Terrorism Book Wins Outstanding Academic Title Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/cheltenhamsciencefestivalshowcaseforswansearesearchers.php">Cheltenham Science Festival showcase for Swansea researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theimpactofcriminologyswansearesearcherswin2013howardleagueresearchmedal.php">The impact of Criminology: Swansea researchers win 2013 Howard League Research Medal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/learnedsocietyfellows2013honoursforswanseaacademics.php">Learned Society Fellows 2013: Honours for Swansea academics </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/gameoftwohalvesseesswanseaclinchvarsityvictory.php">Game of two halves sees Swansea clinch Varsity victory</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/primeopportunitiesforpupilslawschoolanddjmsolicitorspartnerforinnovativeworkplacementscheme.php">PRIME opportunities for pupils: Law School and DJM Solicitors partner for innovative work placement scheme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/20meuropedayboostasconstructionofscienceandinnovationcampusgetsunderway.php">£20m Europe Day boost as construction of Science and  Innovation campus gets underway</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/popularsingerstrikesscientificnoteatswanseassciencepavilion.php">Popular Singer Strikes Scientific Note at Swansea’s Science Pavilion  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseas18newinternationalresearchstars.php">Swansea’s 18 new international research stars</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseamarkseuropeday.php">Swansea marks Europe Day </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/protectingcoastalbiodiversitysupportsourfisheries.php">Protecting coastal biodiversity supports our fisheries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studyfindssolutiontoimprovingangercontrolinpeoplewithintellectualdisabilities.php">Study finds solution to improving anger control in people with intellectual disabilities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitywinsmulti-millionnationalcentreofexcellence.php">Swansea University wins multi-million National Centre of Excellence </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/timelyprojectshedslightonfirstworldwarcartoonsthankstoswanseauniversityandheritagelotteryfund.php">Timely project sheds light on First World War cartoons, thanks to Swansea University and Heritage Lottery Fund </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/sportsscientiststeamupwithwesthamtoenhancefootballerspost-matchrecovery.php">Sports scientists team up with West Ham to enhance footballers’ post-match recovery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/springbbsrcbusinessmagazinefeaturesinstituteofmassspectrometryresearch.php">Spring BBSRC Business magazine features Institute of Mass Spectrometry research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/giving-updrivingisitthatbadforourhealth.php">Giving-up driving: is it that bad for our health?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/visualartgrantforuniversitytohelppeoplewithdementia.php">Visual art grant for University to help people with dementia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/popularsingerstrikesscientificnoteatswanseassciencepavilion-1.php">Popular Singer Strikes Scientific Note at Swansea’s Science Pavilion  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/sisterssuccessrecognisedwithhighlycommendedlearnercertificates.php">Sisters’ success recognised with ‘Highly Commended Learner’ certificates</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudentspitchtheirwaytosuccess.php">Swansea University students pitch their way to success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseagrantednineesrcdoctoralstudentships.php">Swansea granted nine ESRC doctoral studentships  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitystudentservicesteamshortlistedforhighereducationaward.php">University Student Services Team shortlisted for Higher Education Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylibrarianrecognisedasthebestinwales.php">Swansea University Librarian recognised as the ‘best’ in Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/makingswanseauniversityashark-freezone.php">Making Swansea University a Shark-Free Zone</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycomesinfirstinuniversitygreenawards.php">Swansea University comes in first in university green awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityawardedfundingfornewcentreforinnovativemanufacturingpartnership.php">Swansea University awarded funding for new Centre for  Innovative Manufacturing partnership</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/eu-backedprojecthelpsmaximisethepotentialofwelshbusinessesinthegreeneconomy.php">EU-backed project helps maximise the potential of Welsh businesses in the green economy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/autismnewcourseofferedforhealthcareprofessionals.php">Autism: New course offered for healthcare professionals </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/aberavonmembersvisitscienceandinnovationcampussite.php">Aberavon members visit Science and Innovation campus site</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademicappointedtogovernmentsafetycommittee.php">Swansea academic appointed to government safety committee</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/awardhonourforswanseaacademic.php">Award honour for Swansea academic </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityandbusinessesspendqualitytimetodevelopeconomicbenefits.php">Swansea University and businesses spend quality time to develop economic benefits</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universityflieshighwithnewflightsimulator.php">University flies high with new flight simulator </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/1000livesplussuccessforstudents.php">1000 Lives Plus Success for Students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/workshopforsmesonpromotingyourpersonalitytogrowyourbusinessonline.php">Workshop for SMEs on promoting your personality to grow your business online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mentalhealthnursingstudentsreceivehomefiresafetytrainingtohelpprotectpatientsfromfirerisks.php">Mental health nursing students receive home fire safety training to help protect patients from fire risks</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityrugbyplayersselectedforwalesworldrugbychampionship.php">Swansea University rugby players selected for Wales World Rugby Championship  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaworkshopforsmesonimprovingwebsiteuserexperience.php">Swansea workshop for SMEs on improving website user experience</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/centrefornanohealthbusinessopenevening.php">Centre for NanoHealth Business Open Evening</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universityandherefordcathedraltohostmidsummersymposiumonjesuitculture.php">University and Hereford Cathedral to host Midsummer Symposium on Jesuit Culture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/modellingtheevolutionofcitiesandregionspastandpresent.php">Modelling the evolution of cities and regions: past and present</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/learnanancientlanguageintheparkthissummer.php">Learn an Ancient Language in the Park this summer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/welshsecretaryvisitsswanseauniversity.php">Welsh Secretary visits Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/comingofageexhibitionofartworksaimstoboostresearchintoageingatswansea.php">Coming of Age – exhibition of artworks aims to boost research into ageing at Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/prize-winningbusinessstudentpeterhasentrepreneurshipskillslockedin.php">Prize-winning Business student Peter has entrepreneurship skills ‘locked in’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/triplesuccessfordacestudentsinnptadultlearnerawards.php">Triple success for DACE students in NPT Adult Learner Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseareviewedition3outnow.php">Swansea Review: Edition 3 Out Now </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitybiosciencesdepartmentgoesdownastormatteentechevent.php">Swansea University Biosciences department goes down a storm at TeenTech event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentnursessleepwalkforcharity.php"> Student Nurses Sleepwalk for Charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/exploitingnewinternationaltradeandtechnologyrdopportunities.php">Exploiting New International Trade and Technology R&amp;D Opportunities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fiestadelapaella.php">Fiesta de la paella</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/768000boosttosupportthenextgenerationofengineersandscientists.php">£768,000 boost to support the next generation of engineers and scientists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademicappointedtoasylumadvisorygroup.php">Swansea academic appointed to asylum advisory group </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylaunchesnewacademyforinclusivityandlearnersupport.php">Swansea University launches new Academy for inclusivity and learner support</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityprofessorawardedesteemedresearchmeritaward.php">Swansea University Professor awarded esteemed  Research Merit Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/keyprofessionalsinsportconsiderwalesstatusasasportingsociety.php">Key Professionals in Sport Consider Wales Status as a Sporting Society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/knowledgeexchangehighperformancesportinnovationprojectentersnextleg.php">Knowledge exchange: High Performance Sport innovation project enters next leg</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitylaunchesswanseapaidinternshipnetworktobooststudentsemployability.php">University launches Swansea Paid Internship Network to boost students' employability</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/historypoetryterrorism-swanseaexpertsinthespotlightathayfestival.php">History, poetry, terrorism - Swansea experts in the spotlight at Hay Festival </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/roadsignsorreddragonsswanseahistoriansdebatethemostimportantobjectinwelshhistory.php">Road signs or red dragons?  Swansea historians debate the most important object in Welsh history.  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thednaofthinkingarchivesprojectswintwoprizesforswansea.php">&quot;The DNA of thinking&quot;:  archives projects win two prizes for Swansea   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newpostgraduateresearchexchangeinengineeringstrengthenschinalinks.php">New Postgraduate Research Exchange in Engineering strengthens China links</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/airroomsmakebedswashuparchivescapturestudentlifefrom1920sto1980s.php">“Air rooms, make beds, wash up!”  Archives capture student life from 1920s to 1980s</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityhostscounterterrorismpolicingseminar.php">Swansea University Hosts Counterterrorism Policing Seminar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/royalsocietyssummerexhibition2013britishseapower.php">Royal Society’s Summer Exhibition 2013: British Sea Power</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/professorfrancesrapportacloseshaveforlymphoedemaonfriday23rdaugust.php">Professor Frances Rapport #ACloseShave for lymphoedema on Friday, 23rd August</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityhostsinternationalbrassbandsummerschool.php">Swansea University hosts International Brass Band Summer School</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thedaycentrefornanohealthopeneditsdoors.php">The day Centre for NanoHealth opened its doors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/cipherimprovinghealthwell-beingandwealththroughinformaticsresearch.php">CIPHER: Improving health, well-being and wealth through Informatics Research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseatohostpremierathleticschampionships.php">Swansea to host premier Athletics Championships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityappointsleadingukregenerationcompanytobuildnewcampus.php">Swansea University appoints leading UK regeneration company to build new campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudentawardedfirsttexasfundedscholarship.php">Swansea Student awarded first ‘Texas’ funded scholarship  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitysponsors30000dylanthomasprizeforyoungwriters.php">Swansea University Sponsors £30,000 Dylan Thomas Prize for young writers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityexcelsinqsworldsubjectrankings.php">Swansea University excels in QS world subject rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityonthecrestofawave.php">Swansea University on the crest of a wave </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newresearchshowshighereducationsectorcreates36bnannuallyinthewelsheconomy.php">New research shows higher education sector creates £3.6bn annually in the Welsh economy </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/afacehiddenfromhistoryswanseateamandswedishforensicsrevealhenryviiiselitearcher.php">A face hidden from history – Swansea team and Swedish forensics reveal Henry VIII’s elite archer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/texastriplaunchesnewglobaleraforswanseauniversity.php">Texas Trip Launches new global era for Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycomputerscienceresearcherswinaward.php">Swansea University computer science researchers win award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseadoctorhelpsdeliveranotherfirstinneo-natalcare.php">Swansea doctor helps deliver another first in neo-natal care</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentwinsawardforearthquakeresearch.php">Student wins award for earthquake research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/alphaphysicistsexploretheeffectofgravityonantimatter.php">ALPHA physicists explore the effect of gravity on antimatter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/granttofundresearchintobuildingblocksofuniverse.php">Grant to fund research into ‘building blocks’ of Universe</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newstudyfindsactivevideogamingexergamingisgoodforchildrenshealth.php">New study finds active videogaming (‘exergaming’) is good for children's health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/spectacularglaciermovementcaughtoncamera.php">Spectacular glacier movement caught on camera </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scientistsdigforthetruthbehindthecauseofsoilhydrophobia.php">Scientists dig for the truth behind the cause of soil ‘hydrophobia’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/goodnewsforbeesnewresearchboostsfungusasanenvironmentally-friendlypesticide.php">Good news for bees:  new research boosts fungus as an environmentally-friendly pesticide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademicadvisesparliamentaryenquiryintounaccompaniedmigrantchildren.php">Swansea academic advises parliamentary enquiry into unaccompanied migrant children </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseahealtheconomistscontributetobreastcancertreatmentguidelines.php">Swansea health economists contribute to breast cancer treatment guidelines</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/globaldrugpolicyobservatorytobelaunched.php">Global Drug Policy Observatory to be launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/protectingthehandthatfeedsusmarinebiodiversityisimportantforhumanwellbeing.php">Protecting the hand that feeds us: marine biodiversity is important for human wellbeing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/beachsoccerdebutsat360beachwatersportsswansea.php"> Beach Soccer Debuts at 360 Beach &amp; Watersports Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudentinbattletobecomebritainsgreenestdriver.php">Swansea University student in battle to become Britain’s greenest driver</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/academicawardedwelshliveryguildmeritaward.php">Academic awarded Welsh Livery Guild Merit Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaunistudentshitbulls-eyeinuniversityarcherychampionships.php">Swansea Uni students hit ‘bull’s-eye’ in University Archery Championships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudentaerospaceengineersflyhighincompetition.php">Swansea student aerospace engineers fly high in competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/visitofbaronesshaletoswanseauniversity.php">Visit of Baroness Hale to Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityandthetreboethhistoricalsocietycommunityrememberfamouswelshbarddanieljames.php">Swansea University and the Treboeth Historical Society community remember famous Welsh Bard, Daniel James</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dancedaysinswansea-13thand14thjuly.php">Dance Days in Swansea - 13th and 14th July</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/softwarealliancewalessupportstop10iosconference.php">Software Alliance Wales Supports Top 10 iOS Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studyoflgbpeopleinresidentialcarerevealsknowledgegap.php">Study of LGB people in residential care reveals knowledge gap</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/howswansearesearchersartificiallunghelpedtobuildc4sbionicman.php">How Swansea researchers’ artificial lung helped to build C4’s ‘Bionic Man’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityhelpstocatchthelightwiththerainbownation.php">Swansea University helps to ‘catch the light’ with the rainbow nation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityreachesfinalofthegreengownawards2013.php">Swansea University reaches final of the Green Gown Awards 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycelebratesitsoutstandingstaff.php">Swansea University celebrates its outstanding staff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/cyberterrorismconferencereportdebatesthethreatandthesolution.php">Cyberterrorism conference report debates the threat and the solution </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/economyministercelebratesscienceandengineeringexcellenceatswanseauniversity.php">Economy Minister celebrates science and engineering excellence at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityrecognisedasacentreforsportingexcellence.php">Swansea University recognised as a centre for sporting excellence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylaunchwecycle-developingcyclingacrosstheregion.php"> Swansea University launch WeCycle - developing cycling across the region</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitynamedcommercialuniversityoftheyear.php"> Swansea University Named Commercial University of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/withover300suicidedeathsayearhelpisathand.php">With over 300 suicide deaths a year 'Help is at Hand'</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaengineeringstudentwinshistoricdoublebocciagold.php">Swansea Engineering student wins historic double Boccia gold </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/rhodrimorganintexasforlaunchofscholarshipschemeinhonourofspacelegendwithwelshroots.php">Rhodri Morgan in Texas for launch of scholarship scheme in honour of space legend with Welsh roots</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansealionsourpride.php">Swansea Lions – our pride  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/financeministerseeshoweufundingishelpingyoungpeoplebecomethenexthi-techsensation.php"> Finance Minister sees how EU funding is helping young people become the next hi-tech sensation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/admiralgroupannouncedasbusinessschoolmodulesponsor.php">Admiral Group announced as Business School module sponsor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/researchasart2013-winnersannounced.php">Research as Art 2013 - winners announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scienceandinnovationcampusshowcasedateuropeanparliament.php">Science and Innovation campus showcased at European Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/professorjudithphillipsawardedobeforservicestoolderpeople.php">Professor Judith Phillips awarded OBE for services to older people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitycouncilthanksretiringmembers.php">University Council thanks retiring members </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitywelcomesspecificfundingannouncement.php">University welcomes SPECIFIC funding announcement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/royalcollegeofveterinarysurgeonsfellowshiphonourforswanseaprofessor.php">Royal College of Veterinary Surgeons Fellowship honour for Swansea Professor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/heritageapprenticewinners.php">Heritage Apprentice winners </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mrcannounces20millionfornewhealthinformaticsresearchinstitute.php">MRC announces £20 million for new health informatics research institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/doublecelebrationsforgraduatetwins.php">Double celebrations for graduate twins</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaprofessorgetsonhersoapboxtopromotewomeninscience.php">Swansea professor gets on her Soapbox to promote women in science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityjoinsuserexperienceresearchpartnershipwithbbc.php">Swansea University joins User Experience Research Partnership with BBC</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/womenontop-celebratingathenaswanbronzeaward.php">Women on top -  celebrating Athena SWAN bronze award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/southwalesminerslibraryloanswelshchartistleadersphotoforparliamentexhibition.php">South Wales Miners’ Library loans Welsh Chartist leader’s photo for Parliament exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/chineseagri-fooddelegationvisitsresearchcentre.php">Chinese agri-food delegation visits research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universityhosts17thinternationalreflectivepracticeconference.php">University hosts 17th International Reflective Practice Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/techtalksatthegylgolwgfestival.php">Tech Talks at the Gŵyl Golwg Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/internationalphysicsconferencetodiscusslatestbreakthroughs.php">International physics conference to discuss latest breakthroughs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityhostsleadingauthorsfromacrosstheuk.php">Swansea University hosts leading authors from across the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/rugbystarandswanseastudentshortlistedfortopaward.php">Rugby Star and Swansea Student Shortlisted for Top Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityprofessorappointedplasticsurgerychair.php">Swansea University Professor Appointed Plastic Surgery Chair </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseascientistsdiscoverhowtohealosteoarthritis.php">Swansea Scientists Discover How to Heal Osteoarthritis </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitytoappointmorewelshlanguagemediumacademics.php">Swansea University to Appoint More Welsh Language Medium Academics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudentandparalympiancallstimeoncareer.php">Swansea Student and Paralympian Calls Time on Career </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseadistinguishedlecturesincomputerscience.php">Swansea Distinguished Lectures in Computer Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/countdownbeginstovarsity2013.php">Countdown Begins to Varsity 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/schooloflawresearchseminarinassociationwiththehywelddaresearchinstitute.php">School of Law Research Seminar in association with The Hywel Dda Research Institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/specialeventacknowledgesswanseauniversityacademics.php">Special Event Acknowledges Swansea University Academics </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitiesopeningdoorstobusinessseries.php">Universities: Opening Doors to Business series;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/academicawardedforearlycareerachievements.php">Academic Awarded for Early Career Achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitychairformajorwelshpoet.php">Swansea University Chair for Major Welsh Poet</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newbookpresentedtoprolificscholar.php">New Book Presented to Prolific Scholar </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademicwinssaunderslewismemorialscholarship.php">Swansea Academic Wins Saunders Lewis Memorial Scholarship </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scientistsscienceandsociety.php">Scientists, Science and Society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/climatechangeconsortiumofwalesc3w.php">Climate Change Consortium of Wales (C3W)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/centreforthecomparativestudyoftheamericascecsam.php">Centre for the Comparative Study of the Americas (CECSAM)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/welshlanguageseminars.php">Welsh Language Seminars</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/eventinternationalpremierescreeningofthinice.php">Event: International Premiere Screening of ‘Thin Ice’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/celebratebobcofiantrwilliamsparrybyalanllwyd.php">Celebrate Bob: Cofiant R. Williams Parry by Alan Llwyd</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudentspraisedforperformanceatinternationalcompetition.php">Swansea Students Praised for Performance at International Competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansea-siavongateamlivebelowtheline.php">Swansea-Siavonga Team Live Below the Line</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/ourchangingclimatescienceimpactsandpolicy-1.php">Our Changing Climate: Science, Impacts and Policy </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/whosepeoplewalesisraelpalestine.php">Whose People? Wales, Israel, Palestine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/pupilsencouragedtopracticetheirwelshoncampus.php">Pupils encouraged to practice their Welsh on Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/lecturersappointedtomeetdemandforwelshlanguageprovisionatswansea.php">Lecturers Appointed to Meet Demand for Welsh Language Provision at Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/pupilstoshowcasetheirrobotsatthetechnocampsnationalroboticscompetition.php">Pupils to showcase their robots at the Technocamps ‘National Robotics Competition’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseasuccessfullyretainathenaaward.php">Swansea Successfully Retain Athena Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thousandscelebrateeisteddfodproclamationincarmarthen.php">Thousands Celebrate Eisteddfod Proclamation in Carmarthen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/academicawardedforearlycareerachievements-1.php">Academic Awarded for Early Career Achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseawinstopstudentservicesteamaward.php">Swansea wins Top Student Services Team Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/westminstercomestoswansea.php">Westminster comes to Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newresearchexaminesthespreadandevolutionoffoodpoisoning.php">New research examines the spread and evolution of food poisoning </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/openhouseathafod-morfacopperworkssaturday14thseptember2013.php">Open house at  Hafod-Morfa Copperworks Saturday 14th September 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/worldexpertsonnovelrecreationaldrugstoconveneinswansea.php">World experts on novel recreational drugs to convene in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/classicsincommunitiesancientlanguages2014andbeyond.php">Classics in Communities: Ancient Languages 2014 and Beyond</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/turnturnturntoeverythingthereisareason.php"> Turn, turn turn: to everything there is a reason !  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitywelcomeschinesecolleaguesforsecondswansea-tsinghuajointworkshopofcomputationalmechanics.php">University welcomes Chinese colleagues for second Swansea-Tsinghua Joint Workshop of Computational Mechanics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/livingthedream.php">Living the “Dream”?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thebrainsgpsresearchersdiscoverhumanneuronslinkedtonavigationinopenenvironments.php">The Brain’s GPS: Researchers Discover Human Neurons Linked to Navigation in Open Environments </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansearesearchhelpsformnewguidancetosupportmedicalstudentswithmentalhealthconditions.php">Swansea research helps form new guidance to support medical students with mental health conditions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityjoinsospreysrugbydevelopmentprogramme.php">Swansea University joins Ospreys rugby development programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentscelebrate10yearsofsummeruniversitysuccess.php">Students celebrate 10 years of Summer University success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mappingoutthefutureofthewelshlanguage.php">Mapping out the future of the Welsh language </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/launchtocelebrateswanseabecomingtheukcapitalofchildrensrights.php">Launch to celebrate Swansea becoming the UK capital of children’s rights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/septembersciencecafecollectivebehaviourinhumansandotheranimals.php">September Science Cafe: ‘Collective Behaviour in Humans and Other Animals’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universityleadsthewayforbusinessesinwales.php">University leads the way for businesses in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/eidal-adha.php"> Eid al-Adha</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromwalterwhittakertomichaellaudrupahelter-skelterjourneybytheswanstopremiershipglory.php">From Walter Whittaker to Michael Laudrup: A helter-skelter journey by the Swans to Premiership glory</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentexhibitioncelebratesheritageskillsprogramme.php">Student exhibition celebrates heritage skills programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/showcaseeventtohelpbusinessesbenefitfromuniversityexpertise.php">Showcase event to help businesses benefit from University expertise</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/killerwhalestobravethechannel.php">‘Killer Whales’ to brave the Channel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/welshitbusinessesrecognisedasbestinclass.php">Welsh IT Businesses Recognised as ‘Best in Class’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/schoolofmanagementstudentwinsnikeinternship.php">School of Management student wins Nike Internship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universitysbaycampussiteopensdoorstolocalstudentsandteachers.php">University's Bay Campus site opens doors to local students and teachers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansea2014-championshipmarkunveiled.php">Swansea 2014  - Championship Mark Unveiled</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/egyptcentrevolunteersrewardedwithgold.php">Egypt Centre Volunteers rewarded with Gold</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/primaryschoolpupilsinwalessettobecomecreatorsnotjustconsumersofdigitaltechnologies.php">Primary school pupils in Wales set to become creators,not just consumers of digital technologies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newbookshopopensonswanseauniversitysingletoncampus.php">New bookshop opens on Swansea University Singleton Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/360beachandwatersportscelebratesits1stbirthday.php">360 Beach and Watersports celebrates its1st birthday!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/360beachandwatersportscelebratesits1stbirthday.php">360 Beach and Watersports celebrates its1st birthday!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitybucspartnershipbackedinbidtohostworlduniversityrugby7s.php">Swansea University/BUCS partnership backed in bid to host  World University Rugby 7s</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/360marina5kmrunkicksoff.php">360 Marina 5km run kicks off </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitygetstopmarksforenvironmentalmanagement.php">Swansea University gets top marks for environmental management </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/tourismappsahitattechnocampssummerresidential.php"> Tourism apps a hit at ‘Technocamps’ Summer residential.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansea-siavongaschoolscholarshipschemeofferseducationopportunitiesforchildreninafrica.php">Swansea- Siavonga School Scholarship Scheme offers  education opportunities for children in Africa </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansea-siavongaschoolscholarshipschemeofferseducationopportunitiesforchildreninafrica.php">Swansea- Siavonga School Scholarship Scheme offers  education opportunities for children in Africa </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/childrenandyoungpeoplefromswanseacelebratetheirrighttobeheard.php">Children and young people from Swansea celebrate their right to be heard </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentsatisfactionremainshighatswanseanationalstudentsurvey2013.php">Student satisfaction remains high at Swansea – National Student Survey 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseascopper-bottomedregenerationproject.php">Swansea’s copper-bottomed regeneration project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/beaconshortlistedformajoreuropeanaward.php">BEACON shortlisted for major European award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansearetainsitsplaceintheworldstop5ofuniversities.php">Swansea retains its place in the world’s top 5% of universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mpandhistoriantobeemeritusprofessorinhistoryandclassics.php">MP and historian to be Emeritus Professor in History and Classics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/formercabinetministerpeterhaintobevisitingfellowatswansea.php">Former Cabinet Minister Peter Hain to be Visiting Fellow at Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dnadamage-researchfundingforswanseaexperttopresentatbrazilconference.php">DNA damage - research funding for Swansea expert to present at Brazil conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylocationlocationlocation.php">Swansea University – location, location, location!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseamovesupintotop50insundaytimesgooduniversityguide.php">Swansea moves up into top 50 in Sunday Times Good University Guide  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/significantboostforswanseauniversityasnewtermgetsunderway.php">Significant Boost for Swansea University as New Term gets Underway </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/languagesdepartmentteamsupwithglobalbusinesstolaunchtranslationcompetition.php">Languages department teams up with global business to launch translation competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newdirectorforleadingsocialscienceresearchcentre.php">New Director for leading social science research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/ospreyslaunchstudentdealatswanseauni.php">Ospreys launch student deal at Swansea Uni</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/careersandemployabilityfair-studentsgetchancetomeetemployersface-to-face.php">Careers and Employability Fair - students get chance to meet employers face-to-face   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitywinswelshmarketingaward.php">Swansea University wins Welsh marketing award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/tributetoformerprofessorofwelshdellisevans.php">Tribute to former Professor of Welsh D. Ellis Evans</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/clinicaltrialsdoesyourpostcodematter.php">Clinical trials: does your postcode matter?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/personalitymayaffectanewmothersdecisiontobreastfeed.php">Personality May Affect a New Mother’s Decision to Breastfeed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/manofsteel--historianstodelveintoarchivesofawelshindustrialgiant.php">Man of steel -- historians to delve into archives of a Welsh industrial giant </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitylancetstudyquestionsprobioticuse.php">Swansea University Lancet study questions probiotic use</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/intheswimprincessannevisitsswansea.php">In the swim – Princess Anne visits Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thepromisedlandbarackobamaandmartinlutherkingsdream.php">The Promised Land? Barack Obama and Martin Luther King’s ‘Dream’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/researchersaskstudentstohelpstudy.php">Researchers ask students to help study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/geologistsassociationlecturehotandcoldvolcaniceruptionsbeneathice.php">Geologists' Association Lecture – Hot and Cold: Volcanic eruptions beneath ice</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromcaretouniversityhighlightingswanseassupportforstudentswithacarebackground.php">From Care to University: Highlighting Swansea’s support for students with a care background</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitybikerssprintinfirstincyclechallenge.php">Swansea University bikers sprint in first in Cycle Challenge </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/pupilssettomasternaturaldisasters.php">Pupils set to ‘master natural disasters’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theologypubliclectureisforgivenessimmoral.php">Theology Public Lecture: “Is Forgiveness Immoral?” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/chairmanoflawcommissiontogivehywelddainstituteannuallecture.php">Chairman of Law Commission to give Hywel Dda Institute annual lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/archbishopbarrymorganandrowanwilliamsdiscussthepoetryofrsthomas.php">Archbishop Barry Morgan and Rowan Williams discuss the poetry of R.S. Thomas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/daceoctobercommunitylecture.php">DACE October Community Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/octobersciencecafenanotechnologyarewethereyet.php">October Science Cafe: Nanotechnology: are we there yet?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/leadingbusinessgrowthlunchevent.php">Leading Business Growth lunch event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/freeseminartohelpictsectorsecurerdfunding.php">Free seminar to help ICT sector secure R&amp;D funding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/spanishandlatin-americanrhythmsandwomenshistoryatswanseauniversity.php">Spanish and Latin-American rhythms and women’s history at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/bbcstheskyatnightpresentertogivedolenlectureherschelspaceobservatorytheendofthebeginning.php">BBC’s The Sky at Night Presenter to give Dolen Lecture Herschel Space Observatory: the end of the beginning </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentmidwifesupportspreciouscargo.php">Student Midwife supports Precious Cargo</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentmidwifesupportspreciouscargo.php">Student Midwife supports Precious Cargo</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mostdeservingstudentfinalistcanbefoundatswanseauniversity.php">Most Deserving Student finalist can be found at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/onehundredteacherssettoup-skillincomputerscience.php">One hundred teachers set to up-skill in Computer Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademicwinsswanseaprofessorsmemorialcivilengineeringprize.php">Swansea academic wins Swansea Professor’s memorial  civil engineering prize </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/chiefmedicalofficerlaunchesalcoholawarenesspack.php">Chief Medical Officer launches alcohol awareness pack</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/chiefmedicalofficerlaunchesalcoholawarenesspack.php">Chief Medical Officer launches alcohol awareness pack</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/universityhelpsmanicswithnewsingle.php">University helps Manics with new single</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dylanthomasprizeshortlist2013announced.php">Dylan Thomas Prize Shortlist 2013 Announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/annualequalopportunitieslecture2013.php">Annual Equal Opportunities Lecture 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/novemberdacecommunitylecturejaneaustenandlordbyron.php">November DACE Community Lecture: Jane Austen and Lord Byron</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudentstandsupforschizophrenia.php">Swansea University Student Stands Up for Schizophrenia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/houstoncallingtexassecondmentforswanseananohealthscholar.php">Houston calling – Texas secondment for Swansea NanoHealth scholar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitysupportsresearchintooffshorerenewables.php">Swansea University supports research into offshore renewables </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/businessleadersgatherfornewschoolofmanagementlaunch.php">Business leaders gather for new School of Management launch</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newbookrevealswalessroleinrebuildingthepost-warlivesofthreefemaleholocaustsurvivors.php">New book reveals Wales’s role in rebuilding the post-war lives of three female Holocaust survivors </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/novembersciencecafe-thesevernbarrageeuropeslargestproposedmarinerenewableenergyproject.php">November Science Cafe -The Severn Barrage: Europe's Largest Proposed Marine Renewable Energy Project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/entrepreneurswales2013.php">Entrepreneurs Wales 2013 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/encouragingthestudyofmathssecondaryschoolscareersmathsappsgetsbackontheroad.php">Encouraging the Study of Maths:  Secondary Schools Careers ‘Maths Apps’ gets back on the road</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/royalinstitutiontoexhibitstunningimagesofswansearesearchinlondon.php">Royal Institution to exhibit &quot;stunning&quot; images of Swansea research in London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/marketing2020whatwillyoubedoing.php">Marketing 2020: What will you be doing?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theologypubliclecturethebrushspietyrsthomasspaintingpoems.php">Theology Public Lecture “The brush’s piety”: R.S. Thomas’s painting poems</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/carolsatuniversityinaidofthevictimsoftyphoonhaiyan.php">Carols at University in aid of the victims of Typhoon Haiyan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theologypubliclecturecanweknowanythingaboutthehistoricaljesus.php">Theology Public Lecture: “Can we know anything about the historical Jesus?”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/magicmummiesandspiritsofthedeadattheegyptcentre.php">Magic, Mummies and Spirits of the Dead at the Egypt Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mwynnthomasprizewinnertobeannouncedatlaunchevent.php">M Wynn Thomas Prize winner to be announced at launch event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/leadwaleshelpedhannahsparkideasthatleadtorenewedgrowth.php">LEAD Wales helped Hannah spark ideas that lead to renewed growth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/innovationbeginsathome.php">Innovation Begins at Home</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/welshnodeofgroundbreakingnewukvirtualnetworklaunches.php">Welsh Node of ground breaking new UK virtual network launches</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/smetenderopportunitiesonbaycampus.php">SME tender opportunities on Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromsikkimtoswanseastudentsseeksupportfortibetxchangeprogramme.php">From Sikkim to Swansea: Students seek support for TibetXChange programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/studentsgainplaceonwelshmediaindustrytrainingday.php">Students gain place on Welsh Media industry training day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromcoaltocalonlanswanseavalleystoriesrevealedinnewexhibition.php"> From Coal to Calon Lân: Swansea Valley stories revealed in new exhibition </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/languagesteamtostudyeuropeanviewsofwales.php">Languages team to study European views of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseasocialscientistconferredasacademician.php">Swansea social scientist conferred as Academician</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/oneofthefamilywalestoshareinesrcs64mbigdatafundinginvestment.php">One of the family… Wales to share in ESRC’s £64m Big Data funding investment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/solarenergyresearchcentretoputwalesatforefrontofsolarindustry.php">Solar energy research centre to put Wales at forefront of solar industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/researchersfindoceanplanktonspeciesarenotadaptingtoclimatechangeandcoulddisappearaltogether.php">Researchers find ocean plankton species are not adapting to climate change – and could disappear altogether</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitystudenttakeslobsterresearchacrossthepond.php">Swansea University student takes lobster research across the pond</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycongratulateshonoraryfellowonnobelprize.php">Swansea University congratulates honorary fellow on Nobel prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromswanseatogrenoblefrenchconnectionwillboostresearchlinksandgivenewopportunitiestostudents.php">From Swansea to Grenoble: French connection will boost research links and give new opportunities to students  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityhostsfootballfestivalfor300children.php">Swansea University hosts football festival for 300 children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/academicwriterswinmwynnthomasprize.php">Academic writers win M Wynn Thomas prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/improvingplayersrecovery-studentlandssportsscientistpostwithswanseacity.php">Improving players' recovery - student lands sports scientist post with Swansea City </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseawelcomesbackaward-winninggermanwriterjorgbernig.php">Swansea welcomes back award-winning German writer Jörg Bernig </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaisfirstcityinuktopilotunescoslearningcities.php">Swansea is first city in UK to pilot UNESCO’s “Learning Cities”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/newstudyofdylanthomasspoetrybyswanseaexpertlaunchedinwestminster.php">New study of Dylan Thomas’s poetry by Swansea expert launched in Westminster  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/earlyseasonsuccessforswanseaswimmers.php">Early season success for Swansea swimmers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaparalympiantohelpmarkdisabilityhistorymonth.php">Swansea Paralympian to help mark Disability History Month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/clairevayewatkinswinsdylanthomasprize2013.php">Claire Vaye Watkins wins Dylan Thomas Prize 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/theannualequalopportunitieslecture2013.php">The Annual Equal Opportunities Lecture 2013 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/catchingthelightteaminspirerainbownationyoungsters.php">‘Catching the light’ team inspire Rainbow Nation youngsters</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/localexpertschoosehistoricnamesforuniversitysbaycampus.php">Local experts choose historic names for University’s Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/scarletsscientistisinviteddownunder.php">Scarlets' scientist is invited Down Under</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swansea-barcelonaconferencelauncheslinkwithspainstopuniversity.php">Swansea-Barcelona conference launches link with Spain’s top university   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseatherealcentreoftheuniverse-newworkbyvisitinggermanpoet.php">Swansea, “the real centre of the universe” -  new work by visiting German poet </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseabasedrdmwins6mcontractonnewbaycampus.php">Swansea based RDM wins £6m contract on new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/globalentrepreneurshipweekatswanseauniversity.php">Global Entrepreneurship Week at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/dacecommunitylecturethehistoryofthemedievalchild.php">DACE Community Lecture:The History of the Medieval Child</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/celebratingachievementwinterdegreeandawardcongregations2014.php">Celebrating achievement: Winter Degree and Award Congregations 2014</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitymarksadalovelaceday.php">Swansea University marks ‘Ada Lovelace Day’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitybucstohostworlduniversityrugby7schampionships.php">Swansea University &amp; BUCS to host  World University Rugby 7s Championships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/further18monthsoffundingforuniversitysmaterialslivescienceandengineeringinitiative.php">Further 18 months of funding for University’s Materials: Live!’ science and engineering initiative </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/knowledgeexchangeglobaltradingcompanyostccollaborateswithschoolofmanagement.php">Knowledge exchange: Global trading company OSTC collaborates with School of Management</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/researchfindscomputerprogrammemayaidreading.php">Research finds computer programme may aid reading</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/fromlabbenchtowestminster.php">From Lab Bench to Westminster</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/areyouhappywiththat-swanseauniversitylecturerpublishesrefugeeexperiencesinwales.php">Are You Happy With That? - Swansea University lecturer publishes refugee experiences in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/thebestteaminthecountryforsupportingvisually-impairedstudents.php">“The best team in the country” for supporting visually-impaired students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/researchseminarexploreslivesofecuadorianwomenmigrants.php">Research Seminar explores lives of Ecuadorian women migrants</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversityreadyfortheref.php">Swansea University: ready for the REF</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/uniqueoraclebuildinghasfirmfoundationsforoutdoorresearchandcommunitylearning.php">Unique ORACLE building has firm foundations for outdoor research and community learning</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseauniversitycelebrateswallacecentenary2013.php">Swansea University celebrates Wallace Centenary 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/mptogivelectureonmiddleeast.php">MP to give lecture on Middle East</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/expertongermanyintroducesnewplayopeningatnationaltheatre.php">Expert on Germany introduces new play opening at National Theatre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/partnershipsupportsappdevelopmentcommunity.php">Partnership Supports App Development Community</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseabusinessesawardedforemployabilityexcellence.php">Swansea Businesses Awarded for Employability Excellence </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/boostforleadwalesprojectasfinanceministeroutlinesopportunitiesforinvestingfurther2bneufundsinwales.php">Boost for LEAD Wales project as Finance Minister outlines opportunities for investing further £2bn EU funds in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/aidforresearcherswinstheaward.php">Aid for researchers wins THE award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/surferappteamaimforgooglehqcontest.php">Surfer app team aim for Google HQ contest</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/gatesfoundationtofundswanseaworkonsleepingsickness.php">Gates Foundation to fund Swansea work on sleeping sickness</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseastudenttakesonrussiansaticehockey.php">Swansea student takes on Russians at ice hockey</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/vicemayorofbeijingvisitsswanseauniversity.php">Vice Mayor of Beijing visits Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/labourleaderreceivesuniversitybook.php">Labour leader receives university book</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/anextra1milliontobespentonimprovingstudentexperience.php">An extra £1 million to be spent on improving student experience </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/new950000projectaimstoimprovehealthservicesinswanseabridgendandneathporttalbot.php">New £950,000 project aims to improve health services in Swansea, Bridgend and Neath Port Talbot</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/preventingemergenciesswanseateampioneertrialofnewnhssystem.php">Preventing emergencies: Swansea team pioneer trial of new NHS system</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/swanseaacademictoleaduk-russiaworkshopforearlycareerresearchersinmoscow.php">Swansea academic to lead UK-Russia workshop for early career researchers in Moscow</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/majorgrantssecuredformedicalresearch.php">Major grants secured for medical research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/bonegraftingimprovementswiththehelpofseacoral.php">Bone grafting improvements with the help of sea coral</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/ukandturkishresearchersjoinforcestotargetpest.php">UK and Turkish researchers join forces to target pest</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/averdictofaccidentaldeath.php">A verdict of accidental death!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2013/shouldwespoonfeedbabiesnewstudyshedslightonchildhoodobesity.php">Should we spoonfeed babies?  New study sheds light on childhood obesity</a>
</li>
    </ul>
</div>
  <div class="child-sections">

    <h2>News Archive</h2>

    

</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>
