{"id":147,"date":"2025-10-15T16:28:06","date_gmt":"2025-10-15T16:28:06","guid":{"rendered":"https:\/\/smartilab.ma\/iche-sd\/?page_id=147"},"modified":"2026-04-29T14:39:37","modified_gmt":"2026-04-29T14:39:37","slug":"call-for-papers","status":"publish","type":"page","link":"https:\/\/smartilab.ma\/iche-sd\/call-for-papers\/","title":{"rendered":"Call for papers"},"content":{"rendered":"\n\n\n<style>\n.call-hero {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 40px;\n    padding: 80px 40px;\n    border-radius: 20px;\n    background: linear-gradient(135deg, #0A2463, #3e6a8a);\n    color: white;\n    flex-wrap: wrap;\n}\n\n\/* LEFT CONTENT *\/\n.call-content {\n    flex: 1;\n    min-width: 300px;\n}\n\n.call-content h1 {\n    font-size: 48px;\n    font-weight: 700;\n    margin-bottom: 20px;\n}\n\n.call-content p {\n    font-size: 18px;\n    line-height: 1.7;\n    opacity: 0.95;\n}\n\n\/* BUTTON *\/\n.call-btn {\n    margin-top: 30px;\n    display: inline-block;\n    padding: 14px 32px;\n    background: white;\n    color: #0A2463;\n    border-radius: 40px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n}\n\n.call-btn:hover {\n    background: #e6ecff;\n    transform: translateY(-4px);\n}\n\n\/* RIGHT IMAGE *\/\n.call-image {\n    flex: 1;\n    min-width: 300px;\n    text-align: center;\n}\n\n.call-image img {\n    width: 100%;\n    max-width: 500px;\n    border-radius: 15px;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.25);\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n    .call-hero {\n        flex-direction: column;\n        text-align: center;\n    }\n}\n<\/style>\n\n<div class=\"call-hero\">\n\n    <!-- LEFT -->\n    <div class=\"call-content\">\n        <h1>\ud83d\udce2 Call for Papers<\/h1>\n\n        <p>\n            We warmly invite researchers, academics, and professionals to submit \n            original and high-quality contributions aligned with the conference themes \n            and dedicated to advancing integrated approaches to health and environmental sustainability.\n        <\/p>\n\n        <a href=\"https:\/\/cmt3.research.microsoft.com\/ICHESD2026\" \n           class=\"call-btn\" target=\"_blank\">\n            \ud83d\udcc4 Submit Your Paper\n        <\/a>\n    <\/div>\n\n    <!-- RIGHT IMAGE -->\n    <div class=\"call-image\">\n        <img decoding=\"async\" src=\"https:\/\/smartilab.ma\/iche-sd\/wp-content\/uploads\/2026\/04\/Call-For-papers.jpeg\" \n             alt=\"Call for Papers\">\n    <\/div>\n\n<\/div>\n\n\n\n\n\n<style>\n\/* SECTION *\/\n.topics-section {\n    padding: 60px 20px;\n    background: #f8fafc;\n    font-family: 'Poppins', sans-serif;\n}\n\n\/* TITLE *\/\n.topics-title {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.topics-title h2 {\n    font-size: 42px;\n    font-weight: 800;\n    color: #0a2463;\n}\n\n.topics-title p {\n    color: #6b7280;\n    font-size: 18px;\n}\n\n\/* FILTER *\/\n.filter-buttons {\n    text-align: center;\n    margin-bottom: 30px;\n}\n\n.filter-buttons button {\n    margin: 5px;\n    padding: 10px 18px;\n    border: none;\n    border-radius: 20px;\n    background: #e5e7eb;\n    cursor: pointer;\n    font-weight: 600;\n}\n\n.filter-buttons button.active,\n.filter-buttons button:hover {\n    background: #0a2463;\n    color: white;\n}\n\n\/* GRID *\/\n.topics-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n}\n\n\/* CARD *\/\n.topic-card {\n    background: white;\n    padding: 25px;\n    border-radius: 18px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n    transition: 0.4s;\n    opacity: 0;\n    transform: translateY(30px);\n}\n\n.topic-card.show {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n\/* HOVER *\/\n.topic-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n}\n\n\/* ICON *\/\n.topic-icon {\n    font-size: 30px;\n    margin-bottom: 10px;\n}\n\n\/* TITLE *\/\n.topic-card h3 {\n    font-size: 20px;\n    margin-bottom: 15px;\n    color: #111827;\n}\n\n\/* LIST *\/\n.topic-card ul {\n    padding-left: 0;\n    list-style: none;\n    max-height: 230px;\n    overflow-y: auto;\n}\n\n.topic-card li {\n    margin-bottom: 10px;\n    padding-left: 22px;\n    position: relative;\n    font-size: 14px;\n    color: #374151;\n}\n\n.topic-card li::before {\n    content: \"\u2714\";\n    position: absolute;\n    left: 0;\n    color: #10b981;\n}\n\n\/* COLORS *\/\n.env { border-top: 5px solid #22c55e; }\n.water { border-top: 5px solid #3b82f6; }\n.health { border-top: 5px solid #0ea5e9; }\n.agri { border-top: 5px solid #f59e0b; }\n.edu { border-top: 5px solid #8b5cf6; }\n.ai { border-top: 5px solid #ec4899; }\n\n<\/style>\n\n<section class=\"topics-section\">\n\n<div class=\"topics-title\">\n<h2>Conference Topics<\/h2>\n<p>The conference will cover the following areas<\/p>\n<\/div>\n\n<div class=\"filter-buttons\">\n<button onclick=\"filterCards('all')\" class=\"active\">All<\/button>\n<button onclick=\"filterCards('env')\">Environment<\/button>\n<button onclick=\"filterCards('water')\">Water<\/button>\n<button onclick=\"filterCards('health')\">Health<\/button>\n<button onclick=\"filterCards('ai')\">Technology<\/button>\n<\/div>\n\n<div class=\"topics-grid\">\n\n<!-- 1 -->\n<div class=\"topic-card env\">\n<div class=\"topic-icon\">\ud83c\udf31<\/div>\n<h3>Environmental Microbiome Surveillance<\/h3>\n<ul>\n<li>Microbial community dynamics in water, air, and waste streams<\/li>\n<li>Wastewater-based epidemiology (WBE) for early disease detection<\/li>\n<li>Airborne microbial monitoring and aerobiology<\/li>\n<li>Molecular and metagenomic methods for pathogen surveillance<\/li>\n<li>Integration of environmental surveillance systems<\/li>\n<\/ul>\n<\/div>\n\n<!-- 2 -->\n<div class=\"topic-card water\">\n<div class=\"topic-icon\">\ud83d\udca7<\/div>\n<h3>Water, Sanitation, and Hygiene (WASH)<\/h3>\n<ul>\n<li>Waterborne and sanitation-related disease prevention<\/li>\n<li>Hygiene promotion and community engagement<\/li>\n<li>WASH systems in healthcare facilities<\/li>\n<li>Climate-resilient water strategies<\/li>\n<li>Circular sanitation and nutrient recovery<\/li>\n<\/ul>\n<\/div>\n\n<!-- 3 -->\n<div class=\"topic-card health\">\n<div class=\"topic-icon\">\ud83c\udf0d<\/div>\n<h3>One Health and Sustainable Public Health<\/h3>\n<ul>\n<li>Human, animal, and environmental health integration<\/li>\n<li>Climate change and microbial risk<\/li>\n<li>Policy frameworks<\/li>\n<li>AI for public health<\/li>\n<li>Early warning systems<\/li>\n<\/ul>\n<\/div>\n\n<!-- 4 -->\n<div class=\"topic-card agri\">\n<div class=\"topic-icon\">\ud83c\udf3e<\/div>\n<h3>Agriculture &#038; Climate Change<\/h3>\n<ul>\n<li>Climate-resilient crops<\/li>\n<li>Abiotic stress tolerance<\/li>\n<li>Soil microbiome interactions<\/li>\n<li>Sustainable agriculture practices<\/li>\n<li>WASH integration<\/li>\n<\/ul>\n<\/div>\n\n<!-- 5 -->\n<div class=\"topic-card edu\">\n<div class=\"topic-icon\">\ud83c\udf93<\/div>\n<h3>Education &#038; Faculty Development<\/h3>\n<ul>\n<li>Environmental health competencies<\/li>\n<li>Leadership and training<\/li>\n<li>AI-enhanced learning<\/li>\n<li>Mentorship systems<\/li>\n<li>Professional development<\/li>\n<\/ul>\n<\/div>\n\n<!-- 6 -->\n<div class=\"topic-card ai\">\n<div class=\"topic-icon\">\ud83e\udde0<\/div>\n<h3>Innovation &#038; Emerging Technologies<\/h3>\n<ul>\n<li>AI monitoring systems<\/li>\n<li>Machine learning applications<\/li>\n<li>Data integration<\/li>\n<li>IoT &#038; smart sensors<\/li>\n<li>Future technologies<\/li>\n<\/ul>\n<\/div>\n\n<\/div>\n<\/section>\n\n<script>\nfunction filterCards(category) {\n    let cards = document.querySelectorAll(\".topic-card\");\n    let buttons = document.querySelectorAll(\".filter-buttons button\");\n\n    buttons.forEach(btn => btn.classList.remove(\"active\"));\n    event.target.classList.add(\"active\");\n\n    cards.forEach(card => {\n        if (category === \"all\" || card.classList.contains(category)) {\n            card.style.display = \"block\";\n        } else {\n            card.style.display = \"none\";\n        }\n    });\n}\n\n\/* ANIMATION *\/\nconst observer = new IntersectionObserver(entries => {\n    entries.forEach(entry => {\n        if (entry.isIntersecting) {\n            entry.target.classList.add(\"show\");\n        }\n    });\n});\n\ndocument.querySelectorAll(\".topic-card\").forEach(el => observer.observe(el));\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-147","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/pages\/147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/comments?post=147"}],"version-history":[{"count":35,"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/pages\/147\/revisions"}],"predecessor-version":[{"id":661,"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/pages\/147\/revisions\/661"}],"wp:attachment":[{"href":"https:\/\/smartilab.ma\/iche-sd\/wp-json\/wp\/v2\/media?parent=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}