CINXE.COM
International Educational Conference | Multi-Disciplinary | ICMDRSE 2025
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>International Educational Conference | Multi-Disciplinary | ICMDRSE 2025</title> <meta name="keywords" content="international conference 2025, malaysia conference 2025, upcoming conference in malaysia, icmdrse 2025"> <meta name="description" content="Explore cutting-edge research at ICMDRSE 2025, the international conference on Multi-Disciplinary Research Studies and Education. Connect with industry leaders and drive future innovations in these critical engineering fields"> <meta name="robots" content="index, follow" /> <link rel="canonical" href="https://www.icmdrse.com/" /> <meta property="og:title" content="International Engineering Conferences 2025 | Conference in Malaysia - ICMDRSE" /> <meta property="og:site_name" content="ICMDRSE" /> <meta property="og:url" content="https://www.icmdrse.com/images/logo-2.jpg" /> <meta property="og:description" content="Explore cutting-edge research at ICMDRSE 2025, the international conference on Multi-Disciplinary Research Studies and Education. Connect with industry leaders and drive future innovations in these critical engineering fields" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://www.icmdrse.com/images/logo-2.jpg" /> <!-- Stylesheets --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="./images/logo-2.jpg"> <!-- flag --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/css/intlTelInput.min.css"> <link rel="stylesheet" href="build/css/intlTelInput.css" /> <link rel="stylesheet" href="build/css/demo.css" /> <link rel="stylesheet" href="review.css"> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <style> .conference-heading { display: flex; justify-content: space-between; align-items: center; font-size: 2em; line-height: 1.2; /* Adjust line height */ } .title-text h1 span { color: #ffffff !important; } .highlight { font-size: 3em; background-color: #011a40ad; color: #ff0000; border-radius: 10px; font-weight: bolder; line-height: 128px; width: 106px !important; height: 100px; text-align: center; } .rest-words { flex-grow: 1; margin-left: 10px; /* Adjust spacing between '8th' and the rest */ } .text span { color: #f95000; font-weight: bolder; } .modal-body { min-height: 520px; width: 100%; } .video-container:before { content: ""; position: absolute; /* background: rgb(1 26 56 / 67%); */ background-image: linear-gradient(35deg, rgb(1 26 56 / 67%), rgb(1 26 56 / 7%)); top: 0; right: 0; z-index: 1; bottom: 0; left: 0; } /* .them-con { padding: 10px 30px; background-color: #030032; background-image: linear-gradient(300deg, #011a40 22%, #7c2801bd 74%), url(./images/background/6.jpg); background-position: center center; background-size: cover; border-radius: 5px; color: #fff; } */ .them-con { padding: 10px 20px 10px 4px; background-color: #00405a; background-image: linear-gradient(300deg, #011a40 42%, #3a1200e0 74%), url(./images/background/6.jpg); /* background-image: url(./img/bg.jpg); */ background-position: center center; background-size: cover; display: inline-block; border-radius: 5px; color: #fff; margin-bottom: 10px; } .them-con h3 { font-weight: bolder; } .video-container { position: relative; width: 100%; padding-top: 45.25%; overflow: hidden; } /* sdg */ .sdg-content h6 { color: #011e1f !important; font-size: 14px; } .sdg-content h6 span { font-size: 14px; color: #bb029c !important; font-weight: bold; } .sdg-content h5 { font-size: 16px; display: inline; color: #c43100; } /* .sdg-container { min-height: 278px !important; } */ .font-18 { font-size: 18px !important; } .view-t { color: #003691 !important; } .button-box-1 { transition: all 1s ease-in-out; animation: mymove 5s infinite; } @keyframes mymove { from { background-color: #f95000; } to { background-color: blue; } } .title-text .text { color: #fff; font-size: 15px; line-height: 25px; margin-bottom: 20px; } iframe { width: 100%; height: 500px; border: none; } .list-style-1 { text-align: left; padding-left: 20px; position: relative; color: #fff !important; z-index: 99; } .list-style-1 li { margin-bottom: 3px; color: #fff; list-style-type: disc; } .close { float: right; font-size: 1.5rem; font-weight: 700; background-color: #fff !important; line-height: 10px; position: absolute; width: 35px; right: -15px; top: 20px; height: 35px; border-radius: 50%; color: #000; text-shadow: 0 1px 0 #fff; opacity: 1; } .btn-primary-1 { color: #fff; background: linear-gradient(318deg, #7500a5 38.99%, #b30041 77%); padding: 5px 10px; border-radius: 10px; font-size: 18px; font-weight: 600; animation: blink1 1s linear infinite; } @keyframes blink1 { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } } .content-ses-chair h4 { font-size: 18px; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .blink { animation: blink 1s infinite; /* Change the duration as needed */ } @keyframes blinkColor { 0% { color: red; } 35% { color: green; } 65% { color: orange; } 100% { color: red; } } .blinking-text { font-size:18px; font-weight: bold; animation: blinkColor 2s infinite alternate ease-in-out; } .custom-popover { width: 300px !important; height: auto !important; text-align: justify; background-color: #d2daff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } .btn-popover { width: 23px !important; background: #ffffff !important; height: 23px !important; border-color: #f5f5f5; border-radius: 50%; color: #2433fb; cursor: pointer; border: 1px solid #2433fb; line-height: 0.8rem; } .btn-secondary:hover { color: #8300e3; background-color: #5a6268; border-color: #0000ff; } .cpd-btn { background:linear-gradient(303deg, #db6d19 18.99%, #248d7e 77%); color: #fff; padding: 13px; border-radius: 5px; font-size: 15px; font-weight: 600; } .cpd-btn:hover{ color: #fff; } </style> <!-- Google Tag Manager --> <script> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-5GXF2CM'); </script> <!-- End Google Tag Manager --></head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GXF2CM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- PageWrapper --> <div class="page-wrapper"> <!-- scrollToTop start --> <div class="progress-wrap active-progress"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919px, 307.919px; stroke-dashoffset: 228.265px;"> </path> </svg> </div> <!-- scrollToTop end --> <!-- Main Header / Header Style Two --> <header class="main-header header-style-two"> <!-- Header Upper --> <div class="header-upper"> <!-- <div class="auto-container"> --> <div class="container-fluid"> <div class="clearfix"> <div class="pull-left logo-box"> <div class="logo"><a href="index.php"><img src="./img/logo-icmdrse.svg" alt="" title=""></a> </div> </div> <div class="pull-right upper-right clearfix"> <div class="upper-column info-box pl-1 ml-2 "> <!-- Btn Box --> <div class="btn-box "> <a href="#" data-toggle="modal" data-target="#Discount" class="theme-btn btn-style-two clearfix btn-box-1"> <span class="btn-wrap"> <span class="text-one">Get Quote For Travel Package </span> <span class="text-two">Get Quote For Travel Package </span> </span> </a> </div> </div> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><span class="flaticon-phone-call"></span></div> <ul> <li>Phone <br> +1 (626) 649-4484</li> </ul> </div> <!--Info Box--> <a target="_blank" href="https://www.iferp.in/collaboration-iferp.php"> <div class="upper-column info-box"> <div class="icon-box"><span class="flaticon-hand-shake"></span></div> <ul> <li>Apply For <br>Co Organizer</li> </ul> </div> </a> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><span class="flaticon-email"></span></div> <ul> <li> Mail to <br> info@icmdrse.com</li> </ul> </div> </div> </div> </div> </div> <!-- End Header Upper --> <!-- Header Upper --> <div class="header-lower"> <div class="container-fluid d-flex justify-content-center"> <div class="inner-container clearfix d-flex justify-content-center"> <div class="nav-outer d-flex justify-content-center"> <!-- Mobile Navigation Toggler --> <div class="mobile-nav-toggler"><span class="icon flaticon-menu-3"></span></div> <!-- Main Menu --> <nav class="main-menu navbar-expand-md"> <div class="navbar-header"> <!-- Toggle Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse clearfix" id="navbarSupportedContent"> <ul class="navigation clearfix"> <li><a href="index.php">Home</a></li> <!-- <li class="dropdown"><a href="#">Home</a> <ul> <li><a href="index.html">Homepage One</a></li> <li><a href="index-2.html">Homepage Two</a></li> <li><a href="index-3.html">Homepage Three</a></li> <li class="dropdown"><a href="#">Header Styles</a> <ul> <li><a href="index.html">Header Style One</a></li> <li><a href="index-2.html">Header Style Two</a></li> <li><a href="index-3.html">Header Style Three</a></li> </ul> </li> </ul> </li> --> <li class="dropdown"><a href="#">About</a> <ul> <li><a href="about.php">About Conference</a></li> <!-- <li class="dropdown"><a href="#">About Conference</a> <ul> <li><a href="about.php">About ICMDRSE</a></li> <li><a href="why-to-attend.php">Why to attend Conference </a></li> <li><a href="scope-and-benefits.php">Scope of the Conference </a> </li> <li><a href="objective-of-the-conference.php">Objective of the conference</a> </li> </ul> </li> --> <li class="dropdown"><a href="#">About Organizers</a> <ul> <li><a href="about-iferp.php">About IFERP</a></li> <!-- <li><a href="about-college.php">About World Citi Colleges</a></li> --> </ul> </li> <!-- <li><a href="about-iferp.php">About IFERP</a></li> --> <!-- <li><a href="scope-and-benefits.php"> Scope & Benefits</a></li> --> <li><a href="important-dates.php">Important dates </a></li> <li class="dropdown"><a href="#">Conference Speakers</a> <ul> <li><a href="keynote-speakers.php">Keynote Speakers</a></li> <li><a href="past-conference-speakers.php">Past Conference Speakers </a></li> </ul> </li> <li><a href="conference-faq.php">Conference FAQ</a></li> </ul> </li> <li class="dropdown"><a href="#">committee</a> <ul> <li><a href="committee-members.php">Organizing committee Member</a></li> <li><a href="apply-for-committee.php">Nominate yourself as an Organizing committee member</a></li> <li><a href="eligibility-for-committee-members.php">Eligibility Criteria </a></li> <!-- <li><a href="committee-members.php">Committee Members</a></li> --> </ul> </li> <!-- <li class="dropdown"><a href="#">Speaker</a> <ul> <li><a href="keynote-speakers.php">Keynote Speaker</a></li> <li><a href="apply-for-speaker.php">Apply For Speaker</a></li> <li><a href="past-conference-speakers.php">Past Conference Speakers</a> </li> </ul> </li> --> <li class="dropdown"><a href="#">Submission</a> <ul> <li><a href="abstract-submission.php">Paper/Abstract submission </a></li> <li><a href="abstract-submission-guidelines.php">Submission Guidelines </a> </li> <li><a href="scientific-tracks.php">Call for paper / Session and Tracks </a></li> <li><a href="presentation-guidelines.php">Mode of Presentation </a></li> <li><a href="submission-faq.php">Submission FAQ</a></li> </ul> </li> <li class="dropdown"><a href="#">Registration</a> <ul> <li><a href="conference-registration.php">Conference Registration</a></li> <li><a href="registration-guidelines.php">Registration Guidelines</a></li> <li><a href="payment-methods.php"> Payment Methods </a></li> <li><a href="registration-faq.php">Registration FAQ</a></li> </ul> </li> <li class="dropdown"><a href="#">Publication</a> <ul> <li><a href="journals-and-publication.php">Journals & Publications </a> </li> <li><a href="plagiarism-policy.php">Plagiarism Policy & Publication Ethics</a></li> <li><a href="journal-faq.php"> Publication FAQ </a></li> </ul> </li> <li><a href="scientific-tracks.php">Session And Tracks</a></li> <!-- <li><a href="membership.php">Membership</a></li> --> <li><a href="tentative-program.php">Tentative Program </a></li> <li><a href="scholarship-program.php">Scholarship</a></li> <!-- <li><a href="venue.php">Venue</a></li> <li><a href="contact-us.php">Contact Us</a></li> --> <li class="dropdown"><a href="#">Venue</a> <ul> <li><a href="venue.php">Venue</a></li> <li><a href="contact-us.php">Contact Us</a></li> </ul> </li> <li class="dropdown"><a href="#">History</a> <ul> <li><a href="icmdrse-7.php"> 7th ICMDRSE-2024</a></li> <li><a href="icmdrse-6.php"> 6th ICMDRSE-2023</a></li> <li><a href="icmdrse-5.php"> 5th ICMDRSE-2022</a></li> <li><a href="icmdrse-4.php"> 4th ICMDRSE-2021</a></li> <li><a href="icmdrse-3.php"> 3rd ICMDRSE-2020</a></li> <li><a href="icmdrse-2.php">2nd ICMDRSE-2020 </a></li> <li><a href="icmdrse-1.php">1st ICMDRSE-2019 </a></li> </ul> </li> <li> <div class="button-box"> <div id="google_translate_element"></div> </div> </li> </ul> </div> </nav> </div> </div> </div> </div> <!--End Header Upper--> <!-- Sticky Header --> <div class="sticky-header"> <div class="container-fluid ml-4 clearfix"> <!--Logo--> <div class="logo pull-left"> <a href="index.php" title=""><img src="./img/logo-icmdrse.svg" alt="" title=""></a> </div> <!--Right Col--> <div class="pull-right"> <!-- Main Menu --> <nav class="main-menu mr-5"> <!--Keep This Empty / Menu will come through Javascript--> </nav><!-- Main Menu End--> <!-- Mobile Navigation Toggler --> <div class="mobile-nav-toggler mr-3"><span class="icon flaticon-menu-3"></span></div> </div> </div> </div><!-- End Sticky Menu --> <!-- Mobile Menu --> <div class="mobile-menu"> <div class="menu-backdrop"></div> <div class="close-btn"><span class="icon fa fa-close"></span></div> <nav class="menu-box"> <div class="nav-logo"><a href="index.php"><img src="./img/logo-icmdrse.svg" alt="" title=""></a></div> <div class="menu-outer"> <!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--> </div> </nav> </div><!-- End Mobile Menu --> </header> <!-- End Main Header --> <section class="d-none d-lg-block d-xl-none d-xl-block"> <div class="video-container"> <!-- <video autoplay muted loop id="video-background" poster="./img/banner-img.jpg"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/2025/Malaysia.mp4" type="video/mp4"> Your browser does not support the video tag. </video> --> <video autoplay muted loop id="video-background" poster="./img/banner-img.jpg"> <source src="https://cdn.iferp.in/video/2025/comman/video-bg-5.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <div class="auto-container title-text"> <!-- Content Column --> <div class="content-column ml-lg-4"> <div class="inner-column"> <!-- <div class="title">8th International <span>Conference on </span></div> <h1> Multi-Disciplinary <span> Research Studies </span> <br>and Education (ICMDRSE-2025)</h1> --> <h1 class="conference-heading"> <span class="highlight" style="color:#f3000b;">8<sup style=" font-size:30px; top: -4rem; color: #f95000;">th</sup></span> <span class="rest-words">International Conference on<br>Multi-Disciplinary Research Studies<br>and Education (ICMDRSE-2025)</span> </h1> <h3 class="text-center text-white my-2" style="font-size:18px; text-align: left !important;"> Hybrid conference (Inperson+Virtual) <br> <span style="font-size:13px !important;"> You can participate in person at Kuala Lumpur, Malaysia or Virtually from your home or work.</span> </h3> <div class="them-con"> <h3 class="text-center text-white" style="font-size: 16px; text-align: left !important;"> Theme: “Applications in Multi-Disciplinary Research Studies : <br /> Technology and Innovation for Sustainable Learning” </h3> </div> <div class="text mb-0 mt-2"><span>Organized by :</span> IFERP Academy - Malaysia Society </div> <h5 class="venue-hig"> <strong>ISBN : 978-93-92104-81-7 </strong> </h5> <div class="banner-img1" style="text-align: left;margin-bottom:15px;"> <div class="banne banne-1"> <img src="./img/IFERP-Aca.jpg" class="ba" alt="" /> </div> <div class="banne banne-1"> <img src="./images/002.png" class="ba" alt="" /> </div> <div class="banne banne-1"> <img src="./images/004.png" class="ba" alt="" /> </div> </div> <div class="clearfix"> <div class="pull-left"> <div class="button-box"> <a href="abstract-submission.php" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Abstract Submission</span> <span class="text-two">Abstract Submission</span> </span> <!-- <span class="plus flaticon-plus"></span> --> </a> </div> </div> <div class="pull-left"> <div class="btn-box"> <a href="#" data-toggle="modal" data-target="#brochure" class="theme-btn btn-style-three clearfix"> <span class="btn-wrap"> <span class="text-one">Download Brochure</span> <span class="text-two">Download Brochure</span> </span> <!-- <span class="plus flaticon-plus"></span> --> </a> </div> </div> <!-- <div class="pull-left"> <div class="button-box "> <a href="./exclusive-event.php" class="theme-btn btn-style-two button-box-1 clearfix"> <span class="btn-wrap"> <span class="text-one">Exclusive Event</span> <span class="text-two">Exclusive Event</span> </span> </a> </div> </div> --> </div> </div> </div> </div> </div> </section> <!-- Main Slider Two --> <section class="main-slider-two d-block d-md-block d-sm-block d-lg-none"> <div class="main-slider-carousel owl-theme owl-carousel"> <div class="slide"> <div class="image-layer" style="background-image:url(images/main-slider/image-2.jpg)"></div> <div class="auto-container"> <div class="content-column"> <div class="inner-column"> <div class="title">8th International <span>Conference on </span></div> <h1> Multi-Disciplinary <span> Research Studies </span> <br>and Education (ICMDRSE-2025) </h1> <h3 class="text-center text-white my-2" style="font-size:18px; text-align: left !important;"> Hybrid conference (Inperson+Virtual) <br> <span style="font-size:13px !important;"> You can participate in person at Kuala Lumpur, Malaysia or Virtually from your home or work.</span> </h3> <div class="them-con"> <h3 class="text-center text-white" style="font-size: 16px; text-align: left !important;"> Theme: “Applications in Multi-Disciplinary Research Studies :<br /> Technology and Innovation for Sustainable Learning” </h3> </div> <div class="text"><span>Organized by :</span> IFERP Academy - Malaysia Society </div> <!-- <div class="logo-image"> <img src="./images/iferp.png" alt=""> </div> --> <h5 class="venue-hig"> <strong>ISBN : 978-93-92104-81-7</strong> </h5> <div class="banner-img1" style="text-align: left;margin-bottom:15px;"> <div class="banne banne-1"> <img src="./img/IFERP-Aca.jpg" class="ba" alt="" /> </div> <div class="banne banne-1"> <img src="./images/002.png" class="ba" alt="" /> </div> <div class="banne banne-1"> <img src="./images/004.png" class="ba" alt="" /> </div> </div> <div class="clearfix"> <div class="pull-left"> <div class="button-box"> <a href="abstract-submission.php" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Abstract Submission</span> <span class="text-two">Abstract Submission</span> </span> <!-- <span class="plus flaticon-plus"></span> --> </a> </div> </div> <div class="pull-left"> <div class="btn-box"> <a href="#" data-toggle="modal" data-target="#brochure" class="theme-btn btn-style-three clearfix"> <span class="btn-wrap"> <span class="text-one">Download Brochure</span> <span class="text-two">Download Brochure</span> </span> <!-- <span class="plus flaticon-plus"></span> --> </a> </div> </div> <!-- <div class="pull-left"> <div class="button-box"> <a href="./exclusive-event.php" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Exclusive Event</span> <span class="text-two">Exclusive Event</span> </span> </a> </div> </div> --> </div> </div> </div> </div> </div> <!-- End Slide 01 --> <!-- Slide 02 --> <!-- <div class="slide"> <div class="image-layer" style="background-image:url(images/main-slider/image-2.jpg)"></div> <div class="auto-container"> <div class="content-column"> <div class="inner-column"> <div class="title">Welcome You <span>Industo</span></div> <h1>We’re Best <span>Providing</span> <br> Industiral Park</h1> <div class="text">Dunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.</div> <div class="clearfix"> <div class="pull-left"> <div class="button-box"> <a href="#" class="theme-btn btn-style-three clearfix"> <span class="btn-wrap"> <span class="text-one">Explore More</span> <span class="text-two">Explore More</span> </span> <span class="plus flaticon-plus"></span> </a> </div> </div> <div class="pull-left"> <div class="phone-box"> <div class="box-inner"> <span class="icon flaticon-telephone"></span> Call Us Now <strong>+89 452 457 457</strong> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- End Slide 02 --> <!-- Slide 03 --> <!-- <div class="slide"> <div class="image-layer" style="background-image:url(images/main-slider/image-2.jpg)"></div> <div class="auto-container"> <div class="content-column"> <div class="inner-column"> <div class="title">Welcome You <span>Industo</span></div> <h1>We’re Best <span>Providing</span> <br> Industiral Park</h1> <div class="text">Dunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.</div> <div class="clearfix"> <div class="pull-left"> <div class="button-box"> <a href="#" class="theme-btn btn-style-three clearfix"> <span class="btn-wrap"> <span class="text-one">Explore More</span> <span class="text-two">Explore More</span> </span> <span class="plus flaticon-plus"></span> </a> </div> </div> <div class="pull-left"> <div class="phone-box"> <div class="box-inner"> <span class="icon flaticon-telephone"></span> Call Us Now <strong>+89 452 457 457</strong> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- End Slide 03 --> </div> </section> <!-- End Main Slider Section --> <!-- Info Section --> <section class="info-section" style="margin-top: -4%;"> <div class="auto-container"> <div class="inner-container"> <div class="clearfix"> <!-- Info Block --> <div class="info-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box "> <div class="content"> <div class="icon flaticon-calendar-3"></div> <strong>Conference Date</strong> <div class="text text-1" style="font-weight: 600;font-size: 17px;"> 22<sup>nd</sup>-23<sup>rd</sup> May,2025 </div> </div> </div> </div> <!-- Info Block --> <div class="info-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="content"> <div class="icon flaticon-location"></div> <strong> Conference Venue </strong> <div class="text" style="font-weight: 600;font-size:14px;line-height:20px;"> Corus Hotel Kuala Lumpur,Persiaran Hampshire, Jalan Ampang, 50450 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia </div> </div> </div> </div> <!-- Info Block --> <div class="info-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box pb-1"> <div class="content pl-1 d-flex flex-column align-items-center"> <strong style="font-size:16px;">Share Your Voice, Shape the Future</strong> <div class="mt-1"> <a class="btn btn-primary-1 mt-2" href="https://www.iferp.in/apply-for-plenary-speakers.php" target="_blank"> Apply to be a Plenary Speaker</a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- End Info Section --> <section class="cta-section-one mb-0 mt-4"> <div class="container-fluid"> <div class="row clearfix d-flex justify-content-center"> <div class="col-lg-4 col-xs-12 text-center"> <div class="sec-title-two centered mb-0 h-100" style="padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="https://cdn.iferp.in/client-stories-images/2024/october/CPD-logo.svg" alt="" style="max-width:400px;max-height:auto;"> </div> </div> </div> </div> <div class="col-lg-10"> <div class="text-center" style=" margin: 20px 0;"> <span style=" color: #0e3a80; font-size: 25px; animation: blink 1s linear infinite; font-weight: 700; margin-right: 8px; "> 12.2 CPD CREDIT HOURS </span> <button type="button" class="btn btn-secondary btn-sm btn-popover" data-toggle="popover" data-placement="top" data-content="Continuing Professional Development (CPD) refers to the structured and ongoing process of learning activities undertaken by professionals to improve and refine their skills, knowledge, and competencies. It embodies a comprehensive approach to fostering personal and professional growth, ensuring continuous enhancement of expertise throughout one’s career." data-original-title="" title="" style=" position: relative; top: -6px; width: 30px !important; height: 30px !important; z-index:1; "> <i class="fa fa-info" aria-hidden="true" style="z-index-1;postion:relative;"></i> </button> <a href="cpd.php" class="cpd-btn"> Your Certificate On Completion</a> </div> </div> </div> </div> </section> <!-- <section class="cta-section-one mb-0 mt-4"> <div class="container-fluid"> <div class="row clearfix d-flex justify-content-center"> <div class="col-lg-4 col-xs-12 text-center"> <div class="sec-title-two centered mb-0 h-100" style="padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="https://cdn.iferp.in/client-stories-images/2024/october/CPD-logo.svg" alt="" style="max-width:400px;max-height:auto;"> </div> <h5 class="text-center fw-bold mt-3 blink" style="color:#5d003c;"> 12.2 CPD CREDIT HOURS <a href="" data-toggle="tooltip" title="Continuing Professional Development (CPD) refers to the structured and ongoing process of learning activities undertaken by professionals to improve and refine their skills, knowledge, and competencies. It embodies a comprehensive approach to fostering personal and professional growth, ensuring continuous enhancement of expertise throughout one’s career."><i class="fa fa-info-circle" style=" font-size: 21px; color: #03054b; padding-left: 5px;"></i></a></h5> </div> </div> </div> </div> </div> </section> --> <!-- <section class="cta-section-one mb-0 mt-5"> <div class="auto-container"> <div class="row clearfix d-flex justify-content-center"> <div class="col-lg-10 col-xs-12 text-center d-flex justify-content-center"> <div class="them-con"> <h3 class="text-center text-white"> Theme: “Cross-disciplinary Conversations Education & Multidisciplinary Studies” </h3> </div> </div> </div> </div> </section> --> <!-- CTA Section --> <!-- <section class="cta-section-one mb-5"> <div class="container-fluid"> <div class="row d-flex justify-content-center"> <div class="sec-title-three centered mb-1"> <h2 class="text-dark">Academic <span>Partners</span></h2> </div> </div> <div class="row clearfix d-flex justify-content-center px-3"> <div class="col-lg-3 col-xs-12 text-center"> <div class="sec-title-two centered mb-0" style="box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="./img/stat-ac.jpg" alt="" style="max-width:320px;"> </div> <h5 class="text-center fw-bold mt-3" style="color: #002aa7;font-size: 16px;"> STAT Office for Statistical Data Analysis and Training, Iraq </h5> </div> </div> </div> <div class="col-lg-3 col-xs-12 text-center"> <div class="sec-title-two centered mb-0" style="box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="./img/logo-ac-2.jpg" alt="" style="max-width:320px;"> </div> <h5 class="text-center fw-bold mt-3" style="color: #002aa7;font-size: 16px;"> Universiti Pendidikan Sultan Idris <br> Malaysia </h5> </div> </div> </div> <div class="col-lg-3 col-xs-12 text-center"> <div class="sec-title-two centered mb-0" style="box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="./img/dalda.jpg" alt="" style="max-width:66px;"> </div> <h5 class="text-center fw-bold mt-3" style="color: #002aa7;font-size: 16px;"> University of Perpetual Help System DALTA - Molino Campus, Philippines </h5> </div> </div> </div> <div class="col-lg-3 col-xs-12 text-center"> <div class="sec-title-two centered mb-0 h-100" style="box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);padding: 10px;"> <div class="academic-par"> <div class="academic-img mt-2 d-flex justify-content-center align-items-center"> <img src="./img/uthm.jpg" alt="" style=""> </div> <h5 class="text-center fw-bold mt-3" style="color: #002aa7;font-size: 16px;"> Universiti Tun Hussein Onn Malaysia (UTHM) </h5> </div> </div> </div> </div> </div> </section> --> <!-- End CTA Section --> <section> <div class="auto-container section-padding"> <div class="row"> <div class="inner-column col-lg-12"> <div class="sec-title-two"> <div class="sec-title-three centered mb-1"> <h2>WELCOME TO <span>8<sup>th</sup> ICMDRSE 2025</span></h2> </div> <div class="text text-justify"> Hello! Welcome to ICMDRSE 2025 – the place where ideas collide and innovations take the spotlight! ICMDRSE has long been the meeting place for educators, researchers, policymakers, and industry professionals looking to network, share ideas, and grow in their respective fields. At this educational conference in Malaysia, academics, researchers, and educators are coming together to share groundbreaking research, and different views, and explore unique ideas from various fields.</div> <div class="text text-justify "> Our theme for the 8th ICMDRSE, "Applications in Multi-Disciplinary Research Studies : Technology and Innovation for Sustainable Learning" is a lively space where different academic areas come together. Through collaboration, we explore intersections between various disciplines to create a dynamic environment to enhance educational discussions and explore diverse studies.</div> <div class="text text-justify "> This International Conference in Malaysia is an invitation for you to be part of shaping the future of global education. So, we warmly invite you to join us at ICMDRSE 2025. Let us continue to inspire, transform, and shape education together. Your participation is more than just an RSVP; it is an important role in our community dedicated to academic success and positive change. We can't wait to see you there! </div> </div> </div> </div> <!-- <div class="sec-title-three centered"> <h2>Welcome Video<span> Messages </span> </h2> </div> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12 mt-3"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <video width="100%" height="220px" controls poster="img/cover-img-1.jpg"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video/2025-conference/Dr-Siti-Video-2.mp4" type="video/mp4"> </video> <div class="lower-content"> <h4> Dr. Siti Sarah Omar </h4> <div class="designation">Associate Professor, <br>Department of Business Management,Faculty of Technology Management and Business <br>Universiti Tun Hussein Onn Malaysia , Malaysia </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12 mt-3"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <video width="100%" height="220px" controls poster="#"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video/2025-conference/icmdrse-spk-video.mp4" type="video/mp4"> </video> <div class="lower-content"> <h4> Assoc Prof. Dr.Syriac Nellikunnel </h4> <div class="designation">Dean <br>Faculty of Business <br>Perdana University, <br>Malaysia. </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12 mt-3"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <video width="100%" height="220" controls poster="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video-cover-img/video-cover-image-3.jpg"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video-cover-img/Mr-Devandran-Krishnan.mp4" type="video/mp4"> </video> <div class="lower-content"> <h4> Mr. Devandran Krishnan </h4> <div class="designation">Deputy Vice President <br>NanoMalaysia Berhad <br>Malaysia</div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12 mt-3"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <video width="100%" height="220" controls poster="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video-cover-img/video-cover-image-4.jpg"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video/conference-video/Amor-Ellares.mp4" type="video/mp4"> </video> <div class="lower-content"> <h4> Mrs.AMOR S. ELLARES </h4> <div class="designation">FACULTY MEMBER <br>College of Cmputer Studies and Engineering <br>JOSE RIZAL UINIVERSITY <br>Philippines </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12 mt-3"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <video width="100%" height="220" controls poster="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video-cover-img/video-cover-image-5.jpg"> <source src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/video/conference-video/icakmpet-Dr.Saad.mp4" type="video/mp4"> </video> <div class="lower-content"> <h4> Mrs.AMOR S. ELLARES </h4> <div class="designation">FACULTY MEMBER <br>College of Cmputer Studies and Engineering <br>JOSE RIZAL UINIVERSITY <br>Philippines </div> </div> </div> </div> </div> --> </div> </section> <!-- Team Section Two --> <!-- <section class=""> <div class="auto-container"> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="sec-title-three centered "> <h2 class="mb-2">Exclusive <span> Speaker</span></h2> <p class="font-weight-bold mb-5"> Title : Entrepreneurship Integrated Education </p> </div> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/exclusive-1.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Dr. Siti Sarah Omar </h4> <div class="designation">Associate Professor <br>Department of Business Management,Faculty of Technology Management and Business <br>Universiti Tun Hussein Onn Malaysia <br> Malaysia. </div> </div> </div> </div> <div class="team-block-two col-lg-5 col-md-6 col-sm-12"> <div class="sec-title-three centered "> <h2 class="mb-2">Workshop <span> Speaker</span></h2> <p class="font-weight-bold" style="font-size: 15px !important;">Series 2 Workshop on "Research and Publication" <br> "The Role of Theory in Research"</p> </div> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/exclusive-2.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Dr. Mohd Faiq Bin Abd Aziz</h4> <div class="designation">Faculty of Educational Studies <br>Universiti Putra Malaysia,43400 UPM Serdang, Selangor <br>Malaysia </div> </div> </div> </div> </div> </div> </section> --> <!-- End Team Section Two --> <!-- --> <!-- <section class=""> <div class="auto-container"> <div class="sec-title-three centered "> <h2 class="mb-2">Panel <span> Discussion </span></h2> <p class="font-italic font-weight-bold mb-4">How to publish your research with high impact factor journals </p> </div> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/pannal-1.jpg" alt="" style="width: 210px;margin:auto;" /> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Professor Dr. Noor Zaman </h4> <div class="designation">Program Director <br>Professor <br>Program of Computer Science <br>Taylor's University </div> </div> </div> </div> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/pannal-3.jpg" alt="" style="width: 210px;margin:auto;" /> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr. Mariyam Shareefa</h4> <div class="designation">Assistant Professor <br>Department of Education <br>Islamic University of Maldives </div> </div> </div> </div> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/pannal-4.jpg" alt="" style="width: 210px;margin:auto;" /> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr.MUHAMMAD ARKAM B. CHE MUNAAIM</h4> <div class="designation">Chief Executive Officer <br>Mega Jati ACADEMY Sdn Bhd <br>Malaysia </div> </div> </div> </div> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/pannal-2.jpg" alt="" style="width: 210px;margin:auto;" /> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr. Tan Fee Yean </h4> <div class="designation">Associate Professor <br>Department of Business Management <br>Universiti Utara Malaysia <br>Malaysia </div> </div> </div> </div> <div class="col-lg-12 d-flex justify-content-center mt-1 mb-4"> <a href="exclusive-event.php" class="btn elementor-button">Exclusive Event </a> </div> </div> </div> </section> --> <!-- About Section Two --> <section class="about-section-two mb-0 pt-0" style="background-image:url(images/background/pattern-14.png)"> <div class="auto-container"> <div class="row clearfix"> <div class="content-column col-lg-7 col-md-12 col-sm-12"> <div class="inner-column"> <div class="sec-title-two"> <div class="sec-title-three centered mt-5 mb-0"> <h2>Scope of <span> the conference </span></h2> </div> <h6 class="text-center" style="color:#ff0052">“Applications in Multi-Disciplinary Research Studies : Technology and Innovation for Sustainable Learning”</h6> <div class="text text-justify"> The 8th International Conference on Multi-Disciplinary Research Studies and Education (ICMDRSE-2025) is a vibrant platform that brings together scholars, educators, and researchers from a variety of disciplines. It is a hub for exchanging innovative research about engineering and technology, diverse educational practices that foster critical and creative thinking, mainly in the engineering and technology fields, and fostering multidisciplinary exchanges among experts in education, engineering and technology. For this 8th International Conference, we want to focus our attention on how technology impacts education in different levels, mainly on higher education, and within it, we will appreciate the contributions related to engineering, technology, business administration, climate change, sustainable development, and social science. The ICMDRSE-2025 conference will take place on the 22nd and 23rd of May 2025 in Kuala Lumpur, Malaysia. Organized by IFERP Academy, this conference intends to spark lively debates, advance novel approaches in research, and promote excellence in education across all disciplines. This event represents a priceless chance for intellectual development and scholarly engagement, with a focus on expanding knowledge and advancing multidisciplinary research. </div> </div> </div> </div> <div class="image-column col-lg-5 col-md-12 col-sm-12 mt-4 d-flex justify-content-center align-items-center"> <div class="inner-column p-0"> <div class="image wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <img src="./img/about-2.png" alt="" /> </div> </div> </div> </div> </div> </section> <!-- End About Section Two --> <section> <!-- Glimpses of Our Conferences --> <div class="auto-container section-padding"> <!-- <div class="sec-title-two mt-5"> <h2 class="text-center">Glimpses of Our Conferences </h2> </div> --> <div class="sec-title-three centered "> <h2>Glimpses of <span> Our Conferences</span></h2> </div> <div class="section-padding"> <marquee class="gall" behavior="alternate" direction="left" onmouseover="this.stop();" onmouseout="this.start();"> <img src="./img/ICMDRSE-(1).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(2).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(4).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(5).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(6).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(7).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(8).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(9).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(10).jpg" alt="Gallery"> <img src="./img/ICMDRSE-(11).jpg" alt="Gallery"> </marquee> </div> </div> <!-- Glimpses of Our Conferences --> </section> <!-- <section class="about-section-two mb-0" style="background-image:url(images/background/pattern-14.png)"> <div class="auto-container"> <div class="row clearfix"> <div class="content-column col-lg-7 col-md-12 col-sm-12"> <div class="inner-column"> <div class="sec-title-two"> <div class="sec-title-three centered mt-5 mb-0"> <h2>Objective of <span>5<sup>TH</sup> ICMCER</span></h2> </div> <div class="text text-justify"> The primary objective of the 5th International Conference on Multidisciplinary and Current Educational Research (ICMCER-2025) on March 11th - 12th, 2025, in Bangkok, Thailand, is to create a vibrant platform for global scholars, researchers, and educators. The conference aims to facilitate the exchange of cutting-edge research across various educational disciplines. ICMCER-2025 seeks to encourage collaboration, foster interdisciplinary discussions, and showcase innovative methodologies, ultimately aiming to advance educational practices worldwide. </div> <div class="text text-justify"> In addition to fostering research exchange and interdisciplinary collaboration, ICMCER-2025 aims to address contemporary challenges in education. The conference endeavors to explore emerging trends and innovative approaches that can effectively tackle these challenges. By providing a space for insightful discussions and presentations, ICMCER-2025 seeks to empower attendees with practical insights and solutions, encouraging the implementation of impactful strategies in educational settings globally. Through this, the conference aspires to contribute to the continuous improvement and evolution of educational research and practices. </div> </div> </div> </div> <div class="image-column col-lg-5 col-md-12 col-sm-12 mt-4"> <div class="inner-column p-0"> <div class="image wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <img src="./img/about-2.png" alt="" /> </div> </div> </div> </div> </div> </section> --> <section class="cta-section mt-0 mb-5"> <div class="auto-container"> <div class="sec-title-three centered "> <h2>Important<span> Dates</span></h2> <p>Prepare to jot down these important dates for ICMDRSE 2025. Make sure you don't miss any important milestones along the way.</p> </div> <div class="row clearfix"> <div class=" col-lg-3 col-md-6 col-sm-12 "> <div class="serviceBox"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h4 class="title">Early Bird Registration Deadline</h4> <p class="description"> 21<sup>st</sup> February 2025 </p> </div> </div> <div class=" col-lg-3 col-md-6 col-sm-12 "> <div class="serviceBox"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h4 class="title">Abstract Submission Deadline</h4> <p class="description"> 16<sup>th</sup> February 2025 </p> </div> </div> <div class=" col-lg-3 col-md-6 col-sm-12 "> <div class="serviceBox"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h4 class="title">Full paper Submission Deadline</h4> <p class="description"> 1<sup>st</sup> March 2025 </p> </div> </div> <div class=" col-lg-3 col-md-6 col-sm-12 "> <div class="serviceBox"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h4 class="title">Registration Deadline</h4> <p class="description"> 11<sup>th</sup> March 2025 </p> </div> </div> <!-- <div class="col-lg-3 col-md-6 col-sm-12"> <div class="serviceBox blue"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h3 class="title">Abstract Submission <br> Date</h3> <p class="description"> 26<sup>th</sup> October 2024</p> </div> </div> <div class="col-lg-3 col-md-6 col-sm-12"> <div class="serviceBox blue"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h3 class="title">Full Paper Submission <br> Date</h3> <p class="description">25<sup>th</sup> November 2025</p> </div> </div> <div class="col-lg-3 col-md-6 col-sm-12"> <div class="serviceBox blue"> <div class="service-icon"> <span><i class="fa fa-calendar"></i></span> </div> <h3 class="title">Registration Deadline <br> Date</h3> <p class="description">03<sup>rd</sup> November 2024</p> </div> </div>--> </div> </div> </section> <!-- About Section Two --> <section class="about-section-two pt-2" style="background-image:url(images/background/pattern-14.png);"> <div class="auto-container"> <div class="row clearfix"> <div class="image-column col-lg-6 col-md-12 col-sm-12"> <div class="inner-column"> <div class="year-box"> <img src="./images/short-icon-2.png" alt=""> </div> <div class="image wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <img src="images/resource/about-img.jpg" alt="" /> </div> <div class="image-two wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms"> <img src="images/resource/about-2.jpg" alt="" /> </div> </div> </div> <div class="content-column col-lg-6 col-md-12 col-sm-12 mb-1"> <div class="inner-column"> <div class="sec-title-two"> <div class="sec-title-three centered "> <h2>The objective of the <span>8<sup>th</sup> ICMDRSE 2025 </span></h2> </div> <div class="text text-justify"> The goals of the 8th ICMDRSE-2025 are to develop an environment of collaboration, inspiration, and educational excellence. Here are some of the many objectives this educational conference aim to achieve:</div> <hr> <ul class="ul-style"> <li> <b>Promote Comprehensive Discussions:</b> To create a platform for professionals to have meaningful conversations about current issues, trends, and solutions. </li> <li><b>Showcase Innovation:</b> Highlight and celebrate breakthrough research and practices that have the potential to inspire new ideas and methods in the field of education.</li> <li><b>Global Collaboration:</b> Bring a diverse group of experts from around the world together to build a deeper understanding of their respective fields. </li> <li><b>Promote Cross-disciplinary Conversations:</b> This International Conference encourages meaningful cross-disciplinary exchanges that spark new debates and enrich the educational environment!</li> </ul> </div> </div> </div> <div class="col-lg-6 col-sm-12"> <ul class="ul-style"> <li><b>Inspire New Approaches:</b> Encourage scholars and educators to investigate novel research approaches and multidisciplinary cooperation.</li> <li><b>Address Challenges:</b> Encourage debates about new trends and difficulties in multidisciplinary research and teaching approaches.</li> </ul> </div> <div class="col-lg-6 col-sm-12"> <ul class="ul-style"> <li><b>Quality Enhancement:</b> Improve the quality and relevance of multidisciplinary research and educational methods.</li> <li><b>Networking opportunities: </b> Encourage the development of creative approaches in education and research by providing opportunities for networking and knowledge exchange. </li> </ul> </div> <div class="col-lg-12 mt-3"> <p> ICMDRSE-2025 will act as a catalyst, introducing new ideas, fostering multidisciplinary collaboration, and pushing educational and research processes to new heights. Are you ready to join us?</p> </div> </div> </div> </section> <!-- End About Section Two --> <!-- Testimonial Section Two --> <section class="testimonial-section-two mt-5"> <div class="image-layer" style="background-image:url(images/background/5.jpg)"></div> <div class="auto-container"> <h2><b style="color:#f95000"> ICMDRSE-2025</b> <span>Features</span></h2> <h2 style="font-size: 18px !important;">When you attend ICMDRSE-2025, you can expect many events like <br> (but not limited to)</h2> <div class="testimonial-carousel-two owl-carousel owl-theme"> <!-- Testimonial Block --> <div class="testimonial-block-three"> <div class="inner-box"> <div class="row clearfix"> <!-- Image Column --> <div class="image-column col-lg-3 col-md-4 col-sm-12"> <div class="inner-column"> <div class="image"> <img src="./images/feature-2.jpg" alt="" /> </div> </div> </div> <!-- Content Column --> <div class="content-column col-lg-9 col-md-8 col-sm-12"> <div class="inner-column"> <h5>Panel Discussions:</h5> <div class="text"><span class="icon fa fa-quote-left"></span> Engage in interactive sessions led by experts and delve into current challenges, future prospects, and interdisciplinary collaborations in education and research.</div> <!-- <div class="designation">Co-founder</div> --> </div> </div> </div> </div> </div> <!-- Testimonial Block --> <div class="testimonial-block-three"> <div class="inner-box"> <div class="row clearfix"> <!-- Image Column --> <div class="image-column col-lg-3 col-md-4 col-sm-12"> <div class="inner-column"> <div class="image"> <img src="./images/feature-1.jpg" alt="" /> </div> </div> </div> <!-- Content Column --> <div class="content-column col-lg-9 col-md-8 col-sm-12"> <div class="inner-column"> <h5>Publication Opportunities:</h5> <div class="text"><span class="icon fa fa-quote-left"></span> Publish your research papers in reputable journals or conference proceedings, and share your valuable insights with the wider academic community.</div> <!-- <h5>Amber Lee</h5> <div class="designation">Co-founder</div> --> </div> </div> </div> </div> </div> <!-- Testimonial Block --> <div class="testimonial-block-three"> <div class="inner-box"> <div class="row clearfix"> <!-- Image Column --> <div class="image-column col-lg-3 col-md-4 col-sm-12"> <div class="inner-column"> <div class="image"> <img src="./images/feature-5.jpg" alt="" /> </div> </div> </div> <!-- Content Column --> <div class="content-column col-lg-9 col-md-8 col-sm-12"> <div class="inner-column"> <h5>Workshops and Seminars:</h5> <div class="text"><span class="icon fa fa-quote-left"></span> Participate in specialized sessions for hands-on experiences, practical knowledge, and skill-building in multidisciplinary studies.</div> <!-- <h5>Amber Lee</h5> <div class="designation">Co-founder</div> --> </div> </div> </div> </div> </div> <!-- Testimonial Block --> <div class="testimonial-block-three"> <div class="inner-box"> <div class="row clearfix"> <!-- Image Column --> <div class="image-column col-lg-3 col-md-4 col-sm-12"> <div class="inner-column"> <div class="image"> <img src="./images/feature-5.jpg" alt="" /> </div> </div> </div> <!-- Content Column --> <div class="content-column col-lg-9 col-md-8 col-sm-12"> <div class="inner-column"> <h5>Research Paper Presentations:</h5> <div class="text"><span class="icon fa fa-quote-left"></span> Present your paper or research in front of a global audience across diverse fields and get feedback from experts around the world. You can also present your findings in the form of a poster presentation. </div> <!-- <h5>Amber Lee</h5> <div class="designation">Co-founder</div> --> </div> </div> </div> </div> </div> <!-- Testimonial Block --> <div class="testimonial-block-three "> <div class="inner-box"> <div class="row clearfix"> <!-- Image Column --> <div class="image-column col-lg-3 col-md-4 col-sm-12"> <div class="inner-column"> <div class="image"> <img src="./images/feature-6.jpg " alt="" /> </div> </div> </div> <!-- Content Column --> <div class="content-column col-lg-9 col-md-8 col-sm-12"> <div class="inner-column"> <h5> Keynote Addresses:</h5> <div class="text"><span class="icon fa fa-quote-left"></span> Listen to distinguished speakers delivering engaging speeches, providing insights into the latest trends and perspectives in multi-disciplinary research and education </div> <!-- <h5>Amber Lee</h5> <div class="designation">Co-founder</div> --> </div> </div> </div> </div> </div> </div> </div> </section> <!-- End Testimonial Section Two --> <!-- Team Section Two --> <!-- <section class="team-section-two py-3"> <div class="auto-container"> <div class="sec-title-three centered "> <h2>Welcome<span> Address by</span></h2> </div> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icakmpet-welcom-add.png" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> RAYMOND PATRICK V. GUICO, MM </h4> <div class="designation">President <br>World Citi Colleges & WCC Aeronautical and Technological College <br>Philippines </div> </div> </div> </div> </div> </div> </section> --> <!-- Team Section Two --> <section class="team-section-two py-3"> <div class="pattern-layer" style="background-image:url(images/background/pattern-18.pn)"></div> <div class="pattern-layer-two" style="background-image:url(images/background/pattern-19.)"></div> <div class="auto-container"> <div class="sec-title-three centered "> <h2>Keynote <span> Speakers</span></h2> </div> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-ks-1.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4>Prof. Dr. Mardeni Bin Roslee</h4> <div class="designation">Chief Executive Officer (CEO) and main Founder, Armada Smart Tech MR Sdn Bhd <br>Chairman, Centre of Wireless Technology, Multimedia University<br>Malaysia. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".spk-1">View Biography</button> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-ks-2.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4>Prof. Dr. Noor Zaman Jhanjhi</h4> <div class="designation">Department of Computer Science (Cyber Security) <br>Taylor’s University <br>Malaysia. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".spk-2">View Biography</button> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/nor.png" alt="" style="width: 195px;margin:auto;" /> </div> <div class="lower-content"> <h4>Assoc. Prof Dr Nor ' Adha Binti Ab Hamid</h4> <div class="designation">Faculty Of Sharia And Law (FSU)<br> Centre Of Postgraduate Studies (PPS)<br> Universiti Islam Selangor (UIS)<br> Malaysia. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".spk-3">View Biography</button> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/anu.png" alt="" style="width: 165px;margin:auto;" /> </div> <div class="lower-content"> <h4>Dr. Anu Sayal</h4> <div class="designation">Faculty of Business and Law<br> School of Accounting and Finance,<br> Taylor’s University<br> Malaysia. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".spk-4">View Biography</button> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/norazah.jpg" alt="" style="width: 222px;margin:auto;" /> </div> <div class="lower-content"> <h4>Prof. Ts. Dr. Norazah Mohd Suki</h4> <div class="designation">Professor of Marketing & E-Commerce<br> Deputy Dean of Research, Innovation & Corporate Relations<br> Othman Yeop Abdullah Graduate School of Business (OYAGSB),<br> Universiti Utara Malaysia Kuala Lumpur Campus<br> Malaysia. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".spk-5">View Biography</button> </div> </div> </div> </div> </div> </section> <!-- End Team Section Two --> <!-- Team Section Two --> <section class=""> <div class="pattern-layer" style="background-image:url(images/background/pattern-18.png)"></div> <div class="pattern-layer-two" style="background-image:url(images/background/pattern-19.png)"></div> <div class="auto-container"> <div class="sec-title-three centered "> <h2>Session<span> Speakers</span></h2> </div> <div class="row clearfix d-flex justify-content-center"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/nalin.png" alt="" style="width: 225px;margin:auto;" /> </div> <div class="lower-content"> <h4>Prof. Dr. Nalin Abeysekera</h4> <div class="designation">Dean<br> Faculty of Management Studies<br> The Open University of Sri Lanka<br> Sri Lanka. </div> <button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target=".nalin">View Biography</button> </div> </div> </div> <!--<div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-sesspk-1.png" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Dr.Jaime Borda Valderrama</h4> <div class="designation">Education and Research Advisor <br>Thesis Director at Valencia International University (VIU) and Universidad Internacional de La Rioja (UNIR) <br>PhD in Social Science by Universidad Pública de Navarra<br>Colombia </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-sesspk-2.png" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Assoc Prof. Dr.Syriac Nellikunnel</h4> <div class="designation">Dean <br>Faculty of Business <br>Perdana University, <br>Malaysia. </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-session-spk-3.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Dr. Santhosh Mozhuguan Sekar</h4> <div class="designation">Post Doctoral Researcher <br>Faculty of Engineering, Technology and Build Environment <br>UCSI University <br>Malaysia. </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-ses-spk-4.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Assoc. Prof. Dr. Sakinah Ali Pitchay</h4> <div class="designation">Faculty of Science & Technology <br>Universiti Sains Islam Malaysia <br>Malaysia </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-ses-spk-5.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Dr.Saad Tayyab</h4> <div class="designation">Professor <br>FACULTY OF PHARMACEUTICAL SCIENCES <br>UCSI UNIVERSITY <br>Malaysia </div> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="./img/icmdrse-ses-spk6.jpg" alt="" style="width: 230px;margin:auto;" /> </div> <div class="lower-content"> <h4> Associate Professor Ts. Dr. Aslina Baharum </h4> <div class="designation">Programme Leader of Department of Computing and Information Systems, <br>School of Engineering and Technology, <br>Sunway University, Malaysia <br>Malaysia </div> </div> </div> </div>--> </div> </div> </section> <!-- End Team Section Two --> <!-- <section class=""> <div class="auto-container"> <div class="sec-title-three centered "> <h2 class="mb-2">Session <span> Chair </span></h2> </div> <div class="row clearfix d-flex justify-content-center mt-4"> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: visible; animation-duration: 1500ms; animation-delay: 0ms; animation-name: fadeInLeft;"> <div class="image"> <img src="./img/session-chair-3.jpg" alt="" style="width: 210px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr. WAN ARNIDAWATI WAN ABDULLAH</h4> <div class="designation">Senior Lecturer <br>Department of HUman Development & Family Studies <br>Universiti Putra Malaysia Selangor , Malaysia </div> </div> </div> </div> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: visible; animation-duration: 1500ms; animation-delay: 0ms; animation-name: fadeInLeft;"> <div class="image"> <img src="./img/session-chair-1.jpg" alt="" style="width: 210px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr. Rohit Bansal</h4> <div class="designation">Professor <br>Department of Management Studies <br>Vaish College of Engineering, Rohtak, India </div> </div> </div> </div> <div class="team-block-two col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: visible; animation-duration: 1500ms; animation-delay: 0ms; animation-name: fadeInLeft;"> <div class="image"> <img src="./img/session-chair-2.jpg" alt="" style="width: 210px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size: 18px !important;"> Dr. Dalima Parwani</h4> <div class="designation">Principal, Sant Hirdaram Girls College <br>Affiliated to Barkatullah University, Bhopal </div> </div> </div> </div> </div> </div> </section> --> <!-- About Section Two --> <section class=" mb-4 bg-image-attache mt-5"> <div class="container-fluid"> <div class="row clearfix"> <!-- Content Column --> <div class="content-column col-lg-12 col-md-12 col-sm-12"> <div class="inner-column"> <div class="sec-title-two"> <!-- <div class="title">Objective of the Conference</div> --> <!-- <h2>WELCOME TO 4TH ICAKMPET</h2> --> <div class="sec-title-three centered mb-1"> <h2>ICMDRSE-2025 <span>will actively contribute to the SDGs:</span></h2> <p class="text-center">By aligning with the <b> United Nations' Sustainable Development Goals </b>(SDGs), we affirm our dedication to global sustainability and societal well-being. Here are several ways in which ICMDRSE-2025 will contribute to advancing the SDGs:</p> </div> </div> </div> </div> </div> <!-- row start --> <div class="row clearfix d-flex justify-content-center"> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-3.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 3: Good Health And Well Being:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To address disparities in health care and to prevent needless suffering and premature deaths through the application of research findings drawn from various accounting, management, and business disciplines. </h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:4: </span> <a href="./session-4.php" class="view-t"> Home Session Tracks Business, Management Studies & Accounting </a> </h6> </div> </div> </div> <!-- end 3 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-4.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 4: Quality Education:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To gain insights on how industrial technologies and communication systems, along with education and technology disciplines, guarantee accessible and fair quality education while fostering lifelong learning opportunities for everyone.</h5> <h5>Sessions to be Addressed :</h5> <h6> <a href="./session-4.php" class="view-t"> <span>Session:4: </span> Education & Technology Trends </a> </h6> </div> </div> </div> <!-- end 4 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-7.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 7: Affordable and Clean Energy</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To indicate how studies in fields like biodiversity, Earth sciences, astronomy, etc. can contribute to sustainable energy plans, which are essential for developing communications, transportation, and educational systems that have not advanced enough globally.</h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:2: </span> <a href="./session-2.php" class="view-t"> Physical and Life science </a> </h6> </div> </div> </div> <!-- end 5 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-8.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 8: Decent Work and Economic Growth</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> Research across diverse disciplines, including business models, management, and sustainable development, offers insights crucial for fostering sustained economic growth, full employment, and equitable work opportunities.</h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:1: </span> <a href="./session-1.php" class="view-t"> Engineering Disciplines </a> <br> <span>Session:4: </span> <a href="./session-4.php" class="view-t"> Business, Management Studies & Accounting </a> </h6> </div> </div> </div> <!-- end 8 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-9.png" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 9: Industry, Innovation, and Infrastructure</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> Explore how disciplines like software engineering, cloud computing, and big data etc. are being integrated to drive sustainable industrialisation and facilitate the convergence of industry, innovation, and infrastructure for sustainable development.</h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:3: </span> <a href="./session-3.php" class="view-t">Education & Technology Trends </a> <br> <span>Session:4: </span> <a href="./session-4.php" class="view-t">Business, Management Studies & Accounting </a> <br> <span>Session:1: </span> <a href="./session-1.php" class="view-t"> Engineering Disciplines </a> </h6> </div> </div> </div> <!-- end 9 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-11.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 11: Sustainable Cities and Communities</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> Research across various disciplines contributes to enhancing urban planning, public transportation, and waste management by strengthening capacities and fostering innovative solutions for sustainable urban development.</p> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:4: </span> <a href="./session-4.php" class="view-t">Business, Management Studies & Accounting </a> </h6> </div> </div> </div> <!-- end 11 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-12.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 12: Responsible Consumption and Production:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To comprehend ways to carry out resource efficiency, waste reduction, and sustainable production and consumption practices using cutting edge technology in order to promote sustainable development.</p> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:4:</span> <a href="./session-4.php" class="view-t">Home Session Tracks Business, Management Studies & Accounting </a> </h6> </div> </div> </div> <!-- end 12 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-13.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 13: Climate Action:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> Explore how research in fields such as ecology, biodiversity, etc. informs strategies to combat climate change, fostering resilience in ecosystems and minimiing environmental degradation.</p> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:2:</span> <a href="./session-2.php" class="view-t">Physical and Life science </a> </h6> </div> </div> </div> <!-- end 13 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-14.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 14: Life Below Water:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> By analysing the contributions of multiple research projects in domains like ecology, earth sciences, etc., efforts to preserve the flora and fauna of these distinctive ecosystems could be facilitated by gaining an understanding of abiotic processes in undersea habitats.</p> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:2:</span> <a href="./session-2.php" class="view-t">Physical and Life science </a> </h6> </div> </div> </div> <!-- end 14 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-15.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 15: Life on Land</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To study researches from ecology, biodiversity, environmental sciences, etc. undertaken to stop deforestation and safeguard endangered species, thereby contributing to ensure sustainable forest management. </p> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:2: </span> <a href="./session-2.php" class="view-t"> Home Session Tracks Physical and Life Science </a> </h6> </div> </div> </div> <!-- end 15 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-16.jpg" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 16: Peace, Justice and Strong Institutions</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> To explore how recent advancements in disciplines like Internet of Things, Big Data, Cloud Computing, etc. foster Effective, Accountable, and Inclusive Institutions, contributing significantly to Sustainable Development.</h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:1: </span> <a href="./session-1.php" class="view-t"> Engineering Disciplines </a> <br> <span>Session:3: </span> <a href="./session-3.php" class="view-t"> Education & Technology Trends </a> </h6> </div> </div> </div> <!-- end 16 --> <div class="col-lg-6 px-4 py-2"> <div class="sdg-container h-100 row"> <div class="sdg-image col-lg-3"> <img src="./img/goal-17.png" alt=""> </div> <div class="sdg-content col-lg-9"> <h6 class="font-18"> Goal 17: Partnerships for the Goals:</h6> <p> <i class="fa fa-check-square" aria-hidden="true"></i> Examine how digital initiatives utilise technology to develop and implement smart solutions, accelerating sustainability efforts in alignment with global partnerships for sustainable development.</h5> <h5>Sessions to be Addressed :</h5> <h6> <span>Session:1: </span> <a href="./session-1.php" class="view-t"> Engineering Disciplines </a> <br> <span>Session:3: </span><a href="./session-3.php" class="view-t"> Education & Technology Trends </a> <br> <span>Session:4: </span><a href="./session-4.php" class="view-t"> Business, Management Studies & Accounting </a> </h6> </div> </div> </div> </div> <!-- end row sdg --> <!-- <div class="col-lg-12"> <p class="blockquote text-center font-weight-bold mt-3 mb-4">By actively aligning the conference with these Sustainable Development Goals, ICMDRSE-2025 can contribute to a more sustainable and inclusive future through the dissemination of knowledge, collaboration, and innovative solutions.</p> </div> --> </div> </div> </section> <!-- End About Section Two --> <!-- CTA Section --> <section class="cta-section-one"> <div class="auto-container"> <div class="inner-container" style="background-image:url(images/footer-map.png)"> <div class="row clearfix"> <div class="col-lg-10 offset-lg-1 col-xs-12 text-center"> <div class="sec-title-two centered mb-0"> <h2>Proceedings & Publications</h2> <div class="banner-img1"> <div class="banne"> <img src="./images/001.png" class="ba" alt="" /> </div> <div class="banne"> <img src="./images/002.png" class="ba" alt="" /> </div> <div class="banne"> <img src="./images/003.png" class="ba" alt="" /> </div> <div class="banne"> <img src="./images/004.png" class="ba" alt="" /> </div> <div class="banne"> <img src="./images/005.png" class="ba" alt="" /> </div> </div> <p class="text-center mt-3 mb-0 text-white">Note : ICMDRSE-2025 proceedings series will be submitted to the Web of Science Book Citation Index (BkCI) and to SCOPUS for evaluation and indexing (T&C)*.</p> </div> </div> </div> </div> </div> </section> <!-- End CTA Section --> <!-- Services Section Three --> <section class="service-section-three" style="background-image:url(images/background/5.jpg)"> <div class="container-fluid p-lg-5 p-sm-1"> <!-- Sec Title Two --> <div class="sec-title-two light centered"> <h2>Why should you attend this International Conference? </h2> </div> <div class="row clearfix d-flex justify-content-center"> <!-- Service Block Three --> <div class="service-block-three col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-big-anchor"></span> </div> <h5>Presentation Opportunities</h5> <div class="text">We provide you with a platform to present your research findings or papers to a global audience. This chance will allow you to demonstrate your skills, gain valuable input, and network with other scholars and professionals from all over the world.</div> </div> </div> <!-- Service Block Three --> <div class="service-block-three col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="150ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-lightning"></span> </div> <h5>Learning Opportunities</h5> <div class="text">Discover more about your field's current trends, growth, and best practices. Listening to keynote speeches, technical sessions, workshops, and other events can expose you to the most recent advances in technology and research.</div> </div> </div> <!-- Service Block Three --> <div class="service-block-three col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-money-bag"></span> </div> <h5>Career Growth</h5> <div class="text">You will get the opportunity to interact with leading representatives from top establishments as well as other data science professionals, who will assist you in locating and applying for appropriate job positions. Not to mention that attending conferences will boost your career. </div> </div> </div> <!-- Service Block Three --> <div class="service-block-three col-lg-3 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-maintenance"></span> </div> <h5>Exposure to New Ideas</h5> <div class="text">Participating in ICMDRSE 8 will ignite your creativity and motivate you to further explore and excel in your field! You will be exposed to ideas and expertise that you have never encountered before, allowing you to enhance your understanding of the topic. </div> </div> </div> <!-- Service Block Three --> <div class="service-block-three col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-maintenance"></span> </div> <h5>Publication opportunities</h5> <div class="text">Publish your paper in leading journals! Discover many publication options in academic journals such as Scopus, WoS, SCIE, and others to show your knowledge and ideas. This will get you recognition and raise your presence and influence in your field.</div> </div> </div> <!-- Service Block Three --> <div class="service-block-three col-lg-6 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms"> <div class="color-layer"> <span class="color-one"></span> <span class="color-two"></span> <span class="color-three"></span> <span class="color-four"></span> </div> <div class="icon-box"> <span class="icon flaticon-maintenance"></span> </div> <h5>Lifetime Access to Research Presentations</h5> <div class="text">Offering lifetime access to research presentations through the IFERP Dashboard is a highly attractive benefit for participants. It ensures that once they have registered for an conference, they will have unlimited access to past and future presentations, allowing them to:</div> <ul class="list-style-1"> <li> <b>Revisit valuable research insights</b> whenever needed.</li> <li> <b> Stay updated</b> with the latest innovations and trends in their field.</li> <li> <b> Build a long-term resource</b>for academic or professional reference.</li> <li> <b>Expand networking opportunities</b> through contact information shared in the presentations.</li> </ul> </div> </div> </div> </div> </section> <!-- End Services Section Three --> <!-- Team Section Two --> <section class="session-padding"> <div class="auto-container"> <div class="sec-title-three centered "> <h2> Session<span> & Tracks</span></h2> <p class="font-weight-bold"> <i> Topics of Interest for Submission include, but are not limited to: </i></p> <p>Discover ICMDRSE's amazing Session Tracks! We've put together an interesting mix of educational and transdisciplinary sessions. Join us as we unfold a web of insights, creativity, and collaboration across a range of topics.</p> </div> <div class="row clearfix"> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image image-hover"> <a href="session-1.php"><img src="images/session-1.jpg" alt="" /></a> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="150ms" data-wow-duration="1500ms"> <div class="image image-hover"> <a href="session-2.php"><img src="images/session-2.jpg" alt="" /></a> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1500ms"> <div class="image image-hover"> <a href="session-3.php"><img src="images/session-3.jpg" alt="" /></a> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms"> <div class="image image-hover"> <a href="session-4.php"><img src="images/session-4.jpg" alt="" /></a> </div> </div> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms"> <div class="image image-hover"> <a href="session-5.php"><img src="images/session-5.jpg" alt="" /></a> </div> </div> </div> </div> </div> </section> <!-- End Team Section Two --> <!-- Testimonial Section --> <section class="testimonial-section" style="background-image:url(images/background/6.jpg)"> <div class="auto-container"> <div class="row clearfix"> <!-- Counter Column --> <div class="counter-column col-lg-6 col-md-12 col-sm-12"> <div class="inner-column"> <!-- <div class="sec-title-two"> <h2>Essential Downloads </h2> </div> --> <div class="sec-title-three centered "> <h2>Essential<span> Downloads</span></h2> </div> <div class="row clearfix"> <!-- Counter Column --> <!-- Counter Column --> <!-- Counter Column --> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Conference Brochure</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2025/554db39dcba8ef2e4f570d01b3d1800959806a2aeacceed889bb79400686f65d/Brochure_ICMDRSE(8th) (10).pdf" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Conference Poster</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2025/cc7037928506c12091ba3f06b1a010d431d1a2803b5549dd9354766c80cd3130/Poster_ICMDRSE(8th) (9).jpeg" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Sample Abstract</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2024/16a23f9b9b5c16f0175872c6cd9605db139680d5a36f722a7dda198b4c06d0d8/abstract-template (11) (2).docx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Sample Full paper</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2025/5d339328c6f4e928f666aece4b6338612563ce06a2161c44b8bee6e0cdc6db45/Sample Manuscript Template.docx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Sample PPT</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2025/cd83a57bf490eea060a4be8c456dc16c2888854fb97fc7134f61c12a954ab06d/8th ICMDRSE (PPT).pptx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Registration Form</div> <div class="btn-box text-center mt-1"> <a href="https://app.iferp.in/storage/files/uploads/downloads/ICMDRSE-2025/fb6aa98387983c57d2ac4cfaef682f54ca5028a73c51641f2a86aeebd72ea61d/ICMDRSE.docx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <!-- Counter Column --> <!-- <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Conference Brochure</div> <div class="btn-box text-center mt-2"> <a href="#" data-toggle="modal" data-target="#brochure" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> Counter Column <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Presentation Template</div> <div class="button-box text-center mt-2"> <a href="./downloads/ppt.pptx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Abstract Template</div> <div class="button-box text-center mt-2"> <a href="./downloads/abstract-template.docx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Full Paper Template</div> <div class="button-box text-center mt-2"> <a href="./downloads/full-paper.doc" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> <div class="counter-block col-lg-6 col-md-6 col-sm-12"> <div class="inner-block"> <div class="icon-box"> <span class="icon flaticon-edit"></span> </div> <div class="counter-text text-center">Registration Form</div> <div class="button-box text-center mt-2"> <a href="./downloads/registration-form.docx" target="_blank" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Download</span> <span class="text-two">Download</span> </span> <span class="plus flaticon-down-arrow-3"></span> </a> </div> </div> </div> --> </div> </div> </div> <!-- column-2 --> <style> .hideme { display: none; visibility: hidden; } </style> <!-- Carousel Column --> <div class=" col-lg-6 col-md-12 col-sm-12 p-lg-5 p-md-2 p-sm-1"> <!-- Sec Title --> <div class="inner-container inner-container-1"> <div class="sec-title-two mb-1"> <h2 class="text-center" style="font-size:24px;">Subscribe To Get Updates </h2> </div> <!-- Contact Form --> <div class="contact-form"> <!-- Contact Form --> <form method="post" action="signup.php"> <div class="row clearfix"> <div class="col-lg-12 col-sm-12 form-group"> <input type="text" name="name" placeholder="Name" required> <div class="hideme"> Please, leave this field blank: <input type="text" name="Email" /> #the comment is for text-browser users </div> </div> <div class="col-lg-12 col-sm-12 form-group"> <input type="email" name="email" placeholder="Your Email" required> </div> <div class="col-12 form-group"> <input type="text" id="phone_number" class="form-control" placeholder="Phone Number" name="phone_number[main]" onkeypress="return (event.charCode > 47 && event.charCode < 58) || (event.charCode == 32) || (event.charCode == 43)"> </div> <div class="col-lg-12 col-sm-12 form-group"> <select name="country" id="department" class="form-control" required=""> <option value="">-- Select Country --</option> <option value="Afghanistan">Afghanistan</option> <option value="Åland Islands">Åland Islands</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Congo, The Democratic Republic of The">Congo, The Democratic Republic of The</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'ivoire">Cote D'ivoire</option> <option value="Croatia">Croatia</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas) </option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories </option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guernsey">Guernsey</option> <option value="Guinea">Guinea</option> <option value="Guinea-bissau">Guinea-bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard Island and Mcdonald Islands">Heard Island and Mcdonald Islands</option> <option value="Holy See (Vatican City State)">Holy See (Vatican City State) </option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Isle of Man">Isle of Man</option> <option value="Israel">Israel</option> <option value="Indonesia">Indonesia</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jersey">Jersey</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea, Democratic People's Republic of">Korea, Democratic People's Republic of</option> <option value="Korea, Republic of">Korea, Republic of</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Lao People's Democratic Republic">Lao People's Democratic Republic</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macao">Macao</option> <option value="Macedonia, The Former Yugoslav Republic of">Macedonia, The Former Yugoslav Republic of</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia, Federated States of">Micronesia, Federated States of</option> <option value="Moldova, Republic of">Moldova, Republic of</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montenegro">Montenegro</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palau">Palau</option> <option value="Palestinian Territory, Occupied">Palestinian Territory, Occupied</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Puerto Rico">Puerto Rico</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="Saint Helena">Saint Helena</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia">Serbia</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovakia">Slovakia</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="South Georgia and The South Sandwich Islands">South Georgia and The South Sandwich Islands</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syrian Arab Republic">Syrian Arab Republic</option> <option value="Taiwan, Province of China">Taiwan, Province of China</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania, United Republic of">Tanzania, United Republic of </option> <option value="Thailand">Thailand</option> <option value="Timor-leste">Timor-leste</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands, British">Virgin Islands, British</option> <option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option> <option value="Wallis and Futuna">Wallis and Futuna</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> <div class="col-lg-12 col-md-12 col-sm-12 form-group"> <textarea class="" name="message" placeholder="Message"></textarea> </div> <div class="col-sm-12"> <div class="g-recaptcha brochure__form__captcha" data-sitekey="6Lf5dLkqAAAAAG7ToBf4Z2SOKe_hFTzOSVv04i84 " style="width:10%"> </div> </div> <div class="col-lg-12 form-group"> <div class="button-box text-center mt-2"> <button type="submit" name="submit" class="theme-btn btn-style-two clearfix"> <span class="btn-wrap"> <span class="text-one">Submit</span> <span class="text-two">Submit</span> </span> <!-- <span class="plus flaticon-plus"></span> --> </button> </div> </div> </div> </form> </div> <!--End Contact Form --> </div> <!-- content --> </div> <!-- Carousel Column --> </div> </div> </section> <!-- End Testimonial Section --> <!-- <section> <div class="container-fluid m-0 p-0 "> <a href="venue.php"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/2025/venue-25.jpg" alt="Full Width Image" style="width: 100%;"></a> </div> </section> --> <section class="cta-section mt-0 mb-5 "> <div class="auto-container "> <!-- <div class="sec-title-three centered"> <h2>Important Dates</h2> </div> --> <div class="row clearfix d-flex justify-content-center"> <div class="col-lg-6 col-sm-12 d-flex justify-content-center "> <div class="inner-column-1 section-border"> <div class="sec-title-three centered"> <h2>BE A <span>VOLUNTEER</span></h2> </div> <p>Are you a person who enjoys learning and believes in giving back? If yes, be an important part of the 8th ICMDRSE by volunteering! Join us in defining the best conference experience with our enthusiastic staff. Get hands-on experience, make new connections, and help us to create a memorable event. Your dedication matters! So, assist us in creating a lively community of learners and achievers!</p> <div> <a href="call-for-volunteers.php" class="btn elementor-button">Apply Now </a> </div> </div> </div> <div class="col-lg-6 col-sm-12 d-flex justify-content-center "> <div class="inner-column-1 section-border"> <div class="sec-title-three centered"> <h2>IFERP<span>Scholarship Program</span></h2> </div> <p>IFERP Academy , we are committed to fostering knowledge dissemination, fostering scholarly excellence, and fostering the professional development of our members. We firmly believe that access to our conferences and engagement in the global academic community should be inclusive and equitable. In line with this ethos, we have initiated a scholarship program designed to alleviate financial constraints for scholars, researchers, and students across the globe. Our Scholarship Program for conference registration fees underscores our dedication to making this vision a tangible opportunity for all.</p> <div> <a href="scholarship-program.php" class="btn elementor-button">Apply Now </a> </div> </div> </div> </div> </div> </section> <!-- <section> <div class="auto-container section-padding"> <div class="sec-title-three centered "> <h2>Glimpses of <span> Our Conferences</span></h2> </div> <div class="section-padding"> <marquee class="gall" behavior="alternate" direction="left" onmouseover="this.stop();" onmouseout="this.start();"> <img src="images/clients/image-33.jpg" alt="Gallery"> <img src="images/clients/image-34.jpg" alt="Gallery"> <img src="images/clients/18.jpg" alt="Gallery"> <img src="images/clients/image-35.jpg" alt="Gallery"> <img src="images/clients/image-36.jpg" alt="Gallery"> <img src="images/clients/11.webp" alt="Gallery"> <img src="images/clients/12.webp" alt="Gallery"> <img src="images/clients/17.webp" alt="Gallery"> </marquee> </div> </div> </section> --> <section> <!-- Glimpses of Our Conferences --> <div class="auto-container section-padding"> <!-- <div class="sec-title-two mt-5"> <h2 class="text-center">Past Conference feedback Videos </h2> </div> --> <div class="sec-title-three centered mt-5"> <h2>Past Conference <span> feedback Videos </span></h2> </div> <div class="row"> <div class="col-lg-4 col-sm-12"> <div class="video-box"> <figure class="video-image m-0"> <img class="transition-500ms" src="https://cdn.iferp.in/video/2025/comman/1.jpg" alt="" style="width:100%;height:100%;"> </figure> <a href="https://cdn.iferp.in/video/2025/comman/1.mp4" class="lightbox-video overlay-box"><span class="flaticon-media-play-symbol transition-900ms"><i class="ripple"></i></span></a> </div> </div> <div class="col-lg-4 col-sm-12"> <div class="video-box"> <figure class="video-image m-0"> <img class="transition-500ms" src="https://cdn.iferp.in/video/2025/comman/2.jpg" alt="" style="width:100%;height:100%;"> </figure> <a href="https://cdn.iferp.in/video/2025/comman/2.mp4" class="lightbox-video overlay-box"><span class="flaticon-media-play-symbol transition-900ms"><i class="ripple"></i></span></a> </div> </div> <div class="col-lg-4 col-sm-12"> <div class="video-box"> <figure class="video-image m-0"> <img class="transition-500ms" src="https://cdn.iferp.in/video/2025/comman/3.jpg" alt="" style="width:100%;height:100%;"> </figure> <a href="https://cdn.iferp.in/video/2025/comman/3.mp4" class="lightbox-video overlay-box"><span class="flaticon-media-play-symbol transition-900ms"><i class="ripple"></i></span></a> </div> </div> </div> </div> <!-- Glimpses of Our Conferences --> </section> <!-- Google Review testmonials --> <section class="news-section-two demo mt-4 pt-5"> <div class="auto-container"> <div class="sec-title-two"> <!-- <div class="title">Blog</div> --> <h2 class="text-center">Explore Your Research Journey With IFERP</h2> <p class="text">Discover the essence of <b> IFERP</b> conferences through the voices of our attendees. Dive into a world of unparalleled learning experiences, meticulously organized scientific conference, and abundant networking opportunities. </p> <p class="text">Join us on a journey where academic excellence meets unparalleled networking – <b>IFERP</b> conferences await you. </p> </div> <div class="three-item-carousel-two owl-carousel owl-theme"> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-1.png" alt="" style="width:50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">Prajwal Gaikwad</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <p class="description "> A truly wonderful and extremely productive conference! Many thanks for extending an invitation to me to participate in this fascinating and educational conference. Thanks to all of your hard work and the efforts of your staff, the organization was outstanding. I appreciate you giving me a chance for attending the conference. </p> </div> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-2.png" alt="" style="width:50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">DENNIS GONZALES</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <!-- <span class="icon fa fa-quote-left"></span> --> <p class="description"> I recently had the opportunity to attend the International Conference on Institute For Educational Research and Publication, and I am pleased to share my positive impressions of the event as session chair and scientific committee and I had <a href="https://www.google.com/search?q=iferp&oq=iferp&gs_lcrp=EgZjaHJvbWUqCggAEAAY4wIYgAQyCggAEAAY4wIYgAQyBggBEEUYPDIGCAIQRRg8MgYIAxBFGDwyEAgEEC4YrwEYxwEYgAQYjgUyBggFEEUYPDIGCAYQRRg8MgYIBxBFGEHSAQgyOTI3ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8#lrd=0x3a5266960d505967:0xbe7bf2be5d895089,1,,,," target="_blank">…More</a> </p> </div> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-3.png" alt="" style="width:50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">Justine Roy Balinado</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <!-- <span class="icon fa fa-quote-left"></span> --> <p class="description"> This conference really is a good experience. It allows me to share my knowledge and insights especially with the opportunity of sharing my research study. Good thing that they also allows a hybrid setup to reach more people particularly in the field of research. </p> </div> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-4.png" alt="" style="width:50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">Michael Onoh</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <!-- <span class="icon fa fa-quote-left"></span> --> <p class="description"> Is a great Conference, and a very productive one for that matter. I say a huge thanks for accepting me to attend, participate, and present my work at this very educative, interesting, and informative Conference. The organization was excellent, thanks to the organizers for the efforts you and your team have made. Many thanks for the ICAMPKAPT 2025 conference. </p> </div> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-5.png" alt="" style="width: 50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">Trinadh Rao</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <p class="description"> Organized the conference in excellent manner. I felt very happy that I attended wonderful conference in wonderful place and met delegates from across the globe. I congratulate the organizers of this International conference. </p> </div> <!-- News Block Two --> <!-- <div class="testimonial"> <ul class="social-box-1"> <li><a href="https://www.facebook.com/iferp.in/" target="_blank" class="fa fa-facebook"></a> </li> <li><a href="https://www.linkedin.com/company/30196291/admin/ " target="_blank" class="fa fa-linkedin"></a></li> </ul> <p class="description"> It was such a great experience to share the platform with other brilliant educators from diverse culture around the globe! </p> <div class="testimonial-content"> <div class="pic"><img src="./img/review-6.png" alt=""></div> <h3 class="title">Ma. Claire Guevara</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> --> <!-- News Block Two --> <div class="testimonial"> <div class="testimonial-content-1 d-flex justify-content-start"> <div class="pic"> <img src="./img/review-6.png" alt="" style="width:50px;"> </div> <div class="d-flex flex-column align-items-center ml-2" style="margin: auto;"> <h3 class="title">Ma. Claire Guevara</h3> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <span class="g-icon"> <img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/logo-images/google-img.png" alt=""></span> <p class="description"> It was such a great experience to share the platform with other brilliant educators from diverse culture around the globe! </p> </div> </div> </div> </section> <!--Sponsors Section--> <section class="sponsors-section news-section-two"> <div class="auto-container"> <div class="sec-title-three centered"> <h2>Our Associates</h2> </div> <div class="carousel-outer"> <!--Sponsors Slider--> <ul class="sponsors-carousel owl-carousel owl-theme"> <li> <div class="image-box"><a href="#"><img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/2024/upcoming-conference-img/logo-1.jpg" alt=""></a></div> </li> <li> <div class="image-box"><a href="https://conferencenext.com/" target="_blank"><img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/2024/upcoming-conference-img/logo-2.jpg" alt=""></a></div> </li> <li> <div class="image-box"><a href="https://conferencealerts.co.in/" target="_blank"><img src="https://iferp-in-docs.s3.ap-south-1.amazonaws.com/conf-img/2024/upcoming-conference-img/logo-3.jpg" alt=""></a></div> </li> <li> <div class="image-box"><a href="#"><img src="images/clients/3.png" alt=""></a></div> </li> <li> <div class="image-box"><a href="#"><img src="images/clients/4.png" alt=""></a></div> </li> <li> <div class="image-box"><a href="https://internationalconferencealerts.com/" target="_blank"><img src="images/clients/5.png" alt=""></a></div> </li> <li> <div class="image-box"><a href="#"><img src="images/clients/6.png" alt=""></a></div> </li> <li> <div class="image-box"><a href="#"><img src="images/clients/7.png" alt=""></a></div> </li> <!-- <li> <div class="image-box"><a href="#"><img src="images/clients/8.png" alt=""></a></div> </li> --> <li> <div class="image-box"><a href="#"><img src="images/clients/9.png" alt=""></a></div> </li> </ul> </div> </div> </section> <!--End Sponsors Section--> <!-- Modal --> <div class="modal fade" id="brochure" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered "> <div class="modal-content"> <div class="modal-header"> <!-- <h5 class="modal-title" id="staticBackdropLabel">Conference Brochure </h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class=" modal-body p-0"> <iframe frameborder="0" style="height:550px;width:100%;border:none;" src='https://forms.zohopublic.in/technorete/form/DownloadBrochureICMDRSEMalaysia/formperma/U85PGI1svR8V7Sc6auSGvqhb87rWmsPcMb1HxrXc7pQ'></iframe> </div> </div> </div> </div> <!-- end modal --> <!-- Modal --> <div class="modal fade" id="Discount1" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered "> <div class="modal-content" style="background-color: transparent !important; border:none !important;"> <div class="modal-header" style="border: none !important;"> <!-- <h5 class="modal-title" id="staticBackdropLabel">Conference Brochure </h5> --> <button type="button" class="close btn-div-1 p-0" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class=" modal-body p-0 modal-body-2 " style="min-width:400px;"> <div style="max-width: 500px;"> <a href="conference-registration.php#registrationForm"> <img src="https://cdn.iferp.in/conf-img/2024/image/discount-coupen.webp" alt="" style="max-height: 500px;"></a> </div> </div> </div> </div> </div> <!-- end modal --> <style> .modal-box .show-modal { color: #175cab; background-color: #fff; font-size: 18px; font-weight: 600; text-transform: capitalize; padding: 10px 15px; margin: 80px auto 0; border: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); display: block; } .modal-box .show-modal:hover, .modal-box .show-modal:focus { color: #175cab; border: none; outline: none; } .modal-backdrop.in { opacity: 0; } /* .modal.fade .modal-dialog { transform: translateX(100px); transition: all 400ms cubic-bezier(.47, 1.64, .41, .8); } */ .modal.in .modal-dialog { transform: translateX(0); } .modal-box .modal-dialog .modal-content { background: #fff; text-align: center; border: none; border-radius: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .modal-box .modal-dialog .modal-content .close { color: #1eaaf1; font-size: 30px; line-height: 15px; opacity: 1; position: absolute; left: auto; top: 20px; right: 15px; z-index: 1; transition: all 0.3s; } .modal-box .modal-dialog .modal-content .close span { margin: -2px 0 0 0; display: block; } .modal-content .close:hover { color: #1eaaf1; } .modal-box .modal-dialog .modal-content .modal-body .modal-icon { color: #fff; background: #1eaaf1; line-height: 105px; width: 105px; height: 105px; margin: -43px auto 1px; border-radius: 50%; display: inline-block; } .modal-box .modal-dialog .modal-content .modal-body .modal-icon img { border-radius: 50%; padding: 3px; } .modal-box .modal-dialog .modal-content .modal-body .title { color: #1eaaf1; font-size: 40px; font-weight: 300; line-height: 50px; text-transform: capitalize; margin: 0 0 15px; } .modal-box .modal-dialog .modal-content .modal-body .description { color: #767676; font-size: 23px; font-weight: 400; margin: 0 0 15px; } .modal-box .modal-dialog .modal-content .modal-body .input-group { background-color: #eff7ff; padding: 2px 1px; margin: 0 auto; border: 1px solid #c5cfdb; border-radius: 25px; } .modal-box .modal-dialog .modal-content .modal-body input { background-color: transparent; font-size: 18px; width: calc(100% - 45px); height: 40px; border-radius: 25px; border: none; box-shadow: none; } .modal-box .modal-dialog .modal-content .modal-body input:focus { box-shadow: none; } .modal-box .modal-dialog .modal-content .modal-body .btn { color: #fff; background-color: #1eaaf1; font-size: 20px; line-height: 35px; height: 40px; width: 40px; padding: 0; border-radius: 50%; border: none; transition: all 0.4s ease 0s; } .modal-box .modal-dialog .modal-content .modal-body .title { font-size: 22px; color: #1eaaf1; text-align: center; } .modal-box .modal-dialog .modal-content .modal-body .btn:hover { color: #fff; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6); } @media only screen and (max-width: 767px) { .modal-box .modal-dialog { width: 95% !important; } .modal-box .modal-dialog .modal-content .modal-body { padding: 0 25px 45px !important; } .modal-box .modal-dialog .modal-content .modal-body .title { font-size: 20px; } } .modal-body { min-height: auto !important; width: 100%; } </style> <div class="modal-box"> <div class="modal fade spk-1 modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Women in Leadership Across Continents</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/icmdrse-ks-1.jpg" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;"> <b> Professor Dr. Mardeni Roslee </b> serves as Chairman of Centre of Wireless Technology, Deputy Director of Research Management Centre and was President of MMU Mesra, Multimedia University. At international/local level, he was a Chairman of IEEE Malaysia in Comsoc/VTS for 2019-2020 and currently service as Vice-Chair of Malaysian Radar & Navigations Interest Group (MyRaN ig), Malaysian Society for Engineering & Technology (MY SET). He was also the main founder of Armada Smart Tech MR Sdn Bhd, Spinn Off Company and registered Chartered Engineer with Engineering Council United Kingdom, and Member with The Institution of Engineering and Technology (IET), UK. His experiences include consultation, professional institution and academic sectors. His current research interests are 5G/6G telecommunication, D2D, satellite, Internet of Things and radar communication. He is a certified HRDF trainer. He has published 154 papers for indexed journals, conference proceedings, professional magazine and book chapters with 558 citation, h-index 13 and i10 index 15. At national and international level, he has been involved in industry consultation and collaborations with some companies, private and government sectors. He is the principle investigator for projects under the local and international funding bodies namely Uprinom Nig Ltd Fund, Malaysian Ministry of Science, Technology and Innovation (MOSTI), Malaysian Ministry of Higher Education (MoHE), TMNRD, Hadhari Cattle Sdn Bhd, and many more at national and international level with total RM7,153,956. He has been involved in industry consultation with some companies such as FCE Nigeria, Tashmanbet Bagdat Erlanuly, Kazakhstan, TM, Celcom, Webe Digital, TM, Mimos Bhd, Sony EMCS, Plexus Sdn Bhd, Aexio Sdn Bhd, MDEC, Innocrest Enterprise, Ministry of Housing & Local Government, MAMPU, WCC Telco, etc. He was invited as 13 keynote speaker for IEEECCIP22, WCASET22, Euro Satcomm22, ICEET22, GECOST22, GECOST21, ICECCE21, WWRF2021, IAICDE-2020, ICECCE2020, SOFTT 2019, I3CPE’19, and MyTENS2016. He has been invited by IEEE international conference as an invited speaker at 16 countries such as at Thailand, China, Australia, Korea, Indonesia, Singapore, Japan, French, United Kingdom, Spain, Canada, New Zealand, Romania, India and Turkey for 2009-2022. He has hold some international conference committees such as General Chair of WCASET22, ICEET22, DIFCON21, IEEE MICC21,ICECCE21, IEEE ISTT20 adn Conference Chair of IEEE MICC2019, high committees for IEEE ISTT18, IEEE MICC17, IEEE ISTT16, TPC for IEEE MENACOMM'19 Bahrain, IEEE PIMRC 2019 Turkey, IEEE PIMRC 2018 Italy, IEEE PIMRC 2017 Canada, IEEE PIMRC 2016 Spain and many more since year 2010. His contributions to academic and the engineering professional over the years have earned him recognitions nationally and internationally, he has awarded 64 international/local awards including the University Excellent Researcher Award for 2016 and 2018 from MMU, respectively, recipient of VTS Chapter of the Year Award 2017 from Canada, Excellence in European Creativity Special Award 2018 from Romania, World Invention Special Award 2019 from WIIPA, Outstanding Researcher Award 2020 from USA, Outstanding Large Chapter Award for 2019 and 2020 from IEEE, Top Research Scientist in Malaysia 2020 from Academy of Science Malaysia (ASM), 2021 IEEE Malaysia Outstanding Volunteer Award from IEEE and Leave a Nest Global Challenge Award 2022.</p> </div> </div> </div> </div> </div> <!-- sp-2 --> <div class="modal-box"> <div class="modal fade spk-2 modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Innovative Leadership Models: Lessons from Around the Globe</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/icmdrse-ks-2.jpg" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;"> <b> Dr Noor Zaman Jhanjhi </b> is currently working as Professor, Director Center for Smart society 5.0 [CSS5], and Cluster Head for Cybersecurity cluster, at School of Computer Science and Engineering, Faculty of Innovation and Technology, Taylor’s University, Malaysia. He is supervising a great number of Postgraduate students mainly in the cybersecurity for Data Science. Cybersecurity research cluster has extensive research collaboration globally with several institutions and professionals. Dr Jhanjhi is Associate Editor and Editorial Assistant Board for several reputable journals including IEEE Access Journal, PeerJ Computer Science, PC member for several IEEE conferences worldwide, and guest editor for the reputed indexed journals. Active reviewer for a series of Q1 journals, has been awarded globally as a top 1% reviewer by Publons (Web of Science). He has been awarded as outstanding Associate Editor by IEEE Access for the year 2020. He has high indexed publications in WoS/ISI/SCI/Scopus, and his collective research Impact factor is more than 300 points as of first half of 2021. He has international Patents on his account, edited/authored more than 29 research books published by world-class publishers. He has a great experience of supervising and co-supervising postgraduate students, an ample number of PhD and Master students graduated under his supervision. He is an external PhD/Master thesis examiner/evaluator for several universities globally. He has completed more than 22 international funded research grants successfully. He has served as Keynote speaker for several international conferences, presented several Webinars worldwide, chaired international conference sessions. His research areas include, Cybersecurity, IoT security, Wireless security, Data Science, Software Engineering, UAVs. </p> </div> </div> </div> </div> </div> <!-- sp-3 --> <div class="modal-box"> <div class="modal fade spk-3 modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Innovative Leadership Models: Lessons from Around the Globe</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/nor.png" style="width:100%;height:100%;" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;">Associate Professor Dr Nor 'Adha Ab Hamid is a distinguished academic at the Selangor Islamic University, Malaysia, where she holds the position as the Director in the Centre of Postgraduate Studies. She holds a Ph.D in Law and is deeply involved in teaching, obtaining significant research grants and supervising students. Her work focuses on areas such as on Alternative Dispute Resolutions (ADR), Governance, Corporate, Comparative law, Islamic law and Research Methodology, contributing significantly to both the academic community and the broader field of legal and socio-legal studies. </p> </div> </div> </div> </div> </div> <!-- sp-4 --> <div class="modal-box"> <div class="modal fade spk-4 modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Innovative Leadership Models: Lessons from Around the Globe</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/anu.png" style="width:100%;height:100%;" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;">Dr. Anu Sayal is currently working as Senior Lecturer in Mathematics/ Statistics with Taylor’s Business School, Taylor’s University, Malaysia (ranked among top 50 in Asia and 251 globally). She is a accredited trainer by HRD corp. Malaysia. She has 17+ years of teaching and research experience. She has done Bachelors in Non-medical from Guru Nanak Dev University, Amritsar. Her Post Graduation was in Mathematics from Guru Nanak Dev University, Amritsar. She has done her PhD in Mathematics from Uttarakhand Technical University Dehradun. She received the “Young Scientist Award in Mathematics: Statistics and Computer Science from Uttarakhand Council for Science and Technology, Dehradun, Uttarakhand, in February 2020 at UCOST, Dehradun. She has also received Teacher of the Year 2020 Award in September 2020 from Divya Himgiri in association with Uttarakhand Council for Science & Technology, Government of Uttarakhand, Commission for Scientific & Technical Terminology, MHRD, Govt. of India, New Delhi. She received Guruwarya samman 2021 award from Harvest educational transformational solutions (HETS). She also received Best woman scientist award from Novel research academy in December 2021. She was also awarded as the Best teacher in January 2022 by Harvest educational transformational solutions. She has authored numerous research papers in reputed and prestigious journal (including Scopus & SCI), presented papers in many national and international conferences. She is serving as a reviewer and editorial board member for various international journals (SCI & Scopus indexed). She has also organised various workshops and FDP’s. Her research interest includes Fuzzy mathematics, Statistics, Numerical techniques, inventory and supply chain management. Dr. Anu Sayal has been the coordinator of the Uttaranchal University centre for innovation, incubation and Entrepreneurship from 2018 to 2022. During this period, she has greatly contributed for organising various events related to entrepreneurship with eminent bodies like FICCI FLO Uttarakhand, Registrar of companies etc. These events facilitated in providing an insight to the young budding entrepreneurs for taking their first step towards entrepreneurship. During her tenure as a coordinator of the incubation centre she motivated students for startups thereby providing them the complete information related to various procedures involved in starting their own ventures. Under her mentorship many students registered for their companies which turned out to be successful. She has also delivered lectures related to incubation and entrepreneurship in seminars and workshops. She has also worked as a coordinator for PCL (project centric learning) at JAIN (deemed to be University) incubator and provided the right direction and the relevant information to the students for starting their own ventures. </p> </div> </div> </div> </div> </div> <!-- sp-4 --> <div class="modal-box"> <div class="modal fade spk-5 modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Innovative Leadership Models: Lessons from Around the Globe</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/norazah.jpg" style="width:100%;height:100%;" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;">Professor Ts. Dr Norazah Mohd Suki is a professor of marketing and e-commerce at the Othman Yeop Abdullah Graduate School of Business (OYAGSB), Universiti Utara Malaysia. Prof Norazah, who has been named to Stanford University's World's Top 2% Scientists list since 2019, was also named to the ‘Career-long World’s Top 2% Scientists’ list. She is also a recipient of Malaysia’s Research Star Award 2018, Highly Commended Paper in Emerald Literati Network Awards for Excellence in 2015 and 2017, winner of IGI Global Seventh Annual Awards Excellence in Research Journal, etc. Her research interests include marketing research, consumer behaviour, m-commerce, e-commerce, e- marketing, green marketing, Islamic marketing, and marketing-related fields. Prof Norazah has published more than 400 articles in journals, book chapters, books, and conference papers describing her research activities. She is also the editor of several books indexed on SCOPUS. She has extensive experience as an invited speaker in courses on Structural Equation Modelling (SEM), Statistical Package for Social Sciences (SPSS) and research methodology. Through her active participation in the co-curricular activities of Pasukan Siswa Angkatan Pertahanan Awam Malaysia, she was awarded Pingat Am Pertahanan Awam in 2017 and Pingat Bakti Pertahanan Awam in 2021. </p> </div> </div> </div> </div> </div> <!-- sp-4 --> <div class="modal-box"> <div class="modal fade nalin modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <!-- <h5 class="modal-title" id="exampleModalLabel">Innovative Leadership Models: Lessons from Around the Globe</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="modal-icon"> <img src="./img/nalin.png" style="width:100%;height:100%;" alt=""> </div> <p style="text-align: justify; padding: 10px 25px;font-size:15px;line-height:25px;">Professor Nalin Abeysekera is a distinguished academic and researcher, currently serving as the Dean of the Faculty of Management Studies at the Open University of Sri Lanka. With a Ph.D. in Management and a B.Sc. in Marketing, he has over two decades of experience in academia and consultancy, specializing in Strategic Management, Marketing, and Research Methodology. Professor Abeysekera has taught and conducted research internationally, including in Canada, Dubai, Singapore, Oman, India, and Qatar, and has supervised numerous Ph.D. students. In addition to his academic work, Professor Abeysekera has made significant contributions to national development through his consulting roles and policy advisory positions. He has worked with leading organizations and government bodies, shaping industry practices and national policies. His expertise has been instrumental in projects related to health financing, tourism, and economic resilience, demonstrating his commitment to driving impactful change at both the organizational and national levels. He is the Editor-in-Chief of the Sri Lanka Journal of Management Studies and a reviewer for several leading international journals. His research has resulted in numerous publications, including journal articles, conference papers, and books. Recognized for his contributions, Professor Abeysekera has received awards such as the “Outstanding Asian Educator” and the Best Reviewer Award. Passionate about knowledge dissemination and nurturing future leaders, he emphasizes the importance of ethical practices, emotional intelligence, and empathy in leadership. </p> </div> </div> </div> </div> </div> <style> button * { pointer-events: none; } /* Just a really naive css example to swap the button contents with the spinner. Bring your own spinner & styles. */ .loading { opacity: .5; } .loading span { display: none; } .chat1 a { color: #000; font-size: 13px; position: fixed; bottom: 186px; left: 18px; float: left; z-index: 1111111111; font-weight: 700; padding: 4px 5px; border-radius: 6px; } .chat2 a { color: #000; font-size: 13px; position: fixed; bottom: 135px; left: 18px; float: left; z-index: 1111111111; font-weight: 700; padding: 4px 5px; border-radius: 6px; } .chat3 a { color: #000; font-size: 13px; position: fixed; bottom: 84px; left: 18px; float: left; z-index: 1111111111; font-weight: 700; padding: 4px 5px; border-radius: 6px; } .kwCIV { flex-shrink: 0; opacity: 1; width: 40px; height: 40px; } .btn22 { background: #fff; } .btn22 li:hover a { color: #ffffff; } .btn22 li a { color: #000; font-weight: 800; padding: 10px; font-size: 14px; } .bvGVHZ { width: 41px; height: 41px;} .btn22 li:hover { background: #fd6f02; color: #000000; } /* .btn22 li:hover a{color: #000000;} */ </style> <div class="chat2"> <a href="https://line.me/ti/p/2IUMkr0kMa"> <img src="img/line.png" width="40"> </a> </div> <div class="chat3"> <a href="http://t.me/s8015008054"><img src="img/telegram.png" width="40"></a> </div> <div class="chat1"> <a href="viber://chat?number=918015008054"><img src="img/viber.png" width="40"></a> </div> <script> /* Example on how to use this at the bottom here. Implementation first. */ function LoadingSpinner (form, spinnerHTML) { form = form || document //Keep track of button & spinner, so there's only one automatic spinner per form var button var spinner = document.createElement('div') spinner.innerHTML = spinnerHTML spinner = spinner.firstChild //Delegate events to a root element, so you don't need to attach a spinner to each individual button. form.addEventListener('click', start) //Stop automatic spinner if validation prevents submitting the form //Invalid event doesn't bubble, so use capture form.addEventListener('invalid', stop, true) //Start spinning only when you click a submit button function start (event) { if (button) stop() button = event.target if (button.type === 'submit') { LoadingSpinner.start(button, spinner) } } function stop () { LoadingSpinner.stop(button, spinner) } function destroy () { stop() form.removeEventListener('click', start) form.removeEventListener('invalid', stop, true) } return {start: start, stop: stop, destroy: destroy} } //I guess these would be called class methods. They're useable without instantianing a new LoadingSpinner so you can start & stop spinners manually on any elements, for ajax and stuff. LoadingSpinner.start = function (element, spinner) { element.classList.add('loading') return element.appendChild(spinner) } LoadingSpinner.stop = function (element, spinner) { element.classList.remove('loading') return spinner.remove() } //Example on how to use LoadingSpinner //Bring your own spinner. You can use any html as the spinner. You can find lots of cool spinners for example here on Codepen. I'm using just plain text. Maybe technically not a spinner, but this is more about the script than graphics. var exampleForm = document.querySelector('#example') var exampleLoader = new LoadingSpinner(exampleForm, 'Loading Please wait...') //Delay submit so you can see the spinner spinning, then stop the loading spinner instead of submitting because we're on Codepen. exampleForm.addEventListener('submit', function (event) { event.preventDefault() setTimeout(function () { exampleLoader.stop() }, 3000) }) </script> <!-- Footer Style Two --> <footer class="footer-style-two" style=" background-image: url(./images/footer-map.png); background-repeat: no-repeat; background-position: center; background-size: contain; background-blend-mode: color-dodge;"> <div class="auto-container"> <!-- Widgets Section --> <div class="widgets-section"> <div class="row clearfix"> <!-- Big Column --> <div class="big-column col-lg-9 col-md-12 col-sm-12"> <div class="row clearfix"> <!-- Footer Column --> <div class="footer-column col-lg-6 col-md-6 col-sm-12"> <div class="footer-widget logo-widget"> <div class="logo"> <a href="#"><img src="./img/logo-icmdrse.svg" alt="" style="background-color: #fff;padding:2px;border-radius:3px;" /></a> </div> <div class="text" style="font-size: 14px;">The 8th International Conference on Multi-Disciplinary Research Studies and Education (ICMDRSE-2025) to be held in Malaysia on the 22nd - 23rd May 2025 is to spur unique discoveries in terms of countering conventional challenges faced in everyday engineering activities and technologies. </div> <h5>follow on</h5> <ul class="social-box"> <li><a href="https://www.whatsapp.com/channel/0029VaReoe29cDDW6oxj483s" target="_blank" class="fa fa-whatsapp"></a></li> <li><a href="https://www.facebook.com/iferp.in/" target="_blank" class="fa fa-facebook"></a></li> <li><a href="https://twitter.com/i/flow/login?redirect_after_login=%2Fiferpconnectin1 " target="_blank" class="fa fa-twitter"></a></li> <li><a href="https://www.linkedin.com/company/30196291/admin/ " target="_blank" class="fa fa-linkedin"></a></li> <li><a href="https://www.instagram.com/iferp_in/?igshid=YmMyMTA2M2Y%3D " target="_blank" class="fa fa-instagram"></a></li> </ul> </div> </div> <div class=" col-lg-6 col-md-6 col-sm-6 ps-xl-4 pl-5"> <div class="footer-widget news-widget"> <h5>Quick Link</h5> <div class="row"> <div class="col-lg-6 d-flex justify-content-start"> <ul class="footer-menu list-style"> <li> <a href="index.php" target="_blank"> <i class="fa fa-angle-right"></i> Home </a> </li> <li> <a href="about.php" target="_blank"> <i class="fa fa-angle-right"></i> About </a> </li> <li> <a href="keynote-speakers.php" target="_blank"> <i class="fa fa-angle-right"></i> Speaker </a> </li> <li> <a href="conference-registration.php" target="_blank"> <i class="fa fa-angle-right"></i> Registration </a> </li> </ul> </div> <div class="col-lg-6"> <ul class="footer-menu list-style"> <li> <a href="journals-and-publication.php" target="_blank"> <i class="fa fa-angle-right"></i> Journal </a> </li> <li> <a href="abstract-submission.php" target="_blank"> <i class="fa fa-angle-right"></i> Submission </a> </li> <li> <a href="membership.php" target="_blank"> <i class="fa fa-angle-right"></i> Membership </a> </li> <li> <a href="contact-us.php" target="_blank"> <i class="fa fa-angle-right"></i> Contact </a> </li> </ul> </div> </div> </div> </div> </div> </div> <!-- Big Column --> <div class="big-column col-lg-3 col-md-12 col-sm-12"> <div class="row clearfix"> <div class="footer-column col-lg-12 col-md-12 col-sm-12"> <div class="footer-widget contact-widget"> <h5>Get In Touch</h5> <ul class="contact-list"> <li> <span class="icon flaticon-telephone"></span> Phone Number <a href="tel:+1 (626) 649-4484">+1 (626) 649-4484</a> </li> <li> <span class="icon flaticon-email"></span> Email Address <a href="mailto:info@icmdrse.com">info@icmdrse.com</a> </li> <li> <span class="icon flaticon-home"></span> Venue <a href="#"> Kuala Lumpur, Malaysia</a> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="get-quote-button"> <a href="./listener" data-toggle="tooltip" data-placement="left" title="" target="blank" style="color: #fff;">REGISTER AS A LISTENER</a></div> <div class="footer-bottom"> <div class="clearfix"> <div class="pull-left"> <div class="copyright">© 2025 IFERP - All rights reserved. </div> </div> </div> </div> </div> <div id="id01" class="modal-strip modal-bottom cookie-notify"> <div class="container p-0"> <div class="row d-flex justify-content-center align-items-center"> <div class="col-md-11 col-xs-12"> <div style="display:inline-block; width:100%;"> <p class="pull-left" style="color:#0c3e61; margin-bottom:0px; font-size:13px;line-height:15px; font-weight:700;"> Important Alert: </p> <!-- Close icon with closeModal function --> <!-- <a href="javascript:void(0);" class="modal-close m-r-10 pull-right">X</a> --> </div> <div class="mob-pad-b-30" style="text-align:justify; font-size:14px; line-height:16px; font-weight:normal;"> Please be aware of fraudulent communication claiming to collect conference fees,Journal fees through unauthorized means, including cloned email addresses and phone numbers. IFERP advises all researchers to only process payments through our official event website and report any suspicious activity to <a href="mailto:info@iferp.in">info@iferp.in</a>. </div> </div> <div class="col-md-1 mt-2 col-xs-2 hidden-xs p-0 d-flex justify-content-center align-items-center"> <!-- Close button with closeModal function --> <button class="btn btn-rounded modal-close close-new-btn">Close</button> </div> </div> </div> </div> <script> // Function to show the modal with a smooth slide-in effect function showModal() { document.getElementById('id01').classList.add('show'); } // Function to close the modal with a smooth slide-out effect function closeModal() { document.getElementById('id01').classList.remove('show'); } // Show the modal after a delay (if needed) setTimeout(showModal, 500); // Adjust the delay time if needed // Add event listeners to all close buttons document.querySelectorAll('.modal-close').forEach(function(button) { button.addEventListener('click', closeModal); }); </script> <style> /* cookies Modal style */ /* .modal-strip { background-color: #FFF; border-top: 1px #CCC solid; bottom: 0; color: #004170; font-weight: 800; font-size: 18px; left: 0; padding: 18px; position: fixed; width: 100%; display: block; transform: translateY(0); transition: all 0.7s ease; z-index: 999 !important; } .cookie-notify { background: #f2f3f5; color: #000; font-size: 13px; line-height: 15px; text-align: justify; border: 0px; padding: 10px 0px 15px; font-weight: normal; } .modal-close { cursor: pointer; font-weight: bold; background: #e76f00; color: #f2f3f5; } */ .modal-strip { background-color: #FFF; border-top: 1px #CCC solid; bottom: 0; color: #004170; font-weight: 800; font-size: 18px; left: 0; padding: 18px; position: fixed; width: 100%; z-index: 999 !important; display: block; transform: translateY(100%); /* Start off the screen */ transition: transform 0.7s ease; /* Smooth transition */ } .modal-strip.show { transform: translateY(0); /* Slide into view */ } .cookie-notify { font-family: 'Nunito Sans', sans-serif; background: #f2f3f5; color: #000; font-size: 14px; line-height: 15px; text-align: justify; border: 0px; padding: 10px 2px 15px 2px; font-weight: normal; } .modal-close { cursor: pointer; font-weight: bold; background: #e76f00; color: #f2f3f5; } </style> </footer> <!-- End Footer Style Two --> <!-- Modal --> <div class="modal fade" id="Discount" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered "> <div class="modal-content" style=" background-color: transparent !important; border:none !important;"> <div class="modal-header" style="border: none !important;"> <!-- <h5 class="modal-title" id="staticBackdropLabel">Conference Brochure </h5> --> <button type="button" class="close btn-div-1" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class=" modal-body p-0 modal-body-2 " style="min-height:400px;"> <div class="chris-container d-flex flex-column justify-content-center p-3"> <h4 class="text-center mt-3"> Express Your Interest Today! </h4> <div class="christ-text mt-2 text-center d-flex flex-column justify-content-center"> <h5 class="text-white">Discover leisure with our unique <b> Conference & Travel Packages.</b> Elevate your conference experience while exploring new destinations and creating lasting memories. <b> Fill the form to know get further information.</b> </h5> <!-- <h6 class="text-white blink-text text-center">Claim Your Discount Now!</h6> --> <!-- <div class="coup-code d-flex justify-content-center align-item-center mt-2"> <h5>Use code: IFERPGIFT </h5> </div> --> <div class="mt-3"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSePDGKjRSVGK66IP_Fa7xQmXnjwghcQUyBz-KSbpEGvGmo2Sw/viewform" onclick="buuton_click()" class="btn elementor-button" target="_blank">Register your Interest </a> </div> <p class="text-center mt-3 text-white">We're here to make your conference and travel experience exceptional. </p> </div> </div> </div> </div> </div> </div> <!-- end modal --> <!--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/674eb64e2480f5b4f5a6fc8b/1ie5ng9cn'; s1.charset = 'UTF-8'; s1.setAttribute('crossorigin', '*'); s0.parentNode.insertBefore(s1, s0); })(); </script> <!--End of Tawk.to Script--> <!--End of Tawk.to Script--> <!-- GetButton.io widget --> <script type="text/javascript"> (function() { var options = { whatsapp: "+918015008054", // WhatsApp number call_to_action: "Message us", // Call to action button_color: "#FF6550", // Color of button position: "left", // Position may be 'right' or 'left' }; var proto = 'https:', host = "getbutton.io", url = proto + '//static.' + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function() { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- /GetButton.io widget --> </div> <!-- End Page Wrapper --> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/magnific-popup.min.js"></script> <script src="js/appear.js"></script> <script src="js/parallax.min.js"></script> <script src="js/tilt.jquery.min.js"></script> <script src="js/jquery.paroller.min.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/odometer.js"></script> <script src="js/slick.js"></script> <script src="js/backToTop.js"></script> <script src="js/jquery-ui.js"></script> <!-- <script src="js/cursor-script.js"></script> --> <script src="js/script.js"></script> <script src="build/js/intlTelInput.js"></script> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'en,es,fr,zh-CN,ko,ja,zh-TW,pt-BR,tr,th,id,ru,ar', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false }, 'google_translate_element'); } </script> <!-- <script> var bodyElement = document.body; bodyElement.addEventListener("contextmenu", function(event) { event.preventDefault(); }); </script> --> <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> <!-- <script> document.addEventListener('DOMContentLoaded', function() { $('#Discount1').modal('show'); }); </script> <script> $.noConflict(); jQuery(document).ready(function($) { $('#Discount1').modal('show'); }); </script> --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://www.icakmpet.com/2025-new/build/js/intlTelInput.js"></script> <script> var phone_number = window.intlTelInput(document.querySelector("#phone_number"), { separateDialCode: true, preferredCountries: ["in"], hiddenInput: "full", utilsScript: "//cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/js/utils.js" }); $("form").submit(function() { var full_number = phone_number.getNumber(intlTelInputUtils.numberFormat.E164); $("input[name='phone_number[full]'").val(full_number); //alert(full_number) }); </script> <script type="text/javascript"> function ZFAdvLead() {} ZFAdvLead.utmPValObj = ZFAdvLead.utmPValObj || {}; ZFAdvLead.utmPNameArr = new Array('utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'); ZFAdvLead.utmcustPNameArr = new Array(); ZFAdvLead.isSameDomian = false; ZFAdvLead.prototype.zfautm_sC = function(paramName, path, domain, secure) { var value = ZFAdvLead.utmPValObj[paramName]; if (typeof value !== "undefined" && value !== null) { var cookieStr = paramName + "=" + encodeURIComponent(value); var exdate = new Date(); exdate.setDate(exdate.getDate() + 7); cookieStr += "; expires=" + exdate.toGMTString(); cookieStr += "; path=/"; if (domain) { cookieStr += "; domain=" + encodeURIComponent(domain); } if (secure) { cookieStr += "; secure"; } document.cookie = cookieStr; } }; ZFAdvLead.prototype.zfautm_ini = function() { this.zfautm_bscPCap(); var url_search = document.location.search; for (var i = 0; i < ZFAdvLead.utmcustPNameArr.length; i++) { var zf_pN = ZFAdvLead.utmcustPNameArr[i]; var zf_pV; if (zf_pN == 'referrername') { zf_pV = (document.location.href || '').slice(0, 1500); } else { zf_pV = this.zfautm_gP(url_search, zf_pN); if (zf_pV == undefined || zf_pV == '') { zf_pV = this.zfautm_gC(zf_pN); } } if (typeof zf_pV !== "undefined" && zf_pV !== null & zf_pV != "") { ZFAdvLead.utmPValObj[zf_pN] = zf_pV; } } for (var pkey in ZFAdvLead.utmPValObj) { this.zfautm_sC(pkey); } }; ZFAdvLead.prototype.zfautm_bscPCap = function() { var trafSrc = this.zfautm_calcTrafSrc(); if (trafSrc.source != "") { ZFAdvLead.utmPValObj.utm_source = trafSrc.source; } if (trafSrc.medium != "") { ZFAdvLead.utmPValObj.utm_medium = trafSrc.medium; } if (trafSrc.campaign != "") { ZFAdvLead.utmPValObj.utm_campaign = trafSrc.campaign; } if (trafSrc.term != "") { ZFAdvLead.utmPValObj.utm_term = trafSrc.term; } if (trafSrc.content != "") { ZFAdvLead.utmPValObj.utm_content = trafSrc.content; } } ZFAdvLead.prototype.zfautm_calcTrafSrc = function() { var u1 = '', u2 = '', u3 = '', u4 = '', u5 = ''; var search_engines = [ ['bing', 'q'], ['google', 'q'], ['yahoo', 'q'], ['baidu', 'q'], ['yandex', 'q'], ['ask', 'q'] ]; //List of search engines var ref = document.referrer; ref = ref.substr(ref.indexOf('//') + 2); ref_domain = ref; ref_path = '/'; ref_search = ''; // Checks for campaign parameters var url_search = document.location.search; if (url_search.indexOf('utm_source') > -1 || url_search.indexOf('utm_medium') > -1 || url_search.indexOf( 'utm_campaign') > -1 || url_search.indexOf('utm_term') > -1 || url_search.indexOf('utm_content') > - 1) { u1 = this.zfautm_gP(url_search, 'utm_source'); u2 = this.zfautm_gP(url_search, 'utm_medium'); u3 = this.zfautm_gP(url_search, 'utm_campaign'); u4 = this.zfautm_gP(url_search, 'utm_term'); u5 = this.zfautm_gP(url_search, 'utm_content'); } else if (this.zfautm_gP(url_search, 'gclid')) { u1 = 'Google Ads'; u2 = 'cpc'; u3 = '(not set)'; if (!ZFAdvLead.utmcustPNameArr.includes('gclid')) { ZFAdvLead.utmcustPNameArr.push('gclid'); } } else if (ref) { var r_u1 = this.zfautm_gC('utm_source'); var r_u2 = this.zfautm_gC('utm_medium'); var r_u3 = this.zfautm_gC('utm_campaign'); var r_u4 = this.zfautm_gC('utm_term'); var r_u5 = this.zfautm_gC('utm_content'); if (typeof r_u1 === "undefined" && typeof r_u2 === "undefined" && typeof r_u3 === "undefined" && typeof r_u4 === "undefined" && typeof r_u5 === "undefined") { // separate domain, path and query parameters if (ref.indexOf('/') > -1) { ref_domain = ref.substr(0, ref.indexOf('/')); ref_path = ref.substr(ref.indexOf('/')); if (ref_path.indexOf('?') > -1) { ref_search = ref_path.substr(ref_path.indexOf('?')); ref_path = ref_path.substr(0, ref_path.indexOf('?')); } } u2 = 'referral'; u1 = ref_domain; // Extract term for organic source for (var i = 0; i < search_engines.length; i++) { if (ref_domain.indexOf(search_engines[i][0]) > -1) { u2 = 'organic'; u1 = search_engines[i][0]; u4 = this.zfautm_gP(ref_search, search_engines[i][1]) || '(not provided)'; break; } } } else { if (typeof r_u1 !== "undefined") { u1 = r_u1; } if (typeof r_u2 !== "undefined") { u2 = r_u2; } if (typeof r_u3 !== "undefined") { u3 = r_u3; } if (typeof r_u4 !== "undefined") { u4 = r_u4; } if (typeof r_u5 !== "undefined") { u5 = r_u5; } } } else { var r_u1 = this.zfautm_gC('utm_source'); var r_u2 = this.zfautm_gC('utm_medium'); var r_u3 = this.zfautm_gC('utm_campaign'); var r_u4 = this.zfautm_gC('utm_term'); var r_u5 = this.zfautm_gC('utm_content'); if (typeof r_u1 === "undefined" && typeof r_u2 === "undefined" && typeof r_u3 === "undefined" && typeof r_u4 === "undefined" && typeof r_u5 === "undefined") { var locRef = document.location.href; locRef = locRef.substr(locRef.indexOf('//') + 2); if (locRef.indexOf('/') > -1) { locRef = locRef.substr(0, locRef.indexOf('/')); } u1 = locRef; u2 = 'referral'; } else { if (typeof r_u1 !== "undefined") { u1 = r_u1; } if (typeof r_u2 !== "undefined") { u2 = r_u2; } if (typeof r_u3 !== "undefined") { u3 = r_u3; } if (typeof r_u4 !== "undefined") { u4 = r_u4; } if (typeof r_u5 !== "undefined") { u5 = r_u5; } } } return { 'source': u1, 'medium': u2, 'campaign': u3, 'term': u4, 'content': u5 }; } ZFAdvLead.prototype.zfautm_gP = function(s, q) { try { var match = s.match('[?&]' + q + '=([^&]+)'); return match ? decodeURIComponent(match[1]) : ''; } catch (e) { return ''; } } ZFAdvLead.prototype.zfautm_gC = function(cookieName) { var cookieArr = document.cookie.split('; '); for (var i = 0; i < cookieArr.length; i++) { var cookieVals = cookieArr[i].split('='); if (cookieVals[0] === cookieName && cookieVals[1]) { return decodeURIComponent(cookieVals[1]); } } }; ZFAdvLead.prototype.zfautm_gC_enc = function(cookieName) { var cookieArr = document.cookie.split('; '); for (var i = 0; i < cookieArr.length; i++) { var cookieVals = cookieArr[i].split('='); if (cookieVals[0] === cookieName && cookieVals[1]) { return cookieVals[1]; } } }; ZFAdvLead.prototype.zfautm_iframeSprt = function() { var zf_frame = document.getElementsByTagName("iframe"); for (var i = 0; i < zf_frame.length; ++i) { if ((zf_frame[i].src).indexOf('formperma') > 0) { var zf_src = zf_frame[i].src; for (var prmIdx = 0; prmIdx < ZFAdvLead.utmPNameArr.length; prmIdx++) { var utmPm = ZFAdvLead.utmPNameArr[prmIdx]; utmPm = (ZFAdvLead.isSameDomian && (ZFAdvLead.utmcustPNameArr.indexOf(utmPm) == -1)) ? "zf_" + utmPm : utmPm; var utmVal = this.zfautm_gC_enc(ZFAdvLead.utmPNameArr[prmIdx]); if (typeof utmVal !== "undefined") { if (utmVal != "") { if (zf_src.indexOf('?') > 0) { zf_src = zf_src + '&' + utmPm + '=' + utmVal; } else { zf_src = zf_src + '?' + utmPm + '=' + utmVal; } } } } if (zf_frame[i].src.length < zf_src.length) { zf_frame[i].src = zf_src; } } } }; ZFAdvLead.prototype.zfautm_DHtmlSprt = function() { var zf_formsArr = document.forms; for (var frmInd = 0; frmInd < zf_formsArr.length; frmInd++) { var zf_form_act = zf_formsArr[frmInd].action; if (zf_form_act && zf_form_act.indexOf('formperma') > 0) { for (var prmIdx = 0; prmIdx < ZFAdvLead.utmPNameArr.length; prmIdx++) { var utmPm = ZFAdvLead.utmPNameArr[prmIdx]; var utmVal = this.zfautm_gC(ZFAdvLead.utmPNameArr[prmIdx]); if (typeof utmVal !== "undefined") { if (utmVal != "") { var fieldObj = zf_formsArr[frmInd][utmPm]; if (fieldObj) { fieldObj.value = utmVal; } } } } } } }; ZFAdvLead.prototype.zfautm_jsEmbedSprt = function(id) { document.getElementById('zforms_iframe_id').removeAttribute("onload"); var jsEmbdFrm = document.getElementById("zforms_iframe_id"); var embdSrc = jsEmbdFrm.src; for (var prmIdx = 0; prmIdx < ZFAdvLead.utmPNameArr.length; prmIdx++) { var utmPm = ZFAdvLead.utmPNameArr[prmIdx]; utmPm = (ZFAdvLead.isSameDomian && (ZFAdvLead.utmcustPNameArr.indexOf(utmPm) == -1)) ? "zf_" + utmPm : utmPm; var utmVal = this.zfautm_gC_enc(ZFAdvLead.utmPNameArr[prmIdx]); if (typeof utmVal !== "undefined") { if (utmVal != "") { if (embdSrc.indexOf('?') > 0) { embdSrc = embdSrc + '&' + utmPm + '=' + utmVal; } else { embdSrc = embdSrc + '?' + utmPm + '=' + utmVal; } } } } jsEmbdFrm.src = embdSrc; }; var zfutm_zfAdvLead = new ZFAdvLead(); zfutm_zfAdvLead.zfautm_ini(); if (document.readyState == "complete") { zfutm_zfAdvLead.zfautm_iframeSprt(); zfutm_zfAdvLead.zfautm_DHtmlSprt(); } else { window.addEventListener('load', function() { zfutm_zfAdvLead.zfautm_iframeSprt(); zfutm_zfAdvLead.zfautm_DHtmlSprt(); }, false); } </script> <script type="text/javascript" src='https://forms.zoho.in/js/zf_gclid.js'></script> <script> $(document).ready(function() { $('#phone-form').on('submit', function(event) { event.preventDefault(); // Retrieve the user-selected country code var selectedCountryCode = $('#country_code').val(); // Debug: Check the selected value console.log('Selected Country Code: ' + selectedCountryCode); // Process or use the country code as needed // ... }); }); </script> <script> $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); </script> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> <script> $(document).ready(function() { $('[data-toggle="popover"]').popover({ html: true, trigger: 'hover', // Trigger popover on hover template: '<div class="popover custom-popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>' }); }); </script> </body> </html>