{"id":27027,"date":"2026-08-18T06:05:37","date_gmt":"2026-08-18T06:05:37","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/dcde\/?page_id=27027"},"modified":"2026-08-18T08:35:08","modified_gmt":"2026-08-18T08:35:08","slug":"dcde-leadership","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/dcde\/about\/dcde-leadership\/","title":{"rendered":"DCDE Leadership"},"content":{"rendered":"\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>CDCE Leadership &#8211; Haramaya University<\/title>\n  <style>\n    :root {\n      --primary: #2E7D32;\n      --primary-dark: #1b5e20;\n      --secondary: #FF9900;\n      --surface: #ffffff;\n      --background: #f4f6f8;\n      --text-main: #1f2937;\n      --text-muted: #6b7280;\n      --border: #e5e7eb;\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08);\n    }\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--background);\n      color: var(--text-main);\n      line-height: 1.5;\n    }\n    .container {\n      max-width: 1250px;\n      margin: 0 auto;\n      padding: 2.5rem 1.5rem;\n    }\n    \/* Page Header *\/\n    .header-banner {\n      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n      color: #ffffff;\n      padding: 2.5rem 2rem;\n      border-radius: 12px;\n      margin-bottom: 2.5rem;\n      box-shadow: var(--shadow-lg);\n      position: relative;\n      overflow: hidden;\n    }\n    .header-banner::after {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 200px;\n      height: 100%;\n      background: rgba(255, 153, 0, 0.15);\n      transform: skewX(-20deg) translateX(40px);\n    }\n    .institution-tag {\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-size: 0.85rem;\n      color: var(--secondary);\n      font-weight: 700;\n      margin-bottom: 0.5rem;\n    }\n    .header-banner h1 {\n      font-size: 2rem;\n      font-weight: 800;\n    }\n    \/* Section Titles *\/\n    .section-title {\n      font-size: 1.35rem;\n      color: var(--primary-dark);\n      margin-bottom: 1.5rem;\n      padding-bottom: 0.5rem;\n      border-bottom: 3px solid var(--secondary);\n      display: inline-block;\n    }\n    \/* Executive Leadership Stack Layout *\/\n    .executive-stack {\n      display: flex;\n      flex-direction: column;\n      gap: 1.25rem;\n      margin-bottom: 3.5rem;\n    }\n    .exec-card {\n      background: var(--surface);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      box-shadow: var(--shadow);\n      display: flex;\n      overflow: hidden;\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n    .exec-card:hover {\n      transform: translateY(-2px);\n      box-shadow: var(--shadow-lg);\n      border-color: var(--primary);\n    }\n    .exec-card.director-card {\n      border-left: 6px solid var(--secondary);\n    }\n    \/* Fixed Image dimensions: 400px x 300px scale *\/\n    .profile-img-container {\n      width: 200px;\n      height: 150px; \/* 400x300 ratio *\/\n      min-width: 200px;\n      background: #e2e8f0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .profile-img-container img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n    \/* Avatar Placeholder for Missing Images *\/\n    .img-placeholder {\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(135deg, #cfd8dc 0%, #b0bec5 100%);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      color: #455a64;\n      font-size: 0.75rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n    .img-placeholder svg {\n      width: 44px;\n      height: 44px;\n      fill: #607d8b;\n      margin-bottom: 0.35rem;\n    }\n    .img-placeholder .dims {\n      font-size: 0.65rem;\n      opacity: 0.75;\n      margin-top: 2px;\n    }\n    .exec-details {\n      padding: 1.25rem 1.5rem;\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .role-badge {\n      font-size: 0.8rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      color: var(--primary);\n      margin-bottom: 0.25rem;\n    }\n    .exec-details h3 {\n      font-size: 1.2rem;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n    .contact-list {\n      list-style: none;\n      font-size: 0.9rem;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 0.5rem 1rem;\n    }\n    .contact-item {\n      color: var(--text-muted);\n    }\n    .contact-item strong {\n      color: var(--text-main);\n    }\n    .contact-item a {\n      color: var(--primary);\n      text-decoration: none;\n    }\n    .contact-item a:hover {\n      text-decoration: underline;\n    }\n    \/* Coordinators Grid Layout *\/\n    .coordinators-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 1.5rem;\n      margin-bottom: 2.5rem;\n    }\n    .grid-card {\n      background: var(--surface);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      box-shadow: var(--shadow);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      transition: transform 0.2s ease;\n    }\n    .grid-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--primary);\n    }\n    \/* Grid layout placeholder sizing matching 400px x 300px aspect ratio *\/\n    .grid-img-container {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      max-height: 225px;\n      background: #e2e8f0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n    .grid-img-container img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n    .grid-card-body {\n      padding: 1.25rem;\n      display: flex;\n      flex-direction: column;\n      flex-grow: 1;\n    }\n    .grid-card-body h3 {\n      font-size: 1.1rem;\n      margin-bottom: 0.25rem;\n    }\n    .grid-card-body .role-text {\n      font-size: 0.85rem;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      min-height: 2.5rem;\n    }\n    .grid-contact-list {\n      list-style: none;\n      font-size: 0.85rem;\n      margin-top: auto;\n      padding-top: 0.75rem;\n      border-top: 1px solid var(--border);\n    }\n    .grid-contact-list li {\n      margin-bottom: 0.25rem;\n      color: var(--text-muted);\n    }\n    .grid-contact-list a {\n      color: var(--primary);\n      text-decoration: none;\n    }\n    \/* Social Share Section *\/\n    .share-bar {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 1rem;\n      padding-top: 2rem;\n      border-top: 1px solid var(--border);\n      margin-top: 2rem;\n    }\n    .share-btn {\n      text-decoration: none;\n      padding: 0.5rem 1rem;\n      border-radius: 6px;\n      font-size: 0.85rem;\n      font-weight: 600;\n      color: #ffffff;\n      transition: opacity 0.2s;\n    }\n    .share-btn.twitter { background-color: #000000; }\n    .share-btn.facebook { background-color: #1877F2; }\n    .share-btn.linkedin { background-color: #0A66C2; }\n    @media (max-width: 650px) {\n      .exec-card {\n        flex-direction: column;\n      }\n      .profile-img-container {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 4 \/ 3;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n    <!-- Banner Header -->\n    <header>\n      Haramaya University\n      <h1>CDCE &#8211; Leadership &amp; Staff Directory<\/h1>\n    <\/header>\n    <!-- SECTION 1: EXECUTIVE LEADERSHIP -->\n    <section>\n      <h2>Directorate Leadership<\/h2>\n        <!-- Director -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Dr.-Abdurahman-Aliyi.png\" alt=\"Dr. Abdulrahman Aliyi\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Director\n            <h3>Dr. Abdulrahman Aliyi<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251912055574<\/li>\n              <li><strong>Office:<\/strong> +251255530315<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:cdcedir@gmail.com\">cdcedir@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Associate Director CEP -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Mohammed Abdo\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Associate Director for Continuing Education Program\n            <h3>Mr. Mohammed Abdo<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251913342003<\/li>\n              <li><strong>Office:<\/strong> +251255530087<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Associate Director SEP -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Dr.Alemayehu-Getachew.png\" alt=\"Dr. Alemayehu Getachew\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Associate Director for Summer Education Program\n            <h3>Dr. Alemayehu Getachew<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251911333186<\/li>\n              <li><strong>Office:<\/strong> +251255530083<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:alemayehu@yahoo.com\">alemayehu@yahoo.com<\/a><\/li>\n            <\/ul>\n        <!-- Associate Director DEP -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Dr. Belayneh Mengistu\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Associate Director for Distance Education Program (DEP)\n            <h3>Dr. Belayneh Mengistu<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Office:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Associate Registrar -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2025\/01\/Mohammed-Sani-copy.jpg\" alt=\"Mr. Mohammed Sani\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Associate Registrar for Continuing &#038; Distance Education\n            <h3>Mr. Mohammed Sani<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251911932127<\/li>\n              <li><strong>Office:<\/strong> +251255530081<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Assistant Coordinator CEP -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Girma-Daba.png\" alt=\"Mr. Girma Daba\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Assistant Coordinator of Continuing Education Program\n            <h3>Mr. Girma Daba<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251913409881<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:girmadabre11@gmail.com\">girmadabre11@gmail.com<\/a><\/li>\n            <\/ul>\n <!-- Assistant Coordinator CDCE -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Asedo Shektofik Ahmed\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            Assistant Coordinator of Continuing &#038; Distance Education Directorate\n            <h3>Mr. Asedo Shektofik Ahmed<\/h3>\n            <ul>\n              <li><strong>Mobile:<\/strong> +251910570524<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:girmadabre11@gmail.com\">none<\/a><\/li>\n            <\/ul>\n    <\/section>\n    <!-- SECTION 2: CENTER & DEPARTMENTAL COORDINATORS -->\n    <section>\n      <h2>Center &amp; Departmental Coordinators<\/h2>\n        <!-- Shewaye Mekonnen -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Shewaye-Mekonnen.png\" alt=\"Mrs.Shewaye Mekonnen\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mrs. Shewaye Mekonnen<\/h3>\n            Principal Coordinator of CEP\n            <ul>\n              <li><strong>Mobile:<\/strong> +251912233561<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:shewayem21@gmail.com\">shewayem21@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Dabisa Yigzaw -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Gebisa-Yigezu.png\" alt=\"Mr. Gebisa-Yigezu\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Gebisa Yigezu<\/h3>\n            Principal Center Coordinator of CEP\n            <ul>\n              <li><strong>Mobile:<\/strong> +251913097181<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:yigzawdabisso@gmail.com\">yigzawdabisso@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Jenberu Ula Guduru -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Jerjeru-Julu.png\" alt=\"Mr. Jerjeru Ulu Guduru\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Jerjeru Ulu Guduru<\/h3>\n            Program Coordinator for Chiro Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251913296271<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:jenberuula@gmail.com\">jenberuula@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Megersa Adugna Gurumu -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Megersa Adugna Gurumu\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Megersa Adugna Gurumu<\/h3>\n            Principal Center Coordinator of CEP\n            <ul>\n              <li><strong>Mobile:<\/strong> +251923316038<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Ms. Zeyneba Ahmed Yusuf -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2026\/01\/Mrs.-ZEYINEBA-AHIMED.jpg\" alt=\"Ms. Zeyneba Ahmed Yusuf\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Ms. Zeyneba Ahmed Yusuf<\/h3>\n            Program Coordinator of Main Campus CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Mr. Tola Aliy Adam -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Tola-Aliy.png\" alt=\"Mr. Tuke Aliy Adam\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3> Mr. Tola Aliy Adam <\/h3>\n            Program Coordinator for Haramaya Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251912837697<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:tuke.aliyi@gmail.com\">tuke.aliyi@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Dr. Dagnw Tsegaye Leta -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Dr.-Dagne-Tsegaye.png\" alt=\"Dr. Dagnw Tsegaye Leta\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Dr. Dagnw Tsegaye Leta<\/h3>\n            Program Coordinator of Bechas CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251918823077<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:dugnet150@gmail.com\">dugnet150@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Adugna Chalchisa -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2023\/12\/Adugna-Chalchisa.png\" alt=\"Mr. Adugna Chalchisa\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Adugna Chalchisa<\/h3>\n            Principal Coordinator for Chelenko CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251922182410<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:adugnachalchisa@gmail.com\">adugnachalchisa@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Tesfaye-Sama -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2024\/03\/Mr.-Tesfaye-Sama.png\" alt=\"Tesfaye Sama\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Tesfaye Sama<\/h3>\n            Coordinator of Jigjiga CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +2519188221161<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:tsegaye.s2013@yahoo.com\">tsegaye.s2013@yahoo.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Guyo Kasicha -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2024\/03\/Mr.-Guyo-Kasicha.png\" alt=\"Mr. Guyo Komicha\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Guyo Kasicha<\/h3>\n            Assistant Coordinator at Harar Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251911927284<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:guyokomicha@gmail.com\">guyokomicha@gmail.com<\/a><\/li>\n            <\/ul>\n        <!-- Mr. Giazchem Belayneh -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Zinab Sherafu Abamecha\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Giazchem Belayneh<\/h3>\n            CEP Program Coordinator of Software Engineering Dept. (DCDE)\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Mr. Misir Belew -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Misir Belew\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Misir Belew<\/h3>\n            CEP Program Coordinator of Management Dept. (DCDE)\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Mr. Gemedo Tibeso -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Zinab Sherafu Abamecha\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Gemedo Tibeso<\/h3>\n            Program Coordinator of Distance Education Program of CBE\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:gemedotb@gmail.com\">gemedotb@gmail.com<\/a><\/li>\n            <\/ul>\n       <!-- Mr. Zinab Sherafu Abamecha -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2026\/01\/Mr-.ZINAB-SHERAFU.jpg\" alt=\"Mr. Zinab Sherafu Abamecha\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Zinab Sherafu Abamecha<\/h3>\n            Coordinator of Harar CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> +251932541715<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n        <!-- Mr. Tigistu Belachew Tsegaye -->\n            <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/dcde\/wp-content\/uploads\/sites\/6\/2022\/12\/Image-is-not-available.png\" alt=\"Mr. Zinab Sherafu Abamecha\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex'\">\n              No Photo\n              400 &times; 300\n            <h3>Mr. Tigistu Belachew Tsegaye<\/h3>\n            Coordinator of Dire Dawa CEP Center\n            <ul>\n              <li><strong>Mobile:<\/strong> N\/A<\/li>\n              <li><strong>Email:<\/strong> N\/A<\/li>\n            <\/ul>\n    <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>CDCE Leadership &#8211; Haramaya University Haramaya University CDCE &#8211; Leadership &amp; Staff Directory Directorate Leadership No Photo 400 &times; 300 Director Dr. Abdulrahman Aliyi Mobile: +251912055574 Office: +251255530315 Email: cdcedir@gmail.com [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":426,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"_edd_button_behavior":[],"_oasis_is_in_workflow":0,"_oasis_original":0,"footnotes":""},"class_list":["post-27027","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/27027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/comments?post=27027"}],"version-history":[{"count":12,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/27027\/revisions"}],"predecessor-version":[{"id":27043,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/27027\/revisions\/27043"}],"up":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/426"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/media?parent=27027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}