{"id":27264,"date":"2026-07-22T11:14:41","date_gmt":"2026-07-22T11:14:41","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/research\/?page_id=27264"},"modified":"2026-07-22T11:19:55","modified_gmt":"2026-07-22T11:19:55","slug":"information-technology-and-computing","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/research\/information-technology-and-computing\/","title":{"rendered":"Information Technology and Computing"},"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>Sub-theme 3.1: Information Technology and Computing<\/title>\n  <style>\n    \/* CSS RESET & VARIABLES *\/\n    :root {\n      --primary: #2e7d32;\n      --primary-hover: #ff9900;\n      --accent: #00a8cc;\n      --text-dark: #2d3748;\n      --text-muted: #4a5568;\n      --bg-light: #f8fafc;\n      --surface: #ffffff;\n      --border: #e2e8f0;\n      --shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --radius: 8px;\n    }\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n      line-height: 1.6;\n      color: var(--text-dark);\n      background-color: var(--bg-light);\n      padding: 2rem 1rem;\n    }\n    \/* CONTAINER *\/\n    .container {\n      max-width: 800px;\n      margin: 0 auto;\n      background: var(--surface);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      border: 1px solid var(--border);\n      overflow: hidden;\n    }\n    \/* HEADER *\/\n    .header {\n      background: linear-gradient(135deg, var(--primary), var(--accent));\n      color: #ffffff;\n      padding: 2.5rem 2rem;\n    }\n    .badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.2);\n      padding: 0.25rem 0.75rem;\n      border-radius: 20px;\n      font-size: 0.85rem;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      margin-bottom: 0.75rem;\n    }\n    .header h1 {\n      font-size: 2rem;\n      font-weight: 700;\n      line-height: 1.25;\n    }\n    \/* CONTENT BODY *\/\n    .content {\n      padding: 2rem;\n    }\n    .section {\n      margin-bottom: 2rem;\n    }\n    .section h2 {\n      font-size: 1.25rem;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      border-bottom: 2px solid var(--bg-light);\n      padding-bottom: 0.5rem;\n    }\n    .section p {\n      color: var(--text-muted);\n      font-size: 1rem;\n    }\n    \/* RESEARCH AREAS LIST *\/\n    .research-list {\n      list-style: none;\n      display: grid;\n      gap: 0.75rem;\n      margin-top: 0.75rem;\n    }\n    .research-item {\n      display: flex;\n      align-items: flex-start;\n      background: var(--bg-light);\n      padding: 1rem;\n      border-radius: var(--radius);\n      border-left: 4px solid var(--accent);\n    }\n    .research-code {\n      font-weight: 700;\n      color: var(--primary);\n      margin-right: 0.75rem;\n      white-space: nowrap;\n    }\n    \/* RESOURCES & LINKS *\/\n    .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 1rem;\n      margin-top: 1rem;\n    }\n    .resource-card {\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      background: var(--bg-light);\n      padding: 1.25rem;\n      border-radius: var(--radius);\n      border: 1px solid var(--border);\n      text-decoration: none;\n      color: var(--text-dark);\n      transition: all 0.2s ease;\n    }\n    .resource-card:hover {\n      border-color: var(--primary);\n      transform: translateY(-2px);\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);\n    }\n    .resource-title {\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n    .resource-link {\n      font-size: 0.875rem;\n      color: var(--primary);\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      gap: 0.25rem;\n    }\n    \/* FOOTER \/ DETAILS BUTTON *\/\n    .details-banner {\n      background: #eff6ff;\n      border: 1px solid #bfdbfe;\n      border-radius: var(--radius);\n      padding: 1rem 1.25rem;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 2rem;\n    }\n    .details-banner a {\n      color: var(--primary);\n      font-weight: 600;\n      text-decoration: none;\n    }\n    .details-banner a:hover {\n      text-decoration: underline;\n    }\n    \/* RESPONSIVE DESIGN *\/\n    @media (max-width: 600px) {\n      .header {\n        padding: 1.75rem 1.25rem;\n      }\n      .header h1 {\n        font-size: 1.5rem;\n      }\n      .content {\n        padding: 1.25rem;\n      }\n      .details-banner {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 0.5rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <!-- Header -->\n    <header>\n      Sub-theme 3.1\n      <h1>Information Technology and Computing<\/h1>\n    <\/header>\n    <!-- Main Content -->\n      <!-- Aim -->\n      <section>\n        <h2>Aim<\/h2>\n        <p>The merit of this sub-theme is to analyse, design, and\/or develop ICT solutions and conduct computational and statistical analysis to solve the problems of the community.<\/p>\n      <\/section>\n      <!-- Description -->\n      <section>\n        <h2>Description<\/h2>\n        <p>This sub-theme focuses on three areas: computer and information technology development and advancement, statistical modelling, and scientific computing. The problems that are going to be solved and the solutions provided are focused on providing computational, statistical, and technological findings to the community. The research also involves need and impact assessments.<\/p>\n      <\/section>\n      <!-- Research Areas -->\n      <section>\n        <h2>Research Areas<\/h2>\n        <ul>\n          <li>\n            3.1.1\n            Formulating, developing, and enhancing information technologies\n          <\/li>\n          <li>\n            3.1.2\n            Development and application of statistical methods\n          <\/li>\n          <li>\n            3.1.3\n            Developing mathematical and computational theories\n          <\/li>\n        <\/ul>\n      <\/section>\n      <!-- Details Banner -->\n        Looking for complete documentation?\n        <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Sub-theme-3.1-Description.pdf\">For the details, click here &rarr;<\/a>\n      <!-- Research Priorities Links -->\n      <section>\n        <h2>Research Priorities<\/h2>\n          <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2017-Sub-theme-3.1-Priority-research-areas.pdf\">\n            Research Priorities 2017\n            View document &rarr;\n          <\/a>\n          <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2016-Sub-theme-3.1-Priority-research-areas.pdf\">\n            Research Priorities 2016\n            View document &rarr;\n          <\/a>\n      <\/section>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Sub-theme 3.1: Information Technology and Computing Sub-theme 3.1 Information Technology and Computing Aim The merit of this sub-theme is to analyse, design, and\/or develop ICT solutions and conduct computational and [&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-27264","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/comments?post=27264"}],"version-history":[{"count":3,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27264\/revisions"}],"predecessor-version":[{"id":27273,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27264\/revisions\/27273"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/media?parent=27264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}