CINXE.COM
ICASET-2025
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ICASET-2025</title> <!-- 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="img/ICASET-logo.png"> <!-- 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" /> <!-- 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"> <meta name="robots" content="index, follow" /> <link rel="canonical" href="https://www.icaset.in//tentative-program.php" /> <!-- 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-T8MHTFC'); </script> <!-- End Google Tag Manager --> </head> <style> .border-design { border: 1px dashed #ccc !important; background: aqua; } .keynote-session { border: 1px solid #03054b; padding: 20px; box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18); margin-bottom: 20px; margin-top: 10px; border-radius: 20px; } .team-block-two .inner-box h4 { font-size: 15px; } /* ts-schedule */ .ts-schedule-info { position: relative; } .ts-schedule-info ul { position: relative; text-align: center; border: none; min-height: 380px; } .ts-schedule-info ul li a { height: 245px; width: 245px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%); background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%); background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%); background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%); background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%); opacity: 0.502; display: block; position: absolute; left: 0; top: 0; z-index: 1; color: #fff; padding: 100px 0; } .ts-schedule-info ul li a h3 { font-size: 30px; font-weight: 700; color: #fff; opacity: .5; } .ts-schedule-info ul li a span { text-transform: uppercase; opacity: .5; } .ts-schedule-info ul li:nth-child(1) a { top: 140px; background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%); background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%); background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%); } .ts-schedule-info ul li:nth-child(2) a { left: 130px; top: -15px; } .ts-schedule-info ul li:nth-child(3) a { top: 100px; left: auto; right: 0; background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%); background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%); background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%); } .ts-schedule-info ul li a.active { -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12); opacity: 1; z-index: 2; } .ts-schedule-info ul li a.active h3, .ts-schedule-info ul li a.active span { opacity: 1; } .schedule-listing { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .schedule-listing .schedule-slot-time { background: #001c6c; color: #fff; padding: 20px 8px; display: flex; align-items: center; font-size: 18px; font-weight: 700; -webkit-box-flex: 0; -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; } .schedule-listing .schedule-slot-time span { display: block; line-height: 26px; } .schedule-listing .schedule-slot-info { position: relative; padding: 14px 15px 15px 125px; border: 1px dashed #b3b3b3; border-left: none; width: 100%; } /* .schedule-listing .schedule-slot-info .schedule-slot-speakers { position: absolute; left: -52px; top: 0px; transform: translate(-58%, 50%); height: 80px; max-width: 80px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; bottom: 0; margin: auto; } */ .schedule-listing .schedule-slot-info .schedule-slot-title { font-size: 18px; line-height: 40px; } .schedule-listing .schedule-slot-info .schedule-slot-title strong { font-size: 20px; color: #001c6c; /* margin-left: 12px; */ } .schedule-listing .schedule-slot-info p { margin-bottom: 0; } .schedule-listing:hover .schedule-slot-title { color: #3b1d82; } .schedule-listing:nth-of-type(even) .schedule-slot-time { background: #9e1f63; } .schedule-listing.launce .schedule-slot-time { padding: 10px 10px; text-align: center; display: flex; justify-content: center; align-items: center; } .schedule-listing.launce .schedule-slot-title { float: left; margin-bottom: 0; } .schedule-listing.launce .schedule-slot-info-content img { float: right; } .ts-schedule-nav { text-align: center; margin-bottom: 90px; } .ts-schedule-nav ul { border: none; } .ts-schedule-nav ul li { margin: 0 3px; } .ts-schedule-nav ul li a { font-size: 12px; color: #222222; text-transform: uppercase; background: #f1f0f6; display: block; padding: 20px 50px; position: relative; } .ts-schedule-nav ul li a:before { width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #e7015e transparent transparent; position: absolute; left: 0; bottom: -15px; content: ''; opacity: 0; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .ts-schedule-nav ul li a h3 { font-size: 24px; font-weight: 400; color: #222222; margin-bottom: 0; text-transform: capitalize; } .ts-schedule-nav ul li a.active { background: #e7015e; color: #fff; } .ts-schedule-nav ul li a.active h3 { color: #fff; } .ts-schedule-nav ul li a.active:before { opacity: 1; } .schedule-tabs-item .schedule-listing-item { position: relative; } .schedule-tabs-item .schedule-listing-item .schedule-slot-time { font-size: 14px; color: #e7015e; margin-bottom: 10px; display: block; } .schedule-tabs-item .schedule-listing-item .schedule-slot-title { margin-bottom: 10px; } .schedule-tabs-item .schedule-listing-item .schedule-slot-name { font-size: 14px; line-height: 36px; color: #888888; font-weight: 700; margin-bottom: 5px; } e .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers { position: absolute; top: 60px; width: 50px; height: 50px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1); box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1); background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%); background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%); background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%); } .schedule-tabs-item .schedule-listing-item:before { position: absolute; top: -30px; width: 2px; height: 100%; content: ''; background: #f1f0f6; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .schedule-tabs-item .schedule-listing-item:after { position: absolute; width: 10px; height: 10px; content: ''; border: 2px solid #e7015e; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; top: 80px; background: #fff; } .schedule-tabs-item .schedule-listing-item.schedule-left { padding: 60px 125px 20px 0; text-align: right; margin-top: 245px; } .schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers { right: 30px; } .schedule-tabs-item .schedule-listing-item.schedule-left:before { right: -17px; } .schedule-tabs-item .schedule-listing-item.schedule-left:after { right: -21px; } .schedule-tabs-item .schedule-listing-item.schedule-right { padding: 60px 20px 0px 125px; text-align: left; } .schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers { left: 30px; } .schedule-tabs-item .schedule-listing-item.schedule-right:before { left: -15px; } .schedule-tabs-item .schedule-listing-item.schedule-right:after { left: -19px; } .schedule-tabs-item .schedule-listing-item:hover:before { background: #e7015e; } @media (min-width: 1024px) { .box-style { padding-bottom: 150px; } .box-style .row { position: relative; } .box-style .row .item .about-intro-text { padding: 50px 55px 0 55px; } .box-style .indicator { position: absolute; content: ""; height: 100%; left: 33.3333333333%; position: absolute; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1); -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1); transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1); width: 33.3333333333%; z-index: -1; -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1); background-color: #fff; } .box-style .row .item:nth-child(1):hover~.indicator { left: 0; } .box-style .row .item:nth-child(3):hover~.indicator { left: 66.6666666%; } } .schedule-listing .schedule-slot-info .schedule-slot-speakers { position: absolute; left: -52px; top: 0px; transform: translate(-60%, 74%); height: 80px; max-width: 80px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; bottom: 0; margin: auto; } @media only screen and (max-width:600px){ .schedule-listing.launce .schedule-slot-time { flex: 0 0 35%!important; max-width: 84%; } .schedule-listing .schedule-slot-time { flex: 0 0 35%!important; max-width: 84%; } .schedule-listing .schedule-slot-info { padding: 21px 15px 15px 7px!important; } } </style> <body> <!-- <div class="cursor"></div> --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8MHTFC" 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/ICASET-logo.png" width="180px"alt="" title=""></a></div> </div> <div class="pull-right upper-right clearfix"> <div class="upper-column info-box"> <div class="icon-box"><span class="fa fa-plane"></span></div> <ul> <a href="" data-toggle="modal" data-target="#myModals22"><li class="blink">Get Quote For <br> Travel Package</li></a> </ul> </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 (205) 350-6655</li> </ul> </div> <!--Info Box--> <a href="collaboration-with-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@icaset.in</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 ICAKMPET</a></li> --> <li class="dropdown"><a href="#">About Conference</a> <ul> <li><a href="about.php">About ICASET</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><a href="scientific-tracks.php">Session Tracks</a></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 & Tracks</a></li> <li><a href="tentative-program.php">Tentative Program </a></li> <!-- <li><a href="event.php"class="blink"style="background: linear-gradient(45deg, #370068, #7e004c); padding: 2px 6px !important; border-radius: 51px; font-size: 13px;color:#fff!important;">Pre Conference Webinar</a></li> --> <!-- <li class="dropdown"><a href="#"style="background: linear-gradient(45deg, #370068, #7e004c); padding: 2px 6px !important; border-radius: 51px; font-size: 13px;color:#fff!important;">Pre Conference Webinar</a> <ul> <li><a href="event.php">Pre Conference Webinar</a></li> </ul> </li> --> <li><a href="venue.php">Venue</a></li> <li><a href="scholarship-program.php"> Scholarship & Awards</a></li> <!-- <li><a href="contact-us.php">Contact Us</a></li> --> <li class="dropdown"><a href="#">Contact Us</a> <ul> <li><a href="contact-us.php">Contact Us</a></li> <li class="dropdown"><a href="#">History</a> <ul> <li><a href="icaset-2023.php">1st ICASET 2023 </a></li> <li><a href="icaset-2024.php">2nd ICASET 2024 </a></li> </ul> </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/ICASET-logo.png" 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/ICASET-logo.png" 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 --> <!-- Page Title --> <section class="page-title" style="background-image: url(images/about-img.jpg)"> <div class="auto-container"> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>PROGRAMME OVERVIEW</li> </ul> <h2>PROGRAMME OVERVIEW</h2> </div> </section> <!--End Page Title--> <!-- About Section Two --> <section class="about-section" style="background-image:url(images/background/pattern-14.png)"> <div class="auto-container"> <div class="row clearfix"> <h2 style="font-size: 24px !important; color: #023ca5; margin-bottom:15px;"> 3rd International Conference on Advances in Science, Engineering & Technology(ICASET-2025) </h2> <div class="mb-3"> <div class="d-flex border-design px-4 py-3"> <div class="col-lg-6 d-flex justify-content-end"> <label for="country" style="font-size:20px;text-align:left;color:#131640;font-weight:bold">Select your Location, To know your local timing of Presentation / Program</label> </div> <div class="col-lg-6 d-flex justify-content-start w-100"> <select id="country" onchange="updateScheduleTimes()" class="w-100" style="font-size: 20px;"> <option value="Asia/Tokyo" >Japan</option> <option value="Asia/Bangkok">Thailand</option> <option value="America/Argentina/Buenos_Aires">Argentina</option> <option value="Australia/Sydney">Australia</option> <option value="Europe/Vienna">Austria</option> <option value="Europe/Brussels">Belgium</option> <option value="America/Sao_Paulo">Brazil</option> <option value="America/Toronto">Canada</option> <option value="Asia/Shanghai">China</option> <option value="Europe/Copenhagen">Denmark</option> <option value="Europe/Helsinki">Finland</option> <option value="Europe/Paris">France</option> <option value="Europe/Berlin">Germany</option> <option value="Asia/Kolkata" selected="">India</option> <option value="Asia/Jakarta">Indonesia</option> <option value="Europe/Rome">Italy</option> <option value="Europe/Amsterdam">Netherlands</option> <option value="America/Mexico_City">Mexico</option> <option value="Europe/Moscow">Russia</option> <option value="Asia/Riyadh">Saudi Arabia</option> <option value="Asia/Seoul">South Korea</option> <option value="Africa/Johannesburg">South Africa</option> <option value="Europe/Madrid">Spain</option> <option value="Europe/Stockholm">Sweden</option> <option value="Europe/Zurich">Switzerland</option> <option value="Europe/Istanbul">Turkey</option> <option value="Europe/London">UK</option> <option value="America/New_York">USA</option> <option value="Asia/Dubai">United Arab Emirates</option> <option value="Europe/Oslo">Norway</option> <option value="Europe/Warsaw">Poland</option> <option value="Europe/Prague">Czech Republic</option> </select> </div> </div> </div> <!-- <div class="content-column col-lg-12 col-md-12 col-sm-12"> <div class="inner-column"> <div class="sec-title-two mb-0"> <div class="sec-title-three centered mb-1"> <h5>PROGRAMME OVERVIEW</h5> </div> </div> </div> </div> --> </div> </div> </section> <!-- End About Section Two --> <section class="ts-schedule"style="margin-top: -71px;"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="sec-title-three centered mb-1"> <h5>PROGRAMME OVERVIEW</h5> <h2>Day 1 - <span> 22nd March 2025 </span> </h2> </div> </div> <!-- col end--> </div> <!-- row end--> <!-- --> <div class="row"> <div class="col-lg-12"> <div class="tab-content schedule-tabs"> <div role="tabpanel" class="tab-pane active" id="date3"> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time1"> 09:00 AM - 09:05 AM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Registration Desk </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time3">09:05 AM - 09:10 AM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">National Anthem of India </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time4"> 09:10 AM - 09:20 AM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Welcome Speech by <strong>Moderator</strong> </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time5"> 09:20 AM - 09:30 AM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="https://icakmpet.com/img/agenda-1.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Welcome Speech by <b>Special Guest of Honor</b> <!-- <br> <strong>Mr. A. Siddth Kumar Chhajer</strong> --> </h3> <!-- <p> <b> Managing Director & Founder </b><br> Technoarete Groups, Chennai </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time6"> 09:30 AM - 10:00 AM</span> </div> <div class="schedule-slot-info"> <a href="#"> <img class="schedule-slot-speakers" src="img/nurul.png" alt=""> </a> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker<br> <strong>Assoc Prof. Dr. Ku Nurul Fazira Ku Azir </strong> </h3> <p>Faculty of Electronic Engineering & Technology<br>Head Centre of Excellence for Advanced Computing<br>Universiti Malaysia Perlis, Malaysia.</p> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <!-- <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time6"> 10:00 AM - 10:35 AM</span> </div> <div class="schedule-slot-info"> <a href="#"> <img class="schedule-slot-speakers" src="./img/Nurnadiah.png" alt=""> </a> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker <br> <strong>Nurnadiah Zamri </strong> </h3> <p> Universiti Sultan Zainal Abidin, Malaysia </p> </div> --> <!--Info content end --> <!-- </div> --> <!-- Slot info end --> <!-- </div> --> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time7"> 10:00 AM - 10:30 AM</span> </div> <div class="schedule-slot-info"> <a href="#"> <img class="schedule-slot-speakers" src="./img/tiru.jpg" alt=""> </a> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker<br> <strong>Assoc Prof Dr. Tiruveedula Gopi Krishna</strong> </h3> <p>Adama Science and Technology University,<br>Ethiopia. </p> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time8"> 10:30 AM - 11:00 AM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/bin.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker<br> <!-- <strong>Assoc. Prof. Dr. Hidayat Bin Zainuddin </strong> --> </h3> <!-- <p>Faculty of Electrical Engineering Universiti Teknikal Malaysia, Melaka Malaysia</p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time9"> 11:00 AM – 11:10 AM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-5.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Photographic Session<br> <!-- <strong>Shri . Dr. S. K. Varshney</strong> --> </h3> <!-- <p><b>Adviser / Scientist G </b> <br> Department of Science & Technology,Government of India, India </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <!-- <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time9"> 11:00 AM – 11:10 PM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Photographic Session </h3> </div> --> <!--Info content end --> <!-- </div> --> <!-- Slot info end --> <!-- </div> --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time10"> 11:10 AM – 11:20 PM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Refreshment Break </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time11"> 11:20 PM – 11:40 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="img/session1.png" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker<br> <!-- <strong>Dr Sunil VK Gaddam </strong></h3> --> <!-- <p> CSE and Allied Departments, <br>Lords Institute of Engineering & Technology, India. </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time12"> 11:40 PM - 12:30 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-6.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Technical Session I <br> <!-- <b>Session Speaker </b> <br> <strong>Mr. Arun Kumar Singh</strong> --> </h3> <!-- <p><b>Founding CEO & Accountable Manager </b> <br> India One Air, India </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!-- schedule-listing end --> <div class="schedule-listing "> <div class="schedule-slot-time"> <span id="time13"> 12:30 PM - 01:30 PM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Lunch break</h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time14"> 01:30 PM - 01:50 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/mae.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker<br> <!-- <strong> Prof. DAISY MAE R. BONGTIWON</strong> --> </h3> <!-- <p> Faculty of Mathematics & Physics<br>Eulogio "Amang" Rodriguez Institute of Science and Technology<br>Philippines </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time15"> 01:50 PM - 02:10 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/Santosh.png" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker<br> <!-- <strong> Dr.Santosh Rane</strong> --> </h3> <!-- <p> Sardar Patel College of Engineering, Mumbai </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing "> <div class="schedule-slot-time"> <span id="time16"> 02:10 PM - 04:00 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-8.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Technical Session II <!-- <strong> Dr.Santosh Rane</strong> --> </h3> <!-- <p><b>Department of Human Resource Management </b> <br> Wawasan Open University, Malaysia </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing "> <div class="schedule-slot-time"> <span id="time17"> 04:00 PM - 04:10 PM </span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Refreshment Break </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time18"> 04:10 PM - 04:20 PM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Valedictory </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time19"> 04:20 PM - 04:30 PM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Vote of Thanks </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> </div> </div> </div> </div> </div><!-- container end--> </section> <section class="ts-schedule mt-5"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="sec-title-three centered mb-1"> <h2>Day 2 - <span> 23rd March 2024 </span> </h2> </div> </div> <!-- col end--> </div> <!-- row end--> <div class="row"> <div class="col-lg-12"> <div class="tab-content schedule-tabs"> <div role="tabpanel" class="tab-pane active" id="date3"> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time19"> 09:00 AM - 09:10 AM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Welcome Speech by Moderator </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time20"> 09:10 AM - 09:50 AM</span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by <strong>Exclusive Event Speaker</strong> </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time21"> 09:50 AM - 10:20 AM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/loc.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker <br> <!-- <strong>Dr. Loc Nguyen</strong></h3> --> <!-- <p><b>Founder</b> <br> Loc Nguyen's Academic Network, Vietnam. --> </p> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <!-- <div class="schedule-listing"> <div class="schedule-slot-time"> <span>09:50 AM - 10:20 AM</span> </div> <div class="schedule-slot-info"> --> <!-- <a href="#"> <img class="schedule-slot-speakers" src="https://icakmpet.com/img/agenda-9.jpg" alt=""> </a> --> <!-- <div class="schedule-slot-info-content"> --> <!-- <h3 class="schedule-slot-title">Speech by Session Speaker --> <!-- <b>Conference Co-Chair</b> <br> <strong>Runato Armenia Basanes, PhD</strong> --> <!-- </h3> --> <!-- <p> <b>Dean, College of Education</b> <br> Executive Director, Student Affairs and Services Division University of Antique , Philippines </p> --> <!-- </div> --> <!--Info content end --> <!-- </div> --> <!-- Slot info end --> <!-- </div> --> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time22"> 10:20 AM - 11:40 AM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-10.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Technical Session 1 A <br>Technical Session 1 B <!-- <strong>Mr. Devandran Krishnan</strong> --> </h3> <!-- <p><b>Deputy Vice President</b> <br> NanoMalaysia Berhad, Malaysia </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time23"> 11:40 AM - 12:00 PM</span> </div> <div class="schedule-slot-info"> <a href="#"> <img class="schedule-slot-speakers" src="./img/madhu.png" alt=""> </a> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker<br> <strong>Asst Prof Dr. Madhurima Dasgupta</strong></h3> <p>School of Humanities, Management and Social Sciences,<br>The Neotia University,<br>India.</p> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time24"> 12:00 PM - 01:00 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/Suganthi.png" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Lunch Break <!-- <strong>Dr. Suganthi K</strong> </h3> <p> Department of Electronics & Communication College of Engineering & Technology<br>India. </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing "> <div class="schedule-slot-time"> <span id="time25"> 01:00 PM - 01:20 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/Nurnadiah.png" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Keynote Speaker <br> <!-- <strong>Nurnadiah Zamri </strong> --> </h3> <!-- <p> Universiti Sultan Zainal Abidin, Malaysia </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time26"> 01:20 PM - 01:40 PM</span> </div> <div class="schedule-slot-info"> <a href="#"> <img class="schedule-slot-speakers" src="./img/tanuja.png" alt=""> </a> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker<br> <strong>Prof. Dr.Tanuja Satish Dhope (Shendkar)</strong> </h3> <p> Department of Electronics and Communication Engineering, Bharati Vidhyapeeth (Deemed to be University) College of Engineering, Pune, India. </p> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time27">01:40 PM - 03:00 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-12.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Technical Session II A <br> Technical Session II B </h3> <!-- <p><b>Agricultural Value Chains Coordinator for South East Asia</b> <br> Centre for Agriculture and Biosciences International Malaysia </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time28">03:00 PM - 03:20 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/Suganthi.png" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Speech by Session Speaker <br> <!-- <strong>Dr. Suganthi K</strong></h3> --> <!-- <p><b>Department of Electronics & Communication College of Engineering & Technology,</b> <br> India </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time29"> 03:20 PM - 05:00 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-13.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Technical Session III A <br> Technical Session III B <!-- <b>Session Speaker </b> <br> <strong>JOHN MARK S. BORBON, LPT</strong> --> </h3> <!-- <p><b>Head</b> <br> Quality Assurance and Technology Office Coordinator, Community Extension and Services Office WCC, Malaysia,QC Campus </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <!--schedule-listing end --> <div class="schedule-listing"> <div class="schedule-slot-time"> <span id="time30"> 05:00 PM - 05:10 PM</span> </div> <div class="schedule-slot-info"> <!-- <a href="#"> <img class="schedule-slot-speakers" src="./img/agenda-14.jpg" alt=""> </a> --> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Valedictory </h3> <!-- <p><b>Managing Director</b> <br> Carbon3IT Ltd, United Kingdom. </p> --> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span id="time31"> 05:10 PM - 05:20 PM </span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Vote of Thanks </h3> </div> <!--Info content end --> </div> <!-- Slot info end --> </div> <!--schedule-listing end --> <!--schedule-listing end --> <!-- <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span> 03:45 PM -03:55 PM </span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Valedictory </h3> </div> --> <!--Info content end --> <!-- </div> --> <!-- Slot info end --> <!-- </div> --> <!--schedule-listing end --> <!-- <div class="schedule-listing launce"> <div class="schedule-slot-time"> <span> 03:55 PM -04:00 PM </span> </div> <div class="schedule-slot-info"> <div class="schedule-slot-info-content"> <h3 class="schedule-slot-title">Vote of Thanks </h3> </div> --> <!--Info content end --> <!-- </div> --> <!-- Slot info end --> <!-- </div> --> <!--schedule-listing end --> </div> </div> </div> </div> </div><!-- container end--> </section> <!-- --> <!-- <section> <div class="container"> <div class="sec-title-three centered mt-4"> <h2>Technical <span>Session</span> </h2> </div> <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>ML-POWERED FRAMEWORK FOR PRIORITIZING GREY- BOX TESTING EFFORTS </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated 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/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4>Archana Singh 1 , Ekansh Singh 2 , Vaishnavi Srivastava 3 1. SRMCEM, MCA Department, Lucknow, India 2. SRMCEM, MCA Department, Lucknow, India. 3. SRMCEM, MCA Department, Lucknow, India </h4> --> <!-- <div class="designation">University/Organization: Center for Religious and Cross Cultural Studies Gadjah Mada University </div> --> <!-- <img src="./img/agenda22.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Computer science</h6> <h6>Abstract : </h6> <p> Grey-box testing, a software testing methodology where testers possess limited knowledge of the internal system's structure, necessitates strategic selection of functionalities for focused evaluation. Traditional approaches often rely on a combination of expert knowledge, historical data, and intuition, which can be subjective and potentially miss crucial testing areas. This paper proposes a novel machine learning (ML)-powered framework that analyze user data and system logs to recommend potential areas of interest for grey-box testing. The framework utilizes various ML algorithms to extract valuable insights from user behaviour patterns, system anomalies, and historical data on user engagement and past defects. By integrating these insights with historical defect rates and the potential severity of issues, the framework generates a prioritized list of functionalities to be targeted during testing. Additionally, it incorporates a recommendation engine to present testers with the prioritized list and relevant insights from the ML models. This data-driven approach aims to enhance software quality and tester efficiency by guiding grey-box testing efforts towards functionalities with a higher likelihood of harboring critical defects </p> <h6>Keywords: </h6> <p>Grey-box testing, Machine learning, User behavior analytics, Anomaly detection, Test case prioritization, Software quality </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> --> <!-- <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> Implementing Histogram Equalization Algorithms by Machine Learning for Image Enhancement</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated 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/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4>*1 Dr Qaim Mehdi Rizvi, 2 Anshuman Tripathi, 3 Modhurika Roy</h4> <div class="designation">Shri Ramswaroop Memorial College of Engineering and Management, 2, 3 Student, Department of Computer Applications, Shri Ramswaroop Memorial College of Engineering and Management </div> --> <!-- <img src="./img/agenda22.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session 2: Computer science</h6> <h6>Abstract : </h6> <p>Image enhancement is crucial for applications like medical imaging, surveillance, and photography. This study explores the effectiveness of various machine learning algorithms, including convolutional neural networks (CNNs) and generative adversarial networks (GANs), for enhancing colour images. Method: We propose an end-to-end architecture that learns to enhance images while maintaining colour fidelity, contrast, and sharpness. Our experiments demonstrate that deep learning-based methods outperform traditional techniques such as histogram equalisation and Retinex. We also investigate transfer learning and fine-tuning strategies to adapt pre-trained models to specific domains. Result: The results highlight the potential of machine learning in improving colour image quality and offer insights into future research directions. The paper explores the advancement of adaptive image enhancement systems by integrating genetic programming and machine learning methodologies. It introduces a versatile image enhancement pipeline that amalgamates various image processing filters, machine learning techniques, and evolutionary algorithms to optimise image quality metrics effectively. </p> <h6>Conclusion: </h6> <p>In conclusion, the paper also discusses the development of an adaptive image enhancement system using genetic programming and machine learning techniques. It proposes a generic image enhancement pipeline that combines image processing filters, machine learning methods, and evolutionary approaches to optimise image quality metrics. </p> <h6>Keywords: </h6> <p>Adaptive Image Enhancement, Machine Learning, Image Processing Filters, Automated Algorithms, Subjective Quality Assessment </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Unveiling Tomorrow: Forecasting Attendance Trends and Patterns in Face Recognition-Based Attendance Systems through Deep Learning and Machine Learning Techniques </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated 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/tsc3.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size: 16px;">Joseph Teguh Santoso,Co-author Name : Agus Wibowo Co-author Name : Azed Yayah Durrotun Nihayah </h4> <div class="designation">University/Organization:University of Science and Computer Technology (STEKOM University) Indonesia </div> <img src="./img/tsc33.png" width="120"> </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center"> Technical session : Computer science</h6> <h6>Abstract : </h6> <p>In a competitive business environment, creating an efficient workplace is crucial. Integrating digital technology into employee attendance systems is vital due to its significant impact on workforce efficiency and regulatory compliance. This study aims to formulate a predictive model for analyzing attendance patterns within a facial recognition-based attendance system, leveraging methodologies rooted in machine learning (ML) and deep learning (DL) paradigms. To enhance predictive precision, this research integrates regression and classification models derived from ML theory with DL techniques. Utilized models include Random Forest, XGBoost, SVM, KNN, and Neural Network. Assessment of model effectiveness involves the evaluation of four metrics: accuracy, precision, recall, and the F1 score. Data collection relies on a facial recognition-based attendance system, trained, and tested within the Google Colab environment using Python. Findings reveal Random Forest and XGBoost as the most precise predictors of timeliness or tardiness among employees, considering age range and other pertinent factors, achieving an accuracy rate of 99%. Random Forest marginally outperforms XGBoost in both accuracy and F1-score by 0.01%. This study is notable for its incorporation of attendance system data with ML and DL methodologies to predict attendance patterns based on age and diverse parameters, consequently enhancing decision-making processes and performance management.</p> <h6>Keywords: </h6> <p>pilot study; ESIB; innovative organizational culture; Kuwait; validation</p> </div> </div> </div> --> <!-- --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Comparing Segmentation models for Drivable Area Detection for Indian Roads </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size: 16px;">Abhishek Biswas, Preetam Konar, Dr. Devipriya A </h4> <div class="designation">University/Organization: SRM Institute of Science and Technology SRM Institute of Science and Technology SRM Institute of Science and Technology</div> --> <!-- <img src="./img/agenda44.png" width="80"> <img src="./img/agenda22.png" width="80"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Computer science </h6> <h6>Abstract : </h6> <p>The study focuses on assessing segmentation models tailored for detecting drivable areas on Indian roads. Given the critical importance of accurate detection for tasks like autonomous navigation and road maintenance, the authors tackle the challenges posed by India’s complex road conditions. These conditions include erratic traffic patterns, inadequate road mark- ings, and diverse road surfaces. The authors evaluate cutting- edge segmentation models—Mask2former, Cascade Mask-RCNN, Point REND, and YOLACT—using a binary segmentation dataset from the Indian Driving Dataset. Their comparison relies on the mean intersection over union (IoU) metric. Through thor- ough experimentation, the authors analyze each model’s perfor- mance in segmenting drivable areas accurately. Additionally, they examine the impact of basic data augmentation techniques on model performance. Their findings provide practical insights for selecting the most suitable segmentation model for deployment on Indian roads. This research contributes to the progress of autonomous driving technology and enhances road safety in the region. </p> <h6>Index Terms—</h6> <p>Drivable Area Detection, Segmentation Models, Indian Driving Dataset </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Failure Prediction with Construction Machinery Oil Analysis Results</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">1]Prof.Dr.Semra Erpolat Taşabat, [2]Tayfun Özçay, [3]Esra Akca , [4]Nermin Yalçı, [5]Canberk Arıcı </h4> <div class="designation"> [1]Mimar Sinan Fine Arts University ,[2], [3], [4], [5]Borusan Makina ve Güç Sistemleri Sanayi A.Ş </div> --> <!-- <img src="./img/agenda11.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : AI </h6> <h6>Abstract : </h6> <p> With the advancement of technology and widespread use of the internet, the concept of big data, which we often hear about, has emerged. Transforming big data, briefly defined as a stack of unstructured data, into meaningful information and revealing hidden patterns can be achieved by different methods. The use of this group of methods and algorithms, called data mining, with artificial intelligence and statistics, enables more understandable, meaningful and effective decisions to be made. This helps to optimize profits by reducing costs and increasing performance. In this study; By Borusan Cat, Caterpillar Inc. Using oil analysis data obtained from construction machines, a model has been developed that will enable early malfunction detection of machines and identification of vehicle maintenance needs. With the developed system, the oil analysis data of the vehicles are used to predict the number of working hours in which the vehicle will break down, using machine learning methods, in advance. Then, forecast data is integrated into decision mechanisms in business processes, and finally, the information obtained is reported using data visualization technologies and made traceable through summary data. The system developed in this personalized product-focused study, which is the subject of Industry 4.0, can be easily adapted to the operation of different machines. In this way, it will be easier to track and control the vehicles, and it will be possible to detect any malfunctions that may occur in the vehicles without stopping the flow of the process. By contributing to the extension of the life of the machines used with the proposed approach, eliminating the costs of purchasing a new machine, which can be quite costly, or purchasing repairs and spare parts due to possible damage, will provide significant returns to companies in terms of cost and time. Another important contribution of the system will undoubtedly be environmental sustainability. </p> <h6>Keywords: </h6> <p>Machine Failure, Machine Learning, Decision Tree Algorithm, Oil analysis, Environmental Sustainability</p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Teaching Science Education through Project-based Learning with the Integration of Blended Learning in the Context of Preschool Education in Malaysia </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/tse11.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Azam Ghazali<br>Co-authors Name : 2 Muhamad Hakim Anzaman@Azman, 3 Nur Izzati Mohd Shafri; 4 Norraihan Rosman, 5 Zakiah Mohamad Ashari </h4> <div class="designation"> [1]Mimar Sinan Fine Arts University ,[2], [3], [4], [5]Borusan Makina ve Güç Sistemleri Sanayi A.ŞUniversity/Organization : [1,5] University of Technology Malaysia, [1] University of Cape Town, [2,3,4] Sultan Idris Education University </div> <img src="./img/tse111.png" width="120"> </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>The efficacy of the blinded learning method in enhancing children's enjoyment has been empirically demonstrated through the introduction of various concepts and knowledge. Nevertheless, while considering preschool education in Malaysia, blended learning integration is a new and unfamiliar approach by educators to bring 21st century learning into the classroom. Therefore, the purpose of this paper is to discuss preschool educators' perceptions of utilizing the Project-based Learning (PBL) approach and explore the importance of the PBL approach to children's development. This preliminary study was professionally conducted in a virtual setting, utilizing a sample of nine proficient preschool educators who participated in semi-structured interviews. Based on the thematic analysis findings of the study, a significant proportion of the samples expressed agreement about the utilization of PBL in conjunction with blended learning for science education due to its impactful approach in this contemporary education. Therefore, the integration of these elements presents a viable opportunity to enhance the educational standards for preschool children in the future, while also serving as a standard for enhancing Malaysia's educational system. As an implication, through these preliminary findings, it will serve as a guideline for future researchers to develop suitable and interesting learning modules for preschool children. </p> <h6>Keywords: </h6> <p>Machine Failure, Machine Learning, Decision Tree Algorithm, Oil analysis, Environmental Sustainability</p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>APPLICATION OF ELECTRONIC EDUCATIONAL TECHNOLOGY IN TRAINING HUMAN RESOURCES FOR THE RIVER TOURISM INDUSTRY IN HO CHI MINH CITY </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Nguyen Phuoc Hien<br> </h4> <div class="designation"> guyen Tat Thanh University </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>The purpose of this article is to explore the impact and effectiveness of electronic educational technology in training human resources for the river tourism industry in Ho Chi Minh City, while also proposing solutions to improve and sustainably develop the sector. The article utilizes qualitative analysis methods through interviews, surveys of expert opinions and tourism staff, along with the analysis of secondary data from previous reports and studies. The research results indicate positive outcomes in the application of electronic educational technology, particularly in enhancing skills and knowledge for employees, improving service quality, and management effectiveness. The article contributes to proposing practical strategies, based on evidence from research, to enhance the effectiveness of electronic educational technology in the river tourism industry, contributing to sustainable economic and tourism Development. </p> <h6>Keywords: </h6> <p>Electronic educational technology, human resource training, river tourism, Ho Chi Minh City </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Optimizing Data Center Efficiency: Algorithmic Approaches and Simulation Tools for Performance Enhancement </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Shivam Arora<br> </h4> <div class="designation"> Amity University </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>The increasing demand for cloud computing services has raised concerns about its environmental impact due to high energy consumption. This project explores green computing strategies in cloud data centers to reduce environmental impact while maintaining quality of service. It begins with a comprehensive literature review, focusing on power consumption patterns, hardware performance, virtualization, and workload optimization. The study evaluates energy-efficient technologies, including dynamic resource allocation, power management policies, energy-aware load- balancing Green Algorithms, and advanced cooling. Through simulations and case studies, it measures their impact on energy reduction and operational costs. The study addresses challenges and trade-offs, offering recommendations for sustainable cloud solutions in various scenarios. The results contribute to the field of green cloud computing, promoting an eco-friendly approach to meet computing demands while upholding service standards. we investigate the optimization of data center efficiency through advanced algorithms, leveraging state-of-the-art simulation tools such as OpenDC to analyze and enhance performance metrics. </p> <h6>Keywords: </h6> <p>Green Cloud Computing, Data Centers, Energy Efficiency, Sustainability</p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>Implementing Histogram Equalization Algorithms by Machine Learning for Image Enhancement </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Dr Qaim Mehdi Rizvi<br> </h4> <div class="designation"> Shri Ramswaroop Memorial College of Engineering and Management </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <h6>Purpose: </h6> <p>Image enhancement is crucial for applications like medical imaging, surveillance, and photography. This study explores the effectiveness of various machine learning algorithms, including convolutional neural networks (CNNs) and generative adversarial networks (GANs), for enhancing colour images.</p> <h6>Method:</h6> <p>We propose an end-to-end architecture that learns to enhance images while maintaining colour fidelity, contrast, and sharpness. Our experiments demonstrate that deep learning-based methods outperform traditional techniques such as histogram equalisation and Retinex. We also investigate transfer learning and fine-tuning strategies to adapt pre-trained models to specific domains. </p> <h6>Result:</h6> <p>The results highlight the potential of machine learning in improving colour image quality and offer insights into future research directions. The paper explores the advancement of adaptive image enhancement systems by integrating genetic programming and machine learning methodologies. It introduces a versatile image enhancement pipeline that amalgamates various image processing filters, machine learning techniques, and evolutionary algorithms to optimise image quality metrics effectively.</p> <h6>Conclusion:</h6> <p>In conclusion, the paper also discusses the development of an adaptive image enhancement system using genetic programming and machine learning techniques. It proposes a generic image enhancement pipeline that combines image processing filters, machine learning methods, and evolutionary approaches to optimise image quality metrics. </p> <h6>Keywords: </h6> <p>Adaptive Image Enhancement, Machine Learning, Image Processing Filters, Automated Algorithms, Subjective Quality Assessment. </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span>AI-Powered for IoT Network Security Anomaly Detection and Classification Using Deep Learning</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/meduri.jpg" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Karthik Meduri<br> </h4> <div class="designation"> University of the Cumberlands </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>The Internet of Things (IoT) is an expanding network of interconnected devices that is exposed to a growing range of cyber security threats. The integration of AI-powered solutions presents a promising avenue for enhancing anomaly detection and classification. This study delves into the development of a comprehensive methodology leveraging machine learning and deep learning techniques. Utilizing the BoTNeTIoT-L01 dataset, meticulously curated from IoT devices, the research focuses on data gathering, preprocessing, and exploratory data analysis to unearth underlying patterns and anomalies within network traffic data. Subsequently, a suite of machine learning models, including Logistic Regression, LightGBM (Light Gradient-Boosting Machine), and Decision Tree, along with a deep learning model optimized with the Adam optimizer, is employed to detect and classify anomalies effectively. The comparative analysis underscores the superior performance of advanced models such as LightGBM and Decision Tree, showcasing their efficacy in accurately identifying security threats within IoT environments. The study also addresses pertinent technical challenges, ethical considerations, and future directions, emphasizing the imperative for responsible deployment and ongoing innovation in AI-powered IoT security solutions</p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> S-Value Datasets for Small Pre-Clinical Internal Dosimetry using A Monte Carlo Simulation </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Laazouzi Khaoula<br> </h4> <div class="designation"> University Abdelmalek Essaadi,Tetouan </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>Animal models play a crucial role in the development of new radiopharmaceuticals in nuclear medicine. To calculate the absorbed dose in small animal internal dosimetry, an accurate and widely available database of S-values is necessary. This study aims to provide a dataset for calculating S-values for commonly used radionuclides, based on the mouse phantom and using the Monte Carlo simulation code GATE for all simulations. For benchmarcking, a simulation was first conducted using the Digimouse phantom and a Tc-99m source, and the results obtained were compared with published results. Subsequently, the phantom was used to calculate the S-values for eleven radionuclides used in nuclear medicine for diagnostic and therapeutic purposes. Finally, the phantom (26.9 g) was resized to simulate two mouse geometries: 19.6 g and 35.9 g while maintaining voxel size. Similarly, datasets were generated to evaluate variations in S-values for the 20 organs. The results were compared to published Digimouse data, which showed good agreement. This study systematically evaluated S-values for eleven radionuclides in three mouse geometries and examined the impact of organ mass variations on calculated S-values. The methodology for calculating S-values in organ-based voxelized phantoms is detailed in this study. Moreover, it provides a comprehensive database for internal dosimetry in mice for radiopharmaceuticals used in small animal PET and SPECT studies. </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> AI-based Insights into Early COVID-19 Detection through Chest X-Ray Analysis with Machine Learning </h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Dr Qaim Mehdi Rizvi<br> </h4> <div class="designation"> Shri Ramswaroop Memorial College of Engineering and Management </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : Education </h6> <h6>Abstract : </h6> <p>The COVID-19 pandemic has heightened the urgency for swift and precise diagnostic tools to curb the virus's spread. In this context, artificial intelligence (AI) has emerged as a formidable ally, offering unparalleled capabilities in analysing medical images. This study delved into the application of AI for early detection of COVID-19 by conducting a comprehensive analysis of chest X-ray images. Integrating AI into diagnostic processes has revolutionised medical practices by enhancing accuracy and operational efficiency. Machine learning algorithms play a pivotal role in aiding radiologists to detect subtle anomalies and early indicators of diseases across various imaging techniques such as X-rays, MRIs, and CT scans. These AI-driven tools empower healthcare professionals to diagnose patients swiftly and accurately, ultimately leading to better treatment outcomes. This research highlights the indispensable contribution of artificial intelligence in the global battle against COVID- 19. By scrutinising chest X-ray images, AI-powered diagnostic solutions can significantly improve precision and operational workflow, enabling healthcare providers to diagnose patients promptly and accurately. Our study employed an untrained model which is going to be trained with the image data of the 63,580 patients with a TensorFlow backend, achieving a remarkable 91.54% accuracy in identifying COVID-19 cases using real-time data. While science and AI continue to evolve, our research underscores the promising potential of AI as a dependable diagnostic tool in combating this unprecedented pandemic. </p> <h6>Keywords:</h6> <p>Artificial intelligence, early detection, COVID-19, chest X-ray, image analysis, machine learning, healthcare, pandemic, diagnosis, deep learning, medical imaging, diagnostic tools, and public health.</p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> Structural Performance Test according to Initial shape design of PF-BRB</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Joon Ho Lee<br> </h4> <div class="designation"> Seoil University </div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : </h6> <h6>Abstract : </h6> <p>In this study, a prefabricated buckling-restrained brace (PF-BRB) was proposed, and a test specimen was manufactured based on the design formula for the initial shape. The PF-BRB, aimed at simplifying fabrication compared to conventional buckling braces, consists of a central module serving as a steel yield damper and a junction module for integration with existing structures. The existing buckling restrained braces are comprised of a central core and concrete reinforcement material. As concrete is a heterogeneous material, maintaining a consistent spacing between the central core and the reinforcement material is challenging even when un-bonding material is applied. PF-BRB is fabricated using engineering plastic instead of concrete reinforcement material, and the central modules were pre-manufactured in bulk, allowing for cost reduction in production. Incremental loading tests were conducted with varying spacing between precision-manufactured engineering plastics and the steel core, and the results indicated that all standard performance requirements specified by KDS41 17 00 (Korean Design Standard) and MOE 2021 (Ministry of Education), and no fracture of the joint module occurred. The incremental load test revealed significant differences in the stiffness ratio after yielding under compressive loads. </p> </div> </div> </div> --> <!-- end row --> <!-- z <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> Hybrid Computational Model of Reflectivity Values and Rain Cell Size for Improved Flood Disaster Prediction: Raw Data Reading Process Implementation</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Atikah Balqis Basr<br> </h4> <div class="designation"> International Islamic University Malaysia</div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : </h6> <h6>Abstract : </h6> <p>Climate change effects in Malaysia have been evident over the past few years, with the nation experiencing devastating floods in regions such as Pahang, Johor, Kelantan, and Terengganu.These deadly floods, occurring during the monsoon season, are a direct consequence of global climate change. This research project aims to develop a capability for flood disaster prediction in Malaysia, which has been facing extreme weather. The specific focus of this study is on a preliminary method to read radar data, a crucial component for accurate flood forecasting. The research involves designing a hybrid model that incorporates both radar reflectivity and rain cell size, in conjunction with current flood forecasting models, to improve flood prediction accuracy. The model will utilize radar data and rain gauge data from 2018-2023 to derive parameters essential for simulation purposes. This preliminary method of reading and integrating radar data is expected to enhance the flood prediction model's reliability. The raw data reading shows the size of the cloud and the reading of the reflectivity value. </p> </div> </div> </div> --> <!-- end row --> <!-- <div class="row keynote-session"> <div class="col-lg-12 p-2"> <h5 class="my-2"> <span class="text-info">Paper Title :</span> Instrumentation in Geosynthetic Reinforced Unpaved Road Models and Laboratory Calibration</h5> </div> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <div class="inner-box wow fadeInLeft animated" data-wow-delay="0ms" data-wow-duration="1500ms" style="visibility: hidden; animation-duration: 1500ms; animation-delay: 0ms; animation-name: none;"> <div class="image"> <img src="./img/person.png" alt="" style="width: 230px;margin:auto;"> </div> <div class="lower-content"> <h4 style="font-size:16px;">Jayalakshmi Dheiveekan<br> </h4> <div class="designation"> COEP Technological University</div> --> <!-- <img src="./img/tse111.png" width="120"> --> <!-- </div> </div> </div> <div class="col-lg-8 d-flex align-items-center"> <div class="content-text"> <h6 class="text-center">Technical session : </h6> <h6>Abstract : </h6> <p>The first part of the paper discusses the state-of-the-art literature for the calibration methodology adopted since 1974 and the various instrumentations used in pavement testing by researchers since 1996 like EPC, LVDT, moisture gauge, strain gauge, and temperature sensors. The second part of the paper elaborates on the present work on laboratory calibration procedures performed at COEP Technological University for earth pressure cells, moisture sensors, and LVDT. This paper briefly examines and discusses the status, usage,maintenance, and recalibration of the instruments recovered from the previous study of the fully instrumented road model and the specifications, configuration, calibration, and interfacing of new instruments. The EPC and LVDT considered for the present work were retrieved from the two road models tested by full-scale accelerated pavement testing set up with a standard full axle load of 40kN to the design traffic of one lakh load cycles on unreinforced section and 1.5 lakhs load cycles on geotextile reinforced test section. Herein the cell effectiveness is assessed based on its position in the road model either at the interface or below the interface, and the maximum vertical stress induced during cyclic loading. The results reveal that the magnitude of the deflection on the surface of EPC does not exceed 1/2000 of its overall diameter, and the ratio of deflection to diameter is less than 1/5000. The laboratory calibration procedure for LVDT and earth pressure cells resulted in the calibration factor of (-0.5) for LVDT 07 and EP13, which is 0.9053 when tested for the instrument response until it reaches the maximum physical range with minimum fluctuations.</p> </div> </div> </div> --> <!-- end row --> <!-- </div> </section> --> <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; } .alerts { background: #000b24; border-radius: 6px; border: 1px solid #a7a7a7; padding: 22px 21px 23px 22px; } .alerts h5 { color: #ff4b4b !important; margin-bottom: 8px; } .alerts div { font-family: 'Poppins' !important; } </style> <!-- 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="logos"> <a href="#"><img src="img/ICASET-logo.png" alt="" /></a> </div> <div class="text mt-2">3rd International conference on Advances in Science, Engineering & Technology (ICASET), which will transpire on the 22nd & 23rd March, 2025, Chennai, India. </div> <ul class="social-box"> <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:12053506655">+1 (205) 350-6655</a> </li> <li> <span class="icon flaticon-email"></span> Email Address <a href="mailto:info@icaset.in"> info@icaset.in</a> </li> <li> <span class="icon flaticon-home"></span> Venue <a href="#"> Chennai, India</a> </li> </ul> </div> </div> </div> </div> <!-- <div class=""> <div class="pull-left alerts"> <h5>Important Alert:</h5> <div class=" text-white">©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> </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 --> <!--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/65c337c90ff6374032ca2af8/1hm193rg2'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <div class="modal fade " id="myModals22" role="dialog"> <div class="modal-dialog" style=" margin-top: 114px;"> <div class="modal-content col-lg-12 let-it-snow" style=" background-size: cover!important; background:#122a64;"> <div class="" style=" position: absolute; right: -10px; top: -9px;"> <button type="button" class="btn btn-default" data-dismiss="modal" style=" border-radius: 47px; background: #fff; color: #000">×</button> </div> <div class=" modal-header pb-2" style=" margin-bottom: 30px; border-bottom: 1px solid #fff; padding: 10px 0px; "> <div class="col-lg-12 col-10 pl-0"> <div class="row"> <div class="col-sm-12 pl-0"> <h5 class="txt pl-4 mb-1" style=" margin-bottom: 0px; font-size: 19px; color:#dc3935;text-align:center; "><strong class="text-white" style="font-family: cursive; color: #e1ff68!important;"> Express Your Interest Today! </strong></h5> </div> </div> </div> </div> <div class="modal-body"> <p class="text-white text-center">Discover leisure with our unique Conference & Travel Packages. Elevate your conference experience while exploring new destinations and creating lasting memories. Fill the form to know get further information.</p> <p class="col-lg-12 text-center" style=" margin-top: 22px;"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSePDGKjRSVGK66IP_Fa7xQmXnjwghcQUyBz-KSbpEGvGmo2Sw/viewform" onclick="buuton_click()" align="center" style=" background: #b90000; padding: 7px 9px; color: #fff; text-align: center; font-weight: 700; border: 3px outset #c3bfbf; border-radius: 8px; ">REGISTER YOUR INTEREST</a> </p> <p class="text-white" style="text-align: center;">We're here to make your conference and travel experience exceptional. </p> </div> <!-- <div class="modal-footer"style="border-top:none;"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> --> </div> </div> </div> <!-- GetButton.io widget --> <script type="text/javascript"> (function() { var options = { whatsapp: "+918925649675", // 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> /* 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> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', // includedLanguages: 'en,en,es,fr,id,tl,ms,my,lo,th', 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 type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> <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, '<p> Loading Please wait... </p>') //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() }, 2000) }) </script> <!-- The Modal --> <div class="modal" id="ss1"> <div class="modal-dialog"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Dr. T. Gopi Krishna is a seasoned professional with over 20+ years of experience in teaching and research in the field of Computer Science and Engineering, He's a passionate educator with research experience in big data analytics, and in image processing and specializing in Machine Learning, Artificial Intelligence, and Data Mining. He earned his Ph.D. in CSE from Rayalaseema University in 2014, focusing on advanced data analysis techniques for extracting insights from large datasets. Dr. Gopi also holds a Master of Engineering degree in Computer Science and Engineering (M.E)-(2004) From Anna University and a Master of Science in computer science (M.Sc)-(2001) from Andhra University, and a Bachelor's degree in Computer Science (B.Sc)-(1997) From Andhra University. Throughout his career, Dr. Gopi has made significant contributions to his field through research, publications, patents and collaborations. Dr. Gopi is also a dedicated educator, mentoring students and supervising research projects to empower the next generation of computer scientists and engineers. Dr. Gopi Krishna's profound understanding of machine learning and artificial intelligence, coupled with his teaching and research experience, positions him as a respected leader and authority in the field of computer science and engineering. Currently he is working as an Associate Professor at Adama Science and Technology University, Ethiopia since 2017. His current research area is Data Science and Big Data Analytics with AI/ML.</div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ss2"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Dr. Madhurima Dasgupta, is a Ph.D in Sociology and UGC-NET qualified in the same area, is a young, dynamic and dedicated academician, prolific researcher and a social science investigator in the areas of gender studies in specific and sociology in general. Till 2024, she has almost seven years full time regular teaching experience. With the impressive academic record to her credit, Madhurima has earned her Ph.D from the prestigious Jadavpur University, Kolkata, India. She has also completed her M.Phil and MA in Sociology with distinction grade results from the same university. She has been into full time regular university teaching since February 2018 and have been associated with the two reputed private universities of Eastern India, like the Adamas University Kolkata and the Neotia University, Diamond Harbour in West Bengal. In adjunct capacities, she has served Jadavpur University and several other prestigious government and government aided degree colleges of Kolkata, West Bengal, those are affiliated with the University of Calcutta. She has also been associated with the prestigious private universities and institutions in adjunct faculty roles such as Amity University, Kolkata etc. Dr. Madhurima has significantly contributed in framing academic curriculum and in designing UG and PG level courses in accordance with NAAC compliance requirements at the Adamas University. Her academic leadership capabilities can be observed during her role as the head of the department of the department of Sociology with the Adamas University, Kolkata. During her present association with the Neotia University, West Bengal, she has been instrumental for course mapping, academic quality documentation under the office of the Dean of the School of Humanities, Management and Social Sciences.As a researcher, she has published her research works with different reputed research journals and edited research volumes, published by prestigious Taylor and Francis, Sri Ram Centre for Industrial Relations-A Review of Economic and Social Development, RabindraBharati University, Indian Sociology Society, PanditDeendayal Energy University, Calcutta Historical Society etc. Her research interest lies in Sociology of Gender; Body, technology and society; Sociology of Human Relationships and sexuality; Sociological Theories; Sociology of Law etc. At such a young age, she has been invited to deliver lectures and expert talks at different parts of India and abroad through physical, online and hybrid mode. She is the recipient of several prestigious awards and accolades for her academic and professional achievements. She is a serious learner and open to continuous development for her teaching learning and research skills through several faculty development programs on academic delivery, student engagement through experiential learning, project based teaching, exploration of research possibilities and inter- disciplinary course developments for multi-dimensional learning opportunities of her students. She has also participated in several national and international conferences as speakers, keynote speakers and session chairs. She is also an active individual member of the Indian Sociological Society, the apex research and professional body of the sociological studies in India. Since January 2024, Dr. Dasguptais pursuing her post-doctoral research at Abo-Akademy University, Finland under the supervision of Prof. Dr. Mans Bro, a reputed sociologist on the ‘Issues and Challenges faced by LGBTQ+ community in India-with special emphasis on West Bengal, India’. </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ss3"> <div class="modal-dialog"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Dr. Tanuja Satish Dhope (Shendkar) graduated Electronics and Telecommunication engineering at Cummins College of Engineering, University of Pune in 1999.She received Master degree in Electronics Engineering from Walchand college, Sangli, Shivaji University in 2007. She has completed her Ph.D in 2012 in wireless communication at University of Zagreb, Croatia under Erasmus Mundus Mobility for Life fellowship. She has honored with ‘Women Scientist Award’ by VG Factory in 2020. She has 24 years of teaching experience as well as industrial experience. She is currently working as Professor, Department of Electronics and Communication, Bharati Vidyapeeth (Deemed to be University) College of Engineering, Pune, India. Her research focus is on cognitive radio network optimization with spectrum sensing algorithms, radio channel modelling for cognitive radio, cooperative spectrum sensing, MIMO, Direction of arrival (DoA) Estimation algorithms in Cognitive Radio and in SDMA, Machine learning, NLP. She published 45 scientific papers in journals and conference proceedings.</p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ss5"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Asst. Prof. Hadi Erfani I am Hadi Erfani, I was born in 1990, My National Researcher Code is (9833151000034) as well as a Professional Engineer of The Society of Professional Engineers International UK, Top 50 International Distinguished Young Researcher 2020, Top Inventor (Gold Medal) of 2nd Beirut International Innovation Show 2021, Top Inventor (Bronze Medal) of World Youth Invention and Innovation Award 2021, Top Inventor of (Silver, Bronze Medal) of 15th Edition of International Invention and Innovation Show INTARG 2022, International Young Scientist and Keynote Speaker of IRSD 2021. My Research interests are Chemical Engineering, Waste Management, Environment Science, Sustainable Development.My work experience, including Keynote Speaker, Invited Speaker, Plenary Speaker, Guest Lecturer, International Young Scientist, Top Inventor, Research Scholar, Instructor, International Professional Coaching, Best Researcher, Mentor, Industry Professional, Research Assistant, Scientific Committee Member, Organizing Committee Member, Advisory Committee Member, Technical Committee Member, Associate Editor, Editorial Board Member, Reviewer Board Member, International Advisory Board MemberI work as a Reviewer and Editor of the journals with Scopus and ISI Index as well as I was able to work scientifically with more than 50 countries around the world, which was a great honor for me. I have 7 books, 3 translations of book, 2 chapters, 3 inventions, 15 articles and for more information about me </p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ks2"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Assoc. Prof. Dr. Nurnadiah Zamri is a Senior Lecturer in the Faculty of Informatics and Computing at Universiti Sultan Zainal Abidin since 2015. She holds a Ph.D. in Mathematical Sciences from Universiti Malaysia Terengganu. Her research focuses on fuzzy expert systems, social statistics, and data sciences, with notable work in cancer genomics during her postdoctoral research at the University of Manchester. She has published extensively and was a CEO@Faculty Programme fellow in 2018. Dr. Zamri has served as an editor for the Malaysian Journal of Computing and Applied Mathematics and won several innovation awards for her e-MAST project. She has received nine research grants and actively participates in community projects and academic events. Her future aims include further collaborations in machine learning and deep learning. </p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ks3"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Loc Nguyen is an independent scholar from 2017. He holds Master degree in Computer Science from University of Science, Vietnam in 2005. He holds PhD degree in Computer Science and Education at Ho Chi Minh University of Science in 2009. His PhD dissertation was honored by World Engineering Education Forum (WEEF) and awarded by Standard Scientific Research and Essays as excellent PhD dissertation in 2014. He holds Postdoctoral degree in Computer Science from 2013, certified by Institute for Systems and Technologies of Information, Control and Communication (INSTICC) by 2015. Now he is interested in poetry, computer science, statistics, mathematics, education, and medicine. He serves as reviewer, editor, speaker, and lecturer in a wide range of international journals and conferences from 2014. He is volunteer of Statistics Without Borders from 2015. He was granted as Mathematician by London Mathematical Society for Postdoctoral research in Mathematics from 2016. He is awarded as Professor by Scientific Advances and Science Publishing Group from 2016. He was awarded Doctorate of Statistical Medicine by Ho Chi Minh City Society for Reproductive Medicine (HOSREM) from 2016. He was awarded and glorified as contributive scientist by International Cross-cultural Exchange and Professional Development-Thailand (ICEPD-Thailand) from 2021 and by Eudoxia Research University USA (ERU) and Eudoxia Research Centre India (ERC) from 2022. He has published 98 papers and preprints in journals, books, conference proceedings, and preprint services. He is author of 5 scientific books. He is author and creator of 9 scientific and technological products. Moreover, he is a Vietnamese-language poet who has created 1 verse narrative and 8 collections of 374 poems from 1993. He also has 8 recitation albums in which many poems are chanted by famous artists. Especially, he is very attractive, enthusiastic, and creative. His favorite statement is "Creative man is The Creator". Thus, why don't you contact him for sharing inspiration and knowledge? His online homepage is http://www.locnguyen.net</p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ss4"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">K. Suganthi is from Chennai, India. She is working as an Assistant Professor in SRM Institute of Science and Technology, Chennai. She received her doctorate degree from SRMIST in RF VLSI. She received her Ph.D. degree in the area of RF VLSI & Micro-electronics from SRM Institute of Science & Technology, SRM University, Kattangulathur in 2021. She completed her M.Tech VLSI Design from SRMIST and B.E. Electronics and Communication Engineering from Madras University in the year 2007 and 2003 respectively. Her research interests are in the area of VLSI Design, Micro-electronics, RF VLSI. She is a member of ISTE, IET and IEEE.</p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- --> <div class="modal" id="ks1"> <div class="modal-dialog"style="max-width: 751px;"> <div class="modal-content"style="background:var(--color-twentyeight);"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title text-white">Biography</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <p class="text-white">Assoc. Prof. Ts. Dr. Ku Nurul Fazira Ku Azir is a dedicated researcher, educator, and leader at Universiti Malaysia Perlis (UniMAP), where she serves as an Associate Professor in the Faculty of Electronic Engineering Technology as well as Head Centre of Excllence for Advanced Computing (AdvComp). She obtained her Ph.D. from the University of Birmingham, UK, specializing in Human-Computer Interaction (HCI). With a significant academic footprint, Dr. Ku Nurul Fazira has achieved an H-Index of 6 and over 145 citations, reflecting her impactful contributions in fields like ubiquitous computing, IoT, machine learning, and activity recognition systems for health and caregiving applications. Dr. Ku Nurul Fazira is highly regarded for her leadership in guiding research initiatives, having secured substantial funding from sources like the Fundamental Research Grant Scheme (FRGS) and industry grants for projects that optimize IoT applications, enhance digital healthcare solutions, and innovate smart home technologies. She has mentored numerous Ph.D. and Master’s students, with her students completing groundbreaking research on topics such as arrhythmia detection and food spoilage classification using machine learning. Her accolades include the Anugerah Perkhidmatan Cemerlang (APC) and numerous awards in research and technology innovation exhibitions, such as the Gold Award for her IoT-Based Non-Invasive Blood Glucose Monitoring System at CRI 2021 and a STEM Mentor-Mentee Gold Award at the Malaysia Technology Expo (2019). Dr. Ku Nurul Fazira’s work has been showcased internationally, with key publications in journals and conferences related to pervasive computing, digital health, and machine learning. In addition to her academic pursuits, Dr. Ku Nurul Fazira is a prominent member of professional bodies such as IEEE, MBOT, and the Chartered Institute of Ergonomics and Human Factors (UK). She contributes to Malaysia's technology and education sectors as a certified Huawei ICT Academy instructor and consultant on Micro-programming and IoT applications. Her leadership in community programs includes coordinating STEM outreach initiatives through MCMC-UniMAP Makerspace, where she mentors students across Kedah and Perlis, fostering interest in digital skills and STEM fields. Throughout her career, Dr. Ku Nurul Fazira has exemplified excellence in academia, research, and community service, continually advancing knowledge and innovation in technology for both local and global impact.</p> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"style="background-color: #122a64; border-color: #122a64;">Close</button> </div> </div> </div> </div> <!-- 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:600px;width:100%;border:none;" src='https://forms.zohopublic.in/technorete/form/IFERPDownloadBrochureICASETVietnam/formperma/zU3gHkozBKQGSu7-FlrWoGGxJRwLozSnzrIjcabQWrw'></iframe> </div> </div> </div> </div> <!-- end modal --> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]--> <script> function updateScheduleTimes() { const country = document.getElementById('country').value; // Create a new XMLHttpRequest object const xhr = new XMLHttpRequest(); xhr.open('POST', 'get-time.php', true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); // Handle the response from the server xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { const times = JSON.parse(xhr.responseText); document.getElementById('time1').innerText = times.time1; document.getElementById('time2').innerText = times.time2; document.getElementById('time3').innerText = times.time3; document.getElementById('time4').innerText = times.time4; document.getElementById('time5').innerText = times.time5; document.getElementById('time6').innerText = times.time6; document.getElementById('time7').innerText = times.time7; document.getElementById('time8').innerText = times.time8; document.getElementById('time9').innerText = times.time9; document.getElementById('time10').innerText = times.time10; document.getElementById('time11').innerText = times.time11; document.getElementById('time12').innerText = times.time12; document.getElementById('time13').innerText = times.time13; document.getElementById('time14').innerText = times.time14; document.getElementById('time15').innerText = times.time15; document.getElementById('time16').innerText = times.time16; document.getElementById('time17').innerText = times.time17; document.getElementById('time18').innerText = times.time18; //day 1 over document.getElementById('time19').innerText = times.time19; document.getElementById('time20').innerText = times.time20; document.getElementById('time21').innerText = times.time21; document.getElementById('time22').innerText = times.time22; document.getElementById('time23').innerText = times.time23; document.getElementById('time24').innerText = times.time24; document.getElementById('time25').innerText = times.time25; document.getElementById('time26').innerText = times.time26; document.getElementById('time27').innerText = times.time27; document.getElementById('time28').innerText = times.time28; document.getElementById('time29').innerText = times.time29; document.getElementById('time30').innerText = times.time30; document.getElementById('time31').innerText = times.time31; document.getElementById('time32').innerText = times.time32; } }; // Send the request with the selected country xhr.send('country=' + encodeURIComponent(country)); } </script> </body> </html>