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> <!--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 --> <!-- Body --> <section id="mu-page-breadcrumb"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-page-breadcrumb-area"> <h2>Confernece in Mexico </h2> <ol class="breadcrumb"> <li class="active">Mexico</li> </ol> </div> </div> </div> </div> </section> <section id="mu-course-content"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-course-content-area"> <div class="row"> <div class="col-md-9"> <h3> Conference in Mexico </h3> <div class="col-md-5 col-sm-5"> <article class="mu-blog-single-item"> <figure class="mu-blog-single-img"> <a href="conference.php?dt=2025-09-28&place=Mexico City,Mexico"><img src="list-img/MexicoCity,Mexico.jpg" alt="International Society for Engineering Research and Development" width="360" height="240" alt="img"></a> <figcaption class="mu-blog-caption"> <h4><a href="conference.php?dt=2025-09-28&place=Mexico City,Mexico">Mexico City,Mexico</a></h4> </figcaption> </figure> <div class="mu-blog-meta"> <a href="conference.php?dt=2025-09-28&place=Mexico City,Mexico">28 Sep - 29 Sep 2025</a> </div> </article> </div> </div> <div class="col-md-3"> <!-- start sidebar --> <aside class="mu-sidebar"> <!-- start single sidebar --><!-- end single sidebar --> <!-- start single sidebar --> <!-- end single sidebar --> <!-- start single sidebar --> <!--<div class="mu-single-sidebar"> <h3>Archives</h3> <ul class="mu-sidebar-catg mu-sidebar-archives"> <li><a href="#">May <span>(25)</span></a></li> <li><a href="">June <span>(35)</span></a></li> <li><a href="">July <span>(20)</span></a></li> <li><a href="">August <span>(125)</span></a></li> <li><a href="">September <span>(45)</span></a></li> <li><a href="">October <span>(85)</span></a></li> </ul> </div>--> <!-- end single sidebar --> <!-- start single sidebar --> <div class="mu-single-sidebar"> <h3>Popular Places</h3> <div class="tag-cloud"> <a href="place.php?place=Bangkok,Thailand" > Bangkok,Thailand</a> <a href="place.php?place=Pattaya,Thailand" > Pattaya,Thailand</a> <a href="place.php?place=Phuket,Thailand" > Phuket,Thailand</a> <a href="place.php?place=Krabi,Thailand" > Krabi,Thailand</a> <a href="place.php?place=Chiang Mai,Thailand" > Chiang Mai,Thailand</a> <a href="place.php?place=Phi Phi Islands,Thailand" > Phi Phi Islands,Thailand</a> <a href="place.php?place=Melbourne,Australia" > Melbourne,Australia</a> <a href="place.php?place=Dubai,UAE" > Dubai,UAE</a> <a href="place.php?place=Milan,Italy" > Milan,Italy</a> <a href="place.php?place=Sydney,Australia" > Sydney,Australia</a> <a href="place.php?place=London,UK" > London,UK</a> <a href="place.php?place=Osaka,Japan" > Osaka,Japan</a> <a href="place.php?place=Madrid,Spain" > Madrid,Spain</a> <a href="place.php?place=Barcelona,Spain" > Barcelona,Spain</a> <a href="place.php?place=Rome,Italy" > Rome,Italy</a> <a href="place.php?place=Edinburgh,UK" > Edinburgh,UK</a> <a href="place.php?place=Kyoto,Japan" > Kyoto,Japan</a> <a href="place.php?place=Krakow,Poland" > Krakow,Poland</a> <a href="place.php?place=Istanbul,Turkey" > Istanbul,Turkey</a> <a href="place.php?place=Paris,France" > Paris,France</a> <a href="place.php?place=Hamburg,Germany" > Hamburg,Germany</a> <a href="place.php?place=Beijing,China" > Beijing,China</a> <a href="place.php?place=Putrajaya,Malaysia" > Putrajaya,Malaysia</a> <a href="place.php?place=Hong Kong,Hong Kong" > Hong Kong,Hong Kong</a> <a href="place.php?place=Havana,Cuba" > Havana,Cuba</a> <a href="place.php?place=Auckland,New Zealand" > Auckland,New Zealand</a> <a href="place.php?place=Oslo,Norway" > Oslo,Norway</a> <a href="place.php?place=Florence,Italy" > Florence,Italy</a> <a href="place.php?place=Dublin,Ireland" > Dublin,Ireland</a> <a href="place.php?place=Colombo,Sri Lanka" > Colombo,Sri Lanka</a> <a href="place.php?place=Medina,Saudi Arabia" > Medina,Saudi Arabia</a> <a href="place.php?place=Goa,India" > Goa,India</a> <a href="place.php?place=Lisbon,Portugal" > Lisbon,Portugal</a> <a href="place.php?place=Toronto,Canada" > Toronto,Canada</a> <a href="place.php?place=Vienna,Austria" > Vienna,Austria</a> <a href="place.php?place=Pune,India" > Pune,India</a> <a href="place.php?place=Cairo,Egypt" > Cairo,Egypt</a> <a href="place.php?place=Antalya,Turkey" > Antalya,Turkey</a> <a href="place.php?place=Venice,Italy" > Venice,Italy</a> <a href="place.php?place=Boston,USA" > Boston,USA</a> <a href="place.php?place=Riyadh,Saudi Arabia" > Riyadh,Saudi Arabia</a> <a href="place.php?place=Manchester,UK" > Manchester,UK</a> <a href="place.php?place=Tehran,Iran" > Tehran,Iran</a> <a href="place.php?place=Las Vegas,USA" > Las Vegas,USA</a> <a href="place.php?place=Nairobi,Kenya" > Nairobi,Kenya</a> <a href="place.php?place=New Delhi,India" > New Delhi,India</a> <a href="place.php?place=Kobe,Japan" > Kobe,Japan</a> <a href="place.php?place=Singapore,Singapore" > Singapore,Singapore</a> <a href="place.php?place=Budapest,Hungary" > Budapest,Hungary</a> <a href="place.php?place=Kuwait City,Kuwait" > Kuwait City,Kuwait</a> <a href="place.php?place=Tashkent,Uzbekistan" > Tashkent,Uzbekistan</a> <a href="place.php?place=Abu Dhabi,UAE" > Abu Dhabi,UAE</a> <a href="place.php?place=Cape Town,South Africa" > Cape Town,South Africa</a> <a href="place.php?place=Phnom Penh,Cambodia" > Phnom Penh,Cambodia</a> <a href="place.php?place=Chennai,India" > Chennai,India</a> <a href="place.php?place=Munich,Germany" > Munich,Germany</a> <a href="place.php?place=Kuala Lumpur,Malaysia" > Kuala Lumpur,Malaysia</a> <a href="place.php?place=Kyiv,Ukraine" > Kyiv,Ukraine</a> <a href="place.php?place=Chengdu,China" > Chengdu,China</a> <a href="place.php?place=Sao Paulo,Brazil" > Sao Paulo,Brazil</a> <a href="place.php?place=Marrakesh,Morocco" > Marrakesh,Morocco</a> <a href="place.php?place=Baku,Azerbaijan" > Baku,Azerbaijan</a> <a href="place.php?place=Manila,Philippines" > Manila,Philippines</a> <a href="place.php?place=Hanoi,Vietnam" > Hanoi,Vietnam</a> <a href="place.php?place=Crete,Greece" > Crete,Greece</a> <a href="place.php?place=Shanghai,China" > Shanghai,China</a> <a href="place.php?place=Frankfurt,Germany" > Frankfurt,Germany</a> <a href="place.php?place=Mexico City,Mexico" > Mexico City,Mexico</a> <a href="place.php?place=Washington DC,United States of America" > Washington DC,United States of America</a> <a href="place.php?place=Berlin,Germany" > Berlin,Germany</a> <a href="place.php?place=Johannesburg,South Africa" > Johannesburg,South Africa</a> <a href="place.php?place=Delhi,India" > Delhi,India</a> <a href="place.php?place=Luxembourg City,Luxembourg" > Luxembourg City,Luxembourg</a> <a href="place.php?place=New Orleans,United States of America" > New Orleans,United States of America</a> <a href="place.php?place=Ottawa,Canada" > Ottawa,Canada</a> <a href="place.php?place=Kota Kinabalu,Malaysia" > Kota Kinabalu,Malaysia</a> <a href="place.php?place=Rio de Janeiro,Brazil" > Rio de Janeiro,Brazil</a> <a href="place.php?place=Cambridge,USA" > Cambridge,USA</a> <a href="place.php?place=Chicago,USA" > Chicago,USA</a> <a href="place.php?place=Orlando,USA" > Orlando,USA</a> <a href="place.php?place=Prague,Czech Republic" > Prague,Czech Republic</a> <a href="place.php?place=New York,USA" > New York,USA</a> <a href="place.php?place=Jeju Island,South Korea" > Jeju Island,South Korea</a> <a href="place.php?place=Tallinn,Estonia" > Tallinn,Estonia</a> <a href="place.php?place=Los Angeles,USA" > Los Angeles,USA</a> <a href="place.php?place=Bali,Indonesia" > Bali,Indonesia</a> <a href="place.php?place=Zurich,Switzerland" > Zurich,Switzerland</a> <a href="place.php?place=Mecca,Saudi Arabia" > Mecca,Saudi Arabia</a> <a href="place.php?place=Macau,China" > Macau,China</a> <a href="place.php?place=Dammam,Saudi Arabia" > Dammam,Saudi Arabia</a> <a href="place.php?place=Nagoya,Japan" > Nagoya,Japan</a> <a href="place.php?place=Wellington,New Zealand" > Wellington,New Zealand</a> <a href="place.php?place=Muscat,Oman" > Muscat,Oman</a> <a href="place.php?place=Malacca,Malaysia" > Malacca,Malaysia</a> <a href="place.php?place=Manama,Bahrain" > Manama,Bahrain</a> <a href="place.php?place=Philadelphia,USA" > Philadelphia,USA</a> <a href="place.php?place=Yokohama,Japan" > Yokohama,Japan</a> <a href="place.php?place=Telaviv,Israel" > Telaviv,Israel</a> <a href="place.php?place=Langkawi,Malaysia" > Langkawi,Malaysia</a> <a href="place.php?place=Montreal,Canada" > Montreal,Canada</a> <a href="place.php?place=Taipei,Taiwan" > Taipei,Taiwan</a> <a href="place.php?place=Miami,USA" > Miami,USA</a> <a href="place.php?place=Saint Petersburg,Russia" > Saint Petersburg,Russia</a> <a href="place.php?place=Rawalpindi,Pakistan" > Rawalpindi,Pakistan</a> <a href="place.php?place=Jerusalem,Israel" > Jerusalem,Israel</a> <a href="place.php?place=San Diego,USA" > San Diego,USA</a> <a href="place.php?place=Bucharest,Romania" > Bucharest,Romania</a> <a href="place.php?place=Helsinki,Finland" > Helsinki,Finland</a> <a href="place.php?place=Port Louis,Mauritius" > Port Louis,Mauritius</a> <a href="place.php?place=Jeddah,Saudi Arabia" > Jeddah,Saudi Arabia</a> <a href="place.php?place=Seoul,South Korea" > Seoul,South Korea</a> <a href="place.php?place=Amsterdam,Netherlands" > Amsterdam,Netherlands</a> <a href="place.php?place=Dubai,United Arab Emirates" > Dubai,United Arab Emirates</a> <a href="place.php?place=Guangzhou,China" > Guangzhou,China</a> <a href="place.php?place=Perth,Australia" > Perth,Australia</a> <a href="place.php?place=Washington,USA" > Washington,USA</a> <a href="place.php?place=Lagos,Nigeria" > Lagos,Nigeria</a> <a href="place.php?place=Hamilton,New Zealand" > Hamilton,New Zealand</a> <a href="place.php?place=Beirut,Lebanon" > Beirut,Lebanon</a> <a href="place.php?place=New Orleans,USA" > New Orleans,USA</a> <a href="place.php?place=Cannes,France" > Cannes,France</a> <a href="place.php?place=Dhaka,Bangladesh" > Dhaka,Bangladesh</a> <a href="place.php?place=Brussels,Belgium" > Brussels,Belgium</a> <a href="place.php?place=Bandar Seri Begawan,Brunei Darussalam" > Bandar Seri Begawan,Brunei Darussalam</a> <a href="place.php?place=Yangon,Myanmar" > Yangon,Myanmar</a> <a href="place.php?place=Jakarta,Indonesia" > Jakarta,Indonesia</a> <a href="place.php?place=Tokyo,Japan" > Tokyo,Japan</a> <a href="place.php?place=Doha,Qatar" > Doha,Qatar</a> <a href="place.php?place=Sharjah,UAE" > Sharjah,UAE</a> <a href="place.php?place=Athens,Greece" > Athens,Greece</a> <a href="place.php?place=Vancouver,Canada" > Vancouver,Canada</a> <a href="#">Health</a> <a href="#">Science</a> <a href="#">Sports</a> <a href="#">Mathematics</a> <a href="#">Web Design</a> <a href="#">Admission</a> <a href="#">History</a> <a href="#">Environment</a> </div> </div> <!-- end single sidebar --> </aside> <!-- / end sidebar --> </div> </div> </div> </div> </div> </div> </section> <!-- Body --> <!-- 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; 2024 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