{"id":2588,"date":"2019-03-24T10:11:50","date_gmt":"2019-03-24T09:11:50","guid":{"rendered":"https:\/\/windeurope.org\/confex2019\/?page_id=2588"},"modified":"2019-03-31T22:32:47","modified_gmt":"2019-03-31T20:32:47","slug":"posters","status":"publish","type":"page","link":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/","title":{"rendered":"Posters"},"content":{"rendered":"<section class=\"inner posters\">\r\n  <div style=\"display: none;\"><p style=\"color: rgba(0, 0, 0, .5); font-size: .8em;\">Click on the topic icons to filter sessions. <a href=\"#\" class=\"reset-topics\">Reset topics<\/a><\/p><\/div>\n  <div class=\"topics row no-gutters mi-t-2 mi-b-4\">\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-0 p-y-1\" data-topic=\"0\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Digitalisation<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-15 p-y-1\" data-topic=\"15\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>End-of-life issues<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-21 p-y-1\" data-topic=\"21\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Environmental impacts, social acceptance & spatial planning<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-37 p-y-1\" data-topic=\"37\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Financing wind energy<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-43 p-y-1\" data-topic=\"43\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Floating offshore wind<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-54 p-y-1\" data-topic=\"54\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Grid & Market Integartion<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-79 p-y-1\" data-topic=\"79\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Installation & logistics<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-81 p-y-1\" data-topic=\"81\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Operations & Maintenance<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-129 p-y-1\" data-topic=\"129\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Resource Assessment<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-177 p-y-1\" data-topic=\"177\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Health & safety and skills<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-178 p-y-1\" data-topic=\"178\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Supply chain & Logistics<\/span><\/div>\n      <\/div>\n          <div class=\"topic col-8 col-sm-4 col-lg-4 selected topic-183 p-y-1\" data-topic=\"183\" style=\"font-size: .8em; line-height: 1em; text-transform: uppercase; text-align: center; cursor: pointer;\">\n        <div style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"><span>Turbine Technology<\/span><\/div>\n      <\/div>\n      <\/div>\n  <script>\n    jq3(function () {\n      $ = jq3;\n      topics = $(\".topics .topic\");\n      posters = $(\".posters .poster\");\n      topics.on(\"click\", function (e) {\n        e.preventDefault();\n        if ($(this).hasClass(\"selected\")) {\n          if (topics.length == topics.filter(\".selected\").length) {\n            topics.removeClass(\"selected\");\n            $(this).addClass(\"selected\");\n            posters.not('[data-topic=\"' + $(this).data('topic') + '\"]').removeClass(\"selected\").fadeOut();\n          } else if (topics.filter(\".selected\").length == 1) {\n            topics.addClass(\"selected\");\n            posters.addClass(\"selected\").fadeIn();\n          } else {\n            $(this).removeClass(\"selected\");\n            posters.filter('[data-topic=\"' + $(this).data('topic') + '\"]').removeClass(\"selected\").fadeOut();\n          }\n        } else {\n          $(this).addClass(\"selected\");\n          posters.filter('[data-topic=\"' + $(this).data('topic') + '\"]').addClass(\"selected\").fadeIn();\n        }\n      });\n    });\n  <\/script>\n  <div class=\"posters\">\n                                                                                                                                                                                                                        <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVlCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--869a7e143c935bd67e9a4492ee923ed3014a8c1b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/%C2%A9jmbielsa_00053%20BN%20web2.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO001: Gearbox 4.0: Gathering quality data for predictive maintenance<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=225\">Eneko Gorritxategi<\/a>, CTO, Atten2 Advanced Monitoring Technologies<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbzRDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--86dec41e9920bf3edd2327576969a287af2cdca4\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Pedro%20Benitez2.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO002: GREENCHAIN: commercial blockchain platform of renewable origin of Acciona\u2019s fleet<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=342\">Pedro  Ben\u00edtez Estebanet<\/a>, Blockchain Project Manager, Acciona Energy<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBIQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a157741cbeaca925437b13b54687e2a8b94e0d7e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-247.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO004: International Energy Agency (IEA) Topical Experts Meeting #92: Wind Energy Digitalization and the upcoming international collaborative work<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=39\">Jason Fields<\/a>, Senior Engineer, NREL (National Renewable Energy Laboratory)<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBGZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--eb1dfcf2696eac97407845455c679a829f47d548\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-259.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO005: Open science: sharing data, tools and workflows. A strategy to inspire efficient collaboration in the wind industry. [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=83\">Nikolay Dimitrov<\/a>, Senior Scientist, DTU Wind Energy<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcUVDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6afd3d2b6feeaedd8daedac5fdb97361dc345e96\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Mercedes%20Irujo.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO008: Site-specific load assessment for fatigue analysis and life prediction of wind turbine components<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=405\">Mercedes Irujo<\/a>, Expert in Aeroelastic and Structural Simulation of Wind Turbines , Acciona<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ01CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--99ba5bb6c9420cfa513efe8b315a0c4d798bf668\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/me.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO009: Why data quality matters<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=193\">Bj\u00f8rn D\u00f6rr Jensen, M. Sc.<\/a>, Decision Intelligence Specialist, Vestas Wind Systems A\/S<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO010: Leapfrogging the met mast: integrating lidar with simulations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=451\">Daniel Gallacher<\/a>, Senior Lidar Consultant, Wood Group<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBIUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7dc8412825e56478ed97a375ad7f1a839f789b0b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-120.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO011: Designing and Delivering the World\u2019s Largest Grid Emulation System<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=78\">Michael Smailes<\/a>, Research Engineer Offshore Electrical Infrastructures, ORE Catapult<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                                <div class=\"poster row m-b-6 topic-0\" data-topic=\"0\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjQ9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--da00fcd696c229b5e1758eec32fcd316d8f837d6\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-204.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO012: Opening Access to Data Through Data Licensing & Syndication<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=306\">Philip Totaro<\/a>, CEO, IntelStor<\/p>\n          <p>Digitalisation<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZzRCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f6ef78758b9a7b023af2ed7056525757c51aa748\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/JHP_IRIS_ohne_rand.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO015: Lifetime Extension, Repowering or Decommissioning? Decision Support for Operators of Ageing Wind Turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=73\">Jan-Hendrik Piel, MSc<\/a>, Co-Founder & PhD-Researcher, Nefino GmbH & Information Systems Institute, Leibniz Universit\u00e4t Hannover<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBRQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--eb80cb7ee19bae5e77ca60284c7e7ada2f26a8ae\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-70.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO016: Life Time Extension: practical experiences with stall and pitch regulated turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=191\">Bart Visser<\/a>, Senior Chief Engineer, MECAL<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--fb18f7cbd929ad566d9c2b32836d17e02abacfe7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-104.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO017: Farm-wide assessment of wind turbine lifetime extension using detailed tower model and actual operational history [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=165\">Dr. techn. Abbas Kazemi Amiri<\/a>, Research Associate, University of Strathclyde<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWWc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d7b1fa85ba45448a509c5f42e83627cfea542857\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-131.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO018: LIVEON: assessing options for life extension<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=280\">Laura Fitzmaurice<\/a>, Research Associate, Ulster University<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBXdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--133a27fd285c25b10115809bf917bf0066a30aba\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-139.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO019: A 20 year old wind turbine lifetime extension case study<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=229\">Fabrice Est\u00e9zet<\/a>, Head of Type Certification, Bureau Veritas<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                                  <div class=\"poster row m-b-6 topic-15\" data-topic=\"15\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBandCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1f7d06e398960b213e66a5802f10484457ad612e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/dio.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO020: Repowering in Greece, revitalization of the wind energy market<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=217\">Dionysios Andronas<\/a>, Electrical & Electronic Engineer, Andronas Bros<\/p>\n          <p>End-of-life issues<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBYQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--31f7649407eccaee28a8d31ad4f3c270e8a256c4\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-261.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO021: Challenges of decommissioning offshore wind farms: Overview of the European experience<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=227\">Eva Topham<\/a>, Project Engineer, DNV GL<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBRdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--377dafadae457d96f1982f43a3fe39d98c196964\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-164.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO023: Validation of bat deterrent effectiveness through full-scale testing on several wind plants<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=197\">Brogan Morton<\/a>, Senior Product Manager, NRG Systems<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbHNCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--11252a6e79e77d91463eada210277e053fd67506\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Miguel_Aguirre.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO024: Risk mitigation in power transformers for offshore platforms and wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=298\">Miguel Aguirre<\/a>, Senior R&D Mechanical Engineer, ABB<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaDBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--82ad0cffc0ff2764e40ef1180fd18d79a8ae55f6\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Foto%20JMO.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO025: Environmental impact assessment of wind farm repowering projects: the challenges for wind energy in Portugal<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=262\">Jos\u00e9 Miguel Oliveira<\/a>, Project Director, Empreendimentos E\u00f3licos do Vale do Minho, S.A.<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBOdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f896bb29b24b8fa61439893b2695b6ea66651b17\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-197.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO026: The impact of wind energy development on avian faune (case study Greece)<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=180\">Andreas Vlamakis<\/a>, Project Manager, ENTEKA SA<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWk09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--925034adcce05e87ec923294b2bcb17eeb6d4b16\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-228.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO027: 3D floating RADAR for a better understanding of bird & bats activity on OWF development areas<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=293\">Maxime Bellorge<\/a>, Project Sales Director, Akrocean<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYVk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5cf79c409b4264837958655ca90e4665186b4967\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-218.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO029: Local acceptance for wind energy through co-creation [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=317\">Prof. Dr. Ruth Schmitt<\/a>, Head of the Institute, Institute of Humanities and Social Sciences, School of Engineering, University of Applied Sciences and Arts, Northwestern Switzerland<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYlU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f754d3e6fb2423e79c256c17facfded487e5a056\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-280.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO030: Understanding public perception of offshore wind farms in Ireland<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=338\">Yvonne Cronin<\/a>, Masters by Research Student, University College Cork<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6a80793d7082f1805e087e5cd70fc3e07c72e1e3\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-16.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO031: Remanufacturing in wind energy could reduce the levelized cost of energy (LCOE)<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=60\">Philipp Schmid<\/a>, Marketing Manager, SKF<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--187b4958160183e50decf8609ce4325a1c67d1e3\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-6.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO032: Wind energy, aviation safety and the community - a complex relationship<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=167\">Adrian Young<\/a>, Senior Aviation Consultant, To70<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1efc6ecd349f22af72cd7f9eda6f360770fd5a01\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Steen-van-Huygen-JVF-1033-socmedia.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO034: Marine biodiversity and the development of a North Sea offshore powerhouse<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=242\">Huygen van Steen<\/a>, Managing Consultant, Navigant<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYzA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f31b5a253fee0a863df7037a682e8c2b255099b0\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/ana%20pego.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO035: Designing a Business Offshore energy model. The clustering for Portuguese sector based on SWOT analysis<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=177\">Ana Cristina Pego<\/a>, Researcher, Centre for Interdisciplinary Social Sciences (CICS), School of Social Sciences and Humanities, Universidade Nova de Lisboa<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                                    <div class=\"poster row m-b-6 topic-21\" data-topic=\"21\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdnNDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4ae18de219c8527fc7b089192000af35a7e2815b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Default%20Avatar.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO036: New era for Wind Power in Greece: The results of the auctions within 2018 and perspectives<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=302\">Apostolos Gizas<\/a>, Electrical Engineer, Regulatory Authority for Energy<\/p>\n          <p>Environmental impacts, social acceptance & spatial planning<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                      <div class=\"poster row m-b-6 topic-37\" data-topic=\"37\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWVU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5497fdfbf09bd0b5aa28e6f224d15fb8fe11be55\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-111.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO037: Financing wind farms after two auctions in Greece<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=276\">Konstantinos Gkarakis<\/a>, Energy Engineer, University of West Attica<\/p>\n          <p>Financing wind energy<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                      <div class=\"poster row m-b-6 topic-37\" data-topic=\"37\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9670cf2700aae7e57e184e1c21b9dc80dc90a0b1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_3214.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO038: Construction of onshore wind farms in Ukraine in the period of the replacement of the feed-in tariff by auctions [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=288\">Maryna Hritsyshyna<\/a>, Counsel, Sayenko Kharenko<\/p>\n          <p>Financing wind energy<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                                      <div class=\"poster row m-b-6 topic-37\" data-topic=\"37\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBSUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b07af3b06301e92175e7a1d0c77a1e9c01f2f003\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-20.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO040: Financing in the auction world<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=199\">Carlos Albero<\/a>, Finance Segment Leader, DNV GL<\/p>\n          <p>Financing wind energy<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaXdCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--732339c508e2dfac7267626510157bddb58787c8\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Edouard%20Richard.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO043: Certification schemes for Marine Renewable Energies<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=258\">Edouard Richard<\/a>, Wind & MRE Project Manager, Bureau Veritas<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcjhCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e161c239b59c50c38151afa3576d99b1160bc7db\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Dorleta%20Marina.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO044: Development of a digital twin of BiMEP test site for Floating Offshore Wind Platforms<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=219\">Dorleta Marina<\/a>, Project Manager, BiMEP<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBazhCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--fb8f7b7a0ab6ebded3733ce150d6096caee4ce80\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/photo%20Alex.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO045: PivotBuoy\u00ae: An advanced system for cost-effective and reliable mooring, connection, installation and operation of floating wind\u00a0<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=171\">Alex Raventos<\/a>, CEO & Co-founder, X1 Wind<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZkk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7b66d1defa1737606ce74fb3bf079b946ae68184\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Frank%20Lemmer%20(abstract%20106).jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO046: A new lightweight wave canceling semi-submersible design<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=233\">Frank Lemmer<\/a>, Research Associate, University of Stuttgart<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBlZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a83da512ce0dc7b83e66596c2046509302365170\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-141.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO047: Scaled wave tank hybrid testing of the TELWIND floating platform for a 5 MW wind turbine<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=261\">Jos\u00e9 Azcona Armend\u00e1riz, PhD, MEng<\/a>, Head of Offshore Wind Energy Bussiness Unit, CENER<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdVlDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b7a05a9f4a86c9275cfc5b9671fc0487a1d395a5\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/caroline%20le%20floc'h.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO049: Floating offshore wind turbines: A simplified approach of aero-hydro coupling to optimize the floater structure design<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=285\">Caroline Le Floc'h<\/a>, Head of Renewables, DORIS Engineering<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYkE9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e56ca5ab2da003edd090a60fdf1cfe7b845273e7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-223.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO050: TRL+ : DESIGN STRATEGY AND SIMULATIONS RESULTS OF AN UPSCALED SEMI-SUB PLATFORM<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=330\">Tommaso Battistella<\/a>, Researcher, Environmental Hydraulics Institute of Cantabria \"IH Cantabria\"<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBYUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--17761f2a4e821a3fcac9ebb48db9c4803156cb65\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-231.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO051: Floating offshore wind turbines: floater optimization with genetic algorithm methodology<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=228\">Evgeny Andreev<\/a>, Senior Naval Architect, DORIS Engineering<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWW89IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8f27e530e206203fc5cd0938c30c94ef45a15c4e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-241.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO052: Drift stability of HyStOH semi-submersible supported by aerodynamic shaped structrures<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=283\">Andreas Manjock<\/a>, Principal Engineer, DNV GL<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                                        <div class=\"poster row m-b-6 topic-43\" data-topic=\"43\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBQUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e2fa10ad2610015571edede795bad90d59de360f\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-270.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO053: Design of reliable power cables for floating wind<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=188\">Atle Lagset<\/a>, Specialist Engineer, Aker Solutions<\/p>\n          <p>Floating offshore wind<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYXM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e671fa83186f4bc58b57030f7cf4064a5a836ea3\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-38.jpeg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO054: Geographical influence in wind energy price: spatial analysis of capture price in the Iberian Peninsula<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=322\">Sergio Jim\u00e9nez Sanju\u00e1n<\/a>, Senior Data Scientist, DNV GL<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa0FCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0f0cbed85a992d54d720af016ddeba15df2ea795\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/0.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO055: Increasing hosting capacity from PV and wind power plants using spatial and temporal demand side management<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=215\">Dimitrije Kotur<\/a>, Power Solution Architect, Schneider Electric DMS NS<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7f462468a02b3312837ae34bda47c33a7156f3d7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-75.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO056: Correcting forecast deviations uncertainty for wind turbine generating power by properly sized energy storage<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=304\">Pavle Dakic<\/a>, Phd Student, University of Belgrade - School of Electrical Engineering<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa1FCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f162520f2ef32ebbfd6561c562319cd11af84687\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/ZDjurisic.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO057: Free wind operation of wind turbine for permanent power system frequency support<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=339\">Zeljko Djurisic<\/a>, University of Belgrade - School of Electrical Engineering<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9e5549d1fefb6b32a969efcf6317a51865366db1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-88.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO058: Optimized energy management strategy for wind plants with storage in energy and reserve markets<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=51\">Amaia Gonz\u00e1lez-Garrido<\/a>, Researcher, IK4-Ikerlan<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBajBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--70d85d8ddb76f86640a1f6886598e4ab6899d723\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Profile%20Pic_Daniel%20Buhagiar%20FLASC.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO059: Increasing the value of offshore wind by integrating on-board energy storage [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=208\">Dr Daniel Buhagiar, PhD<\/a>, Post-Doc Researcher, University of Malta<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWWM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--263d16d23b39e2aeca4d7a4766132212707132ea\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-201.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO060: Impact of the hybridization of renewable generation and storage assets on the future electricity systems<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=279\">Lars Christian Christensen<\/a>, Chief Specialist, Vestas Wind Systems A\/S<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWUU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a5995c65ed3cc4cf77399b8d289713c634a67c1f\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-225.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO062: Conceptual design of pumped-storage hydro power plant on Skadar Lake in Montenegro<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=272\">Katarina Selenic<\/a>, Student, University of Belgrade - School of Electrical Engineering<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZVk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f70d3257f438880c22f2f827e9d5d93798ac48d0\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Holttinen%20Hannele.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO063: International experience of wind integration - success stories of operating power systems with large amounts of wind power<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=155\">Hannele Holttinen<\/a>, Partner, Recognis & Operating Agent at IEA WIND Task 25<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZUk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5e9bc7fc0b5b482db23daaad6f5bb020e86f4790\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Enrique%20Iriarte%20Madurga.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO064: Increasing coverage for renewables through wind, PV and energy storage hybridization<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=53\">Enrique Iriarte Madurga<\/a>, Innovation - Projects Director, Acciona Energ\u00eda<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa3dCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--15b24a791ced17f5b73bbf6b88e214f673da50de\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Wulff,%20Amelie%20Colab.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO066: Hybrids enhancing capacity factors and more optimal use of existing grid infrastructure<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=175\">Amelie Wulff<\/a>, Global Sales Leader Hybrid Solutions, GE Renewable Energy<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--be3edd00322a8bd341496f335ce676dc51a7162c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-93.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO068: Price capturing in Spain: taming wind farm merchant risk<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=172\">Alexander Klein<\/a>, Technical advisor, Everoze Partners<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBZZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--3be570e9988b42483af16996c08da5270a00f762\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-126.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO069: IEA Wind Task 36 Forecasting<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=236\">Dr. Gregor Giebel<\/a>, Senior Scientist, DTU Wind Energy<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWlk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1f0f58d27adcbeca30c6574f71e5cd9744821c99\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-194.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO070: Is hydrogen energy storage ready for prime time on the European (North American) grid?<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=296\">Michael Stavy, MBA-Kellogg; CPA-Illinois (Inactive)<\/a>, Senior Advisor, Senior Advisor on Renewable Energy Finance<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYlE9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--959e205fae7e4c0e41005a61de051191ae0dce96\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-83.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO072: Barriers against wind integration in Japan<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=337\">Yoh Yasuda<\/a>, Professor, Kyoto University<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBSZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5c389ea47755fb607b7610df91cacebd795f028d\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-171.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO073: Battery system converter for smart grids<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=200\">Carlos Rivas<\/a>, Research & Development Manager, ELINSA<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                                          <div class=\"poster row m-b-6 topic-54\" data-topic=\"54\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBZZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--3be570e9988b42483af16996c08da5270a00f762\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-126.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO077: TotalControl \u2013 Advanced integrated control of large-scale wind power plants and wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=236\">Dr. Gregor Giebel<\/a>, Senior Scientist, DTU Wind Energy<\/p>\n          <p>Grid & Market Integartion<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                                            <div class=\"poster row m-b-6 topic-79\" data-topic=\"79\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYXc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8f74e84c1f7da8230273ef956c9641bf09dba08d\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-207.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO079: Effect of wind directions and the urban environment in the positioning of small wind turbines on tall buildings<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=323\">Silvana Tourn, PhD, MSc<\/a>, PhD Researcher, Ministerio de Panificaci\u00f3n, Ambiente e Innovaci\u00f3n Tecnol\u00f3gica del Gobierno del Pueblo de la Provincia del Chaco<\/p>\n          <p>Installation & logistics<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaU1CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--53c210d299f6b405ce091195bfa9d3a69d6b2608\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/2019-01-24%20Photo%20Diego%20Rodr%C3%ADguez.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO081: A new approach for assessing vessel collisions on offshore jacket foundations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=214\">Diego Rodriguez, MSc<\/a>, Structural Engineer, Ingecid and University of Cantabria<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBUdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--559e6a7685803308f2be3c2a6585ccf42d94c2b9\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-125.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO082: EFAFLU test case: cold start-up validation of transformer pumps by the use of a large climatic test chamber<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=209\">Daniele Brandolisio<\/a>, Application and Test Engineer, OWI-Lab Sirris<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBmQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f6db07ad96e0c92caa4a57d93a29c31d5e922738\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-57.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO083: Sensing & remote monitoring for wind turbine components suppliers <\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=25\">Jos\u00e9 Ignacio Hormaeche<\/a>, General Manager, Basque Energy Cluster (Cluster Energia)<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdjBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a9b64521121c382c3782d160cb63988a5c8cf02b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_4071.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO086: Case management for wind farms: collaborate data framework and tools<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=341\">Jesus Vita<\/a>, Vice President - Business Development EMEA, Power Factors<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO088: Enabling closer collaboration with contracts based on performance criteria<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=311\">Raf Kerkhofs<\/a>, Manager Wind Aftermarket and Digitalization, SKF<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWDA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--99139c1ede6417febe6ca0342ef44ba6db60b140\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-209.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO090: Your prediction algorithm needs the right threshold<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=268\">Juan Jos\u00e9 Cardenas<\/a>, Chief Research Officer - Data Scientist, Smartive (Itestit S.L.)<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWkk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6c7962b41e0146dd2b3b955b5b4bf3aae77aaa7e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-210.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO091: How ensembling can boost your classifier performances<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=292\">Mattia Beretta<\/a>, PhD. student & Data Scientist, UPC<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdjBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a9b64521121c382c3782d160cb63988a5c8cf02b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_4071.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO092: Data to action: advanced analytics applied to asset management<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=341\">Jesus Vita<\/a>, Vice President - Business Development EMEA, Power Factors<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBGdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a8bab5318dabca20b4bf389170c91252743c3492\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-255.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO093: On the use of AI based vibration condition monitoring of wind turbine gearboxes<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=325\">Sofia Koukoura<\/a>, PhD Researcher, University of Strathclyde<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBWZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e68e3a66206e93c0a8dd5925bf42c961ee434500\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-289.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO095: An AI approach to control and monitor wind farm assets using satellite images<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=221\">Eduardo Cuesta L\u00e1zaro<\/a>, Data Scientist, Pervasive Technologies, S.L.<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWDA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--99139c1ede6417febe6ca0342ef44ba6db60b140\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-209.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO096: Turbine's advanced life extension by means of Artificial Intelligence [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=268\">Juan Jos\u00e9 Cardenas<\/a>, Chief Research Officer - Data Scientist, Smartive (Itestit S.L.)<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBY3M9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--14d9f219ba2d2a144160e0052b5dc4e033954fda\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/charlotte_hasager_abstract_4.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO097: Solution to minimize leading edge erosion on turbine blades<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=202\">Charlotte Hasager<\/a>, Senior Scientist, DTU Wind Energy<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBiZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--898e17441b36af124f51814b0699a7a85feec83f\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-26.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO098: The effect of wake position and yaw misalignment on power loss in wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=249\">Jaime Liew<\/a>, Research Assistant, DTU Wind Energy<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaTBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7e89a5e67a63b1051b05702f609073e37e1e9525\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/JIzquierdo_Picture.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO099: Framework for managing the operations and maintenance of wind farms<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=267\">Juan Izquierdo<\/a>, Researcher, IK4-Ikerlan<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWTg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8d442868a3d727014e239e7c83c462cb54c0af3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-51.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO100: Nacelle lidars for waked detection and wake inflow energy loss estimation<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=138\">Matt Smith<\/a>, Senior Sales Manager, Zephir Ltd<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWTg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8d442868a3d727014e239e7c83c462cb54c0af3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-51.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO101: Wind yaw misalignment measurements and energy loss projections from a multi-lidar instrumented wind farm<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=138\">Matt Smith<\/a>, Senior Sales Manager, Zephir Ltd<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcDRCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--3ae74f91b846054f0e61e2fd4deb7b2414cbdd53\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Joseba%20Aramburu.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO103: Aeronautical experience and technology for reliable and long life wind energy <\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=264\">Joseba Aramburu<\/a>, VP Corporate Projects, Aernnova Aerospace<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWm89IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b9aa9cb4df60ac91f485cc97f2bcae09d823dd3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-180.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO104: Validation of wind farm downtime modelling and impact on grid-constrained projects<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=301\">Nathan Hill<\/a>, Specialist Energy Resource Services, Lloyd's Register<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbUFDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--67ed7c2a7367a0e66c0831cde2d5d11f088d163b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/johnslater_ofc%20(1).jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO107: Floating lidar uncertainty reduction for use on operational wind farms<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=256\">John Slater<\/a>, Senior Consultant, Fichtner Consulting Engineers<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ0FCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ee2c6fb0451757381628dc95c98940a5430610be\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/20190121_181933.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO108: Digital remote expert - condition monitoring service with portable equipment<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=210\">Ing. Danilo Scamonatti<\/a>, Machinery Diagnostics Manager, Moventas Gears Srl<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYVU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4ab5ae9b96d62e64d490c54b3d116b5ae12a8451\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-299.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO110: Quality assurance with drones for on- and offshore wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=315\">Robert H\u00f6rmann<\/a>, CEO, Aero Enterprise GmbH<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBaUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--555279f53d07d31821d15c091533448ac595e60e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-17.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO111: Hack the error codes of a wind turbine<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=239\">Henrik Pedersen<\/a>, Senior Wind Energy Consultant, EMD International A\/S<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1FCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2e92b029d159c48a8a24ba35dad80226f07b19f2\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Alvaro%20LinkedIn.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO112: O&M management optimization based on lubrication systems handling<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=174\">Alvaro Romo<\/a>, Field Services Leader, Atten2 Advanced Monitoring Technologies<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZnc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7d93337c7992119cab587b32b32f0adccc40a5fb\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Cipriano%20Cerro.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO113: Diagnosis for predictive maintenance and life extension of gas insulated medium voltage switchgear in wind farms<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=265\">Cipriano Cerro<\/a>, Area Product Manager, Ormazabal<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBTZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b2978f9e4e4c73cb955c054fdccdb8c38c7bba7b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-50.jpeg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO114: Visualisation of probabilistic access forecasts for offshore operations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=205\">Ciaran Gilbert<\/a>, PhD Student, University of Strathclyde<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO115: Transferability of operational status classification models among different wind turbine types<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=184\">Mr Anton Martinsson, Mmath&Phys<\/a>, Graduate Student, University of Edinburgh<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZmc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b1e9445d4bb1c8674c91f9f46c337d3432340bd8\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/CESAR%20YANES.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO116: ROMEO: a project that will contribute to offshore O&M cost reduction<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=81\">C\u00e9sar Yanes<\/a>, Head of Innovation, Iberdrola Renovables<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWDg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b3a45ca03d40a914f02af10907b4a485389e90dd\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-84.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO117: A novel probabilistic long-term fault prediction framework beyond SCADA<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=270\">J\u00fcrgen Herp, PhD<\/a>, Assistant Professor, Maersk Mc-Kinney Moeller Institute, University of Southern Denmark<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaXNCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c837b875c0aac84323e764218fa3607288cbd1f1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Nordine%20Saidi%20Mazarou.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO118: How to get rid of static data reports and interface problems?<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=297\">Nordine Sa\u00efdi Mazarou<\/a>, Engineer Advisor, IMDC nv<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO120: Flexible quality control methodology applicable for diverse data sources<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=192\">Beatriz Ca\u00f1adillas<\/a>, Senior Engineer at R&D group, UL International<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdjBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a9b64521121c382c3782d160cb63988a5c8cf02b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_4071.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO123: Advanced analytics in wind farm O&M<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=341\">Jesus Vita<\/a>, Vice President - Business Development EMEA, Power Factors<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBamNCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5deb0ad13db3e1e4d0043e42dd2ed20a4896bfc7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/kjersti.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO125: Wind Asset Management - Integrated Solution<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=275\">Kjersti R\u00f8kenes, PhD<\/a>, Product Director Renewables, Kongsberg Digital AS<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                              <div class=\"poster row m-b-6 topic-81\" data-topic=\"81\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaG9CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c850887125b601c59009ebdd30edea336173978b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/luis_s.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO128: Measuring the value of wind farm optimization. An example in cold climates.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=282\">Dr.-Ing. Luis Vera-Tudela<\/a>, Head of Wind Power Knowledge, fos4X GmbH<\/p>\n          <p>Operations & Maintenance<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBidz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--109cb7e7e9e87ddf9116e6ecf15dc50882aa49f5\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-191.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO129: Deep learning is blowing in the wind - deep models applied to wind predication<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=250\">Jaume Manero<\/a>, Professor, Universitat Polit\u00e8cnica de Catalunya<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWTg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8d442868a3d727014e239e7c83c462cb54c0af3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-51.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO130: The \u201cWhy?\u201d, \u201cWhat?\u201d and \u201cHow?\u201c of lidar type classification<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=138\">Matt Smith<\/a>, Senior Sales Manager, Zephir Ltd<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcTREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--73bfb9c0e982972727b131071dd214161b4e41e3\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/scott%20wylie.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO131: Turbulence intensity measurements \u2013 a multi-site comparison between Z300 and traditional anemometry<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=392\">Scott Wylie<\/a>, Wind & Verifications Engineer, Zephir Ltd<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWXM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a228a07df3a0f5ea2bab088c107cb31f41cd0c6b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-77.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO132: A reliable experimental methodology for the study of wind-turbine rotor blade aerodynamics<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=284\">Dr. Marco Costantini<\/a>, Researcher, Deutsches Zentrum f\u00fcr Luft- und Raumfahrt e.V. (DLR)<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYm89IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8fc3a8f0d60d255947899d6f1397f01513e669ef\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-142.jpeg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO133: How drones can improve topography inspections, terrain modelling and energy yield assessment<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=144\">Niels Peyre, MSc<\/a>, Senior Renewable Energy Consultant, Wood<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWTg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8d442868a3d727014e239e7c83c462cb54c0af3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-51.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO134: Clear-air data availability of continuous-wave scanned lidar<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=138\">Matt Smith<\/a>, Senior Sales Manager, Zephir Ltd<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBZUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--98f3042db6f321ddcaf29d4e4ed247e41d79ef80\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-192.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO135: AEOLIKOS project: Design and development of the first Greek long-range wind lidar<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=234\">Dr. George Avdikos<\/a>, R & D \/ New products, Raymetrics<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa0VDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--61a63b0ea3999a9ec9ba17dded707d3ae683aafa\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_1436.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO136: A method of correcting wind speed measurement results obtained from sensors placed on a lattice mast<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=334\">Mr Vladislavs Bezrukovs<\/a>, Researcher, Ventspils University College<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYms9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--54adf4d0274635917056e7aac259d59cd5ed8a56\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-254.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO138: Investigation of the impacts of real world flow conditions on wind turbine power performance through nacelle lidar combined with advanced CFD modelling<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=141\">Graeme Watson<\/a>, Senior Energy Analyst, Natural Power<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYmc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8ea900f7a5e8124dcfc2fce66b669cbffda506bf\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-154.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO139: Sub-seasonal to seasonal climate predictions for wind energy forecasting<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=140\">Dr. Albert Soret<\/a>, Earth System Services Group Leader, Barcelona Supercomputing Center (BSC)<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYTQ9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--41ad3dcb183d4080f31a89865448464899d8f925\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-263.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO140: Use of instantaneous and directional wind shears in the extrapolation of wind data to hub height and their influence in wind turbine power estimation<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=326\">Soledad Sanz S\u00e1nchez-Luengo<\/a>, Wind Resource Engineer, Iberdrola Renovables<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWkE9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5fcc25f622d1d1ba7cb44289ced32f7465a1b99c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-175.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO142: Validating flow model uncertainty using operational data<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=290\">Matthew Zhang<\/a>, Specialist - Energy Resource Services, Lloyd's Register<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaEVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--734e3c7bc533742f1f93b1081ac19a19bc9937c6\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/DSCF8386.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO143: Novel aerodynamic damping identification for operating wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=201\">Mr. Chao Chen<\/a>, Research Student, University College London<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZWs9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e7c95284c9f0e0bc08a613572cbae5a15fabf761\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Remco%20Verzijlbergh.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO144: Breakthrough weather prediction technology enables wind turbine resolving resource assessments.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=139\">Remco Verzijlbergh<\/a>, Director of Operations, Whiffle Weather Finecasting<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZXM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7dbf68c33c1320c6c574513fbba9d9fa8ad04249\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Jose%20Palma%20-%20Fotografia%20Sigarra.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO146: Unravelling the wind flow over highly complex regions through computational modelling and three-dimensional lidar scanning<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=136\">Jos\u00e9  Palma<\/a>, Professor, University of Porto<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcmdDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--48a18a74ef6f55ae49096190ad3348d51e93c4ce\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Tim%20Crutchley.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO147: Improving accuracy of wind resource assessment through feedback loops of operational performance data: a South African case study<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=212\">Tim Crutchley<\/a>, Energy Resource Services Manager, Lloyd's Register<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBazREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a6dd261e9ab4fe477f50f4b476965b2bc8d91e29\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/eulalia%20monfort.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO148: Application of mesoscale models to complex climates: a case study in the desert of Atacama<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=319\">Eulalia Monfort<\/a>, Analyst, UL International<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYnc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--582f39cfbc0985d74bce024d64261ca64b53070c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-243.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO149: On the meso-to-microscale modeling of the atmospheric boundary layer in a complex terrain site: an open-science framework.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=146\">Roberto Aurelio Chavez-Arroyo<\/a>, Researcher, CENER<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbDRDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--73ff410a874afc827b0dd203fcf72babaa602256\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/photo%20Alex%20Flores%20Maradiaga.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO150: Enhanced modelling of the stratified atmospheric boundary layer over steep terrain for wind resource assessment<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=170\">Alex Flores-Maradiaga, PhD<\/a>, Assitant Professor & Head of the Hirschmann Renewable Energy Lab, Federico Santa Mar\u00eda Technical University<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--cc93789c799f1f33f18c13e28932e4687f869451\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-265.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO151: An approach for estimating energy losses due to ice in pre-construction energy assessments<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=169\">Alejandro Abascal<\/a>, Global Technical Support Head - Energy Assessment, Iberdrola Renovables<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcG9DIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0ef7287c14733f39faca677d0635a21cf81eba59\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/albert_profile.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO152: Effective validation for time series icing modelling using operational SCADA data<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=143\">Albert Bosch i Mas, MSc<\/a>, Wind Meteorologist , Vortex<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1e9abdc56d4ece5c6e5844e1d8086e6f0b386a0a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-94.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO153: How long should be \u00ab long term \u00bb to reduce uncertainty on annual wind energy assessment ?<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=173\">Alexis Dutrieux<\/a>, Managing Director, ATM-PRO S.P.R.L.<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYjA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--55c0776a45d8aad55d5c419d7cfea17d1d34aca1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-110.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO155: Machine learning methods to reduce uncertainty in energy yield assessment<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=147\">Trenton Bush<\/a>, Analyst, K2 Management<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWVU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5497fdfbf09bd0b5aa28e6f224d15fb8fe11be55\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-111.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO156: Historical wind speed trends and impact on long-term adjustment and interannual variability in Cyprus<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=276\">Konstantinos Gkarakis<\/a>, Energy Engineer, University of West Attica<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBjQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2fa0125c25e5d8740c53f07caea267781fec42df\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-151.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO157: Wind speeds from global reanalyses. Intercomparison and validation with met mast data.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=251\">Jaume Ramon<\/a>, Research Student, Barcelona Supercomputing Center (BSC)<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYU09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d4adae5d3bf651f5ff25d4c851daec99cac00efb\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-157.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO158: A model for comparative assessment of wind sites with regards to blade erosion<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=312\">Raul Prieto<\/a>, Senior Scientist - Wind Power, VTT - Technical Research Centre of Finland<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaGdCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--da49742203126152ff277214c846f2a53333339e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Bild%201.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO160: Are mesoscale ensembles useful for estimating the uncertainty of wind resource atlases? [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=194\">Dr. Bj\u00f6rn Witha<\/a>, Post-Doc, ForWind, University of Oldenburg<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBQdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--61c16c8839717042bc1e0cffed932c2e44dc41e4\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-167.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO161: SCADA data as a means for the verification of mesoscale wind simulations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=190\">Axel Weiter, MSc<\/a>, Product Developer Wind Atlas, anemos GmbH<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1VCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6615208123327adca1d8872c89f1e3856a1410cc\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/REK%20bild_jpeg.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO162: Verification of a fully numerical approach for early stage wind resource assessment in absence of onsite measurements<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=316\">Dr Rolf-Erik Keck<\/a>, Senior Wind Analyst, Modern Energy<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbXNEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--361b0588a40adeaea893b6892703fe38d7c8e6d9\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Default%20Avatar.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO164: CFD Modelling of mast effects on anemometer readings<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=259\">Neil Atkinson<\/a>, K2 Management<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWUk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2e61ad904ab559b28c560cb8e33772a82ee3ce06\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-121.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO165: Analysis on the parameters under the power measurement uncertainty for a small wind turbine <\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=273\">Keonhoon Kim<\/a>, Principal Researcher, KOREA INSTITUTE OF ENERGY RESEARCH<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBaQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9bc8dd1efce2b1d134bb88c680611f954daf8242\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-136.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO166: Using wind data from meteorological stations in France for the long-term adjustment<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=238\">H\u00e9l\u00e8ne Willis<\/a>, Wind Analyst, Eoltech<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBQZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--201887051f2c13b381bdbc34851884f3860cb9ba\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-182.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO167: Introduction of principle of reversal of evidence in power curve warranties<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=189\">Axel Albers<\/a>, Managing Director, Deutsche WindGuard<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWnc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--340e39c524673c2234d6d2e536eade07aa5e86c3\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-29.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO168: Evaluation of wind measurement uncertainty of Windcube in complex terrain<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=303\">Paul Mazoyer<\/a>, Application Engineer, Leosphere<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcE1EIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--cd79e1289bead9145ef4197ead66447f7bcdc249\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/nicolas%20marquet.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO169: Flow Complexity Recognition and vector averaging. Experience with LiDAR data in moderately complex terrain.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=309\">Nicolas Marquet<\/a>, Engineer, DNV GL<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBPQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1affef2fd721c6be7180980ce5b03b3e60a33344\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-119.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO170: Reducing annual energy production sensitivity to precipitation with remote sensing devices<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=181\">Andrew Black, MSc<\/a>, Researcher, Vaisala<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO171: Using lightships in the North Sea as a platform for long term wind lidar measurements<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=192\">Beatriz Ca\u00f1adillas<\/a>, Senior Engineer at R&D group, UL International<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYnM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a4bdf9f1435e9c7b3599d382e8813e8c27a8b8cb\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-69.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO172: Engineering models for turbine wake velocity deficit and wake deflection. A new proposed approach for onshore and offshore applications.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=145\">Renzo Ruisi, MSc<\/a>, Researcher, DNV GL<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYmM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0af3183d28606683d4eff57bcfc1e7321bff1e60\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-81.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO173: A multi-project validation study of a time series-based wake model<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=137\">Mark Stoelinga<\/a>, Senior Scientist, Vaisala<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1e9abdc56d4ece5c6e5844e1d8086e6f0b386a0a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-94.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO174: Sensitivity analysis on power output calculation in a waked environment : how does wake influence power output ?<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=173\">Alexis Dutrieux<\/a>, Managing Director, ATM-PRO S.P.R.L.<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa2NCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b27e20e93646b00e5255df6851a6c3ed2d937c7a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Headshot%20-%20DWS.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO175: Rapid RANS wake simulation with customisable turbine models: CPU \/ GPU with Python interface<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=213\">Dr David Standingford<\/a>, Director, Zenotech Ltd<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                                <div class=\"poster row m-b-6 topic-129\" data-topic=\"129\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZXc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c802bed26c1da6338eaa957673415ddd27f5c5db\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Kester%20Gunn.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO176: Improvements to the Eddy Viscosity wind turbine wake model<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=142\">Kester Gunn<\/a>, Modelling and Analytics Expert, E.ON<\/p>\n          <p>Resource Assessment<\/p>\n                  <\/div>\n      <\/div>\n                                                                                  <div class=\"poster row m-b-6 topic-177\" data-topic=\"177\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYWs9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--aa10ffdfbd2f2b6c097fc48e14fe9364865260c7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-28.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO177: Innovative solutions for developing soft skills and leadership skills in the wind energy industry for the digital era<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=320\">Dr. Sarah Barber<\/a>, Programme Leader Wind Energy, University of Applied Sciences Rapperswil<\/p>\n          <p>Health & safety and skills<\/p>\n                  <\/div>\n      <\/div>\n                                                                    <div class=\"poster row m-b-6 topic-178\" data-topic=\"178\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBJdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e2e7c8e6a776ed47d92ed22ed3b81f96bfdbabe4\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-74.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO178: Elican project completion: installation of world\u2019s first crane-less bottom fixed offshore wind tower<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=113\">Jos\u00e9 Serna<\/a>, CTO, ESTEYCO<\/p>\n          <p>Supply chain & Logistics<\/p>\n                  <\/div>\n      <\/div>\n                                                                    <div class=\"poster row m-b-6 topic-178\" data-topic=\"178\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--72388aa8847c4e8cf310bd462994b8a60c7ab120\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Imagen2.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO180: Methodogy for pre-design of gravity based foundations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=112\">Jokin Rico<\/a>, Technical Director, INGECID<\/p>\n          <p>Supply chain & Logistics<\/p>\n                  <\/div>\n      <\/div>\n                                                                    <div class=\"poster row m-b-6 topic-178\" data-topic=\"178\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBKQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7010a31bb018afc9f2734e3434adac029dd28600\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-37.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO181: New solution for jacket foundation<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=286\">Marina Llama<\/a>, Project Manager, INGECID<\/p>\n          <p>Supply chain & Logistics<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaGtCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9b6fd9998fef8a90d84bc9f6ecead4af950de3ab\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/profile_picture.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO183: Optimised de-rated wind turbine response and loading through extended controller gain scheduling<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=204\">Christos Galinos<\/a>, Development Engineer, DTU Wind Energy<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBOUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c66d5647930d7e68ebeb9f1c18e503a8abea04fc\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-5.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO184: Implementation of special operation conditions in Bearing Robustness Test (BRT)<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=178\">Andreas Hirt<\/a>, Research Assistant, Center for Wind Power Drives (RWTH Aachen University)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZkU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--917e370dea640863482f637f637950b4e223d5ba\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/fredric_Ottermo.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO185: Incorporating tower mass into expression for first-mode eigenfrequency of a semi-guy-wired vertical axis wind turbine tower<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=226\">Fredrikc Ottermo<\/a>, Associate Professor in Energy Engineering, Halmstad University<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa01CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--546eb513cc5aa51810c77f6dce39af6fc9409b7b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Fuellhaas.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO186: Reduction of LCoE by a smart tower solution for hub heights of 160+ [m]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=335\">Wolfgang Fuellhaas<\/a>, Project Manager, MECAL<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBWUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--720d5e27a6ab9da4245c0c499b211ec516a9bb4d\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-23.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO187: Gearbox design for wear minimization: lessons from the field<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=125\">Edgar Martinez de Aguas<\/a>, CEO, Atten2 Advanced Monitoring Technologies<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBPdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8112cf5ea4d6b2c9e94319bac88237354d38b733\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-30.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO188: Development of INGECON\u00ae WIND LV Power Converter for DFIG topology wind turbines up to 5.X MW<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=185\">Aritz Lorea Irigu\u00edbel<\/a>, DFM Product Manager, Ingeteam Power Technology S.A.<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO189: Model sensitivity analysis for an electromechanical simulation of a direct-drive generator<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=329\">Tobias Duda<\/a>, Research Scientist, Center for Wind Power Drives (RWTH Aachen University)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1d05f26923aa1d3c27eeddd58d7aa27e340269ed\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-58.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO190: \"FlexPad\u201d - Test bench trials on an innovative sliding bearing for the wind turbine main bearing<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=127\">Tim Schr\u00f6der<\/a>, Team Leader WT Component Design, Chair for Wind Power Drives (RWTH Aachen University)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaHdCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--69d7ffad4837bc278c7c0ca8527b6e0823ec0745\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/1.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO191: Determination of wind turbine main bearing load distribution<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=327\">Stefan Kock<\/a>, Team Leader Component Test, Center for Wind Power Drives (RWTH Aachen University)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBKZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4da8d8c419629ba8aeacbe31fc690b7bbba5b2e0\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-78.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO192: MODEOL: New generation of technology for the development of wind turbine modules<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=123\">Aitor Zurutuza, PhD<\/a>, R&D Manager, Laulagun Bearings <\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBalVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b5f209e72d4fca39d1b30f0602b1148b9af7184d\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Markus%20Bauer.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO193: The EcoSwing Generator \u2013 World\u2019s first superconducting wind power generator supplying power to the grid [Poster Award Winner]<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=126\">Dr. Markus Bauer<\/a>, VP Business Development, THEVA D\u00fcnnschichttechnik GmbH<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBhZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2747aff966e4fcd1e7dcda670dcf4f1cb3e0a6f1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-92.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO194: A straightforward way to calculate the stiffness of slewing bearings<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=245\">Dr Iker Heras<\/a>, Associate professor, University of the Basque Country<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHNFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--174c3c53c6b1f79e7e29b308823d0ac53b8ab87e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Screenshot_20190405-122556__01.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO195: Wind train technology: mechanical energy storage in turbine blades to boost electrical output<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=218\">Dishant Mishra<\/a>, Project Head, Baud Resources <\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYW89IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0dbdf3b4d5ec81c8c90dad02dd22b2e5a106406a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-107.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO196: Extremum seeking control for optimization of a Pelton turbine controller in a hydraulic wind turbine<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=321\">Sebastiaan Paul Mulders<\/a>, PhD Candidate, Delft University of Technology<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBY0U9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6f8d0502fb7f5b18d6ed35b06b4fe6e551e70c6a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-116.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO197: Wind tunnel setup for experimental validation of wind turbine control concepts under tailor-made reproducible wind conditions<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=164\">Vlaho Petrovi\u0107<\/a>, Postdoc, ForWind, University of Oldenburg<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYkk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e29eee6aeb1d3efb4511a05be0b81437f32100a9\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-183.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO198: Parametric study of vane-type vortex generators under adverse pressure gradient by source term modelling in OpenFOAM<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=333\">Unai Fernandez-Gamiz<\/a>, Associate Professor, University of the Basque Country<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYWM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08c90a899d4f2ae554986257d197ce19432e4e4b\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-185.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO199: Preliminary validation of ATOM: an aero-servo-elastic design tool for next generation wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=318\">Mr Samuel Scott<\/a>, PhD Student, University of Bristol<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBHZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ebb13667617c15b9dc207bb61a2aea8c14f63bfd\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-187.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO200: A new approach for comparability of two- and three-bladed 20 MW offshore wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=75\">Fabian Anstock, MSc.<\/a>, Research Associate, Hamburg University of Applied Science<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcUFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--bf1b4fabd7e1b26a8040217ece39e055b345ce23\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/beatriz%20mendez.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO201: New low-drag vortex generators concept<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=281\">Beatriz M\u00e9ndez<\/a>, Researcher, CENER<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBQQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d724e4f4969317083c7e90ae4e347b3489776967\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-190.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO202: Pitch bearing lifetime prediction considering the effect of the pitch control strategy<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=187\">Dr. Arkaitz Lopez Jauregui, PhD<\/a>, PhD Engineering, Laulagun Bearings<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5dfeab4195168ff3b526ab72fb744a27dbb94ade\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-195.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO203: Challenges of next generation wind turbine blades<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=62\">John Korsgaard<\/a>, Senior Director, LM Wind Power<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjQ9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--da00fcd696c229b5e1758eec32fcd316d8f837d6\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-204.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO204: OEMs are Shifting Towards Global Supply Chain Cost Optimization at the Expense of Optimal Turbine LCOE<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=306\">Philip Totaro<\/a>, CEO, IntelStor<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWlU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--17291b3b597529f4d921c3bbfdb6f76846589ce7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-217.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO205: Harvesting high altitude wind energy - Airborne wind turbine<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=295\">Michael Perlberger<\/a>, Founder, Brainwhere GmbH<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYTA9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5d7c8d91b5aa6b38198b44ea32e773f3f896680f\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-221.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO206: The benefit of the teetering rotor in an offshore wind turbine and floating platform system<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=324\">Silvestro Caruso<\/a>, CTO, Seawind Ocean Technology<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/assets\/default-avatar-51ddd4b2dfc0ae814449cc3f2d759598f38447543c8a165d544dddc76eeacd6f.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO207: Evolutionary bearing design could boost wind turbine availability and profitability<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=195\">Blanca Martin<\/a>, Global Business Development - Energy, SKF<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWUE9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d35851136632bd975d7e94f05b2072efdfaadb6c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-277.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO208: Different types of TMD for application in onshore and offshore wind turbine towers<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=271\">Karl-Heinz Hanus<\/a>, Senior Engineer, ESM Energie- und Schwingungstechnik Mitsch GmbH<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBY0E9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4281e414948830bb86d1275e4f52e4177267a261\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-27.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO211: On wind turbine control for participation in grid frequency regulation<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=163\">Iker Elorza<\/a>, Control and Monitoring Researcher, IK4-Ikerlan<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBjZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0be500617991200bde0d12e0b72509452169c7bb\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-89.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO212: A blade load feedback control for floating offshore wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=253\">Joannes Olondriz<\/a>, Researcher, IK4-Ikerlan<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbjBCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b3c692793c382feff8b54ee574bf81ba1db55b51\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/photo%20FG.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO214: Real-time incoming wind preview from nacelle LiDAR measurements<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=230\">Fabrice Guillemin<\/a>, Wind Turbine Control Project Manager, IFP Energies nouvelles<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa0lCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b0669d7df79c42907f495989ae175aa3e446a9f0\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/SH_Photo.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO215: Nonlinear estimation of important variables using neural network in wind farms<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=328\">Prof.  Sung-ho Hur, PhD<\/a>, Assistant Professor, School of Electronics Engineering, Kyungpook National University<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9402ed24aad0bccc1ea8f34a4907a92d43c3e7b7\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-15.jpeg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO216: Foundation damping modelling for the optimum design of offshore wind turbines<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=166\">Dr. Abdollah Malekjafarian, PhD<\/a>, Research Scientist, University College Dublin<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBam9CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f98b5253b04cd5412290a9ebd068f8d4ad95cce4\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Photo_Kostas2.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO217: Comparative concept design study of laterally loaded monopiles<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=277\">Kostas Kaltekis, MSc<\/a>, Geotechnical Consultant, Fugro<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1lEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--90a61c2b94e018cf589c0f9d81147cb9ddb8a82c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/JesperM%C3%B8ller_5533.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO218: Integrated implementation of industrial innovation for offshore wind cost reduction<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=77\">Jesper Moeller<\/a>, Head of Offshore Balance of Plant Innovations, Siemens Gamesa Renewable Energy<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZkU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--917e370dea640863482f637f637950b4e223d5ba\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/fredric_Ottermo.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO219: Comparison of inflow-turbulence and trailing-edge noise models with measurements of a 200-kW vertical axis wind turbine<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=226\">Fredrikc Ottermo<\/a>, Associate Professor in Energy Engineering, Halmstad University<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2c5be91f23e9fb69b8949b4f34ab15fdfa92ddc6\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-59.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO220: DNV GL experience on Blade manufacturing flaws in operational assets<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=61\">Amilcar Zambrano<\/a>, Senior Engineer, DNV GL<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa1VCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--cbeefdc22055d78a75108ed36f9c6e93c0ccf5a8\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/photo.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO221: Effects of leading edge erosion on the power performance and acoustic noise emissions of locally manufactured small wind turbine blades<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=278\">Kostas Latoufis<\/a>, Researcher, National Technical University of Athens (NTUA)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbEVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--288870f31bb261a88911034feef187d4a71aebcf\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Elena_Llorente.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO222: Serrations effect on the aerodynamic performance of wind turbine airfoils<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=224\">Elena Llorente<\/a>, Aerodynamic Lead, Nordex Group<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBiQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--95df3b62e57a543426e6717416eec0330170d5e5\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-184.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO224: Understanding of leading-edge protection erosion performance using nano-silicates for modification<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=247\">Imad Ouachan, MChem<\/a>, PhD Researcher, Univeristy of Bristol (ACCIS)<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa3dEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--21201d4cc5cda9458c8698b75f03a26bab5e1828\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Profile%20Picture_Robbie%20Herring.JPG\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO225: Computational fluid dynamics methodology for characterisation of leading edge erosion in whirling arm test rigs<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=64\">Robbie Herring<\/a>, EngD Student, University of Bristol<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaThCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--290dd6ce6fbed97aa8f2b19dccf5c8ce2202c61e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_20120416_110705.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO226: Measuring MNm torques withing a high-temperature superconducting generator prototype testing campaign<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=237\">Hans Kyling<\/a>, Group Manager, Fraunhofer IWES<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBazRCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a90dc080256c1825e9221aeaa2f791f092d178f0\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/foto_izc.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO227: Optimizing of the performance and energy generation of wind turbines and wind farms: Medium Voltage Solution including self-powered protection & control unit.<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=248\">Izaskun Zamakona<\/a>, Project Manager, Ormazabal<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWTg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8d442868a3d727014e239e7c83c462cb54c0af3e\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-51.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO229: CFD for site calibration of nacelle mounted lidar<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=138\">Matt Smith<\/a>, Senior Sales Manager, Zephir Ltd<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBHUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9f4de3cfa5f9ad2f47e0891f912cc1780cabf7d1\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-108.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO230: Investigating the potential of offshore wind turbine position optimization<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=74\">Bryce Wade<\/a>, MSc. Energy Technologies, University of Lisbon <\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBakFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f2100916f00c3ec5ff13d3c02023e9e42b47f926\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Alvaro%20Gonzalez%20SalcedoJPEG.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO231: Digital twin of a real wind turbine: development and validation<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=124\">Alvaro Gonz\u00e1lez-Salcedo<\/a>, Engineer, CENER<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBakFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f2100916f00c3ec5ff13d3c02023e9e42b47f926\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/Alvaro%20Gonzalez%20SalcedoJPEG.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO232: Development of a panel code and integration into OpenFAST<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=124\">Alvaro Gonz\u00e1lez-Salcedo<\/a>, Engineer, CENER<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYjg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--bd5f9a1c2d463539965fa9e30a7e884ad6e3294c\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-709_question-Presenting%20Author%20Photo_id-179.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO233: Optimising yaw control at wind farm level<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=162\">Ervin Bossanyi<\/a>, Senior Principal Researcher, DNV GL<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaEFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1bd206bdbb0f125db67d6afa2bb94f489287820a\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/IMG_20181115_150101.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO235: Use of IoT sensing devices to optimise wind farms operations<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=161\">Bruno Pinto<\/a>, CTO, Sereema<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n                                                      <div class=\"poster row m-b-6 topic-183\" data-topic=\"183\">\n        <div class=\"col col-auto m-b-4\">\n          <img decoding=\"async\" src=\"https:\/\/proceedings.windeurope.org\/confex2019\/portal\/rails\/active_storage\/representations\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWms9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--3d08624dbcd1cd13744b8e22ebe114718796ee52\/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCam9VWTI5dFltbHVaVjl2Y0hScGIyNXpld2c2RG5Sb2RXMWlibUZwYkVraURUUXdNSGcwTURCZUJqb0dSVlE2REdkeVlYWnBkSGxKSWdwdWIzSjBhQVk3QjFRNkMyVjRkR1Z1ZEVraUREUXdNSGcwTURBR093ZFUiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--fcab33710c28799c75dce8a20bf7668da61d1cdf\/WindEurope%20Conference%20and%20Exhibition%202019_stage-708_question-Presenting%20Author%20Photo_id-253.jpg\" style=\"width: 150px; height: auto; border-radius: 100%;\">\n        <\/div>\n        <div class=\"col\">\n          <h3>PO236: Innovative system for performance monitoring and optimization: independent data to increase AEP & preserve turbine lifetime<\/h3>\n          <p><a href=\"https:\/\/windeurope.org\/confex2019\/conference\/presenters\/?presenter_id=300\">Mus Rezzoug<\/a>, Managing Director, Sereema<\/p>\n          <p>Turbine Technology<\/p>\n                  <\/div>\n      <\/div>\n      <\/div>\n\r\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":0,"parent":8,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-2588","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>Posters - WindEurope Conference &amp; Exhibition 2019<\/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\/confex2019\/conference\/posters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Posters - WindEurope Conference &amp; Exhibition 2019\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/\" \/>\n<meta property=\"og:site_name\" content=\"WindEurope Conference &amp; Exhibition 2019\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-31T20:32:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/\",\"url\":\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/\",\"name\":\"Posters - WindEurope Conference &amp; Exhibition 2019\",\"isPartOf\":{\"@id\":\"https:\/\/windeurope.org\/confex2019\/#website\"},\"datePublished\":\"2019-03-24T09:11:50+00:00\",\"dateModified\":\"2019-03-31T20:32:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windeurope.org\/confex2019\/conference\/posters\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windeurope.org\/confex2019\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conference\",\"item\":\"https:\/\/windeurope.org\/confex2019\/conference\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Posters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windeurope.org\/confex2019\/#website\",\"url\":\"https:\/\/windeurope.org\/confex2019\/\",\"name\":\"WindEurope Conference &amp; Exhibition 2019\",\"description\":\"Delivering a clean economy for all Europeans\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windeurope.org\/confex2019\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Posters - WindEurope Conference &amp; Exhibition 2019","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\/confex2019\/conference\/posters\/","og_locale":"en_US","og_type":"article","og_title":"Posters - WindEurope Conference &amp; Exhibition 2019","og_url":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/","og_site_name":"WindEurope Conference &amp; Exhibition 2019","article_modified_time":"2019-03-31T20:32:47+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/","url":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/","name":"Posters - WindEurope Conference &amp; Exhibition 2019","isPartOf":{"@id":"https:\/\/windeurope.org\/confex2019\/#website"},"datePublished":"2019-03-24T09:11:50+00:00","dateModified":"2019-03-31T20:32:47+00:00","breadcrumb":{"@id":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windeurope.org\/confex2019\/conference\/posters\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/windeurope.org\/confex2019\/conference\/posters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windeurope.org\/confex2019\/"},{"@type":"ListItem","position":2,"name":"Conference","item":"https:\/\/windeurope.org\/confex2019\/conference\/"},{"@type":"ListItem","position":3,"name":"Posters"}]},{"@type":"WebSite","@id":"https:\/\/windeurope.org\/confex2019\/#website","url":"https:\/\/windeurope.org\/confex2019\/","name":"WindEurope Conference &amp; Exhibition 2019","description":"Delivering a clean economy for all Europeans","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windeurope.org\/confex2019\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/pages\/2588"}],"collection":[{"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/comments?post=2588"}],"version-history":[{"count":3,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/pages\/2588\/revisions"}],"predecessor-version":[{"id":3163,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/pages\/2588\/revisions\/3163"}],"up":[{"embeddable":true,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/pages\/8"}],"wp:attachment":[{"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/media?parent=2588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/categories?post=2588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windeurope.org\/confex2019\/wp-json\/wp\/v2\/tags?post=2588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}