{"id":7,"date":"2023-12-31T22:57:40","date_gmt":"2023-12-31T22:57:40","guid":{"rendered":"http:\/\/website.aastu.edu.et\/college-of-natural-applied\/?page_id=7"},"modified":"2026-05-26T13:48:18","modified_gmt":"2026-05-26T13:48:18","slug":"about","status":"publish","type":"page","link":"https:\/\/www.aastu.edu.et\/cnas\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08d4acb e-flex e-con-boxed e-con e-parent\" data-id=\"08d4acb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f97fe8e elementor-widget elementor-widget-html\" data-id=\"f97fe8e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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, user-scalable=yes\">\n    <title>CNAS | Leadership Architecture & Dean's Message<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #eef2f7;\n            font-family: 'Segoe UI', 'Roboto', system-ui, 'Inter', 'Helvetica Neue', sans-serif;\n            line-height: 1.5;\n            color: #1a2a3a;\n            padding: 2rem 1.5rem;\n        }\n\n        .college-container {\n            max-width: 1300px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 32px;\n            box-shadow: 0 25px 40px -14px rgba(0, 0, 0, 0.15);\n            overflow: hidden;\n        }\n\n        .gold-accent {\n            height: 4px;\n            background: linear-gradient(90deg, #b8860b 0%, #d4af37 50%, #c8b48a 100%);\n            width: 100%;\n        }\n\n        \/* dean message section *\/\n        .content-wrapper {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            padding: 2.2rem 2.5rem;\n            background: white;\n        }\n\n        .message-section {\n            flex: 2;\n            min-width: 260px;\n        }\n\n        .image-section {\n            flex: 1.2;\n            min-width: 250px;\n        }\n\n        .dean-image-card {\n            background: #fbfdfe;\n            border-radius: 28px;\n            overflow: hidden;\n            box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e6edf4;\n            transition: transform 0.2s ease;\n        }\n\n        .dean-image-card:hover {\n            transform: translateY(-3px);\n        }\n\n        .image-placeholder {\n            background: #f4f9ff;\n            height: 260px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .image-placeholder img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center 20%;\n            transition: all 0.3s;\n        }\n\n        .dean-caption {\n            padding: 1rem;\n            background: white;\n            font-weight: 700;\n            color: #0a2b3e;\n            text-align: center;\n            border-top: 1px solid #eef2f8;\n            font-size: 1rem;\n        }\n\n        .dean-caption small {\n            font-weight: 500;\n            color: #b8860b;\n            display: block;\n            font-size: 0.8rem;\n            margin-top: 6px;\n        }\n\n        .message-title {\n            font-size: 2rem;\n            font-weight: 800;\n            color: #0a2b3e;\n            margin-bottom: 1.2rem;\n            border-left: 6px solid #d4af37;\n            padding-left: 1.2rem;\n            letter-spacing: -0.3px;\n        }\n\n        .message-text {\n            font-size: 1rem;\n            line-height: 1.65;\n            color: #2c3e4e;\n            margin-bottom: 1rem;\n        }\n\n        .signature {\n            margin-top: 1.5rem;\n            padding-top: 1rem;\n            border-top: 2px dashed #d4c9a6;\n            font-style: italic;\n            font-weight: 600;\n            color: #0a2b3e;\n        }\n\n        .accreditation {\n            margin-top: 1.2rem;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.7rem;\n        }\n\n        .accredit-badge {\n            background: #0a2b3e;\n            color: white;\n            padding: 0.3rem 1rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n\n        .highlight {\n            color: #b8860b;\n            font-weight: 700;\n        }\n\n        \/* leadership architecture section *\/\n        .architecture-section {\n            background: #f9fbfe;\n            padding: 2rem 2.5rem;\n            border-top: 1px solid #e2e9f0;\n            border-bottom: 1px solid #e2e9f0;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            font-weight: 800;\n            color: #0a2b3e;\n            margin-bottom: 2rem;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            border-bottom: 3px solid #d4af37;\n            padding-bottom: 0.5rem;\n            width: fit-content;\n        }\n\n        \/* organigram tree style *\/\n        .org-tree {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .dean-node {\n            background: linear-gradient(135deg, #0a2b3e 0%, #1e3a4d 100%);\n            color: white;\n            padding: 1rem 2rem;\n            border-radius: 40px;\n            font-weight: 700;\n            font-size: 1.2rem;\n            text-align: center;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.08);\n            margin-bottom: 1.2rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 14px;\n            flex-wrap: wrap;\n            justify-content: center;\n        }\n\n        .dean-photo-sm {\n            width: 48px;\n            height: 48px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 2px solid #d4af37;\n            background: white;\n        }\n\n        .vertical-line {\n            width: 2px;\n            height: 30px;\n            background: #c0cfdf;\n            margin: 0 auto;\n        }\n\n        .directors-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 2rem;\n            margin: 1.5rem 0 2rem;\n        }\n\n        .director-card {\n            background: white;\n            border-radius: 24px;\n            padding: 1.2rem;\n            width: 210px;\n            text-align: center;\n            box-shadow: 0 8px 18px rgba(0,0,0,0.05);\n            border: 1px solid #e9edf2;\n            transition: all 0.2s;\n        }\n\n        .director-card:hover {\n            transform: translateY(-5px);\n            border-color: #d4af37;\n        }\n\n        .leader-photo {\n            width: 90px;\n            height: 90px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin-bottom: 0.8rem;\n            border: 3px solid #d4af37;\n            background: #f4f7fb;\n        }\n\n        .leader-name {\n            font-weight: 800;\n            font-size: 1rem;\n            color: #0a2b3e;\n        }\n\n        .leader-title {\n            font-size: 0.7rem;\n            text-transform: uppercase;\n            font-weight: 600;\n            color: #b8860b;\n            letter-spacing: 0.5px;\n            margin-top: 4px;\n        }\n\n        .branch-connector {\n            width: 100%;\n            text-align: center;\n            margin: 10px 0;\n            font-weight: 600;\n            color: #8a9bb0;\n            font-size: 0.85rem;\n        }\n\n        .dept-section {\n            margin-top: 2rem;\n            background: #ffffffd9;\n            border-radius: 28px;\n            padding: 1.2rem;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.03);\n        }\n\n        .dept-headline {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin: 1.5rem 0 1rem 0;\n            color: #1e4a6b;\n            border-left: 5px solid #d4af37;\n            padding-left: 1rem;\n        }\n\n        .departments-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.8rem;\n            margin-top: 1rem;\n        }\n\n        .dept-card {\n            background: #ffffff;\n            border-radius: 24px;\n            padding: 1rem;\n            box-shadow: 0 6px 14px rgba(0,0,0,0.04);\n            border: 1px solid #eef2f8;\n            transition: 0.2s;\n        }\n\n        .dept-card h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #0a2b3e;\n            margin-bottom: 0.8rem;\n            border-bottom: 2px dotted #eedfa0;\n            display: inline-block;\n        }\n\n        .role-row {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-top: 12px;\n            background: #fafcff;\n            padding: 8px 12px;\n            border-radius: 60px;\n        }\n\n        .mini-photo {\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 2px solid #d4af37;\n            background: #eef2f7;\n        }\n\n        .role-info {\n            flex: 1;\n        }\n\n        .role-name {\n            font-weight: 700;\n            color: #1e3a4d;\n        }\n\n        .role-badge {\n            font-size: 0.7rem;\n            color: #b8860b;\n            font-weight: 600;\n        }\n\n        .no-vice {\n            font-size: 0.7rem;\n            color: #8e9eae;\n            font-style: italic;\n            margin-top: 6px;\n        }\n\n        .footer-stats {\n            background: white;\n            padding: 1rem 2.5rem;\n            border-top: 1px solid #e2edf2;\n            font-size: 0.8rem;\n            color: #2c4b6e;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        @media (max-width: 780px) {\n            body {\n                padding: 1rem;\n            }\n            .content-wrapper, .architecture-section {\n                padding: 1.5rem;\n            }\n            .directors-grid {\n                gap: 1rem;\n            }\n            .director-card {\n                width: 170px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"college-container\">\n    <div class=\"gold-accent\"><\/div>\n\n    <!-- Dean's Message Section with image -->\n    <div class=\"content-wrapper\">\n        <div class=\"message-section\">\n            <div class=\"message-title\">Dean\u2019s Message<\/div>\n            <div class=\"message-text\">\n                Welcome to the College of Natural and Applied Sciences (CNAS).\n            <\/div>\n            <div class=\"message-text\">\n                All indicators of success in the College are steadily improving. The understanding and implementation of Outcome-Based Education (OBE) have been strengthened, and the quality of services continues to grow progressively. Four programs \u2014 <span class=\"highlight\">Biotechnology, Industrial Chemistry, Food Science and Applied Nutrition, and Geology<\/span> \u2014 have been successfully accredited by the <strong>Accreditation Board for Engineering and Technology, USA (ABET)<\/strong>.\n            <\/div>\n            <div class=\"message-text\">\n                Our highest priority is to prepare the next generation of scientists who will address the country's industrial challenges while providing our students with the knowledge, skills, and training necessary to compete and excel in the global workforce.\n            <\/div>\n            <div class=\"message-text\">\n                We are revitalizing and building upon the University\u2019s Strategic Plan, which ensures that the College continues on a strong path toward producing high-quality graduates capable of contributing meaningfully to industry and society.\n            <\/div>\n            <div class=\"message-text\">\n                I would like to call upon our alumni, industry partners, government and non-government institutions to collaborate with us in strengthening and improving the quality of education we provide.\n            <\/div>\n            <div class=\"signature\">\n                \u2014 Dr. Siraye Esubalew Debebe <br> Dean, College of Natural and Applied Sciences (CNAS)\n            <\/div>\n            <div class=\"accreditation\">\n                <span class=\"accredit-badge\">ABET Accredited Programs<\/span>\n                <span class=\"accredit-badge\">Outcome-Based Education (OBE)<\/span>\n                <span class=\"accredit-badge\">Global Workforce Readiness<\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"image-section\">\n            <div class=\"dean-image-card\">\n                <div class=\"image-placeholder\">\n                    <img decoding=\"async\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2024\/02\/new-edit-dr-scaled.jpg\" alt=\"Dean Dr. Siraye Esubalew\">\n                <\/div>\n                <div class=\"dean-caption\">\n                    Dean, College of Natural and Applied Sciences<br>\n                    <small>Dr. Siraye Esubalew Debebe<\/small>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- LEADERSHIP ARCHITECTURE SECTION (visual org chart with photos) -->\n    <div class=\"architecture-section\">\n        <div class=\"section-title\">\n            \ud83d\udcd0 Leadership Architecture\n        <\/div>\n\n        <div class=\"org-tree\">\n            <!-- Dean node with photo (same as main but smaller) -->\n            <div class=\"dean-node\">\n                <img decoding=\"async\" class=\"dean-photo-sm\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2024\/02\/new-edit-dr-scaled.jpg\" alt=\"Dean photo\">\n                <span>Dr. Siraye Esubalew Debebe \u2014 Dean of CNAS<\/span>\n            <\/div>\n            <div class=\"vertical-line\"><\/div>\n            <div class=\"branch-connector\">\u25bc Direct Reports to Dean \u25bc<\/div>\n            \n            <!-- Vice Dean + Coordinators + Assistant Registrar row -->\n            <div class=\"directors-grid\">\n                <!-- Vice Dean -->\n                <div class=\"director-card\">\n                    <img decoding=\"async\" class=\"leader-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/college-vice.jpg\">\n                    <div class=\"leader-name\">Dr. Daniel Meshesha Agonafir<\/div>\n                    <div class=\"leader-title\">Vice Dean, CNAS<\/div>\n                <\/div>\n                <!-- Educational Quality Enhancement Coordinator -->\n                <div class=\"director-card\">\n                    <img decoding=\"async\" class=\"leader-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/eqe.jpg\">\n                    <div class=\"leader-name\">Dr. Tigabu Kassie Ayele<\/div>\n                    <div class=\"leader-title\">Educational Quality Enhancement Coordinator<\/div>\n                <\/div>\n                <!-- Research and Technology Transfer Coordinator -->\n                <div class=\"director-card\">\n                    <img decoding=\"async\" class=\"leader-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/rtt_128x128.jpg\">\n                    <div class=\"leader-name\">Dr. Takele Chekol Akalu<\/div>\n                    <div class=\"leader-title\">Research & Tech Transfer Coordinator<\/div>\n                <\/div>\n                <!-- Assistant Registrar -->\n                <div class=\"director-card\">\n                    <img decoding=\"async\" class=\"leader-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/regi_128x128.jpg\">\n                    <div class=\"leader-name\">Mr. Demelash Hailu Yimer<\/div>\n                    <div class=\"leader-title\">Assistant Registrar<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"vertical-line\" style=\"height: 20px;\"><\/div>\n            <div class=\"branch-connector\">\ud83c\udfdb\ufe0f Academic Departments & Divisions \ud83c\udfdb\ufe0f<\/div>\n\n            <!-- Departments Grid (with Head + Vice Head photos, except Math-Phys-Stat no vice head) -->\n            <div class=\"departments-grid\">\n                <!-- Biotechnology Department -->\n                <div class=\"dept-card\">\n                    <h3>\ud83e\uddec Biotechnology<\/h3>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/bio-head.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Zuriash Mamo Nademo<\/div>\n                            <div class=\"role-badge\">Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/bio-vice.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Gessesse Kebede Bekele<\/div>\n                            <div class=\"role-badge\">Vice Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Industrial Chemistry Department -->\n                <div class=\"dept-card\">\n                    <h3>\u2697\ufe0f Industrial Chemistry<\/h3>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/industril_head_128x128.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Tesfu Hailu Halefom<\/div>\n                            <div class=\"role-badge\">Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/indusrial-vice.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Sosina Gebremicheal Argaw<\/div>\n                            <div class=\"role-badge\">Vice Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Geology Department -->\n                <div class=\"dept-card\">\n                    <h3>\u26f0\ufe0f Geology<\/h3>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/gology-head.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Samuel Getnet Tsegaye<\/div>\n                            <div class=\"role-badge\">Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/gology-vice.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Birhanu Ermias Akalu<\/div>\n                            <div class=\"role-badge\">Vice Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Food Science and Applied Nutrition Department -->\n                <div class=\"dept-card\">\n                    <h3>\ud83c\udf4e Food Science & Applied Nutrition<\/h3>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/food-head.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Sinke Mengesha Negash<\/div>\n                            <div class=\"role-badge\">Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/food-vice.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Solomon Abebaw Tadesse<\/div>\n                            <div class=\"role-badge\">Vice Head of Department<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Mathematics-Physics-Statistics Division (No vice head) -->\n                <div class=\"dept-card\">\n                    <h3>\ud83d\udcd0 Mathematics-Physics-Statistics Division<\/h3>\n                    <div class=\"role-row\">\n                        <img decoding=\"async\" class=\"mini-photo\" src=\"https:\/\/www.aastu.edu.et\/cnas\/wp-content\/uploads\/sites\/5\/2026\/05\/mps_head_2_128x128.jpg\">\n                        <div class=\"role-info\">\n                            <div class=\"role-name\">Dr. Habtamu Tiruneh Alemu<\/div>\n                            <div class=\"role-badge\">Head of Division<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"no-vice\">\u26a0\ufe0f No Vice Head position for this division (as per structure)<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Additional note: confirming all vice heads included -->\n            <div style=\"margin-top: 1.8rem; background: #FEF9E6; border-radius: 20px; padding: 0.7rem 1rem; font-size: 0.8rem; text-align: center; color:#6b4c1a;\">\n                \u2705 Leadership structure: Dean \u2192 Vice Dean, Educational Quality Coordinator, Research & Tech Transfer Coordinator, Assistant Registrar \u2192 Academic Departments (Heads + Vice Heads) except Mathematics-Physics-Statistics Division has no vice head.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Footer stats -->\n    <div class=\"footer-stats\">\n        <div>\ud83d\udd2c <strong>CNAS<\/strong> | ABET-accredited | OBE-driven | Leadership Excellence<\/div>\n        <div class=\"stats-badge\">College of Natural and Applied Sciences \u2014 Innovation & Impact<\/div>\n    <\/div>\n<\/div>\n\n<!-- adding fallback for randomuser images if any broken -> automatically replaced via onerror, but we also force style for consistent look -->\n<script>\n    \/\/ This ensures any image loading errors default to nice initials avatar from ui-avatars\n    document.querySelectorAll('img').forEach(img => {\n        img.addEventListener('error', function() {\n            if (!this.src.includes('ui-avatars')) {\n                let name = this.alt || this.parentElement?.innerText?.split(' ')[0] || 'Leader';\n                let initials = name.split(' ').map(n=>n[0]).join('').toUpperCase() || 'CN';\n                this.src = `https:\/\/ui-avatars.com\/api\/?background=1e3a4d&color=fff&name=${initials}&size=90`;\n            }\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CNAS | Leadership Architecture &#038; Dean&#8217;s Message Dean\u2019s Message Welcome to the College of Natural and Applied Sciences (CNAS). All indicators of success in the College are steadily improving. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/pages\/7"}],"collection":[{"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":51,"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":8432,"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/pages\/7\/revisions\/8432"}],"wp:attachment":[{"href":"https:\/\/www.aastu.edu.et\/cnas\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}