{"id":27200,"date":"2026-07-21T11:54:53","date_gmt":"2026-07-21T11:54:53","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/research\/?page_id=27200"},"modified":"2026-07-23T12:48:14","modified_gmt":"2026-07-23T12:48:14","slug":"theme-v-institutions-innovation-systems-and-economic-development","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/research\/theme-v-institutions-innovation-systems-and-economic-development\/","title":{"rendered":"Theme V: Institutions, Innovation Systems, and Economic Development"},"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>Theme V: Institutions, Innovation Systems, and Economic Development<\/title>\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-color: #2e7d32; \/* Corporate Slate Blue *\/\n            --secondary-color: #ff9900; \/* Economic Amber \/ Gold *\/\n            --accent-color: #ff9900; \/* Light Gold Tint *\/\n            --text-dark: #334155;\n            --text-muted: #64748b;\n            --bg-light: #f8fafc;\n            --white: #ffffff;\n            --shadow: 0 10px 30px rgba(0,0,0,0.08);\n            --radius: 12px;\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        body {\n            background-color: var(--bg-light);\n            color: var(--text-dark);\n            line-height: 1.6;\n            padding: 2rem 1rem;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n        \/* Banner Header *\/\n        .theme-header {\n            background: linear-gradient(135deg, var(--primary-color), #334155);\n            color: var(--white);\n            padding: 2.5rem 2rem;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow);\n            border-bottom: 4px solid var(--secondary-color);\n        }\n        .theme-header h1 {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            line-height: 1.3;\n        }\n        .theme-header .badge {\n            display: inline-block;\n            background-color: var(--secondary-color);\n            color: var(--white);\n            padding: 0.3rem 0.8rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 0.8rem;\n            font-weight: 600;\n        }\n        \/* Two Column Layout *\/\n        .main-layout {\n            display: grid;\n            grid-template-columns: 320px 1fr;\n            gap: 2rem;\n        }\n        @media (max-width: 950px) {\n            .main-layout {\n                grid-template-columns: 1fr;\n            }\n        }\n        \/* Sidebar: Profile & Contact *\/\n        .profile-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 1.8rem;\n            box-shadow: var(--shadow);\n            height: fit-content;\n        }\n        .profile-card .avatar {\n            width: 80px;\n            height: 80px;\n            background-color: var(--accent-color);\n            color: var(--secondary-color);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n        .profile-card h2 {\n            font-size: 1.3rem;\n            color: var(--primary-color);\n            margin-bottom: 0.2rem;\n        }\n        .profile-card .rank {\n            color: var(--secondary-color);\n            font-weight: 600;\n            font-size: 0.95rem;\n            margin-bottom: 1.2rem;\n            border-bottom: 2px solid var(--bg-light);\n            padding-bottom: 0.8rem;\n        }\n        .info-section {\n            margin-bottom: 1.2rem;\n        }\n        .info-section h3 {\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 0.5rem;\n            letter-spacing: 0.5px;\n        }\n        .info-section p {\n            font-size: 0.9rem;\n            color: var(--text-dark);\n            margin-bottom: 0.4rem;\n        }\n        .contact-list {\n            list-style: none;\n            margin-top: 1rem;\n        }\n        .contact-list li {\n            font-size: 0.85rem;\n            margin-bottom: 0.6rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 0.5rem;\n        }\n        .contact-list i {\n            color: var(--secondary-color);\n            margin-top: 3px;\n        }\n        \/* Main Content Area *\/\n        .content-area {\n            display: flex;\n            flex-direction: column;\n            gap: 1.8rem;\n        }\n        .card {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 1.8rem;\n            box-shadow: var(--shadow);\n        }\n        .card h2 {\n            font-size: 1.3rem;\n            color: var(--primary-color);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .card p {\n            color: #475569;\n            margin-bottom: 1rem;\n            font-size: 0.98rem;\n        }\n        \/* Timeline \/ Education Block *\/\n        .education-list {\n            display: flex;\n            flex-direction: column;\n            gap: 1.2rem;\n        }\n        .edu-item {\n            background: var(--bg-light);\n            border-left: 4px solid var(--secondary-color);\n            padding: 1rem;\n            border-radius: 0 8px 8px 0;\n        }\n        .edu-item h4 {\n            color: var(--primary-color);\n            font-size: 1rem;\n            margin-bottom: 0.2rem;\n        }\n        .edu-item .meta {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n        .edu-item p {\n            font-size: 0.9rem;\n            margin-bottom: 0;\n        }\n        \/* Language Badges *\/\n        .lang-badge {\n            display: inline-block;\n            background: var(--bg-light);\n            color: var(--text-dark);\n            padding: 0.3rem 0.6rem;\n            border-radius: 4px;\n            font-size: 0.8rem;\n            border: 1px solid #e2e8f0;\n            margin-right: 0.3rem;\n            margin-bottom: 0.4rem;\n        }\n        \/* Priorities Links *\/\n        .priorities-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n            gap: 0.8rem;\n            margin-top: 1rem;\n        }\n        .priority-item {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            background: var(--bg-light);\n            padding: 0.8rem 1rem;\n            border-radius: 8px;\n            text-decoration: none;\n            color: var(--primary-color);\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.2s ease;\n        }\n        .priority-item:hover {\n            background-color: var(--primary-color);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n        .btn-link {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: var(--secondary-color);\n            font-weight: 600;\n            text-decoration: none;\n            margin-top: 0.5rem;\n        }\n        .btn-link:hover {\n            text-decoration: underline;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Top Theme Header -->\n    <header>\n        Theme V &#8211; IISED\n        <h1>Institutions, Innovation Systems, and Economic Development<\/h1>\n    <\/header>\n        <!-- Sidebar: Profile & Contact -->\n        <aside>\n                        <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2025\/08\/Sime-Shiferaw-Tefera-PhD.jpg\" alt=\"Sime Shiferaw Tefera\">\n            <h2>Sime Shiferaw Tefera<\/h2>\n            Assistant Professor &#038; Theme V Leader\n                <h3>Role &#038; Profession<\/h3>\n                <p>Assistant Professor, Researcher, and Leader of Research Thematic Area (Institutions, Innovation Systems, and Economic Development) at Haramaya University.<\/p>\n            <hr>\n                <h3>Languages<\/h3>\n                    Afan Oromo (Native)\n                    English\n                    Amharic\n            <hr>\n                <h3>Contact Details<\/h3>\n                <ul>\n                    <li> Haramaya University, Ethiopia<\/li>\n                    <li> <a href=\"mailto:simeroka@gmail.com\">simeroka@gmail.com<\/a><\/li>\n                    <li> +251 911 967 810<\/li>\n                <\/ul>\n        <\/aside>\n        <!-- Main Content Column -->\n        <main>\n            <!-- About The Theme Section -->\n            <section>\n                <h2> About the Theme<\/h2>\n                <p>Lack of relevant knowledge, technologies, and innovations as well as poor dissemination and adoption of existing ones represent major constraints to development in Ethiopia. This is basically attributed to inefficiencies in taking research results to socio-economic outcomes.<\/p>\n                <p>Other studies have identified a critical &#8220;knowledge gap&#8221;\u2014resulting from a failure to produce the requisite critical number of skilled innovators, along with insufficient capacity development for technology and knowledge generation and dissemination.<\/p>\n                <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-5-Description-1.pdf\">Click here for details <\/a>\n            <\/section>\n            <!-- Education & CV Section -->\n            <section>\n                <h2> Academic Background<\/h2>\n                        <h4>PhD in Agricultural Economics<\/h4>\n                        Oct 2018 \u2013 Jul 2023 | Haramaya University, Ethiopia\n                        <p><strong>Dissertation:<\/strong> Participation in Agricultural Cooperatives and its Impact on Technology Adoption, Production Efficiency, Food Security and Income of Smallholder Malt Barley Farmers in Arsi Zone, Ethiopia.<\/p>\n                        <p><em>Coursework: Advanced Macro\/Microeconomics, Advanced Econometrics, Institutional Economics, Research Methods.<\/em><\/p>\n                        <h4>MSc in Agricultural and Applied Economics<\/h4>\n                        Sept 2011 \u2013 June 2014 | Egerton University (Kenya) &#038; Univ. of Pretoria (South Africa)\n                        <p>Collaborative Masters in Agricultural and Applied Economics (CMAAE).<\/p>\n                        <p><strong>Thesis:<\/strong> Determinants of Artificial Insemination Use by Smallholder Dairy Farmers in Lemu-Bilbilo District, Ethiopia.<\/p>\n                        <h4>BA in Economics<\/h4>\n                        Sept 2006 \u2013 Nov 2009 | Haramaya University, Ethiopia\n                        <p><strong>Essay:<\/strong> Impact of Price Changes on Coffee Export of Ethiopia from 1980 to 2000.<\/p>\n                        <h4>Diploma in Animal Health<\/h4>\n                        Sept 2000 \u2013 July 2002 | Addis Ababa University, Ethiopia\n            <\/section>\n            <!-- Publications & Research Priorities Archive -->\n            <section>\n                <h2> Publications &#038; Research Priorities<\/h2>\n                <p><a href=\"#\"> View List of Publications<\/a><\/p>\n                <h3>Research Priorities Archive<\/h3>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-V-Research-Priority-Areas-for-2020-21-Call.pdf\">2020 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-V-2019-Research-Priorities.pdf\">2019 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2017-Theme-V-Priority-research-areas.pdf\">2018 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2017-Theme-V-Priority-research-areas.pdf\">2017 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2016-Theme-V-Priority-research-areas.pdf\">2016 <\/a>\n            <\/section>\n        <\/main>\n<\/body>\n<\/html>\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>Theme 5: Sub-themes Overview<\/title>\n  <style>\n    \/* CSS RESET & VARIABLES *\/\n    :root {\n      --primary: #2e7d32;         \/* Deep Emerald *\/\n      --primary-hover: #ff9900;\n      --accent: #0d9488;          \/* Teal 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: 1000px;\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-intro {\n      margin-bottom: 2rem;\n      color: var(--text-muted);\n      font-size: 1rem;\n    }\n    \/* SUB-THEMES LIST GRID *\/\n    .subtheme-grid {\n      display: grid;\n      gap: 1.25rem;\n    }\n    .subtheme-card {\n      display: flex;\n      flex-direction: column;\n      background: var(--bg-light);\n      border: 1px solid var(--border);\n      border-left: 4px solid var(--primary);\n      border-radius: var(--radius);\n      padding: 1.5rem;\n      text-decoration: none;\n      color: var(--text-dark);\n      transition: all 0.2s ease;\n    }\n    .subtheme-card:hover {\n      border-color: var(--primary);\n      border-left-color: var(--accent);\n      transform: translateY(-2px);\n      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);\n    }\n    .subtheme-header {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      margin-bottom: 0.5rem;\n    }\n    .subtheme-code {\n      font-weight: 700;\n      font-size: 0.9rem;\n      background: #ecfdf5;\n      color: var(--primary);\n      padding: 0.2rem 0.6rem;\n      border-radius: 4px;\n      border: 1px solid #a7f3d0;\n      white-space: nowrap;\n    }\n    .subtheme-title {\n      font-size: 1.15rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      line-height: 1.35;\n    }\n    .subtheme-card:hover .subtheme-title {\n      color: var(--primary);\n    }\n    .subtheme-footer {\n      margin-top: 1rem;\n      display: flex;\n      align-items: center;\n      font-size: 0.875rem;\n      font-weight: 600;\n      color: var(--primary);\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      .subtheme-header {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 0.35rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <!-- Header -->\n    <header>\n      Research Sub-themes\n      <h1>Economic Development &amp; Innovation Systems<\/h1>\n    <\/header>\n    <!-- Main Content -->\n      <p>Select a sub-theme below to explore aims, detailed descriptions, specific research areas, and priority documentation.<\/p>\n      <!-- Sub-themes List -->\n        <!-- Sub-theme 5.1 -->\n        <a href=\"https:\/\/www.haramaya.edu.et\/research\/economic-development-policy-and-institutional-analysis\/\">\n            Sub-theme 5.1\n            <h2>Economic Development, Policy, and Institutional Analysis<\/h2>\n            Explore research areas &amp; guidelines &rarr;\n        <\/a>\n        <!-- Sub-theme 5.2 -->\n        <a href=\"https:\/\/www.haramaya.edu.et\/research\/innovation-systems-an-impact-evaluation-studies\/\">\n            Sub-theme 5.2\n            <h2>Innovation Systems and Impact Evaluation Studies<\/h2>\n            Explore research areas &amp; guidelines &rarr;\n        <\/a>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Theme V: Institutions, Innovation Systems, and Economic Development Theme V &#8211; IISED Institutions, Innovation Systems, and Economic Development Sime Shiferaw Tefera Assistant Professor &#038; Theme V Leader Role &#038; Profession [&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-27200","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27200","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=27200"}],"version-history":[{"count":8,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27200\/revisions"}],"predecessor-version":[{"id":27403,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27200\/revisions\/27403"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/media?parent=27200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}