{"id":1975,"date":"2025-11-17T08:40:48","date_gmt":"2025-11-17T08:40:48","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/hit\/?page_id=1975"},"modified":"2026-07-31T07:01:01","modified_gmt":"2026-07-31T07:01:01","slug":"past-scientific-directors","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/hit\/past-scientific-directors\/","title":{"rendered":"Past Scientific Directors"},"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>Past Scientific Directors &#8211; HiT<\/title>\n  <style>\n    :root {\n      --primary-navy: #2e7d32;\n      --secondary-blue: #ff9900;\n      --accent-gold: #d97706;\n      --bg-color: #f8fafc;\n      --card-bg: #ffffff;\n      --text-main: #1e293b;\n      --text-muted: #64748b;\n      --border-color: #e2e8f0;\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-hover: 0 12px 20px -3px rgba(15, 44, 89, 0.12);\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, Oxygen, Ubuntu, Cantarell, sans-serif;\n      background-color: var(--bg-color);\n      color: var(--text-main);\n      line-height: 1.5;\n      padding: 3rem 1.5rem;\n    }\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n    \/* Page Header *\/\n    .section-header {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n    .section-header h1 {\n      font-size: 2.25rem;\n      color: var(--primary-navy);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n      margin-bottom: 0.5rem;\n    }\n    .section-header p {\n      color: var(--text-muted);\n      font-size: 1.05rem;\n    }\n    .header-line {\n      width: 70px;\n      height: 4px;\n      background-color: var(--accent-gold);\n      margin: 0.75rem auto 0;\n      border-radius: 2px;\n    }\n    \/* Directors Grid *\/\n    .directors-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n      gap: 2rem;\n    }\n    \/* Profile Card *\/\n    .director-card {\n      background: var(--card-bg);\n      border-radius: 12px;\n      border: 1px solid var(--border-color);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n      display: flex;\n      flex-direction: column;\n    }\n    .director-card:hover {\n      transform: translateY(-5px);\n      box-shadow: var(--shadow-hover);\n      border-color: rgba(29, 78, 216, 0.3);\n    }\n    \/* Image Wrapper *\/\n    .image-wrapper {\n      width: 100%;\n      height: 240px;\n      background-color: #f1f5f9;\n      position: relative;\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .director-img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: top center;\n    }\n    \/* Avatar SVG Fallback *\/\n    .avatar-fallback {\n      width: 90px;\n      height: 90px;\n      color: #94a3b8;\n    }\n    \/* Card Details *\/\n    .card-content {\n      padding: 1.5rem;\n      display: flex;\n      flex-direction: column;\n      flex-grow: 1;\n    }\n    .role-badge {\n      align-self: flex-start;\n      font-size: 0.75rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      color: var(--secondary-blue);\n      background-color: #eff6ff;\n      padding: 0.25rem 0.6rem;\n      border-radius: 4px;\n      margin-bottom: 0.75rem;\n    }\n    .director-name {\n      font-size: 1.25rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin-bottom: 0.25rem;\n    }\n    .director-title {\n      font-size: 0.9rem;\n      color: var(--accent-gold);\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n    .director-info {\n      font-size: 0.875rem;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n      flex-grow: 1;\n    }\n    \/* Contact Details *\/\n    .contact-details {\n      border-top: 1px solid var(--border-color);\n      padding-top: 0.75rem;\n      margin-top: auto;\n      display: flex;\n      flex-direction: column;\n      gap: 0.4rem;\n      font-size: 0.85rem;\n    }\n    .contact-item {\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n      color: var(--text-muted);\n      text-decoration: none;\n      word-break: break-all;\n    }\n    .contact-item:hover {\n      color: var(--secondary-blue);\n    }\n    .contact-icon {\n      width: 16px;\n      height: 16px;\n      flex-shrink: 0;\n      stroke: currentColor;\n      fill: none;\n      stroke-width: 2;\n    }\n    \/* Read More Button *\/\n    .btn-profile {\n      display: inline-block;\n      width: 100%;\n      text-align: center;\n      padding: 0.5rem;\n      margin-top: 1rem;\n      background-color: #f8fafc;\n      border: 1px solid var(--border-color);\n      border-radius: 6px;\n      color: var(--primary-navy);\n      font-weight: 600;\n      font-size: 0.875rem;\n      text-decoration: none;\n      transition: all 0.2s ease;\n    }\n    .btn-profile:hover {\n      background-color: var(--primary-navy);\n      color: #ffffff;\n      border-color: var(--primary-navy);\n    }\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n      .directors-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n    <header>\n      <h1>Past Scientific Directors<\/h1>\n      <p>Haramaya Institute of Technology (HiT)<\/p>\n    <\/header>\n      <!-- DIRECTOR 1 -->\n          <!-- Replace src attribute with actual image URL -->\n          <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/hit\/wp-content\/uploads\/sites\/5\/2023\/01\/Abdi-Nemera.jpg\" alt=\"Dr. Abdi Nemera\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='block';\">\n          Past Scientific Director\n          <h2>Dr. Abdi Nemera<\/h2>\n          <p>Former Scientific Director<\/p>\n            Leading institutional strategic planning, academic modernization, and technical program advancement.\n          <a href=\"https:\/\/www.haramaya.edu.et\/hit\/administration-2\/abdi-nemeraphd\/\">View Profile<\/a>\n      <!-- DIRECTOR 2 -->\n          <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/hit\/wp-content\/uploads\/sites\/5\/2025\/11\/Dr.-Asfaw-Kebede.jpg\" alt=\"Dr. Asfaw Kebede\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='block';\">\n          Past Scientific Director\n          <h2>Dr. Asfaw Kebede<\/h2>\n          <p>Associate Professor in Hydrology &#038; Water Resources Engineering<\/p>\n            <a href=\"mailto:asfawk05@gmail.com\">\n              asfawk05@gmail.com\n            <\/a>\n            <a href=\"tel:0911449324\">\n              0911449324\n            <\/a>\n          <a href=\"https:\/\/www.haramaya.edu.et\/hit\/asfaw-kebede-profile\/\">View Profile<\/a>\n      <!-- DIRECTOR 3 -->\n          Past Scientific Director\n          <h2>Dr. Ayele Nigussie<\/h2>\n          <p>Former Scientific Director<\/p>\n            Spearheaded engineering research initiatives and laboratory expansion projects at HiT.\n          <a href=\"#\">View Profile<\/a>\n      <!-- DIRECTOR 4 -->\n          Past Scientific Director\n          <h2>Dr. Abebe Fanta<\/h2>\n          <p>Former Scientific Director<\/p>\n            Focused on academic curriculum development and strengthening regional industrial partnerships.\n          <a href=\"#\">View Profile<\/a>\n      <!-- DIRECTOR 5 -->\n          Past Scientific Director\n          <h2>Dr. Solomon Worku<\/h2>\n          <p>Former Scientific Director<\/p>\n            Supervised postgraduate research programs and international academic collaborations.\n          <a href=\"#\">View Profile<\/a>\n      <!-- DIRECTOR 6 -->\n          <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/hit\/wp-content\/uploads\/sites\/5\/2021\/11\/Electrical-and-Computer-Engineering.jpg\" alt=\"Mr. Wehib Abubeker\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='block';\">\n          Past Scientific Director\n          <h2>Mr. Wehib Abubeker<\/h2>\n          <p>Former Scientific Director<\/p>\n            Led technology infrastructure upgrades and campus digital learning initiatives.\n          <a href=\"#\">View Profile<\/a>\n      <!-- DIRECTOR 7 -->\n          Past Scientific Director\n          <h2>Dr. Ketema Tilahun<\/h2>\n          <p>Former Scientific Director<\/p>\n            Managed faculty development and foundational engineering discipline strategies.\n          <a href=\"#\">View Profile<\/a>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Past Scientific Directors &#8211; HiT Past Scientific Directors Haramaya Institute of Technology (HiT) Past Scientific Director Dr. Abdi Nemera Former Scientific Director Leading institutional strategic planning, academic modernization, and technical [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"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-1975","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/comments?post=1975"}],"version-history":[{"count":21,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1975\/revisions"}],"predecessor-version":[{"id":27045,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1975\/revisions\/27045"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/media?parent=1975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}