<!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>Swansea University’s Professor of Entrepreneurship receives highest European Accolade</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/swanseauniversitysprofessorofentrepreneurshipreceiveshighesteuropeanaccolade.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">Swansea University’s Professor of Entrepreneurship receives highest European Accolade</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">Swansea University’s Professor of Entrepreneurship receives highest European Accolade</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">Professor Paul Hannon of Swansea University has won the Entrepreneurship Education Award, bestowed by the world-renowned Sten K. Johnson Centre for Entrepreneurship in Sweden.</p>

    <div class="news-item-content">
        <p>&zwnj;The award is in recognition of his tireless contribution to the improvement of entrepreneurship education in Europe.&nbsp;&nbsp; This is the fifth year in a row that the Centre, which is based at <strong><a href="http://www.entrepreneur.lu.se/en">Sweden&rsquo;s Lund University</a></strong>, has made an award.</p>
<p>A Swansea University graduate, Paul Hannon returned to Swansea University in 2013 as Director of Leading Business Growth and Director of the <strong><a href="/reis/ifel/">Institute for Entrepreneurial Leadership</a></strong> (IfEL) and brought with him nearly 4 decades of experience.</p>
<p><strong>Professor Paul Hannon (pictured) said</strong>:</p>
<p>&ldquo;All four previous winners have provided impressive, robust and powerful stamps on the field of entrepreneurship within education. They are inspiring icons.&nbsp; To be placed alongside these figures is a true honour.&nbsp; It was a total surprise to receive the phone call&rdquo;.</p>
<p><img src="/media/Paul Hannon.png"
alt="Paul Hannon" title="" />In 2015, the Lead Wales and Leading Growth Project reported that the programme had delivered courses to 906 participants within Welsh SMEs, with estimates suggesting delegates went on to increase combined turnover by &pound;52m, adding 2424 new jobs to the Welsh economy.</p>
<p>The latest venture, <strong><a href="http://www.swansea.ac.uk/media-centre/latest-news/ionleadershipprojectannounced39meubackedboosttoleadbusinesssuccess.php">ION Leadership</a></strong>, is designed to develop and enhance the leadership skills of owners, managers and key decision-makers within businesses across Wales.&nbsp;</p>
<p>The flagship programme, led by Swansea University, in partnership with Bangor University, is backed with &pound;2.7m from the European Social Fund and is tipped to have huge impact on the economic regeneration of South West Wales and beyond.</p>
<p>Also under the Institute for Entrepreneurial Leadership, Swansea University&rsquo;s Enterprise Support Programme, has delivered training to over 400 students and graduates over the last year alone working closely with the University&rsquo;s Employability Academy.&nbsp;</p>
<p><strong>Ceri Jones, Director of Research, Engagement &amp; Innovation Services</strong>, where IfEL is based, commented:</p>
<p>&ldquo;Paul has done it all &ndash; he&rsquo;s been a graduate entrepreneur, he&rsquo;s worked at Universities within research and education roles, he&rsquo;s worked in Government, supported policy making and been on the front line supporting SMEs develop and grow, sharing his experience with like-minded entrepreneurs.</p>
<p>This is a unique experience that enables Paul to bring fresh perspectives to supporting and developing entrepreneurship at Swansea University&rdquo;.</p>
<p><strong><img src="/media/Terry Matthews and Mango Bikes, GEW 2012 - c.jpg"
alt="Terry Matthews and Mango Bikes" title="SIr Terry Matthews with Jez and Ben from Mango Bikes, and PVC Hilary Lappin-Scott, Global Entrepreneurship Week 2012" />Professor Richard B Davies, Vice Chancellor of Swansea University, </strong>said:</p>
<p>&ldquo;We were delighted when Paul returned to Swansea University, having amassed such a rare and sought after portfolio of experience.&nbsp;</p>
<p>He has been tireless in driving innovation agendas and ensuring that they reach every part of the University.&nbsp; It&rsquo;s very pleasing to hear he has gone on to gain the recognition he so thoroughly deserves within his field.</p>
<p>Not all students progress down their initially chosen career paths.&nbsp; Providing our students with every opportunity to develop as well rounded, multi-faceted individuals gives them the strongest footing on which to build successful careers after graduating including starting their own ventures.&rdquo;&nbsp;</p>
<p><em>Picture:&nbsp; Swansea graduate and business leader Sir Terry Matthews, </em><em>with Professor Hilary Lappin-Scott</em><em> and Swansea students Jezz and Ben who set up <strong><a href="http://www.mangobikes.co.uk/">Mango Bikes</a></strong>.</em></p>
<p>Recent figures from the Times / Sunday Times rank Swansea University in Top 20 (16<sup>th</sup>) for Graduate Employability.</p>
<p><strong><a href="/reis/ifel/">Institute for Entreprenurial Leadership</a></strong></p>
<p><a href="/reis/"><strong>Research, Engagement and Innovation Services</strong></a></p>
<p><strong><a href="http://www.swansea.ac.uk/employability-academy/">Swansea Employability Academy</a></strong></p>
<p><strong><img src="/media/t4_8020781010845073651.jpg"
alt="600 x 164" title="" /></strong></p>
<p><strong>Biography: from engineer to entrepreneur<br /></strong></p>
<p><strong>Paul Hannon</strong> originally studied Civil Engineering at Swansea University back in the mid-1970s under the watchful eye of world-leading Professor Olgierd Zienkiewicz, pioneer of the Finite Element Method.</p>
<p>Entrepreneurial sparks ignited for Hannon as an undergraduate student when he went into business with housemates selling a range of international and speciality foods to students at the University. This was thanks to an initiative by the Students&rsquo; Union that allowed students once a month to &lsquo;have a go&rsquo; in a student market on campus.&nbsp;</p>
<p>Sourcing stock initially from London markets, the trio would transport larger volumes back to Swansea to sell in smaller retail quantities and test out ideas for new product mixes.&nbsp; Surprised by the un-tapped demand and after graduation a shop was set up in Swansea town selling products to the City&rsquo;s blossoming multi-cultural population.</p>
<p>One outlet became several, with the business branching out across South Wales, before setting up a wholesale distribution unit, supplying goods direct to other retailers from their newly leased warehouse.&nbsp;</p>
<p><strong>On the venture, Hannon commented</strong>:</p>
<p>&ldquo;We learnt on the job by doing, making many mistakes along the way, and coming very close to going bust on one occasion.</p>
<p>Swansea University sparked something in me. I had no idea as a fresher that my future was going to be far removed from Civil Engineering.</p>
<p>An entrepreneurial streak ignited that I cannot explain - my father was a carpet weaver and my mother, a nurse.&nbsp; Both were very proud that I had graduated from Swansea University with a degree in Civil Engineering and explaining to them both that despite spending 4 years completing an undergraduate degree I was now going to be carving out an alternative career path was one of my biggest challenges initially."</p>
<p>With ten years of experience amassed, Hannon moved on into local government support for entrepreneurs as CEO of Dinefwr Enterprise Company and then back into higher education at Durham University, where he spent the next 10 years designing and delivering entrepreneurship and business growth programmes for SMEs in the North-East of England and nationally for UK support agencies.</p>
<p>Here he worked with Professor Allan Gibb, the first recipient of this European Award and a leading academic in entrepreneurship and small business development, and along with a phenomenal group of leading entrepreneurial thinkers and developers.</p>
<p><strong>Hannon commented:</strong></p>
<p>&ldquo;This was an exciting and inspiring time in my life thanks to Allan and other colleagues at the Small Business Centre at Durham University. I learnt so much about how to link my practical experiences with relevant concepts and models and how to build new ideas and experiences into meaningful and useful outcomes for learners &ndash; no matter if they were owners/directors of SMEs, business advisers or policy makers.</p>
<p>I would certainly not be receiving this valuable Award if I had not had the opportunity to work with such inspiring role models such as Allan Gibb&rdquo;.</p>
<p>Hannon later took on the role of Chief Executive of the National Council for Entrepreneurship in Education (NCEE, a perfect job that allowed him to combine his background in Research, Education, Policy &amp; Graduate Entrepreneurship.&nbsp; Since its formation NCEE has collaborated with many partners and organisations across the UK and internationally on a wide range of activities and projects.</p>
<p>In 2013, Professor Hannon returned to Swansea University, bringing the benefit of this wide-ranging experience in entrepreneurship.</p>
<p>&nbsp;</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Kevin Sullivan</span>
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2016/swanseauniversitysprofessorofentrepreneurshipreceiveshighesteuropeanaccolade.php" rel="bookmark">
                <abbr class="published" title="2016-04-06T15:50:00+01:00">Wednesday 6 April 2016 15.50 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-17T16:34:51+01:00">Tuesday 17 September 2019 16.34 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Public Relations Office</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>
