{"id":193,"date":"2023-07-18T13:47:51","date_gmt":"2023-07-18T11:47:51","guid":{"rendered":"https:\/\/windeurope.org\/eolis2023\/?page_id=193"},"modified":"2024-02-19T14:45:57","modified_gmt":"2024-02-19T13:45:57","slug":"sponsorship","status":"publish","type":"page","link":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/","title":{"rendered":"Sponsorship"},"content":{"rendered":"<section class=\"inner sponsors-sessions\">\r\n  <h3>Click on the logos below to find out more about each partner or sponsor!<\/h3>\r\n  <div class=\"tab\"><a class=\"qenergy active\"><img decoding=\"async\" src=\"https:\/\/windeurope.org\/wp-content\/uploads\/images\/logos\/events\/qenergy.svg\" alt=\"qenergy\"><\/a><a class=\"axpo\" ><img decoding=\"async\" src=\"https:\/\/windeurope.org\/wp-content\/uploads\/images\/logos\/events\/axpo.svg\" alt=\"Axpo\"><\/a><a class=\"dnv\"><img decoding=\"async\" src=\"https:\/\/windeurope.org\/wp-content\/uploads\/images\/logos\/events\/rewind-by-dnv.svg\" alt=\"ReWind by DNV\"><\/a><a class=\"rws\" ><img decoding=\"async\" src=\"https:\/\/windeurope.org\/wp-content\/uploads\/images\/logos\/events\/rws.svg\" alt=\"RWS Tridion\"><\/a><a class=\"teimas\"><img decoding=\"async\" src=\"https:\/\/windeurope.org\/wp-content\/uploads\/images\/logos\/events\/teimas.png\" alt=\"TEIMAS\"><\/a><\/div>\r\n  <div class=\"qenergy tabcontent\">\r\n    <h2>EoLIS 2023 Official Content Partner: Repowering<\/h2>\r\n    <p><a href=\"https:\/\/qenergy.eu\/france\/en\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Q ENERGY France<\/strong><\/a>\u00a0is a major player in the renewable energy market in France. Formerly part of the RES group, the company has been active for 23 years in developing, building and operating wind and PV projects. Now involved in the energy storage market as well, Q ENERGY is expanding into new areas such as green hydrogen, offering smart and comprehensive solutions to help produce and supply sustainable energy in France.<\/p>\r\n    <p>Q ENERGY first got involved in wind farm repowering in 2017 at Souleilla-Corbi\u00e8res, the first wind farm developed and built by RES in 1999. Today, Q ENERGY&rsquo;s repowering activities are covered by 4 partnerships with asset owners, 12 projects under development (450MW), 4 projects ready to be built (56MW) and 1 project under construction (24MW). As a sponsor of EoLIS since our foundation, Q ENERGY is a leader in onshore wind farm repowering for external clients in France.<\/p>\r\n    <p>Find out more:\u00a0<a href=\"https:\/\/qenergy.eu\/france\/en\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>qenergy.eu<\/strong><\/a><\/p>\r\n    <hr>\r\n    <h3 id=\"sessions-qenergy\">Find us at these sessions:<\/h3>\r\n          <div class=\"session-days m-b-2\">\r\n      <a href=\"#all-days\" class=\"selected m-r-2\">All days<\/a>\r\n      <a href=\"#day-one\" data-date=\"2023-11-22\" class=\"m-r-2\">Day one<\/a>\r\n      <a href=\"#day-two\" data-date=\"2023-11-23\" class=\"m-r-2\">Day two<\/a>\r\n    <\/div>\r\n    <script>\r\n      jq3(function () {\r\n        if (!window.location.hash) {\r\n          \/\/ window.location.hash = \"day-one\";\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-11-22\">\r\n      <h1 class=\"m-b-1\">Wednesday, 22 November<\/h1>\r\n                    <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">15:15<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected sid-13  topic-repowering-lifetime-extension-and-decommissioning\" data-topics=\"[repowering-lifetime-extension-and-decommissioning]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/eolis2023\/programme\/sessions\/repowering-permitting-where-do-we-stand\">Repowering permitting: where do we stand?<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">15:15 - 16:00<\/div>\r\n                    <div class=\"session-locations\">Dock 14<\/div>\r\n                    <div class=\"session-topics hide\"><span class=\"session-topic badge topic-repowering-lifetime-extension-and-decommissioning\">Repowering, lifetime extension and decommissioning<\/span><\/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-11-23\">\r\n      <h1 class=\"m-b-1\">Thursday, 23 November<\/h1>\r\n                    <div class=\"row session-group\">\r\n          <div class=\"col col-md-3 col-6\">\r\n            <div class=\"sessions-time\">11:30<\/div>\r\n          <\/div>\r\n          <div class=\"col\">\r\n            <div class=\"row\">\r\n                                                            <div class=\"col session selected sid-23  topic-reuse-repurpose-recycle\" data-topics=\"[reuse-repurpose-recycle]\">\r\n                  <div class=\"\">\r\n                                          <div class=\"session-name\"><h4><a href=\"https:\/\/windeurope.org\/eolis2023\/programme\/sessions\/tower-recycling\">Tower recycling<\/a><\/h4><\/div>\r\n                                        <div class=\"session-time\">11:30 - 12:15<\/div>\r\n                    <div class=\"session-locations\">Dock 10<\/div>\r\n                    <div class=\"session-topics hide\"><span class=\"session-topic badge topic-reuse-repurpose-recycle\">Reuse, repurpose, recycle<\/span><\/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  <\/div>\r\n  <div class=\"axpo tabcontent\">\r\n    <h2>EoLIS 2023 Sponsor <\/h2>\r\n    <p><strong><a href=\"https:\/\/www.axpo.com\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\">Axpo<\/a><\/strong> is driven by a single purpose \u2013  to enable a sustainable future through innovative energy solutions.&nbsp; Axpo  is Switzerland&#8217;s largest producer of renewable energy and an international  leader in energy trading and the marketing of solar and wind power. Axpo  combines the experience and expertise of more than 6,000 employees who are  driven by a passion for innovation, collaboration and impactful change. Using  cutting-edge technologies, Axpo innovates to meet the evolving needs of its  customers in over 30 countries across Europe, North America and Asia. <\/p>\r\n<p>Find out more: <a href=\"https:\/\/www.axpo.com\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>axpo.com<\/strong><\/a><\/p>\r\n  <\/div>\r\n  <div class=\"dnv tabcontent\">\r\n    <h2>EoLIS 2023 Sponsor<\/h2>\r\n    <p><strong><a href=\"https:\/\/www.dnv.com\/power-renewables\/services\/rewind\/rewind.html?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\">ReWind<\/a><\/strong> is a digital service from DNV that enables wind farm developers, owners, and operators to meet their circularity targets at the lowest cost and transition to a net zero waste economy. ReWind ensures success and saves time at every phase of the project lifecycle by:<\/p>\r\n    <ul>\r\n      <li>Calculating the decommissioning cost and residual value of renewables projects with our market-leading materials database and cost models<\/li>\r\n      <li>Providing project planning, bidding, and reporting inputs such as asset material breakdown, project circularity rate, and decommissioning costs<\/li>\r\n      <li>Surfacing local decommissioning partners and new recycling methods through our supply chain database &#8211; an industry first!<\/li>\r\n    <\/ul>\r\n    <p>Customers save on average over \u20ac90K and over 280 workdays annually with ReWind, compared to current solutions. Together with our industry partners, we are setting a new standard for decommissioning and circularity in renewables. Please visit our <a href=\"https:\/\/store.veracity.com\/rewind?ref=eolis2023\" target=\"_blank\" rel=\"noopener\">website<\/a> to learn more and join us!<\/p>\r\n<p>Find out more: <a href=\"https:\/\/www.dnv.com\/power-renewables\/services\/rewind\/rewind.html?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>dnv.com<\/strong><\/a><\/p>\r\n  <\/div>\r\n  <div class=\"rws tabcontent\">\r\n    <h2>EoLIS 2023 Sponsor    <\/h2>\r\n    <p><a href=\"https:\/\/www.rws.com\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>RWS<\/strong><\/a> is the global leader in content management and translation technology and services \u2014 88 of the top 100 global companies work with us. Tridion is our intelligent content platform. It offers a unique field service productivity solution for field service agents. <\/p>\r\n    <p>Tridion can be the one stop documentation centre for enabling single point of management and dissemination for multi-offering documentations such as agent training, FAQs, knowledge base, technical information, analysis, and closed loop collaboration on the cloud. <\/p>\r\n    <p>We believe field engagements could be made more efficient and we make it so with our connected solution.<\/p>\r\n    <p>Find out more: <a href=\"https:\/\/www.rws.com\/content-management\/tridion\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>rws.com<\/strong><\/a><\/p>\r\n  <\/div>\r\n  <div class=\"teimas tabcontent\">\r\n    <h2>EoLIS 2023 Sponsor<\/h2>\r\n    <p>Founded in 2008, <strong><a href=\"https:\/\/www.teimas.com\/en\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\">TEIMAS<\/a><\/strong> is a company specialised in software for the waste value chain. Its digital solutions simplify waste control, facilitate regulatory compliance and promote sustainable business in large corporations in different sectors (energy, oil&amp;gas, telecommunications, textile, beverages) and waste management companies.<\/p>\r\n<p>Find out more: <a href=\"https:\/\/www.teimas.com\/en\/?ref=eolis2023\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>teimas.com<\/strong><\/a><\/p>\r\n  <\/div>\r\n<\/section>\r\n<section class=\"alt-background\" id=\"catalogue\">\r\n    <div class=\"inner\">\r\n        <h2>Create a lasting impression \u2013 become a sponsor today!<\/h2>\r\n        <div class=\"row\">\r\n            <div class=\" col-md-12\">\r\n                <h3>How you will benefit as a sponsor of EoLIS 2023<\/h3>\r\n                <ul>\r\n                    <li>Profile your company before an international audience of industry experts.<\/li>\r\n                    <li>Increase your exposure to decision-makers.<\/li>\r\n                    <li>Position your company as an industry leader and strengthen your brand.<\/li>\r\n                <\/ul>\r\n                <p><a class=\"button\" href=\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/files\/sponsorship\/EoLIS2023-Sponsorship-Catalogue.pdf?v=20231016\" target=\"_blank\" rel=\"noopener noreferrer\" download=\"\">Download the Sponsorship Catalogue<\/a><\/p>\r\n            <\/div>\r\n            <div class=\"col-md-12\" id=\"contact\">\r\n                <h3>Questions about sponsorship? Get in touch!<\/h3>\r\n                <div class=\"row\">\r\n                    <div class=\"col-md-16\">\r\n                        <!--<i class=\"fa fa-fw fa-phone\"><\/i>+32 496 265 044-->\r\n                        <p>Talk to our team to find out what opportunities there are and what results we can help you achieve.<\/p>\r\n                        <p><i class=\"fa fa-fw fa-envelope-o\"><\/i> <a href=\"mailto:sales@windeurope.org?subject=EoLIS 2023 Sponsorship\">sales@windeurope.org<\/a><\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Click on the logos below to find out more about each partner or sponsor! EoLIS 2023 Official Content Partner: Repowering Q ENERGY France\u00a0is a major player in the renewable energy market in France. Formerly part of the RES group, the company has been active for 23 years in developing, building and operating wind and PV [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":377,"parent":0,"menu_order":15,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-193","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sponsorship | EoLIS 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\/eolis2023\/sponsorship\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sponsorship | EoLIS 2023\" \/>\n<meta property=\"og:description\" content=\"Click on the logos below to find out more about each partner or sponsor! EoLIS 2023 Official Content Partner: Repowering Q ENERGY France\u00a0is a major player in the renewable energy market in France. Formerly part of the RES group, the company has been active for 23 years in developing, building and operating wind and PV [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/\" \/>\n<meta property=\"og:site_name\" content=\"EoLIS 2023\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/windeurope\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-19T13:45:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg\" \/>\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\/jpeg\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/\",\"url\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/\",\"name\":\"Sponsorship | EoLIS 2023\",\"isPartOf\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg\",\"datePublished\":\"2023-07-18T11:47:51+00:00\",\"dateModified\":\"2024-02-19T13:45:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage\",\"url\":\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg\",\"contentUrl\":\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg\",\"width\":1200,\"height\":675,\"caption\":\"EoLIS2023-Sponsorship-20231017\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windeurope.org\/eolis2023\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sponsorship\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#website\",\"url\":\"https:\/\/windeurope.org\/eolis2023\/\",\"name\":\"EoLIS 2023\",\"description\":\"End-of-Life Issues &amp; Strategies (EoLIS) Seminar 2023\",\"publisher\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windeurope.org\/eolis2023\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#organization\",\"name\":\"WindEurope\",\"url\":\"https:\/\/windeurope.org\/eolis2023\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/WindEurope-SQ.gif\",\"contentUrl\":\"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/WindEurope-SQ.gif\",\"width\":1000,\"height\":1000,\"caption\":\"WindEurope\"},\"image\":{\"@id\":\"https:\/\/windeurope.org\/eolis2023\/#\/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":"Sponsorship | EoLIS 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\/eolis2023\/sponsorship\/","og_locale":"en_US","og_type":"article","og_title":"Sponsorship | EoLIS 2023","og_description":"Click on the logos below to find out more about each partner or sponsor! EoLIS 2023 Official Content Partner: Repowering Q ENERGY France\u00a0is a major player in the renewable energy market in France. Formerly part of the RES group, the company has been active for 23 years in developing, building and operating wind and PV [&hellip;]","og_url":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/","og_site_name":"EoLIS 2023","article_publisher":"https:\/\/www.facebook.com\/windeurope\/","article_modified_time":"2024-02-19T13:45:57+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@windeurope","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/","url":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/","name":"Sponsorship | EoLIS 2023","isPartOf":{"@id":"https:\/\/windeurope.org\/eolis2023\/#website"},"primaryImageOfPage":{"@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage"},"image":{"@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage"},"thumbnailUrl":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg","datePublished":"2023-07-18T11:47:51+00:00","dateModified":"2024-02-19T13:45:57+00:00","breadcrumb":{"@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windeurope.org\/eolis2023\/sponsorship\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#primaryimage","url":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg","contentUrl":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/EoLIS2023-Sponsorship-20231017.jpg","width":1200,"height":675,"caption":"EoLIS2023-Sponsorship-20231017"},{"@type":"BreadcrumbList","@id":"https:\/\/windeurope.org\/eolis2023\/sponsorship\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windeurope.org\/eolis2023\/"},{"@type":"ListItem","position":2,"name":"Sponsorship"}]},{"@type":"WebSite","@id":"https:\/\/windeurope.org\/eolis2023\/#website","url":"https:\/\/windeurope.org\/eolis2023\/","name":"EoLIS 2023","description":"End-of-Life Issues &amp; Strategies (EoLIS) Seminar 2023","publisher":{"@id":"https:\/\/windeurope.org\/eolis2023\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windeurope.org\/eolis2023\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/windeurope.org\/eolis2023\/#organization","name":"WindEurope","url":"https:\/\/windeurope.org\/eolis2023\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windeurope.org\/eolis2023\/#\/schema\/logo\/image\/","url":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/WindEurope-SQ.gif","contentUrl":"https:\/\/windeurope.org\/eolis2023\/wp-content\/uploads\/WindEurope-SQ.gif","width":1000,"height":1000,"caption":"WindEurope"},"image":{"@id":"https:\/\/windeurope.org\/eolis2023\/#\/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\/eolis2023\/wp-json\/wp\/v2\/pages\/193"}],"collection":[{"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/comments?post=193"}],"version-history":[{"count":29,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/pages\/193\/revisions"}],"predecessor-version":[{"id":404,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/pages\/193\/revisions\/404"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/media\/377"}],"wp:attachment":[{"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/media?parent=193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/categories?post=193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windeurope.org\/eolis2023\/wp-json\/wp\/v2\/tags?post=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}