wfcs24.inviteo.fr
Open in
urlscan Pro
51.15.208.83
Public Scan
URL:
https://wfcs24.inviteo.fr/
Submission Tags: phishingrod
Submission: On June 19 via api from DE — Scanned from FR
Submission Tags: phishingrod
Submission: On June 19 via api from DE — Scanned from FR
Form analysis
1 forms found in the DOMName: formulaire — POST bdd.php?onglet=4&langue=en&idUser=&emailUser=&acces=&first=1
<form class="formulaire" id="formulaire" method="post" name="formulaire" enctype="multipart/form-data" onsubmit="return controle('formulaire')" action="bdd.php?onglet=4&langue=en&idUser=&emailUser=&acces=&first=1">
<input type="hidden" name="safeSubmit" value="">
<input type="hidden" id="submitLien" name="submitLien" value="5">
<input type="hidden" id="submitName" name="submitName" value="submit">
<input type="hidden" name="g_path_racine" value="">
<input type="hidden" name="g_path_data" value="data/">
<input type="hidden" name="g_url_index" value="index.php?">
<div class="inviteo-page inviteo-page4">
<div class="inviteo-bandeauHaut inviteo-bandeauHaut-limit">
<div class="inviteo-choixLangue">
</div>
<ul class="sortable row" id="s96-module">
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s96-module module module96-0 module-standard-bandeau-haut module-mode-recapitulatif" id="module0-onglet96">
<div class="">
<div class="contenu-li ">
<div class="FCKeditor bandeau-haut" id="en-96-0-Bandeau">
<img alt="" class="img-responsive" src="upload/0343-Bandeau_WFCS24.jpg" style="width: 100%;">
</div>
</div>
</div>
</li>
</ul>
</div>
<nav class="inviteo-menu navbar navbar-default navbar-limit inviteoCouleur3Inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Afficher le menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="index.php?langue=en&acces=&idUser=&emailUser="><img height="32" alt="Brand" src="upload/brand/brand.png"></a>-->
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav sortable sf-menu songletConnect" id="songlet">
<li class=" songlet cursorPointer active" id="onglet4">
<a href="javascript:void(0)"><span id="en-4-Nom" class="editable">Welcome</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet5">
<a href="https://wfcs24.inviteo.fr/en/calls-and-important-dates/5"><span id="en-5-Nom">Calls and Important Dates</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet13">
<a href="https://wfcs24.inviteo.fr/en/committees/13"><span id="en-13-Nom">Committees</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet6">
<a href="https://wfcs24.inviteo.fr/en/submissions/6"><span id="en-6-Nom">Submissions</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet8">
<a href="https://wfcs24.inviteo.fr/en/registration/8"><span id="en-8-Nom">Registration</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet9">
<a href="https://wfcs24.inviteo.fr/en/program/9"><span id="en-9-Nom">Program</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet7">
<a href="https://wfcs24.inviteo.fr/en/practical-information/7"><span id="en-7-Nom">Practical Information</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet3">
<a class="submitBouton" id="en-3-Lien"><span id="en-3-Nom">Pictures</span></a>
</li>
<li class=" songlet cursorPointer " id="onglet10">
<a class="submitBouton" id="en-10-Lien"><span id="en-10-Nom">WFCS 2025</span></a>
</li>
</ul>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("nav.inviteo-menu li.active").parents('li').addClass("active");
function dropdownMenuHover() {
if ($(window).width() > 768) {
$("ul.dropdown-menu_niveau2").removeClass("open");
$(".dropdown").mouseover(function() {
$(this).find("ul.dropdown-menu").show();
});
$(".dropdown").mouseout(function() {
$(this).find("ul.dropdown-menu").hide();
});
$(".dropdown_niveau2").mouseover(function() {
$(this).find("ul.dropdown-menu_niveau2").show();
});
$(".dropdown_niveau2").mouseout(function() {
$(this).find("ul.dropdown-menu_niveau2").hide();
});
} else {
$(".dropdown").unbind("mouseover");
$(".dropdown").unbind("mouseout");
$("ul.dropdown-menu").removeAttr("style");
$(".dropdown_niveau2").unbind("mouseover");
$(".dropdown_niveau2").unbind("mouseout");
$("ul.dropdown-menu_niveau2").removeAttr("style");
$('.dropdown').on('show.bs.dropdown', function() {
$(".dropdown_niveau2 ul.dropdown-menu_niveau2").addClass("open");
})
}
}
var fixPosition, fixHauteur, fixMargin;
function fixNavBar() {
if ($(window).scrollTop() < fixHauteur) {
$(".inviteo-menu").removeClass('navbar-fixed-top');
$('.inviteo-onglet').css('margin-top', "");
} else {
$(".inviteo-menu").addClass('navbar-fixed-top');
if ($(".inviteo-menu").is(":visible")) {
$('.inviteo-onglet').css('margin-top', fixMargin);
} else {
$('.inviteo-onglet').css('margin-top', "");
}
}
}
function getPositionFixNavBar() {
fixMargin = $('.inviteo-menu').height();
fixPosition = $(".inviteo-contenu").offset();
fixHauteur = fixPosition.top - fixMargin;
fixNavBar();
}
getPositionFixNavBar();
$(".module-standard-bandeau-haut img").load(getPositionFixNavBar);
onResizeEnd(function() {
getPositionFixNavBar();
}, "navbarHauteur");
$(window).scroll(fixNavBar);
dropdownMenuHover();
onResizeEnd(dropdownMenuHover, 'dropdownMenuHover');
});
</script>
</div>
</nav>
<div class="inviteo-contenu">
<div class="inviteo-onglet inviteo-onglet4 container-fluid">
<div style="text-align: center;">
</div>
<ul class="sortable row" id="s4-module" style="min-height: 379px;">
<li class="inviteoCouleur1Inverse col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-1 module-standard-titre module-mode-recapitulatif" id="module1-onglet4">
<div class="contenu-li panel-body">
<h1 class="editable_area" id="en-4-1-texte">Welcome</h1>
</div>
</li>
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-0 module-inviteo-texte module-mode-recapitulatif" id="module0-onglet4">
<div class="contenu-li panel-body">
<div class="FCKeditor" id="en-4-0-texte">
<p class="subtitle">WFCS24 is in Toulouse, France !</p>
<div style="text-align: justify;"><span style="font-size:16px;">After the WFCS 2023 edition in Pavia, Toulouse proposes itself as the venue for the WFCS 2024 conference edition, which is supported
by <a href="https://www.ieee.org/" target="_blank">IEEE</a> and <a href="http://www.ieee-ies.org/" target="_blank">IES</a> and led by
the <a href="https://tcfa.ieee-ies.org/" target="_blank">Technical Committee on Factory Automation</a>. The event is organized by <a href="https://www.isae-supaero.fr/en/" target="_blank">ISAE-SUPAERO</a> /
<a href="http://en.univ-toulouse.fr/" target="_blank">University of Toulouse</a>.<br>
<br> WFCS is the largest IEEE conference especially dedicated to communications for (industrial) automation systems. Its main aim is to provide a forum for researchers, developers and practitioners to review and discuss most
recent trends in the area and share innovative research directions.<br>
<br> Mark the dates in your calendar, and prepare your submissions!</span></div>
</div>
</div>
</li>
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-8 module-inviteo-texte module-mode-recapitulatif" id="module8-onglet4">
<div class="contenu-li panel-body">
<div class="FCKeditor" id="en-4-8-texte">
<p class="subtitle">Venue</p>
<div style="text-align: justify;"><span style="font-size:16px;">The conference will be held in the "amphitheater 4" at ISAE-SUPAERO, 10 Avenue Edouard Belin, 31055 Toulouse, France</span></div> <div class="row">
<div class="col-xs-12 col-sm-6" style="margin-bottom: 30px;"><img alt="" class="img-responsive img-hotel" src="upload/welcome/photo-Campus.jpeg" style="width: 100%;"></div>
<div class="col-xs-12 col-sm-6" style="margin-bottom: 30px;"><img alt="" class="img-responsive" src="upload/welcome/photo-plan-isae.jpg" style="width: 420px; height: 337px;"></div>
</div>
</div>
</div>
</li>
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-3 module-inviteo-texte module-mode-recapitulatif" id="module3-onglet4">
<div class="contenu-li panel-body">
<div class="FCKeditor" id="en-4-3-texte">
<div style="text-align: justify;"><span style="font-size:16px;"><span style="color:#2948a5;"><strong>ISAE-SUPAERO</strong></span> is easily accessible from the airport and the city center.<br> <br>
<span style="color:#2948a5;"><img alt="" src="upload/avion.jpg" style="width: 14px; height: 14px;"></span> <span style="color:#2948a5;"><strong>From the airport : </strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-size:16px;">Take the tramway line T2 stopping at Palais de Justice connection to Metro line B (travel time 32 minutes) or take the Airport Shuttle stopping at
Compans-Caffarelli and Jeanne d'Arc (both on Metro line B), Jean Jaurès ( Metro line A and B) and at Toulouse-Matabiau railway station (travel time 20 minutes)</span></li>
<li style="text-align: justify;"><span style="font-size:16px;">Take metro B to Ramonville and stop at Ramonville-Saint-Agne station (travel time 12-20 minutes)</span></li>
<li style="text-align: justify;"><span style="font-size:16px;">Take bus 27 to Lycée Toulouse Lautrec stopping at ISAE Campus SUPAERO (travel time 6 minutes) </span></li>
</ul>
<div style="text-align: justify;"><br>
<img alt="" src="upload/welcome/bus.png" style="width: 16px; height: 16px;"><span style="color:#2948a5;"> <strong><span style="font-size:16px;">From Toulouse city center : </span></strong></span>
</div>
<ul>
<li style="text-align: justify;"><span style="font-size:16px;">Take metro B to Ramonville and stop at Ramonville-Saint-Agne station (travel time 12-20 minutes)</span></li>
<li style="text-align: justify;"><span style="font-size:16px;">Then take bus 27 to Lycée Toulouse Lautrec stopping at ISAE Campus SUPAERO (travel time 6 minutes) </span></li>
</ul>
<div style="text-align: justify;"><span style="font-size:16px;">Or</span></div>
<ul>
<li style="text-align: justify;"><span style="font-size:16px;">From Toulouse-Matabiau railway station, take bus 27 to Ramonville stopping at ISAE Campus SUPAERO (travel time 25 minutes)</span></li>
</ul>
</div>
</div>
</li>
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-5 module-inviteo-texte module-mode-recapitulatif" id="module5-onglet4">
<div class="contenu-li panel-body">
<div class="FCKeditor" id="en-4-5-texte">
<p class="subtitle">Sponsors<span style="background-color: transparent; color: rgb(85, 85, 85); font-size: 14px;"> </span><span style="background-color: transparent; color: rgb(85, 85, 85); font-size: 14px;">
</span></p> <table align="center" border="0" cellpadding="1" cellspacing="1" style="width: 1150px;">
<tbody>
<tr>
<td style="text-align: center; vertical-align: middle;"><a href="http://www.ieee.org/" target="_blank"><img alt="" src="upload/sponsors/logo-ieee.png" style="width: 170px; height: 96px;"></a></td>
<td style="text-align: center; vertical-align: middle;"><img alt="" src="upload/sponsors/logo-ies.png" style="width: 150px; height: 105px;"></td>
<td style="text-align: center; vertical-align: middle;"><a href="http://www.isae-supaero.fr/fr/" target="_blank"><img alt="" src="upload/sponsors/logo-isae supaero.png" style="width: 180px; height: 97px;"></a></td>
<td style="text-align: center; vertical-align: middle;"><a href="http://www.univ-toulouse.fr/" target="_blank"><img alt="" src="upload/sponsors/logo-U-T.png" style="width: 200px; height: 75px;"></a></td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
</li>
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s4-module module module4-2 module-inviteo-texte module-mode-recapitulatif" id="module2-onglet4">
<div class="contenu-li panel-body">
<div class="FCKeditor" id="en-4-2-texte">
<p class="subtitle">Contacts</p>
<div style="text-align: justify;"><span style="font-size:16px;">For general information, please contact general chairs <a href="mailto:ahlem.mifdaoui@isae-supaero.fr">Ahlem Mifdaoui</a> and
<a href="mailto:lda@fe.up.pt">Luis Almeida</a><br>
<br> For registration and administration, please contact :<br> INSIGHT OUTSIDE<br> 26 avenue Jean Kuntzmann<br> 38330 MONTBONNOT-SAINT-MARTIN<br> Tel: +33 825 595 525 (0,15€/min*)<br>
<em>Information desk<br> monday to friday from 2pm to 5pm</em><br>
<br>
<a href="mailto:contactWFCS@inviteo.fr">contactWFCS@inviteo.fr</a></span></div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="inviteo-piedPage container-fluid">
<ul class="sortable row" id="s99-module">
<li class="inviteoPardefaut col-lg-12 col-md-12 col-sm-12 col-xs-12 s99-module module module99-0 module-bootstrap-pied-page module-mode-recapitulatif" id="module0-onglet99">
<div class="">
<div class="contenu-li ">
<div class=" col-sm-6 col-xs-6 col-xxs-12 text-center-xxs text-center-xs text-center-sm 99-0-piedSectionInscription piedSectionInscription" style="margin-bottom: 10px;">
<div class="titreSection">
<div id="en-99-0-titreSectionContact" class="FCKeditor"> Registration & Administration </div>
</div>
<div class="section">
<div class="logosContact">
<i class="fa fa-map-marker fa-pull-left fa-2x"></i>
</div>
<div id="en-99-0-raisonSocialeContact" class="FCKeditor texteContact"> INSIGHT OUTSIDE<br> 26 av Jean Kuntzmann<br> 38330 Montbonnot Saint-Martin </div>
</div>
<div class="section">
<div class="logosContact">
<i class="fa fa-phone fa-pull-left fa-2x"></i>
</div>
<div id="en-99-0-telephoneContact" class="FCKeditor texteContact"> Tel : +33 825 595 525 (0,15€/min*) <div>Information desk<br> Monday to Friday from 9:00 to 12:00 and 14:00 to 17:00 (UTC +1)</div>
</div>
</div>
<div class="section">
<div class="logosContact">
<i class="fa fa-link fa-pull-left fa-2x"></i>
</div>
<div id="en-99-0-liensContact" class="FCKeditor texteContact">
<a href="mailto:contactWFCS@inviteo.fr">contactWFCS@inviteo.fr</a>
</div>
</div>
<div class="texteFinContact">
<div id="en-99-0-texteFinContact" class="FCKeditor">
</div>
</div>
</div>
<div class=" col-sm-6 col-xs-6 col-xxs-12 text-center-xxs text-center-xs text-center-sm 99-0-piedSectionOrganisation piedSectionOrganisation" style="margin-bottom: 10px;">
<div class="titreSection">
<div id="en-99-0-titreSectionOrganisation" class="FCKeditor">
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 col-xxs-12 text-center-xxs text-center-xs text-center-sm 99-0-piedSectionMention piedSectionMention" style="margin-bottom: 10px;">
<div id="en-99-0-mentionsLegales" class="FCKeditor" style="font-size: 10px;">
<em><span style="font-size:10px;">(*) Prices starting from fixed line incumbent, a surcharge may be applied by operators, counting the second after the first 45 seconds.<br>
<br> According to France's Personal Data Privacy Act in effect since June 2004, you may send a request in writing to INSIGHT OUTSIDE 26 Avenue Jean Kuntzmann, 38330 - Montbonnot Saint Martin / France, or by email
webmaster@insight-outside.fr to access your file in order to consult, modify and/or delete your personal information.</span></em><br>
<br>
<em>© 2005 - 2024 <a href="http://www.insight-outside.fr" target="_blank">Insight Outside</a></em>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</form>
Text Content
Attention ! Vous avez un problème de connexion à internet !!! * Afficher le menu * Welcome * Calls and Important Dates * Committees * Submissions * Registration * Program * Practical Information * Pictures * WFCS 2025 * WELCOME * WFCS24 is in Toulouse, France ! After the WFCS 2023 edition in Pavia, Toulouse proposes itself as the venue for the WFCS 2024 conference edition, which is supported by IEEE and IES and led by the Technical Committee on Factory Automation. The event is organized by ISAE-SUPAERO / University of Toulouse. WFCS is the largest IEEE conference especially dedicated to communications for (industrial) automation systems. Its main aim is to provide a forum for researchers, developers and practitioners to review and discuss most recent trends in the area and share innovative research directions. Mark the dates in your calendar, and prepare your submissions! * Venue The conference will be held in the "amphitheater 4" at ISAE-SUPAERO, 10 Avenue Edouard Belin, 31055 Toulouse, France * ISAE-SUPAERO is easily accessible from the airport and the city center. From the airport : * Take the tramway line T2 stopping at Palais de Justice connection to Metro line B (travel time 32 minutes) or take the Airport Shuttle stopping at Compans-Caffarelli and Jeanne d'Arc (both on Metro line B), Jean Jaurès ( Metro line A and B) and at Toulouse-Matabiau railway station (travel time 20 minutes) * Take metro B to Ramonville and stop at Ramonville-Saint-Agne station (travel time 12-20 minutes) * Take bus 27 to Lycée Toulouse Lautrec stopping at ISAE Campus SUPAERO (travel time 6 minutes) From Toulouse city center : * Take metro B to Ramonville and stop at Ramonville-Saint-Agne station (travel time 12-20 minutes) * Then take bus 27 to Lycée Toulouse Lautrec stopping at ISAE Campus SUPAERO (travel time 6 minutes) Or * From Toulouse-Matabiau railway station, take bus 27 to Ramonville stopping at ISAE Campus SUPAERO (travel time 25 minutes) * Sponsors * Contacts For general information, please contact general chairs Ahlem Mifdaoui and Luis Almeida For registration and administration, please contact : INSIGHT OUTSIDE 26 avenue Jean Kuntzmann 38330 MONTBONNOT-SAINT-MARTIN Tel: +33 825 595 525 (0,15€/min*) Information desk monday to friday from 2pm to 5pm contactWFCS@inviteo.fr * Registration & Administration INSIGHT OUTSIDE 26 av Jean Kuntzmann 38330 Montbonnot Saint-Martin Tel : +33 825 595 525 (0,15€/min*) Information desk Monday to Friday from 9:00 to 12:00 and 14:00 to 17:00 (UTC +1) contactWFCS@inviteo.fr (*) Prices starting from fixed line incumbent, a surcharge may be applied by operators, counting the second after the first 45 seconds. According to France's Personal Data Privacy Act in effect since June 2004, you may send a request in writing to INSIGHT OUTSIDE 26 Avenue Jean Kuntzmann, 38330 - Montbonnot Saint Martin / France, or by email webmaster@insight-outside.fr to access your file in order to consult, modify and/or delete your personal information. © 2005 - 2024 Insight Outside