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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="112621">
<meta property="su:last-modified" content="Tue, 26 Nov 2019 12:05:42 GMT" />

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">2017</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/2017/">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">2017</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news">
    <ul>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/hillaryrodhamclintontoreceivehonorarydoctorateatswanseauniversity.php">Hillary Rodham Clinton to receive honorary doctorate at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/famelab2017comestothenationalwaterfrontmuseum.php">FameLab 2017 comes to the National Waterfront Museum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/walesweekinlondonannouncesschoolofmanagementasoneofitskeysponsors.php">Wales Week in London announces School of Management as one of its key sponsors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/trumpsrussiascandalscouldbeabouttogetmuchmuchworse.php">Trump's Russia scandals could be about to get much, much worse</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/postgraduatestudyopendaysinmarch.php">Postgraduate Study Open Days in March</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/spiesandtroublemakers-theanti-warmovementinwalesduringthegreatwar.php">'Spies and Troublemakers - the Anti-War movement in Wales during the Great War’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ukgovernmentministervisitsswanseauniversity.php">UK Government Minister visits Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/criminologistwhoplayedakeyroleinuncoveringthetruthaboutthehillsboroughdisastertodeliverfreepubliclectureatswanseauniversity.php">Criminologist who played a key role in uncovering the truth about the Hillsborough disaster to deliver free public lecture at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/businessinthebaycompetitionseekstoenhancestudentsemployability.php">Business in the Bay Competition seeks to enhance students’ employability</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/uknanotubecollaborativeinauguralworkshop.php">UK Nanotube Collaborative Inaugural Workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseashortlistedfortwoguardianuniversityawards.php">Swansea shortlisted for two Guardian University Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fourswanseauniversitymedicalschoolhealthcareprofessionalsshortlistedforbmacymruwalesbmjclinicalteacheroftheyearawards.php">Four  Swansea University Medical School healthcare professionals shortlisted for BMA Cymru Wales/ BMJ Clinical Teacher of the Year Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/freeguidelaunchedinwalestohelppeoplewhoarebereavedthroughsuicide.php">Free guide launched in Wales to help people who are bereaved through suicide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/greenlightfor35mhubtodriveworld-leadingresearchinswanseabay.php">Green light for £35m hub to drive world-leading research in Swansea Bay</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nationalwaterfrontmuseumhostsfamelab2017.php">National Waterfront Museum hosts FameLab 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/dacecommunitylecturesportandthenorthatlanticworld.php">DACE Community Lecture: Sport and the ‘North Atlantic World’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitymarksholocaustmemorialday.php">Swansea University marks Holocaust Memorial Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sciencecafebestofbothworldssexparasitesandgeneticdiversity.php">Science Cafe: Best of both worlds: sex, parasites and genetic diversity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studentvolunteersbrushuppaintingskillsatcentreforyoungdisabledpeople.php">Student volunteers brush up painting skills at centre for young disabled people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/famelabhearsfromfuturepioneersincommunication.php">Famelab hears from future pioneers in communication</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/shineeventforhealthcareimprovers.php">SHINE event for healthcare improvers </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sciencecafeassessingthestabilityofoneofantarcticaslargesticeshelves.php">Science Cafe: Assessing the stability of one of Antarctica's largest ice shelves</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/writinghistoricalfictionworkshop.php">Writing Historical Fiction workshop</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/davidhockney-originalprintsexhibitionattheceririchardsgallery.php">David Hockney - Original Prints exhibition at the Ceri Richards Gallery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/staffvolunteersfundraisefordiscoverycharity.php">Staff volunteers fundraise for Discovery charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityperformingartssocietiespresentsrodgerandhammersteinscinderella.php">Swansea University Performing Arts Societies Presents Rodger and Hammerstein’s Cinderella</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/orielscienceinpartnershipwithswanseauniversitywillbeputtingonsomeexcitinghalf-termhands-onworkshopsandactivities.php">Oriel Science, in partnership with Swansea University, will be putting on some exciting half- term hands-on workshops and activities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/myoneandallmyswanseacoastprojectandexhibitiontoopenattaliesinartscentre.php">My One and All: My Swansea Coast Project and Exhibition to open at Taliesin Arts Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/orielsciencehostsfirstsciencetalk.php">Oriel science hosts first science talk </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ladolcevitalectureonfamousfilmbyrenownedfilmscholar.php">La Dolce Vita – lecture on famous film by renowned film scholar </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/dacecommunitylecturetheblackprinceofflorence.php">DACE Community Lecture: The Black Prince of Florence</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysinternationalleadinmembranescienceeminentchemicalengineeringprofessortochairprestigiousinternationalconference.php">Swansea University’s international lead in Membrane Science: Eminent Chemical Engineering Professor to Chair prestigious international conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitywelshheartsscreeningeventafundraisingsuccess.php">Swansea University Welsh Hearts screening event a fundraising success </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/educationsecretaryssingletonparkcampusvisit.php">Education Secretary’s Singleton Park Campus visit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitypartnerswithwelshnetballforthewalesvsilverfernsnetballtestseries.php">Swansea University partners with Welsh Netball for the Wales v Silver Ferns netball test series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudentspastandpresentwillbeproudlypullingontheirredwalesrugbyjerseysthisweekend.php">Swansea University students past and present will be proudly pulling on their red Wales rugby jerseys this weekend</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/5meufundingboostforwelshuniversities.php">£5m EU funding boost for Welsh universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/dacecommunitylectureamiaglobalcitizenpoliticalandpersonalperspectives.php">DACE Community Lecture: Am I a global citizen?  Political and personal perspectives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/earthdayatorielscienceapril22nd2017.php">Earth Day at Oriel Science, April 22nd 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/alternativefactsfakenewsandtheroleofscience.php">Alternative facts, fake news and the role of science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/conferenceonstudenttransition-thestudentjourneykeepingontrack.php">Conference on student transition - The Student Journey: Keeping on Track</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/award-winningstudentscientisttospeakatswanseauniversity.php">Award-winning student scientist to speak at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/freeeasterfunatorielscience.php">Free Easter Fun at Oriel Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitymedicalschoolhostsfestivalofautism.php">Swansea University Medical School hosts Festival of Autism</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/isthereanalienlivinginyourgarden.php">Is there an alien living in your garden?  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/multilingualismexperttogivefreepubliclectureonchallengesandbenefits.php">Multilingualism – expert to give free public lecture on challenges and benefits </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/helpithinkthatmyfriendmighthaveaneatingdisorderwhatdoido.php">&quot;Help! I think that my friend might have an Eating Disorder. What do I do?&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/engineeringnetworkheightenscuriositywithmoleculargastronomyatsupersciencesaturdayforbritishscienceweek.php">Engineering Network heightens curiosity with ‘Molecular Gastronomy’ at ‘Super Science Saturday’ for British Science Week’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaphysicistsattendmeetingatbuckinghampalace.php">Swansea physicists attend meeting at Buckingham Palace</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thewalesschoolforsocialcareresearchofficiallylaunches.php">The Wales School for Social Care Research officially launches</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/constructionstartsonwalesstunningnew31millioncomputationalfoundry.php">Construction starts on Wales’ stunning new £31million Computational Foundry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howpunkandthatcherismcametogetherinthesurrealzxspectrumpimaniacraze.php">How punk and Thatcherism came together in the surreal ZX Spectrum Pimania craze</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nationalcorpusofcontemporarywelsh.php">National Corpus of Contemporary Welsh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howgettingridofblackmoneyhasdrivenadigitaltreasurehuntinindia.php">How getting rid of 'black money' has driven a digital treasure hunt in India</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/greatwinsforsportandswanseainhistoricwelshvarsityencounter.php">Great wins for sport and Swansea in historic Welsh Varsity encounter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshvarsityreturnstocardiffin2017.php">Welsh Varsity returns to Cardiff in 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bribingkidstoeatvegetablesisnotsustainablehereswhattodoinstead.php">Bribing kids to eat vegetables is not sustainable – here's what to do instead</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newanimationhighlightsthewayspeoplecanhelptacklelonelinessamongpeoplelivingwithdementia.php">New animation highlights the ways people can help tackle loneliness among people living with dementia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newpostgraduateloansannouncedforeligibleukeustudents.php">New postgraduate loans announced for eligible UK/ EU students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/longlistannouncedforthe2017internationaldylanthomasprize.php">Longlist announced for the 2017 International Dylan Thomas Prize </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howthewelshdevelopedtheirownformofpoetry.php">How the Welsh developed their own form of poetry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityshortlistedforsixwhatuniawardsincludinguniversityoftheyear.php">Swansea University shortlisted for six Whatuni Awards, including University of the Year</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityspublicrelationscoursesawardedcharteredinstituteofpublicrelationsaccreditation.php">Swansea University’s public relations courses awarded Chartered Institute of Public Relations accreditation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshuniversitiesannouncenewnationalsupercomputingresearchfacility.php">Welsh universities announce new national supercomputing research facility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniranked2nduniversityintheukonstonewallindex.php">Swansea Uni ranked 2nd university in the UK on Stonewall index</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/businessadvisoryfirmtoopenofficeatswanseauniversity.php">Business advisory firm to open office at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/biopharmaceuticalcompanypfizerandswanseauniversityannounceplanstocollaborateoninnovationhub.php">Biopharmaceutical company Pfizer and Swansea University  announce plans to collaborate on Innovation Hub</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitytosponsorwalesairshow.php">Swansea University to sponsor Wales Airshow</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sevensubjectsatswanseafeatureinqsworlduniversityrankings2017.php">Seven subjects at Swansea feature in QS World University Rankings 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bevancommissionopensitsacademyatswanseauniversity.php">Bevan Commission opens its Academy at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaacademicamongleadingsocialscientistsconferredasfellowsoftheacademyofsocialsciences.php">Swansea academic among leading social scientists conferred as Fellows of the Academy of Social Sciences</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/collegeofhumanandhealthsgenderequalityimprovementrecognisedwithasilverathenaswanaward.php">College of Human and Health’s gender equality improvement recognised with a silver Athena SWAN award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/learnedsocietyfellows2017honoursforsevenswanseaacademics.php">Learned Society Fellows 2017: honours for seven Swansea academics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchersdevelopnewtoolstospyonraidingbaboonsinsuburbsofcapetownsouthafrica.php">Researchers develop new tools to spy on raiding baboons in suburbs of Cape Town, South Africa</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nursingstudentstopicalworkshopsforlocalpupilstosupportmentalhealthawarenessweek.php">Nursing students’ topical workshops for local pupils to support Mental Health Awareness Week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitybaycampusvisitformayorandmayoressofneathtown.php">University Bay Campus visit for Mayor and Mayoress of Neath Town</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityannouncesexcitingandprogressiveplanstoenhancestudentexperienceatitssingletonparkcampus.php">Swansea University announces exciting and progressive plans to enhance student experience at its Singleton Park Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/freebloodpressurechecksforpublic.php">Free blood pressure checks for public </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaengineeringacademicamongsteminentscientiststojoinroyalsocietyfellowship.php">Swansea Engineering academic amongst eminent scientists to join Royal Society Fellowship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/guardianuniversityguideputsswanseauniversityintop20forwiderangeofsubjects.php">Guardian University Guide puts Swansea University in top 20 for wide range of subjects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/wonderingwhotovoteforonjune8th.php">Wondering who to vote for on June 8th?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bugweekinvadesorielscienceduringmayhalf-term.php">Bug Week Invades Oriel Science during May Half-Term</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ifyouwanttohearallaboutthemummificationofahumanbodydonorthenthisisthelectureforyou.php">If you want to hear all about the mummification of a human body donor then this is the lecture for you!  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseawelshgraduatescoopslearnersmedalaturddeisteddfod.php">Swansea Welsh graduate scoops Learner’s Medal at Urdd Eisteddfod</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/discoveryoffersweekofworktostudents.php">Discovery offers Week of Work to students</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/heddwynclassiccarrunjuly2017.php">Hedd Wyn Classic Car Run – July 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshconservativespatrevealsitsprecariouspositionassecondparty.php">Welsh Conservative 'spat' reveals its precarious position as second party</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/departmentofadultcontinuingeducationdacevisitforcabinetsecretaryforeducation.php">Department of Adult Continuing Education (DACE) visit  for Cabinet Secretary for Education</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseasdramandarogersawardedlearnedsocietyofwalesdillwynmedalforthecreativeartshumanities.php">Swansea’s Dr Amanda Rogers awarded Learned Society of Wales Dillwyn Medal for the Creative Arts &amp; Humanities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/rhodrimorganhalfredlabourhalfgreenplaidbutlovedbyall.php">Rhodri Morgan: ‘half red Labour, half green Plaid’, but loved by all</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/berniesandersstillbelievesthereshopeforprogressivesevenintheageoftrump.php">Bernie Sanders still believes there's hope for progressives ... even in the age of Trump</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/inspiringswanseauniversitypro-vice-chancellorshortlistedforpioneeraward.php">Inspiring Swansea University Pro-Vice-Chancellor shortlisted for Pioneer Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thehealthcostofcuttingfreeschoolluncheswillbefargreaterthanthepriceofthem.php">The health cost of cutting free school lunches will be far greater than the price of them</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/globalfightagainsthepatitisboostedbyukandchinaresearchcollaborationonnewgraphenesensorforswifterdiagnosis.php">Global fight against hepatitis boosted by UK and China research collaboration on new graphene sensor for swifter diagnosis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thisstandardwillhavemoresignatoriesthantheparisagreementbutyouveprobablyneverheardofit.php">This standard will have more signatories than the Paris Agreement – but you've probably never heard of it</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/doesspoon-feedingreallymakebabiesoverweight.php">Does spoon-feeding really make babies overweight?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/digitalfuturesinhealthandwellbeingcanpublicservicessurvivewithoutthem.php">Digital futures in Health and Wellbeing; can public services survive without them?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhostsinternationalconferenceonterrorismandsocialmedia.php">Swansea University hosts international conference on terrorism and social media</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/themorganacademysymposium-cybersecurityhowsafeisyourhealthcaredata.php">The Morgan Academy Symposium - Cyber security: how safe is your healthcare data?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaengineeringresearchersphdthesisrecognisedasbestineuropebyeccomas.php">Swansea Engineering researcher’s PhD thesis recognised as best in Europe by ECCOMAS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/scientistsfindthatinternetwithdrawalincreasesheartrateandbloodpressure.php">Scientists find that internet withdrawal increases heart rate and blood pressure</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fromlittleacornsabriefhistoryofcomputergamesintheclassroom.php">From little Acorns – a brief history of computer games in the classroom</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/conferenceexamineswhatthecommunityandresearchcandofordementia.php">Conference examines ‘What the community and research can do for dementia’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/soapboxsciencetomixsciencewithdance.php">Soapbox Science to mix science with dance</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newsocialsciencesdegreethisseptemberwithemphasisonpreparinggraduatesfortheworkplace.php">New Social Sciences degree this September –  with emphasis on preparing graduates for the workplace</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/mdofgeaviationwalestoheadlineuniversityeventmarkinginternationalwomeninengineeringday.php">MD of GE Aviation Wales to headline University event marking International Women in Engineering Day</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/inspirationalmdofgeaviationwalesleadsuniversitysinternationalwomeninengineeringdaycelebrations.php">&quot;Inspirational&quot; MD of GE Aviation Wales leads University’s International Women in Engineering Day celebrations</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/eatingdisorderapplaunchedthroughnewswanseauniversityinnovationproject.php">Eating disorder app launched through new Swansea University innovation project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/professorofeconometricsbecomesaprincipalfellowofthehighereducationacademy.php">Professor of Econometrics becomes a Principal Fellow of the Higher Education Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseascientistscollaborateoneastlondoncrowdcontrolsocialexperiment.php">Swansea scientists collaborate on East London Crowd Control social experiment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/dunkirkwasavictoryformoralebutultimatelyahumiliatingmilitarydefeat.php">Dunkirk was a victory for morale but ultimately a humiliating military defeat</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/2018clinicaltrialsgoalfornextgenerationpumptotreatchronicheartfailure.php">2018 clinical trials goal for next generation pump to treat chronic heart failure</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/engineeringnetworkstudentco-ordinatescollaborativeworkshoptobroadenresearchknowledgebetweenacademics.php">Engineering Network student co-ordinates collaborative workshop to broaden research knowledge between academics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bloodhoundsscisgothisoctober.php">BLOODHOUND SSC is Go this October!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/blindnessfromdiabeteshalvesinwalesnewresearchshows.php">Blindness from diabetes halves in Wales, new research shows</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityattheangleseynationaleisteddfod2017.php">Swansea University at the Anglesey National Eisteddfod 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/university-basedbevancommissionsetsoutradicalnewproposalsforimprovingqualityinnhswales.php">University-based Bevan Commission sets out radical new proposals for improving quality in NHS Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/criminologylecturerwinsprestigiousfulbrightawardtoanalysesocialmediausebyfar-rightgroups.php">Criminology lecturer wins prestigious Fulbright Award to analyse social media use by far-right groups</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howdietingencouragesyourbodytoreplacelostweight.php">How dieting encourages your body to replace lost weight</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/1000milestoneforionleadershipprogrammesupportingbusinessleadersinwales.php">1,000+ milestone for ION leadership programme supporting business leaders in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howelvispermanentlychangedamericanpopculture.php">How Elvis permanently changed American pop culture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityexcelsinnewglobalsubjectrankings.php">Swansea University excels in new global subject rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitylecturertofeatureonbbcswhodoyouthinkyouare.php">Swansea University lecturer to feature on BBC's Who Do You Think You Are?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhostslegalwalesconference.php">Swansea University hosts Legal Wales Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/internationalresearchprizeforswanseacriminologist.php">International research prize for Swansea criminologist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/internationalresearchprizeforswanseacriminologist.php">International research prize for Swansea criminologist</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitywomeninstemchampionaddressesbritishsciencefestival.php">Swansea University women in STEM champion addresses British Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/seniorpro-vice-chancellorofswanseauniversityhonouredbybritishscienceassociation.php">Senior Pro-Vice-Chancellor of Swansea University honoured by British Science Association </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityexcelsinnewglobalsubjectrankings-1.php">Swansea University excels in new global subject rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/plansfornew30mstate-of-the-artstudentactivitycentretoenhancestudentexperiencerevealed.php">Plans for new £30m state-of-the-art Student Activity Centre to enhance student experience revealed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/aweekendoffunactivitiestocelebrate5yearsof360.php">A weekend of fun activities to celebrate 5 years of 360  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sportoffersusatumultuoustimeofethicalhighsandlows.php">Sport offers us a tumultuous time of ethical highs and lows</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/schoolsshouldntbeleftalonetodealwithchildhealthandwell-beinganylonger.php">Schools shouldn't be left alone to deal with child health and well-being any longer</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseacanbewherethefuturehappensfirsttidallagoonnewswelcomedbyswanseauniversity.php">Swansea can be where the future happens first:  tidal lagoon news welcomed by Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/discoverywelcomesnewdirectorandnewtermofstudentvolunteering.php">Discovery welcomes new director and new term of student volunteering</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/academicscallforanewlawtotackleundesirablecontractcheatingservicesofferedtostudents.php">Academics call for a new law to tackle undesirable ‘contract cheating’ services offered to students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/genesrevealhowtheseahorsegotitssnoutandbecameagreatfather.php">Genes reveal how the seahorse got its snout and became a great father</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/23mbhfcymruresearchprogrammehostedbymedicalschoolfromthismonth.php">£2.3m BHF Cymru research programme hosted by Medical School from this month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityscollegeofengineeringsettoexpandwith18newacademicjobs.php">Swansea University’s College of Engineering set to expand with 18 new academic jobs </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/notlongagotherewasabritisheuropeanidentitysowhathappened.php">Not long ago, there was a British European identity – so what happened?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/multi-millionpoundflexisenergyprojectgetsunderwayinwales.php">Multi-million pound FLEXIS energy project gets underway in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshamsfindoutwhyfundingantimatterresearchmattersatcernvisit.php">Welsh AMs find out why funding antimatter research matters at CERN visit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/engineeringnetworksecuresfundingforvitalresearchintodiagnosisandtreatmentoflifethreateningdiseases.php">Engineering Network secures funding for vital research into diagnosis and treatment of life threatening diseases</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitylgbtstaffnetworkwinsnetworkoftheyearatstonewallcymruawards.php">Swansea University LGBT+ Staff Network wins Network of the year at  Stonewall Cymru Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/britainsresponsetowwiichildrefugeesputsmodernsocietytoshame.php">Britain's response to WWII child refugees puts modern society to shame</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseasoapboxscienceseeksvolunteerspeakers.php">Swansea Soapbox Science seeks volunteer speakers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/makeupisntalieforpeoplelivingwithfacialdisfigurements.php">Makeup isn't a 'lie' for people living with facial disfigurements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudentsawardedraywilliamstravellingfellowships.php">Swansea University students awarded Ray Williams Travelling Fellowships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/launchofnewsportparentingprojectsupportedbytheeuerasmusprogramme.php">Launch of New Sport Parenting Project, supported by the EU Erasmus+ programme </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaacademicspublishlandmarkhandbookhighlightingtheimportanceofmembranecharacterisation.php">Swansea academics publish landmark Handbook highlighting the importance of membrane characterisation </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studentnursingtimesawardsswanseateamshortlistedinfourcategories.php">Student Nursing Times Awards: Swansea team shortlisted in four categories</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshspeakerseverywherecancontributetoanationallanguageresourcethroughnewapp.php">Welsh speakers everywhere can contribute to a national language resource through new app</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fromheartpumpstotomorrowshealthprofessionalsuniversityinnovationsinspotlightforministersvisit.php">From heart pumps to tomorrow’s health professionals: University innovations in spotlight for Minister’s visit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/teamgetsmuddytoraisefundsforbereavedchildren.php">Team gets muddy to raise funds for bereaved children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newinsightintoelusiveantimattercanhelpunraveluniversesmysteries.php">New insight into elusive antimatter can help unravel universe's mysteries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/creepycrawlymaggotsareactuallyamedicalpowerhouse.php">Creepy, crawly maggots are actually a medical powerhouse</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityresearcherwinsfamelabwales2017.php">Swansea University researcher wins Famelab Wales 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/youdonthavetobemaletohelpsolvethemasculinitycrisis.php">You don't have to be male to help solve the masculinity crisis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sunseasandswanseainternationalstudentsenjoybeachparty.php">Sun, sea, sand: Swansea!  International students enjoy beach party</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitylaunchesnewswanseasciencefestival.php">University launches new Swansea Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseabecomesthefirstbeefriendlyuniversityinwales.php">Swansea becomes the first bee friendly University in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bowelcancerresearchinwalesboostedbyliverycompanyaward.php">Bowel cancer research in Wales boosted by Livery Company award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/new66meuinvestmentinwalesandirelandsfisheriesindustry.php">New €6.6m EU investment in Wales and Ireland’s fisheries industry   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/houstonspacemissionforllandeilostudent.php">Houston space mission for Llandeilo student</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseamovesupintouktop15forgraduatejobprospects.php">Swansea moves up into UK top 15 for graduate job prospects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/seniorprovcprofessorhilarylappin-scottcallsforpositiveactiontoinspirenextgenerationofwomeninstem.php">Senior Pro VC Professor Hilary Lappin-Scott calls for positive action to inspire next generation of women in STEM</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/makepublictoiletsdementia-friendlyexpertscallforbetterdesignandsignage.php">Make public toilets dementia-friendly: experts call for better design and signage</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchasart2017-winnersannounced.php">Research as Art 2017 - winners announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fromdecapitationtopositivepsychologyhowonenerveconnectsbodybrainandmind.php">From decapitation to positive psychology: how one nerve connects body, brain and mind</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/engineeringnetworkscouldprovidetheanswerinaidingresearcherswithcrucialindustryopportunitiespostacademia.php">Engineering Networks Could Provide the Answer in Aiding Researchers with Crucial Industry Opportunities Post Academia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityretainshrexcellenceinresearchaward.php">Swansea University retains HR Excellence in Research Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityphysicssocietybestinuk.php">Swansea University Physics Society – Best in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/creatingmeaningfulandeffectiveshortbreaksthroughdirectpayments.php">Creating meaningful and effective short breaks through Direct Payments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/lifesciencesnetworkcalinlaunchesinirelandandwales.php">Life Sciences Network CALIN launches in Ireland and Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newenvironmentalfilmhighlightssustainableenergyresearch.php">New environmental film highlights sustainable energy research   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshambulanceservicesmovesitsresearcherstonewbaseatswanseauniversitymedicalschool.php">Welsh Ambulance Services moves its researchers to new base at Swansea University Medical School</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/spainsfreedomofspeechrepressionisnojoke.php">Spain's freedom of speech repression is no joke</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityishostingthediabetesandexercise-movingforlifeeventonsaturday8july.php">Swansea University is hosting the “ Diabetes and Exercise - Moving for Life” event on Saturday 8 July</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudentwinsprestigiousnationalaward.php">Swansea University student wins prestigious national award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/medicalschoolstudentsideaswin20000researchfundingonusvisit.php">Medical School students’ ideas win $20,000 research funding on US visit  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/greenfingeredstudentshelpincommunityandcampus.php">Green fingered students help in community and campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaprofessorelectedtokeyroleatprestigiouseuropeanresearchcentre.php">Swansea professor elected to key role at prestigious European research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshgovernmentfundsnewmedicalpostgraduatediplomaplaces.php">Welsh Government funds new medical post graduate diploma places</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/discoverystudentsholdairshowfundraisertohelpvolunteeringprojects.php">Discovery students hold Air Show fundraiser to help volunteering projects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityacademiclooksathowlondonisalreadyafterbrexit.php">Swansea University academic looks at how ‘London is already after Brexit’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityacademicsfeatureatcheltenhamsciencefestival.php">Swansea University academics feature at Cheltenham Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/solartechnologyexpertsfeaturedonbbcsradiowalessciencecafe.php">Solar technology experts featured on BBC’s Radio Wales Science Café.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/80yearsonfromtheguernicabombing.php">80 years on from the Guernica bombing </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/finaleforvolcanofridaysbringingworldvoicestoswansea.php">Finale for Volcano Fridays, bringing world voices to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/specificsenergy-positiveactiveclassroomwinsinnovationaward.php">SPECIFIC’s Energy-Positive Active Classroom wins ‘Innovation Award’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/internationaldylanthomasprizeannouncestheshortlistfor2017.php">International Dylan Thomas Prize announces the shortlist for 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityshortlistedforprestigioustimeshighereducationleadershipandmanagementawardsthelma.php">Swansea University shortlisted for prestigious Times Higher Education Leadership and Management Awards (THELMA)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welcomecroesohowdytexasexchangestudentstouchdowninswansea.php">Welcome! Croeso!  Howdy! Texas exchange students touch down in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/solicitortohelpswanseasethniccommunitywithinnovativenewpractice.php">Solicitor to help Swansea’s ethnic community with innovative new practice</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/recordnineswanseastudentswinprestigiousgermanscholarships.php">Record nine Swansea students win prestigious German scholarships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycelebratesthe100thbirthdayofprofessorpeterthonemann.php">Swansea University celebrates the 100th birthday of Professor Peter Thonemann</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitylaunchesswanseasciencefestivalprogramme.php">University launches Swansea Science Festival programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/childrensprojectawardedbiglotteryfundboost.php">Children’s project awarded Big Lottery Fund Boost</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/engineeringstudentsmeetwithredarrowsteam.php">Engineering students meet with Red Arrows team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitylecturerwinsbsgyounggastroenterologistoftheyearaward.php">Swansea University lecturer wins BSG Young Gastroenterologist of the Year award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/collaborationtofindinnovativeusesofshellfishwaste.php">Collaboration to find innovative uses of shellfish waste</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/computationalfoundrypartnerswithgoogleandmicrosofttosponsorleadinginternationaltechnologyconference.php">Computational Foundry partners with Google and Microsoft to sponsor leading international technology conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/inspiringswanseauniversitygeographershortlistedfornationalleadershipaward.php">Inspiring Swansea University geographer shortlisted for national leadership award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newfundingtohelpglobalburnstreatmentandresearch.php">New funding to help global burns treatment and research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/celebratingthegraduateclassof2017summerdegreeandawardcongregations.php">Celebrating the graduate class of 2017 Summer Degree and Award Congregations </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swansea-tsinghuajointworkshopforcomputationalengineeringrevisitsswansea.php">Swansea-Tsinghua Joint Workshop  for Computational Engineering revisits Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysprofileontheriseinqatar.php">Swansea University’s profile on the rise in Qatar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseahighstreetnewprojecttogathermemoriesofitsvibranthistory.php">Swansea High Street: new project to gather memories of its vibrant history</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/chemistryatswanseauniversityfinallycomingtofruitionafterthirteenyears.php">Chemistry at Swansea University finally coming to fruition after thirteen years.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/myhomelifecymrutobehostedbyswanseauniversity.php">My Home Life Cymru to be hosted by Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newlife-savingdefibrillatorsinstalledatbaycampus.php">New life-saving defibrillators installed at Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhostssuperveterans5-a-sideworldcupfootballtournament.php">Swansea University Hosts Super Veterans 5-a-side World Cup Football Tournament </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/energy-positiveclassroomandspecificresearchershortlistedforfourawards.php">Energy-positive classroom and SPECIFIC researcher shortlisted for four awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studentinspiredbystudieswritesfirstchildrensbook.php">Student inspired by studies writes first children’s book</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaintoptenofbestvalueformoneyukuniversities.php">Swansea in top ten of best value for money UK universities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhonouredwithawardforhelpingsanctuaryseekers.php">Swansea University honoured with award for helping sanctuary seekers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitygetssilverforitshealthandwellbeingpromotionwork.php">Swansea University gets silver for its health and wellbeing promotion work </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/volunteerscleanupatswanseacityfootballgame.php">Volunteers clean up at Swansea City football game</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseawriterscalesnewliteraryheightswithtopukpublisher.php">Swansea writer scales new literary heights with top UK publisher</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/mostciteddesalinationarticlesince2012isco-authoredbyswanseaengineeringprofessorandhisteam.php">Most Cited Desalination Article since 2012 is co-authored by Swansea Engineering Professor and his team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/turningindianvillagesintosolarpowerstations7millionawardforswansea-ledproject.php">Turning Indian villages into solar power stations: £7 million award for Swansea-led project </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseanursesgettoseeushealthcareupcloseontexasvisit.php">Swansea nurses get to see US healthcare up close on Texas visit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/academiclaunchesprizetocelebratebreastfeedingsupporters.php">Academic launches prize to celebrate breastfeeding supporters</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaacademicasksgovernmentstohelpincreasebreastfeedingrates.php">Swansea academic asks governments to help increase breastfeeding rates</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentremanagerwinsindependentmuseumsfizzersprize.php">Egypt Centre Manager Wins Independent Museums ‘Fizzers’ Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/inspiringswanseauniversitypro-vice-chancellorcrownedstempioneerchampion.php">Inspiring Swansea University Pro-Vice-Chancellor crowned STEM Pioneer Champion</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycyberterrorismresearchersrepresenttheukatnatoadvancedtrainingcourseonterroristuseofcyberspace.php">Swansea University Cyberterrorism researchers represent the UK at NATO Advanced Training Course on Terrorist Use of Cyberspace </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/frommriscanstonuclearmedicinelocalpupilsgetbehind-the-sceneslookatmedicalphysics.php">From MRI scans to nuclear medicine:  local pupils get behind-the-scenes look at medical physics </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/whichcandidatewaleswebsiteallowswelshvoterstocompareelectioncandidatesviewswiththeirown.php">“Which Candidate Wales” – website allows Welsh voters to compare election candidates’ views with their own</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycelebratesnewheadofmalaysianalumnichapter.php">Swansea University celebrates new Head of Malaysian Alumni Chapter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/interdisciplinaryresearchadvisorypanelannounced.php">Interdisciplinary Research Advisory Panel announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newexhibitionhighlightsstudentvolunteeringincity.php">New exhibition highlights student volunteering in city</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/welshtechnoclubtorepresenttheukat2017roboticsworldfestivalinstlouisusa.php">Welsh Technoclub to Represent the UK at 2017 Robotics World Festival in St Louis, USA</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityexcelsinnewteachingexcellenceframeworkassessment.php">Swansea University excels in new Teaching Excellence Framework assessment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityselectssafezonetoboostsecurity-studentstobenefitfromenhancedpersonalprotectionbothonandoffcampus.php">Swansea University selects SafeZone™ to boost security - Students to benefit from enhanced personal protection, both on and off campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentreisproudtoannounceanewdisplaycasecuratedbyitsvolunteers.php">Egypt Centre is proud to announce a new display case curated by its volunteers.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theonetrilliontonneiceberglarsenciceshelfriftfinallybreaksthrough.php">The one trillion tonne iceberg: Larsen C Ice Shelf rift finally breaks through</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseastudentsplacementatoneofamericastopmedicalschools.php">Swansea students' placement at one of America's top medical schools</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/royalaeronauticalsocietyhonourforswanseaengineeringexpert.php">Royal Aeronautical Society honour for Swansea engineering expert</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycontinuestoriseinuniversityleaguetables.php">Swansea University continues to rise in university league tables</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/honorarydegreeforvicechancellorstrengthenstieswithuniversityofhouston.php">Honorary degree for Vice Chancellor strengthens ties with University of Houston</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/faradairannouncesnewrdofficeatswanseauniversity.php">Faradair® announces new R&amp;D office at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentrevolunteersreachfinalofinternationalmuseumsandheritageawards.php">Egypt Centre Volunteers reach final of international Museums and Heritage Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/departmentofadultcontinuingeducationsouthwalesminerslibraryseminarseries.php">Department of Adult Continuing Education &amp;  South Wales Miners’ Library Seminar Series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitypaystributetochancellorrhodrimorgan.php">University pays tribute to Chancellor, Rhodri Morgan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sportsscienceexpertspreparewoundedex-servicesteamfor38000feetbikeclimbwithswanssupport.php">Sports science experts prepare wounded ex-services team for 38,000 feet bike climb, with Swans' support</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityemployabilityacademysuccessatnationalconference.php">Swansea University Employability Academy Success at National Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaprofessorawardedobebythequeen.php">Swansea Professor awarded OBE by the Queen</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/orielscienceworkshopexploreswaystohelpmatchcandidateswithvotersincrucialelections.php">Oriel Science workshop explores ways to help match candidates with voters in crucial elections</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universityspin-outlaunchesnewnaturalinsectpestcontrolproducts.php">University spin-out launches new natural insect pest control products</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitysgrowingfleetofelectricvehicleshelpskeepcitysairclean.php">University’s growing fleet of electric vehicles helps keep city’s air clean</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thehighplaceswins30000internationaldylanthomasprizeinpartnershipwithswanseauniversity.php">The High Places wins £30,000 International Dylan Thomas Prize in partnership with Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/michaelwilliamslordwilliamsofbaglan1949-2017.php">Michael Williams, Lord Williams of Baglan 1949 - 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universityaccreditedforbiosciencescourses.php">University accredited for biosciences courses</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityreceivesroyalsocietyofbiologyawardsforitshighlevelofachievementsinbioscience.php">Swansea University receives Royal Society of Biology Awards for its high level of achievements in bioscience</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fromkingsvalleytokingscollegethemakingsofamodernmummy.php">‘From Kings’ Valley to Kings College: the Makings of a Modern Mummy’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universityprofessorpresentss4cseriesthathighlightstheeffectsofclimatechange.php">University Professor presents S4C series that highlights the effects of climate change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitygroundsteamwavegreenflag.php">Swansea University Grounds Team Wave Green Flag</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theorielsciencefuturewallliveontwitter.php">The Oriel Science Future Wall Live on Twitter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseasciencefestival-alegacytobeproudof.php">Swansea Science Festival - a legacy to be proud of</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentrevolunteersrecognisedfortheirexcellentworkwithmuseumvisitors.php">Egypt Centre volunteers recognised for their excellent work with museum visitors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newstudentsheraldafreshphaseforchemistryatswanseauniversity.php">New students herald a fresh phase for Chemistry at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newphaseofstudentaccommodationcompletedatbaycampus.php"> New phase of student accommodation completed at Bay Campus </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/world-firstinnovationforsportsethicsandintegrityerasmusmundusmasportsethicsandintegritywelcomesfirstcohort.php">World-first innovation for sports ethics and integrity: Erasmus Mundus MA Sports Ethics and Integrity welcomes first cohort</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/outoftheshadowsconferenceforsouthwalespupilsaboutcovertactionintheintelligenceworld.php">Out of the Shadows: Conference for South Wales pupils about covert action in the intelligence world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nationalresearchnetworknrninadvancedengineeringandmaterialsaemtohostfirstmajorengineeringeventforwalesonindustryacademiacollaboration.php">National Research Network (NRN) in Advanced Engineering and Materials (AEM) to host First Major Engineering Event for Wales on industry academia collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/eventsplannedtocommemoratethe50thanniversaryofthedeathofpoetvernonwatkins.php">Events planned to commemorate the 50th anniversary of the death of poet Vernon Watkins</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/supersonicbloodhoundsscsetforfirsttestrunsthismonth.php">Supersonic BLOODHOUND SSC set for first test runs this month</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bbctoshowcutting-edgevrfilmsatswanseauniversityinstallation.php">BBC to show cutting-edge VR films at Swansea University installation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/canspendingtimeinparkswoodlandsandbeachesimproveourmentalhealth.php">Can spending time in parks, woodlands and beaches improve our mental health?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/associateprofessorofsocialsciencesbecomesaprincipalfellowofthehighereducationacademy.php">Associate Professor of Social Sciences becomes a Principal Fellow of the Higher Education Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thegoodthebadandtheunknownhowonlineactivityinfluencesself-harmandsuicideinyoungpeople.php">The good, the bad and the unknown: how online activity influences self-harm and suicide in young people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newdataplatformpromisesstepchangeinyoungpeoplesmentalhealthresearch.php">New data platform promises ‘step change’ in young people’s mental health research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/mathematicsprofessorsprestigious75kfive-yearwolfsonresearchmeritaward.php">Mathematics Professor’s prestigious £75K five-year Wolfson Research Merit Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitybecomesfirstwelshinstitutiontoachievesilverathenaswancharteraward.php">Swansea University becomes first Welsh institution to achieve  Silver Athena SWAN Charter Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/buddingengineeringstudentwinsprestigiousukscholarshipevenbeforestartinghiscourseatswanseauniversity.php">Budding Engineering student wins prestigious UK scholarship even before starting his course at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/beinghumanfestivalreturnstoswanseaforfourthyearrunning.php">Being Human festival returns to Swansea for fourth year running</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/endometrialwombcancerinformationeventsponsoredbytenovus.php">Endometrial (womb) Cancer Information Event, sponsored by TENOVUS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityshowchoirbidtokeeptheirmasterscrown.php">Swansea University Show Choir bid to keep their Masters Crown </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycelebratesfundingsuccesstohelpstudentsandstaffgoglobal.php">Swansea University celebrates funding success to help students and staff Go Global</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/plansfornew30mstate-of-the-artstudentactivitycentretoenhancestudentexperiencerevealed-1.php">Plans for new £30m state-of-the-art  Student Activity Centre to enhance student experience revealed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/collegeofengineeringatswanseauniversitywinsbronzeathenaswanaward.php">College of Engineering at Swansea University wins Bronze Athena SWAN award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/marketingmanagerwinscaseeuropeawardforcontributiontoswanseauniversity.php">Marketing manager wins CASE Europe award for contribution to Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityscollegeofengineeringtojointhewomensengineeringsociety.php">Swansea University’s College of Engineering to join the  Women’s Engineering Society</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityshealthandwellbeingacademyunveilswellbeinggarden.php">Swansea University’s Health and Wellbeing Academy unveils wellbeing garden</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swansea-ledscienceandinnovationauditgivengreenlight.php">Swansea-led Science and Innovation Audit Given Green Light</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newmasterscourselaunchedwiththeprincesfoundationtoaidvitalneedsofdevelopingcountries.php">New Master’s course launched with the Prince’s Foundation to aid vital needs of developing countries</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseapsychologistgivesevidencetoparliamentarygroupsinquiryongamblingmachines.php">Swansea Psychologist gives evidence to Parliamentary Group’s Inquiry on Gambling Machines </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/internationaljournalofpopulationdatascienceintroducinganewinternationalopenaccesspeer-reviewedpopulationdatasciencejournal.php">International Journal of Population Data Science: Introducing a new international open access, peer-reviewed  population data science journal </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/happyfacesreallyarehealthyfaces.php">Happy faces really are healthy faces</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/tworoyalsocietyawardsforswanseasteelresearchers.php">Two Royal Society awards for Swansea steel researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityrecogniseseurope2017.php">Swansea University recognises Europe 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/asmartersaferwaytoreducecorrosionawardforswanseasteelexperts.php">A smarter, safer way to reduce corrosion: award for Swansea steel experts </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/formeruniversityofhoustonexpertbecomesco-headofswanseasnewchemistrydepartment.php">Former University of Houston expert becomes co-head of Swansea’s new chemistry department</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/indiasdemonetisationjustonestepontheroadtoacashlesseconomy.php">India's demonetisation just one step on the road to a cashless economy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhelpingstudentsshinewiththeserennetwork.php">Swansea University helping students shine with the Seren Network</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/naturalresourceswalesjoinsforceswithswanseauniversity.php">Natural Resources Wales joins forces with Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/threeswanseauniversitywritersshortlistedforwalesbookoftheyear2017.php">Three Swansea University writers shortlisted for Wales Book of the Year 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/postgraduatestudyopendaysinnovember.php">Postgraduate study Open Days in November</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/getreadysteadygofortheraceacrossthecity.php">Get..Ready..Steady..Go..For The ‘RACE ACROSS THE CITY’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/12millionfundingboostforageinganddementiaresearchcentre.php">£1.2 million funding boost for ageing and dementia research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysegyptcentrehasbeenrecognisedinnationalawardsforlearningoutsidetheclassroom.php">Swansea University’s Egypt Centre has been recognised in national awards for learning outside the classroom</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/rhodrimorganswanseauniversityhostseventtocelebratehislifeandlegacy.php">Rhodri Morgan: Swansea University hosts event to celebrate his life and legacy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theuksonlynationalfestivalofthehumanitiesreturnstoswanseaforthefourthyearrunning.php">The UK’s only national festival of the humanities returns to Swansea for the fourth year running</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howunderwatergardeningcanrewildtheatlanticocean.php">How underwater gardening can rewild the Atlantic Ocean</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/fiveswanseauniversitystudentsnamedasfinalistsinprestigiouslordferrersaward.php">Five Swansea University students named as finalists in prestigious Lord Ferrers Award. </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/famedwelshphotographeristhefinalpieceinthebeinghumanpuzzle.php">Famed Welsh photographer is the final piece in the Being Human puzzle</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theuksonlynationalfestivalofthehumanitiesreturnstoswanseaforthefourthyearrunning-1.php">The UK’s only national festival of the humanities returns to Swansea for the fourth year running</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/renownedpoetstoperformatuniversitycentenarylectureseriesduringukfestivalofthehumanitiesweek.php">Renowned poets to perform at University centenary lecture series during UK Festival of the Humanities week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/professorstefandoerrtohostredditscienceaskmeanythingevent.php">Professor Stefan Doerr to host Reddit Science “Ask Me Anything” event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newstudywillinvestigateeffectivenessofhomeimprovementsinhelpingolderpeoplestayintheirownhome.php">New study will investigate effectiveness of home improvements in helping older people stay in their own home</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityresearchmanipulatesliquidmetaltocreateinteractiveeffects.php">Swansea University research manipulates liquid metal to create interactive effects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycelebratespartnershipwithsantanderwithrenewedagreement.php">Swansea University celebrates partnership with Santander with renewed agreement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudentshortlistedforyoungwomanengineeroftheyearaward.php">Swansea University student shortlisted for Young Woman Engineer of the Year Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sciencecafecernsprotonsmasherthelargehadroncollider.php">Science Cafe: &quot;CERN’s proton smasher, the Large Hadron Collider&quot; </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseasartsandhumanitiesexcelsinthelatestworldsubjectrankings.php">Swansea’s Arts and Humanities excels in the latest world subject rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityshortlistedinsantandercyclesuniversitychallenge.php">Swansea University shortlisted in Santander Cycles University Challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityexcelsinnewtimeshighereducationrankings.php">Swansea University excels in new Times Higher Education rankings</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/richardburtonslegacyliveson.php">Richard Burton’s legacy lives on</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bloodhoundssccarriesoutfirstpublicruns.php">Bloodhound SSC carries out first public runs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityachievesitshighesteverpositioninukleaguetables.php">Swansea University achieves its highest ever position in UK league tables</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/happybirthday360-celebrating5yearsoffun.php">HAPPY BIRTHDAY 360  - Celebrating 5 years of fun </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nspccwalesandswanseauniversitycombinetotackleonlinegrooming.php">NSPCC Wales and Swansea University combine to tackle online grooming</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentrevolunteersrecognisedfortheirexcellentworkwithmuseumvisitors-1.php">Egypt Centre volunteers recognised for their excellent work with museum visitors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitycelebratesitssportsscienceachievements.php">Swansea University celebrates its sports science achievements</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studentsupportedvolunteersacknowledgedfortheirinspiringvolunteeringworkwithahigh5award.php">Student supported volunteers acknowledged for their inspiring volunteering work with a High 5 Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityproudlyfliesitsgreenflag.php">Swansea University proudly flies its Green Flag</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universityworkswithnspcctosupportparentsinsportweek.php"> University works with NSPCC to support Parents in Sport Week   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/spotlightonwalesasmanenginerisesagain.php">Spotlight on Wales as Man Engine rises again</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitytorentpartoftheciviccentre.php">Swansea University to rent part of the Civic Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newcentretotransformlegaleducationandpractice.php">New centre to transform legal education and practice</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/voicesfromthecoalfieldsinspiresnewalbum.php">Voices from the Coalfields Inspires New Album</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/worldwidestudyrevealsatenfoldincreaseinchildhoodandadolescentobesity.php">Worldwide study reveals a tenfold increase in childhood and adolescent obesity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/publicinvolvedindevelopinguniquewellnesslifesciencevillageplans.php">Public involved in developing unique Wellness &amp; Life Science Village plans  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitywelcomesleadinghealthexpertasnewchairatschoolofmanagement.php">Swansea University welcomes leading health expert as new chair at School of Management</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studentsdineanddebatealongsideseniorcivicdignitariesatrevivalofhistoricwelshclub.php">Students dine and debate alongside senior civic dignitaries at revival of historic Welsh club</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/pledgeitwinituseitswanseauniversityunveilsitssparklingnewsantandercycles.php">Pledge It, Win It, Use It ! Swansea University unveils its sparkling new Santander Cycles </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/youngrootspartnershipbringsrichardburtontolifeforanewgeneration.php">Young Roots partnership brings Richard Burton to life for a new generation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitylaunchesnewstudentincubationhub.php">Swansea University launches new Student Incubation Hub</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/diabetesresearchunitcymrufundedforafurthertwoyears.php">Diabetes Research Unit Cymru funded for a further two years</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/orielscienceintherunningforcommunityfundvote.php">Oriel Science in the running for community fund vote</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thetragedyoftheseagrasscommons.php">The tragedy of the seagrass commons</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/guardianranksswanseaasoneoftengreenestuniversitiesinuk.php">Guardian ranks Swansea as one of ten greenest universities in UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitywelcomesheadsofmissiontohighlightswanseasinternationalambition.php">University welcomes Heads of Mission to highlight Swansea’s international ambition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/twoswanseauniversitymedicalstudentswinliverycompanyaward.php">Two Swansea University medical students win Livery Company award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitysinnovativeemployabilitymodelshortlistedforprestigiousaward.php">University’s innovative employability model shortlisted for prestigious award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/schoolofsportandexercisescienceswelcomeworld-leadingvoiceinanti-dopingandsportsintegrity.php">School of Sport and Exercise Sciences welcome world-leading voice in anti-doping and sports integrity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/antarcticlandscapeinsightskeepicelossforecastsontheradar.php">Antarctic landscape insights keep ice loss forecasts on the radar</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/youmustrememberthiscasablancaturns75andremainsaclassicofwartimepropaganda.php">You must remember this: Casablanca turns 75 and remains a classic of wartime propaganda</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityscientistsworkfeaturesinthefascinatingblueplanetiiseries.php">Swansea University scientist’s work features in the fascinating Blue Planet II series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysmorganacademyandthenationalassemblyforwalesannouncenewinitiativetocelebratethelifeandcontributionofrhodrimorgan.php">Swansea University’s Morgan Academy and the National Assembly for Wales announce new initiative to celebrate the life and contribution of Rhodri Morgan</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/schoolofmanagementwelcomesglobalmarketingexpertsasithostsinternationalevent.php">School of Management welcomes global marketing experts as it hosts international event</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/universitytohostdebateonwelshgovernmentplanstobansmacking.php">University to host debate on Welsh Government plans to ban smacking</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/aboostforhealthinsouthwestwaleshealthandwellbeingacademylaunched.php">A boost for health in south west Wales: Health and Wellbeing Academy launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bursaryschemefornhsstaffagreatsuccess.php">Bursary Scheme for NHS Staff a great success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysupportsworldbreastfeedingweek.php">Swansea University supports World Breastfeeding Week</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/lecturerrecognisedforworktopromotebreastfeeding.php">Lecturer recognised for work to promote breastfeeding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theukhasthelowestbreastfeedingratesintheworldnewbookhighlightsthelackofprovisionforbreastfeedingmothersintheuk.php">The UK has the lowest breastfeeding rates in the world New book highlights the lack of provision for breastfeeding mothers in the UK</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchhelpstomakethemostofnanoscalecatalyticeffectsfornanotechnology.php">New research helps to make the most of nanoscale catalytic effects for nanotechnology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/climatemodelsmayunderestimatefuturewarmingontropicalmountains.php">Climate models may underestimate future warming on tropical mountains</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/investigationsofmysteriousgeoglyphsreveallonghistoryofhumanimpactsonamazonrainforest.php">Investigations of mysterious geoglyphs reveal long history of human impacts on Amazon rainforest</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchimprovessolarcellperformance.php">Research improves solar cell performance</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/physicsdepartmentwelcomesroyalsocietyfellows.php">Physics Department welcomes Royal Society Fellows</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseatheoreticalcosmologistwinsinternationalprize.php">Swansea Theoretical Cosmologist wins International Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaparticlephysicistshosteucostmeeting.php">Swansea Particle Physicists host EU COST meeting   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/darkmatterdaycastslightoncosmicpuzzle.php">Dark Matter Day casts light on cosmic puzzle   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thesoundofsuccessatswanseauniversity.php">The sound of success at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newreportbyswanseauniversityandelectricalsafetyfirststatesolderpeopleinwalesaremoreatriskofelectricalfiresandaccidents.php">New report by Swansea University and Electrical Safety First states older people in Wales are more at risk of electrical fires and accidents</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howlocalecologicalknowledgecansaveendangeredandrareanimals.php">How local ecological knowledge can save endangered and rare animals</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitytotrainthenextgenerationofdatascientists.php">Swansea University to train the next generation of data scientists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/businessessignuptotheswanseauniversitycycleschallenge.php">Businesses sign up to the Swansea University Cycles Challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhelpswalesgetitsfirstnetworkofcosmicraydetectors.php"> Swansea University helps Wales get its first network of cosmic ray detectors</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/asanotherprotesterdiesinoccupiedindigenouslandsargentinamuststoptryingtoeraseitspas.php">As another protester dies in occupied indigenous lands, Argentina must stop trying to erase its pas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitywinsprizeatgreenfleetawards2017.php">Swansea University wins prize at Green Fleet Awards 2017</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchintoaugmentedrealityatswanseauniversitycouldspelltheendforlearningin2d.php">Research into augmented reality at Swansea University could spell the end for learning in 2D</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/whyswanseasscientistsarebackingthecityofculturebid.php">Why Swansea’s scientists are backing the City of Culture bid</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/anewlawtotacklecontractcheatingandessaymills.php">A new law to tackle contract cheating and Essay Mills?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newcutting-edgefacilityforwalesandbeyond.php">New cutting-edge facility for Wales and beyond </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitydiscoveryvolunteersbringchristmascheertothecommunity.php">Swansea University Discovery volunteers bring Christmas cheer to the community</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/headofswanseauniversityscollegeofengineeringbecomesaprincipalfellowofthehighereducationacademy.php">Head of Swansea University’s College of Engineering becomes a Principal Fellow of the Higher Education Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newswanseauniversityresearchfindsbabiesthatfeedthemselveshavenoincreasedriskofchoking.php">New Swansea University research finds babies that feed themselves have no increased risk of choking</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newstudyfindspatientshealthandspiritualityvaluesinfluencetheirattendanceforvitalpelvic-floordysfunctiontreatment.php">New study finds patients’ health and spirituality values influence their attendance for vital pelvic-floor dysfunction treatment</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/wediditwepledgedandwewon.php">WE DID IT! WE PLEDGED AND WE WON!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityhelpschallengemaleviolenceagainstwomen.php">Swansea University helps challenge male violence against women</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/error-freeintothequantumcomputerage.php">Error-free into the Quantum Computer Age</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/35millionengineeringresearchinstitutetakesshapeatswanseauniversitysbaycampus.php">£35 million engineering research institute takes shape at Swansea University’s Bay Campus</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/judgesforthe2018internationaldylanthomasprizeannounced.php">Judges for the 2018 International Dylan Thomas Prize announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/egyptcentreyoungvolunteerswindianavolunteeringaward.php">Egypt Centre young volunteers win Diana Volunteering Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newchemistrydepartmentopensatswanseauniversity.php">New Chemistry Department opens at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/thefinalcountdownisonforthesantandercyclesuniversitychallenge.php">The final countdown is on for the Santander Cycles University Challenge</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseawinsciprgoldaward.php">Swansea wins CIPR gold award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/refappointmentforseniorprovicechancellor.php">REF appointment for Senior Pro Vice Chancellor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityplayskeyroleinnationalbiofilmsinnovationcentre.php">Swansea University plays key role in National Biofilms Innovation Centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/hillaryrodhamclintonreceiveshonorarydoctoratefromswanseauniversity.php">Hillary Rodham Clinton receives honorary doctorate from Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/hublaunchedtotackletheglobalburnshealthcrisis.php">Hub launched to tackle the global burns health crisis</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ultrasoundheartscanprojectpilotsatnewhealthandwellbeingacademy.php">Ultrasound heart scan project pilots at new Health and Wellbeing Academy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/cjchsolicitorsinlandmarkcollaborationwithswanseauniversitylawschoolexploringcybercrime.php">CJCH Solicitors in landmark collaboration with Swansea University Law School exploring cyber crime</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ancienttechniqueaimstostemalzheimers.php">Ancient technique aims to stem Alzheimer’s</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchersfindhowthecobragotitsvenom.php">Researchers find how the cobra got its venom</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityacademicasksaredoctorsfitnesstopractisepanelsservingthepublicinterest.php">Swansea University academic asks ‘Are Doctors’ Fitness to Practise Panels serving the public interest ?ʼ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchintojuniorrugbyparticipationinwales.php">Research into Junior Rugby Participation in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theresneverbeenamoreimportanttimetolearnabouttheconservationofcoralreefs.php">There’s never been a more important time to learn about the conservation of coral reefs </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchsuggestsnestingturtlepopulationishalfpreviousestimates.php">New research suggests nesting turtle population is half previous estimates</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/bhfcymruinvest23millioninworld-leadingresearchatswanseauniversitytohelpreducethenumberofprematuredeathsinyoungpeople.php">BHF Cymru invest £2.3 million in world-leading research at Swansea University to help reduce the number of premature deaths in young people</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityresearcherpleadsdontforgettheporpoise.php">Swansea University researcher pleads: “Don’t forget the porpoise”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityscientiststakepartinlargeststudyintothegeneticsofcommonepilepsy.php">Swansea University scientists take part in largest study into the genetics of common epilepsy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudentwinsplaceinfinalofglobaltatacompetition.php">Swansea University student wins place in final of global TATA competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newstudydefinesbestmaterialsforcarboncaptureandmethaneselectivity.php">New study defines best materials for carbon capture and methane selectivity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchtoinvestigateenhancingmarineandcoastalenvironments.php">New research to investigate enhancing marine and coastal environments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/homeenergyefficiencyimprovementsarehavingapositiveimpactonhealth.php">Home energy efficiency improvements are having a positive impact on health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howstarwarskick-startedmoderntoycollecting.php">How Star Wars kick-started modern toy collecting</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/aconservativelandslideinwalesshouldcomeasnosurpriseifitactuallyhappens.php">A Conservative landslide in Wales should come as no surprise ... if it actually happens</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/starwarsisafantasyfilmfirmlybasedonamericasrealconflicts.php">Star Wars is a fantasy film firmly based on America's real conflicts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaacademicpublishesnewbabyweaningbook.php">Swansea academic publishes new baby weaning book</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/areweeducatingeducatorsaboutacademicintegrity.php">Are we educating educators about academic integrity?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/walesisleadingtheworldwithitsnewpublichealthlaw.php">Wales is leading the world with its new public health law</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/whatjamescomeysgrippingsenatehearingtoldusaboutdonaldtrump.php">What James Comey's gripping Senate hearing told us about Donald Trump</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/sofewmuslimwomenweartheburqathatbanningitisawasteoftime.php">So few Muslim women wear the burqa that banning it is a waste of time</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/donaldtrumpfiresfbidirectorandanewnationalnightmaretakeshold.php">Donald Trump fires FBI director and a new national nightmare takes hold</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howcleaneatingcandamagechildrenshealth.php">How ‘clean eating’ can damage children’s health</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/wonderwomenhavebeensmashingthepatriarchysinceclassicaltimes.php">Wonder Women have been smashing the patriarchy since classical times</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/hospitalorhomeguidelinestoassessolderpeoplewhohavefallenaresafeinexpensiveandcut999calls.php">Hospital or home? Guidelines to assess older people who have fallen are safe, inexpensive and cut 999 calls</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitysmartbandagetobetrialledwithin12months.php">Swansea University smart bandage to be trialled within 12 months</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/studyrevealsvolunteeringreducesthechanceofdevelopingdementia.php">Study reveals volunteering reduces the chance of developing dementia  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/spin-outcompanyhelpsgeteffectivedrugstomarketmorequicklyandcheaply.php">Spin-out company helps get effective drugs to market, more quickly and cheaply</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ukarmedforcesveteransmaybemoreatriskofdevelopingproblemgambling.php"> UK Armed Forces veterans may be more at risk of developing problem gambling</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/projectexploresexperiencesofeasterneuropeanmigrantsinscotland.php">Project explores experiences of eastern European migrants in Scotland</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/whatlinksportugalsdeadliestwildfiretogrenfelltowereconomicsandneglect.php">What links Portugal's deadliest wildfire to Grenfell Tower? Economics and neglect</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchasartrevealingthecreativitybehindacademicoutput.php">Research as art: revealing the creativity behind academic output</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/christmasnostalgiaissomethingtobewaryofaccordingtoliterarygreats.php">Christmas nostalgia is something to be wary of, according to literary greats</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/muslimscananddocelebrateatraditionalchristmas.php">Muslims can and do celebrate a traditional Christmas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/helicopterorlawnmowermodernparentingstylescangetinthewayofraisingwell-balancedchildren.php">Helicopter or lawnmower? Modern parenting styles can get in the way of raising well-balanced children</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/breastfeedingfivewaysitcanbeencouragedresponsibly.php">Breastfeeding: five ways it can be encouraged responsibly</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/algalbiofuelproductionisneitherenvironmentallynorcommerciallysustainable.php">Algal biofuel production is neither environmentally nor commercially sustainable</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/astepclosertodevelopingall-in-onepiezoelectricenergyharvester.php">A step closer to developing All-In-One piezoelectric energy harvester</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howreducingthenumberofstressfuleventsinourlivescouldhelpbeatdementia.php">How reducing the number of stressful events in our lives could help beat dementia</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityapartnerincreationofaworld-leadinghealthcareimprovementresearchinstitute.php">Swansea University a partner in creation of a world-leading health care improvement research institute</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/expertsrecommendscreeningforafinolderpeopletocutriskofstrokeanddeath.php">Experts recommend screening for AF in older people to cut risk of stroke and death</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversitystudyhelpsdigitalhealthcaredeliverforpeoplelivingwithdiabetes.php">Swansea UniversityStudy helps Digital Healthcare Deliver for People Living with Diabetes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/usingdatavisualisationtobeatthecallcentrecurse.php">Using data visualisation to beat the call centre curse</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/howsteelcanbeagreatbritishsuccessstory.php">How steel can be a great British success story</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/nowgovernmentmustmatchsteelworkersresolve.php">Now government must match steelworkers’ resolve </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityacademicslandmarkbookhighlightsprocesseswhichcantackletheimpendingcrisisofwatershortage.php">Swansea University academics landmark book highlights processes which can tackle the impending crisis of water shortage</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/whysavingourblueplanetmaylieinthehandsofcitizenscientists.php">Why saving our blue planet may lie in the hands of citizen scientists</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/readingmygrandadsblitzreportingmakesitallthesaddertoseesocialhistoryrepeatitself.php">Reading my grandad’s Blitz reporting makes it all the sadder to see social history repeat itself </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researchsuggestsbotsgeneratedsocialmediastoriesduringeureferendum.php">Research suggests bots generated social media stories during EU Referendum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/trackingcollarsuncoverthesecretsofbaboonsraidingtactics.php">Tracking collars uncover the secrets of baboons' raiding tactics</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchanimationtohelpparentsdecidewheretohavetheirbabies.php">New research animation to help parents decide where to have their babies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/theproblemsthatoccurwhenhealthdataisnotused.php">The problems that occur when health data is not used</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/developmentofexosomesforcancertreatmentacceleratesinwales.php">Development of exosomes for cancer treatment accelerates in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swansea-basedcollaborationleadstowaveenergyinnovation.php">Swansea-based collaboration leads to wave energy innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchexploresthelimitsofnanomaterialsandatomiceffectsfornanotechnology.php">New research explores the limits of nanomaterials and atomic effects for nanotechnology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/internationaljournalofpopulationdatascienceintroducinganewinternationalopenaccesspeer-reviewedpopulationdatasciencejournal-1.php">International Journal of Population Data Science  Introducing a new international open access, peer-reviewed  population data science journal </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityledresearchwinsprizeforinnovativeovariancancerdiagnosistest.php">Swansea University led research wins prize for innovative ovarian cancer diagnosis test</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/filtermaybeamatchforfrackingwater.php">Filter may be a match for fracking water</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseaphysicistspublishantihydrogenaccumulationresearch.php">Swansea physicists publish antihydrogen accumulation research   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/newresearchfindslinkbetweensomebabybooksandpostnataldepression.php">New research finds link between some baby books and postnatal depression</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/investigatingmarinemammalhabitatuseinatidalenergyhotspotatynysenllibardseyisland.php">Investigating marine mammal habitat use in a tidal energy hotspot at Ynys Enlli Bardsey Island</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/somethingtosneezeaboutdemocraticvotinginafricanwilddogpacks.php">Something to sneeze about: democratic voting in African wild dog packs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/greenlandiceflowlikelytospeedupassedimentbecomesmoreslippery.php">Greenland ice flow likely to speed up, as sediment becomes more slippery</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/firstobservationofthehyperfinesplittinginantihydrogen.php">First observation of the hyperfine splitting in Antihydrogen </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/heavymetalsinwatermeettheirmatchenergysafetyresearchinstituteshowsreusablecarbonnanotube-reinforcedfilterscleantoxinsfromwater.php">Heavy metals in water meet their match: Energy Safety Research Institute shows reusable, carbon nanotube-reinforced filters clean toxins from water</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/circlesinthesandrevealboatingdamagetomarinebiodiversity.php">Circles in the sand reveal boating damage to marine biodiversity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/ivestudiedlarsencanditsgianticebergforyearsitsnotasimplestoryofclimatechange.php"> I've studied Larsen C and its giant iceberg for years – it's not a simple story of climate change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/excitingnewmaterialdevelopedbyswanseascientistsusessolarenergytoremoveman-madedyepollutantsfromwater.php">Exciting new material developed by Swansea scientists uses solar energy to remove man-made dye pollutants from water</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/previouslyunknownextinctionofmarinemegafaunadiscovered.php">Previously unknown extinction of marine megafauna discovered</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/possibilitiesforkeepingeucitizenshipafterleavingeusetoutinnewreportbyswanseauniversityresearchers.php">Possibilities for keeping EU citizenship after leaving EU set out in new report by Swansea University researchers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/tinynanoparticlesoffersignificantpotentialindetectingandtreatingdisease-newreview.php">Tiny nanoparticles offer significant potential in detecting and treating disease - new review  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/warmingtemperaturesthreatenseaturtles.php">Warming temperatures threaten sea turtles</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/researcherscallforbetterqualityandconsistencyofelectronichealthrecordstudies.php">Researchers call for better quality and consistency of electronic health record studies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/antarcticiceriftclosetocalvingaftergrowing17kmin6days.php">Antarctic ice rift close to calving, after growing 17km in 6 days</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/swanseauniversityscientistsdiscoverthatfathersdomatterinthesurvivalofthewanderingalbatross.php">Swansea University scientists discover that “Fathers do matter” in the survival of the Wandering Albatross</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/antarcticiceriftspreadsnewbranchrevealedinlatestdatafromiceshelf.php">Antarctic ice rift spreads – new branch revealed in latest data from ice shelf</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/eminentswanseauniversitychemicalengineeringprofessordevelopsself-cleaningmembranesforsustainabledesalination.php">Eminent Swansea University Chemical Engineering Professor develops Self-Cleaning Membranes for Sustainable Desalination</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2017/riftonantarcticiceshelfgrowsbyanother10km-latestdata.php">Rift on Antarctic ice shelf grows by another 10km - latest data</a>
</li>
    </ul>
</div>
                    </div>

                    <div class="layout-related-items">
  <div class="related-text">
    <h3 class="related-text-title">What's Happening?</h3>
    <div class="related-text-content">
        <p><a href="https://events.swansea.ac.uk/">All the events at Swansea University</a></p>
    </div>
</div>


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