<!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>Patagonia, penguins, and pioneering research:  Tracking marine biologist William Kay continues his successful ascent up the research ladder</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/2016/patagoniapenguinsandpioneeringresearchtrackingmarinebiologistwilliamkaycontinueshissuccessfulascentuptheresearchladder.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="106934">

    <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">Patagonia, penguins, and pioneering research:  Tracking marine biologist William Kay continues his successful ascent up the research ladder</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>
        
        

    </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">Patagonia, penguins, and pioneering research:  Tracking marine biologist William Kay continues his successful ascent up the research ladder</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">It was a day of celebration today (Tuesday 26 January) for 23-year-old William Kay, who received his MSc by Research in Animal Movement Science at Swansea University’s graduation ceremony at Swansea’s Brangwyn Hall, cheered on by his very proud parents and grandmother.</p>

    <div class="news-item-content">
        <p><img src="/media/Penguin.png"
alt="Penguin" title="Penguin" /></p>
<p>William, who is from Penrhyn Bay, Llandudno and a former pupil of Ysgol Bryn Elian in Colwyn Bay, got a &lsquo;hands on&rsquo; experience with cutting-edge research and worked with some of the most enigmatic animals on the planet, including imperial cormorants and magellanic penguins. The fieldwork gave him the opportunity to tag animals with Daily Diary devices, developed within Swansea University&rsquo;s Biosciences Department. This research involved detailed analysis into how the seabirds captured their prey and the energetic expenditure linked to hunting activity.</p>
<p>William&rsquo;s master&rsquo;s degree explored concepts of decision-making in the behaviour of harbour seals. This involved further advanced investigations of diving behaviour and foraging movements using time-depth recorders and dead-reckoned GPS tracks to reveal patterns in the routes that seals swim during trips out to sea.</p>
<p>William is now continuing his studies in this field of research by undertaking a PhD project investigating how marine mammals interact with, and move within the vicinity of, marine renewable energy (MRE) installations.</p>
<p>With growing concerns about climate change and energy security, the demand for green energy in the UK has become a huge target aim for the UK government, who have committed to a target of 15 % of all energy sourced to come from renewables by 2020 (currently just 5 % of our power is renewably sourced).</p>
<p>This target is the most challenging of any EU Member State but the UK is certainly well equipped to meet it and is currently the undisputed global leader in MRE with around 10 MW of wave and tidal stream energy devices being tested in UK waters; more than the rest of the world combined!<sup>a</sup> One of the main reasons for this being that the UK (for example in Wales and in Swansea no less) has some of the highest tidal ranges and fastest tidal streams in the world.</p>
<p>However, the current knowledge of the effects of MRE installations on marine life (particularly seals, whales and dolphins) is limited and there is urgent need for quality operational monitoring and assessment of the impacts of such installations. To a significant extent, that is what William will be doing - using animal-borne data loggers to pinpoint the movements of grey seals (<em>Halichoerus grypus</em>) around MRE installations and provide guidance and understanding for stakeholders on the impact of these devices.</p>
<p><img src="/media/Juvenile grey seal.jpg"
alt="Juvenile grey seal " title="Juvenile grey seal " /></p>
<p>William said: &ldquo;I am extremely passionate about the topics of my PhD: (i) marine mammalogy and animal movement and (ii) marine renewable energy. Having grown up in North Wales and lived very close to a local colony of grey seals, I have always been fascinated by them. This PhD is a fantastic opportunity for me to be at the forefront of pioneering research into the effects of tidal devices on marine mammals.&nbsp;</p>
<p>&ldquo;Not only that, it makes me extremely proud to be able to conduct this research in my home country of Wales; a role-model country that is taking huge strides towards development in the MRE sector.&rdquo;</p>
<p>The main study site for William&rsquo;s research will be the Ramsey Sound, Pembrokeshire. Tidal streams here can reach speeds of up to 8 knots on spring tides, presenting a substantial opportunity for tidal energy generation. Indeed Pembrokeshire as a whole has some of the highest potential concentration for marine resource in Wales; with Wales as a nation having the potential to install a 6.4 GW marine energy capacity<sup>c</sup>.</p>
<p>Throughout the project William will be volunteering with Tidal Energy Ltd (TEL), an innovative tidal stream technology company who has installed Wales' first full-scale tidal stream generating device known as the&nbsp;DeltaStream&trade;<strong>&nbsp;</strong>in Ramsey Sound. This volunteer work will involve monitoring the movements of marine mammals within the vicinity of the DeltaStream using acoustic technology (SONAR and hydrophone monitoring).</p>
<p><img src="/media/Seal interacting.jpg"
alt="Seal interaction" title="Seal interaction" /></p>
<p>William added: &ldquo;Results from the acoustic monitoring at TEL&rsquo;s DeltaStream has great potential to combine brilliantly with the tagging work that I will be undertaking on grey seals in the Ramsey area. I am still yet to decide the exact data that I will aim record but expect it to involve fine-scale accelerometry, GPS and diving behaviour information, and perhaps additionally the use of acoustic "pingers" which have shown to be successful in shark research. If I were lucky enough to combine recorded data from both my animal-borne tags and the receivers on-board the DeltaStream, it would offer very significant and influential insight into the understanding of the environmental impact of these devices. It is all extremely exciting!&rdquo;</p>
<p>Seaking about his experience at Swansea University William said: &ldquo;My time at the university has been truly momentous and the best years of my life. I have an excellent team of academic and industry supervisors including Dr Jim Bull, Dr Luca B&ouml;rger from Swansea University and Dr Thomas Stringell from Natural Resources Wales, and my masters and undergraduate supervisor Professor Rory Wilson is also on board to deliver his expertise and wealth of knowledge on animal tags.</p>
<p>&zwnj;&ldquo;I will continue to work within Swansea's Lab for Animal Movement (SLAM) - a department which, in my opinion, is a wonderful setting to work, boasting a real sense of camaraderie&nbsp;and teamwork ethic, utilising knowledge and experience from multiple disciplines including biologists, ecologists, physicists, mathematicians and computer scientists. I don't think I could find a team or setting better&nbsp;placed or better supported to conduct this research.&rdquo;</p>
<p>Summary of William&rsquo;s PhD project &ldquo;<strong><em>Advanced Telemetry and Bio-logging for Investigating Grey Seal Interactions.&rdquo;</em></strong> Project Supervisors:&nbsp;Dr Jim Bull, Dr Luca B&ouml;rger and Professor Rory Wilson&nbsp;(Swansea University)</p>
<p>Marine mammals are iconic animals, and particularly well represented in the Irish Sea. Seal populations are increasing in our waters, presenting both challenges and opportunities. Developing sustainable marine renewable energy (MRE) is a key part of global commitment to combatting climate change and Wales is at the forefront of this drive, with strategically important MRE sites planned in Convergence Area waters. This project will use cutting-edge telemetry and bio-logging devices to quantify and understand interactions between grey seals and MRE installations. We will assess seal abundance and distribution around south Wales and, using game-changing tagging technology (SLAM tags) developed in Swansea, we will monitor and assess in-water seal behaviour and energy expenditure. Outcomes will be academic and applied, particularly in expediting environmental risk approval. This is a true world first and, combined with advanced mathematical modelling and hydrological data, this project will make major advances in our understanding of marine mammal interactions with MRE. We will generate predictive maps of seal distributions around MRE sites and inform stakeholder partners on types and intensity of monitoring to meet environmental monitoring commitments.&nbsp;</p>
<p><strong>Picture 1: Penguin</strong></p>
<p><strong>Picture 2: Juvenile grey seal</strong></p>
<p><strong>Picture 3: Will interacting with seal </strong></p>
<p><em>&nbsp;(All pictures should be accredited to William Kay, Swansea University)&nbsp;</em></p>
<p><strong>&nbsp;</strong></p>
<p><strong>&nbsp;</strong></p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Janis Pickwick</span>
            &lt;<a class="email" href="mailto:j.m.pickwick@swansea.ac.uk">j.m.pickwick@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2016/patagoniapenguinsandpioneeringresearchtrackingmarinebiologistwilliamkaycontinueshissuccessfulascentuptheresearchladder.php" rel="bookmark">
                <abbr class="published" title="2016-01-27T15:37:00+00:00">Wednesday 27 January 2016 15.37 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-26T11:21:50+01:00">Thursday 26 September 2019 11.21 BST</abbr>
        </li>

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