CINXE.COM
ICEMAC 2025 | E-mobility and Automotive Control
<!DOCTYPE html> <html lang="zxx"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ICEMAC 2025 | E-mobility and Automotive Control</title> <link rel="shortcut icon" href="favicon.ico" /> <!-- css include --> <link rel="stylesheet" type="text/css" href="css/materialize.css"> <link rel="stylesheet" type="text/css" href="css/icofont.css"> <link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css"> <link rel="stylesheet" type="text/css" href="css/owl.theme.default.min.css"> <!-- my css include --> <link rel="stylesheet" type="text/css" href="css/custom-menu.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/responsive.css"> </head> <body> <!-- for back to top --> <div class='backToTop'> <a href="#" class='scroll'> <span>T</span> <span>O</span> <span>P</span> <span class="go-up"> <i class="icofont icofont-long-arrow-up"></i> </span> </a> </div> <!-- backToTop --> <!-- ==================== header-section Start ==================== --> <header id="header-section" class="header-section w100dt navbar-fixed"> <nav class="nav-extended main-nav"> <div class="container"> <div class="row"> <div class="nav-wrapper w100dt"> <div class="logo left"> <a href="index.html" class="brand-logo"> <img src="img/logo.png" alt="brand-logo"> </a> </div> <!-- logo --> <div> <ul id="nav-mobile" class="main-menu center-align hide-on-med-and-down"> <li><a href="index.html">HOME</a></li><li><a href="committee.html">Committee</a></li> <li><a href="cfp.html">CFP</a></li> <li><a href="sub.html">Submission</a></li> <li><a href="reg.html">Registration</a></li> <li class="dropdown"> <a href="#">Program<i class="icofont icofont-simple-down"></i></a> <ul class="dropdown-container"> <li><a href="ky.html">Keynote Speaker</a></li> <li><a href="program.html">Program Overview</a></li> <li><a href="awards.html">Conference Awards</a></li> </ul> <!-- /.dropdown-container --> </li> <li class="dropdown"> <a href="#">For Attendees<i class="icofont icofont-simple-down"></i></a> <ul class="dropdown-container"> <li><a href="venue.html">Conference Venue</a></li> <li><a href="visa.html">Visa/Invitation Letter</a></li> <li><a href="local.html">Local Information</a></li> </ul> <!-- /.dropdown-container --> </li> <li><a href="contact.html">Contact</a></li> </ul> <!-- /.dropdown-container --> </li> </ul> <!-- /.main-menu --> <!-- main-menu --> <!-- /.nav-wrapper --> </div> <!-- row --> </div> <!-- container --> </nav> </header> <!-- /#header-section --> <!-- ==================== header-section End ==================== --> <!-- ==================== header-section Start ==================== --> <section id="breadcrumb-section" class="breadcrumb-section w100dt mb-30"> <div class="container"> <nav class="breadcrumb-nav w100dt"> <div class="page-name hide-on-small-only left"> <h4>CONFERENCE VENUE</h4> </div> <div class="nav-wrapper right"> <a href="index.html" class="breadcrumb">Home</a> <a href="venue.html" class="breadcrumb active">Venue</a> </div> <!-- /.nav-wrapper --> </nav> <!-- /.breadcrumb-nav --> </div> <!-- container --> </section> <!-- /.breadcrumb-section --> <!-- ==================== header-section End ==================== --> <!-- ==================== contact-section start ==================== --> <section id="contact-section" class="contact-section w100dt mb-50"> <div class="container"> <div id="map-section" class="map-section w100dt mb-50"> <p class="mb-30"> </p> <p>To be added...</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> <!-- /#map-section --> <div class="row"><!-- colm9 --><!-- colm3 --></div> <!-- row --> </div> <!-- container --> </section> <!-- /#contact-section --> <!-- ==================== contact-section end ==================== --> <!-- ==================== footer-section Start ==================== --> <footer id="footer-section" class="footer-section w100dt"> <div class="container"> <div class="footer-logo w100dt center-align mb-30"></div> <!-- /.footer-logo --> <ul class="footer-social-links w100dt center-align mb-30"> <li><a href="index.html" class="facebook">Home</a></li> <li><a href="cfp.html" class="twitter">CFP</a></li> <li><a href="committee.html" class="google-plus">Committee</a></li> <li><a href="ky.html" class="linkedin">Speakers</a></li> <li><a href="sub.html" class="pinterest">Submission</a></li> <li><a href="reg.html" class="instagram">Registration</a></li> <li><a href="contact.html" class="facebook">Contact</a></li> </ul> <p class="center-align"> Copyright © ICEMAC 2025. All Rights Reserved</p> </div> <!-- container --> </footer> <!-- /#footer-section --> <!-- ==================== footer-section End ==================== --> <!-- my custom js --> <script type="text/javascript" src="js/jquery-3.1.1.min.js"></script> <script type="text/javascript" src="js/materialize.js"></script> <script type="text/javascript" src="js/owl.carousel.min.js"></script> <!-- Google Maps Script --> <script src="http://maps.google.com/maps/api/js?key=AIzaSyC61_QVqt9LAhwFdlQmsNwi5aUJy9B2SyA"></script> <script type="text/javascript" src="js/gmap3.min.js"></script> <!-- my custom js --> <script type="text/javascript" src="js/custom.js"></script> <script type="text/javascript"> $(document).ready(function (){ "use strict"; function isMobile() { return ('ontouchstart' in document.documentElement); } function init_gmap() { if ( typeof google == 'undefined' ) return; var options = { center: [23.7110734,90.4871938], zoom: 14, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControl: true, scrollwheel: false, streetViewControl: true, } if (isMobile()) { options.draggable = false; } $('#google-map').gmap3({ map: { options: options }, marker: { latLng: [23.7110734,90.4871938], options: { icon: 'img/mark.png' } } }); } init_gmap(); /* - Google Map - with support of gmaps.js End --------------------------------------------------------------------*/ }); </script> </body> </html>