CINXE.COM

International Conference On Health care and Medical Research |(ICHMR-2024)

<!DOCTYPE html> <html lang="en"> <head> <!-- 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="description" content="Join ICHMR-2024 in Dubai, UAE on Oct 13-14 for a premier event on Public Health and Medical Science. Network with experts and explore cutting-edge research."> <meta name="keywords" content="Public Health Conference, Healthcare Research , Dubai Conference, UAE Medical Conference 2024, Health Conference in UAE 2024, Global Health Summit, International Health Conference 2024"> <title>International Conference On Health care and Medical Research |(ICHMR-2024) </title> <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="shortcut icon" href="images/favicon.ico"> <!-- Android --> <link rel="icon" type="image/png" sizes="192x192" href="images/android-chrome-192x192.jpg"> <link rel="icon" type="image/png" sizes="512x512" href="images/android-chrome-512x512.png"> <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> <!-- iOS --> <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"> <!-- 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&amp;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&amp;display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet"> <!--icon--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" /> <!-- Favicon --> <!-- <link rel="shortcut icon" type="image/x-icon" href="./images/logo-fav.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" /> <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> <style> /* Sticky LINE Icon */ .line-icon { position: fixed; bottom: 159px; /* Adjust to stack with WhatsApp and Telegram */ left: 20px; z-index: 1000; background-color: #06c755; /* LINE's brand color */ border-radius: 50%; padding: 10px; } .line-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the LINE icon div var lineDiv = document.createElement("div"); lineDiv.className = "line-icon"; // Create the anchor tag var lineLink = document.createElement("a"); lineLink.href = "https://line.me/ti/p/5ROVBHaDV7"; // Replace with your LINE link lineLink.target = "_blank"; // Create the image tag var lineImg = document.createElement("img"); lineImg.src = "https://upload.wikimedia.org/wikipedia/commons/4/41/LINE_logo.svg"; lineImg.alt = "LINE"; // Append image to the anchor tag lineLink.appendChild(lineImg); // Append anchor tag to the div lineDiv.appendChild(lineLink); // Append the div to the body document.body.appendChild(lineDiv); }); </script> <style> /* Sticky Telegram Icon */ .telegram-icon { position: fixed; bottom: 100px; /* Adjust the bottom if you want it to stack with WhatsApp */ left: 20px; z-index: 1000; background-color: #0088cc; border-radius: 50%; padding: 10px; } .telegram-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the Telegram icon div var telegramDiv = document.createElement("div"); telegramDiv.className = "telegram-icon"; // Create the anchor tag var telegramLink = document.createElement("a"); telegramLink.href = "https://t.me/gsrdinternational"; // Replace with your Telegram username or link telegramLink.target = "_blank"; // Create the image tag var telegramImg = document.createElement("img"); telegramImg.src = "https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"; telegramImg.alt = "Telegram"; // Append image to the anchor tag telegramLink.appendChild(telegramImg); // Append anchor tag to the div telegramDiv.appendChild(telegramLink); // Append the div to the body document.body.appendChild(telegramDiv); }); </script> <style> /* Sticky WhatsApp Icon */ .whatsapp-icon { position: fixed; bottom: 40px; left: 20px; z-index: 1000; background-color: #25D366; border-radius: 50%; padding: 10px; } .whatsapp-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the WhatsApp icon div var whatsappDiv = document.createElement("div"); whatsappDiv.className = "whatsapp-icon"; // Create the anchor tag var whatsappLink = document.createElement("a"); whatsappLink.href = "https://wa.me/+919777662946"; // Replace with your number whatsappLink.target = "_blank"; // Create the image tag var whatsappImg = document.createElement("img"); whatsappImg.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappImg.alt = "WhatsApp"; // Append image to the anchor tag whatsappLink.appendChild(whatsappImg); // Append anchor tag to the div whatsappDiv.appendChild(whatsappLink); // Append the div to the body document.body.appendChild(whatsappDiv); }); </script> <!--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/5ecca285c75cbf1769ef5561/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--><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><!--<style> /* Sticky WhatsApp Icon */ .whatsapp-icon { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: #25D366; border-radius: 50%; padding: 10px; } .whatsapp-icon img { width: 50px; height: 50px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the WhatsApp icon div var whatsappDiv = document.createElement("div"); whatsappDiv.className = "whatsapp-icon"; // Create the anchor tag var whatsappLink = document.createElement("a"); whatsappLink.href = "https://wa.me/+918455026354"; // Replace with your number whatsappLink.target = "_blank"; // Create the image tag var whatsappImg = document.createElement("img"); whatsappImg.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappImg.alt = "WhatsApp"; // Append image to the anchor tag whatsappLink.appendChild(whatsappImg); // Append anchor tag to the div whatsappDiv.appendChild(whatsappLink); // Append the div to the body document.body.appendChild(whatsappDiv); }); </script>--> <style> table, th, td { border: 1px solid black; } h2 { text-align: center; padding: 10px; color: #00405a; } </style> </style> </head> <body> <div id="container"> <header class="main-header header-style-two"> <!-- Header Upper --> <div class="header-upper"> <div class="container-fluid"> <div class="clearfix"> <div class="pull-left logo-box"> <div class="logo"><a href="index.php"><img src="/images/ichmr 2025 logo.jpg" alt="" title="" style="height:84px;margin-left: 32px;"></a></div> </div> <div class="pull-right upper-right clearfix"> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-solid fa-phone"></i></div> <ul> <li>Phone <br> +91-9777662946 </li> </ul> </div> <!--Info Box--> <a href="academic_partner.php"> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-regular fa-handshake"></i></div> <ul> <li>Apply For <br>Academic Partner </li> </ul> </div> </a> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-solid fa-envelope"></i></div> <ul> <li>Mail to <br>info@ichmr.com </li> </ul> </div> </div> </div> </div> </div> <!-- End Header Upper --> <!-- Header Lower --> <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="#">About</a> <ul> <li><a href="about.php">About Conference</a></li> <li><a href="https://ichmr.com/visit-dubai.php">Visit Dubai</a></li> <li class="dropdown"><a href="#">About Organizers</a> <ul> <li><a href="https://gsrd.co/">About Gsrd</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a href="#">Committee</a> <ul> <li><a href="committee.php">Committee</a></li> <li><a href="apply_committee.php">Apply for Committee</a></li> </ul> </li> <li class="dropdown"><a href="#">Speaker</a> <ul> <li><a href="keynote_speaker.php">Keynote Speaker</a></li> <li><a href="apply_for_speaker.php">Apply for Speaker</a></li> <li><a href="past_speaker.php">Past Speaker</a></li> </ul> </li> <li class="dropdown"><a href="#">Submission</a> <ul> <li><a href="submission.php?type=Presenter&param2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener&param2=1">Registration as a Listener</a></li> <li><a href="submission_guideline.php">Submission Guidelines</a></li> <li><a href="call-for-paper.php">Call for paper / Session and Tracks</a></li> <li><a href="mode_of_presention.php">Mode of Presentation </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="guideline.php">Registration Guidelines</a></li> </ul> </li> <li class="dropdown"><a href="#">Collaboration</a> <ul> <li><a href="academic_partner.php">Academic Partner</a></li> </ul> </li> <li><a href="publication.php">Publication</a></li> <li><a href="tentative.php">Tentative Program </a></li> <li><a href="venue.php">Venue</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="history.php">History</a></li> </ul> </div> </nav> </div> </div> </div> </div> <!-- End Header Lower --> <!-- 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="/images/ichmr 2025 logo.jpg" alt="" title="" style="height:72px;"></a> </div> <!--Right Col--> <div class="pull-right"> <!-- Main Menu --> <nav class="main-menu mr-5"> <!--Keep This Empty / Menu will come through Javascript--> <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="#">About</a> <ul> <li><a href="about.php">About Conference</a></li> <li><a href="https://ichmr.com/visit-dubai.php">Visit Dubai</a></li> <li class="dropdown"><a href="#">About Organizers</a> <ul> <li><a href="https://gsrd.co/">About Gsrd</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a href="#">Committee</a> <ul> <li><a href="committee.php">Committee</a></li> <li><a href="apply_committee.php">Apply for Committee</a></li> </ul> </li> <li class="dropdown"><a href="#">Speaker</a> <ul> <li><a href="keynote_speaker.php">Keynote Speaker</a></li> <li><a href="apply_for_speaker.php">Apply for Speaker</a></li> <li><a href="past_speaker.php">Past Speaker</a></li> </ul> </li> <li class="dropdown"><a href="#">Submission</a> <ul> <li><a href="submission.php?type=Presenter&param2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener&param2=1">Registration as a Listener</a></li> <li><a href="submission_guideline.php">Submission Guidelines</a></li> <li><a href="call-for-paper.php">Call for paper / Session and Tracks</a></li> <li><a href="mode_of_presention.php">Mode of Presentation </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="guideline.php">Registration Guidelines</a></li> </ul> </li> <li class="dropdown"><a href="#">Collaboration</a> <ul> <li><a href="academic_partner.php">Academic Partner</a></li> </ul> </li> <li><a href="publication.php">Publication</a></li> <li><a href="tentative.php">Tentative Program </a></li> <li><a href="venue.php">Venue</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="history.php">History</a></li> <!-- <li class="dropdown"><a href="#">History</a> <ul> <li><a href="1st-icestm.php">1st ICESTM</a></li> <li><a href="2nd-icestm.php">2nd ICESTM</a></li> </ul> </li> --> </ul> </div> </nav> <!-- 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="images/ichmr-logo.png" alt="" title="" style="height:72px;" ></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> <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>Registration</li> </ul> </div> </section> <div class="auto-container"> <h2>Conference Registration</h2> <div class="titleline"> </div> <p><strong>Registration</strong></p> <p>At least one author for every accepted paper is required to be registered for the conference for that paper to appear in the proceedings and be scheduled for presentation.<br> Only registered authors & co-authors will be provided with the certificates.</p> <p><strong>*ONE Registration Fee Includes the following for the Registered authors:</strong></p> <ul type="disc"> <li>1- Welcome reception</li> <li>2- Printed Name Card</li> <li>3- Conference Folder or Bag</li> <li>4- Participation in the technical program</li> <li>5- Printed Participation &amp; presentation Certificate</li> <li>6- Printed Proceedings</li> <li>7- Coffee breaks on the presentation day</li> <li>8- Lunch or dinner on the presentation day</li> </ul> <p>Participating members may register as per the following charges:<br> <br> <strong>Registration Fee</strong><br> <p>**Note : Additional Charges Applicable for Scopus publication (T& C Apply)</p> <br> </p> <table width="653" border="1" align="center" cellpadding="10" cellspacing="0"> <tbody> <tr> <th valign="top" bgcolor="green" colspan="3"> <p align="center"><strong style="color:white;">Physical Registration Fee</strong> </th> </tr> <tr> <td width="397" valign="top" bgcolor="#0A79B7"> <p align="center"><strong style="color:white;">Category</strong></p> </td> <td width="156" valign="top" bgcolor="#0A79B7"> <p align="center"><strong style="color:white;">Early bird(till 25th Dec 2024)</strong></p> </td> <td width="156" valign="top" bgcolor="#0A79B7"> <p align="center"><strong style="color:white;">Standard Reg Fees</strong></p> </td> </tr> <tr> <td width="397" valign="top"> <p align="center"><strong>Student (UG/PG/Ph.D./Post Doc.)</strong></p> </td> <td width="156" valign="top"> <p align="center"> 300 USD</p> </td> <td width="156" valign="top"> <p align="center"> 330 USD</p> </td> </tr> <tr> <td width="397" valign="top"> <p align="center"><strong>Delegates(Academician, Industry)</strong></p> </td> <td width="156" valign="top"> <p align="center"> 370 USD</p> </td> <td width="156" valign="top"> <p align="center"> 400 USD</p> </td> </tr> <tr> <td width="397" valign="top"> <p align="center"><strong>Listener/ non-presenter</strong></p> </td> <td width="156" valign="top"> <p align="center"> 230 USD</p> </td> <td width="156" valign="top"> <p align="center"> 250 USD</p> </td> </tr> <tr> <th valign="top" bgcolor="black" colspan="3"> <p align="center"><strong style="color:white;">Virtual Registration Fee</strong> </th> </tr> <tr> <td width="397" valign="top"> <p align="center"><strong>Student (UG/PG/Ph.D./Post Doc.)</strong></p> </td> <td width="156" valign="top"> <p align="center"> 249 USD</p> </td> <td width="156" valign="top"> <p align="center"> 289 USD</p> </td> </tr> <tr> <td width="397" valign="top"> <p align="center"><strong>Delegates (Academician, Industry)</strong></p> </td> <td width="156" valign="top"> <p align="center"> 319 USD</p> </td> <td width="156" valign="top"> <p align="center"> 299 USD</p> </td> </tr> <tr> <td width="397"> <p align="center"><strong>Listener/ non-presenter</strong></p> </td> <td width="156" valign="top"> <p align="center"> 149 USD</p> </td> <td width="156" valign="top"> <p align="center"> 199 USD</p> </td> </tr> <th valign="top" bgcolor="black" colspan="3"> <p align="center"><strong style="color:white;">Note* For Group / Bulk Participation please contact +91-9777662946</strong> </th> </tbody> </table> <br> <div style="display: flex;"> <div class="btn-box text-center mt-1"><a href="Doc/ichmr Author Registartion form.pdf" class="theme-btn btn-style-two clearfix">Author Registration</a></div> <div class="btn-box text-center mt-1"><a href="Doc/ichmr Listener Registartion form.pdf" class="theme-btn btn-style-two clearfix">Listener Registration</a></div> </div> <br> **After completion of registration, every participant is required to send a scanned copy of the registration fee receipt (or) transaction proof to us immediately via Email<p><a href="mailto:info@ichmr.com">info@ichmr.com</a></p> <table align="center" border="1" cellpadding="0" width="260"> <tbody> <tr> <td align="center" height="40"><strong>Online payment is available at</strong></td> </tr> <tr> <td align="center" height="40"> <p><a href="https://paymentnow.in/" target="_blank"><img src="http://icraset.com/images/reg.gif" alt="" border="0" height="80" width="253"></a></p> </td> </tr> </tbody> </table> <br> <p>or use the LINK:&nbsp;<button style="background-color: #fff10054;border-radius: 7px;"><a href="https://paymentnow.in/" target="_blank">Payment Now</a></button> <!-- <h3 style="background: #0a79b7;color: white;padding-left: 5px;">Bank Details</h3> <p><strong>Offline payment&nbsp;</strong>Bank Details for Conference payment<br> <strong>Account Name:&nbsp;</strong>Institute of Research and Journals<br> <strong>A/c No:&nbsp;</strong>33547315754<br> <strong>IFSC CODE:</strong>&nbsp;SBIN0010927<br> <strong>SWIFT CODE:</strong>&nbsp;SBININBB270 (For foreign money transfer)<br> <strong>Bank Address:&nbsp;</strong>SBI, Khandagiri, BBSR, Odisha, India</p> --> <!-- <strong>Step 2 - Copyright Transfer</strong><br> Authors have to sign (for the individual paper)registration Form, and email that in&nbsp;&nbsp;PDF/JPG/PNG&nbsp;format.&nbsp;<br> <strong>Step 3 - Camera Ready Paper submission</strong><br> All the paper must adhere to The ICESTM double column guidelines and must be submitted as Microsoft word DOC or DOCX format. So that the necessary fine tuning can be done.&nbsp;<strong>If the author is NOT able to format the The ICESTM Provides the formatting facility without any extra charges</strong>.<br> <strong>Step 4 - Registration</strong><br> <strong>ONLY</strong>&nbsp;Email the filled registration form (.doc/.docx format) + final paper/poster/abstract (.doc/.docx format) that you like to publish in the conference proceedings at email id:&nbsp;&nbsp;<strong><a href="mailto:icestmconference@gmail.com" target="_blank">info.icestmconference@gmail.com</a></strong><br> One registration is must to publish a paper and in that ONLY one person can attend the conference &nbsp;and can get &nbsp;all as mentioned in&nbsp;*ONE Registration Fee above. If coauthor also like to register then each co-author has to pay the <strong>USD 150(for Non-Indian)</strong> or <strong>INR 1500(For Indians)</strong>&nbsp;in order to get registered and get all things as covered in&nbsp;*ONE Registration Fee above.&nbsp;&nbsp;<br> <strong>If author has more than one paper in the same conference then the author has to pay ONLY 30% of the total fee in order to publish the additional paper.</strong></p> --> <!-- <hr class="style-two"> --> <p><strong> Cancellation Policy:</strong> <li style="list-style:circle;"> If GSRD cancels this event for any unavoidable reason, you will receive a credit for 100% of the registration fee paid.</li> <li style="list-style:circle;"> You may use this credit for another GSRD or its allied Group event which must occur within one year from the date of cancellation.</li> </p> <p><strong>Transfer Of Registration:</strong> <li style="list-style:circle;"> All fully paid registrations are transferable to other persons from the same organization, if the registered person is unable to attend the event.</li> <li style="list-style:circle;"> Transfer of registration is applicable only 30 days prior to the conference.</li> <li style="list-style:circle;"> Transfers must be made by the registered person in writing, to <a href="mailto:info@ichmr.com">info@ichmr.com</a> </li> <li style="list-style:circle;"> Details include the full name of the replacement person, their title, contact phone number and email address.</li> <li style="list-style:circle;"> All other registration details will be assigned to the new person unless and otherwise specified.</li> </p> </div> </div> <footer class="footer-style-two" style=" background-image: url(./images/footer-map.png); background-repeat: no-repeat; background-position: center; background-size: contain; background-blend-mode: color-dodge;"> <div class="auto-container"> <!-- Widgets Section --> <div class="widgets-section"> <div class="row clearfix"> <!-- Big Column --> <div class="big-column col-lg-9 col-md-12 col-sm-12"> <div class="row clearfix"> <!-- Footer Column --> <div class="footer-column col-lg-6 col-md-6 col-sm-12"> <div class="footer-widget logo-widget"> <div class="logo"> <a href="#"><img src="images/ichmr 2025 logo.jpg" alt="" style="border-radius:5px;"/></a> </div> <!-- <div class="text">The primary goal of the 24th & 25th International Conference on Public Health and Medical Science (ICPHAMS-2024), slated to take place in the amazing city of Doha, Qatar, held on 24th & 25th Nov. </div> --> <ul class="social-box"> <li><a href="https://www.facebook.com/Global-Society-for-Research-and-Development-GSRD-1261354700693952/?modal=admin_todo_tour" target="_blank"><i class="fa-brands fa-facebook"></i></a></li> <li><a href="https://twitter.com/gsrdconferences" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a></li> <li><a href="https://www.linkedin.com/company/76106720/admin/" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li> <li><a href="https://www.instagram.com/gsrdconference/" target="_blank"><i class="fa-brands fa-square-instagram"></i></a></li> <li><a href="https://t.me/gsrdinternational" target="_blank"><i class="fa-brands fa-telegram"></i></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="call-for-paper.php" target="_blank"> <i class="fa fa-angle-right"></i> Call for Paper </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="venue.php" target="_blank"> <i class="fa fa-angle-right"></i> Venue </a> </li> <li> <a href="paper_submission.php" target="_blank"> <i class="fa fa-angle-right"></i> Submission </a> </li> <li> <a href="guideline.php" target="_blank"> <i class="fa fa-angle-right"></i> Registration Guidelines </a> </li> <li> <a href="contact.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> <i class="fa-solid fa-phone"></i> Phone Number <a href="tel:+91 8763630137">+91-9777662946</a> </li> <li> <i class="fa-solid fa-envelope"></i> Email Address <a href="mailto: info.ichmr@gmail.com"> info@ichmr.com</a> </li> <li> <i class="fa-solid fa-location-dot"></i> Venue <a href="#"> Dubai, UAE</a> </li> </ul> </div> </div> </div> </div> </div> </div> <!--<div class="get-quote-button"> <a href="#" data-toggle="tooltip" data-placement="left" title="" target="blank" style="color: #fff;">Register as an Listener</a></div>--> <div class="footer-bottom"> <div class="clearfix"> <div class="pull-left"> <div class="copyright">&copy; 2024 ICHMR - All rights reserved. </div> </div> </div> </div> </div> </footer> <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> </div> <!-- /body --> </body> </html> <script> document.addEventListener("DOMContentLoaded", function() { var header = document.querySelector(".header"); window.addEventListener("scroll", function() { var scroll = window.pageYOffset || document.documentElement.scrollTop; var stickyHeader = document.querySelector(".sticky-header"); if (scroll >= 20) { stickyHeader.style.zIndex = "999"; stickyHeader.style.opacity = "1"; stickyHeader.style.visibility = "visible"; } else { stickyHeader.style.zIndex = "0"; stickyHeader.style.opacity = "0"; stickyHeader.style.visibility = "hidden"; } }); }); </script>

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