<!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>Cheltenham Science Festival showcase for Swansea researchers</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2014/cheltenhamsciencefestivalshowcaseforswansearesearchers.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="97958">

    <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">Cheltenham Science Festival showcase for Swansea researchers</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        <li class="header-links-list-item">
            <a href="/cy/swyddfar-wasg/archif-newyddion/2014/ymchwilwyrabertaweynarddangosyngngylwyddoniaethcheltenham.php">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">Cheltenham Science Festival showcase for Swansea researchers</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-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">Researchers from Swansea University will join forces with celebrities such as anatomist and broadcaster Alice Roberts, historian and TV presenter Suzannah Lipscomb, and BBC Bang Goes the Theory presenter Liz Bonnin, to showcase their world-class work at The Times Cheltenham Science Festival 2014 this week.</p>

    <div class="news-item-content">
        <p>The University is again a Major Supporter of <a href="http://www.cheltenhamfestivals.com/science/" target="_blank">The Times Cheltenham Science Festival</a>, which runs until&nbsp;<strong>Sunday, June 8</strong>, and features wildlife expert and CBBC <em>Deadly Pole to Pole</em> presenter Steve Backshall and BBC Radio <em>5 Live</em> presenter Richard Bacon as its guest directors.</p>
<p>The festival&rsquo;s organisers have selected three of the University&rsquo;s most innovative and exciting research areas to feature in its diverse programme of events, which covers everything from the origin of the universe and the future of the World &ndash; to the science of cake, cocktails and cats.</p>
<p>Representing Swansea University this year are Nick Owen, Dr Ian Mabbett, and Dr Richard Johnston from the University&rsquo;s <a href="http://www.swansea.ac.uk/engineering/">College Engineering</a>, and Dr Andrew King from the University&rsquo;s <a href="http://www.swansea.ac.uk/science/" target="_blank">College of Science</a>.</p>
<p>Sport and exercise biomechanist <strong>Nick Owen</strong>, who has worked with UK Sport, British Skeleton, Welsh Rugby Union, Ospreys Rugby, Bath Rugby, and many others, will be taking part in two events.</p>
<p>The first event, which has already been selected as a &lsquo;Director&rsquo;s Pick&rsquo; by Steve Backshall, features anatomist, artist, author and broadcaster Alice Roberts and focuses on the sports anatomy of a ballerina and a rugby player to show how the different muscles work.</p>
<p>In the second event, which features historian and TV presenter Suzannah Lipscomb, Nick Owen will help unlock the Tudor time capsule secrets of Henry VIII&rsquo;s warship, the Mary Rose.</p>
<p>Mr Owen, based within Swansea University&rsquo;s Research Centre in Applied Sports, Technology, Exercise and Medicine (A-STEM)&nbsp;group, led recent work to discover more about the lives of the medieval archers on board the ship, including the <a href="http://www.swansea.ac.uk/media-centre/news-archive/2013/afacehiddenfromhistoryswanseateamandswedishforensicsrevealhenryviiiselitearcher.php">reconstruction of the face of one of Henry VIII&rsquo;s elite archers</a>, who drowned aboard the Mary Rose in 1545<em>.</em></p>
<p><strong>Dr Andrew King </strong>leads the SHOAL (Sociality, Heterogeneity, Organisation And Leadership) research group at Swansea University&rsquo;s Department of Biosciences, which investigates collective animal behaviour in a variety of species and contexts.</p>
<p>Dr King will be taking part in an event with BBC <em>Bang Goes the Theory&rsquo;s</em> Liz Bonnin, which will examine what we know about how intelligent and social animals are.</p>
<p><strong>Dr Ian Mabbett</strong> and <strong>Dr Richard Johnston </strong>of Swansea University&rsquo;s <a href="http://www.swansea.ac.uk/engineering/research/centres-and-projects/materials-research-centre/">Materials Research Centre</a> will be exhibiting in the Festival&rsquo;s Explore Zone, in association with the Engineering and Physical Research Council (EPSRC), which this year has a focus on &lsquo;Materials, technology and cutting-edge research&rsquo;.</p>
<p>Drs Mabbett and Johnston will be exhibiting their advanced materials research, which they also showcase through their <em><a href="http://www.swansea.ac.uk/media-centre/news-archive/2013/further18monthsoffundingforuniversitysmaterialslivescienceandengineeringinitiative.php">Materials: Live!</a></em> project, including some interesting smart materials and including testing materials live in their exhibition space.</p>
<p>Professor Steve Wilks, Head of Swansea University&rsquo;s College of Science and Pro-Vice-Chancellor (Designate), said: &ldquo;As a Major Supporter of the Festival again this year, we aim to increase awareness of the University&rsquo;s research excellence at the world&rsquo;s largest and most prestigious science festival.</p>
<p>&ldquo;Communicating and disseminating the impact and value of the leading-edge research we undertake here in Swansea, in collaboration with partners world-wide, is crucial. &nbsp;Participation in the Festival again this year, highlighting the fields of materials science, sports and exercise science, and biosciences, provides an ideal platform for us to engage with the public to do this.</p>
<p>&ldquo;We are rightly proud of our ground-breaking researchers taking part this year and we look forward to what promises to be another exciting year for Swansea University at The Times Cheltenham Science Festival.&rdquo;</p>
<p><strong>The Swansea University researchers and their events which feature in this year&rsquo;s festival are:</strong>&nbsp;</p>
<ul>
<li><strong>Sports Anatomy: Live</strong> (selected as a &lsquo;Director&rsquo;s Pick&rsquo; by Steve Backshall)</li>
</ul>
<p><strong>Date:</strong> Thursday, June 5</p>
<p><strong>Time:</strong> 6:30pm &ndash; 7:30pm</p>
<p><strong>Venue:</strong> Winton Crucible</p>
<p>In this anatomy lesson with a difference anatomist, artist, author and broadcaster Alice Roberts will paint the bodies of a ballerina and a rugby player to show how different muscles work; consultant radiologist at NHS Gloucestershire Iain Lyburn will compare this with their MRI scans; and Swansea University sport and exercise biomechanist <a href="http://www.swansea.ac.uk/staff/academic/engineering/owennick/">Nick Owen</a> explores the differences in their musculature, an intricately fascinating network within our bodies.&nbsp;</p>
<ul>
<li><strong>The Mary Rose: A Tudor Time Capsule</strong></li>
</ul>
<p><strong>Date:</strong> Friday, June 6</p>
<p><strong>Time:</strong> 2pm &ndash; 3pm</p>
<p><strong>Venue:</strong> Helix Theatre</p>
<p>The salvaging of Henry VIII&rsquo;s warship, the Mary Rose, was one of the most complex and expensive projects in the history of maritime archaeology.&nbsp; Mary Rose Trust curator Alexzandra Hildred, historian and TV presenter Suzannah Lipscomb, and Swansea University sport and exercise biomechanics expert <a href="http://www.swansea.ac.uk/staff/academic/engineering/owennick/">Nick Owen</a> delve into what we have learnt from this valuable Tudor-era time capsule.&nbsp;</p>
<ul>
<li><strong>Animal Behaviour and Intelligence</strong></li>
</ul>
<p><strong>Date:</strong> Saturday, June 7</p>
<p><strong>Time:</strong> 10am &ndash; 11am</p>
<p><strong>Venue:</strong> Pillar Room</p>
<p>As the dominant species on the planet, we tend to think we are the smartest and most sociable animals around &ndash; but maybe other mammals aren&rsquo;t that far behind! BBC <em>Bang Goes the Theory&rsquo;s</em> Liz Bonnin talks to Swansea University behavioural ecologist <a href="http://www.swansea.ac.uk/staff/science/biosciences/a.j.king/">Dr Andrew King</a> and University of York evolutionary psychologist Katie Slocombe about what we know about how intelligent and social animals are and whether chimps can talk.&nbsp;</p>
<ul>
<li><strong>Explore: Materials, technology and cutting-edge research </strong></li>
</ul>
<p><strong>Dates/Times:</strong> Saturday, June 7, from 12pm &ndash; 8pm and Sunday, June 8, from 12pm &ndash; 6pm</p>
<p><strong>Venue:</strong> Explore Zone, in association with the Engineering and Physical Research Council (EPSRC)&nbsp;</p>
<p>Dr Ian Mabbett and Dr Richard Johnston of Swansea University&rsquo;s <a href="http://www.swansea.ac.uk/engineering/research/centres-and-projects/materials-research-centre/">Materials Research Centre</a> will be exhibiting in the Explore Zone, showcasing their <em><a href="http://www.swansea.ac.uk/media-centre/news-archive/2013/further18monthsoffundingforuniversitysmaterialslivescienceandengineeringinitiative.php">Materials: Live!</a> </em>project, including some interesting smart materials and including testing materials live in their exhibition space.</p>
<p><strong>For full details of the Festival&rsquo;s programme and ticketing information, visit <a href="http://www.cheltenhamfestivals.com/science/">http://www.cheltenhamfestivals.com/science/</a>. </strong></p>
<hr />
<p><strong>For full details of the Festival&rsquo;s programme and ticketing information, visit <a href="http://www.cheltenhamfestivals.com/science/">http://www.cheltenhamfestivals.com/science/</a>. </strong></p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Bethan Evans</span>
            &lt;<a class="email" href="mailto:b.w.evans@swansea.ac.uk">b.w.evans@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2014/cheltenhamsciencefestivalshowcaseforswansearesearchers.php" rel="bookmark">
                <abbr class="published" title="2014-05-22T16:00:00+01:00">Thursday 22 May 2014 16.00 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-20T12:18:19+01:00">Friday 20 September 2019 12.18 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>, Tel: <span class="tel">01792 295049</span>
        </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>
