{"id":27315,"date":"2026-07-22T12:21:49","date_gmt":"2026-07-22T12:21:49","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/research\/?page_id=27315"},"modified":"2026-07-23T12:18:08","modified_gmt":"2026-07-23T12:18:08","slug":"computational-biology","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/research\/computational-biology\/","title":{"rendered":"Computational Biology"},"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 6.3: Computational Biology<\/title>\n  <style>\n    \/* CSS RESET & VARIABLES *\/\n    :root {\n      --primary: #2e7d32;         \/* Quantum Cyan \/ Blue *\/\n      --primary-hover: #ff9900;\n      --accent: #ff9900;          \/* Deep Blue accent *\/\n      --text-dark: #1f2937;\n      --text-muted: #4b5563;\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: 1100px;\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 BANNER *\/\n    .details-banner {\n      background: #f0f9ff;\n      border: 1px solid #bae6fd;\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 6.3\n      <h1>Computational Biology<\/h1>\n    <\/header>\n    <!-- Main Content -->\n      <!-- Aim -->\n      <section>\n        <h2>Aim<\/h2>\n        <p>The primary purpose of quantum biology is to investigate the life-processes in plants and animals at the micro level.<\/p>\n      <\/section>\n      <!-- Description -->\n      <section>\n        <h2>Description<\/h2>\n        <p>This sub-theme focuses on mutation, mutation and quantum tunnelling, enzyme action, quantum nano structure (casimir effect), mathematical modelling, microtubules, quantum network in biology, photosynthesis, quantum computing, and quantum information. It also includes the societal and development impact of quantum biological research outputs.<\/p>\n      <\/section>\n      <!-- Research Areas -->\n      <section>\n        <h2>Research Areas<\/h2>\n        <ul>\n          <li>\n            6.3.1\n            Mutation\n          <\/li>\n          <li>\n            6.3.2\n            Enzyme action\n          <\/li>\n          <li>\n            6.3.3\n            Quantum nano structure\n          <\/li>\n          <li>\n            6.3.4\n            Microtubules\n          <\/li>\n          <li>\n            6.3.5\n            Quantum network in biology\n          <\/li>\n          <li>\n            6.3.6\n            Photosynthesis\n          <\/li>\n          <li>\n            6.3.7\n            Quantum computing and quantum information\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-6.3-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-6.3-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-6.3-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 6.3: Computational Biology Sub-theme 6.3 Computational Biology Aim The primary purpose of quantum biology is to investigate the life-processes in plants and animals at the micro level. Description This [&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-27315","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27315","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=27315"}],"version-history":[{"count":3,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27315\/revisions"}],"predecessor-version":[{"id":27388,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27315\/revisions\/27388"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/media?parent=27315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}