{"id":1971,"date":"2025-11-17T08:33:31","date_gmt":"2025-11-17T08:33:31","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/hit\/?page_id=1971"},"modified":"2026-07-31T07:07:23","modified_gmt":"2026-07-31T07:07:23","slug":"hit-academic-council-members","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/hit\/hit-academic-council-members\/","title":{"rendered":"HiT Academic Council Members"},"content":{"rendered":"\n\t<h3>\n\t\t\t\t\tHiT Academic Council has the following Voting members: \n\t\t\t\t<\/h3>\n\t\t\t<p><\/p>\n\t\u2023 The Scientific and the Deputy Scientific Director<br \/>\n\u2023 Managing Director and DMD<br \/>\n\u2023 Associate Director for UGPs<br \/>\n\u2023 Associate Director for PGRP<br \/>\n\u2023 All School Deans<br \/>\n\u2023 All Department heads  \n\t\u2023 The Associate Registrar of HiT<br \/>\n\u2023 Head of Continuing and Distance Education Office<br \/>\n\u2023 The Head of Library oh HiT<br \/>\n\u2023 Head of External Relations<br \/>\n\u2023 Head of Pre-Engineering &#038; Common Course Office<br \/>\n\u2023 Head of UIL and Technology Transfer  \n\t\u2023 One representative chair holder per School<br \/>\n\u2023 Up to two senior academic staff<br \/>\n\u2023 One representative of the female academic staffs.<br \/>\n\u2023 One technical assistant<br \/>\n\u2023 Two representatives of the undergraduate students<br \/>\n\u2023  One representative of the postgraduate students  \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>HiT Academic Council Voting Members<\/title>\n  <style>\n    :root {\n      --primary-navy: #2e7d32;\n      --secondary-blue: #1d4ed8;\n      --accent-gold: #ff9900;\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 10px 15px -3px rgba(15, 44, 89, 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, Oxygen, Ubuntu, Cantarell, sans-serif;\n      background-color: var(--bg-color);\n      color: var(--text-main);\n      line-height: 1.6;\n      padding: 3rem 1.5rem;\n    }\n    .container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    \/* Header *\/\n    .page-header {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n    .page-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    .page-header p {\n      color: var(--text-muted);\n      font-size: 1.05rem;\n    }\n    .header-line {\n      width: 80px;\n      height: 4px;\n      background-color: var(--accent-gold);\n      margin: 0.75rem auto 0;\n      border-radius: 2px;\n    }\n    \/* Grid Layout *\/\n    .council-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 1.5rem;\n    }\n    \/* Category Cards *\/\n    .council-card {\n      background: var(--card-bg);\n      border-radius: 12px;\n      border: 1px solid var(--border-color);\n      padding: 1.75rem;\n      box-shadow: var(--shadow);\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n      display: flex;\n      flex-direction: column;\n    }\n    .council-card:hover {\n      transform: translateY(-3px);\n      box-shadow: var(--shadow-hover);\n      border-color: rgba(29, 78, 216, 0.3);\n    }\n    \/* Card Header *\/\n    .card-category {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      margin-bottom: 1.25rem;\n      padding-bottom: 0.75rem;\n      border-bottom: 2px solid #f1f5f9;\n    }\n    .category-icon {\n      width: 40px;\n      height: 40px;\n      border-radius: 8px;\n      background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);\n      color: var(--secondary-blue);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    .category-icon svg {\n      width: 22px;\n      height: 22px;\n      fill: none;\n      stroke: currentColor;\n      stroke-width: 2;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n    .card-category h2 {\n      font-size: 1.15rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n    }\n    \/* Member List *\/\n    .member-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 0.75rem;\n    }\n    .member-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.65rem;\n      font-size: 0.95rem;\n      color: var(--text-main);\n    }\n    .bullet-check {\n      width: 18px;\n      height: 18px;\n      flex-shrink: 0;\n      margin-top: 3px;\n      fill: none;\n      stroke: var(--secondary-blue);\n      stroke-width: 2.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n      .council-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n    <header>\n      <h1>HiT Academic Council<\/h1>\n      <p>Voting Members Structure<\/p>\n    <\/header>\n      <!-- Executive Leadership -->\n          <h2>Executive Leadership<\/h2>\n        <ul>\n          <li>\n            The Scientific and the Deputy Scientific Director\n          <\/li>\n          <li>\n            Managing Director and DMD\n          <\/li>\n        <\/ul>\n      <!-- Academic Directorate -->\n          <h2>Academic Directors &#038; Administration<\/h2>\n        <ul>\n          <li>\n            Associate Director for UGPs\n          <\/li>\n          <li>\n            Associate Director for PGRP\n          <\/li>\n          <li>\n            The Associate Registrar of HiT\n          <\/li>\n        <\/ul>\n      <!-- Schools & Departments -->\n          <h2>Schools &#038; Departments<\/h2>\n        <ul>\n          <li>\n            All School Deans\n          <\/li>\n          <li>\n            All Department heads\n          <\/li>\n          <li>\n            One representative chair holder per School\n          <\/li>\n        <\/ul>\n      <!-- Institutional Offices -->\n          <h2>Offices &#038; Services<\/h2>\n        <ul>\n          <li>\n            Head of Continuing and Distance Education Office\n          <\/li>\n          <li>\n            The Head of Library oh HiT\n          <\/li>\n          <li>\n            Head of External Relations\n          <\/li>\n          <li>\n            Head of Pre-Engineering &#038; Common Course Office\n          <\/li>\n          <li>\n            Head of UIL and Technology Transfer\n          <\/li>\n        <\/ul>\n      <!-- Staff & Student Representatives -->\n          <h2>Staff &#038; Student Representatives<\/h2>\n        <ul>\n          <li>\n            Up to two senior academic staff\n          <\/li>\n          <li>\n            One representative of the female academic staffs.\n          <\/li>\n          <li>\n            One technical assistant\n          <\/li>\n          <li>\n            Two representatives of the undergraduate students\n          <\/li>\n          <li>\n            One representative of the postgraduate students\n          <\/li>\n        <\/ul>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>HiT Academic Council has the following Voting members: \u2023 The Scientific and the Deputy Scientific Director \u2023 Managing Director and DMD \u2023 Associate Director for UGPs \u2023 Associate Director for [&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-1971","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1971","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=1971"}],"version-history":[{"count":5,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1971\/revisions"}],"predecessor-version":[{"id":27056,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/1971\/revisions\/27056"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/media?parent=1971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}