CINXE.COM

Job Dating

<!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-1066-0-0-0.css" /><title>Job Dating</title><meta name="viewport" content="initial-scale=1.0" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="Job Dating" /><meta property="og:site_name" content="Job Dating" /><meta property="og:title" content="Job Dating" /><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="Job Dating" /><meta name="twitter:description" content="Job Dating" /><meta property="og:description" content="Job Dating" /><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/setHgt.js|js/jquery/jquery.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_1066 currentMenuLevel_3"><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="&gt; 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 sbm"><a class="br_1046" 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--><li id="wmv_br_978" class="br_978"><a class="br_978" 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 : CCURRENT--><li id="wmv_br_1066" class="br_1066 on current br_1066_on br_1066"><a class="br_1066 on current br_1066_on" 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_1066 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_1066"><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 sbm sbm_1046 niv1_000430"><a class="br_1046" 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"><a class="br_978" 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 on br_1066_on niv1_000430"><a class="br_1066 on current br_1066_on" 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="job-dating-1066-0-0-0.html" title="Job Dating"><span itemprop="name">Job Dating</span></a><meta itemprop="position" content="1" /></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>Job Dating</span></h1></div><div class="spacer"></div><div class="currentZone"><div class="currentPadd"><div class="page_default_default2_default_1066 genMargv2"><div class="pagePadd"><div class="textPart"><div class="Corps"><p><em>This page is intended for our French-speaking audience. Please note that all information and resources related to the job dating event at Sea Tech Week&reg; 2024 will be provided in French to ensure clarity and accessibility for our French-speaking participants. </em></p> <p>Bienvenue sur la page du Job Dating de la Sea Tech Week&reg; 2024. D&eacute;couvrez les opportunit&eacute;s de carri&egrave;re propos&eacute;es par les entreprises participantes et<a href="http://www.seatechweek.eu/register-1051-0-0-0.html"> inscrivez-vous gratuitement</a> &agrave; la Sea Tech Week&reg; pour rencontrer votre futur employeur. (Attention, inscription gratuite mais <strong>obligatoire</strong>)</p> <p>La plateforme d&#39;inscription est en anglais. Pas d&#39;inqui&eacute;tude vous avez toute la proc&eacute;dure en fran&ccedil;ais <a href="https://www.seatechweek.eu/files/1066/aide-à-l-inscription.pdf">ici</a>.</p> <p>Date : Jeudi 17 octobre de 09h30 &agrave; 13h30<br /> Lieu: Le Quartz, Brest<br /> Salles A &amp; B</p> <p>&nbsp;</p> <p><span style="font-size:28px;"><a href="https://maritimekuhn.com/"><img alt="" src="files/1066/logo_maritime_kuhn.png" style="width: 300px; height: 80px;" /></a></span></p> <p><span style="font-size:18px;"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif">Reconnu comme un acteur incontournable dans le monde portuaire fran&ccedil;ais depuis 80 ans, le groupe <a href="https://maritimekuhn.com/"><strong>Maritime Kuhn</strong></a> est compos&eacute; d&#39;un ensemble d&rsquo;agences&nbsp;<span style="font-size:16px;"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif"> </span></span></span>locales qui&nbsp;<span style="font-size:16px;"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif"> </span></span></span>additionnent les comp&eacute;tences en s&rsquo;appuyant sur pr&egrave;s de 800 collaborateurs. Maritime Kuhn offre l&rsquo;ensemble des services aux navires&nbsp;: consignation, manutention, transit, douane, stockage, organisation de transport et op&eacute;rateur de termin</span></span></span><span style="font-size:16px;"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif">al.</span></span></span></p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p>Offre #1: <em><strong>Assistant administratif H/F (</strong>offre &agrave; venir)</em><br /> <a href="http://careers.werecruit.io/fr/maritime-kuhn/offres/declarant--declarante-en-douane-ec26bf">Offre #2 </a>: <em><strong>D&eacute;clarant(e) en douane H/F</strong></em><br /> <a href="http://careers.werecruit.io/fr/maritime-kuhn/offres/exploitant-transport---stockage-c885b5">Offre #3 :</a> <em><strong>Exploitant transport/stockage H/F</strong></em></p> <p>Vous souhaitez prendre connaissance des autres offres du groupe Maritime Kuhn&nbsp;disponibles en France ? Cliquez <a href="https://careers.werecruit.io/fr/maritime-kuhn#block-d3f44786-6185-4bee-80fe-ecac03c2f75c">ici</a>.&nbsp;</p> <p><a href="https://www.iroisemer.com/"><img alt="" height="60" src="files/1066/tsm-iroise-mer.png" width="297" /></a></p> <p><span style="font-size:18px;"><span style="font-family:Arial,Helvetica,sans-serif;"><span style="line-height:107%">Iroise Mer est un armateur sp&eacute;cialis&eacute; dans la conduite d&rsquo;op&eacute;rations maritimes, depuis leur phase de conception jusq<span style="letter-spacing:.05pt">u</span>&rsquo;&agrave; leur r&eacute;alisation en mer. Les navires sont exploit&eacute;s dans les ports Fran&ccedil;ais, sur des chantiers de remorquage et assistance maritime, renflouages de navire, travaux sur champ &eacute;olien. </span></span></span></p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p>Offre #1 : <em><strong>Second Capitaine SDPO</strong></em><br /> Offre #2 : <em><strong>Marin qualifi&eacute; machine (&agrave; minima dipl&ocirc;me 750kw)</strong></em><br /> Offre #3 : <em><strong>Bosco</strong></em><br /> Offre #4 : <em><strong>Chef m&eacute;canicien 8000Kw </strong></em><br /> Offre #5 : <strong><em>Officier m&eacute;canicien brevet&eacute; 750kw pour CTV </em></strong><br /> Offre #6 : <em><strong>Ing&eacute; Projets Brest </strong></em><br /> Offre #7 : <em><strong>Responsable Op&eacute;rations adjoint CTV </strong></em></p> <p>Vous souhaitez prendre connaissance des offres du TSM Iroise Mer ? Cliquez <a href="https://• https://www.tsmgroup.eu/carriere/">ici</a>.&nbsp;</p> <p><a href="https://www.enag.fr/"><img alt="" height="93" src="files/1066/logo-enag-1.jpg" style="width: 320px; height: 93px;" width="320" /></a></p> <p>Sp&eacute;cialis&eacute;e dans la conception d&rsquo;&eacute;quipements de conversion d&rsquo;&eacute;nergie, la soci&eacute;t&eacute; ENAG associe les technologies les plus fiables avec une dynamique d&rsquo;innovation et de performance que lui reconnaissent ses clients des secteurs Marine, Offshore, EMR, D&eacute;fense, Nucl&eacute;aire, Ferroviaire, Industrie et connait une croissance significative de ses activit&eacute;s.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://www.lindustrie-recrute.fr/candidat/offre/640577">Offre #1 </a>:<em><strong> Ing&eacute;nieur(e) en &eacute;lectronique-commercial grands comptes (F/H)</strong></em><br /> <a href="https://www.lindustrie-recrute.fr/candidat/offre/640581">Offre #2</a><em><strong> : Acheteur industriel (H/F)</strong></em><br /> <a href="https://www.lindustrie-recrute.fr/candidat/offre/640582">Offre #3 :</a> <strong><em>Chef de projet (H/F)</em></strong><br /> <a href="https://www.lindustrie-recrute.fr/candidat/offre/640584">Offre #4 </a>:<em><strong>Technicien Ordonnancement (F/H)</strong></em><br /> <a href="https://www.lindustrie-recrute.fr/candidat/offre/640585">Offre #5</a><em><strong> : Technicien en &eacute;lectronique (F/H)</strong></em></p> <p><a href="https://www.shom.fr/"><img alt="" height="288" src="files/1066/logo-shom.jpg" style="width: 353px; height: 288px;" width="353" /></a></p> <p style="margin:0cm 0cm 8pt">Le Service Hydrographique et Oc&eacute;anographique de la Marine (SHOM) est un &eacute;tablissement public expert en hydrographie, oc&eacute;anographie et pr&eacute;visions marines. Il &eacute;tudie les ph&eacute;nom&egrave;nes marins et fournit de nombreuses donn&eacute;es et cartes. Le SHOM recrute r&eacute;guli&egrave;rement des ing&eacute;nieurs et techniciens en recherche, informatique, SIG, etc. Rejoignez-nous !</p> <p style="margin:0cm 0cm 8pt"><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://www.shom.fr/sites/default/files/2024-07/Annonce_Chef.fe_de_projet_PEM.pdf">Offre #1 </a>: <strong><em>Charg&eacute;(e) d&#39;&eacute;tudes et de recherches en mod&eacute;lisation num&eacute;rique r&eacute;gionale - Projet europ&eacute;en FOCCUS (H/F)</em></strong><br /> <a href="https://www.shom.fr/sites/default/files/2024-07/Offre_stage_DataArchaeology_Madagascar.pdf">Offre #2</a> : <em><strong>Stage DataArchaeology : traitement, validation et analyse de mesures historiques du niveau de la mer &agrave; Madagascar</strong></em><br /> <a href="https://www.shom.fr/sites/default/files/2024-10/Annonce%20d%C3%A9taill%C3%A9e_2.pdf">Offre #3</a><em><strong> </strong></em>: <em><strong>Technicien(ne) archiviste en donn&eacute;es hydrographiques (H/F)</strong></em><br /> <a href="https://www.shom.fr/sites/default/files/2024-09/Annonce_ING_DGEC_archivages_SEDIM%20formel.pdf">Offre #4</a><em><strong> : Ing&eacute;nieur(e) g&eacute;omaticien(ne) </strong></em><br /> <a href="https://www.shom.fr/sites/default/files/2024-09/annonce_contratdeprojet_charge_etude_EMR_vagues_2024.pdf">Offre #5 </a>:<em><strong> </strong></em><strong><em>Ing&eacute;nieur(e) charg&eacute;(e) d&rsquo;&eacute;tude en &eacute;tats de mer </em></strong><br /> <a href="http://https://www.shom.fr/sites/default/files/2024-09/Annonce%20D%C3%A9taill%C3%A9e.pdf">Offre #6 :</a><strong><em> </em></strong><em><strong>Ing&eacute;nieur(e) en hydrodynamique s&eacute;dimentaire</strong></em><br /> <a href="https://www.shom.fr/sites/default/files/2024-08/Annonce_ING_DGEC.pdf">Offre #7 : </a><em><strong>Ing&eacute;nieur(e) charg&eacute;(e) d&rsquo;&eacute;tude en courantologie </strong></em><br /> <a href="https://www.shom.fr/sites/default/files/2024-09/Annonce_stage_GAP_2025_V1.pdf">Offre #8 :</a> <strong><em>Stage Ing&eacute;nieur en g&eacute;omatique </em></strong></p> <p>Vous souhaitez prendre connaissance des autres offres du SHOM ? Cliquez <a href="https://www.shom.fr/fr/qui-sommes-nous/postes-pourvoir-et-stages">ici</a>.</p> <p><a href="https://www.lamarinerecrute.fr/" target="_blank"><img alt="" height="288" src="files/1066/la-marine.png" style="width: 353px; height: 364px;" width="353" /></a></p> <p>La Marine nationale est pr&eacute;sente aux quatre coins du globe, sur tous les oc&eacute;ans, sur terre, sous les mers et dans les airs.<br /> Avec plus de 4000 emplois par an, nous sommes l&rsquo;un des plus gros employeurs en France, repr&eacute;sent&eacute;s dans 80 m&eacute;tiers : de la restauration, &agrave; la maintenance, en passant par les m&eacute;tiers de la plong&eacute;e, de l&rsquo;hydrographie, les ressources humaines ou encore le domaine de la cyber s&eacute;curit&eacute;, du num&eacute;rique, et les atomiciens, les fili&egrave;res propos&eacute;es sont tr&egrave;s vari&eacute;es et accessibles &agrave; toutes et &agrave; tous (17% de femmes).<br /> De 17 &agrave; 30 ans, avec ou sans dipl&ocirc;me, il y a forc&eacute;ment un m&eacute;tier qui vous correspond.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://www.lamarinerecrute.fr/rejoignez-l-equipage/offres-d-emploi/mecanicien-et-electrotechnicien-naval-h/f">Offre #1:</a><span class="red"><em><strong><span class="animationDecoupage__bloc"><span class="animationDecoupage__item">M&eacute;canicien</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">et</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">&eacute;lectrotechnicien</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">naval</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">H/F</span></span></strong></em><br /> <a href="https://www.lamarinerecrute.fr/rejoignez-l-equipage/offres-d-emploi/technicien-de-maintenance-navale-electricite-h/f"><span class="animationDecoupage__bloc"><span class="animationDecoupage__item">Offre #2 :</span></span></a></span><span class="red"><em><strong><span class="animationDecoupage__bloc"><span class="animationDecoupage__item">Technicien</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">de</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">maintenance</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">navale</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">-</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">&Eacute;lectricit&eacute;</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">H/F</span></span></strong></em> </span><br /> <a href="https://www.lamarinerecrute.fr/rejoignez-l-equipage/offres-d-emploi/atomicien-de-propulsion-navale-h/f">Offre #3 :</a><span class="red"><span class="animationDecoupage__bloc"><span class="animationDecoupage__item"> <em><strong>Atomicien</strong></em></span></span><em><strong> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">de</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">propulsion</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">navale</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">H/F</span></span></strong></em> </span><br /> <a href="https://www.lamarinerecrute.fr/rejoignez-l-equipage/offres-d-emploi/technicien-reseaux-et-telecommunications-h/f">Offre #4 </a>: <span class="red"><em><strong><span class="animationDecoupage__bloc"><span class="animationDecoupage__item">Technicien</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">r&eacute;seaux</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">et</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">t&eacute;l&eacute;communications</span></span> <span class="animationDecoupage__bloc"><span class="animationDecoupage__item">H/F</span></span></strong></em> </span></p> <p>Vous souhaitez prendre connaissance des autres offres de la Marine Nationale ? Cliquez <a href="https://www.lamarinerecrute.fr/">ici</a>.</p> <p><a href="https://www.quiet-oceans.com/"><img alt="" height="198" src="files/1066/quietoceanslogo_ajusté.png" width="372" /></a></p> <p>La mission de Quiet-Oceans est de permettre une exploitation durable des oc&eacute;ans en pr&eacute;servant l&rsquo;&eacute;quilibre entre activit&eacute;s humaines en mer et conservation de la biodiversit&eacute; marine.<br /> Depuis Brest, nous d&eacute;veloppons et mettons en &oelig;uvre des solutions technologiques innovantes de mesure, pr&eacute;diction et d&rsquo;att&eacute;nuation des bruits des activit&eacute;s humaines sur la biodiversit&eacute; marine, en France et &agrave; l&rsquo;international.</p> <p>Offres &agrave; d&eacute;couvrir sur place</p> <p><a href="https://www.damen.com/companies/shiprepair/damen-shiprepair-brest"><img alt="" src="files/1066/logo-damen-shiprepair-brest-scaled.jpg" style="width: 400px; height: 140px;" /></a></p> <p>Damen Shiprepair Brest (DSBr) est un chantier de r&eacute;paration bien &eacute;tabli dot&eacute; d&#39;installations modernes. Il dispose de trois cales s&egrave;ches, dont la plus grande, 420x80m, est l&#39;une des plus grandes d&#39;Europe. Des quais de r&eacute;paration avec suffisamment de grues sont &eacute;galement disponibles. Ces installations permettent au chantier d&#39;accueillir presque tous les navires du monde.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://www.seatechweek.eu/files/1066/offre-chef-d-équipe-tuyauterie-10032023.pdf">Offre #1</a> : <em><strong>Chef d&#39;&eacute;quipe tuyauterie H/F</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-coordinateur-de-sous-traitance-23-06-2023.pdf">Offre #2 :</a> <em><strong>Coordinateur de sous-traitant H/F</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-fraiseur-aléseur-25-01-2023.pdf">Offre #3 : </a><em><strong>Fraiseur Al&eacute;seur H/F</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-mécanicien-25-01-2023.pdf">Offre #4 :</a> <em><strong>M&eacute;canicien H/F</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-soudeur-tuyauterie-25-01-2023.pdf">Offre #5 :</a><em><strong> Soudeur tuyauterie H/F </strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-tourneur-25-01-2023.pdf">Offre #6 :</a> <em><strong>Tourneur H/F</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/offre-tuyauteur-25-01-2023.pdf">Offre #7 : </a><strong><em>Tuyauteur H/F </em></strong></p> <p><img alt="" height="75" src="files/1066/rvb_exail-3.png" width="214" /></p> <p>Exail est une entreprise industrielle sp&eacute;cialis&eacute;e dans les technologies de pointe dans les secteurs aussi vari&eacute;s que la robotique, le maritime, la navigation, l&rsquo;a&eacute;ronautique, le spatial et la photonique.<br /> S&rsquo;appuyant sur une forte culture entrepreneuriale, Exail garantit &agrave; ses clients civils et militaires des solutions performantes, fiables et s&eacute;curis&eacute;es, m&ecirc;me dans les environnements les plus complexes. Depuis le fond des oc&eacute;ans jusqu&rsquo;aux confins de l&#39;espace, Exail permet &agrave; ses clients de repousser les limites gr&acirc;ce &agrave; une gamme compl&egrave;te de composants, produits et syst&egrave;mes robustes. Avec un chiffre d&rsquo;affaires de plus de 320 millions d&rsquo;euros en 2023, Exail emploie plus de 1 800 personnes dans le monde et op&egrave;re dans plus de 80 pays.<br /> Exail est n&eacute;e en 2022 apr&egrave;s qu&rsquo;ECA Group et iXblue ont uni leurs forces. La soci&eacute;t&eacute; fait partie d&#39;Exail Technologies, une entreprise familiale sp&eacute;cialis&eacute;e dans la haute technologie.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://jobs.exail.com/en/annonces">Offre #1</a> : <em><strong>Architecte logiciel H/F</strong></em><br /> <a href="https://jobs.exail.com/en/annonces">Offre #2 :</a> <strong><em>Technicien de production &eacute;lectronique H/F</em></strong><br /> <a href="https://jobs.exail.com/en/annonces">Offre #3 :</a> <strong><em>Ing&eacute;nieur syst&egrave;me logiciel H/F</em></strong><br /> <a href="https://jobs.exail.com/en/annonces">Offre #4 :</a> <strong><em>DevOps H/F</em></strong><br /> <a href="https://jobs.exail.com/en/annonces">Offre #5 :</a> <strong><em>Test Lead Logiciel H/F</em></strong></p> <p>Vous souhaitez prendre connaissance des autres offres d&#39;Exail ? Cliquez <a href="https://jobs.exail.com/en/annonces">ici</a>.</p> <p><img alt="" height="116" src="files/1066/thales_logo_rgb.jpg" width="309" /></p> <p>Thales est un leader mondial des hautes technologies sp&eacute;cialis&eacute; dans trois secteurs d&rsquo;activit&eacute; : D&eacute;fense &amp; S&eacute;curit&eacute;, A&eacute;ronautique &amp; Spatial, et Cybers&eacute;curit&eacute; &amp; Identit&eacute; num&eacute;rique.<br /> L&rsquo;entreprise compte pr&egrave;s de 81 000 collaborateurs dans 68 pays.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://careers.thalesgroup.com/fr/fr/job/R0262384/Responsable-d%E2%80%99Ing%C3%A9nierie-Syst%C3%A8me-Moyen-d%E2%80%99Essais-de-Guerre-Electronique-F-H">Offre #1 : </a><strong><em>Responsable d&rsquo;Ing&eacute;nierie Syst&egrave;me &ndash; Moyen d&rsquo;Essais de Guerre Electronique (F/H)</em></strong><br /> <a href="https://careers.thalesgroup.com/fr/fr/job/R0260012/Responsable-D%E2%80%99%C3%A9quipe-Support-%C3%A0-l%E2%80%99ing%C3%A9nierie-F-H">Offre #2 :</a> <em><strong>Responsable D&rsquo;&eacute;quipe &ndash; Support &agrave; l&rsquo;ing&eacute;nierie (F/H)</strong></em><br /> <a href="https://careers.thalesgroup.com/fr/fr/job/R0257949/Responsable-de-Projet-IT-Ops-confirm%C3%A9-F-H">Offre #3 : </a><strong><em>Responsable de Projet IT Ops confirm&eacute; (F/H)</em></strong><br /> <a href="https://careers.thalesgroup.com/fr/fr/job/R0257531/Ing%C3%A9nieur-Technologue-C%C3%A2blage-et-Connectique-H-F">Offre #4 :</a> <strong><em>Ing&eacute;nieur Technologue C&acirc;blage et Connectique (H/F)</em></strong><br /> <a href="https://careers.thalesgroup.com/fr/fr/job/R0252405/Responsable-projets-banc-de-test-F-H">Offre #5 </a>: <strong><em>Responsable projets banc de test (F/H)</em></strong></p> <p><strong><em><img alt="" height="113" src="files/1066/eodyn-logo.png" width="295" /></em></strong></p> <p>eOdyn fournit des donn&eacute;es de courants de surface pour les compagnies de transports maritimes, compagnies p&eacute;troli&egrave;res, lutte anti-pollution ...).<br /> eOdyn ouvre de nombreuses perspectives notamment au sauvetage en mer, &agrave; l&rsquo;analyse du climat et l&rsquo;optimisation du routage des navires.</p> <p><strong>* Opportunit&eacute;s d&#39;emploi *</strong></p> <p><a href="https://www.seatechweek.eu/files/1066/fichedeposteingedatascientist.v1.0_eodyn.pdf">Offre #1 :<em><strong> </strong></em></a><em><strong>Ing&eacute;nieur(e) exp&eacute;riment&eacute;(e)&ndash; Data Science (H/F)</strong></em><br /> <a href="https://www.seatechweek.eu/files/1066/stage_conductivite_eodyn.pdf">Offre #2 :</a> <strong><em>Stage de fin d&rsquo;&eacute;tude d&rsquo;&eacute;cole d&rsquo;ing&eacute;nieur (5 &agrave; 6 mois) : d&eacute;veloppement d&rsquo;un capteur de conductivit&eacute; inductif en open source pour la mesure de la salinit&eacute;</em></strong></p> <p>Rencontrez nos partenaires, qui seront &eacute;galement pr&eacute;sents.</p> <p><a href="https://www.bpn.bzh/fr">&nbsp; <img alt="" height="109" src="files/1066/bpn.png" width="119" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="https://www.latouline.com/"><img alt="" height="102" src="files/1066/la-touline.png" width="264" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://www.cinav.fr/fr/"><img alt="" height="101" src="files/1066/cinav.png" width="296" /></a></p> <p>&nbsp;</p> <p>Pour toutes questions, n&#39;h&eacute;sitez pas &agrave; contacter :<br /> Emmanuelle Dilasser, charg&eacute;e de mission, Campus mondial de la mer<br /> emmanuelle.dilasser@tech-brest-iroise.fr<br /> 06 50 89 23 52</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </div></div></div></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><!--&nbsp;|&nbsp;<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>

Pages: 1 2 3 4 5 6 7 8 9 10