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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="102089">
<meta property="su:last-modified" content="Wed, 25 Sep 2019 16:17:51 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">2015</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/2015/">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">2015</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%2F2015%2Findex.php" data-url="https://cms.swan.ac.uk/press-office/news-archive/2015/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/2015/index.php" data-href="https://cms.swan.ac.uk/press-office/news-archive/2015/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/2015/index.php&amp;title=2015" data-url="https://cms.swan.ac.uk/press-office/news-archive/2015/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/2015/index.php" data-size="tall" data-annotation="none" data-count="false" data-href="https://cms.swan.ac.uk/press-office/news-archive/2015/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=2015&body=https://cms.swan.ac.uk/press-office/news-archive/2015/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/2015/stmodwenandswanseauniversityagreeadditionalphaseofstudentaccommodationforthenewlyopenedbaycampus.php">St. Modwen and Swansea University agree additional phase of student accommodation for the newly opened Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityhistorianpresentsbrandnewbbctwoseries.php">Swansea University historian presents brand new BBC Two series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newtimetablefortheunibusnetwork.php">New timetable for the Uni Bus network </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/wintergiftsandseasonalhealthchecksforswanseashomeless.php">Winter gifts and seasonal health checks for Swansea’s homeless</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/audiologyawardsuccessforswanseastudentffion.php">Audiology award success for Swansea student Ffion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ahrctenthanniversarypublicationfeaturesswanseaprofessorsdylanthomasresearch.php">AHRC tenth anniversary publication features  Swansea Professor’s Dylan Thomas research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/honoraryprofessorshipforcardiothoracicsurgeon.php">Honorary Professorship for cardiothoracic surgeon</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseanursingstudentsaimtobringjoytolonelyhospitalpatientsthischristmas.php">Swansea nursing students aim to bring joy to lonely hospital patients this Christmas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/gpstechnologyusedtounderstandtheperformanceofhumanteams.php">GPS technology used to understand the performance of human teams</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/dragonsdenduosettorevolutionisesurgicalpatientcarewithnewwearabletech.php">Dragons’ Den duo set to revolutionise surgical patient care with new wearable tech</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearchfindsthatthelearningstylesmythisthrivinginhighereducation.php">Swansea University research finds that the Learning Styles myth is thriving in higher education</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitysnewelectricvehiclessave45tonnesofcarbonemissions.php">University’s new electric vehicles save 4.5 tonnes of carbon emissions </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/lotusleafinspiresnewwaterproofingmaterial.php">Lotus leaf inspires new waterproofing material </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitywinseufundspublicityaward2015fornewbaycampus.php">University wins EU Funds Publicity Award 2015 for new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ionleadershipprojectannounced39meubackedboosttoleadbusinesssuccess.php">ION Leadership project announced – £3.9m EU backed boost to lead business success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/europespoorestchildrenaresufferingmostfromausteritymeasuressayresearchers.php">Europe’s poorest children are suffering most from austerity measures, say researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/medicalschoolawardsrecognisetheachievementsof2015.php">Medical School awards recognise the achievements of 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/expertsvolunteertoprovidefreeenglishclassesforrefugees.php">Experts volunteer to provide free English classes for refugees </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityrecognisedwithglobalentrepreneurshipweek2015highimpacthostaward.php">University recognised with Global Entrepreneurship Week 2015 High Impact Host Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/resoundingsuccessforriahsbeinghumanheritagehealthandwellbeingpubliceventsseries.php">“Resounding success” for RIAH’s Being Human: Heritage, Health and Wellbeing public events series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/12meubackedbeaconbiorefiningresearchandinnovationprojectgetsthegreenlight.php">£12m EU backed BEACON+ biorefining research and innovation project gets the ‘green’ light</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/townofstarsandsteelteachersroleinnurturingporttalbottalent.php">Town of stars and steel: teachers’ role in nurturing Port Talbot talent</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/panningforgreengolddevelopingthealgalbioeconomyenalgaeprojectdocumentarylaunchedonline.php">Panning for Green Gold: developing the algal bioeconomy: EnAlgae project documentary launched online</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawelcomesdelegationfromchinasstateadministrationofforeignexpertsaffairs.php">Swansea welcomes delegation from China’s State Administration of Foreign Experts Affairs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newparamedicstudentsuiteopenedbydeputyhealthminister.php">New paramedic student suite opened by Deputy Health Minister</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/santanderopensforbusinessatswanseauniversitysingletoncampus.php">Santander opens for business at Swansea University Singleton Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/leadingcanadianuniversityhonoursswanseaprofessorforreproductiveimmunologyresearch.php">Leading Canadian university honours Swansea Professor for reproductive immunology research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theparisattacksdomesticandinternationalconsequences.php">The Paris Attacks: Domestic and International Consequences</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/aeuropeantravellertowaleswriterjorgbernigreadsatswanseaexhibition.php">A European Traveller to Wales: writer Jörg Bernig reads at Swansea exhibition </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/mothersofchildrenwithautismreportworseimmunity.php">Mothers of children with autism report worse immunity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaplantoboostlatininschoolswinsbritishacademylanguagesaward.php">Swansea plan to boost Latin in schools wins British Academy languages award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/learnedsocietyofwalesgrantedroyalcharter.php">Learned Society of Wales granted Royal Charter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/hywelddasbigthankyoutoswanseastudentnurseshan.php">Hywel Dda’s ‘Big Thank You’ to Swansea student nurse Shan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeofhumanandhealthscienceslaunchesimprovementscienceresearchgroupisrg.php">College of Human and Health Sciences launches  Improvement Science Research Group (ISRG)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/nursingtimespublishespoembyswanseamentalhealthnursingstudentlauren.php">Nursing Times publishes poem by Swansea Mental Health Nursing student Lauren</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/aclassiccarruncommemoratingthebattleofmametzwoods.php">A Classic Car Run commemorating the Battle of Mametz Woods</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaspastissafeinyoungpeopleshandscopperworksheritagewinnersannounced.php">Swansea’s past is safe in young people’s hands – copperworks heritage winners announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/windsongsoftheblessedbayatswanseasclynefarmcentre.php">‘Windsongs of the Blessed Bay’ at Swansea’s Clyne Farm Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycyberterrorismresearcherrepresentstheukatnatocourseonterroristuseofcyberspace.php">Swansea University cyberterrorism researcher represents the UK at NATO Course on Terrorist Use of Cyberspace</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/conferencediscussesregulatingtheglobaleconomy.php">Conference discusses regulating the global economy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityandhywelddahealthboardcementrelationship.php">University and Hywel Dda Health Board cement relationship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityprofessorappointedaschairofrespiratorymedicine.php">Swansea University Professor appointed as Chair of Respiratory Medicine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastudentspresentresearchintoterroristpublicationstotheformerindependentreviewerofterrorismlegislation.php">Swansea students present research into terrorist publications to the former Independent Reviewer of Terrorism Legislation.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/award-winningswanseaprofessorpublishessecondcompletecollectionofpoetry.php">Award-winning Swansea Professor publishes second complete collection of poetry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchfindseffectsofcalorierestrictiononthebrainmayhelppromotehealthyageingandcombatneurodegenerativedisease.php">Research finds effects of calorie restriction on the brain may help  promote healthy ageing and combat neurodegenerative disease</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycreativewritinggraduatelaunchesandsignsawardwinningcollectionofshortstories.php">Swansea University creative writing graduate launches and signs award winning collection of short stories </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ukmetofficesheadofintegrationandgrowthtospeakontheweatherandclimatehowwillitchangeinthefuture.php">UK Met Office’s Head of Integration and Growth to speak on 'The weather and climate: How will it change in the future?'</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/barcodeuk-savingplantsandpollinatorsusingdnabarcoding.php">Barcode UK - saving plants and pollinators using DNA barcoding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/diabetesresearch-swansealeadsnewall-walesteam.php">Diabetes research - Swansea leads new all-Wales team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseacityshareholderstobackuniversity-basedspinoutcompanies.php">Swansea City shareholders to back University-based spinout companies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitypostgraduatestudentsatisfactionlevelsincrease.php">Swansea University postgraduate student satisfaction levels increase </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitybusservicesnotonlybenefitstudentsbutalsothewholecommunity.php">University Bus Services not only benefit Students but also the whole Community</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ahealthybodyisahealthymind.php">A healthy body is a healthy mind? </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycommemoratesremembranceday.php">Swansea University Commemorates Remembrance Day </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitypaystributetoremarkableswanseascientistprofessorbrianwilshireobefreng.php">University pays tribute to “remarkable” Swansea scientist Professor Brian Wilshire OBE FREng</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/windsongsoftheblessedbayatswanseasclynefarmcentre-1.php">‘Windsongs of the Blessed Bay’ at Swansea’s Clyne Farm Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchindicatesbreastfeedingdifficultiesmayincreaseriskofpostnataldepression.php">Research indicates breastfeeding difficulties may increase risk of postnatal depression</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclecturediscoursesofreligiousdiversityexploringthevalueofdifferenceanddiversityindebatesaboutreligionintheuk.php">Theology Public Lecture “Discourses of Religious Diversity: Exploring the value of ‘difference’ and ‘diversity’ in debates about religion in the UK”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitywinscanmolwalesmarketingaward.php">Swansea University wins Canmol: Wales Marketing Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafethetheoryofeverything.php">Science Cafe: The Theory of Everything</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/artthehafodthespiritofplace.php">‘Art @ the Hafod – the spirit of place’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawriterpoetandmarinerdonatespaperstoswanseauniversity.php">Swansea writer, poet and mariner donates papers to Swansea University  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/successforuniversityinbusinessandeducationpartnershipsawards2015.php">Success for University in  Business and Education Partnerships Awards 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/dacecommunitylectureinsightsintoalzheimers.php">DACE Community Lecture: Insights into Alzheimer’s</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawelcomessiavongateachersandstudentstothecity.php">Swansea welcomes Siavonga teachers and students to the city</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/warmconditionscouldcausehigherfemaleturtlepopulation.php">Warm conditions could cause higher female turtle population</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/freepubliceventsaspartofnationalhumanitiesfestivalinnovember.php">Free public events as part of national humanities festival in November </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/settlinginternationaldisputesonthelawoftheseatrendsandchallenges.php">“Settling international disputes on the law of the sea: trends and challenges”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/gwaithhyweldafipublishingtheworkofoneofthemostimportantpoetsofthefifteenthcentury.php">Gwaith Hywel Dafi: publishing the work of one of the most important poets of the fifteenth century</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseabuildsnewlinkswithkoreaandchina.php">Swansea builds new links with Korea and China </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/unescolearningcityawardforswanseabaycityregion.php">UNESCO Learning City Award for Swansea Bay City Region</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/scanningelectronmicroscopescasestudy.php">Scanning Electron Microscopes – Case Study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/lordcarliletolectureatuniversity.php">Lord Carlile to lecture at University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclecturecanachristianserveinthemilitary.php">Theology Public Lecture “Can a Christian Serve in the military?”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/wcpcannualtechnicalconferenceandexhibition.php">WCPC Annual Technical Conference and Exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/wcpcannualtechnicalconferenceandexhibition.php">WCPC Annual Technical Conference and Exhibition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collaborate2015atswanseauniversity.php">COLLABORATE 2015 at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawelcomesfirsteveruscongressdelegationtowales.php">Swansea welcomes first ever US Congress delegation to Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/schoolofmanagementwelcomeseibvice-presidenttobaycampus.php">School of Management welcomes EIB Vice-President to Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/postgraduatestudyopenafternoons.php">Postgraduate Study Open Afternoons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesblackhistorymonth.php">Swansea University celebrates Black History Month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theegyptcentrenightatthemuseum.php">The Egypt Centre: Night at the Museum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/dementiasplatformuklaunchesunparalleledresourcefordementiasresearch.php">Dementias Platform UK launches unparalleled resource for dementias research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/eventpromotescybersecuritytowelshpublic-privatepartnerships.php">Event promotes cyber security to Welsh public-private partnerships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/touristsexplorersrefugeesnewexhibitiononwalesasseenbyeuropeanvisitors1750-2010.php">Tourists, explorers, refugees:  new exhibition on Wales as seen by European visitors 1750-2010</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/allblackstrainatswanseauniversityaheadofgameagainstfrance.php">All Blacks train at Swansea University ahead of game against France</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaglaciologistsheadtoantarcticatoinvestigateiceshelfmelt.php">Swansea glaciologists head to Antarctica to investigate ice shelf melt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thematerialsadvancedcharacterisationcentremach1-kennametalcasestudy.php">The Materials Advanced Characterisation Centre (MACH1) - Kennametal Case Study </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/firstministeropensuniversitysbaycampusengineeringquarter.php">First Minister opens University’s Bay Campus Engineering Quarter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newresearchshowsdeepfjordtemperaturescontrolcalvingratesattidewaterglaciers.php">New research shows deep fjord temperatures control calving rates  at tidewater glaciers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseacommunitywelcomedatuniversitysnewbaycampus.php">Swansea community welcomed at University’s new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafeascenictouraroundthecircle.php">Science Cafe: A scenic tour around the circle</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/asafejourneyhomeensuringcomfortanddignityattheendoflife.php">A safe journey home: ensuring comfort and dignity at the end of life</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/judgesforthe2016internationaldylanthomasprizeannounced.php">Judges for the 2016 International Dylan Thomas Prize announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseasegyptcentrepartofuk-wideharrypottermuseumcompetition.php">Swansea’s Egypt Centre part of UK-wide Harry Potter museum competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/successfulbrusselscloseouteventbringsenalgaeprojecttoanend.php">Successful Brussels close out event brings EnAlgae project to an end</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymedicalschoolattheexpo2015.php">Swansea University Medical School at The Expo 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/egyptcentrevolunteerscouldbetopoftheworldwithhelpfromyou.php">Egypt centre volunteers could be top of the world with help from you </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theheritageapprentice.php">‘The Heritage Apprentice’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/rscadvancesjournalroleforswanseaengineeringacademic.php">RSC Advances journal role for Swansea Engineering academic</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityshortlistedforcanmolwalesmarketingaward.php">Swansea University shortlisted for Canmol: Wales Marketing Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentsgetchancetomeetemployersface-to-faceatlargestevercareersfairs.php">Students get chance to meet employers face-to-face at largest ever careers fairs   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/marywilliamsgroupseminar2015.php">Mary Williams Group Seminar 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ukin-houseindividualoftheyearpublicsectorawardforuniversitysheadoflegalservices.php">UK In-house Individual of the Year: Public Sector award  for University’s Head of Legal Services</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/anoutstandingachievementtobecelebratedtimeshighereducationtop400worlduniversityrankingforswansea.php">“…an outstanding achievement to be celebrated” Times Higher Education top 400 World University Ranking for Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/fijianrugbyworldcupteamtrain-andmakefriends-atswanseauniversity.php">Fijian Rugby World Cup team train - and make friends - at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/novelistpoetandplaywrightowensheersgivespubliclectureatswanseauniversity.php">Novelist, poet and playwright Owen Sheers gives public lecture at  Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/engineeringexpertreceiveschinasmostprestigioushonour.php">Engineering expert receives China’s most prestigious honour</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/americanphysicalsocietyhonoursswanseaphysicist.php">American Physical Society honours Swansea physicist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityleadsinnovationinsalmonhealthandwelfare.php">Swansea University leads innovation in Salmon health and welfare</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/faithinthepolice-theologypubliclecture29sept.php">Faith in the Police - theology public lecture, 29 Sept</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/1000mphbloodhoundsupersoniccarisunveiled.php">1,000mph BLOODHOUND Supersonic Car is unveiled</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/finalenalgaereportcardpublishedaheadofprojectcloseout.php">Final EnAlgae report card published ahead of project close out</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityblossomsincelebrationwithswanseainbloom2015success.php">Swansea University blossoms in celebration with Swansea in Bloom 2015 success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/expertsgathertomarkthelaunchprimecentrewales.php">Experts gather to mark the launch PRIME Centre Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafesomeunsungheroesandheroinesofscience.php"> Science Cafe: Some Unsung Heroes and Heroines of Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitypartnershipreceiveswelshgovernmentfundingtotrainaerospaceengineersofthefuture.php">Swansea University partnership receives Welsh Government funding to train aerospace engineers of the future</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysspectacular450mbaycampusopens.php">Swansea University’s spectacular £450m Bay Campus opens</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitybidsfarewelltothecanucksrugbyworldcupteam.php">Swansea University bids farewell to the “Canucks” rugby world cup team  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseafirmlyembeddedwithintheleadingresearchuniversitiesintheuk.php">Swansea firmly embedded within the leading research Universities in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collaborativeplacementprogrammehailedasaresoundingsuccess.php">Collaborative placement programme hailed as a resounding success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/conferencetalkhighlightsuniversity-businesscollaboration.php">Conference talk highlights university-business collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/pro-vicechancellorelectedvicepresidentofprestigiouslearnedsociety.php">Pro-Vice Chancellor elected Vice President of prestigious learned society   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/significantboosttowelshlanguageprovisionatswanseauniversity.php">Significant boost to Welsh language provision at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafethepoweroflight.php">Science Cafe: The Power of Light</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/oneweektogountilbaycampusformallyopens.php">One week to go until Bay Campus formally opens!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/medicalexpertsstrengthenlinksbetweenchinaandtheukatprestigiousmedicalforum.php">Medical experts strengthen links between China and the UK  at prestigious Medical Forum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/aerospacecasestudymerlinflightsimulatorsuite.php">Aerospace case study: Merlin Flight Simulator Suite</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newwindtunnelatbaycampusaspartofengineeringaerospacefacilities.php">New Wind Tunnel at Bay Campus as part of engineering aerospace facilities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/citizenshipandidentityactivistsministersandpartyleadersconsiderwherenextfortheuk.php">Citizenship and Identity:  activists, ministers and party leaders consider where next for the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysrichardburtonarchivesgogreen.php">Swansea University’s Richard Burton Archives go green </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseatoshareinnew17mprojecttogrowworld-classscientificresearchinwales.php">Swansea to share in new £17m project to grow world-class scientific research in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/protectionofourmarinelifeneedsmorethanmarineprotectedareasweneedtomakeitresilient.php">Protection of our marine life needs more than Marine Protected Areas, we need to make it resilient</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/internationalbiopesticidesconference.php">International Biopesticides conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearchersdiscovernitrousoxidefromurinepatchesisnolaughingmatter.php">Swansea University researchers discover Nitrous oxide from urine patches is no laughing matter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/bloodhoundsscsworlddebutatexpo.php">BLOODHOUND SSC’s World Debut at Expo</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/toiletsignsinshopscanconfusepeoplewithdementiaexperttellstimes.php">Toilet signs in shops can confuse people with dementia, expert tells Times</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansealibrarianco-ordinatesnepalearthquakemedicalteamsfromkathmandu.php">Swansea librarian co-ordinates Nepal earthquake medical teams from Kathmandu</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/hsrukwintermeeting-impactofhealthservicesresearch.php">HSRUK Winter Meeting - Impact of Health Services Research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/saferfruitandvegbio-pesticidespin-outcompanywinswatchdogaccreditation.php">Safer fruit and veg:  bio-pesticide spin-out company wins 'watchdog' accreditation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentnursejohelpsimproveskincareacrossabmuhospitals.php">Student nurse Jo helps improve skin care across ABMU hospitals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/seminar-politicspolicyandnormativestateculturetexastraffickingpolicyandeducationasamediumforsocialchange.php">Seminar - ‘Politics, Policy, and Normative State Culture: Texas Trafficking Policy and Education as a Medium for Social Change’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseamedicalschoolhostsfiftheuropeanlipidomicmeeting.php">Swansea Medical School hosts Fifth European Lipidomic Meeting</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/europeandigitalhumanitiesresearchexpertsgatherinswansea.php">European digital humanities research experts gather in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/localresidentspreviewofuniversitysnewbaycampus.php">Local residents’ preview of University’s new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/leadingorganisationsforgepartnershiptoaccelerategrowthofthrivinglifesciencessector.php">Leading organisations forge partnership to accelerate growth of thriving life sciences sector</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/hamburgapprenticesgetatasteofuniandcitylifeinswansea.php">Hamburg apprentices get a taste of Uni and city life in Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/renaissanceexpertandbbcwolfhalladvisertoleadnewheritagema.php">Renaissance expert and BBC Wolf Hall adviser to lead new heritage MA </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchgrantawardedtoswanseauniversitytostudyissuesofmentalhealthamongstmedicalprofessionals.php">Research grant awarded to Swansea University to study issues of mental health amongst medical professionals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/beijingvisitbyrugbyteamswillstrengthenswanseaslinkswithchina.php">Beijing visit by rugby teams will strengthen Swansea's links with China</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchonhealthcareinfectionsboostedbyaward.php">Research on healthcare infections boosted by award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseapoettocapturegowercoastaspartofnationaltrustcelebration.php">Swansea poet to capture Gower coast as part of National Trust celebration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/onemonthtogouniversityscountdowntobaycampusopening.php">One month to go! University’s countdown to Bay Campus opening</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newfiguresshowswanseauniversityisbestinwalesforgraduateprospects.php">New figures show Swansea University is best in Wales for graduate prospects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansea-malaysiamoupaveswayforsignificantindustry-academiacollaborations.php">Swansea-Malaysia MoU paves way for significant industry-academia collaborations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/buddingcyberterrorismexpertstoassesstherolethatterroristpublicationsplayinjihadistrecruitmentandradicalisationprocesses.php">Budding cyberterrorism experts to assess the role that terrorist publications play in jihadist recruitment and radicalisation processes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysponsorsthelibertystadiumsweststandforthenextthreeseasons.php">Swansea University sponsors the Liberty Stadium's West Stand for the next three seasons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/brainymiceraisehopeofbettertreatmentsforcognitivedisorders.php">“Brainy” mice raise hope of better treatments for cognitive disorders</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymakesuktop10forstudentsatisfaction.php">Swansea University makes UK Top 10 for student satisfaction</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/enalgaeprojectclose-outconference.php">EnAlgae project close-out conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/scholarshipofferedtosportsfanstudents.php">Scholarship offered to sports fan students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitylaunchesnewprogrammeencouraginghealthylifestylesforlocalchildren.php"> Swansea University launches new programme encouraging healthy lifestyles for local children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearchersparticipateinwildlifetagstudy.php">Swansea University researchers participate in wildlife ‘tag’ study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityco-researchfindsinternetaddictsatgreaterriskofillness.php">Swansea University co-research finds Internet addicts at greater risk of illness</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sportsscienceexpertshelpswanseacityteampreparefornewseason.php">Sports science experts help Swansea City team prepare for new season</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/new7mswanseadigitaleconomycentretakingresearchtothenextstage.php">New £7M Swansea Digital Economy Centre  taking research to the next stage</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/worldbreastfeedingweekacademiccallsformoresupportforbreastfeedingmums.php">World Breastfeeding Week: Academic calls for more support for breastfeeding mums</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityatthenationaleisteddfod-montgomeryshireandthemarches2015.php">Swansea University at the National Eisteddfod - Montgomeryshire and the Marches 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityappointstopbarristertoheadcollegeoflaw.php"> Swansea University appoints top barrister to head College of Law</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/tatasteelandswanseauniversitysignagreementtodevelopgraduatetalent.php">Tata Steel and Swansea University sign agreement to develop graduate talent</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansandmanufacturersamongstthoseboostedbylanguagetrainingprogramme.php">Swans and manufacturers amongst those boosted by language training programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysportsscientistrevealsvitalwindowtoenhanceathletesperformance.php">Swansea University sports scientist reveals vital ‘window’ to enhance athletes’ performance</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitypaystributetoartistgordonthomasstuart.php">University pays tribute to artist Gordon Thomas Stuart</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesitsoutstandingstaff.php">Swansea University celebrates its outstanding staff</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/carefulselectionoftreeandplantspeciestolandscapeasustainablebaycampus.php">Careful selection of tree and plant species to landscape a sustainable Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/beijinghoststhirdtsinghua-swanseajointworkshopforcomputationalmechanicsandcomputationalengineering.php">Beijing hosts third Tsinghua-Swansea Joint Workshop for  Computational Mechanics and Computational Engineering</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/formercreativewritingstudentnamedonpeninternationalnewvoicesawardlonglist.php">Former Creative Writing student named on PEN International/ New Voices Award longlist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseasatlanticsalmonresearchprogrammereceivesrcukandindustryfundingboost.php">Swansea’s Atlantic salmon research programme  receives RCUK and Industry funding boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityacademicsputyouthjusticefirst.php">Swansea University academics put youth justice first</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/uksfirstsmartcarbonpositiveenergyhouseunveiled.php">UK’s first ‘smart’ carbon positive energy house unveiled</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityssocialscienceresearchshowcasedinnewpublication.php"> Swansea University’s social science research  showcased in new publication</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/baycampuscompletionisonscheduleascountdowntoseptemberopeningbegins.php">Bay Campus completion is on schedule as  countdown to September opening begins</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/patientsafetystudyrevealsreasonswhygpsunderreportincidents.php">Patient safety study reveals reasons why GPs underreport incidents</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityacademicprovidingresearchsupporttohelpkeepchildrensafeinsport.php">Swansea University academic providing research support to help keep children safe in sport</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/heatingbuckyballscanhelpcarbon-capture.php">Heating buckyballs can help carbon-capture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansea-basedrdmwinssecondbaycampuscontract.php">Swansea-based RDM wins second Bay Campus contract</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/summerdegreeandawardcongregationscelebratestudentssuccess.php">Summer Degree and Award Congregations celebrate students’ success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityexploresmobiletechnologyinbangalore.php">Swansea University explores mobile technology in Bangalore</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/risingnumberofswanseagraduatesgettingjobs.php">Rising number of Swansea graduates getting jobs </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityhostsvisitforstjuliansschoolyear10pupils.php">Swansea University hosts visit for St Julian’s School Year 10 Pupils</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/drjasminedonahayelauncheslatestvolumelosingisrael.php">Dr Jasmine Donahaye launches latest volume, Losing Israel</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sleeplessnightsnewresearchfindsbabiesshouldwakeatnight.php">Sleepless nights: New research finds babies should wake at night</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitylawstudentslearnaboutbotswanaslegalsystemandrugby.php">Swansea University Law students learn about Botswana’s legal system......   and rugby !</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/babyplaystudyseeksparticipants.php">Baby play study seeks participants</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/knowledgeandskillslegacyofaccesstomastersatmschemecelebrated.php">Knowledge and skills legacy of Access to Masters (ATM) Scheme celebrated</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/publiclecturecabinetofcuriositiesmuseumsandthere-presentationofdisability.php">Public Lecture: Cabinet of Curiosities: Museums and the Re-presentation of Disability</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/distinguishedhistorianreturnstoswanseauniversityinstrategicadviserrole.php">Distinguished historian returns to Swansea University in strategic adviser role </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thefamouswebbellisrugbyworldcuppaysavisittoswanseauniversitysportsvillage.php">The famous Webb Ellis Rugby World Cup pays a visit to Swansea University sports village </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/madetomeasurethemakingofwelshlawonchildrensrights.php">Made to Measure? The making of Welsh law on children’s rights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/all-walesfundingawardedforprimecentrewalesforprimaryandemergencycareresearch.php">All-Wales funding awarded for PRIME Centre Wales for primary and emergency care research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityproudtosponsorredarrowsreturntothewalesnationalairshow2015.php">University proud to sponsor Red Arrows’ return to the Wales National Airshow 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/distinguishedbruneianalumnusreturnstoswanseatodeliverthe2015jamescallaghanmemoriallecture.php">Distinguished Bruneian alumnus returns to Swansea to  deliver the 2015 James Callaghan Memorial Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/maribeprojectlaunchedateuropeancommissionseuropeanmaritimedayingreece.php">MARIBE project launched at European Commission’s European Maritime Day in Greece</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitypraisedforaddressingthechallengingissuesofequalpayandgenderpaydifferences.php">Swansea University praised for addressing the challenging issues of equal pay and gender pay differences </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thewalesinstituteofsocialeconomicresearchdatamethodswiserdannualconference.php">The Wales Institute of Social &amp; Economic Research, Data &amp; Methods (WISERD) Annual Conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseagoeslivewithaward-winninglibrarysystem.php">Swansea goes live with award-winning library system</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/student-runcharityachievesinvestinginvolunteersstandard.php">Student-run charity achieves Investing in Volunteers standard</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/rugbyworldcupswanseauniversitytohosttrophyandteams.php">Rugby World Cup – Swansea University to host trophy and teams </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/backward-movingglacierhelpsscientistsexplainglacialearthquakes.php">Backward-moving glacier helps scientists explain glacial earthquakes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/earthsdeephistoryhowitwasdiscoveredandwhyitmatters.php">Earth's Deep History: How It Was Discovered and Why It Matters</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thedaythebaascametoswansea1848andallthat.php">The Day the BAAS Came to Swansea: 1848 and All That</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/winnersof2015researchasartcompetitionannounced.php">Winners of 2015 Research as Art competition announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitylecturerprovidesevidencetotheenvironmentandsustainabilitycommitteeontheenvironmentbill.php">Swansea University lecturer provides evidence to the Environment and Sustainability Committee on the Environment Bill</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymedicalstudenttakesontheworldforcharity.php">Swansea University medical student takes on the world for charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityofhoustondelegationvisitsswanseauniversity.php">University of Houston delegation visits Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/academicsabstractsacceptedforinternationalnetworkingforeducationinhealthcareconference.php">Academics’ abstracts accepted for International Networking for Education in Healthcare conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitywalksawaywithnationalbeststudentcommunityaward.php">Swansea University walks away with national Best Student Community award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/summerschoolhelpsbuddingcyberterrorismexpertstoprepareforresearchinternship.php">Summer School helps budding cyberterrorism experts to prepare for research internship </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/alohauniversitystaffbringhawaiitoswanseainaidoflocalcharity.php">Aloha! University staff bring Hawaii to Swansea in aid of local charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/celebratingresearchimpactswanseauniversityimpactawards2015.php">Celebrating research impact: Swansea University Impact Awards 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/distinguishedbruneianalumnustogive2015jamescallaghanmemoriallecture.php">Distinguished Bruneian alumnus to give 2015 James Callaghan Memorial Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/disabilityinthesouthwalescoalfieldexhibitionrevealsanextraordinaryhiddenhistory.php">Disability in the south Wales coalfield: exhibition reveals an extraordinary hidden history   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/expertsfromacademihywelteifishowcasenewworkattafwylsliteraturetent.php">Experts from Academi Hywel Teifi showcase new work at Tafwyl's Literature Tent </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/engineeringresearchersprintperovskiteontoflexiblemetal.php">Engineering researchers print perovskite onto flexible metal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycomputersciencestudentsjoinmediabehemothsatnewshacklondon2015.php">Swansea University computer science students join media behemoths at newsHACK# London 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/professorwinsprestigiousiom3prize.php">Professor wins prestigious IOM3 prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesasuccessfulemployabilityyear.php">Swansea University celebrates a successful employability year  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseabayinnovationhubpartnersinstituteofcivilengineersatawardsdinner.php">Swansea Bay Innovation Hub partners Institute of Civil Engineers at Awards Dinner</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/dramaticicesheetcollapse135thousandyearsagotriggeredstrongglobalclimatefluctuation.php">Dramatic ice sheet collapse 135 thousand years ago triggered strong global climate fluctuation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/aspiringnovelisthitstheliteraryheights.php">Aspiring novelist hits the literary heights </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ylolfalenreturnstotheeisteddfod.php">Y Lolfa Lên returns to the Eisteddfod</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/waterlooavictoryforeuropeanco-operationnotjustforbritain.php">Waterloo: a victory for European co-operation, not just for Britain </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseatohostmajorinternationalsymposiumbiopesticidesinnovativetechnologiesandstrategiesforpestcontrol.php">Swansea to host major international symposium: Biopesticides – innovative technologies and strategies for pest control</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ironmanandrewcyclestoparisjusteightweeksaftersurgery.php">Ironman Andrew cycles to Paris just eight weeks after surgery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ahrcconnectedcommunitiesfestival2015thursday25june.php">AHRC Connected Communities Festival 2015 ~ Thursday, 25 June </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesfundingsuccessforinternationalmobility.php">Swansea University celebrates funding success for international mobility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/britishsocietyofnanomedicinepublishesdetailsofswanseananohealthresearch.php">British Society of NanoMedicine publishes  details of Swansea NanoHealth research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchersandpublicexplorewhatitmeanstobehuman.php">Researchers and public explore what it means to be human</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitywelcomestidallagoonprojectgo-ahead.php">Swansea University welcomes tidal lagoon project go-ahead </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/spinelesspersonalitiesphysiologyreflectsriskybehaviourincrabs.php">Spineless personalities: physiology reflects risky behaviour in crabs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/agreementwiththeuniversityofmalayaforpioneeringhealthcareresearch.php">Agreement with the University of Malaya for pioneering healthcare research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/doesitflytoptestpilottojudgestudentcompetitionforaircraftdesignsusingflightsimulator.php">Does it fly?  Top test pilot to judge student competition for aircraft designs using flight simulator </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawelcomesuniversityofqueenslandbioscientisttospeakatmarywilliamsgroupseminar.php">Swansea welcomes University of Queensland bioscientist to speak at Mary Williams Group Seminar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/cernslargehadroncolliderexperimentsarebackinbusinessatanewrecordenergy.php">CERN’s Large Hadron Collider experiments  are back in business at a new record energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/academihywelteifisettoopenamulti-purposewelshlanguagecentreintheswanseavalleyfollowinga300000fundingboost.php">Academi Hywel Teifi set to open a multi-purpose Welsh language centre in the Swansea Valley, following a £300,000 funding boost </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/headofukbankingforsantandervisitsuniversitytogivepubliclecture.php">Head of UK Banking for Santander visits University to give public lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/soapboxscienceswanseacomestocitythisweekend.php">Soapbox Science Swansea comes to city this weekend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityofhoustondelegationtovisitswanseauniversity.php">University of Houston delegation to visit Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseasportssciencestudentcaptainswalesintheworldrugbyu20schampionship.php">Swansea Sports Science student captains Wales in the World Rugby U20s Championship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/marywilliamsseminarutilisingallourtalent5june.php">Mary Williams Seminar: Utilising all our talent.  5 June</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/soapboxscientiststobewelcomedtoswanseabay.php">Soapbox scientists to be welcomed to Swansea Bay</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/uncoveringhistoricwelshgardenssomearchaeologicalperspectives.php">Uncovering Historic Welsh Gardens: Some Archaeological Perspectives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentslearnabouttropicalmarinebiologyonpuertoricoresearchtrip.php">Students learn about tropical marine biology on Puerto Rico research trip</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityretainsitshrexcellenceinresearchaward.php">Swansea University retains its HR Excellence in Research Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesukslargestcombinedgrowthinresearchreputationandqualityresearchfunding.php">Swansea University celebrates UK’s largest combined growth in research reputation and Quality Research funding.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/recordthreeswanseastudentswinprestigiousgermanscholarships.php">Record three Swansea students win prestigious German scholarships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityexcelsinnewuniversityratings.php">Swansea University excels in new university ratings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/11meuroboostforukbasedsmeslookingtoinnovateandexpandoverseas.php">11m euro boost for UK based SMEs looking to innovate and expand overseas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclecturethehistoryofthechurch.php">Theology Public Lecture: “The History of the Church”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityengineeringacademicawardedprestigiousleverhulmefellowships.php">Swansea University engineering academic awarded prestigious Leverhulme Fellowships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/firstministervisitsswanseauniversitysgwyddonleaturddeisteddfod.php">First Minister visits Swansea University's GwyddonLe at Urdd Eisteddfod</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansearesearchersinthespotlightatthecheltenhamsciencefestival2015.php">Swansea researchers in the spotlight at The Cheltenham Science Festival 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitystrengthensstrategicpartnershipwithgrenoblesuniversitejosephfourier.php">Swansea University strengthens strategic partnership with Grenoble’s Université Joseph Fourier</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/hayfestivallaunchofnewowensheersnovelisawaman.php">Hay Festival launch of new Owen Sheers novel: I Saw a Man</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/fromtheshockingtotheamazingtherewillbesomethingforeveryoneatthisyearsgwyddonlesciencepavillionintheeisteddfod.php">From the shocking to the amazing, there will be something for everyone at this year's GwyddonLe science pavillion in the Eisteddfod!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/drfflurdafyddsfirsttvdramastartsons4c.php">Dr Fflur Dafydd’s first TV drama starts on S4C</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityandswanseacouncilpledgecloserworking.php">University and Swansea Council pledge closer working </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/welshstudentsrecognisedforsmashing1000mphsupersoniccymruchallengeusingsupercomputingskills.php">Welsh students recognised for smashing 1,000 mph Supersonic Cymru challenge using supercomputing skills</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/creativestudentlaunchesnewpoetrycollection.php">Creative Student launches new poetry collection </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/twogenerationsofswanseagraduatesagrandsonstribute.php">Two generations of Swansea graduates: a grandson’s tribute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycreativewritingstaffathay2015.php">Swansea University creative writing staff at Hay 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseascientistseurovision2015forecastmodelpredictsswedentowin.php">Swansea scientist's Eurovision 2015 forecast model predicts Sweden to win</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/computationalfoundrytomakeswanseaahubforcomputationalscienceresearch.php">Computational Foundry to make Swansea a hub for computational science research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/fundingboostforallwaleshealthandwellbeingresearchcentre.php">Funding boost for all Wales health and wellbeing research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/enhancingasean-ukrelationsforgingclosertiesbetweenbruneidarussalamandswanseainaglobalisedworld.php">ENHANCING ASEAN-UK RELATIONS: Forging closer ties between Brunei Darussalam and Swansea in a globalised world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/astuteprojectshowcasesitssuccessoverthelastfiveyears.php">ASTUTE project showcases its success over the last five years</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/penguinsnarwhalsandotherreallycoolanimals-swanseaaquaticbiologistsharesexpertiseatcheltenhamsciencefestival.php">Penguins, Narwhals and Other Really Cool Animals - Swansea aquatic biologist shares expertise at Cheltenham Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/whatshappeningpost-graduateresearchconference.php">What’s Happening? Post-Graduate Research Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaexpertplaysleadingroleintacklingmatchfixing.php">Swansea expert plays leading role in tackling match fixing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/otterswhatmakestheserivercreaturessofascinating-cheltenhamsciencefestivalinvitationforswanseaexpertecologist.php">Otters: What makes these river creatures so fascinating - Cheltenham Science Festival invitation for Swansea expert ecologist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitylecturerlauncheswelsh-mediumantenatalclassesincarmarthenandaberystwyth.php">University lecturer launches Welsh-medium antenatal classes   in Carmarthen and Aberystwyth</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/someofthefinestpoemsintheenglishlanguage-lostdylanthomasnotebookcomeshometoswansea.php">“Some of the finest poems in the English language” - lost Dylan Thomas notebook comes home to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/nano4lifenanomedicineshowcaseatswanseauniversity.php">Nano4Life: Nanomedicine showcase at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitystudentshelpschoolpupilsdesignasnackforthe2015rugbyworldcup.php"> Swansea University students help school pupils design a snack for the 2015 Rugby World Cup  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityannouncesover60campusservicesjobsatthenewbaycampus.php">Swansea University announces over 60 Campus Services jobs at the new Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theeffectsofrecreationaldrugsswanseapsychologistdiscussesfindingsatcheltenhamsciencefestival.php">The Effects of Recreational Drugs: Swansea psychologist discusses findings at Cheltenham Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/computerscienceinactionstudentprojectdemonstrationfair.php">Computer Science in Action: Student Project Demonstration Fair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sugarthesweettruth-cheltenhamsciencefestivalinvitationforswanseapsychologist.php">Sugar: The Sweet Truth - Cheltenham Science Festival invitation for Swansea psychologist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafefreeasabirdaliferuledbyfickleairscapes.php">Science Cafe: &quot;Free as a bird? A life ruled by fickle airscapes&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/clearingtheairstudyexamineshuman-wildlifeconflictsincrowdedairspace.php">Clearing the air:  Study examines human-wildlife conflicts in crowded airspace </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchgivesbirdseyeviewofclimatechangeandcompetition.php">Research gives bird’s eye view of climate change and competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/animalmovementexpertrorywilsonnamedasoneofbbcstop50conservationheroes.php">Animal movement expert Rory Wilson named as one of BBC's Top 50 Conservation Heroes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebrateseuropeday.php">Swansea University celebrates Europe Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/publictogetrarechancetoseelostdylanthomasnotebookasitcomeshometoswansea.php">Public to get rare chance to see ‘lost’ Dylan Thomas notebook as it comes home to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/stuffmattersvivianlecture13may.php">Stuff Matters:  Vivian lecture 13 May </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/usingalgaetofightclimatechangefindoutmoreathayfestival.php">Using algae to fight climate change – find out more at Hay Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thirdtimeluckywhatwecanlearnfromearlierattemptstomeasuremorethangdp.php">Third Time Lucky?  What we can learn from earlier attempts to measure more than GDP</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/70millionanimalmummiesrevealingancientegyptsdarksecret.php">70 million animal mummies: revealing ancient Egypt’s dark secret</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseacelebratessuccessatstudentnursingtimesawards2015.php">Swansea celebrates success at Student Nursing Times Awards 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityurgeschildrenatriskoftype-2diabetestoparticipateinmajornewproject.php">Swansea University urges children at risk of Type-2 Diabetes to participate in major new project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/whereareweheadednewdirectionsinlanguageplanning-henrylewismemoriallecture.php">&quot;Where are we headed? New directions in language planning&quot; - Henry Lewis Memorial Lecture </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/onemonthtogountilswanseawelcomessoapboxscience.php">One month to go until Swansea welcomes Soapbox Science </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/watchagainswanseafeaturesoniolosgreatwelshparksbbctwo.php">Watch again: Swansea features on Iolo’s Great Welsh Parks (BBC Two)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityscientistsselectedformicroalgaemissiontotheusa.php">Swansea University scientists selected for Microalgae Mission to the USA </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/medicalschoolsyoungresearchersshowcasedinnewjournal.php">Medical School’s young researchers showcased in new journal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/itsamanthingcardiffandswansearesearchersjoinforceswithospreysformenshealthday.php">It’s a Man Thing: Cardiff and Swansea researchers join forces with Ospreys for men’s health day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sugarrecreationaldrugsottersandreallycoolpolaranimalscheltenhamsciencefestival2015.php">Sugar, recreational drugs, otters, and really cool polar animals: Cheltenham Science Festival 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycelebratesaweekofsuccess.php">Swansea University celebrates a week of success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearcherdeliverslectureatunitednationsmasterclassoncyberthreats.php">Swansea University researcher delivers lecture at  United Nations Masterclass on cyber threats</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityprochancellorandtwoleadingacademicsrecognisedbythelearnedsocietyofwales.php">Swansea University Pro Chancellor and two leading Academics recognised by the Learned Society of Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/humanrightsinsoutheastasiaonedayconference.php">Human Rights in Southeast Asia: One Day Conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/professordanielgwilliams-publiclectureandbooklaunch.php">Professor Daniel G. Williams - Public Lecture and Book Launch</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/embarrassingbodiesconsultantmicrobiologistprofessorvalerieedwards-jonesheadlinesantimicrobialeventinswansea.php">Embarrassing Bodies’ consultant microbiologist Professor Valerie  Edwards-Jones headlines Antimicrobial event in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitycollaborativeresearchdiscoversinternetusecanincreaseimpulsivity.php">Swansea University collaborative research discovers Internet use can increase impulsivity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/stormingfightbacknotquiteenoughforswanseaascardiffholdontoclaimvarsitycrown.php">Storming fightback not quite enough for Swansea as Cardiff hold on to claim Varsity crown  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/academicsresearchawardedatinternationalconference.php">Academic’s research awarded at international conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/spreadingthewordswanseauniversityteachesrefugeesinoxfamproject.php">Spreading the word: Swansea University teaches refugees in Oxfam project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/baby-ledweaningacademicjoinsinternationalexpertpaneldiscussion.php">Baby-led weaning: Academic joins international expert panel discussion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/stimulatingsciencecareers.php">Stimulating Science Careers </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/lecturemassspectrometryinmedicine.php">Lecture: Mass Spectrometry in Medicine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastaffvcardiffstafffootballteampreparesforfirstevervarsityshowdown.php">Swansea staff v Cardiff staff – football team prepares for first ever Varsity showdown</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/whowilltakethelibertyatwalesbiggeststudentsportsevent.php"> Who will take the “Liberty” at Wales’ biggest student sports event ?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sponsorsannouncedforswanseauniversityimpactawards2015.php">Sponsors announced for Swansea University Impact Awards 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansfootballstarbacksvisittoboostcatalanlinks.php">Swans football star backs visit to boost Catalan links</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/readytorowswanseaoarspoisedforthe10thwelshvarsityboatrace.php">Ready to row! Swansea oars poised for the 10th Welsh Varsity Boat Race</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/printedphotovoltaicsmaterialstomanufactureconferencetodiscusssolarenergy.php">Printed Photovoltaics: Materials to Manufacture Conference to discuss solar energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysnewestprofessortellsthestoryofcreationinneworatorio.php">Swansea University’s newest Professor tells the story of creation in new Oratorio</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/fast-trackyourcareerinhealthcareopenevening.php">Fast-Track your Career in Healthcare: Open Evening</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/blueplaqueforkingsleyamiswriterandformerswanseaunilecturer.php">Blue Plaque for Kingsley Amis, writer and former Swansea Uni lecturer </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/computersciencestudentsyearinindustry.php">Computer Science students ‘Year in Industry’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/guntergrassswanseaexpertspaytributetogiantofeuropeanliterature.php">Günter Grass: Swansea experts pay tribute to giant of European literature</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/bbcstheoneshowhighlightsresearchintohoverfliesandplantpollinationusingdnabarcoding.php"> BBC’s The One Show highlights research into  hoverflies and plant pollination using DNA barcoding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclecturebattlefieldethicsinthe21stcentury.php">Theology Public Lecture: Battlefield Ethics in the 21st Century</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/researchersilluminatethewaytolowcostsolarenergy.php">Researchers illuminate the way to low cost solar energy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/internationaladditiontoswanseauniversitysgerontologyandageingprogrammes.php">International addition to Swansea University’s Gerontology and Ageing programmes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thehywelddainstituteseminarsonlanguagelawsandlanguagerights.php">The Hywel Dda Institute Seminars on Language Laws and Language Rights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearcherrevealsfoodofthefutureinbbcdocumentary.php">Swansea University researcher reveals ‘food of the future’ in BBC documentary</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/westhamunitedareoverthemoonwithswanseasportssciencegraduates.php">West Ham United are ‘over the moon’ with Swansea Sports Science graduates </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newfrontiersinphysicscernlargehadroncolliderrestarts.php">New frontiers in physics: CERN Large Hadron Collider restarts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymediastudiesstudenthopestheskysthelimitwhenshegraduatesthisyear.php">Swansea University media studies student hopes the  Sky’s the Limit when she graduates this year </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/egyptcentrevolunteerscelebratetriplecrownwin.php"> Egypt Centre volunteers celebrate Triple Crown win ! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/builtonsteelporttalbotpupilsexhibitiononhistoryofsandfieldsestate.php">Built on steel:  Port Talbot pupils' exhibition on history of Sandfields Estate</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/healthvisitingfellowshipforswanseauniversitynursingprofessor.php"> Health Visiting Fellowship for Swansea University Nursing Professor  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/conflictreconstructionandmemorynewresearchgroup.php">Conflict, reconstruction and memory – new research group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/award-winningpoetandbroadcasterowensheersjoinsswanseauniversityasprofessorincreativity.php">Award-winning poet and broadcaster Owen Sheers joins Swansea University as Professor in Creativity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collaborationhowswanseahasjoinedthepremierleagueofukuniversities.php">Collaboration: How Swansea has joined the premier league of UK universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/biodiversitydamagemappedbygloballand-usestudy.php">Biodiversity damage mapped by global land-use study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentdeciphersswanseauniversityprofessorsresearch.php">Student deciphers Swansea University Professor’s research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastudentscometopinbbcuniversitynewshackchallenge.php">Swansea Students come top in BBC University#newsHACK challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/enalgaescientistsspreadthewordatindustryevents.php">EnAlgae scientists spread the word at industry events</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitystudentinlineforprestigiousgraduateprize.php">Swansea University student in line for prestigious graduate prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/canwalesdobetterdacecommunitylecture.php">Can Wales Do Better? DACE Community Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeoflawsummerworkplacementsscheme.php">College of Law summer work placements scheme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theultimatezoom25millionforimagingfacilitytoseeclosetoatomiclevel.php">The ultimate zoom:  £2.5 million for imaging facility to see close to atomic level    </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/transnationalasiaswanseauniversityacademicexploresculturalandartisticexchangesthroughnewbook.php">Transnational Asia: Swansea University academic explores cultural and artistic exchanges through new book</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentsinvitedtosubmittheir60secondpitch.php">Students invited to submit their 60 second pitch</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentsexworkprojectfindingsrevealed.php">Student Sex Work Project: Findings Revealed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/headteacherscallforgreatercollaborationtotacklechildhealth.php">Headteachers call for greater collaboration to tackle child health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/acidoceansandclimatechangeaffectplanktonandthefoodchain.php">Acid oceans and climate change affect plankton and the food chain</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/animatedfilmcreatedbyswanseapupilsshortlistedforinternationalzoomaward.php"> Animated film created by Swansea pupils shortlisted for  International Zoom Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityalumniruntolondonforcry.php"> Swansea University Alumni run to London for CRY</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/award-winninguniversitylecturerpublishesnewbookexamininglifeandtroubledtimesoftheauthorandpoliticalactivistlilytobias.php">Award-winning university lecturer publishes new book examining life and troubled times of the author and political activist Lily Tobias</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/walesdisabilitysportswimmeroftheyearnameduksportsassociationambassador.php">Wales disability sport swimmer of the year named UK Sports Association Ambassador </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/seagrassthesecretstarsoffoodsecurity.php">Seagrass, the secret stars of food security</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/nationalscienceweekseesultimatescienceprojectopentopupilsinwales.php">National Science Week sees ultimate science project open to pupils in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newsocialresearchcentreforwales.php">New Social Research Centre for Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newstudyfindsattractivecomputergraphicsareawin-wininhelpingspeeduptaskperformance.php">New study finds attractive computer graphics are  a “win-win” in helping speed up task performance</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityshortlistedforsevenoutofninewhatunistudentchoiceawards.php">Swansea University shortlisted for seven out of nine WhatUni Student Choice Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastudentsandstaffshortlistedforstudentnursingtimesawards2015.php">Swansea students and staff shortlisted  for Student Nursing Times Awards 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeoflawmarksadecadeoflegalpracticecourse.php">College of Law marks a decade of Legal Practice Course</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ministerhearshowcollaborationinsportsscienceresearchcanhavewiderbenefits.php">Minister hears how collaboration in sports science research can have wider benefits</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ourbayafreshapproachtocoastalmanagement.php">Our Bay: a fresh approach to coastal management</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/itwalesiwd2015-highshurdlesandinspirations.php">ITWales IWD 2015 - Highs, Hurdles and Inspirations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymarksinternationaldayfortheeliminationofracialdiscrimination.php">Swansea University marks International Day for the Elimination of Racial Discrimination</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/healthcarestudentsgivenavoiceinraisingawarenessofmentalhealth.php">Healthcare students given a voice in raising awareness of mental health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityhostsitsownoscarwinningtheoryofeverythingconference.php">Swansea University hosts its own Oscar winning Theory of Everything conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/ministerattendsswanseauniversitytoseestudentsgetinspiredbymaths.php">Minister attends Swansea University to see students get inspired by Maths</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/rcmstudentmidwifeawardsuccessforswanseasannmarie.php">RCM Student Midwife Award success for Swansea’s Annmarie</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeofartsandhumanitieshostconstancesquires.php">College of Arts and Humanities host Constance Squires</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityresearchersdiscoverwildfirescompensationstrategy.php">Swansea University researchers discover wildfires’ ‘compensation’ strategy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeofmedicinehonoraryprofessorshipfordrannmarienelson.php">College of Medicine Honorary Professorship for Dr Annmarie Nelson</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafethefukushimanucleardisaster-fouryearson.php">Science Cafe: The Fukushima Nuclear disaster - Four years on</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/historicsitesatriskinsyriaandiraqwarnsswanseaexpert.php">Historic sites at risk in Syria and Iraq, warns Swansea expert</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/itsnevertoolatetoteach.php">It’s never too late to teach! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/cyberterrorismresearcherbeatsofftoughcompetitiontowinpwcprize.php">Cyberterrorism researcher beats off tough competition to win PwC Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/happynewbookrevealsproblemswiththepursuitofhappiness.php">Happy? New book reveals problems with the pursuit of happiness</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/isilterrorislamandthewestsresponse-therthonpeterhainmp.php">'ISIL Terror, Islam and the West's Response' - The Rt Hon Peter Hain MP</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/psychologistspeaksatassembly.php">Psychologist speaks at Assembly</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studententrepreneursgetchancetowinbursaries.php">Student entrepreneurs get chance to win bursaries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/egyptcentrenightatthemuseumcrownedprojectoftheyear.php">Egypt Centre Night at the Museum crowned project of the year </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/technocampsteachertrainingrecognisedbynationalaccreditationbody.php">Technocamps Teacher Training Recognised by National Accreditation Body</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseamathematiciantakeshisresearchtoparliament.php">Swansea mathematician takes his research to Parliament</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/summerschoolandcompetitionbringtheancientworldtolife.php">Summer school and competition bring the ancient world to life</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityinspireswomenforinternationalwomensday.php">Swansea University inspires women for International Women’s Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/genderstereotypingourbabiesnewstudyshowsmothersgivesolidfoodstobabiesbasedongender.php">Gender stereotyping our babies? New study shows mothers give solid foods to babies based on gender</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/scienceministeropensnationalmassspectrometryfacilityafter3mcontractrenewalandfacilityrefurbishment.php">Science Minister opens National Mass Spectrometry Facility  after £3m contract renewal and facility refurbishment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/baycampussitetobeopeneduptoencouragecareersinterest.php">Bay Campus site to be opened up to encourage careers interest</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/uknationalmassspectrometryfacilitynmsfscientificsessionlectures.php">UK National Mass Spectrometry Facility (NMSF) Scientific Session: lectures</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitysignsagreementtoresearchinnovativeprintingandcoatingapplications.php">Swansea University signs agreement to research innovative printing and coating applications.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newprovicechancellortojoinswanseauniversity.php">New Pro Vice Chancellor to join Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/sciencecafenutritionandtheagingbrain.php">Science Cafe: &quot;Nutrition and the aging brain&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/arapidlygrowingriftthreatensoneofantarcticaslargesticeshelves.php">A rapidly growing rift threatens one of Antarctica’s largest ice shelves</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/successfulgraduategoesfromchinatoslovakiaviaswansea.php">Successful graduate goes from China to Slovakia via Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/followinginthefootstepsofrenownedfilmwriteranddirectormikeleigh.php">Following in the footsteps of renowned film writer and director  Mike Leigh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/stdavidsdaycelebrations.php">St David's Day Celebrations </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newresearchhighlightslinkbetweenmothersanxietyandweaning.php">New research highlights link between mothers’ anxiety and weaning </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/lobsterresearchhighlightstheimpactofmarineprotectedareas.php">Lobster research highlights the impact of marine protected areas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityhitsenterprisesupportprogrammetargets.php">Swansea University hits Enterprise Support Programme targets</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitylaunchesfirstcross-campusentrepreneurshipmodule.php">Swansea University launches first cross-campus entrepreneurship module</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclecturecanascientistbelieveinmiracles.php">Theology Public Lecture: &quot;Can a Scientist believe in Miracles?&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/academiccallsforsocietytobemoresupportiveofbreastfeeding.php">Academic calls for society to be more supportive of breastfeeding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityinvitesaudiencetotheirthreeminutethesiscompetition.php">University invites audience to their three minute thesis competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansearesearchersharesexpertiseatnatoadvancedtrainingcourseonterroristuseofcyberspace.php">Swansea researcher shares expertise at  NATO Advanced Training Course on Terrorist Use of Cyberspace</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityexpertiseshowcasedatbiowales2015.php">University expertise showcased at BioWales 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/30newacademicpostsforswansea.php">30 new academic posts for Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityexpertspreparegreenlandteamforworldrecordattempt.php">Swansea University experts prepare Greenland team for world record attempt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/euhorizon2020fundstosupportworld-classinnovationatswansea.php">EU Horizon 2020 funds to support world-class innovation at Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/texasexchangestudentstouchdowninswansea.php">Texas exchange students touch down in Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityworkeruncovershiddenliveswithmencap.php">Swansea University worker uncovers hidden lives with Mencap</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitystudyintocommontriadofdiseasespublished.php">Swansea University study into common triad of diseases published </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/collegeofmedicineat999emsresearchforum2015conference.php">College of Medicine at 999 EMS Research Forum 2015 Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/reallivesrealexperienceslgbtnetworkpaneldiscussion.php">Real Lives, Real Experiences: LGBT+ Network Panel Discussion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thesinkingofthelusitaniaasurvivorsstory.php">The Sinking of the Lusitania: A Survivor’s Story</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitypaystributetothegreatwelshhistoriandrjohndavies.php">Swansea University pays tribute to the great Welsh historian, Dr John Davies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/computersciencegraduateisfirstemployeeforswansea-basedfinnishcompany.php">Computer science graduate is first employee for Swansea-based Finnish company</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/smokingbanwillhelpimprovechildhealthsaysacademic.php">Smoking ban will help improve child health says academic</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/digitalhealthconferenceshowcasesinternationalexcellenceinopeninnovationpractice.php">Digital health conference showcases international excellence in open innovation practice</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityinvestorreadinesspilotendsonahigh.php">Swansea University investor readiness pilot ends on a high</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/charityeventforswanseauniversityfaithweektoraisemoneyfordiabetesresearch.php">Charity event for Swansea University Faith Week to raise money for diabetes research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/firsteverwikipediaedit-a-thoninwalestakesplaceatswanseauniversity.php">First ever Wikipedia Edit-a-thon in Wales takes place at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/cuttingthecostofmanufacturingsolarpanels.php">Cutting the cost of manufacturing solar panels</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/wolfsonfoundationsupportfornewbaycampuspowerelectronicsandpowersystemslaboratory.php">Wolfson Foundation support for new Bay Campus  Power Electronics and Power Systems Laboratory</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studentnursehannahshootsforsuccess.php"> Student nurse Hannah shoots for success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/celebratingsuccessinthestonewallworkplaceequalityindex.php">Celebrating Success in the Stonewall Workplace Equality Index</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/nicefellowshipforswanseamentalhealthnursinglecturer.php">NICE Fellowship for Swansea Mental Health Nursing lecturer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/lgbthistorymonthcelebrationsfebruary2015dathliadaumishaneslhdtchwefror2015.php">LGBT History Month Celebrations: February 2015 | Dathliadau Mis Hanes LHDT: Chwefror 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityartscentrerecognisedindoubleoperaawardnomination.php">University Arts Centre recognised in double opera award nomination.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/conservingminershistoryforalltoseethankstonewgrantforarchives.php">Conserving miners’ history for all to see, thanks to new grant for archives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/localpupilslearnaboutcareersinmedicineandunilife.php">Local pupils learn about careers in medicine – and Uni life</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastudentnursekirstywinshellomynameiscompetition.php">Swansea student nurse Kirsty wins “Hello my name is…” competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/professorterryeagletonaskswasjesusarevolutionary.php">Professor Terry Eagleton asks “Was Jesus a Revolutionary?”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/secondshortlistingsuccessformidwiferystudentannmarie.php">Second shortlisting success for Midwifery student Annmarie</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitynursingstudentvotedrcnstudentrepforwales.php">Swansea University Nursing student voted RCN Student Rep for Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversitymuseumstafftacklesthechallengeswhichfacemuseums.php">Swansea University museum staff tackles the challenges which face museums </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityreleasesnewbaycampusvideo.php">University releases new Bay Campus video</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseamedicalstudentsgethands-onhospitalexperienceinvietnam.php">Swansea medical students get hands-on hospital experience – in Vietnam</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/studenttogiveautismawarenesstalk.php">Student to give autism awareness talk</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseastaffmakethefrenchconnection.php">Swansea staff make the French connection</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaacademicskeyroleinwgsnewfiveyearplantoreducesuicideandselfharminwales.php">Swansea academic’s key role in WG’s new five year plan to reduce suicide and self harm in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseagraduatelandslocalrolewithstmodwen.php">Swansea graduate lands local role with St. Modwen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universityprojectshortlistedforprestigiousaward.php">University project shortlisted for prestigious award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/newgenerationofsciencecommunicatorscompeteinswanseathisweek.php">New generation of science communicators compete in Swansea this week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/12morefirstresponderstrained.php">12 more First Responders trained</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thesejellyfisharentjustdrifters.php">These Jellyfish Aren’t Just Drifters</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/peterwawerzinekanddylanthomas.php">Peter Wawerzinek and Dylan Thomas </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/medievalwomenandtheirvisions.php">Medieval Women and their visions</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityis1stclassforitsgreencredentials.php">Swansea University is 1st Class for its green credentials</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseaphysicistsorganiseroyalsocietyinternationalscientificseminar.php">Swansea physicists organise Royal Society International Scientific Seminar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/magnacarta1215whatarewecommemorating.php">Magna Carta 1215: What are we commemorating?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/theologypubliclectureischristianityrational.php">Theology Public Lecture: Is Christianity Rational?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/algaearoundtheworldgivenfocusatenalgaeeventincambridge.php">Algae Around the World given focus at EnAlgae event in Cambridge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/michelinmangordonhelpsironmanandrewcookupacharitychallenge.php">Michelin man Gordon helps Ironman Andrew cook up a charity challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansearesearchsupportsgreenlandicecapworldrecordattempt.php">Swansea research supports Greenland ice cap world record attempt</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityexpertsimportantworkpublishedinprestigiousjournal.php">Swansea University experts’ important work published in prestigious journal </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitywelcomessecretaryofstateforwalestobaycampus.php">University welcomes Secretary of State for Wales to Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/haywritersgethundredsoflocalpupilsfiredupaboutbookswritingandlanguage.php">Hay writers get hundreds of local pupils fired up about books, writing and language</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/universitytocommemorateholocaustmemorialday.php">University to commemorate Holocaust Memorial Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseawinscustomerserviceexcellenceaward.php">Swansea wins Customer Service Excellence Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/fishwithdifferentpersonalitiesareequallyflexibleinhowtheyrespondtochangesintheirenvironment.php">Fish with different personalities are equally “flexible” in how they respond to changes in their environment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansea-wuhanjointmedicalcentrelaunchedinoneofchinaslargesthospitals.php">Swansea-Wuhan joint medical centre launched in one of China’s largest hospitals </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swanseauniversityisagreatwelshpark.php">Swansea University is a Great Welsh Park </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/bsrsvernonharrisonannualdoctoralprizeawardedtoswansearesearcher.php">BSR’s Vernon Harrison Annual Doctoral Prize awarded to Swansea researcher</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/charityfundingawardedforinnovativenewdementiaresearch.php">Charity funding awarded for innovative new dementia research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/swansearesearcheramongsoftwaresustainabilityinstitutefellowsfor2015.php">Swansea researcher among Software Sustainability Institute Fellows for 2015</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2015/thesearchisonforanewgenerationofsciencecommunicators.php">The search is on for a new generation of science communicators</a>
</li>
    </ul>
</div>
                    </div>

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


            </div>

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

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

        </div>

    </div>


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

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

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

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

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

</script>


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

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

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

</script>


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

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

</script>


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

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

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

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

</script>


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

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

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

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

    </div>

</script>


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

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

</script>


</body>

</html>
