CINXE.COM

International Society for Engineering Research and Development | ISERD

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="ISERD serves as a global nexus, uniting dedicated researchers, innovators, and visionaries to foster collaboration, ignite creativity, and propel advancement across diverse fields."> <meta name="keywords" content="Accounting and Finance, Chemical and Biochemical Engineering, Education and E-Learning, Economics, Management and Social Study, Environment and Natural Science, Medical and Health Sciences, Recent Innovations in Engineering and Technology, Science and Innovative Engineering, Vehicular, Mobile and Wearable Technology, International Conferences 2024-2025, Global Conference, scopus, Google scholar indexed journals, web of science, Conference in Thailand"> <title>International Society for Engineering Research and Development | ISERD</title> <!-- Font awesome --> <!--<link href="assets/css/font-awesome.css" rel="stylesheet">--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet"> <!-- Bootstrap --> <link href="assets/css/bootstrap.css" rel="stylesheet"> <!-- Slick slider --> <link rel="stylesheet" type="text/css" href="assets/css/slick.css"> <!-- Fancybox slider --> <link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" /> <!-- Theme color --> <link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet"> <!-- Main style sheet --> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style2.css" rel="stylesheet"> <link href="assets/css/responsive.css" rel="stylesheet"> <link rel="icon" href="https://iserd.co/ISERD-INCLUDE-2018/favicon.ico" type="image/x-icon"> <!-- Google Fonts --> <!--<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700' rel='stylesheet' type='text/css'>--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- jQuery library --> <script src="assets/js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="assets/js/bootstrap.js"></script> <!-- Slick slider --> <script type="text/javascript" src="assets/js/slick.js"></script> <!-- Counter --> <script type="text/javascript" src="assets/js/waypoints.js"></script> <script type="text/javascript" src="assets/js/jquery.counterup.js"></script> <!-- Mixit slider --> <script type="text/javascript" src="assets/js/jquery.mixitup.js"></script> <!-- Add fancyBox --> <script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script> <!-- Custom js --> <script src="assets/js/custom.js"></script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5e8c088435bcbb0c9aae8157/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <!--Start sticky Whatsapp icon--> <style> .whatsapp-icon { position: fixed; bottom: 140px; left: 20px; z-index: 10000000; background-color: #25D366; border-radius: 50%; padding: 10px; } .whatsapp-icon img { width: 30px; height: 30px; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the WhatsApp icon div var whatsappDiv = document.createElement("div"); whatsappDiv.className = "whatsapp-icon"; // Create the anchor tag var whatsappLink = document.createElement("a"); whatsappLink.href = "https://wa.me/+918455026354"; // Replace with your number whatsappLink.target = "_blank"; // Create the image tag var whatsappImg = document.createElement("img"); whatsappImg.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappImg.alt = "WhatsApp"; // Append image to the anchor tag whatsappLink.appendChild(whatsappImg); // Append anchor tag to the div whatsappDiv.appendChild(whatsappLink); // Append the div to the body document.body.appendChild(whatsappDiv); }); </script> <!--End sticky Whatsapp icon--> <!-- Start sticky line icon --> <style> .line-icon { position: fixed; bottom: 80px; /* Adjust to stack with WhatsApp and Telegram */ left: 20px; z-index: 10000000; background-color: #06c755; /* LINE's brand color */ border-radius: 50%; padding: 10px; } .line-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the LINE icon div var lineDiv = document.createElement("div"); lineDiv.className = "line-icon"; // Create the anchor tag var lineLink = document.createElement("a"); lineLink.href = "https://line.me/ti/p/rhdp4fuQHG"; // Replace with your LINE link lineLink.target = "_blank"; // Create the image tag var lineImg = document.createElement("img"); lineImg.src = "https://upload.wikimedia.org/wikipedia/commons/4/41/LINE_logo.svg"; lineImg.alt = "LINE"; // Append image to the anchor tag lineLink.appendChild(lineImg); // Append anchor tag to the div lineDiv.appendChild(lineLink); // Append the div to the body document.body.appendChild(lineDiv); }); </script> <!-- End sticky line icon --> <!-- Start sticky telegram icon --> <style> .telegram-icon { position: fixed; bottom: 20px; /* Adjust the bottom if you want it to stack with WhatsApp */ left: 20px; z-index: 10000000; background-color: #0088cc; border-radius: 50%; padding: 10px; } .telegram-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the Telegram icon div var telegramDiv = document.createElement("div"); telegramDiv.className = "telegram-icon"; // Create the anchor tag var telegramLink = document.createElement("a"); telegramLink.href = "https://t.me/ISERDCONFERENCE"; // Replace with your Telegram username or link telegramLink.target = "_blank"; // Create the image tag var telegramImg = document.createElement("img"); telegramImg.src = "https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"; telegramImg.alt = "Telegram"; // Append image to the anchor tag telegramLink.appendChild(telegramImg); // Append anchor tag to the div telegramDiv.appendChild(telegramLink); // Append the div to the body document.body.appendChild(telegramDiv); }); </script> <!-- End sticky telegram icon --> </head> <body> <!-- Recent Updates --> <!--START SCROLL TOP BUTTON --> <a class="scrollToTop" href="#"> <i class="fa fa-angle-up"></i> </a> <!-- END SCROLL TOP BUTTON --> <!-- Start header --> <header id="mu-header"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="mu-header-area"> <div class="row"> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-10"> <div class="mu-header-top-left"> <!--<div class="mu-top-email"> <i class="fa fa-home"></i> <span><a href="http://theiier.org/" target="_blank">The IIER Home</a></span> </div>--> <div class="mu-top-phone"> <i class="fa fa-book"></i> <span><a href="http://worldresearchlibrary.org/" target="_parent">World Research Library</a></span> </div> <div class="mu-top-phone"> <i class="fa fa-envelope"></i> <span><a href="invitation-letter.php">Invitation Letter</a></span> </div> <!-- <div class="mu-top-phone"> <i class="fa fa-book"></i> <span><a href="journal_publishers.php" target="_parent">Journal Publishers</a></span> </div> --> <div class="mu-top-phone"> <i class="fa fa-phone"></i> <i class="fab fa-whatsapp" aria-hidden="true"></i> <span><a href="#"> +91 8455026354</a></span> </div> <div class="mu-top-phone"> <i class="fa fa-envelope"></i> <span><a href="mailto:info@iserd.co">info@iserd.co</a></span> </div> <!-- <div class="mu-top-phone"> <span><a href="ISERD-in-News.php">News</a></span> </div> <div class="mu-top-phone"> <span><a href="Videoconferencing.php">VC</a></span> </div> <div class="mu-top-phone"> <span><a href="FAQ.php">FAQ</a></span> </div> --> <div class="mu-top-phone"> <span><a href="home-associate.php">Associates</a></span> </div> <div class="mu-top-phone"> <span><a href="Membership-form.php">Membership</a></span> </div> <div class="mu-top-phone"> <span><a href="contactus.php">Contact Us</a></span> </div> </div> </div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2"> <div class="mu-header-top-right"> <nav> <ul class="mu-top-social-nav"> <li><a href="https://www.facebook.com/iserdconference" target="_blank"><span class="fa-brands fa-facebook-f"></span></a></li> <li><a href="https://twitter.com/iserdconference" target="_blank"><span class="fa-brands fa-x-twitter"></span></a></li> <li><a href="https://www.linkedin.com/in/iserd-conference-861862204/recent-activity/all/" target="_blank"><span class="fa-brands fa-linkedin-in"></span></a></li> <li><a href="https://www.youtube.com/playlist?list=PLdwlsxrvS3ZjUdNU7EYz5I2TcNrsgLSST"><span class="fa-brands fa-youtube"></span></a></li> <!-- <li><a href="http://blog.iserd.co/" target="_blank"><span class="fa-brands fa-wordpress"></span></a></li> --> <li><a href="https://www.instagram.com/iserdconference/" target="_blank"><span class="fa-brands fa-instagram"></span></a></li> <!--<li><a href="https://in.pinterest.com/iserdconference/" target="_blank"><span class="fa fa-pinterest"></span></a></li>--> <li><a href="https://t.me/ISERDCONFERENCE" target="_blank"><span class="fa-brands fa-telegram"></span></a></li> </ul> </nav> </div> </div> </div> </div> </div> </div> </div> </header> <!-- End header --> <!-- Start menu --> <section id="mu-menu"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <!-- FOR MOBILE VIEW COLLAPSED BUTTON --> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- LOGO --> <!-- TEXT BASED LOGO --> <a class="navbar-brand" href="./"><img src="assets/img/logo.png" alt="International Society for Engineering Research and Development" width="163" height="35"></a> <!-- IMG BASED LOGO --> <!-- <a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt="logo"></a> --> </div> <div id="navbar" class="navbar-collapse collapse"> <ul id="top-menu" class="nav navbar-nav navbar-right main-nav"> <li class="active"><a href="./">Home</a></li> <li><a href="aboutus.php">About Us</a></li> <!--<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Member<span class="fa fa-angle-down"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="committees.php">Committees</a></li> <li> <a href="http://theiier.org/membership.php" target="_blank">Membership</a></li> </ul> </li>--> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Conferences<span class="fa fa-angle-down"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="all_conferences.php">Upcoming Conferences</a></li> <li> <a href="thailand_conferences.php" target="_blank">Thailand Chapter</a></li> <li><a href="https://icphams.com/index.php" target="_blank">ICPHAMS Conferences</a></li> </ul> </li> <li><a href="committees.php">Committees</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Submission<span class="fa fa-angle-down"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="submission.php">Paper/ Abstract Submission</a></li> <!--<li><a href="#">Listener Registration</a></li>--> <li><a href="submission_guidelines.php">Submission Guidelines</a></li> <!--<li><a href="#">Mode Of Presentation</a></li>--> <li><a href="submission_faq.php">Submission FAQ</a></li> </ul> </li> <li><a href="download.php">Download</a></li> <!--<li><a href="registration.php">Registration</a></li>--> <li><a href="publication.php">Publication</a></li> <li><a href="http://iserd.co/PAYMENT/all_payment.php" target="_blank">Payment</a></li> <li><a href="collaboration.php">Collaboration</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Instruction<span class="fa fa-angle-down"></span></a> <ul class="dropdown-menu" role="menu"> <!--<li><a href="instruction_paperwriting.php">Instruction for Paper writting</a></li>--> <li><a href="instructions-presentations.php">Instruction for Presentation</a></li> <li><a href="ISERD-in-News.php">News</a></li> <li><a href="Videoconferencing.php">VC</a></li> <li><a href="FAQ.php">FAQ</a></li> </ul> </li> <!-- <li><a href="http://iserd.co/SUBSCRIBE" target="_blank">Subscribe</a></li>--> </ul> </div><!--/.nav-collapse --> </div> </nav> </section> <!-- End menu --> <!-- Start search box --> <!-- End search box --> <!-- Start Slider --> <section id="mu-slider"> <!-- Start single slider item --> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/ISERD-bk.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/new22.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/ree.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/high.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <!-- <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/newyear.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> --> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/iserd001.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/iserd00.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/HIGH ISERD.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/ISERD MAL.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <div class="mu-slider-single"> <div class="mu-slider-img"> <figure> <img src="assets/img/slider/7.jpg" alt="International Society for Engineering Research and Development"> </figure> </div> </div> <!-- //Start single slider item --> </section> <!-- End Slider --> <!-- Start service --> <section id="mu-service"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="mu-service-area"> <!-- Start single service --> <div class="mu-service-single"> <span class="fa fa-image"></span> <h3><a href="http://conferencegallery.com/">Gallery</a></h3> </div> <!-- Start single service --> <div class="mu-service-single"> <span class="fa fa-calendar"></span> <h3><a href="calendar.php">Calendar</a></h3> </div> <!-- Start single service --> <!-- Start single service --> <div class="mu-service-single"> <span class="fa fa-book"></span> <h3><a href="http://worldresearchlibrary.org/" target="_blank">Research Library</a></h3> </div> <!-- Start single service --> </div> </div> </div> </div> </section> <!-- End service --> <div class="container"> <div class="mu-title"> <h2 style="color:#09C;">About ISERD</h2> </div> <!--<div><strong>About International Society for Engineering Research and Development (ISERD)</strong><br> </div>--> <div><br> </div> <p>Welcome to the聽<strong>International Society for Engineering Research and Development (ISERD),</strong>聽a global hub for cutting-edge advancements in Science, Engineering, Healthcare and Education. At ISERD, we bring together passionate researchers, innovators, and thought leaders from around the world to collaborate, exchange ideas, and drive progress in various disciplines.</p> <p><strong>Our mission</strong>聽is to foster a vibrant community of professionals dedicated to pushing the boundaries of knowledge and innovation in Science, Engineering, Healthcare and Education. Through International conferences, workshops, and Journal publications, ISERD provides a platform for showcasing groundbreaking research, facilitating interdisciplinary collaborations, and promoting the dissemination of impactful solutions to real-world challenges.</p> <p>Explore our diverse range of聽<a href="https://www.iserd.co/all_conferences.php" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://www.iserd.co/all_conferences.php&source=gmail&ust=1698837093439000&usg=AOvVaw18Nk6k4scPzKL3n1gxE_aB">international conferences and events</a>, spanning areas such as Science, Engineering, Healthcare and Education and more. Engage with experts at the forefront of their fields, participate in thought-provoking discussions, and gain valuable insights into the latest trends and emerging technologies.<a href="aboutus.php" style="color:blue;">View More</a></p> <!--<p>Become a part of ISERD today and be a catalyst for positive change in the world of Science, Engineering, Healthcare and Education.</p> <p><strong>History of ISERD.</strong></p> <p>ISERD was founded in 2015 with a mission to enhance the quality of research and development in the modern world focusing on multidisciplinary research. Till now more than 100 International conferences have been organized in the various global cities like, New York, London, Toronto, Paris, Dubai, Mumbai, Kuala Lumpur, Bangkok, Seoul, Tokyo etc.</p> <p>ISERD also established various Chapters in collaboration with reputed Universities in different countries.</p> <p>More than 3000 research papers and participants have presented their research papers and participated in international conferences.</p> <p>Our Official website:聽<a href="http://www.iser.co/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://www.iser.co&source=gmail&ust=1698837093440000&usg=AOvVaw3fP9ncny3nY9kp5i0OA3_O">www.iser.co</a>聽聽</p> <p>Our Official Email id for Conference and Queries聽<strong><a href="mailto:info@iserd.co" target="_blank">info@iserd.co</a></strong></p> <p><strong>Or聽<a href="https://iserd.co/contactus.php" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://iserd.co/contactus.php&source=gmail&ust=1698837093440000&usg=AOvVaw3B8na-g-vKmpaVboWT1l53">Contact us.</a></strong></p>--> </div> <div class="thai-chap"> <div class="container"> <a href="thailand_conferences.php" target="_blank"><img src="images/thai-chap-img.jpg" alt="International Society for Engineering Research and Development" style="width:100%; margin: 20px 0px;"/></a> </div> <div class="container"> <a href="https://icmgee.com/" target="_blank"><img src="images/icmgee-bnr.jpg" alt="International Society for Engineering Research and Development" style="width:100%; margin: 20px 0px;"/></a> </div> </div> <!-- Start from blog --> <section id="mu-from-blog"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-from-blog-area"> <!-- start title --> <div class="mu-title"> <h2 style="color:#09C;">UPCOMING CONFERENCES</h2> </div> <!-- end title --> <div class="mu-from-blog-content"> <div class="row"> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-05&place=Auckland,New Zealand"><img src="list-img/Auckland,NewZealand.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-05&place=Auckland,New Zealand">Auckland,New Zealand</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-05&place=Auckland,New Zealand">05 Apr - 06 Apr 2025</a> </div> </article> </div> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-05&place=Bangkok,Thailand"><img src="list-img/Bangkok,Thailand.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-05&place=Bangkok,Thailand">Bangkok,Thailand</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-05&place=Bangkok,Thailand">05 Apr - 06 Apr 2025</a> </div> </article> </div> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-06&place=Phuket,Thailand"><img src="list-img/Phuket,Thailand.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-06&place=Phuket,Thailand">Phuket,Thailand</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-06&place=Phuket,Thailand">06 Apr - 07 Apr 2025</a> </div> </article> </div> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-08&place=Crete,Greece"><img src="list-img/Crete,Greece.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-08&place=Crete,Greece">Crete,Greece</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-08&place=Crete,Greece">08 Apr - 09 Apr 2025</a> </div> </article> </div> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-09&place=Hong Kong,Hong Kong"><img src="list-img/HongKong,HongKong.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-09&place=Hong Kong,Hong Kong">Hong Kong,Hong Kong</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-09&place=Hong Kong,Hong Kong">09 Apr - 10 Apr 2025</a> </div> </article> </div> <div class="col-md-4 col-sm-4 upconfthumb"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-04-11&place=Baku,Azerbaijan"><img src="list-img/Baku,Azerbaijan.jpg" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-04-11&place=Baku,Azerbaijan">Baku,Azerbaijan</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-04-11&place=Baku,Azerbaijan">11 Apr - 12 Apr 2025</a> </div> </article> </div> </div> </div> <div class="row"> <div class="col-md-12 confbtn"> <div class="btnmore"> <center><a href="all_conferences.php"><button type="button" class="mu-read-more-btn">More</button></a></center> </div> </div> </div> <!-- end from blog content --> </div> </div> </div> </div> </section> <!-- End from blog --> <!-- Start latest course section --> <section id="mu-latest-courses"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="mu-latest-courses-area"> <!-- Start Title --> <div class="mu-title"> <h2>LATEST PUBLICATION</h2> </div> <!-- End Title --> <!-- Start latest course content --> <div id="mu-latest-course-slide" class="mu-latest-courses-content"> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7147" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1739861344.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7147">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Chiang Mai, Thailand 21-01-2025 21-Jan-2025 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7147" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7069" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1736744194.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7069">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> New Orleans, USA 18-12-2024 18-Dec-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7069" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7080" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1736748356.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7080">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Brussels, Belgium 13-12-2024 13-Dec-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7080" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7079" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1736747895.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7079">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Athens, Greece 09-12-2024 09-Dec-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7079" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=6997" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1735976753.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=6997">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Doha, Qatar 24-11-2024 24-Nov-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=6997" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7037" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1735819120.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7037">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Melbourne, Australia 24-11-2024 24-Nov-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7037" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7018" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1734331199.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7018">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Paris, France 12-11-2024 12-Nov-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7018" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7004" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1734155224.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7004">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Budapest, Hungary 10-11-2024 10-Nov-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7004" target="_blank">Details</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-xs-12"> <div class="mu-latest-course-single"> <figure class="mu-latest-course-img"> <a href="https://worldresearchlibrary.org/proceeding.php?pid=7013" target="_blank"> <center> <img src="https://worldresearchlibrary.org/up_proc/img/PROCE-IRAJ-1734330318.jpeg" alt="img" style="width:120px; height:auto; margin-top:10px;"> </center> </a> </figure> <div class="mu-latest-course-single-content"> <h4 style="font-size:14px;"><a href="https://worldresearchlibrary.org/proceeding.php?pid=7013">ISERD INTERNATIONAL CONFERENCE </a></h4> <p style="font-size:12px;"> Tashkent, Uzbekistan 08-11-2024 08-Nov-2024 </p> <div class="mu-latest-course-single-contbottom"> <a class="mu-course-details" href="https://worldresearchlibrary.org/proceeding.php?pid=7013" target="_blank">Details</a> </div> </div> </div> </div> </div> <!-- End latest course content --> </div> </div> </div> </div> </section> <!-- End latest course section --> <!-- Start our teacher --> <section id="mu-gallery"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-gallery-area"> <!-- start title --> <div class="mu-title"> <h2 style="color:#09C;">Past Conference Highlights</h2> </div> <!-- end title --> <!-- start gallery content --> <div class="mu-gallery-content"> <!-- Start gallery menu --> <!-- End gallery menu --> <div class="mu-gallery-body"> <ul id="mixit-container" class="row"> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab confhighlit" style="display: inline-block;"> <div class="mu-single-gallery"> <div class="mu-single-gallery-item"> <div class="mu-single-gallery-img"> <center> <a href="http://conferencegallery.com/conference_album.php?al_id=1838"> <img alt="img" src="http://conferencegallery.com/conf_album/2025-GALL-1738558765-WhatsApp%20Image%202025-02-03%20at%2022.25.51%20(2).jpeg"></a> </center> <div class="gallery-info-inner"> <h4>ISERD International Virtual Conference 3rd Feb 2025</h4> <a href="http://conferencegallery.com/conference_album.php?al_id=1838" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> <div class="mu-single-gallery-info"> <div class="mu-single-gallery-info-inner"> <!--<h4></h4> <a href="" data-fancybox-group="gallery" class="fancybox" ><span class="fa fa-eye"></span></a>--> <a href="http://conferencegallery.com/conference_album.php?al_id=1838" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> </div> </div> </li> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab confhighlit" style="display: inline-block;"> <div class="mu-single-gallery"> <div class="mu-single-gallery-item"> <div class="mu-single-gallery-img"> <center> <a href="http://conferencegallery.com/conference_album.php?al_id=1838"> <img alt="img" src="http://conferencegallery.com/conf_album/2025-GALL-1739485177-DSC_1455%20(1).JPG"></a> </center> <div class="gallery-info-inner"> <h4>ISERD International Conference Bangkok, Thailand 6th Jan 2025</h4> <a href="http://conferencegallery.com/conference_album.php?al_id=1838" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> <div class="mu-single-gallery-info"> <div class="mu-single-gallery-info-inner"> <!--<h4></h4> <a href="" data-fancybox-group="gallery" class="fancybox" ><span class="fa fa-eye"></span></a>--> <a href="http://conferencegallery.com/conference_album.php?al_id=1838" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> </div> </div> </li> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab confhighlit" style="display: inline-block;"> <div class="mu-single-gallery"> <div class="mu-single-gallery-item"> <div class="mu-single-gallery-img"> <center> <a href="https://conferencegallery.com/conference_album.php?al_id=1810"> <img alt="img" src="https://conferencegallery.com/conf_album/2024-GALL-1733781178-DHP_7325.JPG"></a> </center> <div class="gallery-info-inner"> <h4>ISERD-ICPHAMS International Conference Doha, Qatar 24th Nov 2024</h4> <a href="https://conferencegallery.com/conference_album.php?al_id=1810" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> <div class="mu-single-gallery-info"> <div class="mu-single-gallery-info-inner"> <!--<h4></h4> <a href="" data-fancybox-group="gallery" class="fancybox" ><span class="fa fa-eye"></span></a>--> <a href="https://conferencegallery.com/conference_album.php?al_id=1810" class="aa-link" target="_blank"><span> View More</span></a> </div> </div> </div> </div> </li> </ul> </div> <div class="col-md-12 confbtn"> <div class="btnmore"> <center><a href="http://conferencegallery.com/" target="_blank"> <button type="button" class="mu-read-more-btn"> More</button></a></center> </div> </div> </div> <!-- end gallery content --> </div> </div> </div> </div> </section> <!-- End our teacher --> <div class="container"> <div class="testimnl-row"> <div class="heading text-center"> <h3>Testimonials</h3> </div> <div class="col-xs-12 col-sm-4"> <div class="testimonial"> <div class="author"> <img src="mentors/Dr.-IRAJ-1690318184.jpeg" class="img-responsive" alt="International Society for Engineering Research and Development"> <h4><span class="name">Dr. Djibril SOW </span></h4> <h4><span class="desgn">University Institute of Technology (IUT) of the University of Thi猫s.</span></h4> </div> <div class="text">I am very satisfied with the conference organized by ISERD on July 17, 2023, in New York</div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="testimonial"> <div class="author"> <img src="mentors/PROF.JOSE-IRAJ-1689655943.jpeg" class="img-responsive" alt="International Society for Engineering Research and Development"> <h4><span class="name">PROF.JOSE G. VARGAS-HERNANDEZ</span></h4> <h4><span class="desgn">Research professor. Member of the National System of Researchers, M茅xico </span></h4> </div> <div class="text">I'm very glad that I had the opportunity to speak at such a wonderful conference of ISERD and appreciate the opportunity. </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="testimonial"> <div class="author"> <img src="mentors/PROF.YEN-WEN-IRAJ-1689655986.png" class="img-responsive" alt="International Society for Engineering Research and Development"> <h4><span class="name">PROF.YEN-WEN CHEN</span></h4> <h4><span class="desgn">Communication Engineering Department of National Central University, Taiwan </span></h4> </div> <div class="text">It was a wonderful event. I enjoyed presenting my talk as a keynote speaker in Amsterdam on the 9th of May 2023. </div> </div> </div> <div class="testimnl-row text-center"> <div class="col-xs-12"> <a class="view" href="testimonials.php">View More</a><br> </div> </div> </div> </div> <!-- Start video --> <section id="mu-gallery" style="padding-top:0px;"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-gallery-area"> <!-- start title --> <div class="mu-title"> <h2 style="color:#09C;">Conference Video Highlights</h2> </div> <!-- end title --> <!-- start gallery content --> <div class="mu-gallery-content"> <!-- Start gallery menu --> <!-- End gallery menu --> <div class="mu-gallery-body"> <ul id="mixit-container" class="row"> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab videohighlit" style="display: inline-block;"> <iframe src="//www.youtube.com/embed/QqISzBFM0Zc" frameborder="0" width="100%" height="240" style="float:left"></iframe> <p> <br /> ISERD International Conference Bangkok, Thailand 6th Jan 2025 </p> </li> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab videohighlit" style="display: inline-block;"> <iframe src="//www.youtube.com/embed/x-Ea-0IKs2s" frameborder="0" width="100%" height="240" style="float:left"></iframe> <p> <br /> ISERD International Conference Doha, Qatar 24th Nov 2024 </p> </li> <!-- start single gallery image --> <li class="col-md-4 col-sm-6 col-xs-12 mix lab videohighlit" style="display: inline-block;"> <iframe src="//www.youtube.com/embed/LF-CW6-TzbA" frameborder="0" width="100%" height="240" style="float:left"></iframe> <p> <br /> Welcome Message By Dr. Rana Mahmoud Kurdi |International Conference Doha, Qatar 24th Nov 2024 </p> </li> </ul> </div> <div class="col-md-12 confbtn"> <div class="btnmore"> <center><a href="http://conferencegallery.com/Video.php" target="_blank"> <button type="button" class="mu-read-more-btn"> More</button></a></center> </div> </div> </div> <!-- end gallery content --> </div> </div> <!-- <div class="col-md-4"> <a href="http://iserd.co/conference.php?dt=2020-02&place=Los%20Angeles,United%20States%20of%20America" target="_blank"> <img src="conf_prom.jpg"> </a> </div>--> </div> </div> </section> <!-- <style type="text/css"> .partner-asooct ul li { display: inline-block; margin:0px 0px 20px ; width: 33%; padding:5px 15px ; } .partner-asooct ul li a img { width: 85%; } .partner-asooct h4{ font-weight: 600; text-align: center; margin:20px 0px; color: #09C; font-size: 30px; } </style> <div class="partner-asooct container"> <h4>Our Promotional Partners</h4> <ul> <li><a href="https://www.allconferencealert.com/international-conferences.html"><img src="https://www.allconferencealert.com/images/logo.png" class="img-responsive" style="height: 100px; width: 70%;" alt="international conferences"></a></li> <li><a href="https://www.conferencealerts.in/"><img src="https://www.conferencealerts.in/image/logo.png" class="img-responsive" alt="conference" style="height: 94px; padding:0px 25px;"></a></li> <li><a href="https://conferencealert.com/"><img src="https://conferencealert.com/images/logo.png" class="img-responsive" alt="conference"></a></li> </ul> </div>--> <!--<div style="text-align:center"> <h4>Our Associates</h4> <a href="https://www.allconferencealert.com/singapore.html" alt="All Conference Alert" title="All Conference Alert">All Conference Alert</a> </div>--> <!-- Recent Updates --> <!-- Start footer --> <footer id="mu-footer"> <!-- start footer top --> <!--<div class="mu-footer-top"> <div class="container"> <div class="mu-footer-top-area"> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-3"> <div class="mu-footer-widget"> <h4>Information</h4> <ul> <li><a href="aboutus.php">About Us</a></li> <li><a href="committees.php">Committees</a></li> <!--<li><a href="http://theiier.org/committee.php" target="_blank">ADVISORY BOARD MEMBERS</a></li> <li><a href="http://theiier.org/membership.php" target="_blank">Membership </a></li> <li><a href="submission.php">Paper Submission</a></li> <li><a href="rules.php">Rules</a></li> <li><a href="contactus.php">Contact Us</a></li> </ul> </div> </div> <!--<div class="col-lg-3 col-md-3 col-sm-3"> <div class="mu-footer-widget"> <h4>Student Help</h4> <ul> <li><a href="">Get Started</a></li> <li><a href="#">My Questions</a></li> <li><a href="">Download Files</a></li> <li><a href="">Latest Course</a></li> <li><a href="">Academic News</a></li> </ul> </div> </div>--> <!--<div class="col-lg-4 col-md-4 col-sm-4"> <div class="mu-footer-widget"> </div> </div> </div> </div> </div> </div>--> <!-- end footer top --> <!-- start footer bottom --> <div class="mu-footer-bottom"> <div class="container"> <div class="mu-footer-bottom-area"> <p>&copy; 2025 All Right Reserved. Designed by ISERD</p> </div> </div> </div> <!-- end footer bottom --> </footer> <script language="javascript"> function cookies_accept() { $('#cookieAcceptInfo').css("display", "none"); var d = new Date(); var n = d.getTime(); // $.get("load_jor_detail.php",{journal_id:id},function(d){$("#load_journal_det").html(d)}); $.ajax({ type: "POST", url: '../../../../cookies_accept.php', data: 'time=' + n, cache: false, success: function(msg) { $('#cookieAcceptInfo').html(msg); } }); } </script> <style> .cookieBar { position: fixed; width: 100%; margin: 0; left: 0; bottom: 0; z-index: 9999999; text-align: left; padding: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; box-sizing: border-box; } .cookieBar>h3 { display: block; line-height: 1; font-weight: 700; margin: 0 0 5px 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 18px; text-transform: none; padding: 0 130px 0 20px; } .cookieBar>p { display: block; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 12px; line-height: 1.2; font-weight: 400; margin: 0; padding: 0 130px 0 20px; text-align: center; } .cookieBar .cookieBarButtons { position: absolute; top: 20px; right: 20px; text-align: right; } .cookieBar>p>a.cookieBarMore { text-decoration: underline; color: #fff; } .cookieBar { color: #fff; background-color: #555; } .cookieBar .cookieBarButtons>a.cookieBarOk { background: #0885c4; color: white; padding: 6px; font-size: 11px; border-radius: 5px; } .cookieBar .cookieBarButtons { position: absolute; top: 11px; right: 20px; text-align: left; } </style> <div id="cookieAcceptInfo" class="cookieBar "> <p>Be aware that this site uses cookies. Before continuing browsing we advise you to click on Privacy Policy to access and read our cookie policy.Ok.</p> <div class="cookieBarButtons"> <a id="cookieAcceptButton" class="cookieBarOk" href="/accept-cookies" rel="nofollow" target="_blank" onclick="cookies_accept(); return false;">Accept</a> </div> </div> <!-- End footer --> </body> </html>

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