CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="Public Health Conferences, Well-being Summits, Healthcare Management Congress, Health Promotion Events, Wellness Meetings, Health Equity Summits, Global Health Conferences, Health Innovation Summits, Preventive Health Events, Wellness Workshops"/> <meta name="description" content="Submit your abstract for the 8th European Conference on Public Health, Well-being, and Healthcare Management. Join global experts in Paris, September 23-24, 2025, to share your research and insights on advancing public health and healthcare management. Don't miss the opportunity to contribute to the future of health and well-being."/> <!-- <link rel="canonical" href="http://epidemiology-publichealth.healthconferences.org/"/> --> <!--<title></title>--> <title>Call For Abstract | Public Health Conferences | Well-being Summits | Healthcare Management Congress | Public Health Congress |Health Promotion Events | Wellness Meetings | Health Equity Summits | Global Health Conferences | Health Innovation Summits</title> <link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <meta name="author" content=""> <script type="text/javascript"> function showsubtracks(str,a) { document.getElementById("plus"+a).style.display = 'none'; $("#minus"+a).show("6000"); var data = 'q='+str+'&a='+a; // this is the data sent in AJAX function as ids to gerSubtracks.php if (str=="") { document.getElementById("subTracks"+a).innerHTML=""; return; } // ajax call $.ajax({ type: "POST", url: "getSubtracks.php", data: data, beforeSend: function(html) { // this happens before actual call $("#subTracks"+a).html(''); $("#wait"+a).html('<img src="http://omicsgroup.com/images/bigLoader.gif" alt="Wait" />'); }, success: function(html){ // this happens after we get results $("#subTracks"+a).show(); $("#subTracks"+a).append(html); $("#wait"+a).html(''); } }); } function closesubtracks(a) { document.getElementById("subTracks"+a).innerHTML=""; document.getElementById("wait"+a).innerHTML=""; document.getElementById("minus"+a).style.display = 'none'; document.getElementById("plus"+a).style.display = 'block'; } </script> <meta name="google-site-verification" content="QHU6_R_2900UN3FH3EZBnZQr3WdiG6bp9ec6PIelqd4" /> <title>Public Health Conferences | Well-being Summits | Healthcare Management Congress | Public Health Congress |Health Promotion Events | Wellness Meetings | Health Equity Summits | Global Health Conferences | Health Innovation Summits</title> <meta name="keywords" content="Public Health Conferences, Well-being Summits, Healthcare Management Congress, Health Promotion Events, Wellness Meetings, Health Equity Summits, Global Health Conferences, Health Innovation Summits, Preventive Health Events, Wellness Workshops" /> <meta name="description" content="Join the 8th European Conference on Public Health, Well-being, and Healthcare Management in Paris, September 23-24, 2025. Connect with experts, explore innovative strategies, and advance your public health and wellness knowledge."> <meta property="og:url" content="http://epidemiology-publichealth.healthconferences.org/" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Public Health Conferences | Well-being Summits | Healthcare Management Congress | Public Health Congress |Health Promotion Events | Wellness Meetings | Health Equity Summits | Global Health Conferences | Health Innovation Summits" /> <meta property="og:description" content="Join the 8th European Conference on Public Health, Well-being, and Healthcare Management in Paris, September 23-24, 2025. Connect with experts, explore innovative strategies, and advance your public health and wellness knowledge." /> <meta property="og:image:height" content="630" /> <meta itemprop="name" content="Public Health Conferences | Well-being Summits | Healthcare Management Congress | Public Health Congress |Health Promotion Events | Wellness Meetings | Health Equity Summits | Global Health Conferences | Health Innovation Summits"> <meta itemprop="description" content="Join the 8th European Conference on Public Health, Well-being, and Healthcare Management in Paris, September 23-24, 2025. Connect with experts, explore innovative strategies, and advance your public health and wellness knowledge."> <meta itemprop="image:height" content="630"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Public Health Conferences | Well-being Summits | Healthcare Management Congress | Public Health Congress |Health Promotion Events | Wellness Meetings | Health Equity Summits | Global Health Conferences | Health Innovation Summits"> <meta name="twitter:description" content="Join the 8th European Conference on Public Health, Well-being, and Healthcare Management in Paris, September 23-24, 2025. Connect with experts, explore innovative strategies, and advance your public health and wellness knowledge."> <meta name="twitter:image:height" content="630"> <meta name="msvalidate.01" content="3ECACB0F3D22A16B9AA03C2EF680F404" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" > <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" > <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" > <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap" rel="stylesheet" > <link rel="stylesheet" href="https://d2cax41o7ahm5l.cloudfront.net/cs/css/style.min.css" type="text/css" /> <link href="https://d2cax41o7ahm5l.cloudfront.net/cs/css/sprite.css" rel="stylesheet" /> <link rel="stylesheet" href="/css/custom_subconf.css" type="text/css" hreflang="en"/> <!-- <link rel="stylesheet" href="https://d2cax41o7ahm5l.cloudfront.net/cs/css/homepage.css" hreflang="en"> --> <link rel="shortcut icon" href="https://d2cax41o7ahm5l.cloudfront.net/cs/images/ico/favicon.png" hreflang="en"> <link rel="canonical" href="https://epidemiology-publichealth.healthconferences.org/call-for-abstracts.php" hreflang="en"> <link rel="stylesheet" href="https://confassets.s3-ap-southeast-1.amazonaws.com/images/yrf-award.png" > <link rel="stylesheet" href="https://d2cax41o7ahm5l.cloudfront.net/cs/images/ico/favicon.png" > <script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script> <!-- <script async src="https://cdn.ampproject.org/v0.js"></script> --> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script> <script> // Set the date we're counting down to var countDownDate = new Date("2025-09-23 10:0:25").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time var now = new Date().getTime(); // Find the distance between now an the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in an element with id="demo" if(days < 100 ) { var confdatetimer = document.getElementById("confdatetimer"); if(confdatetimer){ confdatetimer.innerHTML = days+" Days "+hours+" Hours "+minutes+" Mins "+seconds+ " Secs"; // If the count down is over, write some text if (distance < -2) { clearInterval(x); confdatetimer.innerHTML = " "; } } } }, 1000); </script> <!-- Google Analytics Code - Starts Here --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8046643215361735" crossorigin="anonymous"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-E3XEJ9ELN0"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZFYR2RB1D6"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-E3XEJ9ELN0'); gtag('config', 'G-ZFYR2RB1D6'); </script><!-- Google Analytics Code - Ends Here --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "name": "8th聽European Conference on Public Health, Well-being and Healthcare Management", "description": "Join the 8th European Conference on Public Health, Well-being, and Healthcare Management in Paris, September 23-24, 2025. Connect with experts, explore innovative strategies, and advance your public health and wellness knowledge.", "image": "https://pbs.twimg.com/profile_images/1831546809790963712/AiSgIfFv_400x400.jpg", "startDate": "2025-09-23", "endDate": "2025-09-24", "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "location": { "@type": "Place", "name": "Dubai, UAE", "address": { "@type": "PostalAddress", "streetAddress": "Po Box 43758", "addressLocality": "Paris", "addressRegion": "Paris", "postalCode": "43758", "addressCountry": "France" } }, "performer": { "@type": "PerformingGroup", "name": " Public Health, Well-being and Healthcare Management" }, "organizer": { "@type": "Organization", "name":" Public Health, Well-being and Healthcare Management", "url": "epidemiology-publichealth.healthconferences.org" } } </script> </head> <body> <!-- End Google Tag Manager (noscript) --> <div id="CssFailCheck" class="hidden"></div> <header> <nav class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span>MENU</span> </button> <a href="https://epidemiology-publichealth.healthconferences.org/" title="Home" class="show navbar-brand navbar-title" style="background:#4285f4;"> <h2 style="font-size:18px;margin-top: 10px;color:white;text-transform:uppercase;">Public Health-2025</h2> </a> <!-- </a> --> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="https://epidemiology-publichealth.healthconferences.org/" title="Home"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> Home</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/about-us.php" title="About Us" target="_blank">About Us</a></li> <li class="dropdown"><a href="#" title="Explore Our Journals" class="dropdown-toggle" data-toggle="dropdown">Journals<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="https://www.omicsonline.org/open-access-journals-list.php" title="A-Z Journals" target="_blank">A-Z Journals</a></li> <li><a href="https://www.omicsonline.org/scientific-journals.php" title="Browse by Subject" target="_blank">Browse by Subject</a></li> <li><a href="https://www.omicsonline.org/newly-launched-journals.php" title="Newly Launched Journals" target="_blank">Newly Launched Journals</a></li> <li><a href="https://www.omicsonline.org/open-access.php" title="Open Access" target="_blank">Open Access</a></li> </ul> </li> <li class="dropdown"><a href="#" title="Explore Our Conferences" class="dropdown-toggle" data-toggle="dropdown">Conferences<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="https://www.conferenceseries.com/" title="Upcoming Conferences" target="_blank">Upcoming Conferences</a></li> <li><a href="https://www.conferenceseries.com/previous.php" title="Previous Conferences" target="_blank">Previous Conferences</a></li> <li><a href="https://www.conferenceseries.com/past-conference-reports.php" title="Past Conference Reports" target="_blank">Past Conferences Reports</a></li> </ul> </li> <li><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php" title="Submit your Abstract">Abstract</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/registration.php" title="Click to Register">Registration</a></li> <!-- <li><a href="http://epidemiology-publichealth.healthconferences.org/registration.php" title="Click to Register">Registration</a></li> --> <li class="dropdown"> <a href="#" title="Conference Details" class="dropdown-toggle" data-toggle="dropdown">Technical Program<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="https://epidemiology-publichealth.healthconferences.org/symposium.php" title="Symposium & Contact Details">Symposium & Contact Details</a></li> <li class="dropdown"> <a href="https://epidemiology-publichealth.healthconferences.org/scientific-program.php" title="Scientific Program" class="dropdown">Scientific Program</a> </li> <li><a href="https://epidemiology-publichealth.healthconferences.org/call-for-abstracts.php" title="Call for Abstracts">Call for Abstracts</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/conference-brochure.php" title="Conference Brochure">Brochure & Contact Details</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/organizing-committee.php" title="Organizing Committee">Organizing Committee</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/poster-competition.php" title="Poster Submission">Poster Submission</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/speaker-guidelines.php" title="Speaker Guidelines & FAQs">Speaker Guidelines & FAQs</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/cancellation-policy.php" title="Terms and Conditions">Terms & Conditions</a></li> <!-- <li><a href="http://epidemiology-publichealth.healthconferences.org/index.php?id=13547" title="B2B" target="_blank">B2B</a></li> --> <li><a href="https://epidemiology-publichealth.healthconferences.org/" title="B2B" target="_blank">B2B</a></li> </ul> </li> <li><a href="https://epidemiology-publichealth.healthconferences.org/venue-hospitality.php" title="Venue and Hospitality">Venue & Hospitality</a></li> <li class="dropdown"> <a href="#" title="Sponsors & Exhibitors Details" class="dropdown-toggle" data-toggle="dropdown">Sponsors / Exhibitors<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors.php" title="Sponsors">Sponsors</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/exhibition.php" title="Exhibition">Exhibition</a></li> <li class="dropdown-submenu"><a href="#" title="Supporters" target="_blank">Our Supporters</a> <ul class="dropdown-menu"> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2024.php" title="2024 Supporters" target="_blank">2024 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2023.php" title="2023 Supporters" target="_blank">2023 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2022.php" title="2022 Supporters" target="_blank">2022 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2021.php" title="2021 Supporters" target="_blank">2021 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2020.php" title="2020 Supporters" target="_blank">2020 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2019.php" title="2019 Supporters" target="_blank">2019 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2018.php" title="2018 Supporters" target="_blank">2018 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2017.php" title="2017 Supporters" target="_blank">2017 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2016.php" title="2016 Supporters" target="_blank">2016 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2015.php" title="2015 Supporters" target="_blank">2015 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2014.php" title="2014 Supporters" target="_blank">2014 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2013.php" title="2013 Supporters" target="_blank">2013 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2012.php" title="2012 Supporters" target="_blank">2012 Supporters</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/sponsors-2011.php" title="2011 Supporters" target="_blank">2011 Supporters</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a href="#" title="Awards" class="dropdown-toggle" data-toggle="dropdown">Awards<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="https://epidemiology-publichealth.healthconferences.org/research-recognition-excellence-awards.php" title="Awards">Research Excellence Awards</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/poster-presentation.php" title="Poster Presentation">Poster Presentation</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/young-researchers-forum.php" title="Young Researchers Forum">Young Researchers Forum</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/eposter-presentation.php" title="Poster Presentation">ePoster Presentation</a></li> </ul> <!-- young-researchers-forum.php --> </li> </ul> </div> </nav> <!-- Displaying Conference Details --> <div class="jumbotron clearfix" id="google_translate_element"> <div class="conf-info-main clearfix"> <div class="col-md-2"> <a href="https://epidemiology-publichealth.healthconferences.org/" target="_blank"><img class="img-responsive center-block hidden-sm" src="https://d2cax41o7ahm5l.cloudfront.net/cs/upload-images/Public-Health-2025-82805.png" alt="cs/upload-images/Public-Health-2025-82805.png" ></a> </div> <div class="col-md-8"> <div data-id="13547" class="conf-info text-center"> <p class="h3">8<sup>th</sup>聽European Conference on </p> <h1><span> Public Health, Well-being and Healthcare Management</span></h1> <h4 class="date-venue"> <time datetime="2025-09-23"> September 23-24, 2025 </time> Paris, France </h4> <h4 class="em"> Empowering Communities: Strategies and Innovations for Advancing Public Health and Well-being </h4> <div class="primary-links"> <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php" title="Submit your Abstract" class="btn btn-sm btn-flat-green">Submit Abstract</a> <a href="https://epidemiology-publichealth.healthconferences.org/registration.php" title="Register for the Conference" class="btn btn-sm btn-flat-orange">Register Now</a> <a href="https://epidemiology-publichealth.healthconferences.org/call-for-abstracts.php" title="Sessions and tracks" class="btn btn-sm btn-flat-blue">Sessions & Tracks</a> <a href="https://epidemiology-publichealth.healthconferences.org/scientific-program" title="Scientific Program" class="btn btn-sm btn-flat-red">Program Schedule</a> <a href="https://epidemiology-publichealth.healthconferences.org/global-meetings-online-visitors-readers.php" title="Readers Base" class="btn btn-sm btn-flat-dark-blue">Reader Base</a> <a href="https://epidemiology-publichealth.healthconferences.org/awards-nomination.php" title="Awards Nomination" class="btn btn-sm btn-info">Awards Nomination</a> </div> </div> </div> <div class="col-md-2"> <a href="https://epidemiology-publichealth.healthconferences.org/young-researchers-forum.php"><img src="https://confassets.s3-ap-southeast-1.amazonaws.com/images/yrf-award.png" class="img-responsive hidden-sm" alt="Public Health Conferences, Well-being Summits, Healthcare Management Congress, Health Promotion Events, Wellness Meetings, Health Equity Summits, Global Health Conferences, Health Innovation Summits, Preventive Health Events, Wellness Workshops"></a> </div> </div> <div class="col-xs-offset-1 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3"> <div class="col-xs-7 col-sm-8 col-md-8 col-lg-8"> <div class="search-box"> <form id="top-search-form" method="post" action="https://www.conferenceseries.com/search-results/" role="search"> <div class="input-group"> <input type="search" class="form-control" placeholder="Search" name="keyword" id="keyword" required> <div class="input-group-btn"> <button type="submit" id="search events" class="btn btn-warning hidden-xs">Search 1000+ Events</button> <button type="submit" id="search" class="btn btn-warning visible-xs" aria-label="Mobile Search"><i class="fa fa-search" aria-hidden="true"></i></button> </div> </div> </form> </div> </div> <div class="col-xs-5 col-sm-4 col-md-4"> <div id="getApp"> <a href="https://play.google.com/store/apps/details?id=com.omics.conferencesseries" class="btn_getapp FL" aria-label="Playstore" id="getAppModel"> <span class="ic_clouddown"> <svg width="20px" height="20px" enable-background="new 0 0 553.048 553.048" fill="white" version="1.1" viewBox="0 0 553.05 553.05" xml:space="preserve" xmlns="https://www.w3.org/2000/svg"> <path d="m76.774 179.14c-9.529 0-17.614 3.323-24.26 9.969s-9.97 14.621-9.97 23.929v142.91c0 9.541 3.323 17.619 9.97 24.266 6.646 6.646 14.731 9.97 24.26 9.97 9.522 0 17.558-3.323 24.101-9.97 6.53-6.646 9.804-14.725 9.804-24.266v-142.91c0-9.309-3.323-17.283-9.97-23.929s-14.627-9.969-23.935-9.969z"/> <path d="m351.97 50.847 23.598-43.532c1.549-2.882 0.998-5.092-1.658-6.646-2.883-1.34-5.098-0.661-6.646 1.989l-23.928 43.88c-21.055-9.309-43.324-13.972-66.807-13.972-23.488 0-45.759 4.664-66.806 13.972l-23.929-43.88c-1.555-2.65-3.77-3.323-6.646-1.989-2.662 1.561-3.213 3.764-1.658 6.646l23.599 43.532c-23.929 12.203-42.987 29.198-57.167 51.022-14.18 21.836-21.273 45.698-21.273 71.628h307.43c0-25.924-7.094-49.787-21.273-71.628-14.181-21.824-33.129-38.819-56.832-51.022zm-136.43 63.318c-2.552 2.558-5.6 3.831-9.143 3.831-3.55 0-6.536-1.273-8.972-3.831-2.436-2.546-3.654-5.582-3.654-9.137 0-3.543 1.218-6.585 3.654-9.137 2.436-2.546 5.429-3.819 8.972-3.819s6.591 1.273 9.143 3.819c2.546 2.558 3.825 5.594 3.825 9.137-7e-3 3.549-1.285 6.591-3.825 9.137zm140.09 0c-2.441 2.558-5.434 3.831-8.971 3.831-3.551 0-6.598-1.273-9.145-3.831-2.551-2.546-3.824-5.582-3.824-9.137 0-3.543 1.273-6.585 3.824-9.137 2.547-2.546 5.594-3.819 9.145-3.819 3.543 0 6.529 1.273 8.971 3.819 2.438 2.558 3.654 5.594 3.654 9.137 0 3.549-1.217 6.591-3.654 9.137z"/> <path d="m123.97 406.8c0 10.202 3.543 18.838 10.63 25.925 7.093 7.087 15.729 10.63 25.924 10.63h24.596l0.337 75.454c0 9.528 3.323 17.619 9.969 24.266s14.627 9.97 23.929 9.97c9.523 0 17.613-3.323 24.26-9.97s9.97-14.737 9.97-24.266v-75.447h45.864v75.447c0 9.528 3.322 17.619 9.969 24.266s14.73 9.97 24.26 9.97c9.523 0 17.613-3.323 24.26-9.97s9.969-14.737 9.969-24.266v-75.447h24.928c9.969 0 18.494-3.544 25.594-10.631 7.086-7.087 10.631-15.723 10.631-25.924v-221.36h-305.09v221.35z"/> <path d="m476.28 179.14c-9.309 0-17.283 3.274-23.93 9.804-6.646 6.542-9.969 14.578-9.969 24.094v142.91c0 9.541 3.322 17.619 9.969 24.266s14.627 9.97 23.93 9.97c9.523 0 17.613-3.323 24.26-9.97s9.969-14.725 9.969-24.266v-142.91c0-9.517-3.322-17.552-9.969-24.094-6.647-6.53-14.737-9.804-24.26-9.804z"/> </svg> </span> </a> <a href="https://apps.apple.com/us/app/conference-series/id1510906225?ls=1" class="btn_getapp FL cu_cul" aria-label="Appstore" id="getAppModel2"> <span class="ic_clouddown"> <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="20px" height="20px" fill="white"> <g> <path d="M185.255,512c-76.201-0.439-139.233-155.991-139.233-235.21c0-129.404,97.075-157.734,134.487-157.734 c16.86,0,34.863,6.621,50.742,12.48c11.104,4.087,22.588,8.306,28.975,8.306c3.823,0,12.832-3.589,20.786-6.738 c16.963-6.753,38.071-15.146,62.651-15.146c0.044,0,0.103,0,0.146,0c18.354,0,74.004,4.028,107.461,54.272l7.837,11.777 l-11.279,8.511c-16.113,12.158-45.513,34.336-45.513,78.267c0,52.031,33.296,72.041,49.292,81.665 c7.061,4.248,14.37,8.628,14.37,18.208c0,6.255-49.922,140.566-122.417,140.566c-17.739,0-30.278-5.332-41.338-10.034 c-11.191-4.761-20.845-8.862-36.797-8.862c-8.086,0-18.311,3.823-29.136,7.881C221.496,505.73,204.752,512,185.753,512H185.255z"/> <path d="M351.343,0c1.888,68.076-46.797,115.304-95.425,112.342C247.905,58.015,304.54,0,351.343,0z"/> </g> </svg> </span> </a> <!-- <small>Get App</small> --> </div> </div> </div> <ul itemscope itemtype="https://www.schema.org/SiteNavigationElement" hidden> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Abstract Submission</a></li> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/registration.php">Registration</a></li> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/organizing-committee.php">Organizing Committee</a></li> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/conference-brochure.php">Conference Brochure</a></li> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/call-for-abstracts.php">Sessions & Tracks</a></li> <li itemprop="name"><a itemprop="url" href="https://epidemiology-publichealth.healthconferences.org/scientific-program">Scientific Program</a></li> </ul> </div> </header><!--Header Ends Here--> <!--Navigation Ends Here--> <!--Main Content Starts Here--> <div class="main-content"> <div class="container"> <section class="row"> <div class="col-md-12"> <div class="well well-sm clearfix"> <div> <h2 class="heading "><i class="fa fa-bullhorn"></i> Call for Abstract</h2> </div> <div class="col-md-4"> <div class="well well-sm scientific-prog download"> <h3>Scientific Program</h3> <ul> <li><a class="btn btn-success" href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php" title="Click for more information">Abstract Submission</a></li> <li><a class="btn btn-success" href="https://epidemiology-publichealth.healthconferences.org/registration.php" title="Click for more information">Register for Conference</a></li> </ul> </div> <div class="help-desk"> <p>8<sup>th</sup>聽European Conference on Public Health, Well-being and Healthcare Management, will be organized around the theme <span>“Empowering Communities: Strategies and Innovations for Advancing Public Health and Well-being”</span></p> <p> Public Health-2025 is comprised of keynote and speakers sessions on latest cutting edge research designed to offer comprehensive global discussions that address current issues in Public Health-2025 </p> <p><a href="abstract-submission.php" title="Click to Submit your Abstract">Submit your abstract</a> to any of the mentioned tracks. </p> <p><a href="registration.php" title="Click to Register for the Conference">Register now for the conference</a> by choosing an appropriate package suitable to you. </p> </div> </div> <div class="col-md-8 download-brochure-main"> <div class="well well-sm download-brochure abstract-title"> <div class="panel-group" id="accordion"> <div class="panel panel-default" id="track1"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse1"> <span> Track 1:</span>Innovations in Public Health Policy </a> </h4> </div> <div id="collapse1" class="panel-collapse collapse in"> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Innovations in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health policy</a> focus on developing and implementing new strategies to improve health outcomes at the population level. This track explores emerging frameworks and successful case studies from various regions, emphasizing evidence-based approaches that drive policy changes. Attendees will learn about <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">novel policy</a> interventions, the role of technology in shaping policy, and methods for evaluating policy impact.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Additionally, discussions will cover the challenges and opportunities in integrating innovative policies into existing systems. Key topics include the role of advocacy, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">stakeholder engagement</a>, and strategies for overcoming resistance to change. Insights into global trends and how they influence local policy adaptations will be shared, offering a comprehensive view of how policy innovation can address current and future <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health</a> issues.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816824 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track2"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse2"> <span> Track 2:</span>Advances in Health Promotion Strategies </a> </h4> </div> <div id="collapse2" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Health promotion strategies are crucial for preventing disease and improving quality of life. This session will delve into the latest research and practices in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health promotion</a>, focusing on effective communication methods, behavioral change theories, and community engagement techniques. <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Case studies</a> will illustrate successful health promotion campaigns and their impact on various populations.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also address the integration of health promotion into existing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health services</a> and policies. Key discussions will include innovative approaches to outreach, the use of digital tools for health promotion, and strategies for measuring the success of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health initiatives</a>. Participants will gain practical insights into designing and implementing health promotion programs that address diverse needs and settings.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816825 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track3"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse3"> <span> Track 3:</span>Healthcare Management in the Digital Age </a> </h4> </div> <div id="collapse3" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">The digital age has transformed <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare management</a>, offering new tools and methods for enhancing efficiency and patient care. This session explores how <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">digital technologies</a>, such as electronic health records (EHRs), telemedicine, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health informatics</a>, are reshaping healthcare management. Topics include the benefits and challenges of adopting digital solutions, as well as strategies for optimizing their use in healthcare settings.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover the implications of digital transformation for healthcare policy, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">data security</a>, and patient engagement. Attendees will learn about emerging trends, such as artificial intelligence in decision-making and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">data analytics</a> for improving outcomes. The track will provide insights into managing change and ensuring that digital tools align with organizational goals and enhance overall healthcare delivery.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816823 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track4"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse4"> <span> Track 4:</span>Mental Health and Well-being Initiatives </a> </h4> </div> <div id="collapse4" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Mental health and well-being are integral to overall health, and this session focuses on the latest initiatives aimed at improving <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">mental health</a> outcomes. Topics include innovative treatment approaches, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">community-based</a> programs, and policies designed to support mental health. Case studies will highlight successful interventions and their impact on individuals and communities.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also explore the integration of mental health services into <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">primary care</a>, strategies for reducing stigma, and the role of digital tools in mental health support. Discussions will address challenges such as funding, access to care, and the need for cross-sector <a href="https://epidemiology-publichealth.healthconferences.org/registration.php">collaboration</a>. Attendees will gain valuable insights into creating and implementing effective mental health initiatives.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816826 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track5"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse5"> <span> Track 5:</span>Impact of Climate Change on Public Health </a> </h4> </div> <div id="collapse5" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Climate change poses significant challenges to public health, including increased risks of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">infectious diseases</a>, heat-related illnesses, and food and water insecurity. This session will examine the current and projected impacts of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">climate change</a> on health and explore strategies for mitigating these effects. Key topics include adaptation measures, public health preparedness, and the role of policy in addressing climate-related health risks.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">case studies and interventions</a> from around the world, showcasing innovative approaches to managing climate-related health issues. Discussions will focus on the importance of interdisciplinary collaboration and the need for integrating climate considerations into public health planning and response strategies. Participants will gain insights into how to develop and implement effective climate change <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health adaptation plans</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816827 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track6"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse6"> <span> Track 6:</span>Integration of AI in Healthcare Services </a> </h4> </div> <div id="collapse6" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Artificial intelligence</a> (AI) is revolutionizing healthcare services by enhancing diagnostic accuracy, personalizing treatment, and improving operational efficiencies. This session will explore the latest developments in AI applications, including <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">machine learning algorithms</a> for diagnostics, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">predictive analytics</a> for patient care, and AI-driven decision support systems.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Attendees will also learn about the ethical and practical challenges associated with integrating <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">AI into healthcare</a>, such as data privacy concerns, algorithmic bias, and the need for human oversight. Discussions will focus on case studies of successful AI implementations and strategies for overcoming common barriers to adoption. The track will provide a comprehensive overview of how AI can be effectively leveraged to improve <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare delivery</a> and outcomes.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816828 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track7"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse7"> <span> Track 7:</span>Health Inequalities and Social Determinants </a> </h4> </div> <div id="collapse7" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Health inequalities and social determinants play a critical role in shaping health outcomes across different populations. This session will address the impact of factors such as <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">socioeconomic status</a>, education, and access to healthcare on <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health disparities</a>. Key discussions will include strategies for identifying and addressing these inequalities through targeted interventions and policy changes.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also explore successful programs and initiatives aimed at reducing health disparities and promoting equity. Attendees will gain insights into the role of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">community engagement</a>, advocacy, and data collection in addressing social determinants of health. The session will emphasize the importance of a holistic approach to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health equity</a> and the need for cross-sector collaboration to achieve meaningful improvements.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816829 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track8"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse8"> <span> Track 8:</span>Chronic Disease Management and Prevention </a> </h4> </div> <div id="collapse8" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Chronic diseases</a>, such as <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">diabetes</a>, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">cardiovascular disease</a>, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">respiratory</a> conditions, require ongoing management and prevention efforts. This session will focus on the latest advancements in chronic disease management, including new treatment approaches, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">patient self-management strategies</a>, and integrated care models.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover preventive measures, such as lifestyle interventions and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">early detection</a> programs, and their impact on reducing the burden of chronic diseases. Attendees will learn about successful case studies and innovative approaches to managing chronic conditions across different <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare</a> settings. The track will provide practical insights into improving care and outcomes for individuals with chronic diseases.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816830 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track9"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse9"> <span> Track 9:</span>Healthcare System Resilience and Crisis Management </a> </h4> </div> <div id="collapse9" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Building resilient healthcare systems and effectively managing crises are essential for ensuring continuity of care during emergencies. This session will examine strategies for enhancing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare system resilience</a>, including preparedness planning, resource allocation, and response coordination. Key topics will include lessons learned from past crises and approaches for strengthening <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare infrastructure</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also explore the role of leadership, communication, and community involvement in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">crisis management</a>. Attendees will gain insights into developing and implementing robust crisis management plans, as well as strategies for recovering and adapting post-crisis. Discussions will focus on best practices and innovative solutions for improving <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare system</a> resilience and response capabilities.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816831 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track10"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse10"> <span> Track 10:</span>Patient-Centered Care Models </a> </h4> </div> <div id="collapse10" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Patient-centered care focuses on <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">delivering care</a> that is respectful of and responsive to individual patient preferences, needs, and values. This session will explore various patient-centered care models, including approaches for improving patient engagement, shared decision-making, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">personalized care plans</a>. Key discussions will include the benefits and challenges of implementing patient-centered practices in different healthcare settings.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful case studies and strategies for overcoming barriers to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">patient-centered care</a>. Attendees will learn about innovative tools and techniques for enhancing patient experience and satisfaction, as well as the role of technology in facilitating patient-centered care. The session will provide practical <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">insights</a> into creating and sustaining patient-centered care environments.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816832 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track11"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse11"> <span> Track 11:</span>Telemedicine and Remote Health Services </a> </h4> </div> <div id="collapse11" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Telemedicine and remote health services have become increasingly important in providing accessible and convenient care. This session will explore the latest developments in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">telemedicine technologies</a>, including video consultations, remote monitoring, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">digital health</a> platforms. Key discussions will focus on the benefits, challenges, and best practices for implementing telemedicine solutions.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also address issues such as regulatory considerations, reimbursement models, and ensuring quality of care in remote settings. Attendees will gain insights into successful <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">telemedicine programs</a> and strategies for integrating <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">remote services</a> into existing healthcare systems. Discussions will highlight the potential of telemedicine to improve access to care and enhance patient outcomes.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816833 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track12"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse12"> <span> Track 12:</span>Pharmaceuticals and Vaccine Development </a> </h4> </div> <div id="collapse12" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">The development of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">pharmaceuticals</a> and vaccines is critical for advancing public health and addressing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">emerging health threats</a>. This session will cover the latest research and innovations in drug and vaccine development, including novel therapies, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">vaccine technologies</a>, and regulatory processes. Key topics will include advancements in clinical trials, vaccine distribution, and the role of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public-private partnerships</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also address challenges such as ensuring <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">equitable access</a> to new treatments and vaccines, addressing supply chain issues, and managing public perception. Attendees will learn about successful case studies and the impact of new pharmaceuticals and vaccines on <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">global health</a>. The track will provide insights into the future directions of drug and vaccine development and their potential to address current and emerging health issues.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816834 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track13"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse13"> <span> Track 13:</span>Health Economics and Cost-Effectiveness </a> </h4> </div> <div id="collapse13" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Health economics and cost-effectiveness analysis are essential for evaluating <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare interventions</a> and making informed <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">policy decisions</a>. This session will explore methods for assessing the economic impact of healthcare programs, including cost-effectiveness analysis, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health technology assessment</a>, and economic modeling. Key discussions will focus on practical applications and challenges in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health economics</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight case studies and best practices for using economic evidence to inform <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare decisions</a>. Attendees will learn about strategies for balancing cost and quality in healthcare delivery and the role of economic evaluation in shaping <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare policy</a>. The session will provide valuable insights into how economic considerations can improve healthcare efficiency and outcomes</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816835 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track14"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse14"> <span> Track 14:</span>Global Health Challenges and Responses </a> </h4> </div> <div id="collapse14" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Global health challenges</a>, such as pandemics, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health disparities</a>, and emerging diseases, require coordinated responses and innovative solutions. This session will examine current global health challenges and the strategies employed to address them, including <a href="https://epidemiology-publichealth.healthconferences.org/registration.php">international collaborations</a>, emergency responses, and public health interventions. Key topics will include lessons learned from recent <a href="https://epidemiology-publichealth.healthconferences.org/registration.php">global health crises</a> and future preparedness.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover the role of global health organizations, funding mechanisms, and <a href="https://epidemiology-publichealth.healthconferences.org/registration.php">policy frameworks</a> in addressing global health issues. Attendees will gain insights into successful case studies and strategies for improving <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">global health responses</a>. The track will emphasize the importance of a collaborative approach and the need for cross-border solutions to tackle complex health challenges.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816836 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track15"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse15"> <span> Track 15:</span>Ethical Issues in Public Health </a> </h4> </div> <div id="collapse15" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Ethical</a> considerations are central to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health practice</a>, affecting decision-making, policy development, and research. This session will explore key ethical issues in public health, including principles of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">equity</a>, justice, and respect for autonomy. Discussions will address ethical dilemmas in areas such as resource allocation, research ethics, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health interventions</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also examine case studies of ethical challenges and strategies for addressing them. Attendees will learn about frameworks for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">ethical decision-making</a> and the role of ethics committees in public health. The session will provide insights into balancing ethical considerations with practical realities and ensuring that public health practices adhere to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">ethical standards</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816837 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track16"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse16"> <span> Track 16:</span>Health Behavior and Lifestyle Interventions </a> </h4> </div> <div id="collapse16" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Health behavior and lifestyle interventions are crucial for preventing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">chronic diseases</a> and promoting <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">well-being</a>. This session will focus on the latest research and strategies for influencing health behaviors, including interventions for diet, physical activity, and smoking cessation. Key discussions will include <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">behavioral change theories</a>, program design, and evaluation methods.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful case studies and innovative approaches to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">lifestyle interventions</a>. Attendees will learn about the role of community programs, digital health tools, and policy changes in supporting <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthy behaviors</a>. The session will provide practical insights into designing and implementing effective lifestyle interventions to improve health outcomes.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816838 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track17"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse17"> <span> Track 17:</span>Nutrition and Dietary Guidelines </a> </h4> </div> <div id="collapse17" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Nutrition</a> plays a fundamental role in health and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">disease prevention</a>. This session will cover the latest research on nutrition and dietary guidelines, including recommendations for various population groups, emerging trends, and the impact of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">dietary patterns</a> on health outcomes. Key topics will include the role of nutrition in managing chronic diseases and addressing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health nutrition</a> challenges.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also address the development and implementation of dietary guidelines, including considerations for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">cultural and regional differences</a>. Attendees will gain insights into successful nutrition programs and strategies for promoting healthy eating habits. The track will provide valuable information for healthcare professionals, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">policymakers</a>, and public health practitioners working to improve nutrition and health.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816839 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track18"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse18"> <span> Track 18:</span>Substance Abuse and Dependency Management </a> </h4> </div> <div id="collapse18" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Substance abuse and dependency</a> are major public health issues requiring <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">effective management</a> and intervention strategies. This session will explore the latest approaches to substance abuse treatment, including pharmacological therapies, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">behavioral therapies</a>, and harm reduction strategies. Key discussions will focus on the challenges of managing substance use disorders and the effectiveness of different treatment modalities.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">case studies</a> and programs aimed at preventing and addressing substance abuse. Attendees will learn about strategies for improving access to care, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">reducing stigma</a>, and supporting individuals in recovery. The session will provide practical insights into developing and implementing effective substance abuse and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">dependency management</a> programs.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816840 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track19"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse19"> <span> Track 19:</span>Health Data Privacy and Security </a> </h4> </div> <div id="collapse19" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Health data privacy and security are critical for protecting patient information and maintaining trust in the <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare system</a>. This session will examine current challenges and best practices in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health data privacy</a>, including data protection regulations, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">cybersecurity</a> measures, and strategies for safeguarding patient information. Key discussions will focus on emerging threats and solutions for ensuring <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">data security</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also explore the role of technology in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health data management</a>, including the use of encryption, access controls, and secure data sharing practices. Attendees will gain insights into managing data breaches, complying with regulations, and implementing robust data protection measures. The session will provide valuable information for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare professionals</a> and organizations concerned with maintaining <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">data privacy and security</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816841 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track20"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse20"> <span> Track 20:</span>Innovations in Primary Healthcare Delivery </a> </h4> </div> <div id="collapse20" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Innovations in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">primary healthcare delivery</a> are transforming how care is provided and accessed. This session will explore new models and approaches for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">delivering primary care</a>, including patient-centered medical homes, integrated care teams, and the use of technology to enhance care delivery. Key topics will include the benefits and challenges of implementing innovative <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">primary care models</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover strategies for improving access to primary care, particularly in underserved areas. Attendees will learn about successful case studies and best practices for enhancing primary care delivery and achieving better <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health outcomes</a>. The track will provide practical <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">insights</a> into designing and implementing innovative approaches to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">primary healthcare</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816842 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track21"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse21"> <span> Track 21:</span>Community Health and Engagement Strategies </a> </h4> </div> <div id="collapse21" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Engaging communities</a> in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health initiatives</a> are essential for improving health outcomes and addressing local health needs. This session will focus on strategies for effective community engagement, including participatory approaches, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">community partnerships</a>, and the use of local knowledge and resources. Key discussions will include the benefits and challenges of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">community-based health interventions</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful case studies and programs that have effectively engaged communities in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health promotion</a> and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">disease prevention</a>. Attendees will gain insights into building trust, fostering collaboration, and leveraging community assets to improve health outcomes. The session will provide practical guidance for developing and implementing community health and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">engagement strategies</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816843 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track22"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse22"> <span> Track 22:</span>Healthcare Workforce Development and Training </a> </h4> </div> <div id="collapse22" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Developing and training the <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare workforce</a> is crucial for ensuring a skilled and competent workforce capable of meeting current and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">future health</a> needs. This session will explore strategies for workforce development, including education and training programs, continuing professional development, and workforce planning. Key topics will include addressing skills gaps and preparing the workforce for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">emerging healthcare</a> challenges.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover the role of leadership, mentorship, and organizational support in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">workforce development</a>. Attendees will learn about successful programs and initiatives aimed at enhancing healthcare workforce capabilities. The track will provide valuable <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">insights</a> into strategies for building a resilient and effective healthcare workforce.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816844 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track23"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse23"> <span> Track 23:</span>Maternal and Child Health </a> </h4> </div> <div id="collapse23" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Maternal and child health is a critical area of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health</a>, encompassing the health of women during pregnancy, childbirth, and the postpartum period, as well as the health of infants and children. This session will explore the latest <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">research</a> and interventions in maternal and child health, including prenatal care, childbirth practices, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">early childhood development</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also address challenges and opportunities in improving <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">maternal and child health</a> outcomes, including access to care, health disparities, and the role of public health programs. Attendees will gain <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">insights</a> into successful case studies and strategies for enhancing maternal and child health services. The track will provide practical guidance for developing and implementing effective maternal and child health initiatives.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816845 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track24"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse24"> <span> Track 24:</span>Public Health Surveillance and Epidemiology </a> </h4> </div> <div id="collapse24" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Public health surveillance</a> and epidemiology are essential for monitoring <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health trends</a>, detecting outbreaks, and guiding public health interventions. This session will examine the latest methods and technologies in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health surveillance</a>, including data collection, analysis, and reporting. Key topics will include the role of epidemiology in disease prevention and control.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover the use of surveillance data for informing <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">public health policy</a> and practice. Attendees will learn about successful case studies and innovative approaches to surveillance and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">epidemiology</a>. The track will provide valuable insights into enhancing public health surveillance systems and improving epidemiological <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">research</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816846 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track25"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse25"> <span> Track 25:</span>Impact of Urbanization on Health </a> </h4> </div> <div id="collapse25" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Urbanization</a> has significant implications for public health, affecting factors such as access to healthcare, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">environmental conditions</a>, and social determinants of health. This session will explore the impact of urbanization on health outcomes, including challenges related to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">urban infrastructure</a>, housing, and transportation. Key discussions will include strategies for addressing urban health issues and promoting <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthy urban environments</a>.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful initiatives and programs aimed at improving health in urban settings. Attendees will gain insights into the role of urban planning, <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">community engagement</a>, and policy interventions in addressing the <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">health impacts</a> of urbanization. The session will provide practical guidance for developing and implementing strategies to promote health in rapidly <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">growing urban</a> areas</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816847 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track26"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse26"> <span> Track 26:</span>Preventive Health Measures and Screening </a> </h4> </div> <div id="collapse26" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Preventive health measures and screening programs are crucial for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">early detection</a> and prevention of diseases. This session will explore the latest advancements in preventive health measures, including screening guidelines, vaccination programs, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">lifestyle interventions</a>. Key topics will include the effectiveness of preventive measures and strategies for increasing participation in screening programs.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover challenges such as addressing disparities in access to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">preventive services</a> and ensuring the quality of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">screening programs</a>. Attendees will learn about successful case studies and best practices for implementing preventive health measures. The track will provide valuable insights into designing and managing effective prevention and screening initiatives.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816848 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track27"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse27"> <span> Track 27:</span>Palliative and End-of-Life Care </a> </h4> </div> <div id="collapse27" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Palliative and end-of-life care focus on providing comfort and support to individuals with serious illnesses and their families. This session will examine the latest approaches to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">palliative care</a>, including <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">pain management</a>, symptom control, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">emotional and spiritual support</a>. Key discussions will include the role of interdisciplinary teams and the integration of palliative care into treatment plans.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also address challenges such as communication with patients and families, advance care planning, and ensuring access to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">palliative care services</a>. Attendees will gain insights into successful programs and best practices for delivering high-quality end-of-life care. The session will provide practical guidance for improving palliative care and supporting individuals at the <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">end of life</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816849 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track28"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse28"> <span> Track 28:</span>Healthcare Policy and Reform </a> </h4> </div> <div id="collapse28" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;">Healthcare policy and reform are critical for shaping the direction of <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare systems</a> and improving health outcomes. This session will explore current trends and debates in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare policy</a>, including topics such as <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare financing</a>, insurance coverage, and policy reform initiatives. Key discussions will focus on the impact of policy changes on <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare delivery</a> and access.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">policy reforms</a> and case studies from different regions. Attendees will gain <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">insights</a> into the process of developing and implementing healthcare policies and the role of advocacy and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">stakeholder engagement</a>. The session will provide valuable information for <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">policymakers</a>, healthcare leaders, and researchers interested in healthcare policy and reform.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816850 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track29"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse29"> <span> Track 29:</span>Cultural Competence in Healthcare </a> </h4> </div> <div id="collapse29" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Cultural competence</a> is essential for providing effective and respectful care to diverse populations. This session will explore strategies for enhancing cultural competence in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare</a>, including training programs, communication skills, and the integration of cultural considerations into care practices. Key topics will include addressing health disparities and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">promoting equity</a> in healthcare delivery.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">Discussions will also cover successful case studies and programs aimed at improving cultural competence in <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">healthcare settings</a>. Attendees will learn about the importance of understanding cultural differences and the role of cultural competence in improving patient outcomes. The track will provide practical guidance for developing and implementing culturally <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">competent care practices</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816851 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> <div class="panel panel-default" id="track30"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" href="#collapse30"> <span> Track 30:</span>Emerging Infectious Diseases and Global Health Security </a> </h4> </div> <div id="collapse30" class="panel-collapse collapse "> <div class="panel-body"> <div class="alert alert-info"><p style="text-align: justify;"> <span style="font-size:12px;"><a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">Emerging infectious diseases</a> pose significant threats to <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">global health</a> and require robust response strategies. This session will examine the latest developments in the prevention, detection, and management of emerging infectious diseases, including <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">surveillance systems</a>, vaccine development, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">international collaboration</a>. Key discussions will focus on lessons learned from recent outbreaks and strategies for improving global health security.</span></p> <p style="text-align: justify;"> <span style="font-size:12px;">The track will also highlight successful case studies and innovative approaches to addressing emerging infectious diseases. Attendees will gain insights into the role of global health organizations, research initiatives, and <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">policy frameworks</a> in enhancing preparedness and response capabilities. The session will provide valuable information for addressing current and future <a href="https://epidemiology-publichealth.healthconferences.org/abstract-submission.php">global health threats</a>.</span></p> </div> <ul class="list-group"> <!-- select TrackName from callforabstracts where user='13547' and parentid =816852 AND status='1' order by recordListingID ASC --> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <style> .panel ul.acadamica { padding:0px; margin:0px; list-style:none; } .acadamica > .news-item { padding:4px 4px; margin:0px; border-bottom:1px dotted #555; } </style> <script type="text/javascript" src="https://epidemiology-publichealth.healthconferences.org/js/jquery.bootstrap.newsbox.min.js"></script> <script type="text/javascript"> var j = jQuery.noConflict(); j(function () { j(".acadamica").bootstrapNews({ newsPerPage: 4, autoplay: true, pauseOnHover:true, direction: 'up', newsTickerInterval: 4000, onToDo: function () { //console.log(this); } }); }); </script> <!--Main Content Ends Here--> <footer> <!-- <div id="feedback"> <div>Reach Us <span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 485.213 485.212" style="enable-background:new 0 0 485.213 485.212;" xml:space="preserve"> <g> <path d="M242.607,0C108.629,0,0.001,108.628,0.001,242.606c0,133.976,108.628,242.606,242.606,242.606 c133.978,0,242.604-108.631,242.604-242.606C485.212,108.628,376.585,0,242.607,0z M370.719,353.989l-19.425,19.429 c-3.468,3.463-13.623,5.624-13.949,5.624c-61.452,0.536-120.621-23.602-164.095-67.08c-43.593-43.618-67.759-102.998-67.11-164.657 c0-0.028,2.224-9.892,5.689-13.324l19.424-19.427c7.108-7.141,20.762-10.368,30.327-7.168l4.086,1.363 c9.537,3.197,19.55,13.742,22.185,23.457l9.771,35.862c2.635,9.743-0.919,23.604-8.025,30.712l-12.97,12.972 c12.734,47.142,49.723,84.138,96.873,96.903l12.965-12.975c7.141-7.141,20.997-10.692,30.719-8.061l35.857,9.806 c9.717,2.67,20.26,12.62,23.456,22.154l1.363,4.145C381.028,333.262,377.826,346.913,370.719,353.989z" fill="#FFFFFF"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg></span> <span> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <path style="fill:#EDEDED;" d="M0,512l35.31-128C12.359,344.276,0,300.138,0,254.234C0,114.759,114.759,0,255.117,0 S512,114.759,512,254.234S395.476,512,255.117,512c-44.138,0-86.51-14.124-124.469-35.31L0,512z"/> <path style="fill:#55CD6C;" d="M137.71,430.786l7.945,4.414c32.662,20.303,70.621,32.662,110.345,32.662 c115.641,0,211.862-96.221,211.862-213.628S371.641,44.138,255.117,44.138S44.138,137.71,44.138,254.234 c0,40.607,11.476,80.331,32.662,113.876l5.297,7.945l-20.303,74.152L137.71,430.786z"/> <path style="fill:#FEFEFE;" d="M187.145,135.945l-16.772-0.883c-5.297,0-10.593,1.766-14.124,5.297 c-7.945,7.062-21.186,20.303-24.717,37.959c-6.179,26.483,3.531,58.262,26.483,90.041s67.09,82.979,144.772,105.048 c24.717,7.062,44.138,2.648,60.028-7.062c12.359-7.945,20.303-20.303,22.952-33.545l2.648-12.359 c0.883-3.531-0.883-7.945-4.414-9.71l-55.614-25.6c-3.531-1.766-7.945-0.883-10.593,2.648l-22.069,28.248 c-1.766,1.766-4.414,2.648-7.062,1.766c-15.007-5.297-65.324-26.483-92.69-79.448c-0.883-2.648-0.883-5.297,0.883-7.062 l21.186-23.834c1.766-2.648,2.648-6.179,1.766-8.828l-25.6-57.379C193.324,138.593,190.676,135.945,187.145,135.945"/> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg></span> 442045861247</div> </div> --> <div class="whatup"> <ul> <li><a href="tel:442045861247">442045861247<i class="fa fa-whatsapp" aria-hidden="true"></i></a></li> </ul> </div> <div class="container"> <div class="conference-category-contact-main"> <div class="conference-category"> <div class="conference-country padding-lg"> <h4 class="text-center padding-sm bg-success-gradient">Conferences By <strong>Continents</strong></h4> <h3 class="text-success">USA & Americas</h3> <ul class="list-inline clearfix"> <li class="sprite USA"><a href="https://www.conferenceseries.com/usa-meetings" target="_blank" title="USA">USA</a></li> <li class="sprite Canada"><a href="https://www.conferenceseries.com/canada-meetings" target="_blank" title="Canada">Canada</a></li> <li class="sprite Brazil"><a href="https://www.conferenceseries.com/brazil-meetings" target="_blank" title="Brazil">Brazil</a></li> <li class="sprite Mexico"><a href="https://www.conferenceseries.com/mexico-meetings" target="_blank" title="Mexico">Mexico</a></li> </ul> <h3 class="text-success">Asia-Pacific & Middle East</h3> <ul class="list-inline clearfix"> <li class="sprite Australia"><a href="https://www.conferenceseries.com/australia-meetings" target="_blank" title="Australia">Australia</a></li> <li class="sprite China"><a href="https://www.conferenceseries.com/china-meetings" target="_blank" title="China">China</a></li> <li class="sprite HongKong"><a href="https://www.conferenceseries.com/hong-kong-meetings" title="Click for Hong Kong Conferences">Hong Kong</a></li> <li class="sprite India"><a href="https://www.conferenceseries.com/india-meetings" target="_blank" title="India">India</a></li> <li class="sprite Indonesia"><a href="https://www.conferenceseries.com/indonesia-meetings/" title="Click for Indonesia Conferences">Indonesia</a></li> <li class="sprite japan"><a href="https://www.conferenceseries.com/japan-meetings" target="_blank" title="Japan">Japan</a></li> <li class="sprite Malaysia"><a href="https://www.conferenceseries.com/malaysia-meetings" target="_blank" title="Malaysia">Malaysia</a></li> <li class="sprite NewZealand"><a href="https://www.conferenceseries.com/newzealand-meetings" target="_blank" title="New Zealand">New Zealand</a></li> <li class="sprite Philippines"><a href="https://www.conferenceseries.com/philippines-meetings" target="_blank" title="Philippines">Philippines</a></li> <li class="sprite Singapore"><a href="https://www.conferenceseries.com/singapore-meetings" target="_blank" title="Singapore">Singapore</a></li> <li class="sprite SouthKorea"><a href="https://www.conferenceseries.com/south-korea-meetings" target="_blank" title="South Korea">South Korea</a></li> <li class="sprite Taiwan"><a href="https://www.conferenceseries.com/taiwan-meetings" title="Click for Taiwan Conferences">Taiwan</a></li> <li class="sprite Thailand"><a href="https://www.conferenceseries.com/thailand-meetings" target="_blank" title="Click for Thailand Conferences">Thailand</a></li> <li class="sprite UAE"><a href="https://www.conferenceseries.com/uae-meetings" target="_blank" title="UAE">UAE</a></li> </ul> <h3 class="text-success">Europe & UK</h3> <ul class="list-inline clearfix"> <li class="sprite Austria"><a href="https://www.conferenceseries.com/austria-meetings" target="_blank" title="Austria">Austria</a></li> <li class="sprite Denmark"><a href="https://www.conferenceseries.com/denmark-meetings" target="_blank" title="Denmark">Denmark</a></li> <li class="sprite Finland"><a href="https://www.conferenceseries.com/finland-meetings" target="_blank" title="Finland">Finland</a></li> <li class="sprite France"><a href="https://www.conferenceseries.com/france-meetings" target="_blank" title="France">France</a></li> <li class="sprite Germany"><a href="https://www.conferenceseries.com/germany-meetings" target="_blank" title="Germany">Germany</a></li> <li class="sprite Italy"><a href="https://www.conferenceseries.com/italy-meetings" target="_blank" title="Italy">Italy</a></li> <li class="sprite Luxembourg"><a href="https://www.conferenceseries.com/luxembourg-meetings" target="_blank" title="Luxembourg">Luxembourg</a></li> <li class="sprite Netherlands"><a href="https://www.conferenceseries.com/netherlands-meetings" target="_blank" title="Netherlands">Netherlands</a></li> <li class="sprite Norway"><a href="https://www.conferenceseries.com/norway-meetings" target="_blank" title="Norway">Norway</a></li> <li class="sprite Poland"><a href="https://www.conferenceseries.com/poland-meetings" target="_blank" title="Poland">Poland</a></li> <li class="sprite SouthAfrica"><a href="https://www.conferenceseries.com/south-africa-meetings" target="_blank" title="South Africa">South Africa</a></li> <li class="sprite Spain"><a href="https://www.conferenceseries.com/spain-meetings" target="_blank" title="Spain">Spain</a></li> <li class="sprite Switzerland"><a href="https://www.conferenceseries.com/switzerland-meetings" target="_blank" title="Switzerland">Switzerland</a></li> <li class="sprite Turkey"><a href="https://www.conferenceseries.com/turkey-meetings" target="_blank" title="Turkey">Turkey</a></li> <li class="sprite UK"><a href="https://www.conferenceseries.com/uk-meetings" target="_blank" title="UK">UK</a></li> <li class="sprite Ukraine"><a href="https://www.conferenceseries.com/ukraine-meetings" target="_blank" title="Ukraine">Ukraine</a></li> </ul> </div> <div class="conference-place padding-lg"> <h4 class="text-center padding-sm bg-success-gradient"><strong>Medical & Clinical</strong> Conferences</h4> <ul class="list-inline clearfix"> <li><a href="https://www.conferenceseries.com/alternative-healthcare-meetings" target="_blank" title="Alternative Healthcare">Alternative Healthcare</a></li> <li><a href="https://www.conferenceseries.com/cardiology-meetings" target="_blank" title="Cardiology">Cardiology</a></li> <li><a href="https://www.conferenceseries.com/dentistry-meetings" target="_blank" title="Dentistry">Dentistry</a></li> <li><a href="https://www.conferenceseries.com/dermatology-meetings" target="_blank" title="Dermatology">Dermatology</a></li> <li><a href="https://www.conferenceseries.com/diabetes-endocrinology-meetings" target="_blank" title="Diabetes & Endocrinology">Diabetes & Endocrinology</a></li> <li><a href="https://www.conferenceseries.com/gastroenterology-meetings" target="_blank" title="Gastroenterology">Gastroenterology</a></li> <li><a href="https://www.conferenceseries.com/healthcare-management-meetings" target="_blank" title="Healthcare Management">Healthcare Management</a></li> <li><a href="https://www.conferenceseries.com/immunology-meetings" target="_blank" title="Immunology">Immunology</a></li> <li><a href="https://www.conferenceseries.com/infectious-diseases-meetings" target="_blank" title="Infectious Diseases">Infectious Diseases</a></li> <li><a href="https://www.conferenceseries.com/medical-meetings" target="_blank" title="Medical">Medical</a></li> <li><a href="https://www.conferenceseries.com/medical-ethics-health-policies-meetings" target="_blank" title="Medical Ethics & Health Policies">Medical Ethics & Health Policies</a></li> <li><a href="https://www.conferenceseries.com/microbiology-meetings" target="_blank" title="Microbiology">Microbiology</a></li> <li><a href="https://www.conferenceseries.com/neuroscience-meetings" target="_blank" title="Neuroscience">Neuroscience</a></li> <li><a href="https://www.conferenceseries.com/nursing-meetings" target="_blank" title="Nursing">Nursing</a></li> <li><a href="https://www.conferenceseries.com/obesity-meetings" target="_blank" title="Obesity">Obesity</a></li> <li><a href="https://www.conferenceseries.com/oncology-cancer-meetings" target="_blank" title="Oncology & Cancer">Oncology & Cancer</a></li> <li><a href="https://www.conferenceseries.com/ophthalmology-meetings" target="_blank" title="Ophthalmology">Ophthalmology</a></li> <li><a href="https://www.conferenceseries.com/palliativecare-meetings" target="_blank" title="Palliativecare">Palliativecare</a></li> <li><a href="https://www.conferenceseries.com/pathology-meetings" target="_blank" title="Pathology">Pathology</a></li> <li><a href="https://www.conferenceseries.com/pediatrics-meetings" target="_blank" title="Pediatrics">Pediatrics</a></li> <li><a href="https://www.conferenceseries.com/physical-therapy-rehabilitation-meetings" target="_blank" title="Physical Therapy Rehabilitation">Physical Therapy Rehabilitation</a></li> <li><a href="https://www.conferenceseries.com/psychiatry-meetings" target="_blank" title="Psychiatry">Psychiatry</a></li> <li><a href="https://www.conferenceseries.com/radiology-meetings" target="_blank" title="Radiology">Radiology</a></li> <li><a href="https://www.conferenceseries.com/reproductive-medicine-women-healthcare-meetings" target="_blank" title="Reproductive Medicine & Women Healthcare">Reproductive Medicine & Women Healthcare</a></li> <li><a href="https://www.conferenceseries.com/surgery-meetings" target="_blank" title="Surgery">Surgery</a></li> <li><a href="https://www.conferenceseries.com/vaccines-meetings" target="_blank" title="Vaccines">Vaccines</a></li> </ul> </div> <div class="conference-subjects padding-lg"> <h4 class="text-center padding-sm bg-success-gradient">Conferences By <strong>Subject</strong></h4> <ul class="list-inline clearfix"> <li><a href="https://www.conferenceseries.com/agri-food-aqua-meetings" target="_blank" title="Agri, Food & Aqua">Agri, Food & Aqua</a></li> <li><a href="https://www.conferenceseries.com/biochemistry-meetings" target="_blank" title="Biochemistry">Biochemistry</a></li> <li><a href="https://www.conferenceseries.com/business-management-meetings" target="_blank" title="Business & Management">Business & Management</a></li> <li><a href="https://www.conferenceseries.com/chemical-engineering-meetings" target="_blank" title="Chemical Engineering">Chemical Engineering</a></li> <li><a href="https://www.conferenceseries.com/chemistry-meetings" target="_blank" title="Chemistry">Chemistry</a></li> <li><a href="https://www.conferenceseries.com/eee-engineering-meetings" target="_blank" title="EEE & Engineering">EEE & Engineering</a></li> <li><a href="https://www.conferenceseries.com/environmental-sciences-meetings" target="_blank" title="Environmental Sciences">Environmental Sciences</a></li> <li><a href="https://www.conferenceseries.com/genetics-molecular-biology-meetings" target="_blank" title="Genetics & Molecular Biology">Genetics & Molecular Biology</a></li> <li><a href="https://www.conferenceseries.com/geology-earth-science-meetings" target="_blank" title="Geology & Earth science">Geology & Earth science</a></li> <li><a href="https://www.conferenceseries.com/hematology-meetings" target="_blank" title="Hematology">Hematology</a></li> <li><a href="https://www.conferenceseries.com/materials-science-meetings" target="_blank" title="Materials Science">Materials Science</a></li> <li><a href="https://www.conferenceseries.com/nanotechnology-meetings" target="_blank" title="Nanotechnology">Nanotechnology</a></li> <li><a href="https://www.conferenceseries.com/nephrology-meetings" target="_blank" title="Nephrology">Nephrology</a></li> <li><a href="https://www.conferenceseries.com/nutrition-meetings" target="_blank" title="Nutrition">Nutrition</a></li> <li><a href="https://www.conferenceseries.com/petroleum-meetings" target="_blank" title="Petroleum">Petroleum</a></li> <li><a href="https://www.conferenceseries.com/pharma-marketing-industry-meetings" target="_blank" title="Pharma Marketing & Industry">Pharma Marketing & Industry</a></li> <li><a href="https://www.conferenceseries.com/pharmaceutical-sciences-meetings" target="_blank" title="Pharmaceutical Sciences">Pharmaceutical Sciences</a></li> <li><a href="https://www.conferenceseries.com/physics-meetings" target="_blank" title="Physics">Physics</a></li> <li><a href="https://www.conferenceseries.com/pulmonology-meetings" target="_blank" title="Pulmonology">Pulmonology</a></li> <li><a href="https://www.conferenceseries.com/veterinary-meetings" target="_blank" title="Veterinary">Veterinary</a></li> </ul> </div> </div> <div class="row conference-contact-proceedings"> <div class="proceedings"> <h4 class="h3 text-center">View <strong>Proceedings of Previous Conferences</strong></h4> <div class="proceedings-sub"> <div class="col-md-offset-1 col-md-2 col-xs-6"> <a href="https://www.hilarispublisher.com/conference-abstracts/public-health-2023-proceedings-932.html" target="_blank" title="Journal Flyer"><img src="https://d2cax41o7ahm5l.cloudfront.net/cs/proceeding/proceeding-13547-98247.jpg" alt="Journal Flyer" class="thumbnail img-responsive center-block"></a> </div> </div> </div> </div> <!-- View Proceedings - Ends Here mailto:contactus@conferenceseries.com --> <div class="row conference-contact-past-reports"> <div class="col-sm-4 mail-us"> <h4><strong>Mail us</strong> at</h4> <dl> <dt>Drop us an email for Program enquiry.</dt> <dd> <a href="mailto:europublichealth@europeanmeets.com" title="europublichealth@europeanmeets.com" class="wrap-link"> europublichealth@europeanmeets.com </a> </dd> <dt>Sponsors / Exhibiting / Advertising.</dt> <dd> <a href="mailto:europublichealth@europeanmeets.com" title="europublichealth@europeanmeets.com"> europublichealth@europeanmeets.com </a> </dd> <dt>General Queries.</dt> <dd> <a href="mailto:europublichealth@europeanmeets.com" title="europublichealth@europeanmeets.com"> europublichealth@europeanmeets.com </a> </dd> </dl> </div> <div class="col-sm-4 "> <h4><strong>Contact us</strong> at</h4> <div class="chat-main"> <a href="#" data-toggle="modal" data-target="#contactUs" title="Click to message us" class="show" id="chat" style="height:auto !important;"><img src="https://d2cax41o7ahm5l.cloudfront.net/cs/images/live_chat_new3.png" style="min-width:160px;" alt="Contact Us"></a> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="https://d2cax41o7ahm5l.cloudfront.net/cs/js/jquery-1.11.3.min.js"><\/script>');</script> <div class="modal fade" id="contactUs" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h3 class="modal-title text-center"> 8<sup>th</sup>聽European Conference on Public Health, Well-being and Healthcare Management </h3> <div id="contact_msg" class="span12 text-center"></div> </div> <div class="modal-body" id="contact_form"> <p class="text-center text-success"><strong>Please leave a message, we will get back you shortly.</strong></p> <form class="form-horizontal" id="enquiry_form"> <input type="hidden" name="conference_url" id="conference_url" value="epidemiology-publichealth.healthconferences.org"> <input type="hidden" name="conference_country" id="conference_country" value="France"> <input type="hidden" name="conference_name" id="conference_name" value="8th聽European Conference on Public Health, Well-being and Healthcare Management" /> <input type="hidden" name="conference_email" id="conference_email" value="europublichealth@europeanmeets.com" /> <input type="hidden" name="confId" id="confId" value="13547" /> <div class="form-group"> <label for="inputName" class="col-sm-2 control-label">Name</label> <div class="col-sm-10"> <input type="name" class="form-control" name="inputName" id="inputName" placeholder="Enter Your Name Here" name="name" required="required"> </div> </div> <div class="form-group"> <label for="inputEmail" class="col-sm-2 control-label">Email</label> <div class="col-sm-10"> <input type="email" class="form-control" name="inputEmail" id="inputEmail" placeholder="Enter Your Email Address Here" name="email" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Mobile Number</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputMobile" id="inputMobile" placeholder="Enter Your Mobile Number Here" name="mobile" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Country</label> <div class="col-sm-10"> <select class="form-control" name="Country" id="Country" required=""> <option value="">Select country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Canadian Nunavut Territory">Canadian Nunavut Territory</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling Islands)">Cocos (Keeling Islands)</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'Ivoire (Ivory Coast)">Cote D'Ivoire (Ivory Coast)</option> <option value="Croatia (Hrvatska)">Croatia (Hrvatska)</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="East Timor">East Timor</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="France, Metropolitan">France, Metropolitan</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-Bissau">Guinea-Bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard and McDonald Islands">Heard and McDonald Islands</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea (North)">Korea (North)</option> <option value="Korea (South)">Korea (South)</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Laos">Laos</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libya">Libya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macau">Macau</option> <option value="Macedonia">Macedonia</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta<">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia">Micronesia</option> <option value="Moldova">Moldova</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palestine">Palestine</option> <option value="Palau">Palau</option> <option value="Palestine">Palestine</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="S. Georgia and S. Sandwich Isls.">S. Georgia and S. Sandwich Isls.</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia">Serbia</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovak Republic">Slovak Republic</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="St. Helena">St. Helena</option> <option value="St. Pierre and Miquelon">St. Pierre and Miquelon</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen Islands">Svalbard and Jan Mayen Islands</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syria">Syria</option> <option value="Taiwan">Taiwan</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania">Tanzania</option> <option value="Thailand">Thailand</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="US Minor Outlying Islands">US Minor Outlying Islands</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Vatican City State (Holy See)">Vatican City State (Holy See)</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands (British)">Virgin Islands (British)</option> <option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Yugoslavia">Yugoslavia</option> <option value="Zaire">Zaire</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> </div> <div class="form-group"> <label for="inputSubject" class="col-sm-2 control-label">Research Interest</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputSubject" id="inputSubject" placeholder="Enter Your Research Here" name="mobile"> </div> </div> <div class="form-group"> <label for="inputMessage" class="col-sm-2 control-label">Message</label> <div class="col-sm-10"> <textarea class="form-control" rows="3" name="inputMessage" id="inputMessage" name="message" Placeholder="Enter Your Message Here"></textarea> </div> </div> <div class="form-group"> <p class="text-center"><button type="button" id="submitbtn" class="btn btn-success">Submit</button><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></p> </div> </form> </div> </div> </div> </div> <script> $(document).ready(function(){ var Emailfilter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; $('#submitbtn').click(function(event){ event.preventDefault(); var postData = { 'conference_name' : $("#conference_name").val(), 'conference_url' : $("#conference_url").val(), 'conference_email' : $("#conference_email").val(), 'inputName' : $("#inputName").val(), 'inputEmail' : $("#inputEmail").val(), 'inputMobile' : $("#inputMobile").val(), 'inputCountry' : $("#Country").val(), 'inputSubject' : $("#inputSubject").val(), 'inputMessage' : $("#inputMessage").val(), 'confId' : $("#confId").val(), 'country' : $("#conference_country").val() } if (postData.inputName=='') { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Name Required!</font>'); } else if (postData.inputEmail=='') { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Email Required!</font>'); } else if (!Emailfilter.test(postData.inputEmail)) { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Invalid Email!</font>'); } else if (postData.inputMobile=='') { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Mobile Number Required!</font>'); } else if (postData.inputCountry=='') { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Country Required!</font>'); } else if (postData.inputSubject=='') { $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Research Required!</font>'); } else { $('#contact_msg').html(""); $.ajax({ url:'../enquiry.php', type:'post', data:postData, success: function(response){ if(response==1){ $('#contact_form').html('<p style="color:green;font-weight:bold; font-size:20px; text-align:center;">Thanks for contacting us,<br/> we will get back to you soon from </p><a id="contact_mail" href="mailto:' + postData.conference_email + '">' + postData.conference_email + '</a>'); }else{ $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }, error:function(response){ $('#contact_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }); } }); }); </script> <div class="modal fade" id="purchaseToday" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h3 class="modal-title text-center">Purchase Our Past Conferences Materials</h3> <div id="materials_msg" class="span12 text-center"></div> </div> <div class="modal-body" id="contact_form"> <p class="text-center text-success"><strong>Please fill the form. we will get back you soon.</strong></p> <form class="form-horizontal" id="purchase_form"> <input type="hidden" name="conference_url" id="conference_url" value=""> <input type="hidden" name="conference_country" id="conference_country" value=""> <input type="hidden" name="conference_name" id="conference_name" value="" /> <input type="hidden" name="conference_email" id="conference_email" value="europublichealth@europeanmeets.com" /> <input type="hidden" name="confId" id="confId" value="13547" /> <div class="form-group"> <label for="inputName" class="col-sm-2 control-label">Name</label> <div class="col-sm-10"> <input type="name" class="form-control" name="inputName" id="inputName" placeholder="Enter Your Name Here" name="name" required="required"> </div> </div> <div class="form-group"> <label for="inputEmail" class="col-sm-2 control-label">Email</label> <div class="col-sm-10"> <input type="email" class="form-control" name="inputEmail" id="inputEmail" placeholder="Enter Your Email Address Here" name="email" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Mobile Number</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputMobile" id="inputMobile" placeholder="Enter Your Mobile Number Here" name="mobile" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Country</label> <div class="col-sm-10"> <select class="form-control" name="Country" id="Country" required=""> <option value="">Select country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Canadian Nunavut Territory">Canadian Nunavut Territory</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling Islands)">Cocos (Keeling Islands)</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'Ivoire (Ivory Coast)">Cote D'Ivoire (Ivory Coast)</option> <option value="Croatia (Hrvatska)">Croatia (Hrvatska)</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="East Timor">East Timor</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="France, Metropolitan">France, Metropolitan</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-Bissau">Guinea-Bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard and McDonald Islands">Heard and McDonald Islands</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea (North)">Korea (North)</option> <option value="Korea (South)">Korea (South)</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Laos">Laos</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libya">Libya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macau">Macau</option> <option value="Macedonia">Macedonia</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta<">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia">Micronesia</option> <option value="Moldova">Moldova</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palestine">Palestine</option> <option value="Palau">Palau</option> <option value="Palestine">Palestine</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="S. Georgia and S. Sandwich Isls.">S. Georgia and S. Sandwich Isls.</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia">Serbia</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovak Republic">Slovak Republic</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="St. Helena">St. Helena</option> <option value="St. Pierre and Miquelon">St. Pierre and Miquelon</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen Islands">Svalbard and Jan Mayen Islands</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syria">Syria</option> <option value="Taiwan">Taiwan</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania">Tanzania</option> <option value="Thailand">Thailand</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="US Minor Outlying Islands">US Minor Outlying Islands</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Vatican City State (Holy See)">Vatican City State (Holy See)</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands (British)">Virgin Islands (British)</option> <option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Yugoslavia">Yugoslavia</option> <option value="Zaire">Zaire</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> </div> <div class="form-group"> <label for="inputSubject" class="col-sm-2 control-label">Material Type</label> <div class="col-sm-10"> <select class="form-control" name="MaterialType" id="MaterialType" required=""> <option value="">Select Material Type</option> <option value="Proceedings (Souvenir) - Hard Copy">Proceedings (Souvenir) - Hard Copy</option> <option value="Proceedings (Souvenir) - Soft Copy">Proceedings (Souvenir) - Soft Copy</option> <option value="Attendees List & Contacts">Attendees List & Contacts</option> <option value="Post Conference Networking">Post Conference Networking</option> <option value="Conference Photos Gallery">Conference Photos Gallery</option> </select> </div> </div> <div class="form-group"> <label for="inputMessage" class="col-sm-2 control-label">Message</label> <div class="col-sm-10"> <textarea class="form-control" rows="3" name="inputMessage" id="inputMessage" name="message" Placeholder="Enter Your Message Here"></textarea> </div> </div> <div class="form-group"> <p class="text-center"><button type="button" id="purchaseTodayBtn" class="btn btn-success">Submit</button><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></p> </div> </form> </div> </div> </div> </div> <script> $(document).ready(function(){ var Emailfilter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; $('#purchaseTodayBtn').click(function(event){ event.preventDefault(); var postData = { 'conference_name' : $('#purchaseToday input[id=conference_name]').val(), 'conference_url' : $('#purchaseToday input[id=conference_url]').val(), 'conference_email' : $('#purchaseToday input[id=conference_email]').val(), 'inputName' : $('#purchaseToday input[id=inputName]').val(), 'inputEmail' : $('#purchaseToday input[id=inputEmail]').val(), 'inputMobile' : $('#purchaseToday input[id=inputMobile]').val(), 'inputCountry' : $('#purchaseToday select[id=Country]').val(), 'materialType' : $('#purchaseToday select[id=MaterialType]').val(), 'inputMessage' : $('#purchaseToday textarea[id=inputMessage]').val(), 'confId' : $('#purchaseToday input[id=confId]').val(), 'country' : $('#purchaseToday input[id=conference_country]').val() } if (postData.inputName=='') { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Name Required.</font>'); } else if (postData.inputEmail=='') { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Email Required.</font>'); } else if (!Emailfilter.test(postData.inputEmail)) { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Invalid Email.</font>'); } else if (postData.inputMobile=='') { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Mobile Number Required.</font>'); } else if (postData.inputCountry=='') { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Country Required.</font>'); } else if (postData.materialType=='') { $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Material Type Required.</font>'); } else { $('#materials_msg').html(""); $.ajax({ url:'http://epidemiology-publichealth.healthconferences.org/purchase_materials.php', type:'post', data:postData, success: function(response){ if(response==1){ $('#purchase_form').html('<p style="color:green;font-weight:bold; font-size:20px; text-align:center;">Thanks for contacting us for purchasing,<br/> we will get back to you soon from </p><a id="contact_mail" href="mailto:' + postData.conference_email + '">' + postData.conference_email + '</a>'); }else{ $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }, error:function(response){ $('#materials_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }); } }); }); </script> <div class="modal fade" id="customisedSponsorship" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h3 class="modal-title text-center">Customised Sponsorship</h3> <div id="sponsorship_msg" class="span12 text-center"></div> </div> <div class="modal-body" id="contact_form"> <p class="text-center text-success"><strong>Please fill the form. we will get back you soon.</strong></p> <form class="form-horizontal" id="sponsorship_form"> <input type="hidden" name="conference_url" id="conference_url" value=""> <input type="hidden" name="conference_country" id="conference_country" value=""> <input type="hidden" name="conference_name" id="conference_name" value="" /> <input type="hidden" name="conference_email" id="conference_email" value="europublichealth@europeanmeets.com" /> <input type="hidden" name="confId" id="confId" value="13547" /> <div class="form-group"> <label for="inputName" class="col-sm-2 control-label">Name</label> <div class="col-sm-10"> <input type="name" class="form-control" name="inputName" id="inputName" placeholder="Enter Your Name Here" name="name" required="required"> </div> </div> <div class="form-group"> <label for="inputEmail" class="col-sm-2 control-label">Email</label> <div class="col-sm-10"> <input type="email" class="form-control" name="inputEmail" id="inputEmail" placeholder="Enter Your Email Address Here" name="email" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Mobile Number</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputMobile" id="inputMobile" placeholder="Enter Your Mobile Number Here" name="mobile" required="required"> </div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Country</label> <div class="col-sm-10"> <select class="form-control" name="Country" id="Country" required=""> <option value="">Select country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Canadian Nunavut Territory">Canadian Nunavut Territory</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling Islands)">Cocos (Keeling Islands)</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'Ivoire (Ivory Coast)">Cote D'Ivoire (Ivory Coast)</option> <option value="Croatia (Hrvatska)">Croatia (Hrvatska)</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="East Timor">East Timor</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="France, Metropolitan">France, Metropolitan</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-Bissau">Guinea-Bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard and McDonald Islands">Heard and McDonald Islands</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea (North)">Korea (North)</option> <option value="Korea (South)">Korea (South)</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Laos">Laos</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libya">Libya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macau">Macau</option> <option value="Macedonia">Macedonia</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta<">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia">Micronesia</option> <option value="Moldova">Moldova</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palestine">Palestine</option> <option value="Palau">Palau</option> <option value="Palestine">Palestine</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="S. Georgia and S. Sandwich Isls.">S. Georgia and S. Sandwich Isls.</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia">Serbia</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovak Republic">Slovak Republic</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="St. Helena">St. Helena</option> <option value="St. Pierre and Miquelon">St. Pierre and Miquelon</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen Islands">Svalbard and Jan Mayen Islands</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syria">Syria</option> <option value="Taiwan">Taiwan</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania">Tanzania</option> <option value="Thailand">Thailand</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="US Minor Outlying Islands">US Minor Outlying Islands</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Vatican City State (Holy See)">Vatican City State (Holy See)</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands (British)">Virgin Islands (British)</option> <option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Yugoslavia">Yugoslavia</option> <option value="Zaire">Zaire</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> </div> <div class="form-group"> <label for="inputSubject" class="col-sm-2 control-label">Category Type</label> <div class="col-sm-10"> <select class="form-control" name="SponsorType" id="SponsorType" required=""> <option value="">Select Your Category</option> <option value="Young Researcher Awards Sponsor">Young Researcher Awards Sponsor</option> <option value="Best Poster Award Sponsor">Best Poster Award Sponsor</option> <option value="Keynote Forum Sponsor">Keynote Forum Sponsor</option> <option value="Speaker Forum">Speaker Forum</option> <option value="Program Sponsor">Program Sponsor</option> <option value="Coffee Break Sponsor">Coffee Break Sponsor</option> <option value="Luncheon Sponsor">Luncheon Sponsor</option> <option value="Pre Conference Dinner Sponsor ">Pre Conference Dinner Sponsor </option> <option value="Backdrop Sponsor">Backdrop Sponsor</option> <option value="Souvenir Sponsor">Souvenir Sponsor</option> <option value="Conference Kit Sponsor">Conference Kit Sponsor</option> <option value="Podium Sponsor">Podium Sponsor</option> <option value="Lanyard Sponsor">Lanyard Sponsor</option> <option value="Add Sponsor (In Souvenir)">Add Sponsor (In Souvenir)</option> </select> </div> </div> <div class="form-group"> <label for="inputMessage" class="col-sm-2 control-label">Message</label> <div class="col-sm-10"> <textarea class="form-control" rows="3" name="inputMessage" id="inputMessage" name="message" Placeholder="Enter Your Message Here"></textarea> </div> </div> <div class="form-group"> <p class="text-center"><button type="button" id="sponsorshipBtn" class="btn btn-success">Submit</button><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></p> </div> </form> </div> </div> </div> </div> <script> $(document).ready(function(){ var Emailfilter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; $('#sponsorshipBtn').click(function(event){ event.preventDefault(); var postData = { 'conference_name' : $('#customisedSponsorship input[id=conference_name]').val(), 'conference_url' : $('#customisedSponsorship input[id=conference_url]').val(), 'conference_email' : $('#customisedSponsorship input[id=conference_email]').val(), 'inputName' : $('#customisedSponsorship input[id=inputName]').val(), 'inputEmail' : $('#customisedSponsorship input[id=inputEmail]').val(), 'inputMobile' : $('#customisedSponsorship input[id=inputMobile]').val(), 'inputCountry' : $('#customisedSponsorship select[id=Country]').val(), 'sponsorType' : $('#customisedSponsorship select[id=SponsorType]').val(), 'inputMessage' : $('#customisedSponsorship textarea[id=inputMessage]').val(), 'confId' : $('#customisedSponsorship input[id=confId]').val(), 'country' : $('#customisedSponsorship input[id=conference_country]').val() } if (postData.inputName=='') { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Name Required.</font>'); } else if (postData.inputEmail=='') { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Email Required.</font>'); } else if (!Emailfilter.test(postData.inputEmail)) { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Invalid Email.</font>'); } else if (postData.inputMobile=='') { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Mobile Number Required.</font>'); } else if (postData.inputCountry=='') { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Country Required.</font>'); } else if (postData.SponsorType=='') { $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Sponsor Type Required.</font>'); } else { $('#sponsorship_msg').html(""); $.ajax({ url:'http://epidemiology-publichealth.healthconferences.org/customised_sponsorship.php', type:'post', data:postData, success: function(response){ if(response==1){ $('#sponsorship_form').html('<p style="color:green;font-weight:bold; font-size:20px; text-align:center;">Thanks for contacting us for customied sporsorship,<br/> we will get back to you soon from </p><a id="contact_mail" href="mailto:' + postData.conference_email + '">' + postData.conference_email + '</a>'); }else{ $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }, error:function(response){ $('#sponsorship_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }); } }); }); </script> <div class="modal fade" id="callForWebinars" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h3 class="modal-title text-center">Download Call for Webinars</h3> <div id="webinar_msg" class="span12 text-center"></div> </div> <div class="modal-body" id="call_for_webinar_form"> <p class="text-center text-success"><strong>Please fill the form to download Call for Webinars.</strong></p> <form class="form-horizontal" id="enquiry_form"> <input type="hidden" name="conference_url" id="conference_url" value=""> <input type="hidden" name="conference_country" id="conference_country" value=""> <input type="hidden" name="conference_name" id="conference_name" value="" /> <input type="hidden" name="conference_email" id="conference_email" value="europublichealth@europeanmeets.com" /> <input type="hidden" name="confId" id="confId" value="13547" /> <div class="form-group"> <label for="inputName" class="col-sm-2 control-label">Name</label> <div class="col-sm-10"> <input type="name" class="form-control" name="inputName" id="inputName" placeholder="Enter Your Name Here" name="name" required="required"/> </div> <div class="clear"></div> </div> <div class="form-group"> <label for="inputEmail" class="col-sm-2 control-label">Email</label> <div class="col-sm-10"> <input type="email" class="form-control" name="inputEmail" id="inputEmail" placeholder="Enter Your Email Address Here" name="email" required="required"/> </div> <div class="clear"></div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Mobile Number</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputMobile" id="inputMobile" placeholder="Enter Your Mobile Number Here" name="mobile" required="required"/> </div> <div class="clear"></div> </div> <div class="form-group"> <label for="inputMobile" class="col-sm-2 control-label">Country</label> <div class="col-sm-10"> <select class="form-control" name="WebinarCountry" id="WebinarCountry" required=""> <option value="">Select country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Canadian Nunavut Territory">Canadian Nunavut Territory</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling Islands)">Cocos (Keeling Islands)</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'Ivoire (Ivory Coast)">Cote D'Ivoire (Ivory Coast)</option> <option value="Croatia (Hrvatska)">Croatia (Hrvatska)</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="East Timor">East Timor</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="France, Metropolitan">France, Metropolitan</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-Bissau">Guinea-Bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard and McDonald Islands">Heard and McDonald Islands</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea (North)">Korea (North)</option> <option value="Korea (South)">Korea (South)</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Laos">Laos</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libya">Libya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macau">Macau</option> <option value="Macedonia">Macedonia</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta<">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia">Micronesia</option> <option value="Moldova">Moldova</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palestine">Palestine</option> <option value="Palau">Palau</option> <option value="Palestine">Palestine</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="S. Georgia and S. Sandwich Isls.">S. Georgia and S. Sandwich Isls.</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia">Serbia</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovak Republic">Slovak Republic</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="St. Helena">St. Helena</option> <option value="St. Pierre and Miquelon">St. Pierre and Miquelon</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen Islands">Svalbard and Jan Mayen Islands</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syria">Syria</option> <option value="Taiwan">Taiwan</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania">Tanzania</option> <option value="Thailand">Thailand</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="US Minor Outlying Islands">US Minor Outlying Islands</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Vatican City State (Holy See)">Vatican City State (Holy See)</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands (British)">Virgin Islands (British)</option> <option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Yugoslavia">Yugoslavia</option> <option value="Zaire">Zaire</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> <div class="clear"></div> </div> <div class="form-group"> <label for="inputSubject" class="col-sm-2 control-label">Research Interest</label> <div class="col-sm-10"> <input type="text" class="form-control" name="inputSubject" id="inputSubject" placeholder="Enter Your Research Here" name="mobile"/> </div> <div class="clear"></div> </div> <div class="form-group"> <label for="inputMessage" class="col-sm-2 control-label">Message</label> <div class="col-sm-10"> <textarea class="form-control" rows="3" name="inputMessage" id="inputMessage" name="message" Placeholder="Enter Your Message Here"></textarea> </div> <div class="clear"></div> </div> <div class="form-group"> <p class="text-center"><button type="button" id="submitbtn" class="btn btn-success">Submit</button><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></p> </div> </form> </div> </div> </div> </div> <script> $(document).ready(function(){ var Emailfilter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; $('#callForWebinars #submitbtn').click(function(event){ //var webnorSubmitUrl = "https://www.conferenceseries.com/usa-meetings/webinarsFormSubmission"; var webnorDownloadUrl = "https://www.conferenceseries.com/vaccines-meetings/america/call-for-webinars"; event.preventDefault(); var postData = { 'form' : "webinars_download_form", 'conference_name' : $('#callForWebinars input[id=conference_name]').val(), 'conference_url' : $('#callForWebinars input[id=conference_url]').val(), 'conference_email' : $('#callForWebinars input[id=conference_email]').val(), 'confId' : $('#callForWebinars input[id=confId]').val(), 'name' : $("#callForWebinars input[id=inputName]").val(), 'email' : $("#callForWebinars input[id=inputEmail]").val(), 'mobile' : $("#callForWebinars input[id=inputMobile]").val(), 'country' : $("#callForWebinars select[id=WebinarCountry]").val(), 'subject' : $("#callForWebinars input[id=inputSubject]").val(), 'message' : $("#callForWebinars textarea[id=inputMessage]").val() } if (postData.name=='') { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Name Required.</font>'); } else if (postData.email=='') { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Email Required.</font>'); } else if (!Emailfilter.test(postData.email)) { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Invalid Email.</font>'); } else if (postData.mobile=='') { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Mobile Number Required.</font>'); } else if (postData.country=='') { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Country Required.</font>'); } else if (postData.subject=='') { $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Research Interest Required.</font>'); } else { $('#webinar_msg').html(""); $.ajax({ url:'http://epidemiology-publichealth.healthconferences.org/webinars_download_formsubmission.php', type:'post', data:postData, success: function(response){ console.log(response); if(response==1){ $('#call_for_webinar_form').html('<p style="color:green;font-weight:bold; font-size:20px; text-align:center;">Thanks for submitting your details.<br/> Please click on the below link to get call for webinars <br/><a id="contact_mail" target="_blank" href="'+ webnorDownloadUrl + '">Call For Webinars</a></p>'); }else{ $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }, error:function(response){ $('#webinar_msg').html('<font style="color:red;font-weight:bolder;">Sorry! Something went wrong! Try again!</font>'); } }); } }); }); </script> <div class="row"> <div class="col-md-12 contact-num"> <ul class="list-unstyled"> <li><strong>Australia</strong> - Toll Free Numbers - <a href="tel:+1-800-651-097">1-800-651-097</a></li> <li><strong>France</strong> - Toll Free Numbers - <a href="tel:+0805-080048">0805-080048</a></li> <li><strong>UK</strong> - <a href="tel:+0-800-014-8923">0-800-014-8923</a> </li> <li><strong>America</strong><div style="display:inline-block;"> - <a href="tel:+1-213-233-9462">1-213-233-9462</a><br/> - <a href="tel:+1-888-843-8169">1-888-843-8169</a></div> </li> </ul> </div> </div> </div> <div class="col-sm-4 support-us"> <h4>Be a member and <strong>support us</strong></h4> <ul class="list-unstyled"> <!-- <li><a href="http://epidemiology-publichealth.healthconferences.org/join_our_mailing_list.php" title="Join Our Mailing List">Join Our Mailing List</a></li> --> <li><a href="https://epidemiology-publichealth.healthconferences.org/join-our-mailing-list.php" title="Join Our Mailing List">Join Our Mailing List</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/suggest-speaker.php" title="Suggest A Speaker">Suggest A Speaker</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/suggestions.php" title="Suggestions">Suggestions</a></li> <li><a href="https://epidemiology-publichealth.healthconferences.org/invite-proposals.php" title="Invite Proposals">Invite Proposals</a></li> </ul> </div> </div> </div> <div class="social-presence text-center"> <h3 class="text-center">Follow us</h3> <a href="https://vaccines.annualcongress.com" ></a> <a href="https://www.annualcongress.com/"></a> <ul class="social-icons icon-rotate icon-circle list-inline"> <li> <a href="" target="_blank"><i class="fa fa-rss"></i></a></li> <li> <a href="https://www.facebook.com/profile.php?id=100072444971455" target="_blank"><i class="fa fa-facebook"></i></a></li> <li> <a href="https://twitter.com/Jennifkelley" target="_blank"><i class="fa fa-twitter"></i></a></li> <li> <a href="https://www.linkedin.com/in/rita-harris-93174721b/" target="_blank"><i class="fa fa-linkedin"></i></a></li> <li> <a href="" target="_blank"><i class="fa fa-youtube"></i></a></li> <li> <a href="" target="_blank"><i class="fa fa-google-plus"></i></a></li> <!-- <li> <a href="" target="_blank"><i class="fa blog em">B</i></a></li> --> <li> <a href="" target="_blank"><i class="fa fa-pinterest"></i></a></li> <li> <a href="" target="_blank"><i class="fa fa-flickr"></i></a></li> </ul> </div> <div class="tiny-content"> <h6 class="margin-zero">Authorization Policy</h6> <p><small>By registering for the conference you grant permission to Conference Series LLC Ltd to photograph, film or record and use your name, likeness, image, voice and comments and to publish, reproduce, exhibit, distribute, broadcast, edit and/or digitize the resulting images and materials in publications, advertising materials, or in any other form worldwide without compensation. Taking of photographs and/or videotaping during any session is prohibited. Contact us for any queries.</small></p> </div> </div> <div class="footer-bottom clearfix"> <p class="copy-right text-center">© 2013-2024 <a href="https://www.conferenceseries.com/" title="Click for more Information" target="_blank">Conference Series LLC Ltd</a> All Rights Reserved.</p> </div> </footer> <p> <!-- Bootstrap JS CDN --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!-- Bootstrap JS local fallback --> <script> if (typeof ($.fn.modal) === 'undefined') { document.write('<script src="https://d2cax41o7ahm5l.cloudfront.net/cs/js/bootstrap.min.js"><\/script>') } // use local CSS file as fallback if Bootstrap CDN fails $(function () { if ($('#CssFailCheck').is(':visible') === true) { $('<link rel="stylesheet" type="text/css" href="https://d2cax41o7ahm5l.cloudfront.net/cs/css/bootstrap.min.css">').appendTo('head'); } }); // use local font-awesome file as fallback if font-awesome CDN fails (function ($) { var $span = $('<span class="fa" style="display:none"></span>').appendTo('body'); if ($span.css('fontFamily') !== 'FontAwesome') { // Fallback Link $('head').append('<link href="https://d2cax41o7ahm5l.cloudfront.net/cs/css/font-awesome.min.css" rel="stylesheet">'); } $span.remove(); })(jQuery); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/js/bootstrap-select.min.js"></script> <script src="https://s3-ap-southeast-1.amazonaws.com/confassets/cs/js/countrypicker.js"></script> <script src="https://s3-ap-southeast-1.amazonaws.com/confassets/cs/js/jquery.captcha.basic.min.js"></script> <script type='text/javascript'> function refreshCaptcha() { var img = document.images['captchaimg']; img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + Math.random() * 1000; } </script> <script type="text/javascript" src="https://d2cax41o7ahm5l.cloudfront.net/cs/js/scripts.min.js"></script> </p> <!--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/66c85000ea492f34bc094a48/1i5v7h143'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--><script> $(document).ready(function(){ $('#e2contact').captcha(); }); </script>