{"id":3007,"date":"2025-12-04T22:13:51","date_gmt":"2025-12-04T22:13:51","guid":{"rendered":"https:\/\/promiseconsortium.com\/?page_id=3007"},"modified":"2026-03-17T10:56:18","modified_gmt":"2026-03-17T10:56:18","slug":"people","status":"publish","type":"page","link":"https:\/\/promiseconsortium.com\/?page_id=3007","title":{"rendered":"People"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3007\" class=\"elementor elementor-3007\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b34f5f1 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"7b34f5f1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9c9e658\" data-id=\"9c9e658\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-7a25ca5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"7a25ca5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10515e4 elementor-widget elementor-widget-shortcode\" data-id=\"10515e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');\n        \n        .promise-team-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        }\n        \n        .promise-team-filters {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 40px;\n            flex-wrap: wrap;\n        }\n        \n        .promise-team-filter-btn {\n            padding: 12px 24px;\n            background: transparent;\n            border: 2px solid #339BC0;\n            color: #1A1A1A;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 500;\n            border-radius: 4px;\n            transition: all 0.3s ease;\n        }\n        \n        .promise-team-filter-btn:hover,\n        .promise-team-filter-btn.active {\n            background: #339BC0;\n            color: #fff;\n        }\n        \n        .promise-team-country-section {\n            margin-bottom: 60px;\n        }\n        \n        .promise-team-country-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #1A1A1A;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #C44F31;\n            display: inline-block;\n        }\n        \n        .promise-team-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        \/* \u2500\u2500 Card \u2500\u2500 *\/\n        .promise-team-member-card {\n            background: #fff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 4px 20px rgba(0,0,0,0.06);\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                        box-shadow 0.4s ease;\n            cursor: pointer;\n        }\n        \n        .promise-team-member-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.14);\n        }\n        \n        \/* \u2500\u2500 Image wrapper \u2500\u2500 *\/\n        .promise-team-member-image-wrapper {\n            position: relative;\n            padding: 44px 40px 0;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            background: #fafafa;\n        }\n        \n        .promise-team-member-image-container {\n            position: relative;\n            width: 230px;\n            height: 230px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .promise-team-border-svg {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 0;\n            pointer-events: none;\n        }\n        \n        .promise-team-border-circle {\n            fill: none;\n            stroke-width: 4;\n            stroke-linecap: round;\n        }\n        \n        .promise-team-border-circle.red {\n            stroke: #C44F31;\n            stroke-dasharray: 175 175;\n            stroke-dashoffset: 175;\n            transition: stroke-dashoffset 1s ease-out;\n        }\n        \n        .promise-team-border-circle.orange {\n            stroke: #F6A61D;\n            stroke-dasharray: 175 175;\n            stroke-dashoffset: 175;\n            transition: stroke-dashoffset 1s ease-out;\n        }\n        \n        .promise-team-member-card:hover .promise-team-border-circle.red {\n            stroke-dashoffset: 0;\n            transition-delay: 0s;\n        }\n        \n        .promise-team-member-card:hover .promise-team-border-circle.orange {\n            stroke-dashoffset: 0;\n            transition-delay: 0.2s;\n        }\n        \n        .promise-team-image-clip {\n            width: 190px;\n            height: 190px;\n            border-radius: 50%;\n            overflow: hidden;\n            border: 8px solid #fff;\n            position: relative;\n            z-index: 1;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            background: #fff;\n        }\n        \n        .promise-team-member-image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center;\n            display: block;\n            border-radius: 0;\n            border: none;\n        }\n        \n        \/* \u2500\u2500 Card content panel \u2500\u2500 *\/\n        .promise-team-member-content {\n            padding: 28px 30px 30px;\n            text-align: center;\n            background: linear-gradient(160deg, #1e2d3d 0%, #243447 100%);\n            color: #fff;\n            position: relative;\n        }\n        \n        \/* Flat gradient accent bar \u2014 replaces the zigzag *\/\n        .promise-team-member-content::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #C44F31 0%, #F6A61D 50%, #339BC0 100%);\n        }\n        \n        .promise-team-member-name {\n            font-size: 20px;\n            font-weight: 600;\n            margin: 0 0 6px 0;\n            color: #fff;\n            letter-spacing: 0.2px;\n        }\n        \n        .promise-team-member-position {\n            font-size: 12px;\n            color: rgba(255,255,255,0.65);\n            margin: 0 0 22px 0;\n            font-weight: 400;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .promise-team-social-links {\n            display: flex;\n            justify-content: center;\n            gap: 12px;\n            opacity: 0;\n            transform: translateY(10px);\n            transition: all 0.3s ease;\n        }\n        \n        .promise-team-member-card:hover .promise-team-social-links {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .promise-team-social-btn {\n            width: 36px;\n            height: 36px;\n            background: rgba(255,255,255,0.08);\n            border: 1px solid rgba(255,255,255,0.18);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #fff;\n            text-decoration: none;\n            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;\n            backdrop-filter: blur(10px);\n        }\n        \n        .promise-team-social-btn:hover {\n            background: #339BC0;\n            border-color: #339BC0;\n            transform: translateY(-2px);\n        }\n        \n        .promise-team-social-btn svg {\n            width: 16px;\n            height: 16px;\n        }\n        \n        \/* \u2500\u2500 Modal \u2500\u2500 *\/\n        .promise-team-modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: rgba(0,0,0,0.85);\n            z-index: 10000;\n            padding: 20px;\n            overflow-y: auto;\n            animation: fadeIn 0.3s ease;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to   { opacity: 1; }\n        }\n        \n        .promise-team-modal.active {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .promise-team-modal-content {\n            background: #fff;\n            border-radius: 8px;\n            max-width: 900px;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            position: relative;\n            animation: slideUp 0.3s ease;\n            max-height: 90vh;\n        }\n        \n        @keyframes slideUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to   { opacity: 1; transform: translateY(0); }\n        }\n        \n        .promise-team-modal-close {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            width: 40px;\n            height: 40px;\n            background: rgba(255,255,255,0.95);\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 24px;\n            color: #1A1A1A;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            z-index: 10;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.15);\n        }\n        \n        .promise-team-modal-close:hover {\n            background: #C44F31;\n            color: #fff;\n            transform: rotate(90deg);\n        }\n        \n        .promise-team-modal-bio {\n            padding: 50px 40px;\n            overflow-y: auto;\n            max-height: 90vh;\n        }\n        \n        .promise-team-modal-bio::-webkit-scrollbar { width: 8px; }\n        .promise-team-modal-bio::-webkit-scrollbar-track { background: #f1f1f1; }\n        .promise-team-modal-bio::-webkit-scrollbar-thumb { background: #339BC0; border-radius: 4px; }\n        .promise-team-modal-bio::-webkit-scrollbar-thumb:hover { background: #2A7D99; }\n        \n        .promise-team-modal-header {\n            margin-bottom: 30px;\n            display: flex;\n            align-items: center;\n            gap: 25px;\n        }\n        \n        .promise-team-modal-image-wrapper {\n            flex-shrink: 0;\n        }\n        \n        .promise-team-modal-image {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 5px solid #fff;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n        }\n        \n        .promise-team-modal-header-text {\n            flex: 1;\n        }\n        \n        .promise-team-modal-position {\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: #F6A61D;\n            margin-bottom: 8px;\n            font-weight: 600;\n        }\n        \n        .promise-team-modal-name {\n            font-size: 36px;\n            font-weight: 700;\n            margin: 0;\n            color: #1A1A1A;\n            line-height: 1.2;\n        }\n        \n        .promise-team-modal-bio-content {\n            color: #333;\n            line-height: 1.8;\n            font-size: 16px;\n            font-family: 'Crimson Text', serif;\n        }\n        \n        .promise-team-modal-bio-content p { margin-bottom: 15px; }\n        .promise-team-modal-bio-content strong { font-weight: 600; }\n        .promise-team-modal-bio-content em { font-style: italic; }\n        \n        .promise-team-modal-sidebar {\n            padding: 50px 40px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-left: 1px solid #e0e0e0;\n        }\n        \n        .promise-team-modal-contact { margin-bottom: 30px; }\n        \n        .promise-team-modal-contact p {\n            margin: 15px 0;\n            color: #333;\n            font-size: 14px;\n            line-height: 1.6;\n        }\n        \n        .promise-team-modal-contact strong {\n            display: block;\n            color: #1A1A1A;\n            font-weight: 600;\n            margin-bottom: 6px;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        \n        .promise-team-modal-contact a {\n            color: #339BC0;\n            text-decoration: none;\n            word-break: break-word;\n        }\n        \n        .promise-team-modal-contact a:hover { color: #C44F31; }\n        \n        .promise-team-modal-social {\n            display: flex;\n            gap: 12px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n        \n        .promise-team-modal-social-btn {\n            width: 45px;\n            height: 45px;\n            border: 2px solid #1A1A1A;\n            background: transparent;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            color: #1A1A1A;\n            border-radius: 4px;\n        }\n        \n        .promise-team-modal-social-btn:hover {\n            background: #339BC0;\n            border-color: #339BC0;\n            color: #fff;\n            transform: translateY(-3px);\n        }\n        \n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media (max-width: 1024px) {\n            .promise-team-grid {\n                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            }\n            .promise-team-modal-content {\n                grid-template-columns: 1fr;\n            }\n            .promise-team-modal-sidebar {\n                border-left: none;\n                border-top: 1px solid #e0e0e0;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .promise-team-member-image-container {\n                width: 190px;\n                height: 190px;\n            }\n            .promise-team-image-clip {\n                width: 160px;\n                height: 160px;\n                border: 6px solid #fff;\n            }\n            .promise-team-member-name { font-size: 18px; }\n            .promise-team-member-position { font-size: 11px; }\n            .promise-team-modal-bio,\n            .promise-team-modal-sidebar { padding: 30px 20px; }\n            .promise-team-modal-header {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            .promise-team-modal-image {\n                width: 100px;\n                height: 100px;\n                border: 4px solid #fff;\n            }\n            .promise-team-modal-name { font-size: 28px; }\n        }\n        \n        @media (max-width: 480px) {\n            .promise-team-grid { grid-template-columns: 1fr; }\n            .promise-team-member-image-wrapper { padding: 30px 20px 0; }\n            .promise-team-modal-image { width: 80px; height: 80px; }\n            .promise-team-modal-name { font-size: 24px; }\n        }\n    <\/style>\n    \n    <div class=\"promise-team-container\">\n        <div class=\"promise-team-filters\"><button class=\"promise-team-filter-btn active\" data-country=\"all\">All Countries<\/button><button class=\"promise-team-filter-btn\" data-country=\"Uganda\">Uganda<\/button><button class=\"promise-team-filter-btn\" data-country=\"Bangladesh\">Bangladesh<\/button><button class=\"promise-team-filter-btn\" data-country=\"Kenya\">Kenya<\/button><button class=\"promise-team-filter-btn\" data-country=\"Senegal\">Senegal<\/button><button class=\"promise-team-filter-btn\" data-country=\"Tanzania\">Tanzania<\/button><button class=\"promise-team-filter-btn\" data-country=\"United States Of America\">United States Of America<\/button><button class=\"promise-team-filter-btn\" data-country=\"Zambia\">Zambia<\/button><\/div><div class=\"promise-team-country-section\" data-country=\"Uganda\"><h2 class=\"promise-team-country-title\">Uganda<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-3729\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2025\/12\/Niwagaba-Head-2023.jpg\"\n                                         alt=\"Dr. Charles B. Niwagaba\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Charles B. Niwagaba<\/h3>\n                                                            <p class=\"promise-team-member-position\">Placeholder Position<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3729,\"name\":\"Dr. Charles B. Niwagaba\",\"position\":\"Placeholder Position\",\"bio\":\"<p>Dr. Charles B. NIWAGABA is a Fellow of the Uganda National Academy of Science (FUNAS). He is an Associate Professor of Civil and Environmental Engineering at Makerere University. He holds BSc. and MSc. in Civil Engineering from Makerere University; a PhD in Environmental Technology from the Swedish University of Agricultural Sciences (SLU), Uppsala, Sweden; and a Postgraduate Diploma in Data Science and Business Analytics from the McCombs School of Business, University of Texas at Austin, USA. He has 25 years of experience in research, teaching and consultancy. Dr. Niwagaba has extensive knowledge in research and development of innovative practices in sanitation improvement (from Engineering, social marketing to financing); solid waste management with emphasis on circular economy principles incorporating composting, waste valorization by the larvae of the black soldier fly; treatment of source-separated faeces and urine for plant nutrient recycling and soil improvement, grey water treatment and use, design and construction of biogas systems, application of faecal sludge in industrial kilns and boilers, design of faecal sludge treatment plants etc. Dr. Niwagaba has experience in conducting environmental impact assessments of projects in the water and sanitation sector, hydropower dams, port infrastructure, roads and faecal sludge management. Dr. Niwagaba\\u2019s research interests include low-cost technologies for faecal sludge management; and plant nutrient recycling sanitation systems to achieve safely managed sanitation. <\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3706,\"id\":3706,\"title\":\"Niwagaba Head 2023\",\"filename\":\"Niwagaba-Head-2023.jpg\",\"filesize\":253167,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3706\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"niwagaba-head-2023\",\"status\":\"inherit\",\"uploaded_to\":0,\"date\":\"2026-01-30 10:48:23\",\"modified\":\"2026-01-30 10:48:23\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":720,\"height\":920,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-235x300.jpg\",\"medium-width\":235,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023.jpg\",\"medium_large-width\":720,\"medium_large-height\":920,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023.jpg\",\"large-width\":720,\"large-height\":920,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023.jpg\",\"1536x1536-width\":720,\"1536x1536-height\":920,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023.jpg\",\"2048x2048-width\":720,\"2048x2048-height\":920,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-720x460.jpg\",\"chariton-770-460-width\":720,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-720x650.jpg\",\"chariton-portfolio-740-800-width\":720,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-600x767.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":767,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Niwagaba-Head-2023-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Uganda\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-3730\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2025\/12\/Swaib.jpg\"\n                                         alt=\"Eng. Dr. Swaib Semiyaga\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Eng. Dr. Swaib Semiyaga<\/h3>\n                                                            <p class=\"promise-team-member-position\">Placeholder position<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3730,\"name\":\"Eng. Dr. Swaib Semiyaga\",\"position\":\"Placeholder position\",\"bio\":\"<p>Eng. Dr. Swaib Semiyaga is a Senior Lecturer at the Department of Civil and Environmental Engineering; College of Engineering, Design, Art &#038; Technology (CEDAT); Makerere University in Kampala &#8211; Uganda. He is with over 40 publications in peer-reviewed impact factor journals and book chapters (https:\\\/\\\/scholar.google.com\\\/citations?user=4dUvJRMAAAAJ&#038;hl=en&#038;oi=ao). Dr. Semiyaga is involved in teaching, research, and consultancy services in Water, Sanitation &#038; Hygiene (WASH). His practical experience in sanitation encompasses the entire value chain, from the design of faecal sludge containment systems to emptying &#038; transportation and treatment plants. He is involved in research in wastewater sludge, faecal sludge and solid waste end-use, including energy recovery (bio-hydrogen and methane from wastes). His research and consultancy experience has been practiced in a wide range of contexts including but not limited to informal settlements, health care facilities, schools, public places, refugee settlements, and small towns. Dr. Semiyaga has been actively involved in the development of standards, guidelines, manuals, and catalogues for sanitation and solid waste management systems in Uganda, thereby contributing to the establishment of best practices.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3709,\"id\":3709,\"title\":\"Swaib\",\"filename\":\"Swaib.jpg\",\"filesize\":37427,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3709\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"swaib\",\"status\":\"inherit\",\"uploaded_to\":0,\"date\":\"2026-01-30 10:51:42\",\"modified\":\"2026-01-30 10:51:42\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":440,\"height\":440,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-300x300.jpg\",\"medium-width\":300,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"medium_large-width\":440,\"medium_large-height\":440,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"large-width\":440,\"large-height\":440,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"1536x1536-width\":440,\"1536x1536-height\":440,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"2048x2048-width\":440,\"2048x2048-height\":440,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"chariton-770-460-width\":440,\"chariton-770-460-height\":440,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"chariton-portfolio-740-800-width\":440,\"chariton-portfolio-740-800-height\":440,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib.jpg\",\"woocommerce_single-width\":440,\"woocommerce_single-height\":440,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Swaib-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Uganda\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-3718\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2025\/12\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\"\n                                         alt=\"Richard K. Mugambe\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Richard K. Mugambe<\/h3>\n                                                            <p class=\"promise-team-member-position\">PI, Gates Funded Project<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3718,\"name\":\"Richard K. Mugambe\",\"position\":\"PI, Gates Funded Project\",\"bio\":\"<p>Dr. Richard K. Mugambe is a Senior Lecturer at Makerere University School of Public Health. He received a Bachelor of Environmental Health Sciences degree from Makerere University; a Masters in Environmental Sciences from Wageningen University, the Netherlands; and a PhD in Global Health from Trinity College Dublin, Ireland.<br \\\/>\\nRichard is the Principal Investigator of the Gates Funded PROMISE Consortium project. He is involved in teaching, community service and research. In the last 10 years, he has paid special attention to:<br \\\/>\\n1.\\tResearch on using novel tools in quantifying and tracking pathogens in urban and rural environments<br \\\/>\\n2.\\tWASH and IPC assessments in healthcare facilities, schools and households in Uganda.<br \\\/>\\n3.\\tEstimation of the effects of WASH interventions in controlling the transmission of infectious diseases<br \\\/>\\n4.\\tBehaviour change interventions for improving WASH practices in health facilities and slums<br \\\/>\\n5.\\tCreating an open-source modelling toolkit that can be used to quantify and visualise the impact of climate change and socio-economic development on waterborne pathogens and AMR bacteria in surface water and consequent disease risk.<br \\\/>\\n6.\\tResearch on sustainable development goals (SDGs): Governance, trade-offs and synergies in urban slums.<br \\\/>\\n7.\\tTranslating research into National policies and guidelines<\\\/p>\\n<p>His research has been funded by the National Academy of Sciences (NAS), the Dutch Research Council, &#038; the Bill and Melinda Gates Foundation among others.<br \\\/>\\nHis publications are available at: https:\\\/\\\/www.researchgate.net\\\/profile\\\/Richard\\u00acMugambe\\\/publications<\\\/p>\\n\",\"email\":\"rmugambe@musph.ac.ug\",\"image\":{\"ID\":3703,\"id\":3703,\"title\":\"Richard K. Mugambe - Passport Photo 2025\",\"filename\":\"Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"filesize\":174446,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3703\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"richard-k-mugambe-passport-photo-2025\",\"status\":\"inherit\",\"uploaded_to\":3718,\"date\":\"2026-01-30 10:43:07\",\"modified\":\"2026-03-12 12:35:22\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":600,\"height\":600,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-300x300.jpg\",\"medium-width\":300,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"medium_large-width\":600,\"medium_large-height\":600,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"large-width\":600,\"large-height\":600,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"1536x1536-width\":600,\"1536x1536-height\":600,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"2048x2048-width\":600,\"2048x2048-height\":600,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-600x460.jpg\",\"chariton-770-460-width\":600,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"chariton-portfolio-740-800-width\":600,\"chariton-portfolio-740-800-height\":600,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":600,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Richard-K.-Mugambe-Passport-Photo-2025-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Uganda\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"Bangladesh\"><h2 class=\"promise-team-country-title\">Bangladesh<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-3737\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/01\/Dr.-Nuhu-Amin.jpeg.png\"\n                                         alt=\"Dr. Md Nuhu Amin\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Md Nuhu Amin<\/h3>\n                                                            <p class=\"promise-team-member-position\">Associate Scientist<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3737,\"name\":\"Dr. Md Nuhu Amin\",\"position\":\"Associate Scientist\",\"bio\":\"<p>Dr. Nuhu Amin is a Clinician and Associate Scientist at icddr,b with over 15 years of experience in environmental pathogen surveillance, exposure assessment, wastewater management, and WASH innovation in LMICs. Currently, Dr. Amin is a PI of an NIH-funded Assessment of adverse health outcomes of heat stress and designing appropriate interventions through a randomized controlled trial to mitigate those outcomes: a study on vulnerable populations in two selected slums of Dhaka City, Bangladesh. Early in his career, he focused on environmental and wastewater-based epidemiological pathogen surveillance across the Asia\\u2013Pacific region. He later expanded his work to sanitation system improvement and led the development of Bangladesh\\u2019s first advanced tertiary hospital wastewater treatment plant in Dhaka.<br \\\/>\\nDr. Amin applies a transdisciplinary approach in all his research, combining field studies with quantitative microbial risk assessment (QMRA) to support better sanitation and infection prevention decisions in healthcare settings. He is also the lead innovator of the world\\u2019s lowest-cost soap solution, Soapy Water, and the EAASi Soap Dispenser, designed to ensure reliable access to soap in public places and large institutions.<br \\\/>\\nHe has received several awards, including the Prime Minister\\u2019s COVID-19 Hero Award, the ASTMH\\u2013UNC Innovation Travel Award, and an Environmental Research Award in Cannes, France.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3738,\"id\":3738,\"title\":\"Dr. Nuhu Amin.jpeg\",\"filename\":\"Dr.-Nuhu-Amin.jpeg.png\",\"filesize\":567210,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3738\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"dr-nuhu-amin-jpeg\",\"status\":\"inherit\",\"uploaded_to\":3737,\"date\":\"2026-01-30 12:44:29\",\"modified\":\"2026-01-30 12:44:29\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":600,\"height\":600,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-150x150.png\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-300x300.png\",\"medium-width\":300,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"medium_large-width\":600,\"medium_large-height\":600,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"large-width\":600,\"large-height\":600,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"1536x1536-width\":600,\"1536x1536-height\":600,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"2048x2048-width\":600,\"2048x2048-height\":600,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-600x460.png\",\"chariton-770-460-width\":600,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"chariton-portfolio-740-800-width\":600,\"chariton-portfolio-740-800-height\":600,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-370x350.png\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-300x300.png\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg.png\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":600,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Nuhu-Amin.jpeg-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Bangladesh\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-3731\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/01\/Dr.-Tanvir-Ahmed.png\"\n                                         alt=\"Dr. Tanvir Ahmed\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Tanvir Ahmed<\/h3>\n                                                            <p class=\"promise-team-member-position\">Professor, Department of Civil Engineering<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3731,\"name\":\"Dr. Tanvir Ahmed\",\"position\":\"Professor, Department of Civil Engineering\",\"bio\":\"<p>Dr. Tanvir Ahmed is a WaSH specialist, academic, and researcher. He is a Professor in the Department of Civil Engineering at the Bangladesh University of Engineering and Technology (BUET), where he earned his Bachelor\\u2019s and Master\\u2019s degrees before completing a PhD in Environmental Engineering at the Massachusetts Institute of Technology. His research focuses on waste management, WaSH and public health, citywide sanitation planning, and environmental impact assessment.<br \\\/>\\nTanvir served four and a half years as Director of ITN-BUET, leading the citywide inclusive sanitation (CWIS) program supported by the Gates Foundation and developing ITN-BUET into a regional capacity-building hub. He actively contributes to the national WaSH policies, strategies, and regulatory frameworks in Bangladesh. He currently serves as Regional Director of the Global Sanitation Graduate School (GSGS) South and South-East Asia Hub, promoting standardized sanitation education across the region.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3732,\"id\":3732,\"title\":\"Dr. Tanvir Ahmed\",\"filename\":\"Dr.-Tanvir-Ahmed.png\",\"filesize\":407381,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3732\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"dr-tanvir-ahmed\",\"status\":\"inherit\",\"uploaded_to\":3731,\"date\":\"2026-01-30 12:29:11\",\"modified\":\"2026-01-30 12:29:11\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":600,\"height\":600,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-150x150.png\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-300x300.png\",\"medium-width\":300,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"medium_large-width\":600,\"medium_large-height\":600,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"large-width\":600,\"large-height\":600,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"1536x1536-width\":600,\"1536x1536-height\":600,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"2048x2048-width\":600,\"2048x2048-height\":600,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-600x460.png\",\"chariton-770-460-width\":600,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"chariton-portfolio-740-800-width\":600,\"chariton-portfolio-740-800-height\":600,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-370x350.png\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-300x300.png\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed.png\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":600,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dr.-Tanvir-Ahmed-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Bangladesh\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-3733\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/01\/Md.-Imam-Hossain.jpg\"\n                                         alt=\"Md. Imam Hossain\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Md. Imam Hossain<\/h3>\n                                                            <p class=\"promise-team-member-position\">Research Trainee<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3733,\"name\":\"Md. Imam Hossain\",\"position\":\"Research Trainee\",\"bio\":\"<p>Md. Imam Hossain is an Environmental Health and WASH researcher with more than five years of experience in sanitation, wastewater management, and hygiene in urban and healthcare settings in Bangladesh. He leads and contributes to applied research on sanitation systems, hospital wastewater treatment, exposure assessment, and evidence-based WASH planning. He has collaborated with government agencies and international partners to advance policy-relevant WASH research.<br \\\/>\\nWithin the PROMISE consortium, Imam supports the deployment of the SaniPath tool in Bangladesh and contributes to efforts to institutionalize the tool within existing systems used by local government and relevant authorities. Imam holds an M.Sc. and B.Sc. in Biotechnology and Genetic Engineering from MBSTU and is a recipient of the prestigious National Science and Technology (NST) Fellowship awarded by the Ministry of Science and Technology, Government of Bangladesh.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3734,\"id\":3734,\"title\":\"Md. Imam Hossain\",\"filename\":\"Md.-Imam-Hossain.jpg\",\"filesize\":15787,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3734\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"md-imam-hossain\",\"status\":\"inherit\",\"uploaded_to\":3733,\"date\":\"2026-01-30 12:32:21\",\"modified\":\"2026-01-30 12:32:21\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":278,\"height\":352,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-237x300.jpg\",\"medium-width\":237,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"medium_large-width\":278,\"medium_large-height\":352,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"large-width\":278,\"large-height\":352,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"1536x1536-width\":278,\"1536x1536-height\":352,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"2048x2048-width\":278,\"2048x2048-height\":352,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"chariton-770-460-width\":278,\"chariton-770-460-height\":352,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"chariton-portfolio-740-800-width\":278,\"chariton-portfolio-740-800-height\":352,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-278x350.jpg\",\"chariton-event-400-400-width\":278,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-278x300.jpg\",\"woocommerce_thumbnail-width\":278,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain.jpg\",\"woocommerce_single-width\":278,\"woocommerce_single-height\":352,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Md.-Imam-Hossain-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Bangladesh\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-3735\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/01\/Nafeya-Tabassum-Shimki.jpg.png\"\n                                         alt=\"Nafeya Tabassum Shimki\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Nafeya Tabassum Shimki<\/h3>\n                                                            <p class=\"promise-team-member-position\">Research Assistant, Environmental Health &amp; WASH<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":3735,\"name\":\"Nafeya Tabassum Shimki\",\"position\":\"Research Assistant, Environmental Health & WASH\",\"bio\":\"<p>Nafeya Tabassum Shimki is an environmental health and WASH professional with growing experience in applied research, urban sanitation assessment, and multi-stakeholder coordination. She supports the use of sanitation decision-making tools (e.g., SaniPath) to map exposure pathways and guide evidence-based planning. She contributes to Citywide Inclusive Sanitation (CWIS) processes through municipal engagement, scoping visits, and feasibility assessments, and has worked extensively on hospital wastewater management. She collaborates with government agencies and international partners, including WaterAid, DPHE, ITN-BUET, Emory University, and Makerere University, to advance policy-relevant research aimed at addressing complex sanitation and public health challenges. Nafeya is a results-oriented early-career researcher committed to advancing evidence-based solutions and contributing to safer, more equitable WASH systems in low- and middle-income settings. She holds a Master\\u2019s and Bachelor\\u2019s degree in Environmental Sciences from Bangladesh University of Professionals, Dhaka. Her professional interests include urban sanitation, environmental health, and evidence-based WASH policy. She has received the National Science and Technology Fellowship and the Silver Duke of Edinburgh International Award for her contributions to research and community service.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":3736,\"id\":3736,\"title\":\"Nafeya Tabassum Shimki.jpg\",\"filename\":\"Nafeya-Tabassum-Shimki.jpg.png\",\"filesize\":260910,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=3736\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"nafeya-tabassum-shimki-jpg\",\"status\":\"inherit\",\"uploaded_to\":3735,\"date\":\"2026-01-30 12:42:40\",\"modified\":\"2026-01-30 12:42:40\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":600,\"height\":600,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-150x150.png\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-300x300.png\",\"medium-width\":300,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"medium_large-width\":600,\"medium_large-height\":600,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"large-width\":600,\"large-height\":600,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"1536x1536-width\":600,\"1536x1536-height\":600,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"2048x2048-width\":600,\"2048x2048-height\":600,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-600x460.png\",\"chariton-770-460-width\":600,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"chariton-portfolio-740-800-width\":600,\"chariton-portfolio-740-800-height\":600,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-370x350.png\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-300x300.png\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg.png\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":600,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nafeya-Tabassum-Shimki.jpg-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Bangladesh\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"Kenya\"><h2 class=\"promise-team-country-title\">Kenya<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-4529\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/agira.jpg\"\n                                         alt=\"John Denge Agira\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">John Denge Agira<\/h3>\n                                                            <p class=\"promise-team-member-position\">laboratory technologist<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4529,\"name\":\"John Denge Agira\",\"position\":\"laboratory technologist\",\"bio\":\"<p>John Denge Agira is a laboratory technologist at the African Population and Health Research Center (APHRC), Kenya. His work encompasses applying laboratory-based analysis methods, including microbiology and molecular techniques to generate scientific evidence that could inform policy actions for strengthening community health and environmental safety. Besides contributing to proposal development, he performs sample handling and processing work for the Ongoing PROMISE project.<br \\\/>\\nHis interest is in Water, Sanitation, and Hygiene, with a passion to integrate biotechnology and biomedical approaches into water quality improvements and sanitation interventions, and he has supported several WASH-related research projects.<\\\/p>\\n<p>John holds a Bachelor\\u2019s degree from Maseno University, Kenya. He has co-authored various scientific publications, and his work can be accessed through his ORCID (https:\\\/\\\/orcid.org\\\/0000-0002-7888-3611)<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4533,\"id\":4533,\"title\":\"agira\",\"filename\":\"agira.jpg\",\"filesize\":8180,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4533\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"agira\",\"status\":\"inherit\",\"uploaded_to\":4529,\"date\":\"2026-03-17 10:29:54\",\"modified\":\"2026-03-17 10:29:54\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":225,\"height\":208,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"medium-width\":225,\"medium-height\":208,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"medium_large-width\":225,\"medium_large-height\":208,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"large-width\":225,\"large-height\":208,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"1536x1536-width\":225,\"1536x1536-height\":208,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"2048x2048-width\":225,\"2048x2048-height\":208,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"chariton-770-460-width\":225,\"chariton-770-460-height\":208,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"chariton-portfolio-740-800-width\":225,\"chariton-portfolio-740-800-height\":208,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"chariton-event-400-400-width\":225,\"chariton-event-400-400-height\":208,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"woocommerce_thumbnail-width\":225,\"woocommerce_thumbnail-height\":208,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira.jpg\",\"woocommerce_single-width\":225,\"woocommerce_single-height\":208,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/agira-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Kenya\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4518\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Phylis.jpg\"\n                                         alt=\"Phylis J. Busienei\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Phylis J. Busienei<\/h3>\n                                                            <p class=\"promise-team-member-position\">public health researcher<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4518,\"name\":\"Phylis J. Busienei\",\"position\":\"public health researcher\",\"bio\":\"<p>Phylis is a public health researcher, based at the African Population and Health Research Center (APHRC) in Nairobi, Kenya. She has a strong interest in Water, Hygiene, and Sanitation (WASH) issues. With over seven years of experience, she has worked across urban and rural areas in Kenya and Africa, leading and supporting research on WASH and its linkage with, among others, enteric disease transmission, climate change and One Health.<br \\\/>\\nHer current role involves proposal development, coordinating field activities, stakeholder engagement, and reporting; including in the current PROMISE project. Phylis is committed to turning research into actionable policies and solutions that improve health outcomes. She holds a degree in Environmental Science and an advanced degree in Environmental and Occupational Health.<br \\\/>\\nShe is also an alumnus of the African Doctoral Dissertation Research Fellowship (ADDRF) under APHRC. Her work can be accessed through her ORCID (https:\\\/\\\/orcid.org\\\/0000-0002-7719-7994) or ResearchGate (https:\\\/\\\/www.researchgate.net\\\/profile\\\/Phylis-Busienei).<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4522,\"id\":4522,\"title\":\"Phylis\",\"filename\":\"Phylis.jpg\",\"filesize\":8745,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4522\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"phylis\",\"status\":\"inherit\",\"uploaded_to\":4518,\"date\":\"2026-03-17 10:26:09\",\"modified\":\"2026-03-17 10:26:09\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":143,\"height\":201,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis-143x150.jpg\",\"thumbnail-width\":143,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"medium-width\":143,\"medium-height\":201,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"medium_large-width\":143,\"medium_large-height\":201,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"large-width\":143,\"large-height\":201,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"1536x1536-width\":143,\"1536x1536-height\":201,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"2048x2048-width\":143,\"2048x2048-height\":201,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"chariton-770-460-width\":143,\"chariton-770-460-height\":201,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"chariton-portfolio-740-800-width\":143,\"chariton-portfolio-740-800-height\":201,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"chariton-event-400-400-width\":143,\"chariton-event-400-400-height\":201,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"woocommerce_thumbnail-width\":143,\"woocommerce_thumbnail-height\":201,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis.jpg\",\"woocommerce_single-width\":143,\"woocommerce_single-height\":201,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Phylis-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Kenya\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4515\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Sheillah-Headshot-scaled.jpg\"\n                                         alt=\"Sheillah Simiyu\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Sheillah Simiyu<\/h3>\n                                                            <p class=\"promise-team-member-position\">Research Scientist<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4515,\"name\":\"Sheillah Simiyu\",\"position\":\"Research Scientist\",\"bio\":\"<p>Sheillah Simiyu is a Research Scientist and the lead of the Water, Sanitation and Hygiene (WASH) research team at the African Population and Health Research Center in Nairobi, Kenya. Sheillah is passionate about finding practical solutions to the well-being of communities and her work focuses on the intersection of WASH and public health outcomes across population groups. She has been involved in research on enteric disease transmission, hygiene and behavior change interventions, fecal waste management, shared sanitation, and assessing the impact of interventions on gender and quality of life. Her work also explores the interlinkage of WASH and emerging themes including One Health, climate change, and socio-economic development. She is a recipient of several grants, mentors early career researchers, and serves in several committees. Sheillah has a degree in Environmental Studies, a Master\\u2019s in Public Health, and a PhD in Public and Development Management. <\\\/p>\\n\",\"email\":\"placehoder@email.com\",\"image\":{\"ID\":4516,\"id\":4516,\"title\":\"Sheillah Headshot\",\"filename\":\"Sheillah-Headshot-scaled.jpg\",\"filesize\":829694,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-scaled.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4516\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"sheillah-headshot\",\"status\":\"inherit\",\"uploaded_to\":4515,\"date\":\"2026-03-17 10:20:59\",\"modified\":\"2026-03-17 10:20:59\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":2560,\"height\":2478,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-300x290.jpg\",\"medium-width\":300,\"medium-height\":290,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-768x743.jpg\",\"medium_large-width\":768,\"medium_large-height\":743,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-1024x991.jpg\",\"large-width\":1024,\"large-height\":991,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-1536x1487.jpg\",\"1536x1536-width\":1536,\"1536x1536-height\":1487,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-2048x1983.jpg\",\"2048x2048-width\":2048,\"2048x2048-height\":1983,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-770x460.jpg\",\"chariton-770-460-width\":770,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-740x650.jpg\",\"chariton-portfolio-740-800-width\":740,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-600x581.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":581,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sheillah-Headshot-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Kenya\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"Senegal\"><h2 class=\"promise-team-country-title\">Senegal<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-4488\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Thiam.jpg\"\n                                         alt=\"Bayang Thiam, PhD\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Bayang Thiam, PhD<\/h3>\n                                                            <p class=\"promise-team-member-position\">Research and Policy Coordinator <\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4488,\"name\":\"Bayang Thiam, PhD\",\"position\":\"Research and Policy Coordinator \",\"bio\":\"<p>Dr. Mbayang Thiam holds a PhD, in Water Ressources Engeering and Management from KNUST, Gha. Her background is in physical Geography, especially  in integrated water resources management, Environmental management, climage change and geospatial data analysis.  At Universit\\u00e9 Cheikh Anta Diop (UCAD), Dr. Thiam serves as lecturer-researcher at Institut de la Gouvernance Territoriale et du D\\u00e9veloppement local (IGTGL) and  teaching Environment and Sustainable  Development with GIS Applications. <\\\/p>\\n\",\"email\":\"Placehoder@email.com\",\"image\":{\"ID\":4489,\"id\":4489,\"title\":\"Thiam\",\"filename\":\"Thiam.jpg\",\"filesize\":5840,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4489\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"thiam\",\"status\":\"inherit\",\"uploaded_to\":4488,\"date\":\"2026-03-17 10:04:07\",\"modified\":\"2026-03-17 10:04:07\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":125,\"height\":119,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"thumbnail-width\":125,\"thumbnail-height\":119,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"medium-width\":125,\"medium-height\":119,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"medium_large-width\":125,\"medium_large-height\":119,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"large-width\":125,\"large-height\":119,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"1536x1536-width\":125,\"1536x1536-height\":119,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"2048x2048-width\":125,\"2048x2048-height\":119,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"chariton-770-460-width\":125,\"chariton-770-460-height\":119,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"chariton-portfolio-740-800-width\":125,\"chariton-portfolio-740-800-height\":119,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"chariton-event-400-400-width\":125,\"chariton-event-400-400-height\":119,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"woocommerce_thumbnail-width\":125,\"woocommerce_thumbnail-height\":119,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam.jpg\",\"woocommerce_single-width\":125,\"woocommerce_single-height\":119,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Thiam-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4510\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Dieynaba-Fofana.jpg\"\n                                         alt=\"Dieynaba Fofana\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dieynaba Fofana<\/h3>\n                                                            <p class=\"promise-team-member-position\">Marketing and Sales Management<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4510,\"name\":\"Dieynaba Fofana\",\"position\":\"Marketing and Sales Management\",\"bio\":\"<p>With a degree in Management and a specialization in Marketing and Sales Management, Dieynaba has over 15 years\\u2019 experience in a variety of sectors, including the automotive industry, early childhood projects and sanitation.<\\\/p>\\n\",\"email\":\"placeholer@email.com\",\"image\":{\"ID\":4511,\"id\":4511,\"title\":\"Dieynaba Fofana\",\"filename\":\"Dieynaba-Fofana.jpg\",\"filesize\":3184,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4511\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"dieynaba-fofana\",\"status\":\"inherit\",\"uploaded_to\":4510,\"date\":\"2026-03-17 10:17:29\",\"modified\":\"2026-03-17 10:17:29\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":114,\"height\":83,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"thumbnail-width\":114,\"thumbnail-height\":83,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"medium-width\":114,\"medium-height\":83,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"medium_large-width\":114,\"medium_large-height\":83,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"large-width\":114,\"large-height\":83,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"1536x1536-width\":114,\"1536x1536-height\":83,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"2048x2048-width\":114,\"2048x2048-height\":83,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"chariton-770-460-width\":114,\"chariton-770-460-height\":83,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"chariton-portfolio-740-800-width\":114,\"chariton-portfolio-740-800-height\":83,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"chariton-event-400-400-width\":114,\"chariton-event-400-400-height\":83,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"woocommerce_thumbnail-width\":114,\"woocommerce_thumbnail-height\":83,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana.jpg\",\"woocommerce_single-width\":114,\"woocommerce_single-height\":83,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Dieynaba-Fofana-100x83.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":83}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4483\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Mbaye.png\"\n                                         alt=\"Dr. Ababakar MBAYE\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Ababakar MBAYE<\/h3>\n                                                            <p class=\"promise-team-member-position\"> Research and Policy Director <\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4483,\"name\":\"Dr. Ababakar MBAYE\",\"position\":\" Research and Policy Director \",\"bio\":\"<p>Expert in Environment and Sustainable Development, Water, Sanitation and Hygiene (WASH). He has extensive experience in the fields of autonomous and public sewerage and water resource management, and has worked in Senegal and the sub-region, particularly in the Senegal River Basin with OMVS. He has held several positions of responsibility, including National Director of Water and Sanitation and Managing Director of National Sanitation Services of Senegal.<\\\/p>\\n\",\"email\":\"placehoder@email.com\",\"image\":{\"ID\":4484,\"id\":4484,\"title\":\"Mbaye\",\"filename\":\"Mbaye.png\",\"filesize\":14289,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4484\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"mbaye\",\"status\":\"inherit\",\"uploaded_to\":4483,\"date\":\"2026-03-17 10:00:31\",\"modified\":\"2026-03-17 10:00:31\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":141,\"height\":107,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"thumbnail-width\":141,\"thumbnail-height\":107,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"medium-width\":141,\"medium-height\":107,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"medium_large-width\":141,\"medium_large-height\":107,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"large-width\":141,\"large-height\":107,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"1536x1536-width\":141,\"1536x1536-height\":107,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"2048x2048-width\":141,\"2048x2048-height\":107,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"chariton-770-460-width\":141,\"chariton-770-460-height\":107,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"chariton-portfolio-740-800-width\":141,\"chariton-portfolio-740-800-height\":107,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"chariton-event-400-400-width\":141,\"chariton-event-400-400-height\":107,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"woocommerce_thumbnail-width\":141,\"woocommerce_thumbnail-height\":107,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye.png\",\"woocommerce_single-width\":141,\"woocommerce_single-height\":107,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mbaye-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4481\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Diouf.png\"\n                                         alt=\"Dr. Adama Diouf\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Adama Diouf<\/h3>\n                                                            <p class=\"promise-team-member-position\">Senior Researcher, Head of Public Finance and Territorial Governance<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4481,\"name\":\"Dr. Adama Diouf\",\"position\":\"Senior Researcher, Head of Public Finance and Territorial Governance\",\"bio\":\"<p>Mr. Diouf holds a doctorate in Human Geography and is an expert in Territorial Development and Public Governance. He is a Professor of Governance and Local Development at CESAG and the African University of Science and Technology (EMIA).<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4482,\"id\":4482,\"title\":\"Diouf\",\"filename\":\"Diouf.png\",\"filesize\":27990,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4482\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"diouf\",\"status\":\"inherit\",\"uploaded_to\":4481,\"date\":\"2026-03-17 09:58:03\",\"modified\":\"2026-03-17 09:58:03\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":129,\"height\":127,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"thumbnail-width\":129,\"thumbnail-height\":127,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"medium-width\":129,\"medium-height\":127,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"medium_large-width\":129,\"medium_large-height\":127,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"large-width\":129,\"large-height\":127,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"1536x1536-width\":129,\"1536x1536-height\":127,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"2048x2048-width\":129,\"2048x2048-height\":127,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"chariton-770-460-width\":129,\"chariton-770-460-height\":127,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"chariton-portfolio-740-800-width\":129,\"chariton-portfolio-740-800-height\":127,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"chariton-event-400-400-width\":129,\"chariton-event-400-400-height\":127,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"woocommerce_thumbnail-width\":129,\"woocommerce_thumbnail-height\":127,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf.png\",\"woocommerce_single-width\":129,\"woocommerce_single-height\":127,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Diouf-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4493\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Kane.jpg\"\n                                         alt=\"Mr. Cheikh Kane\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Mr. Cheikh Kane<\/h3>\n                                                            <p class=\"promise-team-member-position\">Chief Administrative And Financial Officer <\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4493,\"name\":\"Mr. Cheikh Kane\",\"position\":\"Chief Administrative And Financial Officer \",\"bio\":\"<p>Senior Accountant and Financial Specialist with 10 years of experience in assisting companies and organizations in the implementation of reliable and efficient digital accounting systems for sound, secure, and decision-oriented accounting and financial management.<\\\/p>\\n\",\"email\":\"placeholder@gmail.com\",\"image\":{\"ID\":4497,\"id\":4497,\"title\":\"Kane\",\"filename\":\"Kane.jpg\",\"filesize\":3789,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4497\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"kane\",\"status\":\"inherit\",\"uploaded_to\":4493,\"date\":\"2026-03-17 10:09:26\",\"modified\":\"2026-03-17 10:09:26\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":118,\"height\":107,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"thumbnail-width\":118,\"thumbnail-height\":107,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"medium-width\":118,\"medium-height\":107,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"medium_large-width\":118,\"medium_large-height\":107,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"large-width\":118,\"large-height\":107,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"1536x1536-width\":118,\"1536x1536-height\":107,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"2048x2048-width\":118,\"2048x2048-height\":107,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"chariton-770-460-width\":118,\"chariton-770-460-height\":107,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"chariton-portfolio-740-800-width\":118,\"chariton-portfolio-740-800-height\":107,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"chariton-event-400-400-width\":118,\"chariton-event-400-400-height\":107,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"woocommerce_thumbnail-width\":118,\"woocommerce_thumbnail-height\":107,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane.jpg\",\"woocommerce_single-width\":118,\"woocommerce_single-height\":107,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kane-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4508\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Ba.jpg\"\n                                         alt=\"Mr. Moussa BA\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Mr. Moussa BA<\/h3>\n                                                            <p class=\"promise-team-member-position\">Research Assistant<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4508,\"name\":\"Mr. Moussa BA\",\"position\":\"Research Assistant\",\"bio\":\"<p>With a degree in territorial governance and local development specializing in territorial planning and development, Moussa has solid experience in territorial assessment and planning, data collection and analysis, public health, sanitation, and land use planning, acquired through practical experience in Senegalese municipalities during his training.<\\\/p>\\n\",\"email\":\"placehoder@email.com\",\"image\":{\"ID\":4509,\"id\":4509,\"title\":\"Ba\",\"filename\":\"Ba.jpg\",\"filesize\":3364,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4509\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"ba\",\"status\":\"inherit\",\"uploaded_to\":4508,\"date\":\"2026-03-17 10:13:21\",\"modified\":\"2026-03-17 10:13:21\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":127,\"height\":88,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"thumbnail-width\":127,\"thumbnail-height\":88,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"medium-width\":127,\"medium-height\":88,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"medium_large-width\":127,\"medium_large-height\":88,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"large-width\":127,\"large-height\":88,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"1536x1536-width\":127,\"1536x1536-height\":88,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"2048x2048-width\":127,\"2048x2048-height\":88,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"chariton-770-460-width\":127,\"chariton-770-460-height\":88,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"chariton-portfolio-740-800-width\":127,\"chariton-portfolio-740-800-height\":88,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"chariton-event-400-400-width\":127,\"chariton-event-400-400-height\":88,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"woocommerce_thumbnail-width\":127,\"woocommerce_thumbnail-height\":88,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba.jpg\",\"woocommerce_single-width\":127,\"woocommerce_single-height\":88,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Ba-100x88.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":88}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4502\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/sef.jpg\"\n                                         alt=\"Mr. Sef-edine Msa Mliva\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Mr. Sef-edine Msa Mliva<\/h3>\n                                                            <p class=\"promise-team-member-position\">Projects and Programs Director<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4502,\"name\":\"Mr. Sef-edine Msa Mliva\",\"position\":\"Projects and Programs Director\",\"bio\":\"<p>Transdisciplinary statistician with extensive expertise in the design, planning, and implementation of gender-sensitive and climate change-responsive development projects in the areas of public health, WASH, and land governance. He has over 15 years of experience mentoring young African talent and training in statistical learning, macroeconomic modeling, and survey techniques.  His work focuses on infection prevention and control, promoting evidence-informed policies, and digital governance.<\\\/p>\\n\",\"email\":\"placehoder@email.com\",\"image\":{\"ID\":4506,\"id\":4506,\"title\":\"sef\",\"filename\":\"sef.jpg\",\"filesize\":2989,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4506\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"sef\",\"status\":\"inherit\",\"uploaded_to\":4502,\"date\":\"2026-03-17 10:11:39\",\"modified\":\"2026-03-17 10:11:39\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":132,\"height\":69,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"thumbnail-width\":132,\"thumbnail-height\":69,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"medium-width\":132,\"medium-height\":69,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"medium_large-width\":132,\"medium_large-height\":69,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"large-width\":132,\"large-height\":69,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"1536x1536-width\":132,\"1536x1536-height\":69,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"2048x2048-width\":132,\"2048x2048-height\":69,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"chariton-770-460-width\":132,\"chariton-770-460-height\":69,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef-80x69.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":69,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"chariton-portfolio-740-800-width\":132,\"chariton-portfolio-740-800-height\":69,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"chariton-event-400-400-width\":132,\"chariton-event-400-400-height\":69,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"woocommerce_thumbnail-width\":132,\"woocommerce_thumbnail-height\":69,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef.jpg\",\"woocommerce_single-width\":132,\"woocommerce_single-height\":69,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sef-100x69.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":69}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4475\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/sinehe.jpg\"\n                                         alt=\"Seydina Ousmane S\u00e8ne\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Seydina Ousmane S\u00e8ne<\/h3>\n                                                            <p class=\"promise-team-member-position\">Chief Executive Officer<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4475,\"name\":\"Seydina Ousmane S\\u00e8ne\",\"position\":\"Chief Executive Officer\",\"bio\":\"<p>Seydina Ousmane Sene, PhD Applied Economics at Louisiana State University. Lead Technical and Senior Macroeconomic Policy Advisor of the Ministry of Economy, Plan, and Cooperation of Senegal. He is one of the few experts who contributed to the development of the Emerging Senegal Plan (PSE), the Senegal 2050 National Transformation Agenda (Senegal 2050), and the national private sector strategy. Dr. Senegal has also served as National Coordinator of the Regional Compact on the Blue Economy He is currently a professor at SINE SALOUM El Hadj Ibrahima Niasse University (USSEIN) in Senegal.<\\\/p>\\n\",\"email\":\"placehoder@email.com\",\"image\":{\"ID\":4476,\"id\":4476,\"title\":\"sinehe\",\"filename\":\"sinehe.jpg\",\"filesize\":3126,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4476\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"sinehe\",\"status\":\"inherit\",\"uploaded_to\":4475,\"date\":\"2026-03-17 09:53:08\",\"modified\":\"2026-03-17 09:53:08\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":135,\"height\":92,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"thumbnail-width\":135,\"thumbnail-height\":92,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"medium-width\":135,\"medium-height\":92,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"medium_large-width\":135,\"medium_large-height\":92,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"large-width\":135,\"large-height\":92,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"1536x1536-width\":135,\"1536x1536-height\":92,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"2048x2048-width\":135,\"2048x2048-height\":92,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"chariton-770-460-width\":135,\"chariton-770-460-height\":92,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"chariton-portfolio-740-800-width\":135,\"chariton-portfolio-740-800-height\":92,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"chariton-event-400-400-width\":135,\"chariton-event-400-400-height\":92,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"woocommerce_thumbnail-width\":135,\"woocommerce_thumbnail-height\":92,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe.jpg\",\"woocommerce_single-width\":135,\"woocommerce_single-height\":92,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sinehe-100x92.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":92}},\"country\":\"Senegal\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"Tanzania\"><h2 class=\"promise-team-country-title\">Tanzania<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-4468\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Kimwanga.jpg\"\n                                         alt=\"Dr. Richard J. Kimwaga\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Richard J. Kimwaga<\/h3>\n                                                            <p class=\"promise-team-member-position\">Senior Lecturer, University of Dar es Salaam<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4468,\"name\":\"Dr. Richard J. Kimwaga\",\"position\":\"Senior Lecturer, University of Dar es Salaam\",\"bio\":\"<p>Dr. Richard J. Kimwaga, who is a Senior Lecturer at the University of Dar es Salaam is a distinguished figure in Water, Sanitation, Wastewater, and Hygiene (WASH) as an academic, researcher, and practitioner. Holding a Ph.D. in Environmental Engineering, Master\\u2019s degrees in Environmental Studies and Water Resources Engineering, and a Bachelor\\u2019s in Civil Engineering, Dr. Kimwaga is a Professional Engineer registered with the Engineers Registration Board (PEng No. 4862). He is also certified by the National Environmental Council (NEMC) for Environmental Impact Assessment (EIA) (Expert Registration No. NEMC\\\/EIA 0375). Engaged with international and national professional institutions, networks, and associations such as Nile IWRM NET, GWP-Tanzania, and WaterNet, he contributes actively to his field. He\\u2019s an active member of the Global Sanitation Graduate School (GSGS), funded by the Bill and Melinda Gates Foundation. He is also<br \\\/>\\nAcademic Core-Lead Partner and Representative for Tanzania under GSGS Eastern and Southern Africa (ESA) Regional Hub. Dr. Kimwaga has been the Principal Investigator (PI) for various international research projects, the notable ones being Sustainable Sanitation in Theory and Action (SUSTAIN), Sustainable Water and Sanitation for All (SUWASAN), and Promoting Evidence-Based Investments in Sanitation for Health and Equity (PROMISE). Dr. Kimwaga has over 25 years of professional and research experience, spanning consultancy services in Constructed Wetlands, Wastewater and Faecal Sludge Engineering, Integrated Sanitation Management (ISM), Integrated Water Resources Management and Development (IWRMD), WASH, Solid Waste Management, and Stormwater Management. His achievements include managing stakeholder engagement processes, facilitating workshops, and moderating international conferences. Dr. Kimwaga was a member of the National Core Technical Team for the preparation of Tanzania Development Vision 2050 (TDV2050), dubbed as DIRA 2050 and the Long-Term Perspective Plan (LTPP) 2025 &#8211; 2050.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4469,\"id\":4469,\"title\":\"Kimwanga\",\"filename\":\"Kimwanga.jpg\",\"filesize\":13999,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4469\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"kimwanga\",\"status\":\"inherit\",\"uploaded_to\":4468,\"date\":\"2026-03-17 09:41:51\",\"modified\":\"2026-03-17 09:41:51\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":197,\"height\":183,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"medium-width\":197,\"medium-height\":183,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"medium_large-width\":197,\"medium_large-height\":183,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"large-width\":197,\"large-height\":183,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"1536x1536-width\":197,\"1536x1536-height\":183,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"2048x2048-width\":197,\"2048x2048-height\":183,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"chariton-770-460-width\":197,\"chariton-770-460-height\":183,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"chariton-portfolio-740-800-width\":197,\"chariton-portfolio-740-800-height\":183,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"chariton-event-400-400-width\":197,\"chariton-event-400-400-height\":183,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"woocommerce_thumbnail-width\":197,\"woocommerce_thumbnail-height\":183,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga.jpg\",\"woocommerce_single-width\":197,\"woocommerce_single-height\":183,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Kimwanga-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Tanzania\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4470\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\"\n                                         alt=\"Eng. Aaron Gerald Chanimbaga\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Eng. Aaron Gerald Chanimbaga<\/h3>\n                                                            <p class=\"promise-team-member-position\">Environmental and Sanitation Engineer<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4470,\"name\":\"Eng. Aaron Gerald Chanimbaga\",\"position\":\"Environmental and Sanitation Engineer\",\"bio\":\"<p>My name is Eng. Aaron Gerald Chanimbaga am Professional Civil Engineer registered with Engineers registration board (ERB). I currently work as an Environmental and Sanitation Engineer at Tanga Urban Water Supply and Sanitation Authority( Tanga  UWASA ). I prefer to learn more about my career. My aim is to manage Environments and Sanitation issues in Tanga City.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4471,\"id\":4471,\"title\":\"Eng. Aaron Gerald Chanimbaga\",\"filename\":\"Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"filesize\":12315,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4471\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"eng-aaron-gerald-chanimbaga\",\"status\":\"inherit\",\"uploaded_to\":4470,\"date\":\"2026-03-17 09:45:46\",\"modified\":\"2026-03-17 09:45:46\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":329,\"height\":365,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-150x150.jpeg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-270x300.jpeg\",\"medium-width\":270,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"medium_large-width\":329,\"medium_large-height\":365,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"large-width\":329,\"large-height\":365,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"1536x1536-width\":329,\"1536x1536-height\":365,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"2048x2048-width\":329,\"2048x2048-height\":365,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"chariton-770-460-width\":329,\"chariton-770-460-height\":365,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-80x80.jpeg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"chariton-portfolio-740-800-width\":329,\"chariton-portfolio-740-800-height\":365,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-329x350.jpeg\",\"chariton-event-400-400-width\":329,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-300x300.jpeg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga.jpeg\",\"woocommerce_single-width\":329,\"woocommerce_single-height\":365,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Eng.-Aaron-Gerald-Chanimbaga-100x100.jpeg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Tanzania\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"United States Of America\"><h2 class=\"promise-team-country-title\">United States Of America<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-4440\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Moe.png\"\n                                         alt=\"Christine L. Moe\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Christine L. Moe<\/h3>\n                                                            <p class=\"promise-team-member-position\">Professor of Safe Water and Sanitation<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4440,\"name\":\"Christine L. Moe\",\"position\":\"Professor of Safe Water and Sanitation\",\"bio\":\"<p>Dr. Moe is the Eugene J. Gangarosa Professor of Safe Water and Sanitation in the Rollins School of Public Health and the Director of the Center for Global Safe Water, Sanitation, and Hygiene at Emory University. Over her 40-year career, her research has focused primarily on the environmental transmission of infectious agents, in particular, water, sanitation, hygiene (WASH), and foodborne and waterborne diseases.  Dr. Moe\\u2019s research team has conducted field and laboratory research in over 15 countries and includes studies of environmental surveillance for infectious diseases; diarrheal diseases; on-site sanitation systems; exposure to fecal contamination in low-income urban environments; water quality in distribution systems; WASH and infection prevention and control in healthcare facilities in low-resource settings; and fecal contamination of vegetable crops.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4441,\"id\":4441,\"title\":\"Moe\",\"filename\":\"Moe.png\",\"filesize\":137087,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4441\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"moe-2\",\"status\":\"inherit\",\"uploaded_to\":4440,\"date\":\"2026-03-17 09:30:03\",\"modified\":\"2026-03-17 09:30:03\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":215,\"height\":252,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe-150x150.png\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"medium-width\":215,\"medium-height\":252,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"medium_large-width\":215,\"medium_large-height\":252,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"large-width\":215,\"large-height\":252,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"1536x1536-width\":215,\"1536x1536-height\":252,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"2048x2048-width\":215,\"2048x2048-height\":252,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"chariton-770-460-width\":215,\"chariton-770-460-height\":252,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"chariton-portfolio-740-800-width\":215,\"chariton-portfolio-740-800-height\":252,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"chariton-event-400-400-width\":215,\"chariton-event-400-400-height\":252,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"woocommerce_thumbnail-width\":215,\"woocommerce_thumbnail-height\":252,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe.png\",\"woocommerce_single-width\":215,\"woocommerce_single-height\":252,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Moe-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"United States Of America\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4437\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Musa-Manga-Headshot-scaled.jpg\"\n                                         alt=\"Dr. Musa Manga\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr. Musa Manga<\/h3>\n                                                            <p class=\"promise-team-member-position\">Assistant Professor, University of North Carolina<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4437,\"name\":\"Dr. Musa Manga\",\"position\":\"Assistant Professor, University of North Carolina\",\"bio\":\"<p>Dr. Musa Manga is a Water and Sanitation Engineer and an Assistant Professor Tenure-track in the Department of Environmental Sciences and Engineering at UNC-Chapel Hill, with over 17 years of research experience in global water and sanitation. He uses environmental engineering and microbiology tools to identify low-cost, scalable, and sustainable interventions to interrupt transmission of excreta-related diseases to protect public health and wellbeing. His broad research interests are in planning, monitoring, and improvement of water, sanitation, and fecal sludge management practices to promote: i) equity for underserved communities in both developing and developed countries; ii) development and validation of pathogen hazards and risk models; iii) Climate change resilience and adaptation, and mitigation of greenhouse gas emissions; and iv) optimization of wastewater and fecal sludge treatment and BioResource Recovery. Dr. Manga has led numerous research projects across urban Africa, Asia, Europe and USA assessing water and sanitation infrastructure, and wastewater and fecal sludge treatment systems. Dr. Manga has authored over 70 publications in leading academic journals and serves as a member of the Editorial Board for several prestigious journals, including PLOS Sustainability and Transformation and the Journal of Water, Sanitation, and Hygiene for Development.<\\\/p>\\n\",\"email\":\"musansubuga@gmail.com\",\"image\":{\"ID\":4438,\"id\":4438,\"title\":\"Musa Manga Headshot\",\"filename\":\"Musa-Manga-Headshot-scaled.jpg\",\"filesize\":489011,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-scaled.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4438\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"musa-manga-headshot\",\"status\":\"inherit\",\"uploaded_to\":4437,\"date\":\"2026-03-17 09:26:45\",\"modified\":\"2026-03-17 09:26:45\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":2560,\"height\":1926,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-300x226.jpg\",\"medium-width\":300,\"medium-height\":226,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-768x578.jpg\",\"medium_large-width\":768,\"medium_large-height\":578,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-1024x771.jpg\",\"large-width\":1024,\"large-height\":771,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-1536x1156.jpg\",\"1536x1536-width\":1536,\"1536x1536-height\":1156,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-2048x1541.jpg\",\"2048x2048-width\":2048,\"2048x2048-height\":1541,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-770x460.jpg\",\"chariton-770-460-width\":770,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-740x650.jpg\",\"chariton-portfolio-740-800-width\":740,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-600x452.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":452,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Musa-Manga-Headshot-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"United States Of America\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4442\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Lauren-Sprouse-headshot.jpg\"\n                                         alt=\"Lauren Sprouse, MPH\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Lauren Sprouse, MPH<\/h3>\n                                                            <p class=\"promise-team-member-position\">Doctoral Student and Graduate Research Assistant, University of North Carolina<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4442,\"name\":\"Lauren Sprouse, MPH\",\"position\":\"Doctoral Student and Graduate Research Assistant, University of North Carolina\",\"bio\":\"<p>Lauren Sprouse is a PhD student in the Department of Environmental Sciences and Engineering at UNC Chapel Hill, supervised by Dr. Musa Manga, where she researches the public health impacts of unsafe fecal waste releases from both sewers and onsite sanitation systems in urban informal settlements. Her work combines GIS analysis, epidemiologic methods, and environmental and laboratory techniques to understand pathways of exposure to pathogens in human excreta and inform safe sanitation policy and practice. Lauren has conducted fieldwork and trained data collection teams in Lusaka, Zambia, and Kampala, Uganda, where her dissertation project is based, as well as led multiple systematic reviews on shared sanitation quality, sanitation access, and child feces management. Prior to starting her PhD journey, Lauren supported science communication for the National Institute of Environmental Health Sciences, translating complex environmental research for understanding by diverse audiences. She holds a Bachelor of Science and Public Health and a Master of Public Health in Environmental Health Sciences, both from the Gillings School of Global Public Health at UNC. <\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4446,\"id\":4446,\"title\":\"Screenshot\",\"filename\":\"Lauren-Sprouse-headshot.jpg\",\"filesize\":89875,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4446\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"Screenshot\",\"name\":\"screenshot\",\"status\":\"inherit\",\"uploaded_to\":4442,\"date\":\"2026-03-17 09:32:52\",\"modified\":\"2026-03-17 09:32:52\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":573,\"height\":704,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-244x300.jpg\",\"medium-width\":244,\"medium-height\":300,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"medium_large-width\":573,\"medium_large-height\":704,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"large-width\":573,\"large-height\":704,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"1536x1536-width\":573,\"1536x1536-height\":704,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"2048x2048-width\":573,\"2048x2048-height\":704,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-573x460.jpg\",\"chariton-770-460-width\":573,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-573x650.jpg\",\"chariton-portfolio-740-800-width\":573,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot.jpg\",\"woocommerce_single-width\":573,\"woocommerce_single-height\":704,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Lauren-Sprouse-headshot-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"United States Of America\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4435\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Sarah-Lebu_Heashot-2025-scaled.jpg\"\n                                         alt=\"Sarah Lebu\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Sarah Lebu<\/h3>\n                                                            <p class=\"promise-team-member-position\">Postdoctoral Research Associate, University of North Carolina<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4435,\"name\":\"Sarah Lebu\",\"position\":\"Postdoctoral Research Associate, University of North Carolina\",\"bio\":\"<p>Dr. Sarah Lebu earned her PhD in Environmental Sciences and Engineering from UNC in 2025, specializing in barriers to water and sanitation access among vulnerable communities and the disproportionate impact of climate change on these systems. Her dissertation focused on how climate change alters the hydrological cycle and affects safe drinking water and sanitation services. In her most recent project, she applied fluorescence spectroscopy to assess sanitation system performance and fecal contamination in flood-prone areas, providing real-time monitoring data to guide decision-making on sanitation and climate investments.<br \\\/>\\nWith over 12 years of experience, Sarah has worked at the intersection of public health, environmental engineering, urban planning, and climate science. She has contributed to initiatives promoting inclusive and resilient WASH systems in Sub-Saharan Africa, Asia, and the United States. Passionate about mentorship and knowledge-sharing, she supports students in troubleshooting data projects, conceptualizing research, and improving scientific writing.<br \\\/>\\nSarah holds a master\\u2019s degree in public health and a master\\u2019s degree in city planning from the University of California, Berkeley. In her free time, she enjoys writing fiction and solving puzzles.<\\\/p>\\n\",\"email\":\"slebu88@gmail.com\",\"image\":{\"ID\":4436,\"id\":4436,\"title\":\"Sarah Lebu_Heashot 2025\",\"filename\":\"Sarah-Lebu_Heashot-2025-scaled.jpg\",\"filesize\":230150,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-scaled.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4436\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"sarah-lebu_heashot-2025\",\"status\":\"inherit\",\"uploaded_to\":4435,\"date\":\"2026-03-17 09:23:25\",\"modified\":\"2026-03-17 09:23:25\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":2560,\"height\":1706,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-300x200.jpg\",\"medium-width\":300,\"medium-height\":200,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-768x512.jpg\",\"medium_large-width\":768,\"medium_large-height\":512,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-1024x683.jpg\",\"large-width\":1024,\"large-height\":683,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-1536x1024.jpg\",\"1536x1536-width\":1536,\"1536x1536-height\":1024,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-2048x1365.jpg\",\"2048x2048-width\":2048,\"2048x2048-height\":1365,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-770x460.jpg\",\"chariton-770-460-width\":770,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-740x650.jpg\",\"chariton-portfolio-740-800-width\":740,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-600x400.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":400,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Sarah-Lebu_Heashot-2025-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"United States Of America\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4424\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Suraja-Raj_Headshot-scaled.jpg\"\n                                         alt=\"Suraja Raj, MPH\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Suraja Raj, MPH<\/h3>\n                                                            <p class=\"promise-team-member-position\">Project Manager and Technical Advisor<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4424,\"name\":\"Suraja Raj, MPH\",\"position\":\"Project Manager and Technical Advisor\",\"bio\":\"<p>Suraja is a public health and development professional with experience in strategic planning, project management, supervision, and designing and implementing applied research in international settings. She has been with the SaniPath study at the Center for Global Safe WASH at Emory University for 12 years and during that time led the development of the SaniPath Tool platform that guides users through the SaniPath methodology and can collect and manage data, and auto generate results and reports.<br \\\/>\\nSuraja has strong technical expertise in the areas of water, sanitation, and hygiene, monitoring and evaluation, and quantitative and qualitative data collection. She has extensive field experience and has led training on the SaniPath methodology and managed field teams in sub-Saharan Africa and Asia. Additionally, she has worked on environmental surveillance of pathogens in LMICs including, India, Bangladesh, and Nepal,  and helped adapt a Fundamentals of WASH in Healthcare Facilities course to an asynchronous virtual format.  Suraja completed her undergraduate degree in Biology from UCLA and her Masters in Public Health  in Global Health from the Rollins School of Public Health at Emory University.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4425,\"id\":4425,\"title\":\"Suraja Raj_Headshot\",\"filename\":\"Suraja-Raj_Headshot-scaled.jpg\",\"filesize\":308684,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-scaled.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4425\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"suraja-raj_headshot\",\"status\":\"inherit\",\"uploaded_to\":4424,\"date\":\"2026-03-17 09:18:11\",\"modified\":\"2026-03-17 09:18:11\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":2560,\"height\":1706,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-300x200.jpg\",\"medium-width\":300,\"medium-height\":200,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-768x512.jpg\",\"medium_large-width\":768,\"medium_large-height\":512,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-1024x683.jpg\",\"large-width\":1024,\"large-height\":683,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-1536x1024.jpg\",\"1536x1536-width\":1536,\"1536x1536-height\":1024,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-2048x1365.jpg\",\"2048x2048-width\":2048,\"2048x2048-height\":1365,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-770x460.jpg\",\"chariton-770-460-width\":770,\"chariton-770-460-height\":460,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-740x650.jpg\",\"chariton-portfolio-740-800-width\":740,\"chariton-portfolio-740-800-height\":650,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-600x400.jpg\",\"woocommerce_single-width\":600,\"woocommerce_single-height\":400,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Suraja-Raj_Headshot-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"United States Of America\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div><div class=\"promise-team-country-section\" data-country=\"Zambia\"><h2 class=\"promise-team-country-title\">Zambia<\/h2><div class=\"promise-team-grid\">                    <div class=\"promise-team-member-card\" data-member-id=\"member-4372\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Mwofe.jpg\"\n                                         alt=\"Dr Mofwe Kapulu\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Dr Mofwe Kapulu<\/h3>\n                                                            <p class=\"promise-team-member-position\">Sanitation and Hygiene (WASH) specialist<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4372,\"name\":\"Dr Mofwe Kapulu\",\"position\":\"Sanitation and Hygiene (WASH) specialist\",\"bio\":\"<p>Dr Mofwe Kapulu is a Water, Sanitation and Hygiene (WASH) specialist with over 15 years\\u2019 experience spanning research, consulting and policy analysis in Zambia. He is a Lecturer and Researcher in the School of Engineering at the University of Zambia, where he teaches and supervises postgraduate and undergraduate work in sanitation systems, water supply and rural infrastructure. He has led and contributed to assignments for UNICEF, WaterAid, WSUP, Splash and others, covering market analyses, WASH costing, policy reviews, school WASH, non-revenue water, and sustainability of water treatment chemicals. Dr Kapulu holds a PhD in Civil Engineering (Urban Sanitation Planning) from the University of Leeds in the United Kingdom. His interests include CWIS, flow of pathogens in the environment, WASH financing, service sustainability and sanitation infrastructure planning.<\\\/p>\\n\",\"email\":\"mofwehenry@gmail.com\",\"image\":{\"ID\":4394,\"id\":4394,\"title\":\"Mwofe\",\"filename\":\"Mwofe.jpg\",\"filesize\":36292,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4394\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"mwofe\",\"status\":\"inherit\",\"uploaded_to\":4372,\"date\":\"2026-03-17 09:06:46\",\"modified\":\"2026-03-17 09:06:46\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":457,\"height\":422,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-300x277.jpg\",\"medium-width\":300,\"medium-height\":277,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"medium_large-width\":457,\"medium_large-height\":422,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"large-width\":457,\"large-height\":422,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"1536x1536-width\":457,\"1536x1536-height\":422,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"2048x2048-width\":457,\"2048x2048-height\":422,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"chariton-770-460-width\":457,\"chariton-770-460-height\":422,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"chariton-portfolio-740-800-width\":457,\"chariton-portfolio-740-800-height\":422,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-370x350.jpg\",\"chariton-event-400-400-width\":370,\"chariton-event-400-400-height\":350,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-300x300.jpg\",\"woocommerce_thumbnail-width\":300,\"woocommerce_thumbnail-height\":300,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe.jpg\",\"woocommerce_single-width\":457,\"woocommerce_single-height\":422,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Mwofe-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Zambia\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4410\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/Edgar.jpg\"\n                                         alt=\"Edgar Chilanzi Mulwanda\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">Edgar Chilanzi Mulwanda<\/h3>\n                                                            <p class=\"promise-team-member-position\">Environmental Health Practitioner<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4410,\"name\":\"Edgar Chilanzi Mulwanda\",\"position\":\"Environmental Health Practitioner\",\"bio\":\"<p>Edgar Chilanzi Mulwanda is an experienced Environmental Health Practitioner with over 20 years experience. His focus has been on Water and Sanitation, Solid waste management and Sustainability issue in cities and rural districts. With a Master of Science in Sustainability Planning and Environmental Policy he obtained from Cardiff University in the United Kingdom and a BSc. In Environmental Health from the University of Zambia Edgar has been interested in helping improve livelihoods of vulnerable people in Zambia.<br \\\/>\\nEdgar has worked as Director of Public Health and Head of Solid Waste Management for the City of Lusaka, as a Chief Executive Officer for two Municipalities in Zambia and currently working as an Environmental Safeguards Specialist for the Zambia Devolution Support Program, a World Bank supported program at the Ministry of Local Government and Rural Development. Apart from the works he does in helping manage Water and Sanitation projects in different parts of Zambia under the Zambia Institute of Environmental Health and Water for Kids, he is also a Board Member for Village Water Zambia, an NGO that works to provide water and sanitation services to communities across the country. <\\\/p>\\n\",\"email\":\"\",\"image\":{\"ID\":4411,\"id\":4411,\"title\":\"Edgar\",\"filename\":\"Edgar.jpg\",\"filesize\":18394,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4411\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"edgar\",\"status\":\"inherit\",\"uploaded_to\":4410,\"date\":\"2026-03-17 09:14:22\",\"modified\":\"2026-03-17 09:14:22\",\"menu_order\":0,\"mime_type\":\"image\\\/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":284,\"height\":284,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar-150x150.jpg\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"medium-width\":284,\"medium-height\":284,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"medium_large-width\":284,\"medium_large-height\":284,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"large-width\":284,\"large-height\":284,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"1536x1536-width\":284,\"1536x1536-height\":284,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"2048x2048-width\":284,\"2048x2048-height\":284,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"chariton-770-460-width\":284,\"chariton-770-460-height\":284,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar-80x80.jpg\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"chariton-portfolio-740-800-width\":284,\"chariton-portfolio-740-800-height\":284,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"chariton-event-400-400-width\":284,\"chariton-event-400-400-height\":284,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"woocommerce_thumbnail-width\":284,\"woocommerce_thumbnail-height\":284,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar.jpg\",\"woocommerce_single-width\":284,\"woocommerce_single-height\":284,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Edgar-100x100.jpg\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Zambia\"}                        <\/script>\n                    <\/div>\n                                        <div class=\"promise-team-member-card\" data-member-id=\"member-4408\">\n                        \n                        <div class=\"promise-team-member-image-wrapper\">\n                            <div class=\"promise-team-member-image-container\">\n                                <svg class=\"promise-team-border-svg\" viewBox=\"0 0 230 230\">\n                                    <circle class=\"promise-team-border-circle red\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(-90 115 115)\"\/>\n                                    <circle class=\"promise-team-border-circle orange\"\n                                            cx=\"115\" cy=\"115\" r=\"111\"\n                                            pathLength=\"350\"\n                                            stroke-dasharray=\"175 175\"\n                                            transform=\"rotate(90 115 115)\"\/>\n                                <\/svg>\n                                <div class=\"promise-team-image-clip\">\n                                    <img decoding=\"async\" src=\"https:\/\/promiseconsortium.com\/wp-content\/uploads\/2026\/03\/James.png\"\n                                         alt=\"James Madalitso Tembo\"\n                                         class=\"promise-team-member-image\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"promise-team-member-content\">\n                            <h3 class=\"promise-team-member-name\">James Madalitso Tembo<\/h3>\n                                                            <p class=\"promise-team-member-position\">Civil, Sanitary, and Environmental Engineer<\/p>\n                                                        \n                            <div class=\"promise-team-social-links\">\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Facebook\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Twitter\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"LinkedIn\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                                <\/a>\n                                <a href=\"#\" class=\"promise-team-social-btn\" aria-label=\"Instagram\" onclick=\"event.stopPropagation();\">\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <script type=\"application\/json\" class=\"member-data\">\n                            {\"id\":4408,\"name\":\"James Madalitso Tembo\",\"position\":\"Civil, Sanitary, and Environmental Engineer\",\"bio\":\"<p>James Madalitso Tembo is a seasoned Civil, Sanitary, and Environmental Engineer with a PhD in Environmental Engineering from the University of Zambia. He holds a Master of Engineering in Sanitary Engineering from the International Institute for Infrastructure, Hydraulics and Environmental Engineering (IHE\\u2013Delft, The Netherlands), as well as a Bachelor of Engineering in Civil Engineering from the University of Zambia. He also possesses a Certificate in Faecal Sludge Management obtained from the Pollution Research Group at the University of KwaZulu-Natal.<br \\\/>\\nJames previously served as Chairperson of the Technical Committee responsible for developing the Zambian Standards on Onsite Sanitation and Faecal Sludge Management. He is a Member of the Engineering Institution of Zambia (EIZ) and is registered with the Engineers Registration Board (ERB).<br \\\/>\\nHe has extensive technical and managerial experience spanning over 25 years in the water supply, sanitation, and waste management sectors in Zambia. His areas of expertise in waste management include faecal sludge management, wastewater management, and solid waste management. James has lead and contributed to numerous sectoral assignments and infrastructure development projects, gaining substantial experience in project coordination, stakeholder engagement, and the management of multidisciplinary teams. His background equips him with the competencies required to effectively oversee the implementation of complex, multi-faceted engineering projects.<\\\/p>\\n\",\"email\":\"placeholder@email.com\",\"image\":{\"ID\":4409,\"id\":4409,\"title\":\"James\",\"filename\":\"James.png\",\"filesize\":48192,\"url\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"link\":\"https:\\\/\\\/promiseconsortium.com\\\/?attachment_id=4409\",\"alt\":\"\",\"author\":\"1\",\"description\":\"\",\"caption\":\"\",\"name\":\"james\",\"status\":\"inherit\",\"uploaded_to\":4408,\"date\":\"2026-03-17 09:11:22\",\"modified\":\"2026-03-17 09:11:22\",\"menu_order\":0,\"mime_type\":\"image\\\/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":152,\"height\":161,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James-150x150.png\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"medium-width\":152,\"medium-height\":161,\"medium_large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"medium_large-width\":152,\"medium_large-height\":161,\"large\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"large-width\":152,\"large-height\":161,\"1536x1536\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"1536x1536-width\":152,\"1536x1536-height\":161,\"2048x2048\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"2048x2048-width\":152,\"2048x2048-height\":161,\"chariton-770-460\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"chariton-770-460-width\":152,\"chariton-770-460-height\":161,\"chariton-thumb-80-80\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James-80x80.png\",\"chariton-thumb-80-80-width\":80,\"chariton-thumb-80-80-height\":80,\"chariton-portfolio-740-800\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"chariton-portfolio-740-800-width\":152,\"chariton-portfolio-740-800-height\":161,\"chariton-event-400-400\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"chariton-event-400-400-width\":152,\"chariton-event-400-400-height\":161,\"woocommerce_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"woocommerce_thumbnail-width\":152,\"woocommerce_thumbnail-height\":161,\"woocommerce_single\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James.png\",\"woocommerce_single-width\":152,\"woocommerce_single-height\":161,\"woocommerce_gallery_thumbnail\":\"https:\\\/\\\/promiseconsortium.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/James-100x100.png\",\"woocommerce_gallery_thumbnail-width\":100,\"woocommerce_gallery_thumbnail-height\":100}},\"country\":\"Zambia\"}                        <\/script>\n                    <\/div>\n                    <\/div><\/div>    <\/div>\n    \n    <!-- Modal -->\n    <div class=\"promise-team-modal\" id=\"teamModal\">\n        <div class=\"promise-team-modal-content\">\n            <button class=\"promise-team-modal-close\" id=\"modalClose\">&times;<\/button>\n            \n            <div class=\"promise-team-modal-bio\">\n                <div class=\"promise-team-modal-header\">\n                    <div class=\"promise-team-modal-image-wrapper\">\n                        <img decoding=\"async\" src=\"\" alt=\"\" id=\"modalImage\" class=\"promise-team-modal-image\">\n                    <\/div>\n                    <div class=\"promise-team-modal-header-text\">\n                        <div class=\"promise-team-modal-position\" id=\"modalPosition\"><\/div>\n                        <h2 class=\"promise-team-modal-name\" id=\"modalName\"><\/h2>\n                    <\/div>\n                <\/div>\n                <div class=\"promise-team-modal-bio-content\" id=\"modalBio\"><\/div>\n            <\/div>\n            \n            <div class=\"promise-team-modal-sidebar\">\n                <div class=\"promise-team-modal-contact\" id=\"modalContact\"><\/div>\n                <div class=\"promise-team-modal-social\">\n                    <a href=\"#\" class=\"promise-team-modal-social-btn\" aria-label=\"Facebook\">\n                        <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"#\" class=\"promise-team-modal-social-btn\" aria-label=\"Twitter\">\n                        <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"#\" class=\"promise-team-modal-social-btn\" aria-label=\"LinkedIn\">\n                        <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"#\" class=\"promise-team-modal-social-btn\" aria-label=\"Instagram\">\n                        <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <script>\n        (function() {\n            \/\/ Filter functionality\n            const filterBtns = document.querySelectorAll('.promise-team-filter-btn');\n            const countrySections = document.querySelectorAll('.promise-team-country-section');\n            \n            filterBtns.forEach(btn => {\n                btn.addEventListener('click', function() {\n                    const country = this.getAttribute('data-country');\n                    filterBtns.forEach(b => b.classList.remove('active'));\n                    this.classList.add('active');\n                    \n                    if (country === 'all') {\n                        countrySections.forEach(s => s.style.display = 'block');\n                    } else {\n                        countrySections.forEach(s => {\n                            s.style.display = s.getAttribute('data-country') === country ? 'block' : 'none';\n                        });\n                    }\n                });\n            });\n            \n            \/\/ Modal functionality\n            const modal      = document.getElementById('teamModal');\n            const modalClose = document.getElementById('modalClose');\n            \n            document.querySelectorAll('.promise-team-member-card').forEach(card => {\n                card.addEventListener('click', function(e) {\n                    if (e.target.closest('.promise-team-social-btn')) return;\n                    \n                    const dataScript = this.querySelector('.member-data');\n                    if (!dataScript) return;\n                    \n                    const member = JSON.parse(dataScript.textContent);\n                    \n                    const modalImage = document.getElementById('modalImage');\n                    modalImage.src = (member.image && member.image.url)\n                        ? member.image.url\n                        : 'https:\/\/via.placeholder.com\/120x120\/339BC0\/ffffff?text=No+Image';\n                    modalImage.alt = member.name || '';\n                    \n                    document.getElementById('modalPosition').textContent = member.position || '';\n                    document.getElementById('modalName').textContent     = member.name     || '';\n                    document.getElementById('modalBio').innerHTML        = member.bio      || '<p>No bio available.<\/p>';\n                    \n                    let contactHTML = '';\n                    if (member.email)   contactHTML += '<p><strong>Email:<\/strong><a href=\"mailto:' + member.email + '\">' + member.email + '<\/a><\/p>';\n                    if (member.country) contactHTML += '<p><strong>Country:<\/strong>' + member.country + '<\/p>';\n                    document.getElementById('modalContact').innerHTML = contactHTML || '<p>No contact information available.<\/p>';\n                    \n                    modal.classList.add('active');\n                    document.body.style.overflow = 'hidden';\n                });\n            });\n            \n            function closeModal() {\n                modal.classList.remove('active');\n                document.body.style.overflow = '';\n            }\n            \n            modalClose.addEventListener('click', closeModal);\n            modal.addEventListener('click', e => { if (e.target === modal) closeModal(); });\n            document.addEventListener('keydown', e => { if (e.key === 'Escape' && modal.classList.contains('active')) closeModal(); });\n        })();\n    <\/script>\n    \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"give_campaign_id":0,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-3007","page","type-page","status-publish","hentry"],"acf":[],"campaignId":"","_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/pages\/3007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3007"}],"version-history":[{"count":21,"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/pages\/3007\/revisions"}],"predecessor-version":[{"id":4562,"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=\/wp\/v2\/pages\/3007\/revisions\/4562"}],"wp:attachment":[{"href":"https:\/\/promiseconsortium.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}