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





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:section-id" content="85210">
<meta property="su:last-modified" content="Thu, 26 Sep 2019 12:28:17 BST" />

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

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

            dataLayer = [],

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

        

        

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

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


</head>

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

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

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

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

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

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

                    <div class="layout-article-items">
  <div class="share-page-wrapper">
    <div id="share-page" class="share-page">
        <ul class="social-buttons">
            
            <li class="social-button">
                <a class="socialite twitter-share" href="https://twitter.com/share?url=https%3A%2F%2Fcms.swan.ac.uk%2Fpress-office%2Fnews-archive%2F2012%2Findex.php" data-url="https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" data-via="SwanseaUni" data-count="none" rel="nofollow">
                    <span class="hide">
                        Share on Twitter
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                <a class="socialite facebook-like" href="http://www.facebook.com/sharer.php?u=https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" data-href="https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" rel="nofollow">
                    <span class="hide">
                        Share on Facebook
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                 <a class="socialite linkedin-share" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://cms.swan.ac.uk/press-office/news-archive/2012/index.php&amp;title=2012" data-url="https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" rel="nofollow">
                     <span class="hide">Share on LinkedIn</span>
                 </a>
             </li>
            
            <li class="social-button">
                <a class="socialite googleplus-one" href="https://plus.google.com/share?url=https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" data-size="tall" data-annotation="none" data-count="false" data-href="https://cms.swan.ac.uk/press-office/news-archive/2012/index.php" rel="nofollow">
                    <span class="hide">
                        Share on Google+
                    </span>
                </a>
            </li>
            
            <li class="social-button">
                <a class="mail-to-friend mail" href="mailto:?subject=2012&body=https://cms.swan.ac.uk/press-office/news-archive/2012/index.php">
                    <span class="hide">
                        Email
                    </span>
                </a>
            </li>
            
        </ul>    </div>
</div>

<script class="register-custom-scripts">
SU.customScripts.postRepositioning.push(function () {
    $.getScript('/_assets/vendor/jquery-plugins/socialite/socialite.js', function () {
        Socialite.load(document.getElementById('share-page'));
        $('.mail-to-friend').click(function() {
            _gaq = _gaq || [];
            _gaq.push(['_trackSocial', 'Mail to friend', 'Mail']);
        });
    });
});
</script>
  <div class="news">
    <ul>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/technocampsdeliversfirstworkshopinpembrokeshiretoaspiringyoungtechnologists.php">Technocamps delivers first workshop in Pembrokeshire to aspiring young technologists.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/whatdoyoucall50employersinatentagreatopportunityforswanseastudents.php">What do you call 50 employers in a tent? A great opportunity for Swansea students! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newportbyelectionisstillrelevanttoday.php">Newport Byelection is Still Relevant Today  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/anglo-spanishsocietyrewardsswanseauniversityspanishscholars.php">Anglo-Spanish Society rewards Swansea University Spanish “Scholars”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologylectureprogrammechristianityclimatechangeandsustainableliving.php">Theology Lecture Programme: Christianity, Climate Change and Sustainable Living</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/rhodrimorgantomakemajorspeechonchildrensrights.php">Rhodri Morgan to make major speech on children's rights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/aheadstartintoughtimeslocalemployersurgedtoofferstudentsaweekofwork.php">A head start in tough times – local employers urged to offer students a “Week of Work” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/whatdoyoucall50employersinatentagreatopportunityforswanseastudents-1.php">What do you call 50 employers in a tent? A great opportunity for Swansea students! </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/professorsinaugurallectureonsirwilliamjonesoneofthegreatestintellectualnavigatorsofalltime.php"> Professor’s inaugural lecture on Sir William Jones –  “one of the greatest intellectual navigators of all time” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/cancerresearchstudentrunningforcharity.php">Cancer research student running for charity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/over4000youngpeoplearelearningvitalcomputingskillsthatwillbenefitthefuturedigitaleconomy.php">Over 4000 young people are learning vital computing skills that  will benefit the future digital economy.  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/walesirelandsolarenergyinitiativelaunched.php">Wales Ireland Solar Energy Initiative launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thescandalofwelshwritinginenglishcaradocevansandtheconsequences.php">The Scandal of Welsh Writing in English: Caradoc Evans and the Consequences</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/goingforgoldperformingunderpressureinsport.php">Going for Gold: Performing Under Pressure in Sport</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/marketingstudentspreparetopitchtheircampaignideas.php">Marketing students prepare to pitch their campaign ideas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseadistinguishedlecturesincomputerscience.php">Swansea Distinguished Lectures in Computer Science</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/inconversationwithdavidmiliband.php">In Conversation with David Miliband </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thedeanofstalbansvisitsswanseauniversity.php">The Dean of St Albans visits Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityswimmersexcelinbritishchampionships.php">Swansea University swimmers excel in British championships</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/collegeofsciencehosts10thannualglamorganrecordersforum.php">College of Science hosts 10th annual Glamorgan Recorders’ Forum</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/lorddafyddelis-thomasisacarbonfreewalespossible.php">Lord Dafydd Elis-Thomas:Is A Carbon Free Wales Possible?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshandenglishstudentsgoheadtoheadintwickenhamclash.php">Welsh and English students go head to head in Twickenham clash</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/scottishguardianshippilotservicesfirstannualevaluationreportpublished.php">Scottish Guardianship Pilot Service’s first annual evaluation report published</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/seminarseriestheethicsandlegalitiesofapplyingicttocareneeds.php">Seminar Series: The Ethics and Legalities of Applying ICT to Care Needs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityprofessorconsultsonmajornewbbcseriesandengagesstudentsaboutthehistoryofwales.php">Swansea University Professor consults on major new BBC series and engages students about the history of Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityrugbyplayerhandedfirstregionalcontractwiththeospreys.php">Swansea University Rugby player handed first regional contract with the Ospreys</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/discoveryprojectrunnerupinprestigiousyouthworkawards.php"> Discovery project runner up in prestigious youth work awards </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelectureisthestateresponsibleforourchildren.php">DACE lecture: Is the state responsible for our children?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelectureemilybronteandthemotherworld.php">DACE lecture: Emily Bronte and the Mother World</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/battleofthebrains.php">Battle of the Brains </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/publiclecturepersonalitychangeasaresultofbraininjury.php">Public lecture: Personality change as a result of brain injury</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseawomenbecausetheyreworthit.php">Swansea Women: “Because they’re worth it”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/professorjohnharriesscienceinwalesanupdate.php">Professor John Harries: Science in Wales – an update</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/year12studentsseehowphysicssaveslives.php">Year 12 students see how physics saves lives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/universityofwalesodonnelllecture2012.php">University of Wales O’Donnell Lecture 2012 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelecturemonicalewinskyandme.php">DACE lecture: Monica Lewinsky and Me</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/aprilswanseasciencecafethefermiparadoxorganisedbywalesgenepark.php">April Swansea Science Cafe: The Fermi paradox, organised by Wales Gene Park</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/collegeofsciencephysicsseminarbyprofessorwilliamdphillipsnobellaureate.php">College of Science: Physics Seminar by Professor William D Phillips, Nobel Laureate</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologypubliclectureseriescanthegospelsbetrusted.php">Theology Public Lecture Series: “Can the gospels be trusted?&quot;</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/researchblogseismicspringageophysicalfieldcampaignonstorglaciarensweden.php">Research blog – Seismic Spring: A geophysical field campaign on Storglaciären, Sweden</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/centresreviewintofemaleasylumseekerscountryoforigininformationpublished.php">Centre’s review into female asylum seekers’ Country of Origin Information published</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/grantawardedforchildrefugeeresearch.php">Grant awarded for child refugee research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/universityreceivesbiglotteryfundforstudentsexworkerproject.php">University receives Big Lottery Fund for student sex worker project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/nerchighlightsswanseasnewgreenrevolution.php">NERC highlights Swansea's New Green Revolution</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaphysicistshistoricanti-matterbreakthrough.php">Swansea Physicists’ historic anti-matter breakthrough</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/novelresearchexaminingtheeffectsofsolarradiation.php">Novel research examining the effects of solar radiation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/climatechangeresearchersreportdramaticchangesinnorthatlanticbiology.php">Climate Change: Researchers report dramatic changes in North Atlantic biology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fraudulentdisabilityinhistoricalperspective.php"> ‘Fraudulent’ Disability in Historical Perspective </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/granttohelpreduceanimaltestingincancerresearch.php">Grant to help reduce animal testing in cancer research</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/universityscoopsdoubleawardforresearchinscienceandengineering.php">University scoops double award for research in Science and Engineering</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ground-breakingbookexaminesthestoryofwalessince1939.php">Ground-breaking book examines the story of Wales since 1939</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newhandbookonenvironmentalchange.php">New handbook on Environmental Change</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/computerscienceinactionprojectdemonstrationfair.php">Computer Science in Action: Project Demonstration Fair</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/astutenetworkingbreakfastadvancedmanufacturingsupportinwales.php">ASTUTE networking breakfast: ‘Advanced Manufacturing Support in Wales’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/professorofwelshgivesfirstpubliclectureonsaunderslewisatswanseauniversity.php">Professor of Welsh Gives First Public Lecture on Saunders Lewis at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/multiculturalfestival2012.php">Multicultural Festival 2012</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/rugbystarswishvarsityteamswell.php">Rugby stars wish Varsity teams well</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/discoverclubgirlsgethands-oninscienceandengineering.php">Discover! Club: Girls get hands-on in Science and Engineering</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/letthebattlebegin.php">Let the battle begin...............</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/artsandhumanitiesphdstudentshipsatswanseauniversity.php">Arts and Humanities PhD Studentships at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/collegeofsciencefivefull-timepostgraduatescholarships.php">College of Science: five full-time postgraduate scholarships </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityappointsformergovernmentministerasitsstrategicadviser.php">Swansea University appoints former Government Minister as its Strategic Adviser.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dewchisiaradletsspeak.php">Dewch i Siarad! (Let’s Speak!)</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitycongratulatedonexemplarystudentappealsandcomplaintsmanagement.php">Swansea University congratulated on exemplary student appeals and complaints management.</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityandsoochowuniversitysignmemorandumofunderstanding.php">Swansea University and Soochow University sign Memorandum of Understanding</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/responsefromlcrimarinetofirstministersenergystatement.php">Response from LCRI Marine to First Minister's Energy Statement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitysinnovativeprojectawardedukgrant.php">Swansea University’s Innovative project awarded UK grant</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitysstatementregardingrecenttwittercomments.php">Swansea University's statement regarding recent Twitter comments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/copperopolis-worldcopperprojectcomestoswansea.php">Copperopolis - world copper project comes to Swansea </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseavarsityteamrowforcharity.php">Swansea Varsity team row for charity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityssustainabilityisuptospeed.php">Swansea University’s Sustainability is “up to speed” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystudentachievesswordofhonouraward.php">Swansea University student achieves sword of honour award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/varsityfevergrowsasholleylookstogiveswanseatheedgeaheadofvarsity.php">Varsity fever grows as Holley looks to give Swansea the edge  ahead of Varsity </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/givingstudentsaheadstartintoughtimes-newemployabilityacademylaunched.php">Giving students a head start in tough times - new Employability Academy launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystudentsselectedforgbsquads.php">Swansea University students selected for GB squads</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaturkeykurdistanvisitwillstrengthenvitallinks.php">Swansea, Turkey, Kurdistan: visit will strengthen vital links</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/statementregardingtwittercomments.php">Statement regarding twitter comments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseahostseuropeandiabetesepidemiologyconference.php">Swansea hosts European Diabetes Epidemiology Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/universitiesweekreportshowsimpactofuniversitiesresearchandsportdevelopment.php">Universities Week report shows impact of universities’ research and sport development</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/isalllovedivine.php">Is all love divine?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/europeday9thmayflyingtheflagforeurope.php">Europe Day 9th May: Flying the flag for Europe</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ukmsregistergivenboostatmslife.php">UK MS Register given boost at MS Life </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitysinnovativelibraryserviceprojectwinsmarketingaward.php">Swansea University’s Innovative Library Service project wins Marketing Award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swans100swanseacitycentenaryprojectroadshowsunday1stapril.php">Swans100: Swansea City Centenary Project Roadshow Sunday 1st April</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/researcherslookforhelptorefineonlinehealthylifestyletool.php">Researchers look for help to refine online healthy lifestyle tool</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/majorsocialscienceconferencetravelstonorthwales.php">Major social science conference travels to North Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologylectureaneveningofpoetry.php">Theology Lecture: An Evening of Poetry </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/statementregardingrecenttwittercomments.php">Statement regarding recent Twitter comments</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/evolutionandhowtheuniversebecameself-awarewhatarethetheologicalconsequences.php">Evolution and how the Universe became self-aware: what are the theological consequences?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/oxfordacademicevaluatesarealeconomicmeltdowntheendofromanbritain.php">Oxford Academic Evaluates ‘A Real Economic Meltdown: The End of Roman Britain’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologypubliclecturethefutureofchristiantheology.php">Theology Public Lecture: The Future of Christian Theology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityprofessorreceiveshonoraryfellow.php">Swansea University Professor receives Honorary Fellow  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/copperloadofthis.php">Copper load of this!  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/contractawardedtomanagewalesfirstdualpurposewaterandbeachsportscentreinswansea.php">Contract Awarded to Manage Wales’ First Dual Purpose Water and Beach Sports Centre in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newawardtorecognisewelshwritinginenglish.php">New award to recognise Welsh writing in English</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/marchswanseasciencecafemoleculargastronomy.php">March Swansea Science Cafe: Molecular Gastronomy</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelecturehistory-whatsthepoint.php">DACE Lecture: History - What's the point?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelecturewalesandthewelfarestate.php">DACE Lecture: Wales and the Welfare State </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/februaryswanseasciencecafelifeintheuniverseanintroductiontoastrobiology.php">February Swansea Science Cafe – Life in the Universe, an introduction to astrobiology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacelecture-naturalhistorylifeontheseashore.php">DACE Lecture - Natural History: Life on the Sea Shore</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/discoveryshortlistedforprestigiousyouthworkaward.php">Discovery shortlisted for prestigious youth work award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/home-grownneuroscientistleadsthewayfornationalepilepsycharity.php">Home-grown neuroscientist leads the way for national Epilepsy charity</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/lecturecancelledtraumasofthemediatedsociety.php">Lecture Cancelled: “Traumas of the Mediated Society&quot; </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/traumasofthemediatedsocietycinemaandtechnologicalnarratives.php">Traumas of the Mediated Society: Cinema and Technological Narratives</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swansearesearchshowcasedatthetimescheltenhamsciencefestival.php">Swansea research showcased at The Times Cheltenham Science Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/itsrefuteatimeinllandeilo.php">It's RefuTEA time in Llandeilo!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/enthusingnextgenerationoflearnersinwalestimetabledforteachingconference.php">Enthusing next generation of learners in Wales timetabled for teaching conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/gwyddonle2012highlights.php">GwyddonLe 2012 Highlights</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/sciencefunattheurddfestival.php">Science Fun at the Urdd Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitytoexpanditswelshlanguageprovision.php">Swansea University to expand its  Welsh language provision </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitysprintsupukuniversityleague.php">Swansea University sprints up UK University League </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/latinintheparktoraisefundsforschoolsliteracyproject.php">‘Latin in the Park’ to raise funds for schools literacy project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/bryntawepupilstasteuniversitylife.php">Bryn Tawe pupils taste University life </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/prestigiousengineeringenterprisefellowshipforswanseauniversityprofessor.php">Prestigious Engineering Enterprise Fellowship for  Swansea University Professor </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityprofessorappointedadvisortowelshlanguagecommissioner.php">Swansea University Professor appointed advisor to  Welsh Language Commissioner </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseasettobecomeglobalmedicaltechnologiesandnanohealthhubwithnewaward.php">Swansea set to become global medical technologies  and nanohealth hub with new award  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystudentawardedprestigiouspostwithwelshgovernment.php">Swansea university student awarded prestigious post with Welsh Government  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/latestnewsfromitwales.php">Latest news from IT Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystudentsexcelinundergraduateawards.php">Swansea University students excel in undergraduate awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/healthministeropensnhswalesinformaticsresearchlaboratories.php">Health Minister opens NHS Wales Informatics Research Laboratories </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitynewlearnedsocietyfellowselected.php">Swansea University new Learned Society Fellows elected</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/battlingswanseadouniversityproudinvarsitygame.php">Battling Swansea do University proud in Varsity game</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityteamflieshighinaircraftdesigncompetition.php">Swansea University team flies high in aircraft design competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ancienthistoryreachesouttopupilsthrougholympics-themedvisitdays.php">Ancient History reaches out to pupils through Olympics-themed visit days</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitymakesagreenimpactforwales.php"> Swansea University makes a Green Impact for Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/frombelgradetobrynmill-serbiancareersexpertsvisitswansea.php">From Belgrade to Brynmill - Serbian careers experts visit Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/abmuwhyyourlocalnhsneedstochangecampaignandyoutelluswebforumlaunched.php">ABMU ‘Why your local NHS needs to change’ campaign and YouTellUs™ web forum launched</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/inspiringinnovationintocommercialisation.php">Inspiring Innovation into commercialisation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/statementfromswanseauniversityfollowingconclusionofdisciplinaryproceedingsinvolvingtwitterpostingstudent.php">Statement from Swansea University following conclusion of disciplinary proceedings involving Twitter posting student</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/universityshrteamscoopperformanceexcellenceaward.php">University’s HR team scoop performance excellence award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/premierleagueproduce-growingvegonthepitch.php">Premier League produce - growing veg on the pitch</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitygeneticsexpertinspireswales.php"> Swansea University genetics expert inspires Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitylinguisticsexpertwinsprestigiousgrantfundingaward.php"> Swansea University linguistics expert wins prestigious grant funding award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/mpre-launchesbookonspain.php">MP re-launches book on Spain</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/excellenceinlearningandteachingconference.php">Excellence in Learning and Teaching Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thehiggsbosonthebigbangtheuniverseandeverything.php">The Higgs Boson, the Big Bang, the Universe and Everything</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/graduation2012-honoraryawards.php">Graduation 2012 - Honorary Awards  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshmediummodernlanguagesresearchconference.php">Welsh Medium Modern Languages Research Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/summerdegreeandawardcongregationscelebratestudentachievement.php">Summer Degree and Award Congregations celebrate student achievement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/campusupgrade.php">Campus upgrade</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/businessforumaddingvaluefromprintableelectronics.php">Business forum: ‘Adding Value from Printable Electronics’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ministerforeducationandskillsseesstateoftheartresearchcentre.php">Minister for Education and Skills sees &quot;state of the art&quot; research centre</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ministerialprize-givingmarksnationalhestemprogrammesuccess.php">Ministerial prize-giving marks national HE STEM programme success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/morethanmustymummies.php">More Than Musty Mummies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/part-timedegreestudentmarkscoopssecondlearneraward.php">Part-time Degree student Mark scoops second Learner Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/inspirationalstudentmarkwinshelearneroftheyearaward.php">Inspirational student Mark wins HE Learner of the Year Award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/learnerawardsuccessformotheranddaughter.php">Learner Award Success for Mother and Daughter</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/pulitzerprize-winninghistoriantolectureatswanseauniversity.php">Pulitzer Prize-winning Historian to Lecture at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityonbbclearningzone.php">Swansea University on BBC Learning Zone</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/brokenhallelujahmwynnthomasawardwinner.php">'Broken Hallelujah': M Wynn Thomas award winner</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitywishtoappointnewwelshlanguagetutors.php">Swansea University wish to appoint  new Welsh language tutors </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/lithuanianambassadorvisitsswanseauniversity.php">Lithuanian Ambassador visits Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/researchasartcompetition2012.php">‘Research as Art’ Competition 2012                                   </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityswritersday2012.php">Swansea University’s ‘Writers’ Day 2012’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshmediumolympicthemeddayforystalyferapupils.php">Welsh medium Olympic themed  day for Ystalyfera pupils </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fromdribblingtoscribbling.php">From dribbling to scribbling!!!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/professorcontributestodiscussiononseparatelegaljurisdictionforwales.php">Professor contributes to discussion on  separate legal jurisdiction for Wales </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/1millioncelticalliancetodelivermajorhealthcareadvances.php">£1 million Celtic alliance to deliver major healthcare advances</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newschemetohelpbolsteremploymentopportunitiesforstudents.php">New scheme to help bolster employment opportunities for students </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/nercplanetearthonlinesizemattersforoceanacidificationeffects.php">NERC Planet Earth Online: Size matters for ocean acidification effects</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseascientistsworkfeaturedinmarineclimatechangereview.php">Swansea scientists’ work featured in marine climate change review</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/beijing-swanseaworkshoponstochasticprocesses.php">Beijing-Swansea Workshop on Stochastic Processes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/innovationthroughrefugeechildrensparticipation.php">Innovation through refugee children’s participation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/21stcenturytechnologyshedslightonmedievaltreasure.php">21st Century technology sheds light on medieval treasure</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newbookexaminesrelationshipbetweenwalesisraelandpalestine.php">New book examines relationship between  Wales, Israel and Palestine </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/impactresearchersareputtingthebiteonmidges.php">IMPACT researchers are putting the bite on midges</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitytohelpforecastthefutureoftheukscoastline.php">Swansea University to help forecast the future of the UK’s coastline</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fromalbaniantoyiddish-howdoesshakespearetranslate.php">From Albanian to Yiddish - how does Shakespeare translate?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newstudysuggestsoceansplanktonundergreaterthreatfromacidification.php">New study suggests ocean’s plankton under greater threat from acidification </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaacademicspublishmajorbookonmembranemodificationtechnology.php">Swansea academics publish major book on membrane modification technology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/lecturertoleadthegorsedd.php">Lecturer to lead the Gorsedd</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/havingaballatswanseauniversitysummerball2012.php">Having a ball at Swansea University  Summer Ball 2012</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/cyfrwngmediawalesconference.php">Cyfrwng Media Wales Conference </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshlanguagefilmgivesaglimpseofgreenlandsdisappearingiceatgwyddonle.php">Welsh language film gives a glimpse of Greenland’s disappearing ice at GwyddonLe</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/studyforafully-fundeddoctoralawardormastersinartsandhumanities.php">Study for a fully-funded Doctoral Award or Masters in Arts and Humanities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theolympiclightshinesonswanseauniversity.php">The Olympic light shines on Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/tributetocaptstephenhealey.php">Tribute to Capt Stephen Healey</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/earliestswanseafootballsong-from1913-unearthedinlibrary.php">Earliest Swansea football song - from 1913 - unearthed in library</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/bloodhoundtopdogoneisteddfodmaes.php">Bloodhound top dog on Eisteddfod maes</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitymakesthegradeinuniversitygreenawards.php">Swansea University makes the grade in university green awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/messageinancientbottle.php">Message in ancient bottle ?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaacademicseekingglobalsolutionstopollutionproblems.php">Swansea academic seeking global solutions to pollution problems</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/volunteermumwinsmummificationaward.php">Volunteer ‘mum’ wins mummification award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/adainavion-artspaceinaplanelandinginswansea.php">Adain Avion - art space in a plane, landing in Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/onlinefirstfortheegyptcentresancientegyptianartefacts.php">Online first for the Egypt Centre’s Ancient Egyptian Artefacts</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitygeneticsexpertwinsukyoungscientistaward.php">Swansea University genetics expert wins UK young scientist award  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/launchoffreecommunitymediatechnologytobridgethedigitaldivide.php">Launch of Free Community Media Technology to Bridge the Digital Divide</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theinternationalbrassbandsummerschoolcomestoswansea.php">The International Brass Band Summer School comes to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/celebratewithswanseauniversityattheeisteddfod.php">Celebrate with Swansea University at the Eisteddfod </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/researchasyouveneverseenitbeforecompetitionwinnersannounced.php">Research as you’ve never seen it before – competition winners announced</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/johnhefinhonouredforhislifelongcontributiontobroadcasting.php">John Hefin honoured for his lifelong  contribution to broadcasting </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/3millionboostfordigitalliteracyandcomputerscienceinwales.php">£3million boost for Digital Literacy and Computer Science in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityteamwinsanothernationalawardforhr.php">Swansea University team wins another national award for HR</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityscoopsconstructingexcellenceawards.php">Swansea University scoops Constructing Excellence awards </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/studentshelpinghundredsoflocalchildrentoread-throughenglishandlatin.php">Students helping hundreds of local children to read - through English and Latin</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/360atthecentreofbeachandwatersportsinswanseabay.php">‘360’  – at the centre of beach and water sports in Swansea Bay. </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thehiggsbosonthebigbangtheuniverseandeverything-1.php">The Higgs Boson, the Big Bang, the Universe and Everything</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/schoolsacrosswalescompeteinfirsttechnocampslegocompetitionatthisyearsbigbangcymru.php">Schools across Wales compete in first Technocamps LEGO Competition at this year’s Big Bang Cymru</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/crimedoespay.php">Crime does pay!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/modernlanguagesmorerelevantthanever.php">Modern languages more relevant than ever</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/needtonetworkinwelsh.php">Need to network in Welsh </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/egyptcentresummerholidayworkshop2012.php">Egypt Centre Summer Holiday Workshop 2012</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/highfliersswooponhightechdisplay.php">High fliers swoop on high tech display</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/cyfrwngawardawardedtojohnhefin.php">Cyfrwng Award awarded to John Hefin </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaacademictoeditnewdylanthomasedition.php">Swansea academic to edit new Dylan Thomas edition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitygeneticsexpertwinsukyoungscientistaward-1.php">Swansea University genetics expert wins UK young scientist award  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/bloodhoundprofessorhonoured.php">Bloodhound Professor Honoured</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitytutorswinprestigiousliteraryawards.php">Swansea University Tutors Win Prestigious Literary Awards</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/paralympicteamspassontoptipstowould-bestarsofthefuture.php"> Paralympic teams pass on top tips to would-be stars of the future </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/discoveryreceivescommendationfromthewcvawales-africacommunitylinksgroup.php">Discovery receives commendation from the WCVA Wales-Africa Community Links group</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityhealthsciencelecturerawardedprestigiousnationalteachingfellowship.php">Swansea University Health Science Lecturer awarded prestigious  National Teaching Fellowship </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitysunsunghero.php">Swansea University’s Unsung Hero </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/paralympictorchtolightupthewalesnationalpool.php">Paralympic Torch to light up the Wales National Pool</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/paralympics-swanseasuppliesathletesforteamgbandtrainingcampformexicanteam.php">Paralympics - Swansea supplies athletes for Team GB and training camp for Mexican team</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/sporttakescentrestageoneisteddfodstand.php">Sport Takes Centre Stage on Eisteddfod Stand</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/creativewritingstudentwinsbbcplace.php">Creative writing student wins BBC place</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/topprizeforchildphysicalactivitystudy.php">Top prize for child physical activity study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/knowledgeexchangeawinningformulaforhighperformancesportinnovation.php">Knowledge exchange: a winning formula for High Performance Sport innovation</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshsmebusinessleaderstopoftheclassagain.php">Welsh SME business leaders top of the class again</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/engineeringstudentsaccelerateintothefastlane.php">Engineering students accelerate into the fast lane !</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/felicitationsfelicidadesandcongratulationstoswanseasprize-winninglinguistsophie.php">Félicitations, felicidades, and congratulations to Swansea’s prize-winning linguist Sophie</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/engineeringstudenthaswhatcounts.php">Engineering student has what counts !  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/seminarcelebrates25yearsoffacialrehabilitation.php">Seminar celebrates 25 years of facial rehabilitation </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/greengrowthforbusinessswanseauniversityandlocalbusinessesleadtheway.php">‘Green Growth for Business’:Swansea University and local businesses lead the way</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacecommunitylectureseries2012-2013.php">DACE Community Lecture Series 2012-2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/nothingventurednothinggainedforumfacilitatesinvestmentopportunitiesforhealthcarecompanies.php">Nothing ventured, nothing gained: Forum facilitates investment opportunities for healthcare companies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityappointswelshlearnersambassador.php">Swansea University Appoints Welsh Learners Ambassador </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/septemberswanseasciencecafethelargehadroncollideratcern.php">September Swansea Science Café: The Large Hadron Collider at CERN</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/departmentofadultcontinuingeducationdacepart-timestudy2012-2013.php">Department of Adult Continuing Education (DACE) Part-time Study 2012-2013 </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newresearchcouldsavecoralreefsfromextinction.php">New research could save coral reefs from extinction </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/barcodeprojectputswalesnumber1intheworld.php">Barcode project puts Wales Number 1 in the world</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseaacademicsresearchpublishedinsciencejournal.php">Swansea academic’s research published in Science journal</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/informationsystemsresearchersproductivedecade.php">Information Systems researcher’s productive decade</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newfindingsshedlightonstartlediseasewhichcancauseinfantdeaths.php">New findings shed light on ‘startle’ disease which can cause infant deaths</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologylectureseries201213judgenot.php">Theology Lecture Series 2012/13 “Judge Not ...”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/conferenceexaminesmedievalisminwales.php">Conference examines Medievalism in Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshsmebusinessleaderstopoftheclassagain-1.php">Welsh SME business leaders top of the class again</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/hywelddalecturethecityoflondonsinnersorsaviours.php">Hywel Dda Lecture: The City of London: Sinners or Saviours?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/goingforgoldinnovativeolympicschoolprojectnominatedforaward.php">Going for Gold: Innovative Olympic school project nominated for award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/localstudentscelebratesummeruniversitysuccess.php">Local Students Celebrate Summer University Success</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newresearchexaminesmasculinityandthefinancialcrisis.php">New research examines masculinity and the financial crisis </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/ministervisitscentreforsustainableaquaticresearch.php">Minister visits Centre for Sustainable Aquatic Research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/octobersciencecafe-adventureswithoxygenaradicalperspective.php">October Science Cafe - Adventures with oxygen: a “radical” perspective </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacecommunitylectureseries2012-13.php">DACE Community Lecture Series: 2012-13</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thefutureofthelibraryinthedigitalage.php">The Future of the Library in the Digital Age </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/canolfannaucymraegthenextstep.php">Canolfannau Cymraeg: The Next Step</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/learningwelshintheunitedstates.php">Learning Welsh in the United States</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystrengthenslinkswithchina.php">Swansea University Strengthens Links with China</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/bloodhoundsetforspectaculartest.php">Bloodhound Set for Spectacular Test</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/memorialfundestablishedtorememberatruewelshgreat.php">Memorial Fund Established to Remember a True Welsh Great</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/highflierswanseaacademicwinsaward.php">High flier: Swansea academic wins award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/granttohelpengineeringresearchproject.php">Grant to help engineering research project</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/leadingswanseauniversityresearcherawardedprestigiousinternationalsabbatical.php">Leading Swansea University researcher awarded prestigious international sabbatical </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newbloodneededpioneeringswanseacoursemeansbettercareforpatientswhoneedbloodtransfusions.php">New blood needed?  Pioneering Swansea course means better care for patients who need blood transfusions </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/teamwork-swanseacityfcanduniversitysigndealfortrainingfacility.php">Teamwork - Swansea City FC and University sign deal for training facility</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/greatopportunitiesavailableatswanseauniversity.php">Great opportunities available at Swansea University</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/appdevelopmentsummerbootcampsbighitwithswanseateenagers.php">App Development Summer Bootcamps big hit with Swansea teenagers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitycollaborationhelpsolympicparalympicsailingteamsleaveopponentshighanddry.php">Swansea University collaboration helps Olympic/Paralympic sailing teams leave opponents high and dry </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/medalsmexicansandalastinglegacy-swanseaattheheartofasummerofsport.php">Medals, Mexicans and a lasting legacy - Swansea at the heart of a summer of sport</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fansmemoriesofswanseacity-swans100project.php">Fans' memories of Swansea City - Swans 100 project </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/greenmanagerscoopsenvironmentgoldaward.php">Green” manager scoops environment “gold” award</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/celebratedcernphysicistopenscollegesnew3msciencelabs.php">Celebrated CERN physicist opens College’s new £3m Science labs</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/gomangogo.php">Go Mango Go</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/decipheringhealthnewswanseauniversitycentreputshealthrecordsattheheartofukmedicalresearch.php">Deciphering Health: New Swansea University Centre  puts health records at the heart of UK medical research </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swansearetainsitsplaceintheworldstop5ofuniversitiesinqsrankings.php">Swansea retains its place in the world’s  top 5% of universities in QS rankings </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/majorstepforwardforswanseauniversitycampusredevelopmentprogramme.php">Major step forward for Swansea University campus redevelopment programme</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityexcelsinworldrankingtables.php">Swansea University Excels in World Ranking Tables</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/exploringtheenigmaofcyberterrorism.php">Exploring The Enigma of Cyber Terrorism </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/beachandwatersportscentreopensitsdoorsforbusiness.php"> Beach and Watersports centre opens its doors for business</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologylectureserieswhynottortureterrorists.php">Theology Lecture Series: Why not torture terrorists?</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dothefactstellthetruthresearchandinterpretationintheplaywrightscraft.php">Do The Facts Tell The Truth? Research and interpretation in the playwright's craft.  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/youngpeopleandsubstanceusedispellingthemythsrisingtomeetnewchallenges.php">Young People and Substance Use: Dispelling the myths – rising to meet new challenges</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/novembersciencecafethechemistryoflight.php">November Science Cafe:The Chemistry of Light</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/howtoaccesseuropeanfunding.php"> “How To Access European Funding?” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/omanicelebrationscometoswansea.php">Omani celebrations come to Swansea</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/geologistsassociationthedouglasbassettmemoriallecture.php">Geologists’ Association: The Douglas Bassett Memorial Lecture</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitytohostlearnenglishinwalesconference.php">Swansea University to host Learn English in Wales Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/publiclecturethechangingfaceofhighereducationinstitutionssomeinternationalreflections.php">Public lecture – The Changing Face of Higher Education Institutions: Some International Reflections</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/mappingunderpinningtheworldsdecision-making.php">Mapping: underpinning the World's decision-making</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystressesimportanceofsciencethroughwelsh.php">Swansea University Stresses Importance of Science through Welsh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologylectureseriesonwritingbiography.php">Theology Lecture Series: On Writing Biography</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/understandingthemigrantexperience.php">Understanding the Migrant Experience </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/leadwalesprogrammesupportsthegrowthofwelshbusinesses.php">Lead Wales Programme Supports the Growth of Welsh Businesses </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/crewconferencediscusseslegacyofwelshculturalcritic.php">CREW Conference Discusses Legacy of Welsh Cultural Critic</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/professorelectedasaiaaassociatefellow.php">Professor elected as AIAA Associate Fellow</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/criminologydepartmentcelebratesbestpracticeaward.php"> Criminology department celebrates best practice award </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/studentscoops1000southwalesmaterialsassociationworkplacementprize.php">Student scoops £1000 South Wales Materials Association work placement prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitystudentshortlistedforprestigiousprize.php">Swansea University Student Shortlisted for Prestigious Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/talkingpointtherichardburtondiariesdiscussedatcheltenhamliteraturefestival.php">Talking point: The Richard Burton Diaries discussed at Cheltenham Literature Festival</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseahistorianwinsoutstandingpublicationaward.php">Swansea historian wins ‘Outstanding Publication Award’</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/aspiringswanseastudentsshowtheyareacutabovetherest.php">Aspiring Swansea students show they are a “cut above the rest” </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/360beachandwatersportscentreopens.php">360 Beach and Watersports Centre Opens </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/studentstastemodernlanguagesthroughwelshincapitalcity.php">Students Taste Modern Languages through Welsh in Capital City</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/artsandsciencecelebratethelifeofalanturing.php">Arts and Science celebrate the life of Alan Turing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/deaddemonsappearintheegyptcentre.php">‘Dead’ Demons appear in the Egypt Centre!</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fromnanohealthtorichardburtonresearchersvisitwillstrengthenswanseauniversityslinkswiththeusa.php">From nanohealth to Richard Burton – researchers’ visit will strengthen Swansea University’s links with the USA</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/revealingtherealrichardburtonallwelcomeataspecialeventon28november.php">Revealing the ‘real’ Richard Burton – all welcome at a special event on 28 November</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/encouragingthestudyofmathsfundingforasecondaryschoolscareersroadshowmathsapps.php">Encouraging the Study of Maths: Funding for a Secondary Schools Careers Roadshow ‘Maths Apps’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityholdsmasterclasses.php">Swansea University Holds Master Classes </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityresearchersofferedplaceoninternationalacademy.php">Swansea University Researchers Offered Place on International Academy </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/billionaireentrepreneursirterrymatthewsreturnstoswanseatopassontipstostudents.php">Billionaire entrepreneur Sir Terry Matthews returns to Swansea to pass on tips to students  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityjoinstheeumasterclass.php">Swansea University joins the EU ‘Master Class’ </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/christmastunestransformedbytechnology.php">Christmas tunes transformed by technology</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/newdirectorofswanseaacademyoflearningandteachingappointed.php">New Director of Swansea Academy of Learning and Teaching Appointed</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dacecommunitylecturecharlesdickensthemanwhore-inventedchristmas.php">DACE community lecture: Charles Dickens – the man who   re-invented Christmas</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityscholartoedittheworksofmajorwelshpoet.php">Swansea University Scholar to  Edit the Works of Major Welsh Poet </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshhealthcloudtechnologytobringhealthcarebenefitstouknhs.php">Welsh Health Cloud technology to bring healthcare benefits to UK NHS</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/nercplanetearthpodcastforecastingsolarstormsfishpersonalities.php">NERC Planet Earth Podcast: “Forecasting solar storms, fish personalities”</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theelizabethmontagulettersprojecttwo-daycolloquiuminlondon.php">The Elizabeth Montagu Letters Project: two-day colloquium in London</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fungicouldhelpcontrolcraneflypest.php">Fungi could help control crane fly pest</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/cancharcoalhelpfightclimatechangefundingforswanseaexpertwillhelpfindanswers.php">Can charcoal help fight climate change? Funding for Swansea expert will help find answers</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swansearesearchersworkinpincermovementwitheupartnerstobenefitprawnindustry.php">Swansea researchers work in pincer movement with EU partners to benefit prawn industry</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/shakespeareinalbaniannewonlinetoolexploreswhytranslationsvary.php">Shakespeare in Albanian?  New online tool explores why translations vary</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/thestudentsexworkprojectlauncheswebsite.php">The Student Sex Work Project launches website</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/magicmushroomsbuttonmushroomhelpmanageplanetscarbonstores.php">Magic mushrooms! Button mushroom help manage planet's carbon stores</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/fungicouldcontrolpineweevilpest.php">Fungi could control pine weevil pest </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/cuswansea2012heritageandregeneration.php">Cu @ Swansea 2012: Heritage and Regeneration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/blackskinbluebooksthecaseforcomparingwalesandafricanamerica.php">Black Skin, Blue Books: The case for comparing Wales and African America </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swansea-siavongapartnershipstrengthensduetotutuvisit.php">Swansea - Siavonga Partnership strengthens due to Tutu visit</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/baftaawardsforhonoraryfellow.php">Bafta Awards for Honorary Fellow</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/wanttobeanurseormidwife.php">Want to be a Nurse or Midwife ? </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/innovationinhealthcareconference.php">Innovation in Health Care Conference</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityexpertonmigrationpolicyappointedtoadviseparliamentarycommittee.php">Swansea University Expert On Migration Policy Appointed To Advise Parliamentary Committee</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityresearchforumsurfchristmaslecturechemistryandlight.php">Swansea University Research Forum (SURF) Christmas Lecture: Chemistry and Light</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/whatshappeninglecturerevealstherolethatlanguageplaysinpoliticalinvolvement.php">What’s Happening: Lecture Reveals the Role that Language Plays in Political Involvement</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/adventurertoopencolegcymraegcenedlaetholcampusevent.php">Adventurer to open Coleg Cymraeg Cenedlaethol campus event </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/90millionboostforswanseauniversity.php">£90 MILLION BOOST FOR SWANSEA UNIVERSITY </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/governmentfundingboostforworld-leadingenergyresearchatswanseauniversity.php">Government funding boost for world-leading energy  research at Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseasoarsinsundaytimesguideandstudentsatisfactionsurvey.php">Swansea soars in Sunday Times guide and student satisfaction survey </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/actormichaelsheenawardedhonoraryswanseadegreeinnewyorkceremony.php">Actor Michael Sheen awarded honorary Swansea degree  in New York ceremony </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/businesssecretaryandfirstministerkick-startbuildingsaspowerstationspilotproductionline.php">Business Secretary and First Minister kick-start 'Buildings As Power Stations' pilot production line </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityawardedukfundingtospin-outresearchideasandgeneratebusinessopportunities.php">Swansea University awarded UK funding to spin-out research ideas and  generate business opportunities</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/teamworkforsuccess-ospreysandswanseauniversityagreeworkingrelationship.php">Teamwork for success - Ospreys and Swansea University agree working relationship</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/eu-backedinvestmentwillhelpmorebusinessesexploitnanotechnologies.php">EU-backed investment will help more businesses exploit nano technologies</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseastudentwinstravelcompetition.php">Swansea student wins travel competition</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/georgiadavieswinsgoldinuniversitychampionships.php">Georgia Davies wins gold in University Championships </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/skullslongbowsarrowsandnitcombsscienceshedslightonlifeaboardtudorwarship.php">Skulls, longbows, arrows ... and nitcombs! Science sheds light on life aboard Tudor warship </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/innovationinhealthcare.php">Innovation In Health Care </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/obituaryfordistinguishedswanseaphysicistprofessordavidolive.php">Obituary for Distinguished Swansea Physicist Professor David Olive </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/timeforaninformeddebateonmigrationtowales.php">Time for an informed debate on migration to Wales</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/demonsunderthespotlightnewgranttohelpancientegyptstudy.php">Demons under the spotlight: New grant to help ancient Egypt study</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/researchrevealsbreastfedbabieslesslikelytoovereatduringchildhood.php">Research reveals breastfed babies less likely to overeat during childhood</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/maryroseyieldsitstreasuresheddinglightonlifeinhenryviiisengland.php">Mary Rose yields its treasure, shedding light on life in Henry VIII's England  </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/levesoninquirypsychologyresearcherscontribution.php">Leveson Inquiry: Psychology researcher’s contribution</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/theologypubliclectureseries.php">Theology Public Lecture Series</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/dewihopesforsuccessfulstarttonewyearinedinburgh.php">Dewi Hopes for Successful Start to New Year in Edinburgh</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/annualgeneralmeetingoftheswanseauniversitycourt.php">Annual General Meeting of the Swansea University Court </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/bigriseinapplicationsforswanseauniversity.php">Big rise in applications for Swansea University </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityandchinadiscusscollaboration.php">Swansea University and China discuss collaboration</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/leadwalespreviewday23rdjanuary2013.php">LEAD Wales Preview Day 23rd January 2013</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitynationalassemblybriefing.php">Swansea University National Assembly Briefing</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversitywelcomesgoaheadforexcitingcampusdevelopmentplans.php">Swansea University welcomes go ahead for exciting  campus development plans </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/sportsscientistshelptospreadthescienceandpracticeoftheovalgame.php"> Sports Scientists help to spread the Science and Practice of the Oval Game </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/chinesehospitaldelegationtostrengthenlinkswithuniversityscollegeofmedicine.php">Chinese hospital delegation to strengthen links with University’s College of Medicine</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/swanseauniversityphysicsgraduatewinsmilliondollarprize.php">Swansea University Physics Graduate wins Million Dollar Prize</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/welshlanguagestudentsawardedinspecialceremony.php">Welsh Language Students Awarded in Special Ceremony</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/prestigioustitleofqueensnurseawardedtoseniortutor.php">Prestigious title of Queen’s Nurse awarded to Senior Tutor</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/scientistsremindassemblyoftheimportanceofscienceinpolitics.php">Scientists remind Assembly of the  importance of science in politics </a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/enalgaeprojecthostsstrasbourgreception.php">EnAlgae project hosts Strasbourg reception</a>
</li>
        <li class="news-item">
    <a href="/press-office/news-archive/2012/themennacollection.php">The Menna Collection</a>
</li>
    </ul>
</div>
                    </div>

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


            </div>

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

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

        </div>

    </div>


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

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

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

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

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

</script>


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

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

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

</script>


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

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

</script>


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

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

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

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

</script>


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

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

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

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

    </div>

</script>


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

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

</script>


</body>

</html>
