{"id":642,"date":"2021-10-15T17:35:13","date_gmt":"2021-10-15T17:35:13","guid":{"rendered":"https:\/\/haramaya.edu.et\/hit\/?page_id=642"},"modified":"2026-08-28T13:58:37","modified_gmt":"2026-08-28T13:58:37","slug":"research-2","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/hit\/research-2\/","title":{"rendered":"Research"},"content":{"rendered":"\n\t<p>At HiT, pushing the boundaries of knowledge and possibility is our joyful obsession, and we celebrate fundamental discoveries and practical applications alike. As educators, we also value research as a potent form of <a href=\"#\">learning by doing<\/a>. Through HiT\u2019s Undergraduate and Postgraduate Research Opportunities Program,<\/p>\n\t<section>\n<header>\n<p>Research flourishes in our 22 departments across seven schools and departments\u00a0 as well as in dozens of <a href=\"https:\/\/www.mit.edu\/research\/centers-labs-programs\/\">centers, labs, and programs<\/a> that convene experts across disciplines to explore new intellectual frontiers and attack important societal problems. Our on-campus research capabilities are enhanced through the work of HiT Laboratories, active research relationships with industry, and a wide range of\u00a0global collaborations. In this work, the HiT Libraries serve as a crucial partner and a source of important research in their own right.<\/p>\n<\/header>\n<\/section>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/haramaya.edu.et\/hit\/wp-content\/uploads\/sites\/5\/2021\/10\/l1.png\" alt=\"l1\" itemprop=\"image\" title=\"l1\" onerror=\"this.style.display='none'\"  \/>\n\t<header id=\"centers\">\n<h2>Centers and Labs<\/h2>\n<\/header>\n<p>HiT continually develops organizations and partnerships that foster interdisciplinary work. Listed here are just some of the HiT labs, centers, and programs where groundbreaking research is happening every day.<\/p>\n\t\t\t<a href=\"\" target=\"_self\" role=\"button\">\n\t\t\t\t\t\t\tVisit Labs, Centers\n\t\t\t\t\t<\/a>\n\t<header id=\"collaborating\">\n<h2>Collaborating Institutions<\/h2>\n<\/header>\n<p>MIT researchers collaborate with many leading local, national, and international organizations to further drive exploration.<\/p>\n\t\t\t<a href=\"\" target=\"_self\" role=\"button\">\n\t\t\t\t\t\t\tView Collaborating Institutions\n\t\t\t\t\t<\/a>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/haramaya.edu.et\/hit\/wp-content\/uploads\/sites\/5\/2021\/10\/collaboration.jpg\" alt=\"collaboration\" itemprop=\"image\" title=\"collaboration\" onerror=\"this.style.display='none'\"  \/>\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>Research \u00b7 HiT | Haramaya Institute of Technology<\/title>\n    <!-- Font Awesome 6 -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" \/>\n    <!-- Google Font: Inter -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,600;14..32,700;14..32,800&#038;display=swap\" rel=\"stylesheet\" \/>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            background: #f5f8f5;\n            font-family: 'Inter', sans-serif;\n            padding: 3rem 1.5rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            color: #1a2e1a;\n        }\n        .research-wrapper {\n            max-width: 1280px;\n            width: 100%;\n        }\n        \/* --- header --- *\/\n        .research-header {\n            text-align: center;\n            margin-bottom: 3.5rem;\n        }\n        .research-header .badge {\n            display: inline-block;\n            background: rgba(46, 125, 50, 0.10);\n            color: #2e7d32;\n            font-weight: 700;\n            font-size: 0.75rem;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            padding: 0.3rem 1.2rem;\n            border-radius: 40px;\n            margin-bottom: 0.75rem;\n        }\n        .research-header h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #1a2e1a;\n            letter-spacing: -0.02em;\n            line-height: 1.15;\n        }\n        .research-header h1 span {\n            color: #ff9900;\n        }\n        .research-header p {\n            color: #4a5568;\n            font-size: 1.1rem;\n            max-width: 760px;\n            margin: 0.8rem auto 0;\n            line-height: 1.6;\n        }\n        \/* --- intro card (hero) --- *\/\n        .intro-card {\n            background: #ffffff;\n            border-radius: 32px;\n            padding: 2.8rem 3rem;\n            box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.06);\n            border: 1px solid rgba(46, 125, 50, 0.10);\n            margin-bottom: 3rem;\n            display: grid;\n            grid-template-columns: 3fr 1fr;\n            gap: 2.5rem;\n            align-items: center;\n            transition: 0.25s;\n        }\n        .intro-card:hover {\n            border-color: #ff9900;\n            box-shadow: 0 20px 48px -12px rgba(46, 125, 50, 0.12);\n        }\n        .intro-text p {\n            color: #2d3a2d;\n            line-height: 1.8;\n            font-size: 1rem;\n            margin-bottom: 1.2rem;\n        }\n        .intro-text p:last-child {\n            margin-bottom: 0;\n        }\n        .intro-stats {\n            display: flex;\n            flex-direction: column;\n            gap: 1.2rem;\n            background: #f8fbf8;\n            padding: 1.8rem 1.8rem;\n            border-radius: 24px;\n            border-left: 4px solid #ff9900;\n        }\n        .stat-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        .stat-item .num {\n            font-size: 2rem;\n            font-weight: 800;\n            color: #2e7d32;\n            line-height: 1;\n            min-width: 52px;\n        }\n        .stat-item .label {\n            font-size: 0.85rem;\n            color: #4a5568;\n            font-weight: 500;\n        }\n        .stat-item .label small {\n            display: block;\n            font-weight: 400;\n            font-size: 0.75rem;\n            color: #6b7a6b;\n        }\n        \/* --- two-col grid: centers + collaborating --- *\/\n        .two-col-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-top: 0.5rem;\n        }\n        .col-card {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 2.2rem 2rem;\n            border: 1px solid rgba(46, 125, 50, 0.08);\n            box-shadow: 0 8px 28px -6px rgba(0, 0, 0, 0.04);\n            transition: all 0.25s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        .col-card:hover {\n            transform: translateY(-4px);\n            border-color: #ff9900;\n            box-shadow: 0 20px 48px -12px rgba(46, 125, 50, 0.10);\n        }\n        .col-card .card-icon {\n            font-size: 2.2rem;\n            color: #2e7d32;\n            margin-bottom: 1rem;\n            opacity: 0.7;\n            transition: 0.2s;\n        }\n        .col-card:hover .card-icon {\n            opacity: 1;\n            color: #ff9900;\n        }\n        .col-card h3 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1a2e1a;\n            margin-bottom: 0.6rem;\n        }\n        .col-card p {\n            color: #4a5568;\n            line-height: 1.7;\n            font-size: 0.95rem;\n            margin-bottom: 1.5rem;\n            flex: 1;\n        }\n        .col-card .btn-link {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            color: #2e7d32;\n            text-decoration: none;\n            transition: 0.2s;\n            align-self: flex-start;\n            border-bottom: 2px solid transparent;\n            padding-bottom: 2px;\n        }\n        .col-card .btn-link i {\n            transition: transform 0.2s;\n        }\n        .col-card .btn-link:hover {\n            color: #ff9900;\n            border-bottom-color: #ff9900;\n        }\n        .col-card .btn-link:hover i {\n            transform: translateX(4px);\n        }\n        .col-card .btn-link.gold {\n            color: #b36b00;\n        }\n        .col-card .btn-link.gold:hover {\n            color: #ff9900;\n            border-bottom-color: #ff9900;\n        }\n        \/* --- badge list (mini tags) --- *\/\n        .tag-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            margin-top: 0.8rem;\n        }\n        .tag-list span {\n            background: #f0f6f0;\n            padding: 0.25rem 1rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: #2e7d32;\n            border: 1px solid rgba(46, 125, 50, 0.08);\n        }\n        .col-card.gold-tags .tag-list span {\n            background: #fff8f0;\n            color: #b36b00;\n            border-color: rgba(255, 153, 0, 0.10);\n        }\n        \/* --- responsive --- *\/\n        @media (max-width: 960px) {\n            .intro-card {\n                grid-template-columns: 1fr;\n                padding: 2rem;\n            }\n            .intro-stats {\n                flex-direction: row;\n                flex-wrap: wrap;\n                justify-content: space-around;\n                border-left: none;\n                border-top: 4px solid #ff9900;\n                padding: 1.5rem;\n            }\n            .stat-item .num {\n                min-width: 40px;\n                font-size: 1.6rem;\n            }\n        }\n        @media (max-width: 720px) {\n            .two-col-grid {\n                grid-template-columns: 1fr;\n            }\n            .research-header h1 {\n                font-size: 2.4rem;\n            }\n            .intro-card {\n                padding: 1.5rem;\n            }\n            .col-card {\n                padding: 1.8rem;\n            }\n            .intro-stats {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n        }\n        @media (max-width: 480px) {\n            body {\n                padding: 1.5rem 0.8rem;\n            }\n            .research-header h1 {\n                font-size: 2rem;\n            }\n        }\n        \/* small decorative *\/\n        .divider-light {\n            width: 50px;\n            height: 3px;\n            background: #ff9900;\n            border-radius: 6px;\n            margin: 0.25rem 0 1rem;\n            opacity: 0.4;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- header -->\n         Research at HiT\n        <h1>Institute of Technology Research<\/h1>\n        <p>Pushing the boundaries of knowledge and possibility \u2014 where fundamental discoveries meet practical applications.<\/p>\n    <!-- intro card -->\n            <p><strong>At HiT,<\/strong> pushing the boundaries of knowledge and possibility is our joyful obsession, and we celebrate fundamental discoveries and practical applications alike. As educators, we also value research as a potent form of learning by doing. Through HiT\u2019s Undergraduate and Postgraduate Research Opportunities Program,<\/p>\n            <p>Research flourishes in our <strong>22 departments<\/strong> across seven schools and departments as well as in dozens of centers, labs, and programs that convene experts across disciplines to explore new intellectual frontiers and attack important societal problems. Our on-campus research capabilities are enhanced through the work of HiT Laboratories, active research relationships with industry, and a wide range of global collaborations. In this work, the HiT Libraries serve as a crucial partner and a source of important research in their own right.<\/p>\n                22\n                Departments <small>across 7 schools<\/small>\n                12+\n                Centers &#038; Labs <small>interdisciplinary<\/small>\n                40+\n                Global Partners <small>industry &#038; academic<\/small>\n    <!-- two-column: centers + collaborating -->\n        <!-- centers & labs -->\n            <h3>Centers &#038; Labs<\/h3>\n            <p>HiT continually develops organizations and partnerships that foster interdisciplinary work. Listed here are just some of the HiT labs, centers, and programs where groundbreaking research is happening every day.<\/p>\n                AI Lab\n                Energy Center\n                Biotech\n                Robotics\n                Materials\n                Data Science\n            <a href=\"#\"> Visit Labs, Centers<\/a>\n        <!-- collaborating institutions -->\n            <h3>Collaborating Institutions<\/h3>\n            <p>MIT researchers collaborate with many leading local, national, and international organizations to further drive exploration. Our network spans academia, government, and industry.<\/p>\n                MIT\n                Stanford\n                ETH Z\u00fcrich\n                UNESCO\n                Industry 4.0\n                NASA\n            <a href=\"#\"> View Collaborating Institutions<\/a>\n    <!-- subtle footer note -->\n         Haramaya Institute of Technology \u00b7 Research that shapes the future\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>At HiT, pushing the boundaries of knowledge and possibility is our joyful obsession, and we celebrate fundamental discoveries and practical applications alike. As educators, we also value research as a [&hellip;]<\/p>\n","protected":false},"author":1,"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-642","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/642","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/comments?post=642"}],"version-history":[{"count":12,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/642\/revisions"}],"predecessor-version":[{"id":27102,"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/pages\/642\/revisions\/27102"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/hit\/wp-json\/wp\/v2\/media?parent=642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}