{"id":6221,"date":"2024-12-14T17:52:24","date_gmt":"2024-12-14T17:52:24","guid":{"rendered":"http:\/\/localhost\/iot\/?page_id=6221"},"modified":"2026-08-19T07:31:46","modified_gmt":"2026-08-19T07:31:46","slug":"future-plan","status":"publish","type":"page","link":"https:\/\/iot.wldu.edu.et\/index.php\/future-plan\/","title":{"rendered":"Future Plan"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Sidebar Dashboard Layout CSS *\/\n.iot-dashboard-wrapper {\n    font-family: 'Inter', sans-serif;\n    background: #f1f5f9;\n    padding: 2rem;\n    border-radius: 1rem;\n    color: #1e293b;\n    box-sizing: border-box;\n}\n\n.iot-dashboard-wrapper * {\n    box-sizing: border-box;\n}\n\n.iot-dash-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #ffffff;\n    padding: 1.5rem 2rem;\n    border-radius: 0.75rem;\n    margin-bottom: 1.5rem;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    flex-wrap: wrap;\n    gap: 1rem;\n}\n\n.iot-dash-title {\n    font-size: 1.75rem;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0;\n}\n\n.iot-dash-subtitle {\n    font-size: 0.95rem;\n    color: #64748b;\n    margin: 0;\n}\n\n.iot-dash-search {\n    position: relative;\n    width: 300px;\n}\n\n.iot-dash-search input {\n    width: 100%;\n    padding: 0.6rem 0.8rem 0.6rem 2.2rem;\n    border: 1px solid #cbd5e1;\n    border-radius: 0.5rem;\n    outline: none;\n    font-size: 0.9rem;\n    background: #f8fafc;\n}\n\n.iot-dash-search input:focus {\n    border-color: #2563eb;\n    background: #fff;\n}\n\n.iot-dash-search i {\n    position: absolute;\n    left: 0.75rem;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #94a3b8;\n}\n\n.iot-dash-container {\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    gap: 1.5rem;\n}\n\n@media (max-width: 900px) {\n    .iot-dash-container {\n        grid-template-columns: 1fr;\n    }\n}\n\n.iot-dash-sidebar {\n    background: #ffffff;\n    padding: 1.25rem;\n    border-radius: 0.75rem;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    height: fit-content;\n}\n\n.iot-filter-group {\n    margin-bottom: 1.5rem;\n}\n\n.iot-filter-group h3 {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #334155;\n    margin-bottom: 0.75rem;\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n.iot-filter-group select {\n    width: 100%;\n    padding: 0.6rem;\n    border: 1px solid #cbd5e1;\n    border-radius: 0.5rem;\n    background: #f8fafc;\n    font-size: 0.9rem;\n    outline: none;\n}\n\n.iot-dash-alpha-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 4px;\n}\n\n.iot-dash-alpha-link {\n    width: 28px;\n    height: 28px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #f1f5f9;\n    color: #475569;\n    border-radius: 4px;\n    font-size: 0.8rem;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.2s;\n}\n\n.iot-dash-alpha-link:hover, .iot-dash-alpha-link.active {\n    background: #2563eb;\n    color: #fff;\n}\n\n.iot-dash-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 1rem;\n}\n\n.iot-dash-card {\n    background: #ffffff;\n    border-radius: 0.75rem;\n    padding: 1.25rem;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    transition: transform 0.2s;\n}\n\n.iot-dash-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);\n}\n\n.iot-dash-card-header {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n    margin-bottom: 0.75rem;\n}\n\n.iot-dash-avatar {\n    width: 40px;\n    height: 40px;\n    background: #2563eb;\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    font-size: 0.9rem;\n    flex-shrink: 0;\n}\n\n.iot-dash-name {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0;\n}\n\n.iot-dash-pos {\n    font-size: 0.8rem;\n    color: #64748b;\n    margin: 0;\n}\n\n.iot-dash-dept {\n    display: inline-block;\n    background: #eff6ff;\n    color: #1d4ed8;\n    padding: 0.15rem 0.5rem;\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-weight: 500;\n    margin-bottom: 0.75rem;\n}\n\n.iot-dash-contacts {\n    font-size: 0.85rem;\n    color: #475569;\n    display: grid;\n    gap: 0.3rem;\n    margin-bottom: 1rem;\n}\n\n.iot-dash-contacts i {\n    width: 16px;\n    color: #94a3b8;\n}\n\n.iot-dash-contacts a {\n    color: inherit;\n    text-decoration: none;\n}\n\n.iot-dash-contacts a:hover {\n    color: #2563eb;\n}\n\n.iot-dash-btn {\n    width: 100%;\n    padding: 0.5rem;\n    background: #f8fafc;\n    border: 1px solid #cbd5e1;\n    color: #334155;\n    border-radius: 0.35rem;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    transition: background 0.2s;\n}\n\n.iot-dash-btn:hover {\n    background: #2563eb;\n    color: #fff;\n    border-color: #2563eb;\n}\n\n.iot-dash-modal-overlay {\n    position: fixed;\n    inset: 0;\n    background: rgba(0,0,0,0.5);\n    display: none;\n    align-items: center;\n    justify-content: center;\n    z-index: 99999;\n    padding: 1rem;\n}\n\n.iot-dash-modal-box {\n    background: #fff;\n    border-radius: 0.75rem;\n    max-width: 500px;\n    width: 100%;\n    padding: 1.5rem;\n    position: relative;\n}\n\n.iot-dash-modal-close {\n    position: absolute;\n    top: 1rem;\n    right: 1rem;\n    background: none;\n    border: none;\n    font-size: 1.2rem;\n    cursor: pointer;\n    color: #64748b;\n}\n\n.iot-dash-no-results {\n    text-align: center;\n    padding: 3rem;\n    background: #ffffff;\n    border-radius: 0.75rem;\n    color: #64748b;\n}\n\n.iot-dash-no-results i {\n    font-size: 2rem;\n    margin-bottom: 0.5rem;\n}\n\n.hidden {\n    display: none !important;\n}\n<\/style>\n\n<div class=\"iot-dashboard-wrapper\">\n    <!-- Top Header Bar -->\n    <div class=\"iot-dash-header\">\n        <div>\n            <h1 class=\"iot-dash-title\">Institute of Technology<\/h1>\n            <p class=\"iot-dash-subtitle\">Staff Directory Portal<\/p>\n        <\/div>\n        <div class=\"iot-dash-search\">\n            <i class=\"fas fa-search\"><\/i>\n            <input type=\"text\" id=\"iot-dash-search-input\" placeholder=\"Search staff by name or position...\">\n        <\/div>\n    <\/div>\n\n    <!-- Main Content Layout (Sidebar + Grid) -->\n    <div class=\"iot-dash-container\">\n        <!-- Sidebar Filters -->\n        <aside class=\"iot-dash-sidebar\">\n            <div class=\"iot-filter-group\">\n                <h3><i class=\"fas fa-building\"><\/i> Department<\/h3>\n                <select id=\"iot-dash-dept-select\">\n                    <option value=\"all\">All Departments<\/option>\n                    <option value=\"Architecture\">Architecture<\/option>\n                    <option value=\"Computer Science\">Computer Science<\/option>\n                    <option value=\"Civil Engineering\">Civil Engineering<\/option>\n                    <option value=\"Construction Management Technology\">Construction Management Technology<\/option>\n                    <option value=\"Chemical Engineering\">Chemical Engineering<\/option>\n                    <option value=\"Electrical and Computer Engineering\">Electrical and Computer Engineering<\/option>\n                    <option value=\"Information Technology\">Information Technology<\/option>\n                    <option value=\"Mechanical Engineering\">Mechanical Engineering<\/option>\n                    <option value=\"Software Engineering\">Software Engineering<\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"iot-filter-group\">\n                <h3><i class=\"fas fa-font\"><\/i> Alphabetical Filter<\/h3>\n                <div class=\"iot-dash-alpha-list\">\n                    <a href=\"#\" class=\"iot-dash-alpha-link active\" data-letter=\"all\">All<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"A\">A<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"B\">B<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"C\">C<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"D\">D<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"E\">E<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"F\">F<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"G\">G<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"H\">H<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"I\">I<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"J\">J<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"K\">K<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"L\">L<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"M\">M<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"N\">N<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"O\">O<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"P\">P<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"Q\">Q<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"R\">R<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"S\">S<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"T\">T<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"U\">U<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"V\">V<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"W\">W<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"X\">X<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"Y\">Y<\/a>\n                    <a href=\"#\" class=\"iot-dash-alpha-link\" data-letter=\"Z\">Z<\/a>\n                <\/div>\n            <\/div>\n        <\/aside>\n\n        <!-- Staff Cards Display Area -->\n        <main class=\"iot-dash-main\">\n            <div id=\"iot-dash-grid\" class=\"iot-dash-grid\"><\/div>\n            <div id=\"iot-dash-no-results\" class=\"iot-dash-no-results hidden\">\n                <i class=\"fas fa-search\"><\/i>\n                <h3>No Matching Staff Found<\/h3>\n                <p>Try resetting your filters or search keywords.<\/p>\n            <\/div>\n        <\/main>\n    <\/div>\n\n    <!-- Profile Modal -->\n    <div id=\"iot-dash-modal\" class=\"iot-dash-modal-overlay\">\n        <div class=\"iot-dash-modal-box\">\n            <button id=\"iot-dash-close-modal\" class=\"iot-dash-modal-close\"><i class=\"fas fa-times\"><\/i><\/button>\n            <div id=\"iot-dash-modal-content\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Dependencies -->\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<script>\n    const staffData = [\n        {\n            name: \"Getachew Worku\",\n            position: \"ICT Executive\",\n            department: \"Computer Science\",\n            email: \"getch2u@gmail.com\",\n            phone: \"+251-929-875131\",\n            address: \"ICT Building, G+1, Room-6\",\n            faculty: \"School of Computing\",\n            specialization: \"Network Security, Cloud Computing\",\n            research: \"Cybersecurity in IoT, Blockchain Applications\"\n        },\n        {\n            name: \"Getachew Fentaw\",\n            position: \"Dean, Institute of Technology\",\n            department: \"Mechanical Engineering\",\n            email: \"iot@wldu.edu.et\",\n            phone: \"+251-929-856242\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Mechanical and Chemical Engineering\",\n            specialization: \"Thermodynamics, Fluid Mechanics\",\n            research: \"Renewable Energy Systems, Heat Transfer\"\n        },\n        {\n            name: \"Milashu Sisay\",\n            position: \"Dean, School of Civil and Water Resource Engineering\",\n            department: \"Civil Engineering\",\n            email: \"milashu21@wldu.edu.et\",\n            phone: \"+251-921-523223\",\n            address: \"Green Building 2, G+3\",\n            faculty: \"School of Civil and Water Resource Engineering\",\n            specialization: \"Structural Engineering, Water Resources\",\n            research: \"Sustainable Infrastructure, Flood Management\"\n        },\n        {\n            name: \"Andebet Dessiewu\",\n            position: \"Dean, School of Computing\",\n            department: \"Information Technology\",\n            email: \"andebetd@wldu.edu.et\",\n            phone: \"+251-920-602130\",\n            address: \"Green building-1, G+4\",\n            faculty: \"School of Computing\",\n            specialization: \"Artificial Intelligence, Data Science\",\n            research: \"Machine Learning Applications, Big Data Analytics\"\n        },\n        {\n            name: \"Dawit Akloye\",\n            position: \"Lecturer\",\n            department: \"Information Technology\",\n            email: \"dawitakloye@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Software Engineering, Web Development\",\n            research: \"Agile Methodologies, UX\/UI Design\"\n        },\n        {\n            name: \"Kenaw Ambachew\",\n            position: \"Lecturer\",\n            department: \"Information Technology\",\n            email: \"ambachewkenaw@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Database Systems, Information Security\",\n            research: \"Data Privacy, NoSQL Databases\"\n        },\n        {\n            name: \"Chilotie Desalew\",\n            position: \"Department Head\",\n            department: \"Information Technology\",\n            email: \"chill.dessalew11@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Computer Networks, Distributed Systems\",\n            research: \"5G Networks, Edge Computing\"\n        },\n        {\n            name: \"Walelign Yirdaw\",\n            position: \"Lecturer\",\n            department: \"Information Technology\",\n            email: \"walelegne.y@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Mobile Application Development, Cloud Computing\",\n            research: \"Cross-platform Development, Serverless Architecture\"\n        },\n        {\n            name: \"Solomon Alebachew\",\n            position: \"Lecturer\",\n            department: \"Information Technology\",\n            email: \"solomonalebachew12@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Cybersecurity, Ethical Hacking\",\n            research: \"Penetration Testing, Digital Forensics\"\n        },\n        {\n            name: \"Dessalegn Belay\",\n            position: \"Lecturer\",\n            department: \"Information Technology\",\n            email: \"desbelcomp2002@gmail.com\",\n            phone: \"+251-9\",\n            address: \"Green Building-1, G+3\",\n            faculty: \"School of Computing\",\n            specialization: \"Artificial Intelligence, Natural Language Processing\",\n            research: \"Chatbots, Sentiment Analysis\"\n        }\n    ];\n\n    function getInitials(fullName) {\n        const cleanName = fullName.replace(\/^(Dr\\.|Prof\\.|Mr\\.|Ms\\.|Mrs\\.)\\s+\/i, '');\n        const names = cleanName.split(' ');\n        if (names.length >= 2) return names[0][0] + names[names.length - 1][0];\n        return names[0][0];\n    }\n\n    function createStaffCard(staff) {\n        return `\n            <div class=\"iot-dash-card\">\n                <div class=\"iot-dash-card-header\">\n                    <div class=\"iot-dash-avatar\">${getInitials(staff.name)}<\/div>\n                    <div>\n                        <h4 class=\"iot-dash-name\">${staff.name}<\/h4>\n                        <p class=\"iot-dash-pos\">${staff.position}<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"iot-dash-dept\">${staff.department}<\/div>\n                <div class=\"iot-dash-contacts\">\n                    <div><i class=\"fas fa-envelope\"><\/i> <a href=\"mailto:${staff.email}\">${staff.email}<\/a><\/div>\n                    <div><i class=\"fas fa-phone\"><\/i> <a href=\"tel:${staff.phone}\">${staff.phone}<\/a><\/div>\n                    <div><i class=\"fas fa-location-dot\"><\/i> <span>${staff.address}<\/span><\/div>\n                <\/div>\n                <button class=\"iot-dash-btn\" data-staff='${JSON.stringify(staff)}'><i class=\"fas fa-id-card\"><\/i> View Profile<\/button>\n            <\/div>\n        `;\n    }\n\n    let filters = { letter: 'all', department: 'all', search: '' };\n\n    function renderStaff(list) {\n        const grid = document.getElementById('iot-dash-grid');\n        const noRes = document.getElementById('iot-dash-no-results');\n        if (list.length === 0) {\n            grid.innerHTML = '';\n            noRes.classList.remove('hidden');\n        } else {\n            grid.innerHTML = list.map(createStaffCard).join('');\n            noRes.classList.add('hidden');\n            document.querySelectorAll('.iot-dash-btn').forEach(btn => {\n                btn.addEventListener('click', function() {\n                    openModal(JSON.parse(this.getAttribute('data-staff')));\n                });\n            });\n        }\n    }\n\n    function filterData() {\n        let res = staffData;\n        if (filters.search) {\n            res = res.filter(s => s.name.toLowerCase().includes(filters.search.toLowerCase()) || s.position.toLowerCase().includes(filters.search.toLowerCase()));\n        }\n        if (filters.letter !== 'all') {\n            res = res.filter(s => s.name.toLowerCase().startsWith(filters.letter.toLowerCase()));\n        }\n        if (filters.department !== 'all') {\n            res = res.filter(s => s.department === filters.department);\n        }\n        renderStaff(res);\n    }\n\n    function openModal(staff) {\n        const modal = document.getElementById('iot-dash-modal');\n        document.getElementById('iot-dash-modal-content').innerHTML = `\n            <div style=\"text-align: center; margin-bottom: 1.5rem;\">\n                <div style=\"width: 70px; height: 70px; background: #2563eb; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: bold; margin: 0 auto 0.75rem auto;\">${getInitials(staff.name)}<\/div>\n                <h2 style=\"font-size: 1.5rem; font-weight: bold; color: #111; margin: 0;\">${staff.name}<\/h2>\n                <p style=\"color: #666; margin: 0.25rem 0;\">${staff.position}<\/p>\n                <span style=\"background: #e0e7ff; color: #3730a3; padding: 0.2rem 0.75rem; border-radius: 12px; font-size: 0.8rem; font-weight: 500;\">${staff.department}<\/span>\n            <\/div>\n            <div style=\"background: #f8fafc; padding: 1rem; border-radius: 0.5rem; font-size: 0.9rem; color: #334155; display: grid; gap: 0.5rem;\">\n                <div><strong>Email:<\/strong> <a href=\"mailto:${staff.email}\" style=\"color: #2563eb;\">${staff.email}<\/a><\/div>\n                <div><strong>Phone:<\/strong> <a href=\"tel:${staff.phone}\" style=\"color: #16a34a;\">${staff.phone}<\/a><\/div>\n                <div><strong>Office:<\/strong> ${staff.address}<\/div>\n                <div><strong>Faculty:<\/strong> ${staff.faculty || 'Institute of Technology'}<\/div>\n                <div><strong>Specialization:<\/strong> ${staff.specialization || 'N\/A'}<\/div>\n                <div><strong>Research:<\/strong> ${staff.research || 'N\/A'}<\/div>\n            <\/div>\n        `;\n        modal.style.display = 'flex';\n    }\n\n    document.addEventListener('DOMContentLoaded', () => {\n        renderStaff(staffData);\n\n        document.querySelectorAll('.iot-dash-alpha-link').forEach(link => {\n            link.addEventListener('click', e => {\n                e.preventDefault();\n                document.querySelectorAll('.iot-dash-alpha-link').forEach(l => l.classList.remove('active'));\n                link.classList.add('active');\n                filters.letter = link.getAttribute('data-letter');\n                filterData();\n            });\n        });\n\n        document.getElementById('iot-dash-dept-select').addEventListener('change', function() {\n            filters.department = this.value;\n            filterData();\n        });\n\n        document.getElementById('iot-dash-search-input').addEventListener('input', function() {\n            filters.search = this.value.trim();\n            filterData();\n        });\n\n        document.getElementById('iot-dash-close-modal').addEventListener('click', () => {\n            document.getElementById('iot-dash-modal').style.display = 'none';\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Institute of Technology Staff Directory Portal Department All DepartmentsArchitectureComputer ScienceCivil EngineeringConstruction Management TechnologyChemical EngineeringElectrical and Computer EngineeringInformation TechnologyMechanical EngineeringSoftware Engineering [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6221","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/pages\/6221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/comments?post=6221"}],"version-history":[{"count":5,"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/pages\/6221\/revisions"}],"predecessor-version":[{"id":7365,"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/pages\/6221\/revisions\/7365"}],"wp:attachment":[{"href":"https:\/\/iot.wldu.edu.et\/index.php\/wp-json\/wp\/v2\/media?parent=6221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}