CINXE.COM
Energy | PoliticsHome.com
<!doctype html> <html lang="en" class="no-js"> <head><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '1C3fJ9awG115y', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="language" content="en" /><meta name="generator" content="Isle Interactive Ltd" /><meta name="designer" content="Isle Interactive Ltd" /><meta name="viewport" content="initial-scale=1.0, width=device-width" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="Politics Home" /><meta name="msapplication-TileColor" content="#00a3a6" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /><meta name="msvalidate.01" content="5DB9482504A0A33AC4ADD47C27D0A9A6" /><meta name="facebook-domain-verification" content="sqchx5zsgx9bqaexjh0kg611jb4qar" /> <meta name="robots" content="index, follow" /> <meta name="revisit-after" content="14 days" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/core-v8.min.css" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/layout-v24.min.css" /> <!--link rel="stylesheet" href="/_styles/layout-v12.css?v8" media="screen" /--> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap" rel="stylesheet" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="icon" type="image/png" sizes="32x32" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/apple-touch-icon.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" color="#00a3a6" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/safari-pinned-tab.svg" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script>!window.jQuery && document.write('<script src="/_scripts/jquery.js"><\/script>')</script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/modernizr.min.js?v1"></script> <script src="/_scripts/core-v7.js?v1"></script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/plugins.min.js?1e"></script> <!-- THEMES --> <!-- ADVERTISING - START --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; </script> <script> // define variables to hold gpt slot objects var gptSlots = []; var slot1,slot2,slot3,slot4,slot5; googletag.cmd.push(function() { headerMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([320, 0], [[320, 50], [320, 100]]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); fullwidthMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([300, 0], [300, 250]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); skinMapping = googletag.sizeMapping(). addSize([1201, 0], [1, 1]). build(); slot1 = googletag.defineSlot('/1048162/ph/news-main_header', [[320, 50], [970, 250], [970, 90], [320, 100], [1, 1], [728, 90]], 'div-gpt-ad-1608230069741-0').defineSizeMapping(headerMapping).setTargeting('lazyload').addService(googletag.pubads()); slot2 = googletag.defineSlot('/1048162/ph/news-main_mpu', [300, 250], 'div-gpt-ad-1608230069741-1').setTargeting('lazyload').addService(googletag.pubads()); slot3 = googletag.defineSlot('/1048162/ph/news-main_mid', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230069741-2').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot4 = googletag.defineSlot('/1048162/ph/news-main_bot', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230069741-3').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot5 = googletag.defineSlot('/1048162/ph/news-main_skin', [1, 1], 'div-gpt-ad-1608230069741-4').defineSizeMapping(skinMapping).setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/news-main_pixel-1', [1, 1], 'div-gpt-ad-1608230069741-5').setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/news-main_pixel-2', [1, 1], 'div-gpt-ad-1608230069741-6').setTargeting('lazyload').addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().setTargeting("topic","Energy"); googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 100, mobileScaling: 2.0 }); googletag.enableServices(); googletag.pubads().setTargeting("environment","production"); gptSlots.push(slot1, slot2, slot3, slot4, slot5); }); </script> <!-- ADVERTISING - END --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4050390-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4050390-1'); </script> <script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-4050390-1", {"cookieDomain":"auto"});ga("require", "linkid", "linkid.js");ga("require", "displayfeatures");ga("set", "dimension14", "3ce4059e-a785-4358-9f33-210aaaa19f86");</script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KSBMMTW');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1690315']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img06.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <!-- Poool Tracking --> <script id="poool-engage" src="https://assets.poool.fr/engage.min.js" async></script> <script> const script = document.getElementById('poool-engage'); script.addEventListener('load', function() { Engage.init('B7H7E-5SALK-J1YCN-ZNZ63') .autoCreate(); }); </script> <!-- Poool Tracking End--> <!--Pushly Code--> <script src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC" async></script> <script> window.PushlySDK = window.PushlySDK || []; function pushly() { window.PushlySDK.push(arguments) } pushly('load', { domainKey: 'JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC', sw: '/assets/pushly/pushly-sdk-worker.js' }); </script> <!--Pushly Code End--> <link rel="canonical" href="https://www.politicshome.com/news/energy.htm" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="Energy | PoliticsHome.com" /> <meta property="og:description" content="All the latest energy news, breaking news and current news from Politicshome.com." /> <meta property="og:url" content="https://www.politicshome.com/news/energy.htm" /> <meta property="og:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/share.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2020-01-20 12:19:09" /> <meta property="article:modified_time" content="2022-06-01 12:32:10" /> <meta name="Description" content="All the latest energy news, breaking news and current news from Politicshome.com." /><title> Energy | PoliticsHome.com </title></head> <body > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSBMMTW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/news/energy.htm" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWEAISDxYCHgRocmVmBUNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvY29yZS12OC5taW4uY3NzZAITDxYCHwAFRmh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2Nzcy9sYXlvdXQtdjI0Lm1pbi5jc3NkAhcPFgIfAAVRaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2Zhdmljb24tMzJ4MzIucG5nZAIYDxYCHwAFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTE2eDE2LnBuZ2QCGQ8WAh8ABVRodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvYXBwbGUtdG91Y2gtaWNvbi5wbmdkAhsPFgIfAAVVaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL3NhZmFyaS1waW5uZWQtdGFiLnN2Z2QCHA8VAjNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9qcy8zaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvZAIeD2QWBAIBDxYCHgRUZXh0BZoTIHZhciBzbG90MSxzbG90MixzbG90MyxzbG90NCxzbG90NTsKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CgogICAgICAgIGhlYWRlck1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMjAsIDBdLCBbWzMyMCwgNTBdLCBbMzIwLCAxMDBdXSkuCiAgCQkJYWRkU2l6ZShbODAxLCAwXSwgW1s0NjgsIDYwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYWRkU2l6ZShbMTIwMSwgMF0sIFtbOTcwLCA5MF0sIFs5NzAsIDI1MF0sIFs3MjgsIDkwXV0pLgogIAkJCWJ1aWxkKCk7CgogICAgICAgIGZ1bGx3aWR0aE1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMDAsIDBdLCBbMzAwLCAyNTBdKS4KICAJCQlhZGRTaXplKFs4MDEsIDBdLCBbWzQ2OCwgNjBdLCBbNzI4LCA5MF1dKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgW1s5NzAsIDkwXSwgWzk3MCwgMjUwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYnVpbGQoKTsKCiAgICAgICAgc2tpbk1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgWzEsIDFdKS4KICAJCQlidWlsZCgpOwoKICAgIHNsb3QxID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL25ld3MtbWFpbl9oZWFkZXInLCBbWzMyMCwgNTBdLCBbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFszMjAsIDEwMF0sIFsxLCAxXSwgWzcyOCwgOTBdXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTc0MS0wJykuZGVmaW5lU2l6ZU1hcHBpbmcoaGVhZGVyTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3QyID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL25ld3MtbWFpbl9tcHUnLCBbMzAwLCAyNTBdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzQxLTEnKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgc2xvdDMgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvbmV3cy1tYWluX21pZCcsIFtbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFs3MjgsIDkwXSwgWzMwMCwgMjUwXV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3NDEtMicpLmRlZmluZVNpemVNYXBwaW5nKGZ1bGx3aWR0aE1hcHBpbmcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBzbG90NCA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9uZXdzLW1haW5fYm90JywgW1s5NzAsIDI1MF0sIFs5NzAsIDkwXSwgWzcyOCwgOTBdLCBbMzAwLCAyNTBdXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTc0MS0zJykuZGVmaW5lU2l6ZU1hcHBpbmcoZnVsbHdpZHRoTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3Q1ID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL25ld3MtbWFpbl9za2luJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzQxLTQnKS5kZWZpbmVTaXplTWFwcGluZyhza2luTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9uZXdzLW1haW5fcGl4ZWwtMScsIFsxLCAxXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTc0MS01Jykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9uZXdzLW1haW5fcGl4ZWwtMicsIFsxLCAxXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTc0MS02Jykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5kaXNhYmxlSW5pdGlhbExvYWQoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5lbmFibGVTaW5nbGVSZXF1ZXN0KCk7CiAgICBnb29nbGV0YWcucHViYWRzKCkuY29sbGFwc2VFbXB0eURpdnMoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5zZXRUYXJnZXRpbmcoInRvcGljIiwiRW5lcmd5Iik7CiAgICBnb29nbGV0YWcucHViYWRzKCkuZW5hYmxlTGF6eUxvYWQoewogICAgICAgIGZldGNoTWFyZ2luUGVyY2VudDogMjAwLAogICAgICAgIHJlbmRlck1hcmdpblBlcmNlbnQ6IDEwMCwKICAgICAgICBtb2JpbGVTY2FsaW5nOiAyLjAKICAgIH0pOwogICAgZ29vZ2xldGFnLmVuYWJsZVNlcnZpY2VzKCk7Cmdvb2dsZXRhZy5wdWJhZHMoKS5zZXRUYXJnZXRpbmcoImVudmlyb25tZW50IiwicHJvZHVjdGlvbiIpO2QCAg8WAh8BBTIgZ3B0U2xvdHMucHVzaChzbG90MSwgc2xvdDIsIHNsb3QzLCBzbG90NCwgc2xvdDUpO2QCAhBkZBYGAgEPZBYCZg9kFgwCAQ9kFgICAQ8WAh8BBdoBPCEtLSAvMTA0ODE2Mi9waC9uZXdzLW1haW5faGVhZGVyIC0tPgo8ZGl2IGlkPSdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3NDEtMCcgY2xhc3M9InBoLWFkIj4KICA8c2NyaXB0PgogICAgZ29vZ2xldGFnLmNtZC5wdXNoKGZ1bmN0aW9uKCkgewogICAgICBnb29nbGV0YWcuZGlzcGxheSgnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzQxLTAnKTsKICAgIH0pOwogIDwvc2NyaXB0Pgo8L2Rpdj5kAgIPFgIfAQVKDQogICAgICAgICAgICA8YSBocmVmPSIvIiBjbGFzcz0ibG9nbyBoaWRlVGV4dCI+UG9saXRpY3NIb21lPC9hPg0KICAgICAgICBkAgQPFgIfAQWaIzx1bD48bGk+PGEgaHJlZj0iLyIgdGl0bGU9IlBvbGl0aWNzaG9tZS5jb20gfCBCcmVha2luZyBwb2xpdGljcyBhbmQgcG9saXRpY2FsIG5ld3MgZm9yIFdlc3RtaW5zdGVyIGFuZCB0aGUgVUsiPjxzcGFuPkhvbWU8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJub1N1YiBsaUhhc0NoaWxkcmVuIGxpT24iPjxhIGhyZWY9Ii9uZXdzLmh0bSIgY2xhc3M9Im9uIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpT24iPjxhIGhyZWY9Ii9uZXdzL2VuZXJneS5odG0iIGNsYXNzPSJvbiIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTGl2ZSB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPlRoZSBIb3VzZSBMaXZlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii90aGVob3VzZS9hYm91dC10aGUtaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vbG9uZ3JlYWRzLnBvbGl0aWNzaG9tZS5jb20vIiB0aXRsZT0iTG9uZyByZWFkcyIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuPkxvbmcgUmVhZHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50L3dpdy5odG0iIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24iIHRpdGxlPSJJbiBDb252ZXJzYXRpb24gV2l0aCI+PHNwYW4+SW4gQ29udmVyc2F0aW9uIFdpdGg8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgdGl0bGU9IlBhcnRuZXIgQ29udGVudCI+PHNwYW4+UGFydG5lciBDb250ZW50PC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL3RoZXBhdGh0b25ldHplcm8iIHRpdGxlPSJUaGUgUGF0aCBUbyBOZXQgWmVybyI+PHNwYW4+VGhlIFBhdGggVG8gTmV0IFplcm88L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgdGl0bGU9IkdyZWVuaW5nIHRoZSBOYXRpb24iPjxzcGFuPkdyZWVuaW5nIHRoZSBOYXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9odWIvdGhlLWhvdXNlLWNvbm5lY3RpbmctY29tbXVuaXRpZXMiIHRpdGxlPSJDb25uZWN0aW5nIGNvbW11bml0aWVzIj48c3Bhbj5Db25uZWN0aW5nIENvbW11bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvaHViL2VuZ2luZWVyaW5nLWEtYmV0dGVyLXdvcmxkIiB0aXRsZT0iRW5naW5lZXJpbmcgYSBiZXR0ZXIgd29ybGQiPjxzcGFuPkVuZ2luZWVyaW5nIGEgQmV0dGVyIFdvcmxkPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJCZWNvbWUgYSBNZW1iZXIiPjxzcGFuPkJlY29tZSBhIE1lbWJlcjwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSIvZXZlbnRzLmh0bSIgdGl0bGU9IkV2ZW50cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iTWVtYmVycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iTWVtYmVycyI+PHNwYW4+TWVtYmVyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tb3JlLmh0bSIgdGl0bGU9Ik1vcmUiPjxzcGFuPk1vcmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21vcmUvcG9kY2FzdHMuaHRtIiB0aXRsZT0iUG9kY2FzdHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Qb2RjYXN0czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvcnNzLWZlZWRzLmh0bSIgdGl0bGU9IlJTUyBGZWVkcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlJTUyBGZWVkczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvY29udGFjdC11cy5odG0iIHRpdGxlPSJDb250YWN0IFVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29udGFjdCBVczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvYWJvdXQtcG9saXRpY3Nob21lLmh0bSIgdGl0bGU9IkFib3V0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+QWJvdXQgUG9saXRpY3NIb21lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9tYXJrZXRpbmctb3Bwb3J0dW5pdGllcy5odG0iIHRpdGxlPSJNYXJrZXRpbmcgT3Bwb3J0dW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1hcmtldGluZyBPcHBvcnR1bml0aWVzPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPmQCBQ8WAh4HVmlzaWJsZWcWAgIBDxYCHwEFtA08dWwgY2xhc3M9Im5hdiBsZXZlbDIiPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9jb3N0LW9mLWxpdmluZy5odG0iICAgdGl0bGU9IkNvc3Qgb2YgTGl2aW5nIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29zdCBvZiBMaXZpbmc8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiAgIHRpdGxlPSJDb21tdW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbW11bml0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2N1bHR1cmUuaHRtIiAgIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9kZWZlbmNlLmh0bSIgICB0aXRsZT0iRGVmZW5jZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkRlZmVuY2U8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iICAgdGl0bGU9IkVjb25vbXkgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FY29ub215PC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2VkdWNhdGlvbi5odG0iICAgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0ib24iPjxhIGhyZWY9Ii9uZXdzL2VuZXJneS5odG0iICAgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9lbnZpcm9ubWVudC5odG0iICAgdGl0bGU9IkVudmlyb25tZW50IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW52aXJvbm1lbnQ8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgICB0aXRsZT0iRm9yZWlnbiBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Rm9yZWlnbiBBZmZhaXJzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2hlYWx0aC1jYXJlLmh0bSIgICB0aXRsZT0iSGVhbHRoICYgQ2FyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhlYWx0aCAmIENhcmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvaG9tZS1hZmZhaXJzLmh0bSIgICB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL3BvbGl0aWNhbC1wYXJ0aWVzLmh0bSIgICB0aXRsZT0iUG9saXRpY2FsIFBhcnRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Qb2xpdGljYWwgUGFydGllczwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iICAgdGl0bGU9IlNvY2lhbCBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+U29jaWFsIEFmZmFpcnM8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvdHJhbnNwb3J0Lmh0bSIgICB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT4NCjwvbGk+PC91bD5kAgcPFgIfAQWsHTx1bD48bGk+PGEgaHJlZj0iLyIgdGl0bGU9IlBvbGl0aWNzaG9tZS5jb20gfCBCcmVha2luZyBwb2xpdGljcyBhbmQgcG9saXRpY2FsIG5ld3MgZm9yIFdlc3RtaW5zdGVyIGFuZCB0aGUgVUsiPjxzcGFuPkhvbWU8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJub1N1YiBsaUhhc0NoaWxkcmVuIGxpT24iPjxhIGhyZWY9Ii9uZXdzLmh0bSIgY2xhc3M9Im9uIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpT24iPjxhIGhyZWY9Ii9uZXdzL2VuZXJneS5odG0iIGNsYXNzPSJvbiIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTGl2ZSB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPlRoZSBIb3VzZSBMaXZlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii90aGVob3VzZS9hYm91dC10aGUtaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vbG9uZ3JlYWRzLnBvbGl0aWNzaG9tZS5jb20vIiB0aXRsZT0iTG9uZyByZWFkcyIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuPkxvbmcgUmVhZHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50L3dpdy5odG0iIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQuaHRtIiB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSIvZXZlbnRzLmh0bSIgdGl0bGU9IkV2ZW50cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iTWVtYmVycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iTWVtYmVycyI+PHNwYW4+TWVtYmVyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tb3JlLmh0bSIgdGl0bGU9Ik1vcmUiPjxzcGFuPk1vcmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL21vcmUvcG9kY2FzdHMuaHRtIiB0aXRsZT0iUG9kY2FzdHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Qb2RjYXN0czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvcnNzLWZlZWRzLmh0bSIgdGl0bGU9IlJTUyBGZWVkcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlJTUyBGZWVkczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvY29udGFjdC11cy5odG0iIHRpdGxlPSJDb250YWN0IFVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29udGFjdCBVczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvYWJvdXQtcG9saXRpY3Nob21lLmh0bSIgdGl0bGU9IkFib3V0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+QWJvdXQgUG9saXRpY3NIb21lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9tYXJrZXRpbmctb3Bwb3J0dW5pdGllcy5odG0iIHRpdGxlPSJNYXJrZXRpbmcgT3Bwb3J0dW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1hcmtldGluZyBPcHBvcnR1bml0aWVzPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPmQCCA9kFgICAQ8PZBYCHgtwbGFjZWhvbGRlcgUPRW50ZXIga2V5d29yZC9zZAIDD2QWAgIDD2QWAmYPZBYEAgEPZBYCAgEPFgIfAQUGRW5lcmd5ZAICD2QWBgIBD2QWAgIBDxYCHwJnFgQCAQ8WBB8BBS48c3BhbiBjbGFzcz0ibnQtY2F0IGg1Ij5FZGl0b3IncyBjaG9pY2U8L3NwYW4+HwJnZAICDxYEHwEFXjxzcGFuIGNsYXNzPSJudC1saW5rIj48YSBjbGFzcz0iaWNvbiBpY29uLS1hbGwiIGhyZWY9Ii9uZXdzL2VkaXRvcnMtY2hvaWNlLmh0bSI+QWxsPC9hPjwvc3Bhbj4fAmdkAgMPZBYEAgEPFgIfAmcWAgIBDxYEHwEFKjxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPkVuZXJneSBuZXdzPC9zcGFuPh8CZ2QCAg9kFgJmD2QWBGYPDxYCHwJoZBYCAgEPFgIeC18hSXRlbUNvdW50AgcWDgIBD2QWBmYPFQECb25kAgEPZBYCZg8VAwo/bmV3c19wZz0xAm9uATFkAgMPDxYKHg9Db21tYW5kQXJndW1lbnQFATEfAQUBMR4IQ3NzQ2xhc3MFAm9uHgRfIVNCAgIfAmhkZAICD2QWBmYPFQEAZAIBD2QWAmYPFQMKP25ld3NfcGc9MgABMmQCAw8PFgofBQUBMh8BBQEyHwZlHwcCAh8CaGRkAgMPZBYGZg8VAQBkAgEPZBYCZg8VAwo/bmV3c19wZz0zAAEzZAIDDw8WCh8FBQEzHwEFATMfBmUfBwICHwJoZGQCBA9kFgZmDxUBAGQCAQ9kFgJmDxUDCj9uZXdzX3BnPTQAATRkAgMPDxYKHwUFATQfAQUBNB8GZR8HAgIfAmhkZAIFD2QWBmYPFQEAZAIBD2QWAmYPFQMKP25ld3NfcGc9NQABNWQCAw8PFgofBQUBNR8BBQE1HwZlHwcCAh8CaGRkAgYPZBYGZg8VAQRuZXh0ZAIBD2QWAmYPFQMKP25ld3NfcGc9MgRuZXh0BCZndDtkAgMPDxYKHwUFATIfAQUEJmd0Ox8GBQRuZXh0HwcCAh8CaGRkAgcPZBYGZg8VAQRsYXN0ZAIBD2QWAmYPFQMLP25ld3NfcGc9NDEEbGFzdAgmZ3Q7Jmd0O2QCAw8PFgofBQUCNDEfAQUIJmd0OyZndDsfBgUEbGFzdB8HAgIfAmhkZAICDw8WAh8CZ2QWAgIBDxYCHwQCBxYOAgEPZBYGZg8VAQJvbmQCAQ9kFgJmDxUDCj9uZXdzX3BnPTECb24BMWQCAw8PFgofBQUBMR8BBQExHwYFAm9uHwcCAh8CaGRkAgIPZBYGZg8VAQBkAgEPZBYCZg8VAwo/bmV3c19wZz0yAAEyZAIDDw8WCh8FBQEyHwEFATIfBmUfBwICHwJoZGQCAw9kFgZmDxUBAGQCAQ9kFgJmDxUDCj9uZXdzX3BnPTMAATNkAgMPDxYKHwUFATMfAQUBMx8GZR8HAgIfAmhkZAIED2QWBmYPFQEAZAIBD2QWAmYPFQMKP25ld3NfcGc9NAABNGQCAw8PFgofBQUBNB8BBQE0HwZlHwcCAh8CaGRkAgUPZBYGZg8VAQBkAgEPZBYCZg8VAwo/bmV3c19wZz01AAE1ZAIDDw8WCh8FBQE1HwEFATUfBmUfBwICHwJoZGQCBg9kFgZmDxUBBG5leHRkAgEPZBYCZg8VAwo/bmV3c19wZz0yBG5leHQEJmd0O2QCAw8PFgofBQUBMh8BBQQmZ3Q7HwYFBG5leHQfBwICHwJoZGQCBw9kFgZmDxUBBGxhc3RkAgEPZBYCZg8VAws/bmV3c19wZz00MQRsYXN0CCZndDsmZ3Q7ZAIDDw8WCh8FBQI0MR8BBQgmZ3Q7Jmd0Ox8GBQRsYXN0HwcCAh8CaGRkAgUPZBYCAgEPFgIfAmcWBAIBDxYEHwEFJTxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPkV2ZW50czwvc3Bhbj4fAmdkAgIPFgQfAQVRPHNwYW4gY2xhc3M9Im50LWxpbmsiPjxhIGNsYXNzPSJpY29uIGljb24tLWFsbCIgaHJlZj0iL2V2ZW50cy5odG0iPkFsbDwvYT48L3NwYW4+HwJnZAIFD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmDxYCHwEFggQ8ZGl2IGNsYXNzPSJoMyI+U2lnbiB1cCBmb3Igb3VyIG5ld3NsZXR0ZXJzPC9kaXY+DQo8ZGl2IGNsYXNzPSJmdHItc3VicyBjbGVhckZpeCI+DQogICAgPGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9hY2NvdW50Lmh0bSI+DQogICAgPGRpdiBjbGFzcz0iZnRycy1pbWciPg0KICAgICAgICA8aW1nIGNsYXNzPSJsYXp5bG9hZCIgZGF0YS1zcmM9Ii91Z2MtMS91cGxvYWRzL3BhZ2VibG9ja3MvMTEwNjkvMTk5ZDJlNjFiMjk2MWQ4NjQ1NjRhMTQ5YWFkM2ZlOTEucG5nIiBhbHQ9IlN1YnNjcmliZSIgLz4NCiAgICA8L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJmdHJzLXRleHQiPg0KICAgICAgICA8cD5HZXQgZGFpbHkgbmV3cyBhbGVydHMgYW5kIHdlZWtlbmQgcm91bmQtdXBzIHN0cmFpZ2h0IHRvIHlvdXIgaW5ib3guPC9wPg0KICAgICAgICA8cD48c3BhbiBjbGFzcz0iYnRuIGJ0bi0tYmxhY2siPlN1YnNjcmliZTwvc3Bhbj48L3A+DQogICAgPC9kaXY+DQogICAgPC9hPg0KPC9kaXY+ZGQAUSxJjrkq7mDzp3g+elpdAPzEs/7o5ifLVB5e8VW/HA==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=MzT3Q6S_Fy_f5vs8w9qk8au_hABbwRZeFSwXUXMeGLQgUOJFmO7B5e8DsWiWu3SE5rPtKWnQFGcd8SW33UySGdoPrSp32sShIk-vpMe9B9I1&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&t=ffffffffc820c398" type="text/javascript"></script> <header> <noscript> <div class="msg msgError nojavascript"> <p> This site requires JavaScript for certain functions and interactions to work. Please turn on JavaScript for the best possible experience.</p> </div> </noscript> <div class="hdr-ad"> <div class="row--ad"> <!-- /1048162/ph/news-main_header --> <div id='div-gpt-ad-1608230069741-0' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-0'); }); </script> </div> </div> </div> <div class="hdr-top"> <!--<div class="hdr-pDods"> <a href="http://www.dodsgroup.com/" target="_blank">Part of the DODS Group <span> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/icons/dods_icon.svg" alt="DODS Group Logo" /> </span> </a> </div>--> <div class="hdr-topRight"> <div class="hdr-social"> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> <div class="burger"> <div class="hamburger"> <span></span> </div> <div class="b-label">Menu</div> </div> </div> </div> <div class="hdr-main"> <div class="hdr-date">Wed, <span>27 November 2024</span></div> <a href="/" class="logo hideText">PoliticsHome</a> <div id="hdr_divPersonalise" class="hdr-promo hdr-promo--personalize"> <div class="promo-text"> <p class="arial">Newsletter sign-up</p> <a class="btn btn--outlineWhite btn--xsmall" href="/account.htm">Subscribe now</a> </div> <div class="promo-img"> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/promo/promo-1.png" /> </div> </div> </div> <div class="hdr-nav"> <div class="nav-main"> <nav class="menu"> <ul><li><a href="/" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren liOn"><a href="/news.htm" class="on" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li class="liOn"><a href="/news/energy.htm" class="on" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren"><a href="/thehouse.htm" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a><ul><li><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a></li></ul></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a><ul><li><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a></li><li><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a></li><li><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a></li><li><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a></li><li><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a></li></ul></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="nav-search icon icon--search"><span>Search</span></div> </div> <div class="nav-sub"> <nav class="greedy-nav"> <ul class="nav level2"><li class=""><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a> </li><li class=""><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a> </li><li class=""><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a> </li><li class=""><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a> </li><li class=""><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a> </li><li class=""><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a> </li><li class="on"><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a> </li><li class=""><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a> </li><li class=""><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a> </li><li class=""><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a> </li><li class=""><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a> </li><li class=""><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a> </li><li class=""><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a> </li><li class=""><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a> </li></ul> <ul class="hidden-links hidden"></ul> <div class="gn-more"> <span class="icon icon--minusSlim">More</span> </div> </nav> </div> <div class="nav-bottom"> <div class="nav-reg"> <ul> <li><a href="/account.htm"><span>Newsletter Signup</span></a></li> </ul> </div> <div class="nav-social"> <p>Follow us:</p> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> </div> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logos/ph-100.svg" /> </a> <nav class="sticky-nav"> <ul><li><a href="/" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren liOn"><a href="/news.htm" class="on" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li class="liOn"><a href="/news/energy.htm" class="on" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren"><a href="/thehouse.htm" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="sticky-srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> </div> </div> <div class="search-overlay"> <div id="hdr_pnlSearch" class="hdr-searchBar" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'hdr_btnSearch')"> <input name="ctl00$hdr$txtSearch" type="text" id="hdr_txtSearch" class="text sb-keyword" placeholder="Enter keyword/s" /> <input type="submit" name="ctl00$hdr$btnSearch" value="Search" id="hdr_btnSearch" class="btn sb-btn" /> </div> <span class="search-close icon icon--close"></span> </div> <main> <div class="template template--1col "> <div class="container"> <div class="row"> <div class="cols cols--featured"> <div class="col col--50"> <div class="news-title"> <span class="nt-cat h5">Featured</span> </div> <div class="news-list news-list--featured"> <div class="news-item"> <div class="ni-img-wrap"> <div class="ni-image "> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_235,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg 450w" class="lazyload" alt="Energy Committee Chair Hopes Trump Will 'Follow The Money' On Net Zero"> </a> </div> </div> <div class="ni-content"> <div class="ni-title h4"> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero">Energy Committee Chair Hopes Trump Will "Follow The Money" On Net Zero</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-15T11:45" title="15 November 2024 at 11:45">15 Nov</time></span> <span class="ni-cat">Energy</span> </div> <div class="ni-desc"> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero">Bill Esterson, chair of the energy committee, believes president-elect Donald Trump will want to "follow the money" on energy policy and not bring about a "dramatic" shift in the US approach to tackling climate change.</a> </div> </div> </div> </div> <div class="news-list news-list--x3 news-list--featSub"> <div class="news-item"> <div class="ni-image "> <a href="/news/article/committee-chair-says-finding-money-climate-goals-biggest-challenge-cop29"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg 340w" class="lazyload" alt="Committee Chair Says Finding Money For Climate Goals Will Be Biggest Challenge For COP29"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-11T13:06" title="11 November 2024 at 13:06">11 Nov</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div class="ni-title"> <a href="/news/article/committee-chair-says-finding-money-climate-goals-biggest-challenge-cop29">Committee Chair Says Finding Money For Climate Goals Will Be Biggest Challenge For COP29</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/bolt-blue-inside-energy-revolution"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_10/Adam_Bell-Bolt_blue_zu0fyp.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/Adam_Bell-Bolt_blue_zu0fyp.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_10/Adam_Bell-Bolt_blue_zu0fyp.jpg 340w" class="lazyload" alt="A Bolt From The Blue: Inside Britain's Energy Revolution"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-14T15:39" title="14 October 2024 at 15:39">14 Oct</time></span> <span class="ni-cat">Energy</span> </div> <div class="ni-title"> <a href="/news/article/bolt-blue-inside-energy-revolution">A Bolt From The Blue: Inside Britain's Energy Revolution</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/government-must-learn-from-poor-energy-transitions-says-climate-appg-chair"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_08/2X99NTK_wvm35h.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_08/2X99NTK_wvm35h.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_08/2X99NTK_wvm35h.jpg 340w" class="lazyload" alt="New Climate APPG Chair Says Government Must Learn From 'Poor' Energy Transitions Like Margaret Thatcher's Mine Closures"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-08-19T10:00" title="19 August 2024 at 10:00">19 Aug</time></span> <span class="ni-cat">Energy</span> </div> <div class="ni-title"> <a href="/news/article/government-must-learn-from-poor-energy-transitions-says-climate-appg-chair">New Climate APPG Chair Says Government Must Learn From "Poor" Energy Transitions Like Margaret Thatcher's Mine Closures</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/environment-appg-cross-part-alistair-strathern-labour-green-prosperity-plan"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_08/2RM9E0E_1_y3gbot.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_08/2RM9E0E_1_y3gbot.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_08/2RM9E0E_1_y3gbot.jpg 340w" class="lazyload" alt="Rachel Reeves Aide Aims To Pull Green Agenda Away From The 'Culture War'"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-08-11T07:00" title="11 August 2024 at 07:00">11 Aug</time></span> <span class="ni-cat">Energy</span> </div> <div class="ni-title"> <a href="/news/article/environment-appg-cross-part-alistair-strathern-labour-green-prosperity-plan">Rachel Reeves Aide Aims To Pull Green Agenda Away From The "Culture War"</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/government-new-gb-energy-partners-with-crown-estate"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_07/2XM2APM_trntit.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_07/2XM2APM_trntit.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_07/2XM2APM_trntit.jpg 340w" class="lazyload" alt="Government's New GB Energy Will Partner With Crown Estate"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-07-25T14:25" title="25 July 2024 at 14:25">25 Jul</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div class="ni-title"> <a href="/news/article/government-new-gb-energy-partners-with-crown-estate">Government's New GB Energy Will Partner With Crown Estate</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/kings-speech-new-labour-government-economy-railways-energy"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_07/2XJ9E7N_b5zhl2.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_07/2XJ9E7N_b5zhl2.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_07/2XJ9E7N_b5zhl2.jpg 340w" class="lazyload" alt="Growth, Railways And Energy Focus Of Labour Government's First King's Speech"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-07-17T14:15" title="17 July 2024 at 14:15">17 Jul</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div class="ni-title"> <a href="/news/article/kings-speech-new-labour-government-economy-railways-energy">Growth, Railways And Energy Focus Of Labour Government's First King's Speech</a> </div> </div> </div> </div> </div> <div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">The House Live</span> </div> <div class="news-list news-list--x1 news-list--slimImg"> <div class="news-item"> <div class="ni-image "> <a href="/members/article/lessons-europe-decarbonising-home-heating"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg 340w" class="lazyload" alt="Lessons from Europe in decarbonising home heating"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T08:00" title="26 November 2024 at 08:00">26 Nov</time></span> <span class="ni-cat">Energy</span> </div> <div Class="ni-sponsor">By <a href="/members/profile/cadent">Cadent</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Cadent', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/lessons-europe-decarbonising-home-heating">Lessons from Europe in decarbonising home heating</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/greening-nation-2024"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg 340w" class="lazyload" alt="Greening the Nation 2024"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T09:25" title="25 November 2024 at 09:25">25 Nov</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/total-politics-impact.htm">Total Politics Impact</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/greening-nation-2024">Greening the Nation 2024</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/renewables-biomethane-lead-charge"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg 340w" class="lazyload" alt="Renewables and biomethane lead the charge"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T08:20" title="25 November 2024 at 08:20">25 Nov</time></span> <span class="ni-cat">Energy</span> </div> <div Class="ni-sponsor">By <a href="/news/author/natascha-engel.htm">Natascha Engel</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Natascha Engel', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/renewables-biomethane-lead-charge">Renewables and biomethane lead the charge</a> </div> </div> </div> </div> </div> <div class="col col--25 "> <div class="news-title"> <span class="nt-cat h5">Most read</span> </div> <div class="news-list news-list--sqThumb "> <div class="news-item"> <div class="ni-image"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg" class="lazyload" alt="Labour MP Calls For Electoral Reform After 'Most Disproportionate' General Election Result Ever"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever">Labour MP Calls For Electoral Reform After "Most Disproportionate" General Election Result Ever</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> </div> </div><div Class="news-item news-item--is-ad"><div Class="col--ad"><div id='div-gpt-ad-1608230069741-1' class='ph-ad'><script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-1'); });</script></div></div></div><div class="news-item"> <div class="ni-image"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/E70875_sygw8e.jpg" class="lazyload" alt="Labour MPs Push For 'Healthier' Parliament By Tightening Alcohol Sales And Creating More Natural Light"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting">Labour MPs Push For "Healthier" Parliament By Tightening Alcohol Sales And Creating More Natural Light</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T13:35" title="25 November 2024 at 13:35">25 Nov</time></span> <span class="ni-cat"><a href="/news/tag/parliament.htm?filter=3022">Parliament</a></span> </div> </div> </div><div Class="news-item news-item--is-ad"><div Class="col--ad"><div id='div-gpt-ad-1608230069741-1' class='ph-ad'><script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-1'); });</script></div></div></div><div class="news-item"> <div class="ni-image"> <a href="/thehouse/article/government-tackle-distrust-politics-voting-system"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2XFN25F_n6gsum.jpg" class="lazyload" alt="The government must tackle distrust in politics – starting with our voting system"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-title"> <a href="/thehouse/article/government-tackle-distrust-politics-voting-system">The government must tackle distrust in politics – starting with our voting system</a> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/alex-sobel.htm">Alex Sobel MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alex Sobel MP', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> </div> </div><div Class="news-item news-item--is-ad"><div Class="col--ad"><div id='div-gpt-ad-1608230069741-1' class='ph-ad'><script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-1'); });</script></div></div></div> </div> </div> </div> </div> <div class="row row--black row--hasTitle row--hasLink"> <div class="news-title"> <span class="nt-cat h5">Editor's choice</span><span class="nt-link"><a class="icon icon--all" href="/news/editors-choice.htm">All</a></span> </div> <div class="news-list news-list--x3 "><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg 480w" class="lazyload" alt="Interview: Joe Fortune, the quietly powerful Co-operative Party general secretary"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-16T09:00" title="16 October 2024 at 09:00">16 Oct</time></span> <span class="ni-cat">Economy</span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/sienna-rodgers.htm">Sienna Rodgers</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sienna Rodgers', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary">Interview: Joe Fortune, the quietly powerful Co-operative Party general secretary</a> </div> <div class="ni-desc"> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary">An actual giant of the labour movement? Sienna Rodgers speaks to the tall and quietly powerful Co-operative Party general secretary, Joe Fortune. Photography by Elio Zhang</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/fish-disco-hinkley-point-c-nuclear-energy"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/nuclear_fish_to_use_ffrrif.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_10/nuclear_fish_to_use_ffrrif.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/nuclear_fish_to_use_ffrrif.jpg 480w" class="lazyload" alt="A nuclear kettle of fish at Hinkley Point C"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-15T16:00" title="15 October 2024 at 16:00">15 Oct</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/tali-fraser.htm">Tali Fraser</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Tali Fraser', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/fish-disco-hinkley-point-c-nuclear-energy">A nuclear kettle of fish at Hinkley Point C</a> </div> <div class="ni-desc"> <a href="/thehouse/article/fish-disco-hinkley-point-c-nuclear-energy">Is a trawler’s worth of fish getting in the way of our nuclear ambitions? Tali Fraser investigates something fishy going on around Hinkley Point C</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/sarah-jones-the-possibility-us-able-import-carbon-incredibly-exciting"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/sarah_jones-0010_copy_l3ktlc.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_10/sarah_jones-0010_copy_l3ktlc.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_10/sarah_jones-0010_copy_l3ktlc.jpg 480w" class="lazyload" alt="Sarah Jones: 'The possibility of us being able to import carbon is incredibly exciting'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-14T11:00" title="14 October 2024 at 11:00">14 Oct</time></span> <span class="ni-cat">Energy</span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/sienna-rodgers.htm">Sienna Rodgers</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sienna Rodgers', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/sarah-jones-the-possibility-us-able-import-carbon-incredibly-exciting">Sarah Jones: 'The possibility of us being able to import carbon is incredibly exciting'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/sarah-jones-the-possibility-us-able-import-carbon-incredibly-exciting">Energy minister Sarah Jones talks to Sienna Rodgers about the government’s commitment to carbon capture and storage, why the UK has struggled to attract investment, and the shake-up in No 10</a> </div> </div> </div></div> </div><div class="row row--ad"> <!-- /1048162/ph/news-main_mid --> <div id='div-gpt-ad-1608230069741-2' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-2'); }); </script> </div> </div> <div class="row row--hasTitle"> <div class="news-title"> <span class="nt-cat h5">Energy news</span> </div> <div class="news-list news-list--x4 "><div class="news-item"> <div class="ni-image "> <a href="/members/article/lessons-europe-decarbonising-home-heating"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Cadent_-_AdobeStock_305789573_xy5jk7.jpg 340w" class="lazyload" alt="Lessons from Europe in decarbonising home heating"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T08:00" title="26 November 2024 at 08:00">26 Nov</time></span> <span class="ni-cat"> <a href="/news/energy.htm">Energy</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/cadent">Cadent</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Cadent', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/lessons-europe-decarbonising-home-heating">Lessons from Europe in decarbonising home heating</a> </div> <div class="ni-desc"> <a href="/members/article/lessons-europe-decarbonising-home-heating">Whilst much focus is on the government’s mission for clean power, Dr Tony Ballance, chief strategy and regulation officer at Cadent, underlines that the UK also needs to address the reality that a large proportion of homes are currently heated by using natural gas.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/greening-nation-2024"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_498226336_COVER_V1-03a_ks0kg9.jpg 340w" class="lazyload" alt="Greening the Nation 2024"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T09:25" title="25 November 2024 at 09:25">25 Nov</time></span> <span class="ni-cat"> Environment </span> </div> <div Class="ni-sponsor">By <a href="/news/author/total-politics-impact.htm">Total Politics Impact</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/greening-nation-2024">Greening the Nation 2024</a> </div> <div class="ni-desc"> <a href="/members/article/greening-nation-2024">The signing of the Paris Agreement in 2016 represented a key moment in the global commitment to address climate change. This pledge − to keep the rise in global temperature well below 2C, ideally limiting it to 1.5C − continues to be a critical benchmark worldwide. With COP29 having just concluded in Baku, the international community is once again focused on how to collectively address this issue.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/renewables-biomethane-lead-charge"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Natascha_Engel_-_AdobeStock_hluqn8.jpg 340w" class="lazyload" alt="Renewables and biomethane lead the charge"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T08:20" title="25 November 2024 at 08:20">25 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/news/author/natascha-engel.htm">Natascha Engel</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Natascha Engel', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/renewables-biomethane-lead-charge">Renewables and biomethane lead the charge</a> </div> <div class="ni-desc"> <a href="/thehouse/article/renewables-biomethane-lead-charge">As the government announces its aim to reduce the UK’s carbon emissions, former Labour MP Natascha Engel explores how biomethane can play a role in helping the UK meet its net-zero targets</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/world-disasters-expose-true-cost-fossil-fuel-dependency"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Barry_Gardiner_-AdobeStock_729288652_c4ubik.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Barry_Gardiner_-AdobeStock_729288652_c4ubik.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Barry_Gardiner_-AdobeStock_729288652_c4ubik.jpg 340w" class="lazyload" alt="World disasters expose the true cost of fossil fuel dependency"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T08:10" title="25 November 2024 at 08:10">25 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/barry-gardiner.htm">Barry Gardiner MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Barry Gardiner MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/world-disasters-expose-true-cost-fossil-fuel-dependency">World disasters expose the true cost of fossil fuel dependency</a> </div> <div class="ni-desc"> <a href="/thehouse/article/world-disasters-expose-true-cost-fossil-fuel-dependency">As climate disasters take place across the world, the true cost of fossil fuel reliance comes into stark focus. With billions spent on subsidies and climate commitments unmet, Barry Gardiner MP, chair of the Climate, Nature and Security APPG, asks: will leaders finally act before the next disaster strikes?</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/uks-fusion-energy-sector-shaping-clean-secure-thriving-future"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/James_Naish-United_Kingdom_Atomic_Energy_nxysso.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/James_Naish-United_Kingdom_Atomic_Energy_nxysso.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/James_Naish-United_Kingdom_Atomic_Energy_nxysso.jpg 340w" class="lazyload" alt="How the UK’s fusion energy sector is shaping a clean, secure and thriving future"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T07:55" title="25 November 2024 at 07:55">25 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/james-naish.htm">James Naish MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'James Naish MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/uks-fusion-energy-sector-shaping-clean-secure-thriving-future">How the UK’s fusion energy sector is shaping a clean, secure and thriving future</a> </div> <div class="ni-desc"> <a href="/thehouse/article/uks-fusion-energy-sector-shaping-clean-secure-thriving-future">As fusion energy approaches a breakthrough in transforming global power, the UK stands at the forefront. James Naish MP, chair of the Fusion Energy APPG, believes the UK is well-positioned to achieve a low-carbon future and strengthen its position as a global leader in clean energy innovation</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/teesside-leading-way-netzero-creating-jobs-futureproofing-economy"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/L.Houchen_-_AdobeStock_285222330_xcce23.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/L.Houchen_-_AdobeStock_285222330_xcce23.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/L.Houchen_-_AdobeStock_285222330_xcce23.jpg 340w" class="lazyload" alt="Teesside leading the way to net-zero, creating jobs and future-proofing the economy"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T07:50" title="25 November 2024 at 07:50">25 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By Ben Houchen</div><script>ga('send', 'event', 'Image', 'Impression', 'Ben Houchen', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/teesside-leading-way-netzero-creating-jobs-futureproofing-economy">Teesside leading the way to net-zero, creating jobs and future-proofing the economy</a> </div> <div class="ni-desc"> <a href="/thehouse/article/teesside-leading-way-netzero-creating-jobs-futureproofing-economy">Tees Valley, located in the North East, has historically been an industrial hub in the UK. Lord Houchen, the Tees Valley metro mayor, outlines new plans to build on that legacy and make it the world’s first net-zero industrial cluster by 2040</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/economic-future-depends-bold-shift-renewable-energy"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Mark_Garnier_-_AdobeStock_468156416_spcykx.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Mark_Garnier_-_AdobeStock_468156416_spcykx.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Mark_Garnier_-_AdobeStock_468156416_spcykx.jpg 340w" class="lazyload" alt="Why our economic future depends on a bold shift to renewable energy"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T07:40" title="25 November 2024 at 07:40">25 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/mark-garnier.htm">Mark Garnier MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Mark Garnier MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/economic-future-depends-bold-shift-renewable-energy">Why our economic future depends on a bold shift to renewable energy</a> </div> <div class="ni-desc"> <a href="/thehouse/article/economic-future-depends-bold-shift-renewable-energy">Our economic growth has long relied on fossil fuels, but as the climate crisis intensifies, shifting to renewable energy is essential. Mark Garnier MP highlights the challenges ahead: navigating costs, timelines and technology</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/building-greener-future"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/B._Taylor_-AdobeStock_870518516_p4c3us.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/B._Taylor_-AdobeStock_870518516_p4c3us.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/B._Taylor_-AdobeStock_870518516_p4c3us.jpg 340w" class="lazyload" alt="Building for a greener future"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T07:30" title="25 November 2024 at 07:30">25 Nov</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Baroness Taylor of Stevenage</div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Taylor of Stevenage', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/building-greener-future">Building for a greener future</a> </div> <div class="ni-desc"> <a href="/thehouse/article/building-greener-future">Aiming for 1.5 million new homes, the government plans to create affordable, eco-friendly housing that drives growth, lowers energy bills, and protects green spaces. Lords Minister for Housing and Local Government, Baroness Taylor of Stevenage, showcases the government’s plan for building a sustainable, net-zero future for all</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg 340w" class="lazyload" alt="Big tech backing nuclear is huge opportunity for Britain"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-22T08:00" title="22 November 2024 at 08:00">22 Nov</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/nuclear-industry-association-66336">Nuclear Industry Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Nuclear Industry Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain">Big tech backing nuclear is huge opportunity for Britain</a> </div> <div class="ni-desc"> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain">When Amazon announced a £380m investment in X-energy’s advanced Small Modular Reactor last month, it became clear big tech companies now view nuclear power as a leading solution for their growing energy needs. The UK must take note, writes Tom Greatrex, CEO of the Nuclear Industry Association.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/derelict-coal-terminal-drive-uks-renewable-energy-revolution"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/SQ_NewStills_1_g7zbgm.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/SQ_NewStills_1_g7zbgm.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/SQ_NewStills_1_g7zbgm.jpg 340w" class="lazyload" alt="How a derelict coal terminal will drive the UK’s renewable energy revolution"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-20T08:00" title="20 November 2024 at 08:00">20 Nov</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By Peel Ports</div><script>ga('send', 'event', 'Image', 'Impression', 'Peel Ports', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/derelict-coal-terminal-drive-uks-renewable-energy-revolution">How a derelict coal terminal will drive the UK’s renewable energy revolution</a> </div> <div class="ni-desc"> <a href="/members/article/derelict-coal-terminal-drive-uks-renewable-energy-revolution">Huge sums are being invested to transform 350 vacant acres on Scotland’s west coast to support offshore wind and solar connections, adding to the UK’s renewables supply chain infrastructure and boosting a deprived economy.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/accelerating-sustainable-resilient-energy-transition"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/WSP_header_image_xnvkfw.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/WSP_header_image_xnvkfw.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/WSP_header_image_xnvkfw.jpg 340w" class="lazyload" alt="Accelerating a sustainable and resilient energy transition"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-20T08:00" title="20 November 2024 at 08:00">20 Nov</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/wsp">WSP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'WSP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/accelerating-sustainable-resilient-energy-transition">Accelerating a sustainable and resilient energy transition</a> </div> <div class="ni-desc"> <a href="/members/article/accelerating-sustainable-resilient-energy-transition">As we face the intertwined challenges of tackling climate change and securing our future energy supply, the urgent need for a sustainable, resilient energy transition has never been clearer.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/G1JEA9_i3a1po.jpg 340w" class="lazyload" alt="Energy Committee Chair Hopes Trump Will 'Follow The Money' On Net Zero"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-15T11:45" title="15 November 2024 at 11:45">15 Nov</time></span> <span class="ni-cat"> <a href="/news/energy.htm">Energy</a> </span> </div> <div class="ni-title"> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero">Energy Committee Chair Hopes Trump Will "Follow The Money" On Net Zero</a> </div> <div class="ni-desc"> <a href="/news/article/energy-committee-chair-hopes-trump-follow-money-net-zero">Bill Esterson, chair of the energy committee, believes president-elect Donald Trump will want to "follow the money" on energy policy and not bring about a "dramatic" shift in the US approach to tackling climate change.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/trusted-deliver-britains-green-growth"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Port_of_Tyne__Van_Oord_s_Aeolus_Sofia_Offshore_Wind_Farm_eeslag.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Port_of_Tyne__Van_Oord_s_Aeolus_Sofia_Offshore_Wind_Farm_eeslag.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Port_of_Tyne__Van_Oord_s_Aeolus_Sofia_Offshore_Wind_Farm_eeslag.jpg 340w" class="lazyload" alt="Trusted to deliver Britain’s green growth"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-13T08:00" title="13 November 2024 at 08:00">13 Nov</time></span> <span class="ni-cat"> Economy </span> </div> <div Class="ni-sponsor">By Trust Ports Partnership</div><script>ga('send', 'event', 'Image', 'Impression', 'Trust Ports Partnership', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/trusted-deliver-britains-green-growth">Trusted to deliver Britain’s green growth</a> </div> <div class="ni-desc"> <a href="/members/article/trusted-deliver-britains-green-growth">Britain’s trust ports are crucial drivers of investment and the energy transition</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/committee-chair-says-finding-money-climate-goals-biggest-challenge-cop29"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2YHBRKT_rdgk9c.jpg 340w" class="lazyload" alt="Committee Chair Says Finding Money For Climate Goals Will Be Biggest Challenge For COP29"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-11T13:06" title="11 November 2024 at 13:06">11 Nov</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div class="ni-title"> <a href="/news/article/committee-chair-says-finding-money-climate-goals-biggest-challenge-cop29">Committee Chair Says Finding Money For Climate Goals Will Be Biggest Challenge For COP29</a> </div> <div class="ni-desc"> <a href="/news/article/committee-chair-says-finding-money-climate-goals-biggest-challenge-cop29">Chair of the Environmental Audit Committee, Toby Perkins, has said that money will be the biggest challenge for governments in the COP29 climate summit, at a time when there are “huge alternative uses for public money”.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/government-deliver-rural-warm-homes-plan"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/calor_24.10_crop_vpw7zh.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/calor_24.10_crop_vpw7zh.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/calor_24.10_crop_vpw7zh.jpg 340w" class="lazyload" alt="How the government can deliver a rural warm homes plan"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-25T08:00" title="25 October 2024 at 08:00">25 Oct</time></span> <span class="ni-cat"> <a href="/news/economy.htm">Economy</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/calor-gas">Calor Gas</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Calor Gas', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/government-deliver-rural-warm-homes-plan">How the government can deliver a rural warm homes plan</a> </div> <div class="ni-desc"> <a href="/members/article/government-deliver-rural-warm-homes-plan">The new government is due to deliver a warm homes plan in 2025. Current government supported energy efficiency and low-carbon heating incentives don’t offer the taxpayer value for money, particularly for rural homes. Calor outlines what measures government can take at the Budget and Spending Review to rectify this.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/footing-labours-energy-bill"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/green_consumers_1_layered_v2_-_flat_copy_-_generative_AI_extended_fn7n7u.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/green_consumers_1_layered_v2_-_flat_copy_-_generative_AI_extended_fn7n7u.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/green_consumers_1_layered_v2_-_flat_copy_-_generative_AI_extended_fn7n7u.jpg 340w" class="lazyload" alt="Who is footing Labour's energy bill?"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-24T14:53" title="24 October 2024 at 14:53">24 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/news/author/harriet-symonds.htm">Harriet Symonds</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Harriet Symonds', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/footing-labours-energy-bill">Who is footing Labour's energy bill?</a> </div> <div class="ni-desc"> <a href="/thehouse/article/footing-labours-energy-bill">Labour sold its green energy plan as a win for consumers at the election, but critics and supporters want it to be clearer on who meets the short-term bills for the long-term gain. Harriet Symonds reports</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/labours-2030-target-pipe-dream-cost-taxpayers-earth"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2X9FHP2_osml2w.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/2X9FHP2_osml2w.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2X9FHP2_osml2w.jpg 340w" class="lazyload" alt="Labour’s 2030 target is a pipe dream that will cost taxpayers the Earth"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-24T14:43" title="24 October 2024 at 14:43">24 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/andrew-bowie.htm">Andrew Bowie MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Andrew Bowie MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/labours-2030-target-pipe-dream-cost-taxpayers-earth">Labour’s 2030 target is a pipe dream that will cost taxpayers the Earth</a> </div> <div class="ni-desc"> <a href="/thehouse/article/labours-2030-target-pipe-dream-cost-taxpayers-earth">It wasn’t quite “Forward, the Light Brigade” but the hollers and whoops of enthusiasm from Labour MPs and climate lobbyists as Ed Miliband steeled them for the charge for the guns of a zero-carbon grid had a ring of “Theirs not to reason why…” about it.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/securing-netzero-future-demands-longterm-thinking-shortterm-politics"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2T4TBBC_dwncnt.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/2T4TBBC_dwncnt.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2T4TBBC_dwncnt.jpg 340w" class="lazyload" alt="Securing a net-zero future demands long-term thinking – not short-term politics"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-23T08:00" title="23 October 2024 at 08:00">23 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/joy-morrissey.htm">Joy Morrissey MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Joy Morrissey MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/securing-netzero-future-demands-longterm-thinking-shortterm-politics">Securing a net-zero future demands long-term thinking – not short-term politics</a> </div> <div class="ni-desc"> <a href="/thehouse/article/securing-netzero-future-demands-longterm-thinking-shortterm-politics">Three months on from the election and the battle lines of the political debate on net-zero and energy security are now in sharp focus.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/national-grids-alice-delahunty-2030-clean-power-target-unachievable-without-reform"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2RFB29Y_2_copy_gqgnao.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/2RFB29Y_2_copy_gqgnao.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2RFB29Y_2_copy_gqgnao.jpg 340w" class="lazyload" alt="National Grid's Alice Delahunty: 2030 clean power target is unachievable without 'reform'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-22T08:00" title="22 October 2024 at 08:00">22 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/news/author/sophie-church.htm">Sophie Church</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sophie Church', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/national-grids-alice-delahunty-2030-clean-power-target-unachievable-without-reform">National Grid's Alice Delahunty: 2030 clean power target is unachievable without "reform"</a> </div> <div class="ni-desc"> <a href="/thehouse/article/national-grids-alice-delahunty-2030-clean-power-target-unachievable-without-reform">Labour is pulling all levers to reach zero-carbon electricity by 2030. Speaking to Sophie Church, the National Grid’s Alice Delahunty warns the government risks missing its target</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/nations-future-depends-green-transition-depends-skills"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2XGBTNH_g6xa3f.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/2XGBTNH_g6xa3f.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2XGBTNH_g6xa3f.jpg 340w" class="lazyload" alt="Our nation’s future depends on the green transition – and that depends on skills"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-21T12:00" title="21 October 2024 at 12:00">21 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/bill-esterson.htm">Bill Esterson MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Bill Esterson MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/nations-future-depends-green-transition-depends-skills">Our nation’s future depends on the green transition – and that depends on skills</a> </div> <div class="ni-desc"> <a href="/thehouse/article/nations-future-depends-green-transition-depends-skills">The future of our nation depends on our approach to energy. Growth, national security, jobs, bills and Britain’s reputation for global leadership all rest on the success of the clean energy transition and the pursuit of net-zero by 2050. So, I am thrilled to have been elected as chair of the Energy Security and Net Zero Select Committee.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/uks-cable-opportunity-need-invest-power-forward"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/JDR_Cables_on_Dynamic_Test_Rig_p2ozi4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/JDR_Cables_on_Dynamic_Test_Rig_p2ozi4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/JDR_Cables_on_Dynamic_Test_Rig_p2ozi4.jpg 340w" class="lazyload" alt="The UK's cable opportunity: the need to invest to power forward"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-18T08:00" title="18 October 2024 at 08:00">18 Oct</time></span> <span class="ni-cat"> Energy </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/offshore-renewable-energy-catapult">Offshore Renewable Energy Catapult</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Offshore Renewable Energy Catapult', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uks-cable-opportunity-need-invest-power-forward">The UK's cable opportunity: the need to invest to power forward</a> </div> <div class="ni-desc"> <a href="/members/article/uks-cable-opportunity-need-invest-power-forward">Successive governments, steered by Committee on Climate Change assessment, have recognised that offshore wind will not only provide the backbone of the UK’s future clean energy system but also presents one of our largest industrial growth opportunities. Targets for its growth have become ever more ambitious as we strive towards a fully decarbonized energy system and net-zero.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/lofts-labours-cash-attic-lets-insulate-accumulate"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/M01H78_zomibe.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/M01H78_zomibe.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/M01H78_zomibe.jpg 340w" class="lazyload" alt="Lofts are Labour’s cash in the attic – let’s insulate to accumulate"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-17T09:00" title="17 October 2024 at 09:00">17 Oct</time></span> <span class="ni-cat"> <a href="/news/economy.htm">Economy</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/tom-collins-mp.htm">Tom Collins MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Tom Collins MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/lofts-labours-cash-attic-lets-insulate-accumulate">Lofts are Labour’s cash in the attic – let’s insulate to accumulate</a> </div> <div class="ni-desc"> <a href="/thehouse/article/lofts-labours-cash-attic-lets-insulate-accumulate">Why is it that we have the least well-insulated homes in Western Europe? Well, the reasons are many, but one place to look is up.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/offshore-wind-disrupt-fishing-industry"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2HMNDJW_msfcf2.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/2HMNDJW_msfcf2.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/2HMNDJW_msfcf2.jpg 340w" class="lazyload" alt="Offshore wind must not disrupt our fishing industry"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-16T11:00" title="16 October 2024 at 11:00">16 Oct</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/anna-gelderd.htm">Anna Gelderd MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Anna Gelderd MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/offshore-wind-disrupt-fishing-industry">Offshore wind must not disrupt our fishing industry</a> </div> <div class="ni-desc"> <a href="/thehouse/article/offshore-wind-disrupt-fishing-industry">For too long, the United Kingdom has relied on others for energy. But under this government we are on the verge of an energy revolution, charging forward with renewables.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_10/Joe_Fortune-09_a_hawgvs.jpg 340w" class="lazyload" alt="Interview: Joe Fortune, the quietly powerful Co-operative Party general secretary"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-16T09:00" title="16 October 2024 at 09:00">16 Oct</time></span> <span class="ni-cat"> <a href="/news/economy.htm">Economy</a> </span> </div> <div Class="ni-sponsor">By Sienna Rodgers</div><script>ga('send', 'event', 'Image', 'Impression', 'Sienna Rodgers', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary">Interview: Joe Fortune, the quietly powerful Co-operative Party general secretary</a> </div> <div class="ni-desc"> <a href="/thehouse/article/interview-joe-fortune-quietly-powerful-cooperative-party-general-secretary">An actual giant of the labour movement? Sienna Rodgers speaks to the tall and quietly powerful Co-operative Party general secretary, Joe Fortune. Photography by Elio Zhang</a> </div> </div> </div></div> <div class="paging"> <ul class="pagination"> <li class="on"> <a href="?news_pg=1" class="on">1</a> </li> <li class=""> <a href="?news_pg=2" class="">2</a> </li> <li class=""> <a href="?news_pg=3" class="">3</a> </li> <li class=""> <a href="?news_pg=4" class="">4</a> </li> <li class=""> <a href="?news_pg=5" class="">5</a> </li> <li class="next"> <a href="?news_pg=2" class="next">></a> </li> <li class="last"> <a href="?news_pg=41" class="last">>></a> </li> </ul> </div> </div><div class="row row--ad"> <!-- /1048162/ph/news-main_bot --> <div id='div-gpt-ad-1608230069741-3' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-3'); }); </script> </div> </div> <div class="row row--events row--hasTitle row--hasLink"> <div class="news-title"> <span class="nt-cat h5">Events</span><span class="nt-link"><a class="icon icon--all" href="/events.htm">All</a></span> </div> <div class="events-list flx flx--wr"><div class="event-item"> <a href="/events/view/civil-servants-guide-getting-ai-projects-off-ground"> <div class="ei-image"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_11/ai_gdxsc1.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_350,f_auto/v1/event/2024_11/ai_gdxsc1.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_11/ai_gdxsc1.jpg 510w" class="lazyload" alt="A civil servant’s guide to getting AI projects off the ground"> </div> <div class="ei-content"> <div class="ei-meta"> <div class="ei-date"> <span class="eid-m"><time datetime="2024-11-27T10:30" title="27 November 2024 at 10:30"><span class="icon icon--clock"></span>14 min</time></span> <span class="eid-y">2024</span> </div> <div class="ei-loc"> Online </div> </div> <div class="ei-title h4"> A civil servant’s guide to getting AI projects off the ground </div> </div> </a> </div><div class="event-item"> <a href="/events/view/pt-cyber-security-conference"> <div class="ei-image"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/VEC621_147_bv9ai6.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_350,f_auto/v1/event/2024_10/VEC621_147_bv9ai6.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/VEC621_147_bv9ai6.jpg 510w" class="lazyload" alt="PT Cyber Security Conference"> </div> <div class="ei-content"> <div class="ei-meta"> <div class="ei-date"> <span class="eid-m"><time datetime="2024-12-03T08:45" title="03 December 2024 at 08:45">03 Dec</time></span> <span class="eid-y">2024</span> </div> <div class="ei-loc"> The Minster Building, Central London </div> </div> <div class="ei-title h4"> PT Cyber Security Conference </div> </div> </a> </div><div class="event-item"> <a href="/events/view/women-into-leadership-manchester-89572"> <div class="ei-image"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/AdobeStock_640679517_sakarx.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_350,f_auto/v1/event/2024_10/AdobeStock_640679517_sakarx.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/AdobeStock_640679517_sakarx.jpg 510w" class="lazyload" alt="Women into Leadership - Manchester"> </div> <div class="ei-content"> <div class="ei-meta"> <div class="ei-date"> <span class="eid-m"><time datetime="2024-12-03T09:00" title="03 December 2024 at 09:00">03 Dec</time></span> <span class="eid-y">2024</span> </div> <div class="ei-loc"> Mercure Manchester Piccadilly Hotel </div> </div> <div class="ei-title h4"> Women into Leadership - Manchester </div> </div> </a> </div><div class="event-item"> <a href="/events/view/unlocking-grade-7"> <div class="ei-image"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/G7_Feature_Image_600px_bjffam.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_350,f_auto/v1/event/2024_10/G7_Feature_Image_600px_bjffam.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_510,h_510,f_auto/v1/event/2024_10/G7_Feature_Image_600px_bjffam.jpg 510w" class="lazyload" alt="Unlocking Grade 7"> </div> <div class="ei-content"> <div class="ei-meta"> <div class="ei-date"> <span class="eid-m"><time datetime="2024-12-10T09:00" title="10 December 2024 at 09:00">10 Dec</time></span> <span class="eid-y">2024</span> </div> <div class="ei-loc"> Online </div> </div> <div class="ei-title h4"> Unlocking Grade 7 </div> </div> </a> </div></div> </div> </div> </div> </main> <footer> <div class="container"> <div class="ftr-col ftr-col--left clearFix"> <div class="ftr-subsWrap"> <div class="h3">Sign up for our newsletters</div> <div class="ftr-subs clearFix"> <a href="https://www.politicshome.com/account.htm"> <div class="ftrs-img"> <img class="lazyload" data-src="/ugc-1/uploads/pageblocks/11069/199d2e61b2961d864564a149aad3fe91.png" alt="Subscribe" /> </div> <div class="ftrs-text"> <p>Get daily news alerts and weekend round-ups straight to your inbox.</p> <p><span class="btn btn--black">Subscribe</span></p> </div> </a> </div> <div class="subs-popup subs-popup--membership"> <div class="subs-close"><span class="icon icon--subsClose">Close</span></div> <div class="h4 h4--sm">Sign up to the PoliticsHome<br> newsletter today!</div> <div><a href="/account.htm" class="btn btn--outlineWhite">Find out more</a></div> </div> </div> <div class="ftr-copyWrap"> <p>Registered in England & Wales under No. 07291783</p> <p>© Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> <div class="ftr-col ftr-col--right clearFix flx flx--wr"> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Quick links</div> <ul> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li><a href="/thehouse">The House Live</a></li> <!--li><a href="/must-reads">Must Reads</a></li--> <li><a href="/events">Events</a></li> <li><a href="/members">Members' Directory</a></li> <li><a href="/more/marketing-opportunities.htm">Commercial Opportunities</a></li> <li><a href="/more/about-politicshome.htm">About Us</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">More from Total Politics</div> <ul> <li><a href="http://www.holyrood.com" target="_blank">Holyrood</a></li> <li><a href="http://www.theparliamentmagazine.eu/" target="_blank">The Parliament</a></li> <li><a href="http://www.civilserviceworld.com" target="_blank">Civil Service World</a></li> <li><a href="http://www.publictechnology.net/" target="_blank">PublicTechnology.net</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5">About Us</div> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.totalpolitics.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms & Conditions</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Services</div> <ul> <li><a href="https://www.totalpolitics.com/media/" target="_blank">Media</a></li> <li><a href="https://www.totalpolitics.com/events/" target="_blank">Events</a></li> <li><a href="https://www.totalpolitics.com/training/" target="_blank">Training</a></li> </ul> <span class="icon icon--chevDown"></span> </div> </div> </div> </footer> <div class="to-top" title="Back to top"></div> <!--Skin Ad Unit--> <!-- /1048162/ph/news-main_skin --> <div id='div-gpt-ad-1608230069741-4'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-4'); }); </script> </div> <!-- /1048162/ph/news-main_pixel-1 --> <div id='div-gpt-ad-1608230069741-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-5'); }); </script> </div> <!-- /1048162/ph/news-main_pixel-2 --> <div id='div-gpt-ad-1608230069741-6'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-6'); }); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ajax', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- Quantcast Tag --> <script async type="text/javascript"> var _qevents = _qevents || []; (function () { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct: "p-1C3fJ9awG115y" }); function dodsCheckQuantCast () { if (typeof(window.__tcfapi) !== 'function') { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('getTCData', 2, function(tcData, success) { if (!success || tcData.cmpStatus != "loaded") { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('addEventListener', 2, function(tcData, success) { if (success) { dodsGetVendorConsents(tcData); } }); } }); } } dodsCheckQuantCast(); function dodsGetVendorConsents(tcData) { // Google GDPR checks console.log('Google GDPR checks', tcData.eventStatus, tcData.gdprApplies); if(tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { if (!tcData.gdprApplies) { console.log('GDPR does not apply'); // Do nothing as all ads allowed } else { console.log('GDPR applies'); // GDPR applies // Purpose 1 refers to the storage and/or access of information on a device. var hasDeviceStorageAndAccessConsent = tcData.purpose.consents[1] || false; // Google Requires Consent for Purpose 1 console.log('Storage consent', hasDeviceStorageAndAccessConsent); if (hasDeviceStorageAndAccessConsent) { var hasGoogleAdvertisingProductsConsent = tcData.vendor.consents[755] || false; // Google Advertising (IAB Vendor ID 755) console.log('Google consent', hasGoogleAdvertisingProductsConsent); if (hasGoogleAdvertisingProductsConsent) { var hasPersonalizedProfileConsent = tcData.purpose.consents[3] || false; var hasPersonalizedAdsConsent = tcData.purpose.consents[4] || false; // Check if have add personalization consent Purpose 3 and 4 console.log('Google personalization consent', hasPersonalizedAdsConsent, hasPersonalizedProfileConsent); if( hasPersonalizedAdsConsent && hasPersonalizedProfileConsent ) { // Set request non-personalized ads to false. (do nothing as default) } else { // Set request non-personalized ads to true. googletag.cmd.push(function() { googletag.pubads().setRequestNonPersonalizedAds(1); }); } } } } // Refresh the ads after the consent has been configured googletag.cmd.push(function() { googletag.pubads().refresh(); }); } } </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-1C3fJ9awG115y.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> </div></form> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/advert.js" type="text/javascript"></script> </body> </html>