CINXE.COM
Detailed programme
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="stylesheet" href="js/jquery/css/jquery.css" /><link rel="stylesheet" href="style-978-0-0-0.css" /><title>Detailed programme</title><meta name="viewport" content="initial-scale=1.0" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="Detailed programme" /><meta property="og:site_name" content="Detailed programme" /><meta property="og:title" content="Detailed programme" /><meta property="og:type" content="website" /><meta name="Content-Language" content="fr-FR" /><meta property="og:locale" content="fr_FR" /><meta name="Language" content="fr" /><meta name="description" content="Discover the detailed programme of the Sea Tech Week 2024, day by day" /><meta name="twitter:description" content="Discover the detailed programme of the Sea Tech Week 2024, day by day" /><meta property="og:description" content="Discover the detailed programme of the Sea Tech Week 2024, day by day" /><meta name="keywords" content="programme,workshops,sessions,agenda" /><link rel="stylesheet" type="text/css" href="js/tarteaucitron.js-1.19.0/css/tarteaucitron.css" /> <link rel="stylesheet" type="text/css" href="js/tarteaucitron.css" /> <link rel="stylesheet" type="text/css" href="js/bower_components/font-awesome/css/all.min.css" /> <script type="text/javascript" src="js/combo/list=js/swfobject.js|js/tarteaucitron.js-1.19.0/tarteaucitron.js|js/jquery/jquery.js|js/setHgt.js|js/jquery/cycle2/jquery.cycle2.min.js|js/jquery/jquery.scrollTo.js|js/bower_components/jQuery-One-Page-Nav/jquery.nav.js|js/bower_components/lazysizes/lazysizes.min.js|js/jquery/jquery.easing.1.3.js|res/outside/1H2V3Vv4/pub.js|js/rollOver.js|js/jquery/fancybox2/jquery.fancybox.js|js/jquery/jquery.mousewheel.min.js|js/jquery/fancybox2/helpers/jquery.fancybox-media.js|js/jquery/jquery-ui.js|js/bower_components/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"></script> <link rel="shortcut icon" href="files/872/favicon.ico" /> <script type="text/javascript"> tarteaucitron.cdn = "/js/tarteaucitron.js-1.19.0/"; tarteaucitron.init({ "privacyUrl": "", /* Privacy policy url */ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ "cookieName": "tarteaucitron", /* Cookie name */ "orientation": "middle", /* Banner position (top - bottom) */ "groupServices": false, /* Group services by category */ "showAlertSmall": false, /* Show the small banner on bottom right */ "cookieslist": false, /* Show the cookie list */ "closePopup": false, /* Show a close X on the banner */ "showIcon": true, /* Show cookie icon to manage cookies */ //"iconSrc": "", /* Optionnal: URL or base64 encoded image */ "iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */ "adblocker": false, /* Show a Warning if an adblocker is detected */ "DenyAllCta" : true, /* Show the deny all button */ "AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ "highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */ "handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ "removeCredit": false, /* Remove credit link */ "moreInfoLink": true, /* Show more info link */ "useExternalCss": true, /* If false, the tarteaucitron.css file will be loaded */ "useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */ "readmoreLink": "", /* Change the default readmore link */ "mandatory": true, /* Show a message about mandatory cookies */ "googleConsentMode": true, }); (tarteaucitron.job = tarteaucitron.job || []).push('youtube'); tarteaucitron.user.googleFonts = ["Barlow Condensed:200,400,600","Roboto Mono:400,700"];(tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');(tarteaucitron.job = tarteaucitron.job || []).push('maps_noapi'); </script> <script type="text/javascript"><!-- var onLoadFunc = new Array(); onload=process_onLoad; function process_onLoad() { for (i_process_onLoad=0; i_process_onLoad<onLoadFunc.length ; i_process_onLoad++) { eval(onLoadFunc[i_process_onLoad]); } } function popupWindow(url, width, height) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',screenX=150,screenY=150,top=150,left=150').focus(); } function popupWindowP(url, opts) { window.open(url,'popupWindow',opts).focus(); } //--></script><meta name="google-site-verification" content="u1l_JMb4oKorF3YC3JDbUPaqP1AYWkaTZwiG2Ay5pT4" /> <meta name="google-site-verification" content="DeAqrT5xjCFwestfBFma0p_swuuW2rjmuYUfE7Wr4Pc" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;600&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet"> <script type="text/javascript"> jQuery('document').ready(function() { // listen for scroll var positionElementInPage = jQuery('.entete').offset().top+50; jQuery(window).scroll( function() { if (jQuery(window).scrollTop() >= positionElementInPage) { // fixed jQuery('body').addClass("showHdp"); } else { // relative jQuery('body').removeClass("showHdp"); } } ); }); </script> <script type="text/javascript"> jQuery('document').ready(function() { // listen for scroll var positionElementInPage = jQuery('#menu_000430').offset().top-60; jQuery(window).scroll( function() { if (jQuery(window).scrollTop() >= positionElementInPage) { // fixed jQuery('body').addClass("floatable"); } else { // relative jQuery('body').removeClass("floatable"); } } ); }); </script><script> function diaToShowWhenVisibleInit() { var positionElementInPage=new Array(); jQuery('.diaToShowWhenVisible').each(function( index,el ) { innerHeight = window.innerHeight; positionElementInPage[index] = jQuery(el).offset().top-innerHeight-100; jQuery(window).resize( function() { innerHeight = window.innerHeight; positionElementInPage[index] = jQuery(el).offset().top-innerHeight-100; diaToShowWhenVisibleProcess(index,el); } ); jQuery(window).scroll( function() { diaToShowWhenVisibleProcess(index,el); } ); diaToShowWhenVisibleProcess(index,el); }); function diaToShowWhenVisibleProcess(index, el) { if (jQuery(window).scrollTop() >= positionElementInPage[index]) { jQuery(el).addClass("diaStartAnimation"); } else { /*jQuery(el).removeClass("diaStartAnimation");*/ } } } jQuery('document').ready(function() { diaToShowWhenVisibleInit(); }); </script></head><body class="useResponsive calqueDynResponsive useCss3Transitions responsiveTxt responsiveMarg responsiveCpAssBd responsiveMode2 responsiveMode4VersiononSide responsiveFrom2 enteteResponsive2 wrapperResponsive2 currentMenuId_978 currentMenuLevel_4"><script type="text/javascript"> jQuery(function() { jQuery( '.withjQtooltip' ).tooltip({ position: { my: "center bottom-20", at: "center top" , using: function( position, feedback ) { jQuery( this ).css( position ); jQuery( "<div>" ) .addClass( "arrow" ) .addClass( feedback.vertical ) .addClass( feedback.horizontal ) .appendTo( this ); } } }); }); </script><div id="wrapper"><div class="entete enteteWithCalq enteteHorsCont"><div class="enteteInterne"><!--responsiveMode = 2--><script type="text/javascript"> function showHide_000444(idElmt) { if (jQuery("#"+idElmt).hasClass("hideMenu") || (!jQuery("#"+idElmt).hasClass("showMenu") && !jQuery("#"+idElmt).hasClass("hideMenu"))) { jQuery("#"+idElmt).addClass("showMenu"); jQuery("#"+idElmt).removeClass("hideMenu");jQuery(".mobileMainMenu").addClass("menuShown"); jQuery(".mobileMainMenu").removeClass("menuHidden");jQuery("body").addClass("menuShown"); jQuery("body").removeClass("menuHidden"); } else { jQuery("#"+idElmt).addClass("hideMenu"); jQuery("#"+idElmt).removeClass("showMenu");jQuery(".mobileMainMenu").addClass("menuHidden"); jQuery(".mobileMainMenu").removeClass("menuShown");jQuery("body").addClass("menuHidden"); jQuery("body").removeClass("menuShown"); } } </script><div class="mobileMainMenu mobileMMAwsFont"><a id="showHideMenun1" href="javascript:showHide_000444('menuN1_000444'); scroll(0,0);"><i class="fas fa-bars awsFontMenuHidden"></i></a></div><div class="compoAss_absolute_default hide_print"><div class="compoAssPadd"><div class="compo_PersoH_defaultUltraLight_default_881 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_881"><div id="ligneId_274" class="ligne_000011"><div id="cellule_ccid_274" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_881_1_1"><!--Cell Base lanc脙漏--><div class="DLGenv2L_default_879ccid274"><script type="text/javascript"> jQuery(window).bind('resizeEnd_879ccid274', function() { jQuery("div[id^='empV1_dlgl_000316_666_274']").height('auto'); if(typeof(tabListImgs879_666_274)!='undefined'){ jQuery.each(tabListImgs879_666_274, function (i,el){ if (el.previewParam2 == 'fullScreenRatio') { if(el.ratioMode == 'q'){ var localBgCol = 'b'+el.ratioBgCol; }else{ var localBgCol = ''; } var localRatio = Math.floor((document.body.clientWidth) * 100 / (document.body.clientHeight)); var localPreviewParam2 = el.ratioMode + localRatio + localBgCol+'m'; } else { var localPreviewParam2 = el.previewParam2; } if(typeof(el.evalConteneur)!='undefined'){ diaLoadImage(el.id, 'preview/666/'+ el.previewParam1 + document.getElementById(eval(el.evalConteneur)).scrollWidth + localPreviewParam2 +'/'+el.file); } else { diaLoadImage(el.id, 'preview/666/'+ el.previewParam1 + document.getElementById(el.idConteneur).scrollWidth + localPreviewParam2 +'/'+el.file); } });} checkBeforeSetHgt('empV1_dlgl_000316_666_274','div'); }); var lastWindowHeight879ccid274 = jQuery(window).height(); var lastWindowWidth879ccid274 = jQuery(window).width(); jQuery(window).resize(function() { if(jQuery(window).height()!=lastWindowHeight879ccid274 || jQuery(window).width()!=lastWindowWidth879ccid274){ //set this windows size lastWindowHeight879ccid274 = jQuery(window).height(); lastWindowWidth879ccid274 = jQuery(window).width(); if(this.resizeTO879ccid274) clearTimeout(this.resizeTO879ccid274); this.resizeTO879ccid274 = setTimeout(function() { jQuery(this).trigger('resizeEnd_879ccid274'); }, 500); } }); </script><section class="clearfix vueListe_000316 col2_000316" id="section_879ccid274"><article class="diaListItem" data-id="113"><div id="empV1_dlgl_000316_nouvelle_666_274_113" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_113"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_113_3_274" href="https://www.bretagne.bzh/" title="2_R茅gion Bretagne"><img alt="2_R茅gion Bretagne" title="2_R茅gion Bretagne" id="imgContImg879_666_113_3_274" src="preview/666/l64q100bFFFFFFm/Region_STW.png" /></a></div></div></div></div></div></div></article><article class="diaListItem" data-id="145"><div id="empV1_dlgl_000316_nouvelle_666_274_145" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_145"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_145_3_274" href="https://www.brest.fr/brestfr-accueil-1575.html" title="3_Brest M茅tropole"><img alt="3_Brest M茅tropole" title="3_Brest M茅tropole" id="imgContImg879_666_145_3_274" src="preview/666/l64q100bFFFFFFm/BM_STW.png" /></a></div></div></div></div></div></div></article><article class="diaListItem" data-id="147"><div id="empV1_dlgl_000316_nouvelle_666_274_147" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_147"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_147_3_274" href="https://www.tech-brest-iroise.fr/" title="4_Technop么le Brest-Iroise"><img alt="4_Technop么le Brest-Iroise" title="4_Technop么le Brest-Iroise" id="imgContImg879_666_147_3_274" src="preview/666/l64q100bFFFFFFm/TBI_STW.png" /></a></div></div></div></div></div></div></article><script language="JavaScript" type="text/javascript"> onLoadFunc[onLoadFunc.length] = 'checkBeforeSetHgt(\'empV1_dlgl_000316_666_274\',\'div\',"");'; </script></section></div></div></div></div></div></div></div><div class="compo_PersoH_defaultUltraLight_default_875 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_875"><div id="ligneId_275" class="ligne_000011"><div id="cellule_ccid_275" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_875_1_1"><div class="page_default_default2UltraLight_default_883ccid275"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="padding : 0; margin : 0;"><a href="https://www.seatechweek.eu"><img alt="Sea Tech Week" src="files/883/logoseatechweekbycmm.png" style="width: 476px; height: 124px;" /></a></p> </div></div></div></div></div></div></div><div id="ligneId_273" class="ligne_000011"><div id="cellule_ccid_273" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_875_2_1"><!--Cell Base lanc脙漏--><div class="DLCycle2v2_default_877ccid273 z1VCentered"><div class="vueListe_000529 hDefil"><script type="text/javascript"> jQuery(window).bind('resizeEnd_877ccid273', function() { jQuery('#slideshow_877ccid273 article.cycle-sentinel>div').attr('id', 'empV1_dlul_000529_876_273_sentinel'); visibleItem_877ccid273 = jQuery("article[id^='item_877ccid273'].cycle-slide-active"); jQuery("article[id^='item_877ccid273']").css('display', 'block'); jQuery("div[id^='empV1_dlul_000529_876_273']").height('auto'); if(typeof(tabListImgs877__273)!='undefined'){ jQuery.each(tabListImgs877__273, function (i,el){ if (el.previewParam2 == 'fullScreenRatio') { if(el.ratioMode == 'q'){ var localBgCol = 'b'+el.ratioBgCol; }else{ var localBgCol = ''; } var localRatio = Math.floor((document.body.clientWidth) * 100 / (document.body.clientHeight)); var localPreviewParam2 = el.ratioMode + localRatio + localBgCol+'m'; } else { var localPreviewParam2 = el.previewParam2; } if(typeof(el.evalConteneur)!='undefined'){ diaLoadImage(el.id, 'preview//'+ el.previewParam1 + document.getElementById(eval(el.evalConteneur)).scrollWidth + localPreviewParam2 +'/'+el.file); } else { diaLoadImage(el.id, 'preview//'+ el.previewParam1 + document.getElementById(el.idConteneur).scrollWidth + localPreviewParam2 +'/'+el.file); } });} checkBeforeSetHgt('empV1_dlul_000529_876_273','div','backHidden_877ccid273();'); }); var lastWindowHeight877ccid273 = jQuery(window).height(); var lastWindowWidth877ccid273 = jQuery(window).width(); jQuery(window).resize(function() { if(jQuery(window).height()!=lastWindowHeight877ccid273 || jQuery(window).width()!=lastWindowWidth877ccid273){ //set this windows size lastWindowHeight877ccid273 = jQuery(window).height(); lastWindowWidth877ccid273 = jQuery(window).width(); if(this.resizeTO877ccid273) clearTimeout(this.resizeTO877ccid273); this.resizeTO877ccid273 = setTimeout(function() { jQuery(this).trigger('resizeEnd_877ccid273'); }, 500); } }); </script><a href="#" class="prevControl modeFA" id="prev_877ccid273"><i class="fa fa-chevron-left fa-3x"></i></a><a href="#" class="nextControl modeFA" id="next_877ccid273"><i class="fa fa-chevron-right fa-3x"></i></a><section class="padd_000529" data-cycle-slides="> article.diaListItem" id="slideshow_877ccid273" data-cycle-prev="#prev_877ccid273" data-cycle-next="#next_877ccid273" data-cycle-timeout="3000" data-cycle-speed="1000" data-cycle-loop="0" data-cycle-paused="false" data-cycle-allow-wrap="true" data-cycle-easing="null" data-cycle-pause-on-hover="false" data-cycle-random="false" data-cycle-fx="fade"><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_3"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l1680r178m/standscampus2022-33.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l1170r178m/standscampus2022-33.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l800r178m/standscampus2022-33.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l640r178m/standscampus2022-33.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_3_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Book your stand</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/news-878-262-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_5"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l1680r178m/standscampus2022-8.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l1170r178m/standscampus2022-8.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l800r178m/standscampus2022-8.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l640r178m/standscampus2022-8.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_5_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Registrations are open!</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/register-1051-0-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_1"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l1680r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l1170r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l800r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l640r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_1_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Discover the list of workshops</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/detailed-programme-978-0-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article></section></div><script type="text/javascript"> jQuery( '#slideshow_877ccid273' ).on( 'cycle-post-initialize', function( event, opts ) { jQuery('#slideshow_877ccid273 article.cycle-sentinel>div').attr('id', 'empV1_dlul_000529_876_273_sentinel'); }); onLoadFunc[onLoadFunc.length] = 'checkBeforeSetHgt(\'empV1_dlul_000529_876_273\',\'div\',";jQuery(\'#slideshow_877ccid273\').cycle();");'; var visibleItem_877ccid273; function backHidden_877ccid273() { jQuery("article[id^='item_877ccid273']").css('display', 'none'); visibleItem_877ccid273.css('display', 'block'); } </script><div class="spacer"></div></div></div></div></div></div><div id="menuN1_000444" class="menuN1 calq"><div class="menu_000430_wMV wMV"><!--ID = 873--><ul id="niveau1_000430_wMV" class="niveau1_000430_wMV wMV"><!--y - 874--><li id="wmv_br_874" class="br_874"><a class="br_874" title="Home" href="home-874-0-0-0.html">Home</a></li><!--y - 1046--><li id="wmv_br_1046" class="br_1046 on br_1046_on br_1046 sbmOn"><a class="br_1046 on br_1046_on" title="Programme" href="programme-1046-0-0-0.html">Programme</a><ul><!--y - 1049--><li id="wmv_br_1049" class="br_1049"><a class="br_1049" title="Overview" href="overview-1049-0-0-0.html">Overview</a></li><!--y - 978 : CCURRENT--><li id="wmv_br_978" class="br_978 on current br_978_on br_978"><a class="br_978 on current br_978_on" title="Detailed programme" href="detailed-programme-978-0-0-0.html">Detailed programme</a></li><!--y - 1069--><li id="wmv_br_1069" class="br_1069"><a class="br_1069" title="High level sessions" href="high-level-sessions-1069-0-0-0.html">High level sessions</a></li><!--y - 1067--><li id="wmv_br_1067" class="br_1067"><a class="br_1067" title="Speakers" href="speakers-1067-0-0-0.html">Speakers</a></li></ul></li><!--y - 1047--><li id="wmv_br_1047" class="br_1047 sbm"><a class="br_1047" title="Exhibition" href="exhibition-1047-0-0-0.html">Exhibition</a><ul><!--y - 1048--><li id="wmv_br_1048" class="br_1048"><a class="br_1048" title="Book your stand" href="book-your-stand-1048-0-0-0.html">Book your stand</a></li><!--y - 1037--><li id="wmv_br_1037" class="br_1037"><a class="br_1037" title="Exhibition map" href="exhibition-map-1037-0-0-0.html">Exhibition map</a></li></ul></li><!--y - 1070--><li id="wmv_br_1070" class="br_1070"><a class="br_1070" title="BtoB" href="btob-1070-0-0-0.html">BtoB</a></li><!--y - 1066--><li id="wmv_br_1066" class="br_1066"><a class="br_1066" title="Job Dating" href="job-dating-1066-0-0-0.html">Job Dating</a></li><!--y - 878--><li id="wmv_br_878" class="br_878"><a class="br_878" title="News" href="news-878-0-0-0.html">News</a></li><!--y - 1051--><li id="wmv_br_1051" class="br_1051"><a class="br_1051" title="Register" href="register-1051-0-0-0.html">Register</a></li><!--y - 879--><li id="wmv_br_879" class="br_879"><a class="br_879" title="Partners" href="partners-879-0-0-0.html">Partners</a></li><!--y - 1068--><li id="wmv_br_1068" class="br_1068"><a class="br_1068" title="Logistics" href="logistics-1068-0-0-0.html">Logistics</a></li><!--y - 880--><li id="wmv_br_880" class="br_880"><a class="br_880" title="Contacts" href="contacts-880-0-0-0.html">Contacts</a></li></ul></div><script type="text/javascript"> function shSubmenu(id) { jQuery("#"+id+" > ul").slideToggle(); jQuery("#"+id+" > div.shSubmenu > a").slideToggle(); } </script><div id="menu_000430" class="menu_000430 withLogo wMV menu_000430_parent_872 menu_000430_parent_873 menu_000430_id_1046 logoShownOnScroll"><div class="menu_000430_padd"><a class="menuLogoA" href="/" title="diasite"><img class="menuLogo" src="files/872/picto_diasite_l108.png" alt="diasite" /></a><ul class="niveau1_000430 n1_parent_872 n1_parent_873 n1_id_1046"><li id="br_874" class="br_874 niv1_000430"><a class="br_874" title="Home" href="home-874-0-0-0.html">Home</a></li><li id="br_1046" class="br_1046 on br_1046_on sbmOn sbmOn_1046 niv1_000430"><a class="br_1046 on br_1046_on" title="Programme" href="programme-1046-0-0-0.html">Programme</a><ul class="diaN2d" id="from_N1_1046"><li style="padding : 0px;margin : 0px;border : none;" class="mn_000430_out"><table cellpadding="0" cellspacing="0"><tr><td style="width : 25%" id="br_1049" class="br_1049"><a class="br_1049" title="Overview" href="overview-1049-0-0-0.html">Overview</a></td><td style="width : 25%" id="br_978" class="br_978 on br_978_on"><a class="br_978 on current br_978_on" title="Detailed programme" href="detailed-programme-978-0-0-0.html">Detailed programme</a></td><td style="width : 25%" id="br_1069" class="br_1069"><a class="br_1069" title="High level sessions" href="high-level-sessions-1069-0-0-0.html">High level sessions</a></td><td style="width : 25%" id="br_1067" class="br_1067"><a class="br_1067" title="Speakers" href="speakers-1067-0-0-0.html">Speakers</a></td></tr></table></li></ul></li><li id="br_1047" class="br_1047 sbm sbm_1047 niv1_000430"><a class="br_1047" title="Exhibition" href="exhibition-1047-0-0-0.html">Exhibition</a><ul class="diaN2d" id="from_N1_1047"><li style="padding : 0px;margin : 0px;border : none;" class="mn_000430_out"><table cellpadding="0" cellspacing="0"><tr><td style="width : 50%" id="br_1048" class="br_1048"><a class="br_1048" title="Book your stand" href="book-your-stand-1048-0-0-0.html">Book your stand</a></td><td style="width : 50%" id="br_1037" class="br_1037"><a class="br_1037" title="Exhibition map" href="exhibition-map-1037-0-0-0.html">Exhibition map</a></td></tr></table></li></ul></li><li id="br_1070" class="br_1070 niv1_000430"><a class="br_1070" title="BtoB" href="btob-1070-0-0-0.html">BtoB</a></li><li id="br_1066" class="br_1066 niv1_000430"><a class="br_1066" title="Job Dating" href="job-dating-1066-0-0-0.html">Job Dating</a></li><li id="br_878" class="br_878 niv1_000430"><a class="br_878" title="News" href="news-878-0-0-0.html">News</a></li><li id="br_1051" class="br_1051 niv1_000430"><a class="br_1051" title="Register" href="register-1051-0-0-0.html">Register</a></li><li id="br_879" class="br_879 niv1_000430"><a class="br_879" title="Partners" href="partners-879-0-0-0.html">Partners</a></li><li id="br_1068" class="br_1068 niv1_000430"><a class="br_1068" title="Logistics" href="logistics-1068-0-0-0.html">Logistics</a></li><li id="br_880" class="br_880 niv1_000430"><a class="br_880" title="Contacts" href="contacts-880-0-0-0.html">Contacts</a></li></ul></div></div></div></div></div><div class="emptyConteneur"></div><div class="diaBars bBdAndCont"><div class="navigationBarre withMicroTags hideOnPrint"><p>You are in :</p><!--UUU--><ol itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList"><!--UUU2--><li itemprop="itemListElement" itemscope="itemscope" itemtype="http://schema.org/ListItem"><a itemprop="item" href="programme-1046-0-0-0.html" title="Programme"><span itemprop="name">Programme</span></a><font>></font><meta itemprop="position" content="1" /></li><li itemprop="itemListElement" itemscope="itemscope" itemtype="http://schema.org/ListItem"><a itemprop="item" href="detailed-programme-978-0-0-0.html" title="Detailed programme"><span itemprop="name">Detailed programme</span></a><meta itemprop="position" content="2" /></li></ol></div></div><div class="conteneur" id="conteneur"><!--ImgAccc--><div class="page clearfix"><div class="centralSansMenuG"><div class="centralPadd"><div class="titreBrancheExt_000261"><h1 class="titreBranche_000261"><span>Detailed programme</span></h1></div><div class="spacer"></div><div class="currentZone"><div class="currentPadd"><div class="page_default_default2_default_978 genMargv2 pageAsso"><div class="pagePadd"><div class="textPart"><div class="Corps"><ul> <li>n.b. Sea Tech Week® also includes a <strong>gala evening</strong>.</li> </ul> <p><span data-teams="true"><span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">On Wednesday, October 16th, join us at Océanopolis for the Sea Tech Week® Gala Evening. This event provides a valuable opportunity to network with industry leaders and peers in a relaxed setting. Attendees will enjoy dinner while continuing discussions around maritime innovation. Registration is mandatory. </span></span></p> <ul> <li>An outside workshop: <strong>Maritime dronization: Welcome to Brest by Brest Métropole</strong></li> </ul> <p>Oct 15th, 4:00 - 6:00 pm. Meet at maritime station, Quai Georges Lombard – Commercial port<br /> <br /> The dronization of maritime space is one of the high-potential sectors identified as part of the metropolitan economic development strategy "Cap 2030", and led in partnership with the Pôle Mer Bretagne Atlantique. Furthermore, Brittany region, in its port strategy, has the ambition to boost a maritime economy based on jobs creating sectors of excellence. This strategy was implemented for Brest in the business project led by Brestport with, among other things, the desire to create a centre for maritime innovation requiring access to docks and industrial infrastructure.<br /> These initiatives lead Brest Métropole and Brest Port to invite you to a sea trip included a demonstration of underwater drone trajectography and a introduction to the assets and strengths of the Métropole as well as its development ambitions for this high-potential sector represented by maritime dronization.</p> <p><a class="diaSiteButton2019 btn wysiwyg_btn diaBtnSizeS" href="files/978/doca4_stw_programme_en_10-oct-2024.pdf" rel="" style="text-align:left;" target="_blank"><span class="diaSiteButton2019-button-span" style="">Programme in pdf</span></a></p> <ul> </ul> </div></div></div></div><div class="diaPlugins_default_default_default_978"><div class="STWSessions_978"><script type="text/javascript"><!-- function showHide_STWSessions(id) { jQuery('div#dayD_'+id+' .dayContent').slideToggle(); jQuery('div#dayD_'+id+' .opened').toggle(); jQuery('div#dayD_'+id+' .closed').toggle(); jQuery('div#dayM_'+id+' .dayContent').slideToggle(); jQuery('div#dayM_'+id+' .opened').toggle(); jQuery('div#dayM_'+id+' .closed').toggle(); }// --> <!-- function disableTh_STWSessions(id) { jQuery('div.event').addClass('STW_disabled'); jQuery('div.event.thema'+id+'').removeClass('STW_disabled'); if (id=='') { jQuery('div.event').removeClass('STW_disabled'); } }// --> <!-- function disableTh_STWSessionsV2(id) { jQuery('div.event').removeClass('STW_hilighted'); jQuery('div.event').addClass('STW_disabled'); jQuery('div.event.thema'+id+'').removeClass('STW_disabled'); jQuery('div.event.thema'+id+'').addClass('STW_hilighted'); jQuery('ul.thematicList > li').removeClass('selected'); jQuery('ul.thematicList > li.thema'+id+'').addClass('selected'); if (id=='') { jQuery('div.event').removeClass('STW_disabled'); jQuery('ul.thematicList > li.all').addClass('selected'); } }// --> </script><ul class="thematicList"><li>Sort by thematics :</li><li class="all selected"><a href="javascript:disableTh_STWSessionsV2('');" title="All"> All </a></li><li class="thema1"><a href="javascript:disableTh_STWSessionsV2('1');" title="Security">Security</a></li><li class="thema2"><a href="javascript:disableTh_STWSessionsV2('2');" title="Safety">Safety</a></li><li class="thema3"><a href="javascript:disableTh_STWSessionsV2('3');" title="Environment ">Environment </a></li><li class="thema7"><a href="javascript:disableTh_STWSessionsV2('7');" title="Funding">Funding</a></li><li class="thema8"><a href="javascript:disableTh_STWSessionsV2('8');" title="Social event">Social event</a></li></ul><ul class="typologyList"><li class="typo1"><a title="Workshop">Workshop</a></li><li class="typo2"><a title="HIgh level session">HIgh level session</a></li><li class="typo3"><a title="Social events and breaks">Social events and breaks</a></li><li class="typo4"><a title="BtoB meeting">BtoB meeting</a></li></ul><div class="dayGrp hideInMob" id="dayD_1"><div class="dayTitle">Oct. 15th<a class="closed" title="Open" style="display : none;" href="javascript:showHide_STWSessions('1');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" href="javascript:showHide_STWSessions('1');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent"><table cellspacing="0" cellpadding="0" class="hideInMob"><thead><tr><th style="width : 9.09%;"></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Exhibitor's hall</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">M茅ridienne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Abeille Bourbon</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">La Recouvrance</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">L脡 Eithne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Calypso</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Jeanie Johnston</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Belem</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Galway hooker</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td class="R9_900"></td><td class="R12_900"></td><td class="R1_900"></td><td class="R2_900"></td><td class="R3_900"></td><td class="R4_900"></td><td class="R5_900"></td><td class="R7_900"></td><td class="R10_900"></td><td class="R13_900"></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td class="R9_1000"></td><td class="R12_1000"><div class="event thema8 typo3" data-begin="00" data-duration="90" data-programId="54"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-opening-ceremony-940-54-0-0_popup.html" title="Opening ceremony">Opening ceremony<br /><span>10h00 - 11h30</span></a></div></td><td class="R1_1000"></td><td class="R2_1000"></td><td class="R3_1000"></td><td class="R4_1000"></td><td class="R5_1000"></td><td class="R7_1000"></td><td class="R10_1000"></td><td class="R13_1000"></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td class="R9_1100"></td><td class="R12_1100"></td><td class="R1_1100"></td><td class="R2_1100"></td><td class="R3_1100"></td><td class="R4_1100"></td><td class="R5_1100"></td><td class="R7_1100"></td><td class="R10_1100"></td><td class="R13_1100"></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td class="R9_1200"><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="7"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-7-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td><td class="R12_1200"></td><td class="R1_1200"></td><td class="R2_1200"></td><td class="R3_1200"></td><td class="R4_1200"></td><td class="R5_1200"></td><td class="R7_1200"></td><td class="R10_1200"></td><td class="R13_1200"></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td class="R9_1300"></td><td class="R12_1300"></td><td class="R1_1300"></td><td class="R2_1300"></td><td class="R3_1300"></td><td class="R4_1300"></td><td class="R5_1300"></td><td class="R7_1300"></td><td class="R10_1300"></td><td class="R13_1300"></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td class="R9_1400"></td><td class="R12_1400"><div class="event thema2 typo2" data-begin="00" data-duration="60" data-programId="48"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-1-security-maritime-surveillance-action-by-the-state-at-sea-sovereignty-non-defence-activities-940-48-0-0_popup.html" title="High level session #1 Security: maritime surveillance, action by the state at sea, sovereignty, non-defence activities">High level session #1 Security: ... <br /><span>14h00 - 15h00</span></a></div></td><td class="R1_1400"></td><td class="R2_1400"></td><td class="R3_1400"></td><td class="R4_1400"></td><td class="R5_1400"></td><td class="R7_1400"></td><td class="R10_1400"></td><td class="R13_1400"><div class="event thema8 typo4" data-begin="00" data-duration="240" data-programId="51"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-51-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>14h00 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td class="R9_1500"></td><td class="R12_1500"></td><td class="R1_1500"><div class="event thema7 typo1" data-begin="15" data-duration="150" data-programId="8"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-funding-opportunities-to-facilitate-francoirish-collaboration-in-the-blue-economy-by-enterprise-ireland-940-8-0-0_popup.html" title="Funding opportunities to facilitate Franco/Irish collaboration in the blue economy by Enterprise Ireland ">Funding opportunities to facilitate ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R2_1500"><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="10"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-impact-of-connected-systems-and-ai-on-the-safety-and-security-of-navigation-by-ecole-navale-940-10-0-0_popup.html" title="Impact of connected systems and AI on the safety and security of navigation by Ecole Navale ">Impact of connected systems and AI on ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R3_1500"></td><td class="R4_1500"><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="11"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-innovation-and-ip-strategy-by-germain-maureau-940-11-0-0_popup.html" title="Maritime innovation and IP strategy by Germain Maureau ">Maritime innovation and IP strategy by ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R5_1500"><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="12"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-offshore-seaweed-cultivation-an-emerging-industry-structural-durability-and-biosafety-issues-by-institut-de-la-corrosion-940-12-0-0_popup.html" title="Offshore seaweed cultivation, an emerging industry: structural durability and biosafety issues by Institut de la Corrosion ">Offshore seaweed cultivation, an ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R7_1500"><div class="event thema3 thema2 typo1" data-begin="15" data-duration="150" data-programId="41"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-iuu-fishing-a-global-threat-for-marine-environment-and-food-security-by-irsem-940-41-0-0_popup.html" title="IUU fishing: a global threat for marine environment and food security by IRSEM ">IUU fishing: a global threat for ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R10_1500"><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="26"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-digital-transformation-of-nautical-information-innovations-and-prospects-for-safer-navigation-by-shom-940-26-0-0_popup.html" title="Digital transformation of nautical information: innovations and prospects for safer navigation by Shom ">Digital transformation of nautical ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R13_1500"></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td class="R9_1600"></td><td class="R12_1600"></td><td class="R1_1600"></td><td class="R2_1600"></td><td class="R3_1600"></td><td class="R4_1600"></td><td class="R5_1600"></td><td class="R7_1600"></td><td class="R10_1600"></td><td class="R13_1600"></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td class="R9_1700"></td><td class="R12_1700"></td><td class="R1_1700"></td><td class="R2_1700"></td><td class="R3_1700"></td><td class="R4_1700"></td><td class="R5_1700"></td><td class="R7_1700"></td><td class="R10_1700"></td><td class="R13_1700"></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td class="R9_1800"></td><td class="R12_1800"></td><td class="R1_1800"></td><td class="R2_1800"></td><td class="R3_1800"></td><td class="R4_1800"></td><td class="R5_1800"></td><td class="R7_1800"></td><td class="R10_1800"></td><td class="R13_1800"></td></tr></tbody></table></div></div><div class="dayGrp hideInMob" id="dayD_2"><div class="dayTitle">Oct. 16th<a class="closed" title="Open" href="javascript:showHide_STWSessions('2');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" style="display : none;" href="javascript:showHide_STWSessions('2');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent" style="display : none;"><table cellspacing="0" cellpadding="0" class="hideInMob"><thead><tr><th style="width : 9.09%;"></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Exhibitor's hall</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">M茅ridienne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Abeille Bourbon</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">La Recouvrance</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">L脡 Eithne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Calypso</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Jeanie Johnston</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Belem</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Galway hooker</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td class="R9_900"></td><td class="R12_900"></td><td class="R1_900"><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="14"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-beyond-the-net-zero-research-vessels-to-emerge-which-impact-on-the-embarked-research-process-by-esprit-de-velox-940-14-0-0_popup.html" title="Beyond the Net Zero Research Vessels to emerge, which impact on the embarked research process? by Esprit de Velox ">Beyond the Net Zero Research Vessels ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R2_900"><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="16"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-green-fuels-for-the-maritime-sector-challenges-risks-and-ways-forward-challenges-of-hydrogen-for-maritime-applications-by-brestport-940-16-0-0_popup.html" title="Green fuels for the maritime sector: challenges, risks, and ways forward - Challenges of hydrogen for maritime applications by BrestPort">Green fuels for the maritime sector: ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R3_900"><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="20"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-in-support-of-territories-6th-edition-by-cerema-part-i-940-20-0-0_popup.html" title="Drones in support of territories - 6th edition by Cerema - part I ">Drones in support of territories - 6th ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R4_900"><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="17"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-ocean-preservation-crossed-perspectives-between-france-and-malaysia-by-embassy-of-france-to-malaysia-and-the-gican-940-17-0-0_popup.html" title="Ocean preservation: crossed perspectives between France and Malaysia by Embassy of France to Malaysia and the GICAN ">Ocean preservation: crossed ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R5_900"></td><td class="R7_900"><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="19"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-how-to-prevent-collisions-at-sea-by-bretagne-d%C3%A9veloppement-innovation-940-19-0-0_popup.html" title="How to prevent collisions at sea ? by Bretagne D茅veloppement Innovation ">How to prevent collisions at sea ? by ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R10_900"><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="15"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-safety-during-construction-phase-of-an-offshore-windfarm-in-france-challenges-and-actions-by-iberdrola-940-15-0-0_popup.html" title="Maritime safety during construction phase of an offshore windfarm in France: challenges and actions by Iberdrola ">Maritime safety during construction ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R13_900"><div class="event thema8 typo4" data-begin="30" data-duration="510" data-programId="52"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-52-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>09h30 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td class="R9_1000"><div class="event thema8 typo3" data-begin="45" data-duration="30" data-programId="21"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-21-0-0_popup.html" title="Coffee break">Coffee break<br /><span>10h45 - 11h15</span></a></div></td><td class="R12_1000"></td><td class="R1_1000"></td><td class="R2_1000"></td><td class="R3_1000"></td><td class="R4_1000"></td><td class="R5_1000"></td><td class="R7_1000"></td><td class="R10_1000"></td><td class="R13_1000"></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td class="R9_1100"></td><td class="R12_1100"></td><td class="R1_1100"></td><td class="R2_1100"></td><td class="R3_1100"></td><td class="R4_1100"></td><td class="R5_1100"></td><td class="R7_1100"></td><td class="R10_1100"></td><td class="R13_1100"></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td class="R9_1200"><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="45"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-45-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td><td class="R12_1200"></td><td class="R1_1200"></td><td class="R2_1200"></td><td class="R3_1200"></td><td class="R4_1200"></td><td class="R5_1200"></td><td class="R7_1200"></td><td class="R10_1200"></td><td class="R13_1200"></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td class="R9_1300"></td><td class="R12_1300"></td><td class="R1_1300"></td><td class="R2_1300"></td><td class="R3_1300"></td><td class="R4_1300"></td><td class="R5_1300"></td><td class="R7_1300"></td><td class="R10_1300"></td><td class="R13_1300"></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td class="R9_1400"></td><td class="R12_1400"><div class="event thema3 typo2" data-begin="00" data-duration="60" data-programId="49"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-2-environment-observations-and-measurements-environmental-protection-and-safety-940-49-0-0_popup.html" title="High level session #2 Environment (observations and measurements, environmental protection and safety)">High level session #2 Environment ... <br /><span>14h00 - 15h00</span></a></div></td><td class="R1_1400"></td><td class="R2_1400"></td><td class="R3_1400"></td><td class="R4_1400"></td><td class="R5_1400"></td><td class="R7_1400"></td><td class="R10_1400"></td><td class="R13_1400"></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td class="R9_1500"></td><td class="R12_1500"></td><td class="R1_1500"><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="27"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-a-common-strategy-and-roadmap-for-the-maritime-transport-decarbonisation-in-europe-by-p%C3%B4le-mer-bretagne-atlantique-940-27-0-0_popup.html" title="A common strategy and roadmap for the maritime transport decarbonisation in Europe by P么le Mer Bretagne Atlantique ">A common strategy and roadmap for the ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R2_1500"><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="57"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-green-fuels-for-the-maritime-sector-challenges-risks-and-ways-forward-sustainability-of-hydrogen-and-e-fuels-towards-a-common-framework-and-roadmap-by-brestport-940-57-0-0_popup.html" title="Green fuels for the maritime sector: challenges, risks, and ways forward - Sustainability of hydrogen and e-fuels - Towards a common framework and roadmap by BrestPort">Green fuels for the maritime sector: ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R3_1500"><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="25"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-in-support-of-territories-6th-edition-by-cerema-part-ii-940-25-0-0_popup.html" title="Drones in support of territories - 6th edition by Cerema - part II">Drones in support of territories - 6th ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R4_1500"><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="23"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-shared-use-of-marine-aids-to-navigation-by-direction-interr%C3%A9gionale-de-la-mer-nord-atlantique-manche-ouest-940-23-0-0_popup.html" title="Shared use of marine aids to navigation by Direction InterR茅gionale de la Mer Nord-Atlantique, Manche Ouest ">Shared use of marine aids to ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R5_1500"><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="60"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-dga-and-innovation-a-collaborative-work-to-achieve-success-by-dga-naval-systems-940-60-0-0_popup.html" title="DGA and innovation : a collaborative work to achieve success by DGA Naval Systems">DGA and innovation : a collaborative ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R7_1500"><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="55"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-navigating-the-future-seaport-connectivity-and-ireland-s-offshore-wind-energy-by-enterprise-ireland-940-55-0-0_popup.html" title="Navigating the Future: Seaport Connectivity and Ireland鈥檚 Offshore Wind Energy by Enterprise Ireland">Navigating the Future: Seaport ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R10_1500"><div class="event thema3 thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="59"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-norwegian-expertise-in-offshore-installation-maritime-operations-and-safety-by-innovation-norway-940-59-0-0_popup.html" title="Norwegian expertise in offshore installation, maritime operations and safety by Innovation Norway">Norwegian expertise in offshore ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R13_1500"></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td class="R9_1600"><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="28"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-28-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="61"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-61-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div></td><td class="R12_1600"></td><td class="R1_1600"></td><td class="R2_1600"></td><td class="R3_1600"></td><td class="R4_1600"></td><td class="R5_1600"></td><td class="R7_1600"></td><td class="R10_1600"></td><td class="R13_1600"></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td class="R9_1700"></td><td class="R12_1700"></td><td class="R1_1700"></td><td class="R2_1700"></td><td class="R3_1700"></td><td class="R4_1700"></td><td class="R5_1700"></td><td class="R7_1700"></td><td class="R10_1700"></td><td class="R13_1700"></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td class="R9_1800"></td><td class="R12_1800"></td><td class="R1_1800"></td><td class="R2_1800"></td><td class="R3_1800"></td><td class="R4_1800"></td><td class="R5_1800"></td><td class="R7_1800"></td><td class="R10_1800"></td><td class="R13_1800"></td></tr></tbody></table></div></div><div class="dayGrp hideInMob" id="dayD_3"><div class="dayTitle">Oct. 17th<a class="closed" title="Open" href="javascript:showHide_STWSessions('3');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" style="display : none;" href="javascript:showHide_STWSessions('3');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent" style="display : none;"><table cellspacing="0" cellpadding="0" class="hideInMob"><thead><tr><th style="width : 9.09%;"></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Exhibitor's hall</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">M茅ridienne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Abeille Bourbon</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">La Recouvrance</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">L脡 Eithne</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Calypso</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Jeanie Johnston</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Belem</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">Galway hooker</span></th><th style="width : 9.09%;">Room<br /><span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td class="R9_900"></td><td class="R12_900"></td><td class="R1_900"><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="31"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-ammonia-as-a-maritime-fuel-bridging-knowledge-gaps-for-a-safe-and-green-future-by-the-cedre-940-31-0-0_popup.html" title="Ammonia as a maritime fuel: bridging knowledge gaps for a safe and green future by the Cedre ">Ammonia as a maritime fuel: bridging ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R2_900"><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="36"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-and-digital-technologies-for-maritime-observation-by-the-cerema-940-36-0-0_popup.html" title="Drones and digital technologies for maritime observation by the Cerema ">Drones and digital technologies for ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R3_900"><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="35"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-imaginaries-of-the-sea-in-ireland-s-arts-literature-and-culture-by-institute-of-art-design-and-technology-and-universit%C3%A9-rennes-2-940-35-0-0_popup.html" title="Imaginaries of the Sea in Ireland鈥檚 arts, literature and culture by Institute of Art, Design and Technology and Universit茅 Rennes 2">Imaginaries of the Sea in Ireland鈥檚 ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R4_900"><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="32"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-france-ireland-workshop-on-cybersecurity-risks-and-challenges-in-the-maritime-sector-by-universit%C3%A9-de-bretagne-occidentale-940-32-0-0_popup.html" title="France-Ireland workshop on cybersecurity risks and challenges in the maritime sector by Universit茅 de Bretagne Occidentale ">France-Ireland workshop on ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R5_900"><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="34"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-exploitation-and-valorization-of-maritime-data-by-p%C3%B4le-mer-bretagne-atlantique-940-34-0-0_popup.html" title="Exploitation and valorization of maritime data by P么le Mer Bretagne Atlantique ">Exploitation and valorization of ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R7_900"><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="29"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-deep-sea-monitoring-by-ieee-940-29-0-0_popup.html" title="Deep sea monitoring by IEEE ">Deep sea monitoring by IEEE <br /><span>09h30 - 12h00</span></a></div></td><td class="R10_900"><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="30"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-submarine-telecom-cables-new-projects-for-ocean-and-earthquake-observation-and-cable-health-monitoring-storm-by-geo-ocean-940-30-0-0_popup.html" title="Submarine Telecom cables: new projects for ocean and earthquake observation, and cable health monitoring (STORM) by Geo-Ocean ">Submarine Telecom cables: new projects ... <br /><span>09h30 - 12h00</span></a></div></td><td class="R13_900"><div class="event thema8 typo4" data-begin="30" data-duration="510" data-programId="53"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-53-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>09h30 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td class="R9_1000"><div class="event thema8 typo3" data-begin="45" data-duration="30" data-programId="43"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-43-0-0_popup.html" title="Coffee break">Coffee break<br /><span>10h45 - 11h15</span></a></div></td><td class="R12_1000"></td><td class="R1_1000"></td><td class="R2_1000"></td><td class="R3_1000"></td><td class="R4_1000"></td><td class="R5_1000"></td><td class="R7_1000"></td><td class="R10_1000"></td><td class="R13_1000"></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td class="R9_1100"></td><td class="R12_1100"></td><td class="R1_1100"></td><td class="R2_1100"></td><td class="R3_1100"></td><td class="R4_1100"></td><td class="R5_1100"></td><td class="R7_1100"></td><td class="R10_1100"></td><td class="R13_1100"></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td class="R9_1200"><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="46"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-46-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td><td class="R12_1200"></td><td class="R1_1200"></td><td class="R2_1200"></td><td class="R3_1200"></td><td class="R4_1200"></td><td class="R5_1200"></td><td class="R7_1200"></td><td class="R10_1200"></td><td class="R13_1200"></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td class="R9_1300"></td><td class="R12_1300"></td><td class="R1_1300"></td><td class="R2_1300"></td><td class="R3_1300"></td><td class="R4_1300"></td><td class="R5_1300"></td><td class="R7_1300"></td><td class="R10_1300"></td><td class="R13_1300"></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td class="R9_1400"></td><td class="R12_1400"><div class="event thema1 typo2" data-begin="00" data-duration="60" data-programId="50"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-3-safety-of-goods-and-people-resilience-at-sea-940-50-0-0_popup.html" title="High level session #3 Safety of goods and people, resilience at sea">High level session #3 Safety of goods ... <br /><span>14h00 - 15h00</span></a></div></td><td class="R1_1400"></td><td class="R2_1400"></td><td class="R3_1400"></td><td class="R4_1400"></td><td class="R5_1400"></td><td class="R7_1400"></td><td class="R10_1400"></td><td class="R13_1400"></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td class="R9_1500"></td><td class="R12_1500"></td><td class="R1_1500"><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="38"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-cybersecurity-advanced-technical-solutions-for-the-resilience-of-the-maritime-sector-by-france-cyber-maritime-and-bretagne-d%C3%A9veloppement-innovation-940-38-0-0_popup.html" title="Maritime cybersecurity: advanced technical solutions for the resilience of the maritime sector by France Cyber Maritime and Bretagne D茅veloppement Innovation ">Maritime cybersecurity: advanced ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R2_1500"><div class="event thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="37"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-autonomous-monitoring-from-surface-to-seabed-by-exail-940-37-0-0_popup.html" title="Autonomous monitoring: from surface to seabed by Exail ">Autonomous monitoring: from surface to ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R3_1500"></td><td class="R4_1500"><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="56"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-innovative-applications-of-drones-and-autonomous-vehicles-in-marine-environments-by-iit-goa-india-940-56-0-0_popup.html" title="Innovative applications of drones and autonomous vehicles in marine environments by IIT Goa India">Innovative applications of drones and ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R5_1500"></td><td class="R7_1500"><div class="event thema3 thema2 typo1" data-begin="15" data-duration="150" data-programId="40"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-safety-and-security-in-the-polar-oceans-by-universit%C3%A9-de-bretagne-occidentale-and-nord-university-940-40-0-0_popup.html" title="Maritime safety and security in the polar oceans by Universit茅 de Bretagne Occidentale and Nord University ">Maritime safety and security in the ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R10_1500"><div class="event thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="42"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-safety-and-resilience-at-sea-by-p%C3%B4le-mer-bretagne-atlantique-940-42-0-0_popup.html" title="Safety and resilience at sea by P么le Mer Bretagne Atlantique ">Safety and resilience at sea by P么le ... <br /><span>15h15 - 17h45</span></a></div></td><td class="R13_1500"></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td class="R9_1600"><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="44"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-44-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div></td><td class="R12_1600"></td><td class="R1_1600"></td><td class="R2_1600"></td><td class="R3_1600"></td><td class="R4_1600"></td><td class="R5_1600"></td><td class="R7_1600"></td><td class="R10_1600"></td><td class="R13_1600"></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td class="R9_1700"></td><td class="R12_1700"></td><td class="R1_1700"></td><td class="R2_1700"></td><td class="R3_1700"></td><td class="R4_1700"></td><td class="R5_1700"></td><td class="R7_1700"></td><td class="R10_1700"></td><td class="R13_1700"></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td class="R9_1800"></td><td class="R12_1800"></td><td class="R1_1800"></td><td class="R2_1800"></td><td class="R3_1800"></td><td class="R4_1800"></td><td class="R5_1800"></td><td class="R7_1800"></td><td class="R10_1800"></td><td class="R13_1800"></td></tr></tbody></table></div></div><div class="dayGrp hideInDesk" id="dayM_1"><div class="dayTitle">Oct. 15th<a class="closed" title="Open" style="display : none;" href="javascript:showHide_STWSessions('1');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" href="javascript:showHide_STWSessions('1');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent"><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Exhibitor's hall</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="7"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-7-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">M茅ridienne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td><div class="event thema8 typo3" data-begin="00" data-duration="90" data-programId="54"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-opening-ceremony-940-54-0-0_popup.html" title="Opening ceremony">Opening ceremony<br /><span>10h00 - 11h30</span></a></div></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td><div class="event thema2 typo2" data-begin="00" data-duration="60" data-programId="48"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-1-security-maritime-surveillance-action-by-the-state-at-sea-sovereignty-non-defence-activities-940-48-0-0_popup.html" title="High level session #1 Security: maritime surveillance, action by the state at sea, sovereignty, non-defence activities">High level session #1 Security: ... <br /><span>14h00 - 15h00</span></a></div></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Abeille Bourbon</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema7 typo1" data-begin="15" data-duration="150" data-programId="8"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-funding-opportunities-to-facilitate-francoirish-collaboration-in-the-blue-economy-by-enterprise-ireland-940-8-0-0_popup.html" title="Funding opportunities to facilitate Franco/Irish collaboration in the blue economy by Enterprise Ireland ">Funding opportunities to facilitate ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">La Recouvrance</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="10"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-impact-of-connected-systems-and-ai-on-the-safety-and-security-of-navigation-by-ecole-navale-940-10-0-0_popup.html" title="Impact of connected systems and AI on the safety and security of navigation by Ecole Navale ">Impact of connected systems and AI on ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">L脡 Eithne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Calypso</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="11"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-innovation-and-ip-strategy-by-germain-maureau-940-11-0-0_popup.html" title="Maritime innovation and IP strategy by Germain Maureau ">Maritime innovation and IP strategy by ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Jeanie Johnston</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="12"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-offshore-seaweed-cultivation-an-emerging-industry-structural-durability-and-biosafety-issues-by-institut-de-la-corrosion-940-12-0-0_popup.html" title="Offshore seaweed cultivation, an emerging industry: structural durability and biosafety issues by Institut de la Corrosion ">Offshore seaweed cultivation, an ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Belem</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 thema2 typo1" data-begin="15" data-duration="150" data-programId="41"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-iuu-fishing-a-global-threat-for-marine-environment-and-food-security-by-irsem-940-41-0-0_popup.html" title="IUU fishing: a global threat for marine environment and food security by IRSEM ">IUU fishing: a global threat for ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">Galway hooker</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="26"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-digital-transformation-of-nautical-information-innovations-and-prospects-for-safer-navigation-by-shom-940-26-0-0_popup.html" title="Digital transformation of nautical information: innovations and prospects for safer navigation by Shom ">Digital transformation of nautical ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 1 | <span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td><div class="event thema8 typo4" data-begin="00" data-duration="240" data-programId="51"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-51-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>14h00 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table></div></div><div class="dayGrp hideInDesk" id="dayM_2"><div class="dayTitle">Oct. 16th<a class="closed" title="Open" href="javascript:showHide_STWSessions('2');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" style="display : none;" href="javascript:showHide_STWSessions('2');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent" style="display : none;"><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Exhibitor's hall</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td><div class="event thema8 typo3" data-begin="45" data-duration="30" data-programId="21"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-21-0-0_popup.html" title="Coffee break">Coffee break<br /><span>10h45 - 11h15</span></a></div></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="45"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-45-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="28"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-28-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="61"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-61-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">M茅ridienne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td><div class="event thema3 typo2" data-begin="00" data-duration="60" data-programId="49"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-2-environment-observations-and-measurements-environmental-protection-and-safety-940-49-0-0_popup.html" title="High level session #2 Environment (observations and measurements, environmental protection and safety)">High level session #2 Environment ... <br /><span>14h00 - 15h00</span></a></div></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Abeille Bourbon</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="14"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-beyond-the-net-zero-research-vessels-to-emerge-which-impact-on-the-embarked-research-process-by-esprit-de-velox-940-14-0-0_popup.html" title="Beyond the Net Zero Research Vessels to emerge, which impact on the embarked research process? by Esprit de Velox ">Beyond the Net Zero Research Vessels ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="27"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-a-common-strategy-and-roadmap-for-the-maritime-transport-decarbonisation-in-europe-by-p%C3%B4le-mer-bretagne-atlantique-940-27-0-0_popup.html" title="A common strategy and roadmap for the maritime transport decarbonisation in Europe by P么le Mer Bretagne Atlantique ">A common strategy and roadmap for the ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">La Recouvrance</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="16"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-green-fuels-for-the-maritime-sector-challenges-risks-and-ways-forward-challenges-of-hydrogen-for-maritime-applications-by-brestport-940-16-0-0_popup.html" title="Green fuels for the maritime sector: challenges, risks, and ways forward - Challenges of hydrogen for maritime applications by BrestPort">Green fuels for the maritime sector: ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema2 typo1" data-begin="15" data-duration="150" data-programId="57"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-green-fuels-for-the-maritime-sector-challenges-risks-and-ways-forward-sustainability-of-hydrogen-and-e-fuels-towards-a-common-framework-and-roadmap-by-brestport-940-57-0-0_popup.html" title="Green fuels for the maritime sector: challenges, risks, and ways forward - Sustainability of hydrogen and e-fuels - Towards a common framework and roadmap by BrestPort">Green fuels for the maritime sector: ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">L脡 Eithne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="20"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-in-support-of-territories-6th-edition-by-cerema-part-i-940-20-0-0_popup.html" title="Drones in support of territories - 6th edition by Cerema - part I ">Drones in support of territories - 6th ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="25"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-in-support-of-territories-6th-edition-by-cerema-part-ii-940-25-0-0_popup.html" title="Drones in support of territories - 6th edition by Cerema - part II">Drones in support of territories - 6th ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Calypso</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="17"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-ocean-preservation-crossed-perspectives-between-france-and-malaysia-by-embassy-of-france-to-malaysia-and-the-gican-940-17-0-0_popup.html" title="Ocean preservation: crossed perspectives between France and Malaysia by Embassy of France to Malaysia and the GICAN ">Ocean preservation: crossed ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="23"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-shared-use-of-marine-aids-to-navigation-by-direction-interr%C3%A9gionale-de-la-mer-nord-atlantique-manche-ouest-940-23-0-0_popup.html" title="Shared use of marine aids to navigation by Direction InterR茅gionale de la Mer Nord-Atlantique, Manche Ouest ">Shared use of marine aids to ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Jeanie Johnston</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="60"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-dga-and-innovation-a-collaborative-work-to-achieve-success-by-dga-naval-systems-940-60-0-0_popup.html" title="DGA and innovation : a collaborative work to achieve success by DGA Naval Systems">DGA and innovation : a collaborative ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Belem</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="19"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-how-to-prevent-collisions-at-sea-by-bretagne-d%C3%A9veloppement-innovation-940-19-0-0_popup.html" title="How to prevent collisions at sea ? by Bretagne D茅veloppement Innovation ">How to prevent collisions at sea ? by ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 typo1" data-begin="15" data-duration="150" data-programId="55"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-navigating-the-future-seaport-connectivity-and-ireland-s-offshore-wind-energy-by-enterprise-ireland-940-55-0-0_popup.html" title="Navigating the Future: Seaport Connectivity and Ireland鈥檚 Offshore Wind Energy by Enterprise Ireland">Navigating the Future: Seaport ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">Galway hooker</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="15"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-safety-during-construction-phase-of-an-offshore-windfarm-in-france-challenges-and-actions-by-iberdrola-940-15-0-0_popup.html" title="Maritime safety during construction phase of an offshore windfarm in France: challenges and actions by Iberdrola ">Maritime safety during construction ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="59"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-norwegian-expertise-in-offshore-installation-maritime-operations-and-safety-by-innovation-norway-940-59-0-0_popup.html" title="Norwegian expertise in offshore installation, maritime operations and safety by Innovation Norway">Norwegian expertise in offshore ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 2 | <span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema8 typo4" data-begin="30" data-duration="510" data-programId="52"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-52-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>09h30 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table></div></div><div class="dayGrp hideInDesk" id="dayM_3"><div class="dayTitle">Oct. 17th<a class="closed" title="Open" href="javascript:showHide_STWSessions('3');"><i class="fas fa-chevron-down"></i></a><a class="opened" title="Close" style="display : none;" href="javascript:showHide_STWSessions('3');"><i class="fas fa-chevron-up"></i></a></div><div class="dayContent" style="display : none;"><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Exhibitor's hall</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td><div class="event thema8 typo3" data-begin="45" data-duration="30" data-programId="43"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-43-0-0_popup.html" title="Coffee break">Coffee break<br /><span>10h45 - 11h15</span></a></div></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td><div class="event thema8 typo3" data-begin="00" data-duration="120" data-programId="46"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-lunch-940-46-0-0_popup.html" title="Lunch">Lunch<br /><span>12h00 - 14h00</span></a></div></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td><div class="event thema8 typo3" data-begin="15" data-duration="30" data-programId="44"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-coffee-break-940-44-0-0_popup.html" title="Coffee break">Coffee break<br /><span>16h15 - 16h45</span></a></div></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">M茅ridienne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td><div class="event thema1 typo2" data-begin="00" data-duration="60" data-programId="50"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-high-level-session-3-safety-of-goods-and-people-resilience-at-sea-940-50-0-0_popup.html" title="High level session #3 Safety of goods and people, resilience at sea">High level session #3 Safety of goods ... <br /><span>14h00 - 15h00</span></a></div></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Abeille Bourbon</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="31"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-ammonia-as-a-maritime-fuel-bridging-knowledge-gaps-for-a-safe-and-green-future-by-the-cedre-940-31-0-0_popup.html" title="Ammonia as a maritime fuel: bridging knowledge gaps for a safe and green future by the Cedre ">Ammonia as a maritime fuel: bridging ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="38"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-cybersecurity-advanced-technical-solutions-for-the-resilience-of-the-maritime-sector-by-france-cyber-maritime-and-bretagne-d%C3%A9veloppement-innovation-940-38-0-0_popup.html" title="Maritime cybersecurity: advanced technical solutions for the resilience of the maritime sector by France Cyber Maritime and Bretagne D茅veloppement Innovation ">Maritime cybersecurity: advanced ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">La Recouvrance</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="36"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-drones-and-digital-technologies-for-maritime-observation-by-the-cerema-940-36-0-0_popup.html" title="Drones and digital technologies for maritime observation by the Cerema ">Drones and digital technologies for ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="37"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-autonomous-monitoring-from-surface-to-seabed-by-exail-940-37-0-0_popup.html" title="Autonomous monitoring: from surface to seabed by Exail ">Autonomous monitoring: from surface to ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">L脡 Eithne</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema3 typo1" data-begin="30" data-duration="150" data-programId="35"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-imaginaries-of-the-sea-in-ireland-s-arts-literature-and-culture-by-institute-of-art-design-and-technology-and-universit%C3%A9-rennes-2-940-35-0-0_popup.html" title="Imaginaries of the Sea in Ireland鈥檚 arts, literature and culture by Institute of Art, Design and Technology and Universit茅 Rennes 2">Imaginaries of the Sea in Ireland鈥檚 ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Calypso</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="32"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-france-ireland-workshop-on-cybersecurity-risks-and-challenges-in-the-maritime-sector-by-universit%C3%A9-de-bretagne-occidentale-940-32-0-0_popup.html" title="France-Ireland workshop on cybersecurity risks and challenges in the maritime sector by Universit茅 de Bretagne Occidentale ">France-Ireland workshop on ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema1 typo1" data-begin="15" data-duration="150" data-programId="56"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-innovative-applications-of-drones-and-autonomous-vehicles-in-marine-environments-by-iit-goa-india-940-56-0-0_popup.html" title="Innovative applications of drones and autonomous vehicles in marine environments by IIT Goa India">Innovative applications of drones and ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Jeanie Johnston</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="34"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-exploitation-and-valorization-of-maritime-data-by-p%C3%B4le-mer-bretagne-atlantique-940-34-0-0_popup.html" title="Exploitation and valorization of maritime data by P么le Mer Bretagne Atlantique ">Exploitation and valorization of ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Belem</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema1 typo1" data-begin="30" data-duration="150" data-programId="29"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-deep-sea-monitoring-by-ieee-940-29-0-0_popup.html" title="Deep sea monitoring by IEEE ">Deep sea monitoring by IEEE <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema3 thema2 typo1" data-begin="15" data-duration="150" data-programId="40"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-maritime-safety-and-security-in-the-polar-oceans-by-universit%C3%A9-de-bretagne-occidentale-and-nord-university-940-40-0-0_popup.html" title="Maritime safety and security in the polar oceans by Universit茅 de Bretagne Occidentale and Nord University ">Maritime safety and security in the ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">Galway hooker</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema2 typo1" data-begin="30" data-duration="150" data-programId="30"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-submarine-telecom-cables-new-projects-for-ocean-and-earthquake-observation-and-cable-health-monitoring-storm-by-geo-ocean-940-30-0-0_popup.html" title="Submarine Telecom cables: new projects for ocean and earthquake observation, and cable health monitoring (STORM) by Geo-Ocean ">Submarine Telecom cables: new projects ... <br /><span>09h30 - 12h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td><div class="event thema2 thema1 typo1" data-begin="15" data-duration="150" data-programId="42"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-safety-and-resilience-at-sea-by-p%C3%B4le-mer-bretagne-atlantique-940-42-0-0_popup.html" title="Safety and resilience at sea by P么le Mer Bretagne Atlantique ">Safety and resilience at sea by P么le ... <br /><span>15h15 - 17h45</span></a></div></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table><table cellspacing="0" cellpadding="0"><thead><tr class="roomNumber"><th colspan="2">Day 3 | <span class="roomNumber">BtoB</span></th></tr></thead><tbody><tr><td><span class="hIntBegin">9h00</span></td><td><div class="event thema8 typo4" data-begin="30" data-duration="510" data-programId="53"><a rel="lightbox[]" class="fancyboxIframe" style="display : inline !important;" href="detailed-programme-btob-meetings-940-53-0-0_popup.html" title="Btob meetings">Btob meetings<br /><span>09h30 - 18h00</span></a></div></td></tr><tr><td><span class="hIntBegin">10h00</span></td><td></td></tr><tr><td><span class="hIntBegin">11h00</span></td><td></td></tr><tr><td><span class="hIntBegin">12h00</span></td><td></td></tr><tr><td><span class="hIntBegin">13h00</span></td><td></td></tr><tr><td><span class="hIntBegin">14h00</span></td><td></td></tr><tr><td><span class="hIntBegin">15h00</span></td><td></td></tr><tr><td><span class="hIntBegin">16h00</span></td><td></td></tr><tr><td><span class="hIntBegin">17h00</span></td><td></td></tr><tr><td><span class="hIntBegin">18h00</span><span class="hIntEnd">19h00</span></td><td></td></tr></tbody></table></div></div></div><script type="text/javascript"> STWSessions = new diaSTWSessions(); STWSessions.mid = "978"; STWSessions.url = "js/ajax/diaPlugins/978/ajax/"; jQuery(document).ready(function(){ STWSessions.init(); }); </script><script type="text/javascript"> jQuery('document').ready(function() { jQuery( ".event" ).each(function( index ) { var begin = parseInt(jQuery( this ).data("begin")); var duration = parseInt(jQuery( this ).data("duration")); var beginF = (jQuery( this ).data("begin") * 80 / 60) + 5; var nbLines = Math.ceil((begin + duration) / 60); var durationF = (jQuery( this ).data("duration") * 80 / 60) - 10 + ( nbLines - 1 ) ; jQuery( this ).css({ top: beginF+'px', height: durationF+'px' }) }); }); </script></div></div></div><div class="spacer"></div><div class="hdp"></div></div></div></div></div><script type="text/javascript"> onLoadFunc[onLoadFunc.length] = 'fancyLightBox()'; function fancyLightBox() { // :not('.fancyboxYoutubeI') jQuery("a[rel^=lightbox]:not('.fancyboxSwf'):not('.fancyboxIframe')").fancybox({ 'helpers' : { media : {}, title: { type: 'inside' } } }); jQuery('a[rel^=lightbox].fancyboxIframe').fancybox({ 'type':'iframe', 'beforeLoad' : function() { if (this.element.data('lightbox-width') || this.element.data('lightbox-height')) { this.width = (this.element.data('lightbox-width')); this.height = (this.element.data('lightbox-height')); this.autoSize = false; this.autoHeight = false; this.autoWidth = false; } else { this.autoSize = true; this.autoHeight = true; this.autoWidth = true; } } }); jQuery('a[rel^=lightbox].fancyboxAjax').fancybox({ 'type':'ajax' }); jQuery('a[rel^=lightbox].fancyboxSwf').each( function () { jQuery(this).fancybox({ 'type':'swf','swf':{'wmode':'transparent','allowfullscreen':'true'} })}); /*jQuery('a[rel^=lightbox].fancyboxYoutube').each( function () { jQuery(this).fancybox({ 'openEffect' : 'none', 'closeEffect' : 'none', 'helpers' : { media : {} } }) } );*/ } </script></div><div class="compoAss_pdp_default"><div class="compo_PersoH_defaultUltraLight_default_914 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_914"><div id="ligneId_310" class="ligne_000011"><div id="cellule_ccid_310" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_1_1"><div class="page_default_default2UltraLight_default_1030ccid310"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="text-align: center;"><a href="https://www.linkedin.com/company/campus-mondial-de-la-mer/" target="_blank"><i class="fab fa-linkedin-in"></i></a><!-- | <a href="https://twitter.com/CampusMer?lang=fr" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>--></p> </div></div></div></div></div></div></div><div id="ligneId_294" class="ligne_000011"><div id="cellule_ccid_294" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_2_1"><div class="page_default_default2UltraLight_default_916ccid294"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="padding : 0; margin : 0;"><img alt="Sea Tech Week" class="wysiwyg_imgCPCuseResp" src="files/916/bandeauSTW_1920x400_04_10_2024.png" style="width: 1920px; height: 400px;" /></p> </div></div></div></div></div></div></div><div id="ligneId_292" class="ligne_000011"><div id="cellule_ccid_292" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_3_1"><div class="page_default_default2UltraLight_default_915ccid292"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="text-align: center;"><a href="Legals-1028-0-0-0.html">Legals</a> | <a href="Sitemap-1029-0-0-0.html">Sitemap</a> | Powered by <a href="#">diasite</a><br /> Designed by <a href="#">diateam</a></p> </div></div></div></div></div></div></div></div></div></body></html>