{"id":941,"date":"2023-01-09T15:43:04","date_gmt":"2023-01-09T14:43:04","guid":{"rendered":"https:\/\/windeurope.org\/annual2023\/?page_id=941"},"modified":"2023-04-18T09:48:00","modified_gmt":"2023-04-18T07:48:00","slug":"markets-theatre","status":"publish","type":"page","link":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/","title":{"rendered":"Markets Theatre"},"content":{"rendered":"<section class=\"inner\">\r\n  <div class=\"row\">\r\n    <div class=\"col-md-19 markets\">\r\n      <h3>As demand for green energy soars, wind will be key to driving the energy transition. Renewable energy has faced many headwinds and tailwinds recently, but together we can address market challenges and seize opportunities in the push toward net zero. <\/h3>\r\n      <p>Northland Power, in collaboration with WindEurope and GWEC, is hosting this year\u2019s Markets Theatre, bringing you updates and deep-dives on global drivers for renewables growth, the state of the supply chain, and key markets for wind in Europe, North America, the Asia-Pacific region, Australia and beyond.<\/p>\r\n      <p>Join industry CEOs, country delegates and market experts at the Markets Theatre right throughout WindEurope\u2019s Annual Event in Copenhagen.<\/p>\r\n      <ul>\r\n        <li><strong>When:<\/strong> 25-27 April 2023<\/li>\r\n        <li><strong>Where:<\/strong> Markets Theatre \u2013 Exhibition \u2013 Hall D<\/li>\r\n        <li> <strong>Open to:<\/strong> All visitors with a valid event ticket<\/li>\r\n      <\/ul>\r\n\r\n    <\/div>\r\n    <div class=\"col-md-5\">\r\n      <h3>Brought to you by:<\/h3>\r\n      <a href=\"https:\/\/www.northlandpower.com\/?ref=annual2023\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/images\/logos\/events\/northland-power.svg\" width=\"160\" alt=\"Northland Power\" \/><\/a>\r\n      <h3>In collaboration with:<\/h3>\r\n      <a href=\"https:\/\/gwec.net\/?ref=annual2023\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/images\/logos\/events\/gwec.svg\" width=\"160\" alt=\"GWEC\" \/><\/a> <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"inner\">\r\n<div class=\"alert alert-info\">Session details are updated regularly.<\/div>\r\n      <div class=\"session-days m-b-2\">\r\n      <a href=\"#all-days\" id=\"all-days\" class=\"selected m-r-2\">All days<\/a>\r\n      <a href=\"#day-one\" id=\"day-one\" data-date=\"2023-04-25\" class=\"m-r-2\">Day one<\/a>\r\n      <a href=\"#day-two\" id=\"day-two\" data-date=\"2023-04-26\" class=\"m-r-2\">Day two<\/a>\r\n      <a href=\"#day-three\" id=\"day-three\" data-date=\"2023-04-27\" class=\"m-r-2\">Day three<\/a>\r\n    <\/div>\r\n    <script>\r\n      jq3(function () {\r\n        if (!window.location.hash) {\r\n          \/\/ window.location.hash = \"all-days\";\r\n        }\r\n        $ = jq3;\r\n        \/\/ console.log($.fn.jquery);\r\n        topic_icons = $(\".topic-icons .topic-icon\");\r\n        sessions = $(\".sessions .session\");\r\n        session_days = $(\"div.sessions\");\r\n        topic_icons.on(\"click\", function (e) {\r\n          e.preventDefault();\r\n          sessions.closest(\".sessions\").find(\".any-sessions\").addClass(\"labeled\").fadeOut();\r\n          if ($(this).hasClass(\"selected\")) {\r\n            if (topic_icons.length == topic_icons.filter(\".selected\").length) {\r\n              topic_icons.removeClass(\"selected\");\r\n              $(this).addClass(\"selected\");\r\n              sessions.not('[data-topic=\"' + $(this).data('topic') + '\"]').removeClass(\"selected\").fadeOut();\r\n              sessions.closest(\".session-group\").fadeOut();\r\n              sessions.filter(\".selected\").closest(\".session-group\").fadeIn();\r\n            } else if (topic_icons.filter(\".selected\").length == 1) {\r\n              topic_icons.addClass(\"selected\");\r\n              sessions.addClass(\"selected\").fadeIn();\r\n              sessions.closest(\".session-group\").fadeIn();\r\n            } else {\r\n              $(this).removeClass(\"selected\");\r\n              sessions.filter('[data-topic=\"' + $(this).data('topic') + '\"]').removeClass(\"selected\").fadeOut();\r\n              sessions.closest(\".session-group\").fadeOut();\r\n              sessions.filter(\".selected\").closest(\".session-group\").fadeIn();\r\n            }\r\n          } else {\r\n            $(this).addClass(\"selected\");\r\n            sessions.filter('[data-topic=\"' + $(this).data('topic') + '\"]').addClass(\"selected\").fadeIn();\r\n            sessions.filter(\".selected\").closest(\".session-group\").fadeIn();\r\n          }\r\n          sessions.filter(\".selected\").closest(\".sessions\").find(\".any-sessions\").removeClass(\"labeled\");\r\n          sessions.closest(\".sessions\").find(\".any-sessions\").filter(\".labeled\").fadeIn();\r\n        });\r\n\r\n        $(\"a.reset-topics\").on(\"click\", function (e) {\r\n          e.preventDefault();\r\n          topic_icons.addClass(\"selected\");\r\n          sessions.addClass(\"selected\").fadeIn();\r\n          sessions.closest(\".session-group\").fadeIn();\r\n          sessions.closest(\".sessions\").find(\".any-sessions\").addClass(\"labeled\").fadeOut();\r\n        });\r\n\r\n        session_day_links = $(\".session-days a\");\r\n        session_day_links.on(\"click\", function (e) {\r\n          \/\/ e.preventDefault();\r\n          hash = $(this).prop(\"hash\");\r\n          if (hash == \"#all-days\") {\r\n            session_days.fadeIn();\r\n          } else {\r\n            \/\/ session_days.fadeOut();\r\n            session_days.hide();\r\n            session_days.filter('[data-date=\"' + $(this).data('date') + '\"]').fadeIn();\r\n          }\r\n          session_day_links.removeClass(\"selected\");\r\n          $(this).addClass(\"selected\");\r\n        });\r\n\r\n        if (window.location.hash.indexOf('?') == -1) {\r\n          hash = window.location.hash;\r\n        } else {\r\n          hash = window.location.hash.substr(0, window.location.hash.indexOf('?'));\r\n        }\r\n        if (!!hash && ['#day-one', '#day-two', '#day-three', '#day-four'].indexOf(hash) > -1) {\r\n          session_day_links.filter('[href=\"' + hash + '\"]').trigger(\"click\");\r\n        }\r\n      });\r\n    <\/script>\r\n    <div class=\"sessions m-b-4\" data-date=\"2023-04-25\">\r\n      <h1 class=\"m-b-1\">Tuesday, 25 April<\/h1>\r\n                    <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">10:45<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/opening-session\">Markets Theatre: Opening session<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">10:45 - 11:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">11:00<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/european-overview-and-state-of-the-supply-chain\">European overview and state of the supply chain<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">11:00 - 11:45<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">12:00<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/offshore-wind-in-the-north-sea\">Offshore wind in the North Sea<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">12:00 - 13:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">13:15<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/offshore-wind-in-southern-europe\">Offshore wind in Southern Europe<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">13:15 - 14:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">16:15<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/developments-in-onshore-wind\">Developments in onshore wind<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">16:15 - 17:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">17:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/developments-in-denmark\">Beyond Fossil Fuels: How Denmark will continue to Lead through the Green Transition<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">17:30 - 18:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                  <p class=\"any-sessions\" style=\"display: none;\">No sessions available.<\/p>\r\n    <\/div>\r\n    <div class=\"sessions m-b-4\" data-date=\"2023-04-26\">\r\n      <h1 class=\"m-b-1\">Wednesday, 26 April<\/h1>\r\n                    <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">09:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/breaking-down-global-supply-chain-barriers-ceo-panel-discusses-growth-options\">Breaking Down Global Supply Chain Barriers: CEO Panel Discusses Growth Options<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">09:30 - 10:45<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">11:00<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/exploring-korean-wind-power-projects-business-opportunities-by-the-korea-trade-investment-promotion-agency\">Exploring Korean Wind Power: Projects & Business Opportunities co-organised by the Embassy of the Republic of Korea, KOTRA, and the Embassy of Denmark in Korea<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">11:00 - 12:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">12:15<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/harnessing-the-winds-how-policy-can-establish-north-america-as-a-wind-energy-leader\">Harnessing the Winds: How Policy Can Establish North America as a Wind Energy Leader<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">12:15 - 13:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">13:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/paving-the-way-for-asia-s-energy-transition\">Paving the Way for Asia\u2019s Energy Transition by Tamil Nadu<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">13:30 - 14:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">14:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/driving-sustained-growth-of-the-wind-energy-industry-in-latin-america\">Driving Sustained Growth of the Wind Energy Industry in Latin America<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">14:30 - 15:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">15:00<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/winds-of-change-powering-the-philippine-energy-transition-by-mr-raphael-p-m-lotilla-secretary-of-energy-republic-of-the-philippines\">Winds of Change: Powering the Philippine Energy Transition<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">15:00 - 15:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">15:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/fast-tracking-australia-s-offshore-wind-and-green-hydrogen-revolution\">Fast-tracking Australia's Offshore Wind and Green Hydrogen Revolution<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">15:30 - 16:30<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                  <p class=\"any-sessions\" style=\"display: none;\">No sessions available.<\/p>\r\n    <\/div>\r\n    <div class=\"sessions m-b-4\" data-date=\"2023-04-27\">\r\n      <h1 class=\"m-b-1\">Thursday, 27 April<\/h1>\r\n                    <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">10:00<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/developments-in-germany\">Developments in Germany<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">10:00 - 10:45<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">11:15<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/renewables-for-ukraine-renewables-for-peace-decarbonization\">Wind and hydrogen for repowering Ukraine's post war recovery<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">11:15 - 12:00<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">12:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/developments-in-poland\">Developments in Poland<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">12:30 - 13:15<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">13:45<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected  \" data-topics=\"[]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/annual2023\/conference\/sessions\/offshore-wind-in-the-baltic-region\">Offshore wind in the Baltic region<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">13:45 - 14:30<\/div>\r\n                    <div class=\"session-locations\">Markets Stage<\/div>\r\n                                                            <div class=\"session-topics hide\"><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                          <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                  <p class=\"any-sessions\" style=\"display: none;\">No sessions available.<\/p>\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n<section class=\"inner\">\r\n  <h2 id=\"about-partners\">About our partner<\/h2>\r\n  <div class=\"row\">\r\n    <div class=\"col-md-6\"><a href=\"https:\/\/www.northlandpower.com\/?ref=annual2023\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/images\/logos\/events\/northland-power.svg\" width=\"160\" alt=\"Northland Power\" \/><\/a><\/div>\r\n    <div class=\"col-md\">\r\n      <p>Founded in 1987, Northland Power is a Canadian global power producer dedicated to accelerating  the clean energy transition by producing electricity from renewable resources.  Northland owns and manages a diversified generation mix including offshore and  onshore renewables, and efficient natural gas, as well as supplying energy  through a regulated utility. Headquartered in Toronto, Canada, with global  offices in eight countries, Northland owns  or has an economic interest in 3.0 GW (net 2.6 GW) of operating capacity and has  a significant project pipeline encompassing over 14 GW of potential capacity.<\/p>\r\n      <p>The European market has been instrumental in establishing Northland&rsquo;s  position as global leaders in offshore wind and is home to some of our largest  operational facilities including Gemini (600 MW, Netherlands), Nordsee One  (332 MW, Germany), and Deutsche Bucht (252 MW, Germany). Northland&rsquo;s European  headquarters and our Offshore Wind Center of Excellence are both based in  Hamburg, supporting our global offshore development and construction pipeline. <\/p>\r\n<p><a class=\"button\" href=\"https:\/\/www.northlandpower.com\/?ref=annual2023\" rel=\"noopener noreferrer\" target=\"_blank\">Find out more about Northland Power<\/a><\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n","protected":false},"excerpt":{"rendered":"<p>As demand for green energy soars, wind will be key to driving the energy transition. Renewable energy has faced many headwinds and tailwinds recently, but together we can address market challenges and seize opportunities in the push toward net zero. Northland Power, in collaboration with WindEurope and GWEC, is hosting this year\u2019s Markets Theatre, bringing [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":89,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-941","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Markets Theatre | WindEurope Annual Event 2023<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Markets Theatre | WindEurope Annual Event 2023\" \/>\n<meta property=\"og:description\" content=\"As demand for green energy soars, wind will be key to driving the energy transition. Renewable energy has faced many headwinds and tailwinds recently, but together we can address market challenges and seize opportunities in the push toward net zero. Northland Power, in collaboration with WindEurope and GWEC, is hosting this year\u2019s Markets Theatre, bringing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/\" \/>\n<meta property=\"og:site_name\" content=\"WindEurope Annual Event 2023\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/windeurope\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-18T07:48:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/Annual2023-Social-1200x675.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@windeurope\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/\",\"url\":\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/\",\"name\":\"Markets Theatre | WindEurope Annual Event 2023\",\"isPartOf\":{\"@id\":\"https:\/\/windeurope.org\/annual2023\/#website\"},\"datePublished\":\"2023-01-09T14:43:04+00:00\",\"dateModified\":\"2023-04-18T07:48:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windeurope.org\/annual2023\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conference\",\"item\":\"https:\/\/windeurope.org\/annual2023\/conference\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Markets Theatre\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windeurope.org\/annual2023\/#website\",\"url\":\"https:\/\/windeurope.org\/annual2023\/\",\"name\":\"WindEurope Annual Event 2023\",\"description\":\"Your annual &lt;i&gt;&lt;b&gt;by the industry&lt;br&gt; for the industry&lt;\/b&gt;&lt;\/i&gt; wind energy event\",\"publisher\":{\"@id\":\"https:\/\/windeurope.org\/annual2023\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windeurope.org\/annual2023\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/windeurope.org\/annual2023\/#organization\",\"name\":\"WindEurope\",\"url\":\"https:\/\/windeurope.org\/annual2023\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windeurope.org\/annual2023\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/WindEurope-SQ.jpg\",\"contentUrl\":\"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/WindEurope-SQ.jpg\",\"width\":2246,\"height\":2246,\"caption\":\"WindEurope\"},\"image\":{\"@id\":\"https:\/\/windeurope.org\/annual2023\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/windeurope\",\"https:\/\/x.com\/windeurope\",\"https:\/\/www.instagram.com\/windeurope\",\"https:\/\/www.linkedin.com\/company\/windeurope\",\"https:\/\/www.youtube.com\/c\/windeurope\",\"https:\/\/en.wikipedia.org\/wiki\/WindEurope\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Markets Theatre | WindEurope Annual Event 2023","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/","og_locale":"en_US","og_type":"article","og_title":"Markets Theatre | WindEurope Annual Event 2023","og_description":"As demand for green energy soars, wind will be key to driving the energy transition. Renewable energy has faced many headwinds and tailwinds recently, but together we can address market challenges and seize opportunities in the push toward net zero. Northland Power, in collaboration with WindEurope and GWEC, is hosting this year\u2019s Markets Theatre, bringing [&hellip;]","og_url":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/","og_site_name":"WindEurope Annual Event 2023","article_publisher":"https:\/\/www.facebook.com\/windeurope","article_modified_time":"2023-04-18T07:48:00+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/Annual2023-Social-1200x675.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@windeurope","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/","url":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/","name":"Markets Theatre | WindEurope Annual Event 2023","isPartOf":{"@id":"https:\/\/windeurope.org\/annual2023\/#website"},"datePublished":"2023-01-09T14:43:04+00:00","dateModified":"2023-04-18T07:48:00+00:00","breadcrumb":{"@id":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/windeurope.org\/annual2023\/conference\/markets-theatre\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windeurope.org\/annual2023\/"},{"@type":"ListItem","position":2,"name":"Conference","item":"https:\/\/windeurope.org\/annual2023\/conference\/"},{"@type":"ListItem","position":3,"name":"Markets Theatre"}]},{"@type":"WebSite","@id":"https:\/\/windeurope.org\/annual2023\/#website","url":"https:\/\/windeurope.org\/annual2023\/","name":"WindEurope Annual Event 2023","description":"Your annual &lt;i&gt;&lt;b&gt;by the industry&lt;br&gt; for the industry&lt;\/b&gt;&lt;\/i&gt; wind energy event","publisher":{"@id":"https:\/\/windeurope.org\/annual2023\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windeurope.org\/annual2023\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/windeurope.org\/annual2023\/#organization","name":"WindEurope","url":"https:\/\/windeurope.org\/annual2023\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windeurope.org\/annual2023\/#\/schema\/logo\/image\/","url":"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/WindEurope-SQ.jpg","contentUrl":"https:\/\/windeurope.org\/annual2023\/wp-content\/uploads\/WindEurope-SQ.jpg","width":2246,"height":2246,"caption":"WindEurope"},"image":{"@id":"https:\/\/windeurope.org\/annual2023\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/windeurope","https:\/\/x.com\/windeurope","https:\/\/www.instagram.com\/windeurope","https:\/\/www.linkedin.com\/company\/windeurope","https:\/\/www.youtube.com\/c\/windeurope","https:\/\/en.wikipedia.org\/wiki\/WindEurope"]}]}},"_links":{"self":[{"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/pages\/941"}],"collection":[{"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/comments?post=941"}],"version-history":[{"count":13,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/pages\/941\/revisions"}],"predecessor-version":[{"id":3476,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/pages\/941\/revisions\/3476"}],"up":[{"embeddable":true,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/pages\/89"}],"wp:attachment":[{"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/media?parent=941"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/categories?post=941"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windeurope.org\/annual2023\/wp-json\/wp\/v2\/tags?post=941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}