<!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>A defining moment for Wales: University urges politicians to act fast to back innovation in steel</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/adefiningmomentforwalesuniversityurgespoliticianstoactfasttobackinnovationinsteel.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">A defining moment for Wales: University urges politicians to act fast to back innovation in steel</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">A defining moment for Wales: University urges politicians to act fast to back innovation in steel</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">Wales can continue to lead the world in steel innovation - the bedrock of a 21st century steel industry - but politicians in Wales have to act fast to prevent this lead being lost, said Swansea University, as it called for backing for a new proposal for a national innovation and technology centre for steel.</p>

    <div class="news-item-content">
        <p>The new centre would bring together experts from several universities and from the industry, and see them working together to deliver the high-value products which are central to a 21<sup>st</sup> century steel industry.&nbsp;&nbsp;</p>
<p>The call comes at a time of continuing uncertainty over the future of the steel industry, with concerns that Wales may lose its historic leading role in steel research and innovation.&nbsp;&nbsp; Swansea University experts have raised fears of a brain drain and loss of highly-skilled jobs on the research side, as well as in the steelworks and supply chain.</p>
<p>University Vice Chancellor Professor Richard Davies said that this was a <strong>&ldquo;defining moment for Wales&rdquo;,</strong> with a stark and urgent choice between keeping Wales as the heart of a 21<sup>st</sup> century UK steel industry, or overseeing decline and potentially allowing others to profit.&nbsp;</p>
<p><img src="/media/t4_7389596316596057836.jpg"
alt="600 x 480" title="&ldquo;Steel seen at the nano scale &ndash; Swansea University researchers use state-of-the-art microscopes to analyse and test new steels, working closely with the industry.   The Advanced Imaging of Materials team have developed new steels which are strengthened by tiny nano-level structures, which are the same length as a human fingernail grows in 1 second. These new steels are now being used to make a new generation of lighter and more efficient cars.&rdquo; " /></p>
<p><em>Picture: Steel seen at the nano scale.&nbsp; The <strong><a href="http://www.swansea.ac.uk/engineering/aim/">Advanced Imaging of Materials</a></strong> team at Swansea University have developed new&nbsp; steels which are strengthened by tiny nano-level structures, which are the same length as a human fingernail grows in 1 second.&nbsp;&nbsp; These new steels are now being used to make a new generation of lighter and more efficient cars.</em></p>
<p>Swansea-led innovations are already demonstrating that steel is a 21<sup>st</sup> century industry, with academics and the industry working hand in hand on tomorrow&rsquo;s technologies, including:&nbsp;</p>
<ul>
<li>New steel-based products which turn buildings into power stations that store and release their own energy</li>
<li>Using nano-level technology to develop lighter steel for more energy-efficient cars</li>
<li>Improving the way blast furnaces are loaded and stirred, already saving over &pound;5 million a year at Port Talbot</li>
</ul>
<p><a href="/press-office/news-archive/2016/steelisa21stcenturyindustry-swansearesearchontomorrowstechnologies.php"><strong>Read more about 21st century steel innovation led by Swansea University</strong></a></p>
<p><strong><a href="https://www.flickr.com/photos/swanseauniversity/sets/72157666556629230/with/16737417157/">More pictures of 21st century steel</a><br /></strong></p>
<p>&zwnj;All this work is carried out in a partnership between University researchers and the industry; the proposed new National Innovation Centre would build on this.</p>
<p><img src="/media/ProjectSpecific 057.jpg"
alt="Specific project " title="Laboratory image" />Wales has long been a global leader in steel innovation, with many of the industry&rsquo;s giant leaps forward taking place here:&nbsp; the Bessemer process, pioneered in Dowlais and Ebbw Vale; the Siemens open-hearth process, first demonstrated in Swansea; &nbsp;the Gilchrist-Thomas Basic process, based on work in Blaenavon; and the pioneering Abbey Works at Port Talbot, opened in 1951.</p>
<p>Breakthroughs such as these have depended on close links between research and industry, the furnaces and the labs.&nbsp;&nbsp; Nowhere are these links stronger than in Wales, as illustrated for example in Swansea University&rsquo;s new Bay Campus, which stands within sight of Port Talbot steelworks. &nbsp;</p>
<p><em>Picture: Zero-carbon steel?&nbsp; Professor Dave Worsley with a solar cell; he leads the<strong> <a href="http://www.specific.eu.com/">SPECIFIC </a></strong>project, which is developing steel and glass-based products that allow buildings to generate, store and release their own energy</em></p>
<p><strong>&zwnj;</strong>The proposed National Innovation Centre would be called Sustain:(Strategic University Steel Technology and Innovation Network).&nbsp; A partnership between industry and university-based experts, building on what already exists at Swansea, it could be a resource for the entire UK steel industry, and a global centre of expertise for 21<sup>st</sup> century steel.&nbsp;&nbsp;</p>
<p><strong>Sustain - areas it would cover:</strong></p>
<ul>
<li><strong>Raw materials optimisation</strong> - by far the largest cost in steel operations is raw materials; the team will explore options to modernise production techniques to use more UK-derived resources from scrap, to deliver high-quality steel</li>
<li><strong>Energy </strong>&ndash; the steel industry could dramatically reduce carbon dioxide emissions and even become a net provider of energy; avenues include deriving energy&nbsp;from waste, energy recovery, clean combustion, and using steel panels to generate renewable energy</li>
<li><strong>Process development</strong> - the team will explore radical solutions to processing, including shifting a large fraction of steelmaking to electric arc furnaces and exploring directly reduced iron routes as a supplement for lower blast furnace production</li>
<li><strong>New product development</strong> - in construction, automotive, tubular products and packaging, the four core markets for strip steel, the team can &nbsp;work directly with the appropriate supply, bringing new products from lab to production line, as in the SPECIFIC project</li>
<li><strong>Training and staff development</strong> -&nbsp;ensuring staff can rapidly adapt to changing working conditions and technology and can also provide key feedback to the research teams</li>
</ul>
<p>Swansea University is ideally placed to lead Sustain.&nbsp; It has world-leading engineering expertise and facilities at its new <a href="http://www.swansea.ac.uk/campus-development/baycampus/"><strong>Bay Campus</strong>.</a>&nbsp; Its <strong><a href="http://www.materials-academy.co.uk/">Materials and Manufacturing Academy</a></strong> has 84 research engineers in the steel industry.&nbsp; Over 120 graduate and doctoral qualified technologists from Swansea are currently working in the Welsh steel businesses alone.</p>
<p><strong><img src="/media/t4_339851465382909417.jpg"
alt="600 x 450" title="Simulation of particle distribution in a balst furnace - " /></strong><em>Picture: </em><em>Complex discrete element modelling undertaken at Swansea University by Marc Holmes has helped predict distribution and flow of particles in a blast furnace.&nbsp; This has already produced data to help put Port Talbot in the top quartile in the world for efficiency and quality. &nbsp;</em></p>
<p><strong>Professor Dave Worsley of Swansea University, head of the <a href="http://www.specific.eu.com/">SPECIFIC project</a>, which involves researchers and industry partners working together, said:</strong></p>
<p>"Steel is a 21<sup>st</sup> century industry, developing tomorrow&rsquo;s technologies.&nbsp;&nbsp; UK steel can not only survive, but thrive.&nbsp;&nbsp; It can be transformed into a leading-edge zero carbon industry, for example&nbsp; developing carbon positive products using locally generated waste products as a chemical.&nbsp;</p>
<p>This future is already starting to happen in the work we are carrying out at Swansea University.&nbsp;</p>
<p>Wales can continue to play a leading role in steel, at the heart of a vibrant and innovative 21<sup>st</sup> century industry.&nbsp; To do so it must focus on making high-value products.&nbsp; This is only possible with support for innovation, which is why backing for Sustain is so important." <em>&nbsp;&nbsp; </em></p>
<p><strong>Swansea University Vice Chancellor Professor Richard B Davies said:</strong></p>
<p>"Welsh steel can be an industry of the future, not the past.&nbsp; Wales can be a world leader in the 21<sup>st</sup> century, as it was in the 19<sup>th</sup> and 20<sup>th</sup>.&nbsp;&nbsp;</p>
<p>This can only happen if we have a strong base for innovation &ndash; the bedrock of the 21<sup>st</sup> century steel industry.&nbsp;&nbsp; This is why we are calling on Welsh politicians to support our plan for a national centre for innovation and technology in steel.&nbsp;&nbsp;</p>
<p>Much is outside their control in the current situation.&nbsp; However, vowing to maintain Wales&rsquo;s leading role, by supporting our proposal, would be a vote of confidence in steel, and in Wales.</p>
<p>Swansea has always been at the forefront of innovation in the metals industry.&nbsp;&nbsp; That remains the case today.&nbsp; We have a wealth of expertise and talent, and a rich network of partnerships with the industry.&nbsp;&nbsp; That is too precious a resource for Wales to waste.</p>
<p>We are at a defining moment for Wales.&nbsp;There is no time to lose.</p>
<p>Swansea University is already showing how steel can be a 21<sup>st</sup> century industry.&nbsp; We stand ready to work with partners and with politicians to ensure that Wales remains a world leader."</p>
<p><strong>In figures:&nbsp;&nbsp; Swansea - the natural home for steel innovation</strong></p>
<ul>
<li><strong>160 </strong>&ndash; approximate number of researchers working at Swansea University on steel-related innovation</li>
<li><strong>6 </strong>&ndash; distance in miles from Swansea University Bay Campus to Port Talbot steelworks</li>
<li><strong>96</strong> &ndash; years that Swansea University has been working with the metals industry, since being founded in 1920 to meet the industry&rsquo;s needs</li>
<li><strong>4 </strong>&ndash; number of steel plants within one hour&rsquo;s drive of Swansea University, accounting for around 6067 employees</li>
<li><strong>120</strong> &ndash; graduate and doctoral qualified technologists from Swansea University working in the steel industry in Wales alone</li>
<li><strong>1 angstrom &ndash;</strong> (one ten-billionth of a metre) &ndash; the size that new imaging microscopes at Swansea University, used to examine new steels, and amongst the most powerful in Europe, can analyse:&nbsp; this is the same length as your fingernail grows in 0.1 second</li>
</ul>
<p><strong>In figures:&nbsp; Swansea innovations making a difference&zwnj;</strong></p>
<ul>
<li><strong>&pound;105,000 per hour</strong> &ndash; cost of halting production at a car plant because of surface quality problems with steel, corrected by Swansea University imaging experts</li>
<li><strong>&pound;1.1 million per year</strong> &ndash; efficiency savings at Port Talbot blast furnace thanks to modelling work on chute designs by Swansea University researcher</li>
<li><strong>&pound;4.2 million per year</strong> &ndash; savings thanks to an improved stirring element in the Port Talbot blast furnace, developed by Swansea University researcher</li>
<li><strong>85,000 tonnes</strong> &ndash; steel supply switched to Port Talbot after Swansea University analysts identified problem with staining steel needed by Newport-based Cogent Steel, which had been imported from Netherlands</li>
<li><strong>&pound;48 million per year</strong> &ndash; value of extra electrical steel produced by Cogent Steel after Swansea University researchers improved the corrosion coating</li>
<li><strong>40 years</strong> &ndash; length of guarantee for steel treated with new anti-corrosion techniques developed by Swansea University</li>
<li><strong>&pound;66 million per year</strong> &ndash; estimated energy savings if 20% of the excess heat from Port Talbot was captured and reused using new thermal energy material developed at Swansea University</li>
</ul>
    </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/adefiningmomentforwalesuniversityurgespoliticianstoactfasttobackinnovationinsteel.php" rel="bookmark">
                <abbr class="published" title="2016-05-12T23:15:00+01:00">Thursday 12 May 2016 23.15 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2016-05-12T19:18:26+01:00">Thursday 12 May 2016 19.18 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>
