{"id":3944,"date":"2025-07-03T15:53:03","date_gmt":"2025-07-03T15:53:03","guid":{"rendered":"https:\/\/champshealth.org\/?page_id=3944"},"modified":"2025-10-20T19:12:13","modified_gmt":"2025-10-20T19:12:13","slug":"decade-of-champs","status":"publish","type":"page","link":"https:\/\/champshealth.org\/decade-of-champs\/","title":{"rendered":"Decade of CHAMPS"},"content":{"rendered":"\n<div class=\"wp-block-cover\" style=\"min-height:574px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1703\" class=\"wp-block-cover__image-background wp-image-686\" alt=\"\" src=\"https:\/\/test-champs-new.pantheonsite.io\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-scaled.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-scaled.jpg 2560w, https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-300x200.jpg 300w, https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-1024x681.jpg 1024w, https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-768x511.jpg 768w, https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-1536x1022.jpg 1536w, https:\/\/champshealth.org\/wp-content\/uploads\/2024\/09\/shutterstock_1725078328-2048x1363.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/test-champs-new.pantheonsite.io\/wp-content\/uploads\/2025\/07\/decade-of-champs-1.png\" alt=\"\" class=\"wp-image-3758\" style=\"width:600px\"\/><\/figure><\/div><\/div><\/div>\n\n\n<nav class=\"mynav\">\n  <ul>\n    <li><a href=\"#highlights\">Network Meeting Highlights<\/a><\/li>\n    <li><a href=\"#publications\">Publications<\/a><\/li>\n    <li><a href=\"#videos\">Videos<\/a><\/li>\n    <li><a href=\"#champions\">Champions of Champs<\/a><\/li>\n    <li><a href=\"#press\">Press Releases<\/a><\/li>\n    <li><a href=\"#gallery\">Gallery<\/a><\/li>\n  <\/ul>\n\n<\/nav>\n\n\n<span class=\"target\"><\/span>\n\n<style type=\"text\/css\">\n\t\n\n\t.mynav {\n\n\t\tposition: relative;\n\t\tmargin-top: 40px;\n\t\twidth: 90%;\n\t\tmargin-left: auto;\n\t\tmargin-right: auto;\n\t}\n.nav-border {\n\n\twidth: 100%;\n\theight: 1px;\n\tbackground: #b3b3b3;\n\tposition: absolute;\n\ttop: 40px;\n}\n\nh1 {\n  text-align: center;\n  margin: 80px 0;\n  text-transform: uppercase;\n}\n\n.mynav ul {\n  display: flex;\n  justify-content: space-evenly;\n  flex-wrap: wrap;\n  list-style-type: none;\n  padding: 0;\n\n}\n\n.mynav li {\n\n\theight: 40px;\n}\n.mynav li:not(:last-child) {\n  margin-right: 20px;\n}\n\n.mynav a {\n  display: block;\n  font-size: 16px;\n  color: black;\n  text-decoration: none;\n  padding: 0px 15px;\nfont-weight: 600;\n  text-transform: uppercase;\n  font-family: Lato;\n}\n\n.target {\n  position: absolute;\n  border-bottom: 4px solid transparent;\n  z-index: -1;\n  transform: translateX(-20px);\n}\n\n.mynav a,\n.target {\n  transition: all .35s ease-in-out;\n}\n<\/style>\n\n\n<script type=\"text\/javascript\">\n\t\n\t(function() {\n\n  const target = document.querySelector(\".target\");\n  const links = document.querySelectorAll(\".mynav a\");\n  const colors = [\"#4c9c2e\"];\n\n  function mouseenterFunc() {\n    if (!this.parentNode.classList.contains(\"active\")) {\n      for (let i = 0; i < links.length; i++) {\n        if (links[i].parentNode.classList.contains(\"active\")) {\n          links[i].parentNode.classList.remove(\"active\");\n        }\n      }\n\n      this.parentNode.classList.add(\"active\");\n      this.style.opacity = \"1\";\n\n      const width = this.getBoundingClientRect().width;\n      const height = this.getBoundingClientRect().height;\n      const left = this.getBoundingClientRect().left + window.pageXOffset;\n      const top = this.getBoundingClientRect().top + window.pageYOffset;\n      const color = colors[Math.floor(Math.random() * colors.length)];\n\n      target.style.width = `${width}px`;\n      target.style.height = `5px`;\n      target.style.left = `${left}px`;\n      target.style.top = `${top}px`;\n      target.style.borderColor = color;\n      target.style.transform = \"none\";\n    }\n  }\n\n  for (let i = 0; i < links.length; i++) {\nlinks[i].addEventListener(\"click\", function (e) {\n  const href = this.getAttribute(\"href\");\nif (href) {\n  if (href.startsWith(\"#\")) {\n    const targetElement = document.querySelector(href);\n    if (targetElement) {\n      targetElement.scrollIntoView({ behavior: \"smooth\" });\n    }\n  }\n}\n\n});\n\n\n    links[i].addEventListener(\"mouseenter\", mouseenterFunc);\n  }\n\n  function resizeFunc() {\n    const active = document.querySelector(\".mynav li.active\");\n\n    if (active) {\n      const left = active.getBoundingClientRect().left + window.pageXOffset;\n      const top = active.getBoundingClientRect().top + window.pageYOffset;\n\n      target.style.left = `${left}px`;\n      target.style.top = `2px`;\n    }\n  }\n\n  window.addEventListener(\"resize\", resizeFunc);\n\n})();\n<\/script>\n\n\n<div id=\"highlights\" class=\"wp-block-group pad-5 spiral-bg\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<h2 class=\"wp-block-heading\">Highlights from our<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Network Meeting 2025<\/h2>\n\n\n\n<div style=\"height:26px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Relive the CHAMPS 10th-anniversary Network Meeting! This event celebrated a decade of advancing knowledge and saving lives in the fight against under-five child mortality.<br><\/p>\n\n\n\n<p>We showcased how CHAMPS delivers critical evidence, shaping research and public health. See highlights of our discussions on ambitious strategic objectives for the next five years, focusing on refining methods and standardizing approaches across all sites. Most importantly, the meeting strengthened collaboration among our global network and partners.<br><\/p>\n\n\n\n<p>Discover how we're continuing to make a difference!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button btn-primary play-video\"><a class=\"wp-block-button__link has-text-color has-background has-link-color wp-element-button\" style=\"color:#000000;background-color:#95c93d\">WATCH VIDEO <img decoding=\"async\" class=\"wp-image-1823\" style=\"width: 20px;\" src=\"http:\/\/champs-new.lndo.site\/wp-content\/uploads\/2025\/06\/play.png\" alt=\"\"><\/a><\/div>\n\n\n\n<div class=\"wp-block-button btn-primary\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button\" href=\"#videos\" style=\"background-color:#000000\">MORE VIDEOS <img decoding=\"async\" class=\"wp-image-1826\" style=\"width: 20px;\" src=\"http:\/\/champs-new.lndo.site\/wp-content\/uploads\/2025\/06\/more.png\" alt=\"\"><\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column spiral-bg is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"custom-video-wrapper spiral-bg\" data-embed-url=\"https:\/\/www.youtube.com\/embed\/eCPNLf8A92Q?autoplay=1\">\n  <div class=\"custom-video-overlay\">\n    <div class=\"custom-video-play-icon\">&#9658;<\/div>\n    <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/03\/E8111CEF-B19A-45AF-9E9F-FDF48B39F0C6.png\" alt=\"Video Poster\" class=\"custom-video-poster\" \/>\n  <\/div>\n<\/div>\n\n<style>\n.spiral-bg {\n  background-image: url(..\/..\/..\/wp-content\/uploads\/img\/h3-bg04.png);\n  background-size: 40%;\n  background-position: right;\n  background-repeat: no-repeat;\n}\n.custom-video-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 800px;\n  margin: auto;\n  aspect-ratio: 16 \/ 9;\n}\n.custom-video-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: rgba(0,0,0,0.3);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  cursor: pointer;\n  z-index: 2;\n  transition: opacity 0.5s ease;\n}\n.custom-video-play-icon {\n  position: absolute;\n  font-size: 60px;\n  color: white;\n  z-index: 3;\n}\n.custom-video-poster {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  z-index: 1;\n}\n.custom-dots {\n  text-align: center;\n  margin-top: 20px;\n}\n.custom-dot {\n  width: 15px;\n  height: 15px;\n  border-radius: 50%;\n  padding: 0;\n  margin-right: 12px;\n  background: lightgray;\n}\n.custom-dot.active {\n  background: #93d500;\n}\n.owl-nav {\n  display: none;\n  text-align: center;\n  font-size: 36px;\n}\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  document.querySelectorAll('.custom-video-wrapper').forEach(wrapper => {\n    const overlay = wrapper.querySelector('.custom-video-overlay');\n    const embedUrl = wrapper.getAttribute('data-embed-url');\n\n    overlay.addEventListener('click', () => {\n      const iframe = document.createElement('iframe');\n      iframe.setAttribute('src', embedUrl);\n      iframe.setAttribute('frameborder', '0');\n      iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n      iframe.setAttribute('allowfullscreen', '');\n      iframe.style.width = '100%';\n      iframe.style.height = '100%';\n\n      wrapper.innerHTML = '';\n      wrapper.appendChild(iframe);\n    });\n  });\n\n  \/\/ Optional: trigger via external links\n  document.querySelectorAll('.play-video a').forEach(anchor => {\n    anchor.addEventListener('click', function (e) {\n      e.preventDefault();\n      const wrapper = document.querySelector('.custom-video-wrapper');\n      const overlay = wrapper.querySelector('.custom-video-overlay');\n      overlay?.click();\n    });\n  });\n});\n<\/script>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n  <div class=\"custom-gallery-carousel owl-carousel\">\n          <div class=\"gallery-slide\">\n        <div class=\"gallery-grid\">\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03775.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03775.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03833.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03833.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03062.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03062.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03052.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03052.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-02922.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-02922.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03778.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03778.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-02817.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-02817.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04707.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04707.jpg\" alt=\"\">\n            <\/a>\n                  <\/div>\n      <\/div>\n          <div class=\"gallery-slide\">\n        <div class=\"gallery-grid\">\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04465.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04465.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04431.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04431.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04407.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04407.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04176.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04176.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04046.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04046.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04035.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04035.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04004.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-04004.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03834.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/CHAMPSCONFERENCE2025-03834.jpg\" alt=\"\">\n            <\/a>\n                  <\/div>\n      <\/div>\n      <\/div>\n\n<style type=\"text\/css\">\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    padding: 10px !important;\n  }\n\n  .gallery-thumb {\n    width: 100%;\n    height: auto;\n    cursor: pointer;\n    transition: transform 0.3s ease;\n  }\n\n  .gallery-thumb:hover {\n    transform: scale(1.05);\n  }\n\n  .owl-item img {\n    height: 100%;\n    object-fit: cover;\n    max-height: 270px;\n  }\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Safety guards\n    if (typeof jQuery === 'undefined') return;\n    var $ = jQuery;\n    var $carousel = $('.custom-gallery-carousel');\n\n    \/\/ Only init if Owl is present and we have items\n    if ($carousel.length && $.fn && typeof $.fn.owlCarousel === 'function') {\n      $carousel.owlCarousel({\n        items: 1,\n        margin: 10,\n        nav: true,\n        dots: true,\n        responsive: {\n          0: { items: 1 }\n        }\n      });\n    }\n\n    \/\/ Fancybox guard\n    if (typeof Fancybox !== 'undefined' && Fancybox.bind) {\n      Fancybox.bind('[data-fancybox=\"gallery\"]', {\n        Thumbs: { autoStart: true }\n      });\n    }\n  });\n<\/script>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"publications\" class=\"wp-block-group pad-5 has-background\" style=\"background-color:#4c9e45\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">Publications<\/h2>\n\n\n\n<div style=\"height:17px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center w-65 margin-auto has-text-color has-link-color wp-elements-5b9558c6be2a6b20c29a9cfdab3a5bd9\" style=\"color:#000000\">Explore our extensive collection of publications, showcasing a decade of groundbreaking<br>research and evidence that has advanced global child health and mortality prevention. Dive into<br>the data that's shaping policy and practice worldwide.<\/p>\n\n\n\n\n\n  <div class=\"publications-carousel owl-carousel\">\n          <div class=\"publication-slide\">\n        <div class=\"publication-grid\">\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">A novel virulent core genome multilocus sequence type CT 11424 of Listeria monocytogenes isolate causing stillbirth in Bangladesh<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>BMC Microbiology<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Muntasir Alam<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2025<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Bangladesh<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/bmcmicrobiol.biomedcentral.com\/counter\/pdf\/10.1186\/s12866-024-03650-5.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes Of Death Among Children Under 5 Years and Stillbirths, Child Health and Mortality Prevention Surveillance (CHAMPS) Network, December 2016 -June 2018<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>American Journal of Tropical Medicine and Hygiene<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Raghunathan P<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2018<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i><\/div>\n                        <div class=\"publication-download\"> <a href=\"\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Characterizing Undernutrition Among Infants Aged 1 to 6 Months in High Mortality African Sites within the Child Health and Mortality Prevention Surveillance (CHAMPS) Network<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>American Journal of Tropical Medicine and Hygiene<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Watson JH<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2018<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i><\/div>\n                        <div class=\"publication-download\"> <a href=\"\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">An Upsurge of Measles Cases in Mali\u2014a Consequence of Pandemic-associated Disruption in Routine Immunization<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>OFID<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Milagritos D. Tapia, et al <\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2024<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/academic.oup.com\/ofid\/article-pdf\/11\/4\/ofae154\/57222948\/ofae154.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">An observational, pilot-study evaluating the utility of minimal invasive tissue sampling to determine the cause of stillbirths in SA women<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Clinical Infectious Diseases (CHAMPS Supplement)<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Madhi, Shabir A.<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2019<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>South Africa<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/academic.oup.com\/cid\/article-pdf\/69\/Supplement_4\/S342\/30124397\/ciz573.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Comparison of causes of stillbirth and child deaths as determined by verbal autopsy and minimally invasive tissue sampling<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS Global Public Health<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Nega Assefa, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2024<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/globalpublichealth\/article\/file?id=10.1371\/journal.pgph.0003065&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n          <div class=\"publication-slide\">\n        <div class=\"publication-grid\">\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Clinicopathological discrepancies in the diagnoses of childhood causes of death in the CHAMPS network: An analysis of antemortem diagnostic inaccuracies<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>BMJ Open<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Chris Rees, et al <\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2024<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/bmjpaedsopen.bmj.com\/content\/bmjpo\/8\/1\/e002654.full.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Burden of child mortality from malaria in high endemic areas: results from the CHAMPS Network using minimally invasive tissue sampling<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Journal of Infection <\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Ikechukwu Ogbuanu, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2024<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.journalofinfection.com\/action\/showPdf?pii=S0163-4453%2824%2900025-2\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Acceptability of minimally invasive autopsy by community members and healthcare workers in Siaya and Kisumu counties, western Kenya, 2017\u20132018<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS Global Public Health<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Peter Otieno<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Kenya<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/globalpublichealth\/article\/file?id=10.1371\/journal.pgph.0001319&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Child deaths caused by Klebsiella pneumoniae in sub-Saharan Africa and south Asia: a secondary analysis of Child Health and Mortality Prevention Surveillance (CHAMPS)<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>The Lancet Microbe<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Jennifer R Verani, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.thelancet.com\/action\/showPdf?pii=S2666-5247%2823%2900290-2\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">An approach to determining the most common causes of stillbirth in low and middle-income countries: A commentary<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Gates Open Research <\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Goldenberg RL<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/gatesopenresearch.org\/articles\/7-102\/v1\/pdf?article_uuid=23bd881d-8c2d-4b16-88cc-41b8ed1cb954\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Child Health and Mortality Prevention Surveillance (CHAMPS): Manhi\u00e7a site description, Mozambique<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Gates Open Research<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Charfudin Sacoor, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Mozambique<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/gatesopenresearch.org\/articles\/7-4\/v1\/pdf?article_uuid=5b5ee831-95a0-4628-a703-6bfa2139c437\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n          <div class=\"publication-slide\">\n        <div class=\"publication-grid\">\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes of death identified in neonates enrolled through Child Health and Mortality Prevention Surveillance (CHAMPS), December 2016 \u2013December 2021.<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS Global Public Health<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Sana Mahtab, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/globalpublichealth\/article\/file?id=10.1371\/journal.pgph.0001612&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">A Qualitative Assessment of Community Acceptability and Its Determinants in the Implementation of Minimally Invasive Tissue Sampling in Children in Quelimane City, Mozambique<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>The American Journal of Tropical Medicine and Hygiene<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Amilcar Maga\u00e7o, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Mozambique<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.ajtmh.org\/downloadpdf\/view\/journals\/tpmd\/108\/5_Suppl\/article-p56.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes of stillbirth and death among children younger than 5 years in eastern Hararghe, Ethiopia: a population-based post-mortem study<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>The Lancet Global Health<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Lola Madrid, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Ethiopia<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.thelancet.com\/action\/showPdf?pii=S2214-109X%2823%2900211-5\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Child marriage in rural Bangladesh and impact on obstetric complications and perinatal death: Findings from a health and demographic surveillance system<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS One<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Kyu Han Lee, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Bangladesh<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/plosone\/article\/file?id=10.1371\/journal.pone.0288746&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Coding-Complete Sequence of a SARS-CoV-2 B.1.1.25 Lineage Obtained from an 8-Day-Old Deceased Neonate<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Microbiology Resource Announcements<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Muntasir Alam<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Bangladesh<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.asm.org\/doi\/epdf\/10.1128\/mra.00756-21\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Aspiration Pneumonia Review: Case Reports from Kenya Child Health and Mortality Prevention Surveillance Network (CHAMPS) Program<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>American Journal of Tropical Medicine and Hygiene<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Victor Akelo, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Kenya<\/div>\n                        <div class=\"publication-download\"> <a href=\"\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n          <div class=\"publication-slide\">\n        <div class=\"publication-grid\">\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes of Death Among Infants and Children in the Child Health and Mortality Prevention Surveillance (CHAMPS) Network<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>JAMA Network Open<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Quique Bassat, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2023<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Network-wide (all sites)<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/watermark.silverchair.com\/bassat_2023_oi_230664_1689688240.39088.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf3qfKAc485ysgAAAzIwggMuBgkqhkiG9w0BBwagggMfMIIDGwIBADCCAxQGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMewBsQoaDtpNzG0YsAgEQgIIC5Q1uY8JeZ8f-QEIONSmPdEvuAKI04q_hkbI7vYdvfbnxY7aU1jBOTtTWy_-iPOCNsNWIDyKkodRfZtuM3Lfj14GcvezRWpjaTteCwGeyY_xmGgMlFOh8XQiqmRZS0E9-oD7G-Mh19camPHhBPdgzdJFr2PQgL8A3AYJD7QNm2tcTOuTl9kR0AnQ_CXnT_DwZOjM5OlisOHhdusCURS8KPXO7sSV8UNiKKIkLy3rbwDATqYq8yDH94__YNP4EMD9leECAN6oFUzpXJsBBZjJ1M1HT7YoBzlu1HgA5utTemtdU5bduUt1Hf23G2RE793XP74NX95oYB6JK9aWUn5ucsWXFyRMISGJow__YjlpmNQ1ApPhMSp7S2vdWN_dXiqxMOA-e_Aqsbw0OvGn7nrqzU5ELIFDXc0m_VOtECKb05-oe6D4icr-cnY5WE7f_7_-4eOdDwStOYDn_XNb0JXoCRmGeuTNdszCPCUEWcntFFwvJJjbbRLU8X_3_bPbAVsZoCTxlV7uvPzIDnAylDnurcvWCi31BnLfTD8T0Uc7aRATh08iEv_hWn9kJKSz2VqU4F4aFhLcdqQ2-mF8nmxFAPqtPwLJDcKEUMqNOf-E6SwnZJgptyp8tixQbX4GrjDfvepTetenSKJOF7XGq4VPwhb5l2Da0Ck890TFCbQh_3PKQ1A3nwII5-TEXQukKQkYt0-yxob98aR4Xy99fzoOzU4htKd4h7eQj-Ra14kfoLgXuxox4kybeqoT0DbSpbhrwpfhQTwGjqjlHMMec9wOuKeXqmas5KnsA_fka-fiEyajmBaqx8Fq2uiYc1g2uX9xjJUfrwk9qZSAKmrJ77Z3M3YOkB4_F4LJ60o2zwhyk5Yvyyl8UMEH4-ljs4A0rgaSCSv1w9bMijWtraDJx_JN4jrqy9BnKDReKjqpbPHx25tSDX5NqGviVgPyD-1ng2-DyeIQ5-KGJ_fbwlR-qwUcbEvZCKaEfog\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes of Stillbirth and Death Among Young Children in Eastern Hararghe, Ethiopia (PREPRINT)<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>SSRN<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Lola Madrid, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2022<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Ethiopia<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.thelancet.com\/action\/showPdf?pii=S2214-109X%2823%2900211-5\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Approaches, achievements, challenges and lessons learned in setting up an urban-based Health and Demographic Surveillance System in South Africa<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>Global Health Action<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Adedini, Sunday A.<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>South Africa<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/PMC8018403\/pdf\/ZGHA_14_1874138.pdf\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Child marriage in rural Bangladesh and impact on obstetric complications and perinatal death: findings from a health and demographic surveillance system<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS One<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Kyu Han Lee, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Bangladesh<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/plosone\/article\/file?id=10.1371\/journal.pone.0288746&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Causes of death in HIV-infected and HIV-uninfected children in the child health and mortality prevention surveillance study in Kenya<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>AIDS Journal<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Dickens Onyango, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Kenya<\/div>\n                        <div class=\"publication-download\"> <a href=\"\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                      <div class=\"publication-card\">\n\n              <img decoding=\"async\" class=\"pub-icon\" src=\"http:\/\/dev-champs-new.pantheonsite.io\/wp-content\/uploads\/img\/pub-icon.png\" \/>\n              \n                      <div class=\"publication-body\">\n                            <div class=\"publication-header\">\n                                <h3 class=\"publication-heading\">Consent to minimally invasive tissue sampling procedures in children in Mozambique: A mixed-methods study<\/h3>\n                                                        <div class=\"publication-journal\"><i class=\"fa fa-book\"><\/i>PLOS One<\/div>\n\n                              <div class=\"publication-details\">\n                        <div class=\"publication-author\"><i class=\"fa fa-user\"><\/i>Kh\u00e1tia Munguambe, et al<\/div>\n                        <div class=\"publication-year\"><i class=\"fa fa-calendar\"><\/i>2021<\/div>\n                        <div class=\"publication-country\"><i class=\"fa fa-globe\"><\/i>Mozambique<\/div>\n                        <div class=\"publication-download\"> <a href=\"https:\/\/journals.plos.org\/plosone\/article\/file?id=10.1371\/journal.pone.0259621&#038;type=printable\"><i class=\"fa fa-download\"> <\/i> Download <\/a><\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"citation-row\">\n                                <div class=\"publication-citation\"><\/div>\n                            <\/div>\n                            \n                        <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n      <\/div>\n\n\n\n<style type=\"text\/css\">\n\n.publication-heading {\n\n  font-size: 16px;\n}\n  \n.pub-icon {\n\n  width: 35px!important;\n  height: auto!important;\n  margin-bottom: 25px;\n}\n  .publication-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  padding: 20px;\n}\n\n.publication-card {\n  background: #f8f8f8;\n  padding: 15px;\n  border-top: 1px solid #93d500;\n  padding-top: 0;\n  padding-left: 0;\n}\n\n.publication-details i {\n\n  margin-right: 10px;\n}\n\n.publication-journal i {\n\n  margin-right: 10px;\n}\n\n.pub-thumb img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.publications-carousel .owl-nav,\n.publications-carousel .owl-dots {\n  margin-top: 10px;\n  text-align: center;\n}\n\n.publication-details {\n\n  display: flex;\n  gap:  2em;\n  margin-bottom: 35px;\n}\n\n.publication-body:hover {\n\n  background: transparent;\n  padding: 0;\n  border:  none;\n}\n\n.publication-card {\n\n  background: transparent;\n}\n\n.publication-details {\n\n  color: white;\n  font-size: 14px;\n}\n.publication-journal {\n\n  color: white;\n  font-size: 14px;\n  margin-bottom: 10px;\n  margin-top: 20px;\n}\n\n.publication-download a {\n\n  text-decoration: none;\n  color: white;\n}\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    jQuery('.publications-carousel').owlCarousel({\n      items: 1,        \/\/ One grid per slide\n      margin: 10,\n      nav: true,\n      dots: true,\n      responsive: {\n        0: { items: 1 }\n      }\n    });\n  });\n<\/script>\n\n\n<\/div><\/div>\n\n\n\n<div id=\"videos\" class=\"wp-block-group pad-2\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">  <div class=\"youtube-carousel owl-carousel\">\n          <div class=\"youtube-slide\">\n        <div class=\"youtube-grid\">\n                                  <div class=\"youtube-video\" data-video-id=\"zyDXgQL0nZU\">\n              <div class=\"youtube-poster\">\n                <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/zyDXgQL0nZU\/hqdefault.jpg\" alt=\"YouTube Thumbnail\">\n                <div class=\"youtube-play-icon\">&#9658;<\/div>\n              <\/div>\n            <\/div>\n                                  <div class=\"youtube-video\" data-video-id=\"kqJEOExzRPc\">\n              <div class=\"youtube-poster\">\n                <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/kqJEOExzRPc\/hqdefault.jpg\" alt=\"YouTube Thumbnail\">\n                <div class=\"youtube-play-icon\">&#9658;<\/div>\n              <\/div>\n            <\/div>\n                                  <div class=\"youtube-video\" data-video-id=\"hAV9hukS09E\">\n              <div class=\"youtube-poster\">\n                <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/hAV9hukS09E\/hqdefault.jpg\" alt=\"YouTube Thumbnail\">\n                <div class=\"youtube-play-icon\">&#9658;<\/div>\n              <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n          <div class=\"youtube-slide\">\n        <div class=\"youtube-grid\">\n                                  <div class=\"youtube-video\" data-video-id=\"j3G-FMSr024\">\n              <div class=\"youtube-poster\">\n                <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/j3G-FMSr024\/hqdefault.jpg\" alt=\"YouTube Thumbnail\">\n                <div class=\"youtube-play-icon\">&#9658;<\/div>\n              <\/div>\n            <\/div>\n                                  <div class=\"youtube-video\" data-video-id=\"eCPNLf8A92Q\">\n              <div class=\"youtube-poster\">\n                <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/eCPNLf8A92Q\/hqdefault.jpg\" alt=\"YouTube Thumbnail\">\n                <div class=\"youtube-play-icon\">&#9658;<\/div>\n              <\/div>\n            <\/div>\n                  <\/div>\n      <\/div>\n      <\/div>\n  <hr style=\"width: 75%;margin-left:auto; margin-right: auto; margin-top: 40px;\">\n\n<style type=\"text\/css\">\n  \n  .owl-dots {\n\n    margin-top: 25px;\n  }\n  .youtube-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n  padding: 20px;\n}\n\n.youtube-video {\n  position: relative;\n  padding-top: 56.25%; \/* 16:9 aspect ratio *\/\n  background: #000;\n  overflow: hidden;\n}\n\n.youtube-poster {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: #000;\n  cursor: pointer;\n}\n\n.youtube-poster img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n.youtube-play-icon {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  font-size: 60px;\n  color: white;\n  text-shadow: 0 0 10px rgba(0,0,0,0.5);\n  pointer-events: none;\n  z-index: 2;\n}\n\n.owl-dots {\n\n  text-align: center;\n}\n\n.owl-dots button {\n\n  background: lightgray!important;\n  width: 15px;\n  height: 15px;\n  margin-right: 12px;\n  border-radius: 50%;\n}\n\n.owl-dots button.active {\n\n  background: #93d500!important;\n}\n\n\n\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Initialize Owl Carousel with dots only\n    jQuery('.youtube-carousel').owlCarousel({\n      items: 1,\n      nav: false, \/\/ Hide arrows\n      dots: true, \/\/ Show dots\n      responsive: {\n        768: { items: 1 },\n        1024: { items: 1 }\n      }\n    });\n\n    \/\/ Video play handler\n    document.querySelectorAll('.youtube-poster').forEach(poster => {\n      poster.addEventListener('click', function () {\n        const container = this.closest('.youtube-video');\n        const videoId = container.getAttribute('data-video-id');\n        const iframe = document.createElement('iframe');\n        iframe.setAttribute('src', `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1`);\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'autoplay; encrypted-media');\n        iframe.setAttribute('allowfullscreen', '');\n        iframe.style.width = '100%';\n        iframe.style.height = '100%';\n        iframe.style.position = 'absolute';\n        iframe.style.top = '0';\n        iframe.style.left = '0';\n        container.innerHTML = '';\n        container.appendChild(iframe);\n      });\n    });\n  });\n<\/script>\n\n\n\n<\/div><\/div>\n\n\n\n<div id=\"champions\" class=\"wp-block-group pad-5-sides pad-top-2\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">Champions of CHAMPS<\/h2>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center w-65 margin-auto\">Meet the incredible individuals, community members, leaders, public health leaders, scientists,<br>and passionate advocates whose dedication fuels CHAMPS' mission. Their unwavering<br>commitment and vital contributions have been instrumental in our decade of advancing<br>knowledge and saving lives.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n<!-- Carousel HTML -->\n<div class=\"champion-carousel owl-carousel owl-theme\">\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/4.-Mrs.-Adighi-A.-Okon-256x300.png\" alt=\"Rev. Victor Okon\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Rev. Victor Okon<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              CHAMPS is the gifted champion with special ability to conquer infant mortality. They bring hope to...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/rev-victor-okon\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/5.-Mrs-Cherry-Herbert-226x300.png\" alt=\"Mrs. Cherry Herbert\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Mrs. Cherry Herbert<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              CHAMPS has been so supportive. I benefitted a whole lot during my pregnancy. From the scans, the...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/mrs-cherry-herbert\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/2.-HRM-Onun-Apostle-Nicholas-Odum-JP_-216x300.png\" alt=\"HRM (Onun) Apostle Nicholas Odum JP.\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">HRM (Onun) Apostle Nicholas Odum JP.<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              CHAMPS project is indeed a sacrifice to salvage humanity in various communities, and I am thankful...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/hrm-onun-apostle-nicholas-odum-jp\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-Pakistan-Dr.-Muhammad-Iqbal-252x300.png\" alt=\"Dr. Muhammad Iqbal\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Muhammad Iqbal<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Being out in the field is where we truly see the impact of our work. Every visit, every interaction...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-muhammad-iqbal\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-Pakistan-Raheel-Allana-236x300.png\" alt=\"Dr. Raheel Allana\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Raheel Allana<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Every data point represents a child, a family, a community. As the Data Lead at CHAMPS Pakistan, my...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-raheel-allana\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-Pakistan-MOMIN-KAZI-200x300.png\" alt=\"Dr. A. Momin Kazi\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. A. Momin Kazi<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              The CHAMPS Pakistan team focus is not only to collect the childhood mortality data but to...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-a-momin-kazi\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-Pakistan-Dr-Zeeshan-Uddin-269x300.png\" alt=\"Dr. Zeeshan Uddin\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Zeeshan Uddin<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Playing an important part in this one-of-a kind projects gives me immense pride as it strengthens...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-zeeshan-uddin\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Sarkin-Bayara-300x269.png\" alt=\"Alhaji Ibrahim B. Jibrin\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Alhaji Ibrahim B. Jibrin<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              We believe that every child\u2019s life is in God\u2019s hands, and when death happens, it is His will....            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/alhaji-ibrahim-b-jibrin\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/7.-Dr.-Theophilus-Ugbem-289x300.png\" alt=\"Dr. Theophilus Ipeh Ugbem\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Theophilus Ipeh Ugbem<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              When a society loses their children to death without a clue, they are invariably on the path...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-theophilus-ipeh-ugbem\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/1.-Dr.-Vivien-Mesembe-Otu-240x300.png\" alt=\"Dr. Vivien Mesembe Otu\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Vivien Mesembe Otu<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              CHAMPS work embodies a shared commitment to the health and future of our children. It ignites hope...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-vivien-mesembe-otu\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/07\/MOZ_Pio-Matos_Governor-2-300x292.png\" alt=\"Pio Matos\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Pio Matos<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              I commend CISM for introducing the CHAMPS study and for creating forums that allow child mortality...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/pio-matos\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/07\/MOZ_Saquina-Cossa_CISM-2-300x199.png\" alt=\"Saquina Cossa\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Saquina Cossa<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Is a huge challenge to connect with communities due to their cultural habits. We use specific...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/saquina-cossa\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/07\/MOZ_Tome-Charles-SDSMAS-1-296x300.png\" alt=\"Dr. Tom\u00e9 Charles\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Tom\u00e9 Charles<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              We are aware of CISM activities that through CHAMPS program, have been developed in our district....            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-tome-charles\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/07\/MOZ-Equibal-Abilio-HCQ-300x282.png\" alt=\"Dr. Equibal Abilio\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Dr. Equibal Abilio<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Within the scope of Data to Action, the work being carried out with the CHAMPS project in the...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/dr-equibal-abilio\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n        <div class=\"item\">\n        <div class=\"champion-card\">\n          <div class=\"champion-card-top\">\n            <div class=\"champion-circle-outer\">\n              <div class=\"champion-circle-inner\">\n                                  <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/07\/Theranne-van-Vuren-1-248x300.png\" alt=\"Theranne van Vuren\">\n                              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"champion-card-body\">\n            <h5 class=\"card-name\">Theranne van Vuren<\/h5>\n            <p class=\"card-title\"><\/p>\n            <hr>\n            <p class=\"card-exc\">\n              Informed communities are empowered communities. For the past 10 years, CHAMPS\u2014led locally by Wits...            <\/p>\n            <div class=\"card-read-more\">\n              <a href=\"https:\/\/champshealth.org\/champion\/theranne-van-vuren\/\">Read more\n                <img decoding=\"async\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/img\/arrow-circle-right.png\" alt=\"arrow\" \/>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n  <\/div>\n\n<!-- Carousel Init Script -->\n<script>\n  jQuery(document).ready(function ($) {\n    $('.champion-carousel').owlCarousel({\n      loop: false,\n      margin: 20,\n      nav: false,\n      dots: true,\n      responsive: {\n        0: { items: 1 },\n        576: { items: 2 },\n        768: { items: 3 },\n        1200: { items: 4 }\n      }\n    });\n  });\n<\/script>\n<!-- Carousel Styles -->\n<style>\n  .champion-carousel {\n    width: 100%;\n  }\n\n  .champion-carousel .item {\n    box-sizing: border-box;\n  }\n\n  .champion-card {\n    border: 1px solid #ddd;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n    height: 100%;\n  }\n\n  .champion-card-top {\n    position: relative;\n    background-color: #EFFCD6;\n    height: 140px;\n    overflow: hidden;\n    clip-path: inset(0 round 12px);\n  }\n\n  .champion-circle-outer {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 200px;\n    height: 200px;\n    background-color: #95C93D;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .champion-circle-inner {\n    width: 140px;\n    height: 140px;\n    background-color: #EBE717;\n    border-radius: 50%;\n    overflow: hidden;\n  }\n\n  .champion-circle-inner img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 50%;\n  }\n\n  .champion-card-body {\n    padding: 1rem;\n    text-align: left;\n  }\n\n  .card-name {\n    font-size: 20px;\n    margin-bottom: 5px;\n  }\n\n  .card-title {\n    color: #5E5D5B;\n    font-size: 14px;\n    font-weight: 400;\n    margin-bottom: 10px;\n  }\n\n  .card-exc {\n    color: #5E5D5B;\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .card-read-more a {\n    display: inline-flex;\n    align-items: center;\n    color: #333;\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .card-read-more img {\n    width: 20px!important;\n    height: 20px;\n    margin-left: 5px;\n  }\n<\/style>\n<\/div><\/div>\n\n\n\n<div id=\"press\" class=\"wp-block-group pad-5 pad-top-2\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">Press Clippings<\/h2>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center w-65 margin-auto\">Explore our curated collection of press clippings and media mentions, highlighting CHAMPS'<br>impact in leading global efforts to reduce under-five child mortality. For press inquiries or<br>additional resources, please contact our media relations team.<\/p>\n\n\n<style>\n\/* 2\u00d72 grid per Owl \"slide\" *\/\n.news-carousel .slide {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 20px;\n  align-items: stretch;\n}\n\n\/* Each grid cell *\/\n.news-carousel .slide > .item {\n  display: flex;           \/* allows child to stretch *\/\n  \/* height is set by JS equalizer *\/\n}\n\n\/* Card fills cell *\/\n.news-card {\n  border-radius: 8px;\n  padding: 1rem;\n  display: flex;\n  flex-direction: column;\n  box-sizing: border-box;\n  width: 100%;\n}\n\n\/* Make main content stretch; hr sits at bottom *\/\n.news-card-body {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  flex: 1 1 auto;\n}\n\n.news-card hr {\n  margin-top: auto;        \/* push divider to the bottom *\/\n}\n\n.news-card-title {\n  font-size: 1.3rem;\n  font-weight: bold;\n  color: black;\n  text-decoration: none;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.press-date { margin: 0 0 6px 0; }\n<\/style>\n\n<div class=\"news-carousel owl-carousel owl-theme\">\n  <div class=\"slide\">      <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              29 July 2025            <\/p>\n\n                          <a href=\"https:\/\/www.taskforce.org\/the-task-force-welcomes-the-child-health-and-mortality-prevention-surveillance-program\/\" target=\"_blank\" class=\"news-card-title\">\n                The Task Force Welcomes the Child Health and Mortality Prevention Surveillance Program              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>The Task Force for Global Health is pleased to announce that the Program Office of the Child Health and Mortality Prevention Surveillance (CHAMPS) program joined The Task Force in July. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/the-task-force-welcomes-the-child-health-and-mortality-prevention-surveillance-program\/\">Read More&#8230;<span class=\"screen-reader-text\"> from The Task Force Welcomes the Child Health and Mortality Prevention Surveillance Program<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              15 May 2025            <\/p>\n\n                          <a href=\"https:\/\/www.gatesnotes.com\/work\/work-section-topic\/reader\/health-aid-works\" target=\"_blank\" class=\"news-card-title\">\n                The breakthrough that transformed the Gates Foundation              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>Through advances in how researchers collect and analyze global health data, we now know much more about what kills children, where these deaths occur, and why some kids are more vulnerable than others. By putting those insights to work, we\u2019ve been able to save lives. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/the-breakthrough-that-transformed-the-gates-foundation\/\">Read More&#8230;<span class=\"screen-reader-text\"> from The breakthrough that transformed the Gates Foundation<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              12 May 2025            <\/p>\n\n                          <a href=\"https:\/\/champshealth.org\/news\/champs-network-marks-10-years-of-impact-advancing-knowledge-saving-lives\/\" target=\"_blank\" class=\"news-card-title\">\n                CHAMPS Network Marks 10 Years of Impact: Advancing Knowledge, Saving Lives              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>The Child Health and Mortality Prevention Surveillance (CHAMPS) Network commemorated its 10th anniversary with a landmark gathering held in Nairobi, Kenya, from April 27 to May 1, 2025. Convened under the theme \u201cCelebrating 10 Years of CHAMPS: Advancing Knowledge and Saving Lives,\u201d the event brought together CHAMPS scientists from 9 sites across Africa and Southeast Asia, Program Office staff, public health leaders, policymakers, researchers, and health practitioners to reflect on CHAMPS\u2019 achievements and chart a bold vision for the years ahead. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/champs-network-marks-10-years-of-impact-advancing-knowledge-saving-lives-2\/\">Read More&#8230;<span class=\"screen-reader-text\"> from CHAMPS Network Marks 10 Years of Impact: Advancing Knowledge, Saving Lives<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              10 May 2025            <\/p>\n\n                          <a href=\"https:\/\/nation.africa\/kenya\/health\/diseases-killing-children-under-the-age-of-five-years-in-kenya-5035820\" target=\"_blank\" class=\"news-card-title\">\n                Revealed: The diseases killing children under the age of five years in Kenya              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>A new study indicates that a significant number of Kenyan children under the age of five are dying from hypoxia, a condition where the body lacks sufficient oxygen. This finding comes from a peer-reviewed study by CHAMPS, a global health program run by Emory University in partnership with Kemri and other organizations. The study highlights the critical need for interventions to address preventable causes of child mortality in Kenya.  [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/revealed-the-diseases-killing-children-under-the-age-of-five-years-in-kenya\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Revealed: The diseases killing children under the age of five years in Kenya<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n      <\/div><div class=\"slide\">      <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              08 May 2025            <\/p>\n\n                          <a href=\"https:\/\/fortune.com\/2025\/05\/08\/gates-foundation-child-health-and-mortality-prevention-surveillance\/?bypass\" target=\"_blank\" class=\"news-card-title\">\n                How the Gates Foundation is solving a tragic mystery: Why do children and mothers die prematurely?              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>The body of a 1-year-old boy lay on a bare examination table in Soweto, South Africa\u2014looking precious and small, heartbreakingly beyond help. In the dimly lit room, two researchers did their work methodically and in silence, taking samples from the child\u2019s brain, lungs, and liver with a needle and swab, and then carefully packaging them to be sent for testing. Then the child\u2019s body was gently lifted into a postmortem pouch, to be sent for a proper burial. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/how-the-gates-foundation-is-solving-a-tragic-mystery-why-do-children-and-mothers-die-prematurely\/\">Read More&#8230;<span class=\"screen-reader-text\"> from How the Gates Foundation is solving a tragic mystery: Why do children and mothers die prematurely?<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              06 June 2019            <\/p>\n\n                          <a href=\"https:\/\/news.emory.edu\/stories\/2019\/06\/upress_champs_gates_grant\/\" target=\"_blank\" class=\"news-card-title\">\n                Emory University receives historic $180 million research grant funding innovative efforts to prevent child mortality in developing countries              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>Emory University today announced that the Child Health and Mortality Prevention Surveillance network (CHAMPS), a global health network headquartered in the Emory Global Health Institute, has been awarded the university\u2019s largest-ever single research grant. Launched in 2015, CHAMPS collects and analyzes data to help identify the causes of child mortality in the places where it\u2019s highest. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/emory-university-receives-historic-180-million-research-grant-funding-innovative-efforts-to-prevent-child-mortality-in-developing-countries\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Emory University receives historic $180 million research grant funding innovative efforts to prevent child mortality in developing countries<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              31 March 2016            <\/p>\n\n                          <a href=\"https:\/\/www.weforum.org\/stories\/2016\/03\/how-autopsies-can-save-children-s-lives\/\" target=\"_blank\" class=\"news-card-title\">\n                How autopsies can save children\u2019s lives              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>In an age in which data are more plentiful and accessible than ever before, we are accustomed to basing our decisions on as much evidence as we can gather. The more important the decision, the keener we are to ensure that our research is thorough and our information is accurate. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/how-autopsies-can-save-childrens-lives\/\">Read More&#8230;<span class=\"screen-reader-text\"> from How autopsies can save children\u2019s lives<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n            <div class=\"item\">\n        <div class=\"news-card\">\n          <div class=\"news-card-body\">\n            <p class=\"press-date\">\n              29 January 2016            <\/p>\n\n                          <a href=\"https:\/\/www.weforum.org\/stories\/2016\/01\/whats-behind-the-fall-in-child-mortality-rates\/\" target=\"_blank\" class=\"news-card-title\">\n                What can we learn from falling child mortality rates?              <\/a>\n            \n            <div class=\"news-card-excerpt\"><p>In an age when data and information are readily available, we are accustomed to basing our decisions on as much evidence as we can find. The more important the decision and its impact, the more thorough our research and the keener we are to have accurate data. [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/news\/what-can-we-learn-from-falling-child-mortality-rates\/\">Read More&#8230;<span class=\"screen-reader-text\"> from What can we learn from falling child mortality rates?<\/span><\/a><\/p>\n<\/div>\n          <\/div>\n          <hr>\n        <\/div>\n      <\/div>\n      <\/div><\/div>\n\n<hr style=\"width: 75%; margin-top:55px;margin-left: auto; margin-right: auto;\">\n\n<script>\njQuery(function ($) {\n  var $carousel = $('.news-carousel');\n\n  function equalizeActiveSlide() {\n    var $activeItem = $carousel.find('.owl-item.active'); \/\/ one active item (items:1)\n    if (!$activeItem.length) return;\n\n    var $slide = $activeItem.find('.slide');\n    var $cells = $slide.children('.item');   \/\/ 4 cells\n    var $cards = $cells.find('.news-card');\n\n    \/\/ Reset heights before measuring\n    $cells.css('height', 'auto');\n    $cards.css('height', 'auto');\n\n    \/\/ Measure the tallest total cell height\n    var maxH = 0;\n    $cells.each(function () {\n      var h = $(this).outerHeight(); \/\/ includes card + padding\n      if (h > maxH) maxH = h;\n    });\n\n    if (maxH > 0) {\n      \/\/ Set cell height; card will stretch inside\n      $cells.css('height', maxH + 'px');\n      $cards.css('height', '100%');\n    }\n  }\n\n  \/\/ Debounce helper\n  var rafId = null;\n  function scheduleEqualize() {\n    if (rafId) cancelAnimationFrame(rafId);\n    rafId = requestAnimationFrame(equalizeActiveSlide);\n  }\n\n  $carousel.owlCarousel({\n    loop: false,\n    margin: 20,\n    nav: false,\n    dots: true,\n    items: 1\n  });\n\n  \/\/ Equalize on key Owl events\n  $carousel.on('initialized.owl.carousel refreshed.owl.carousel translated.owl.carousel', scheduleEqualize);\n\n  \/\/ Re-run on load\/resize (fonts, responsive changes)\n  $(window).on('load resize', scheduleEqualize);\n\n  \/\/ If excerpts\/images\/fonts mutate after render, observe and re-equalize\n  var observer = new MutationObserver(function () { scheduleEqualize(); });\n  observer.observe(document.querySelector('.news-carousel'), {\n    subtree: true,\n    childList: true,\n    characterData: true\n  });\n\n  \/\/ Initial run\n  scheduleEqualize();\n});\n<\/script>\n<\/div><\/div>\n\n\n\n<div id=\"gallery\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">A Decade of CHAMPS<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n  <div class=\"custom-gallery-carousel owl-carousel\">\n          <div class=\"gallery-slide\">\n        <div class=\"gallery-grid\">\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/04\/3AEB5F98-92B7-46F8-B9E2-BDF4E181E997-scaled.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/04\/3AEB5F98-92B7-46F8-B9E2-BDF4E181E997-scaled.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/04\/4975A2C8-2E6E-470D-A232-E27DE2A724F7-scaled.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/04\/4975A2C8-2E6E-470D-A232-E27DE2A724F7-scaled.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/1.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/1.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/2.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/2.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/03\/4EC109E3-98FA-4C33-8D0B-AC18D5F8227A.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/03\/4EC109E3-98FA-4C33-8D0B-AC18D5F8227A.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-255.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-255.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/03\/E8111CEF-B19A-45AF-9E9F-FDF48B39F0C6.png\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/03\/E8111CEF-B19A-45AF-9E9F-FDF48B39F0C6.png\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2024\/10\/0F0A9044-2-scaled-e1722506352360-1.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2024\/10\/0F0A9044-2-scaled-e1722506352360-1.jpg\" alt=\"\">\n            <\/a>\n                  <\/div>\n      <\/div>\n          <div class=\"gallery-slide\">\n        <div class=\"gallery-grid\">\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-50.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-50.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-213.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-213.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-182.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-182.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-191.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-191.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-103.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/Champs-103.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/3.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/3.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/4.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/4.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/5.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/5.jpg\" alt=\"\">\n            <\/a>\n                  <\/div>\n      <\/div>\n          <div class=\"gallery-slide\">\n        <div class=\"gallery-grid\">\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/6.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/6.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/7.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/7.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/8.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/8.jpg\" alt=\"\">\n            <\/a>\n                      <a data-fancybox=\"gallery\" href=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/9.jpg\">\n              <img decoding=\"async\" class=\"gallery-thumb\" src=\"https:\/\/champshealth.org\/wp-content\/uploads\/2025\/10\/9.jpg\" alt=\"\">\n            <\/a>\n                  <\/div>\n      <\/div>\n      <\/div>\n\n<style type=\"text\/css\">\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    padding: 10px !important;\n  }\n\n  .gallery-thumb {\n    width: 100%;\n    height: auto;\n    cursor: pointer;\n    transition: transform 0.3s ease;\n  }\n\n  .gallery-thumb:hover {\n    transform: scale(1.05);\n  }\n\n  .owl-item img {\n    height: 100%;\n    object-fit: cover;\n    max-height: 270px;\n  }\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Safety guards\n    if (typeof jQuery === 'undefined') return;\n    var $ = jQuery;\n    var $carousel = $('.custom-gallery-carousel');\n\n    \/\/ Only init if Owl is present and we have items\n    if ($carousel.length && $.fn && typeof $.fn.owlCarousel === 'function') {\n      $carousel.owlCarousel({\n        items: 1,\n        margin: 10,\n        nav: true,\n        dots: true,\n        responsive: {\n          0: { items: 1 }\n        }\n      });\n    }\n\n    \/\/ Fancybox guard\n    if (typeof Fancybox !== 'undefined' && Fancybox.bind) {\n      Fancybox.bind('[data-fancybox=\"gallery\"]', {\n        Thumbs: { autoStart: true }\n      });\n    }\n  });\n<\/script>\n\n\n\n<p><\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Highlights from our Network Meeting 2025 Relive the CHAMPS 10th-anniversary Network Meeting! This event celebrated a decade of advancing knowledge and saving lives in the fight against under-five child mortality. We showcased how CHAMPS delivers critical evidence, shaping research and public health. See highlights of our discussions on ambitious strategic objectives for the next five [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/champshealth.org\/decade-of-champs\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Decade of CHAMPS<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-decade.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3944","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/pages\/3944","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/comments?post=3944"}],"version-history":[{"count":22,"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/pages\/3944\/revisions"}],"predecessor-version":[{"id":4685,"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/pages\/3944\/revisions\/4685"}],"wp:attachment":[{"href":"https:\/\/champshealth.org\/wp-json\/wp\/v2\/media?parent=3944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}