{"id":27089,"date":"2026-07-20T10:47:52","date_gmt":"2026-07-20T10:47:52","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/research\/?page_id=27089"},"modified":"2026-07-21T13:07:56","modified_gmt":"2026-07-21T13:07:56","slug":"theme-i-pes","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/research\/theme-i-pes\/","title":{"rendered":"Theme I-PES"},"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 I: Productivity &#038; Environmental Sustainability<\/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; \/* Deep Ethiopian Forest Green *\/\n            --secondary-color: #ff9900;\n            --accent-color: #ff9900;\n            --text-dark: #2c3e50;\n            --text-muted: #607d8b;\n            --bg-light: #f4f7f6;\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: 1100px;\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), var(--secondary-color));\n            color: var(--white);\n            padding: 2.5rem 2rem;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow);\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: rgba(255, 255, 255, 0.2);\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        }\n        \/* Two Column Layout *\/\n        .main-layout {\n            display: grid;\n            grid-template-columns: 320px 1fr;\n            gap: 2rem;\n        }\n        @media (max-width: 850px) {\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(--primary-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        }\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: #4a5568;\n            margin-bottom: 1rem;\n            font-size: 0.98rem;\n        }\n        \/* Tags \/ Research Interests *\/\n        .tags-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n        .tag {\n            background-color: var(--bg-light);\n            color: var(--primary-color);\n            padding: 0.4rem 0.8rem;\n            border-radius: 6px;\n            font-size: 0.85rem;\n            font-weight: 500;\n            border-left: 3px solid var(--secondary-color);\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-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        Research Theme I\n        <h1>Productivity and Environmental Sustainability for Food Security and Poverty Alleviation<\/h1>\n    <\/header>\n        <!-- Sidebar: Researcher Profile -->\n        <aside>\n                        <img decoding=\"async\" src=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2024\/08\/Muluken-D.jpg\" alt=\"Muluken Goftishu Muleta\">\n            <h2>Muluken Goftishu Muleta<\/h2>\n            PhD | Assistant Professor\n                <h3>Specialization<\/h3>\n                <p><strong>PhD in Entomology<\/strong> \u2014 Research Fellow (1 yr) at Arthropod Ecology &#038; Behaviour, Division of Plant Protection, BOKU University, Vienna.<\/p>\n                <p><strong>MSc:<\/strong> Crop Protection (Agri. Entomology)<\/p>\n                <p><strong>BSc:<\/strong> Plant Production &#038; Dryland Farming<\/p>\n            <hr>\n                <h3>Contact Details<\/h3>\n                <ul>\n                    <li> Haramaya University, P.O.Box 20, Dire Dawa, Ethiopia<\/li>\n                    <li> <a href=\"mailto:mulukengoftishu@yahoo.com\">mulukengoftishu@yahoo.com<\/a><\/li>\n                    <li> +251 989073775<\/li>\n                    <li> +251255530325\/31\/54<\/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>The Ethiopian government has identified ensuring food security, conserving and sustaining the resource-base, and eradicating poverty as major issues of national priority. The goal is to ensure the attainment of a middle-income status for a better life for all Ethiopians.<\/p>\n                <p>In these endeavors, rural and poor communities must access innovations, attain food security, and experience accelerated development. The program aims to provide new and more effective solutions than those utilized previously in national development efforts.<\/p>\n                <p>Given the broad nature of this theme, priority is given to basic, applied, and development research in agriculture, environmental &#038; natural resources, climate change, agro-pastoralism, veterinary medicine, and land use management.<\/p>\n                <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-1-Description.pdf\">For details, click here <\/a>\n            <\/section>\n            <!-- Research Interests -->\n            <section>\n                <h2> Research Interests<\/h2>\n                    Insect Ecology\n                    Insect-Plant Interactions &#038; Co-evolution\n                    Parasitoids (Third Trophic Level)\n                    Insect Biodiversity\n                    Phylogeography\n                    DNA-Barcoding (Pest Species)\n                    Insect Behavior\n            <\/section>\n            <!-- Publications & Research Priorities -->\n            <section>\n                <h2> Selected Publications &#038; Priorities<\/h2>\n                <p><a href=\"#\"> View List of Selected 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-I-Research-Priority-Areas-for-2020-21.pdf\">2020 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-I-2018-19-Research-Priority-Areas.pdf\">2019 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/Theme-I-2018-19-Research-Priority-Areas-1.pdf\">2018 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2017-Theme-I-Priority-research-areas.pdf\">2017 <\/a>\n                    <a href=\"https:\/\/www.haramaya.edu.et\/research\/wp-content\/uploads\/sites\/3\/2026\/07\/2016-Theme-I-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>Research Sub-themes<\/title>\n    <!-- Google Fonts for modern typography -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-color: #0f5132;\n            --primary-hover: #146c43;\n            --accent-color: #d1e7dd;\n            --bg-color: #f8f9fa;\n            --card-bg: #ffffff;\n            --text-color: #212529;\n            --text-muted: #6c757d;\n            --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 2rem 1rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n        }\n        .container {\n            max-width: 900px;\n            width: 100%;\n            margin: 0 auto;\n        }\n        .header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        .header h1 {\n            font-size: 2.25rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-bottom: 0.5rem;\n            letter-spacing: -0.025em;\n        }\n        .header p {\n            color: var(--text-muted);\n            font-size: 1.1rem;\n        }\n        .themes-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 1.5rem;\n        }\n        .theme-card {\n            background-color: var(--card-bg);\n            border-radius: 12px;\n            padding: 1.75rem;\n            box-shadow: var(--shadow);\n            border: 1px solid rgba(0, 0, 0, 0.05);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            position: relative;\n            overflow: hidden;\n        }\n        .theme-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background-color: var(--primary-color);\n            opacity: 0;\n            transition: var(--transition);\n        }\n        .theme-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n        .theme-card:hover::before {\n            opacity: 1;\n        }\n        .badge {\n            align-self: flex-start;\n            background-color: var(--accent-color);\n            color: var(--primary-color);\n            font-size: 0.85rem;\n            font-weight: 600;\n            padding: 0.35rem 0.75rem;\n            border-radius: 20px;\n            margin-bottom: 1rem;\n        }\n        .theme-card h2 {\n            font-size: 1.25rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n        }\n        .theme-card p {\n            font-size: 0.95rem;\n            color: var(--text-muted);\n            margin-bottom: 1.5rem;\n            flex-grow: 1;\n        }\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n            background-color: transparent;\n            color: var(--primary-color);\n            border: 1.5px solid var(--primary-color);\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            text-decoration: none;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n        .btn:hover {\n            background-color: var(--primary-color);\n            color: #ffffff;\n        }\n        .btn svg {\n            width: 16px;\n            height: 16px;\n            fill: currentColor;\n            transition: var(--transition);\n        }\n        .btn:hover svg {\n            transform: translateX(3px);\n        }\n        @media (max-width: 600px) {\n            body {\n                padding: 1.5rem 0.75rem;\n            }\n            .header h1 {\n                font-size: 1.75rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n        <header>\n            <h1>Research Sub-themes<\/h1>\n            <p>Explore the key focus areas for project initiatives and research call topics.<\/p>\n        <\/header>\n        <main>\n            <!-- Sub-theme 1.1 -->\n            <article>\n                Sub-theme 1.1\n                <h2>Animal Production and Health<\/h2>\n                <p>Focusing on sustainable livestock management, disease prevention, animal welfare, and enhancing productivity in local contexts.<\/p>\n                <a href=\"https:\/\/www.haramaya.edu.et\/research\/animal-production-and-health\/\">\n                    Explore Theme\n                <\/a>\n            <\/article>\n            <!-- Sub-theme 1.2 -->\n            <article>\n                Sub-theme 1.2\n                <h2>Plant Production and Health<\/h2>\n                <p>Innovations in crop science, pest and weed management, soil biology, and resilient crop varieties to ensure sustainable yields.<\/p>\n                <a href=\"https:\/\/www.haramaya.edu.et\/research\/plant-production-and-health\/\">\n                    Explore Theme\n                <\/a>\n            <\/article>\n            <!-- Sub-theme 1.3 -->\n            <article>\n                Sub-theme 1.3\n                <h2>Environment, Natural Resources &#038; Climate Change<\/h2>\n                <p>Addressing biodiversity, nature-based solutions, ecosystem management, and climate resilience in vulnerable regions.<\/p>\n                <a href=\"https:\/\/www.haramaya.edu.et\/research\/environment-natural-resources-and-climate-change\/\">\n                    Explore Theme\n                <\/a>\n            <\/article>\n        <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Theme I: Productivity &#038; Environmental Sustainability Research Theme I Productivity and Environmental Sustainability for Food Security and Poverty Alleviation Muluken Goftishu Muleta PhD | Assistant Professor Specialization PhD in Entomology [&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-27089","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27089","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=27089"}],"version-history":[{"count":14,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27089\/revisions"}],"predecessor-version":[{"id":27234,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/27089\/revisions\/27234"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/media?parent=27089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}