<!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>Engineering Networks Could Provide the Answer in Aiding Researchers with Crucial Industry Opportunities Post Academia</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/2017/engineeringnetworkscouldprovidetheanswerinaidingresearcherswithcrucialindustryopportunitiespostacademia.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="112621">

    <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">Engineering Networks Could Provide the Answer in Aiding Researchers with Crucial Industry Opportunities Post Academia</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">Engineering Networks Could Provide the Answer in Aiding Researchers with Crucial Industry Opportunities Post Academia</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">As Research Assistant, Dr Virginia Gomez, gets ready to swap the lab for the law having recently accepted a new position as Patent Advisor in Madrid’s top IP firm, ABG Patentes; Dr Gomez reflects on the impact engineering networks, such as the National Research Network (NRN) in Advanced Engineering and Materials (AEM), provide in creating unique collaborative opportunities for researchers.</p>

    <div class="news-item-content">
        <p><img src="/media/Dr Virginia Gomez.jpg"
alt="Dr Virginia Gomez" title="Dr Virginia Gomez" /></p>
<p>Having successfully collaborated with RICE University in the US, Nottingham University as well as industry giants BP, Glass Technology Services Ltd (GTS) and Tata Steel during her time as part of the NRN AEM; Dr Gomez believes it is building upon strong relations such as these that will enable Welsh science to be at the forefront of innovative developments and promote engineering ingenuity on the international stage; an objective the Welsh Government is keen to promote as part of the &lsquo;Science for Wales&rsquo; initiative.</p>
<p><strong><em>&ldquo;Working on an NRN AEM funded project has provided a unique opportunity to work in new and relevant research areas. It has provided links and opportunities between academia and industry and has proven to be valuable in creating bridges to other career paths outside of academia.&rdquo; &ndash; Dr Virginia Gomez</em></strong></p>
<p>With research funded by the NRN AEM and under the expertise and guidance of Professor Andrew Barron, S&ecirc;r Cymru Chair of Low Carbon, Energy and Environment, at the Energy Safety Research Institute (ESRI) at Swansea University; Dr Gomez is all too aware of the benefits these collaborations can bring in achieving research success.</p>
<p><img src="/media/Dr Virginai Gomez and Prof Andrew Barron.jpg"
alt="Dr Gomez and Prof Andrew Barron " title="Dr Gomez and Prof Andrew Barron " /></p>
<p>Having spent the past two and a half years developing a method that seeks to enhance the efficiency of electricity to the current UK grid system, through the development of new nanocarbon composites (ultraconductive copper UCC) having an improved room temperature electrical conductivity over pure copper; collaboration with industry will now push this research forward to ultimately transform the energy sector within Wales and the rest of the UK.</p>
<p>&nbsp;</p>
<p><strong><em>&nbsp;&ldquo;We are using energy-efficient, fast and sustainable ways to achieve our goal of improving the conductivity of the electrical wiring on the present electrical grid, in the hope of radically transforming the energy sector in the UK. We hope with this project, South Wales can once again have a world leadership role in copper technology.&rdquo; </em></strong></p>
<p><strong><em>&ldquo;The NRN AEM has supported in the development of a successful collaboration between Swansea University and the international industry. This collaboration is indispensable to successfully scale and manufacture the new </em></strong><a href="http://www.ernw.ac.uk/en/projects.htm?id=46"><strong><em>Copper-carbon nanotube&nbsp;Ultraconductive (UCC) wires</em></strong></a><strong><em>.&rdquo; </em></strong><strong>&ndash; Dr Virginia Gomez</strong></p>
<p>Dr Gomez, who is an Associate Member of The Royal Society of Chemistry, has used her knowledge and expertise to build links between the Spanish and British Research communities during her time at Swansea University. The continuation of nurturing this academic/industry relation is something Dr Gomez is keen to apply to her new role within the chemistry department at ABG Patentes. Nurturing such relations will ultimately enable and encourage knowledge and commercial exchange within these sectors.</p>
<p><strong><em>&ldquo;Academia and industry collaboration are key in pushing science forward.&nbsp; NRN AEM&rsquo;s promotion of research excellence and industrial engagement is a remarkable strategy since links to industry are essential to science&rdquo; &ndash; Dr Virginia Gomez</em></strong></p>
<p>With an extensive background in nanotechnology and material science, having been awarded the Barcelona Award for Best Doctoral Thesis in Occupational Health and most recently winning the Extraordinary Doctorate Award from the University of Zaragoza for her research in to Nanosafety and Nanotechnology; Dr Gomez will continue to use these collaborative relations to apply specialised knowledge to protect and foster future commercial products.</p>
<p><strong><em>&ldquo;During my Post Doc working in a NRN AEM funded project at ESRI, I've had the opportunity to acquire and strengthen many skills including collaboration, analytical thinking as well as organising research. </em></strong></p>
<p><strong><em>&ldquo;In my opinion, the skill set obtained, can be easily transferred to a patent adviser role and will allow me to use my scientific expertise beyond the bench and yet still be in touch with the latest results from research and technological advances in a variety of industries and fields.&rdquo; &ndash; Dr Virginia Gomez</em></strong></p>
<p>As the NRN AEM aids researchers in potential industry career links post academic research, it will ultimately benefit both powerhouses by culminating a set of transferable skills that are gained through academia and transfer essential scientific research knowledge into the industry sector.</p>
<p>With a future working across a variety of industry sectors from pharmaceuticals, drug delivery systems to chemical engineering to name a few; Dr Gomez will actively work to advise and protect companies in their intellectual property development. Having already experienced science legality, having had 19 publications published in high impact journals as well as being a Science Policy Member for the Society of Spanish Researchers in the UK, Dr Gomez looks forward to furthering the legal side of innovative science.</p>
<p><strong><em>The prospect of applying my experience from academia and scientific research to help institutions and companies to protect their cutting edge innovations is exciting as this is at the core of many technological businesses and start-ups &rdquo; &ndash; Dr Virginia Gomez</em></strong></p>
<p>With much scientific research intertwined throughout a vast majority of industrial and commercial development in areas such as New Energy, Healthcare and Technology, Dr Gomez will now be at the forefront of exploiting, promoting and protecting essential developments from within scientific organisations and industries, a development that is gained as a result of the strong uphold of academia/ industrial collaborations.</p>
<p><strong><em>My aim is to pass the European Qualifying Examination (EQE) certification and become a European Patent Attorney in a few years&rsquo; time and thanks to my research experience at Swansea University, funded by the NRN AEM, I am now going to start a new exciting career in the IP world.&rdquo; &ndash; Dr Virginia Gomez</em></strong></p>
<div>
<p align="center" style="text-align: left;"><strong>Visit </strong><a href="http://www.ernw.ac.uk/"><strong>http://www.ernw.ac.uk/</strong></a></p>
</div>
<p><strong>Follow Us On </strong><strong>&nbsp;@nrnengineering</strong></p>
<p><strong>Follow Us On </strong><strong>&nbsp;www.linkedin.com/company/nrn-engineering</strong></p>
<p>Set up in 2013 the <strong>National Research Network (NRN)</strong> is a collaborative network, led by Swansea University in partnership with Cardiff University, Bangor University and TWI that seeks to bring academics and industrial leaders in the key fields of advanced engineering and materials, life sciences and low carbon energy and the environment together. Its primary purpose is to support the aspirations of the Welsh Government&rsquo;s Science Strategy for Wales to establish an effective platform for breakthrough research in these fields. The Network gained &pound;7M of funding from the Welsh Government and HEFCW as part of the Ser Cymru (Stars Wales) initiative | <a href="http://gov.wales/topics/science-and-technology/science/growing-research-in-wales/national-research-networks/?lang=en">http://gov.wales/topics/science-and-technology/science/growing-research-in-wales/national-research-networks/?lang=en</a></p>
<p><strong>Picture 1: Dr Virginia Gomez in the Energy Safety Research Institute (ESRI) lab, Swansea Bay Campus.</strong></p>
<p><strong>Picture 2: Professor Andrew Barron and Dr Virginia Gomez outside the ESRI building, Swansea Bay Campus.</strong></p>
<p><strong>Higher resolution versions available on request.&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/2017/engineeringnetworkscouldprovidetheanswerinaidingresearcherswithcrucialindustryopportunitiespostacademia.php" rel="bookmark">
                <abbr class="published" title="2017-03-10T15:01:00+00:00">Friday 10 March 2017 15.01 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2017-03-10T15:06:40+00:00">Friday 10 March 2017 15.06 GMT</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>
