{"id":27053,"date":"2026-08-19T07:24:54","date_gmt":"2026-08-19T07:24:54","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/library\/?page_id=27053"},"modified":"2026-08-20T07:41:59","modified_gmt":"2026-08-20T07:41:59","slug":"haramaya-university-e-access-infrastructure","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/library\/university-libraries-capacity-info\/haramaya-university-e-access-infrastructure\/","title":{"rendered":"HARAMAYA UNIVERSITY E-ACCESS INFRASTRUCTURE"},"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>E-Access Infrastructure | Haramaya University Library<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-blue: #2e7d32;\n            --primary-hover: #ff9900;\n            --bg-light: #f8fafc;\n            --card-bg: #ffffff;\n            --text-dark: #0f172a;\n            --text-muted: #475569;\n            --border-color: #e2e8f0;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n            --shadow-md: 0 4px 14px rgba(2, 132, 199, 0.12);\n            --shadow-pop: 0 10px 25px -5px rgba(2, 132, 199, 0.25);\n            --radius: 12px;\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--bg-light);\n            color: var(--text-dark);\n            line-height: 1.6;\n            padding: 40px 20px;\n        }\n        .container {\n            max-width: 1250px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n        \/* Hero Banner *\/\n        .hero-banner {\n            background: linear-gradient(147deg, #2e7d32 0%, #ff9900 100%);\n            border-radius: var(--radius);\n            padding: 40px 30px;\n            color: #ffffff;\n            box-shadow: var(--shadow-md);\n            text-align: center;\n        }\n        .hero-banner h1 {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 24px;\n            letter-spacing: -0.5px;\n            text-transform: uppercase;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 24px;\n            margin-top: 20px;\n        }\n        .hero-card {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(8px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            border-radius: var(--radius);\n            padding: 24px;\n            text-align: left;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .hero-card:hover {\n            transform: translateY(-5px);\n            background: rgba(255, 255, 255, 0.15);\n        }\n        .hero-icon {\n            font-size: 2rem;\n            margin-bottom: 12px;\n            color: #38bdf8;\n        }\n        .hero-card p {\n            font-size: 0.95rem;\n            color: #f0f9ff;\n            line-height: 1.6;\n        }\n        \/* Counter Overview Stats *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n        .stat-card {\n            background: var(--card-bg);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius);\n            padding: 20px;\n            text-align: center;\n            box-shadow: var(--shadow-sm);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .stat-card:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-pop);\n            border-color: var(--primary-blue);\n        }\n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--primary-blue);\n            display: block;\n        }\n        .stat-label {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n            font-weight: 500;\n            margin-top: 4px;\n        }\n        \/* Table Card Layout *\/\n        .data-section {\n            background: var(--card-bg);\n            border-radius: var(--radius);\n            border: 1px solid var(--border-color);\n            box-shadow: var(--shadow-sm);\n            overflow: hidden;\n        }\n        .section-header {\n            background-color: var(--primary-blue);\n            color: #ffffff;\n            padding: 18px 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .section-header h2 {\n            font-size: 1.25rem;\n            font-weight: 600;\n        }\n        .table-wrapper {\n            overflow-x: auto;\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n        th {\n            background-color: #f1f5f9;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            padding: 14px 24px;\n            font-weight: 600;\n            border-bottom: 1px solid var(--border-color);\n        }\n        td {\n            padding: 14px 24px;\n            border-bottom: 1px solid var(--border-color);\n            color: var(--text-dark);\n            font-size: 0.95rem;\n        }\n        tr:last-child td {\n            border-bottom: none;\n        }\n        tbody tr {\n            transition: background-color 0.2s ease, transform 0.15s ease;\n        }\n        tbody tr:hover {\n            background-color: #f0f9ff;\n        }\n        \/* Number Pop Badges *\/\n        .pop-badge {\n            display: inline-block;\n            background-color: #e0f2fe;\n            color: var(--primary-blue);\n            font-weight: 700;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            transition: all 0.2s ease;\n        }\n        tbody tr:hover .pop-badge {\n            background-color: var(--primary-blue);\n            color: #ffffff;\n            transform: scale(1.1);\n            box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);\n        }\n        \/* Responsive Mobile Layout *\/\n        @media (max-width: 768px) {\n            body { padding: 16px 10px; }\n            .hero-banner { padding: 24px 16px; }\n            .hero-banner h1 { font-size: 1.6rem; }\n            th, td { padding: 12px 16px; }\n        }\n    <\/style>\n<\/head>\n<body>\n        <!-- Hero Banner Header -->\n        <header>\n            <h1>E-Access Infrastructure<\/h1>\n                    <p>The library of Haramaya University acquires books, journals, magazines, electronic materials, and other documents required for teaching and research through procurement, open access, and donations. The library also provides internet services for both graduate and undergraduate students. The below figure is our digital library access laboratory which mainly established for undergraduate students.<\/p>\n                    <p>We have our own servers for managing our electronic services. In order to make accessible our resources, all our library branches are fully connected with broadband and wireless internet. Our students can get access to our digital collections from any of the libraries.<\/p>\n        <\/header>\n        <!-- Count Pop Overview Section -->\n                0\n                Computer Laboratories\n                0\n                Total Computers Available\n                0\n                Library Branches\n                0\n                Total Seating Capacity\n        <!-- Computer Laboratories Table -->\n        <section>\n                <h2>Available Computer Laboratories<\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Name of Computer Laboratory<\/th>\n                            <th>Computers Available<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Main Library Female Student Computer Lab with broadband connection<\/td>\n                            <td>43<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Main Library Basement with Virtual Digital Infrastructure (VDI)<\/td>\n                            <td>205<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>SGS Library Computer Lab with broadband connection<\/td>\n                            <td>80<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Law and Social Sciences computer laboratory<\/td>\n                            <td>30<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Female Students Library Computer Lab with broadband connection<\/td>\n                            <td>25<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Technology Library with Virtual Digital Infrastructure (VDI) Lab 1<\/td>\n                            <td>150<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Technology Library Computer Lab 2 with broadband connection<\/td>\n                            <td>20<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Harar Campus SGS Library Computer Lab with broadband connection<\/td>\n                            <td>35<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n        <\/section>\n        <!-- Library Branches & Seating Capacity Table -->\n        <section>\n                <h2>Library Branches &#038; Hosting Capacity<\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Name of the Library Branch<\/th>\n                            <th>Number of Seats<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Main Library<\/td>\n                            <td>2759<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>School of Graduate Students Library<\/td>\n                            <td>514<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Female Students Library<\/td>\n                            <td>916<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>College of Law and Social Sciences Library<\/td>\n                            <td>916<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Haramaya Institute of Technology Library<\/td>\n                            <td>714<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Haramaya Institute of Technology Library (New)<\/td>\n                            <td>325<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Veterinary Medicine Library<\/td>\n                            <td>714<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Veterinary Medicine Library (New)<\/td>\n                            <td>250<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Sport Science Academy (New)<\/td>\n                            <td>250<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Harar Campus Library<\/td>\n                            <td>1014<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Harar Campus SGS Library<\/td>\n                            <td>702<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n        <\/section>\n    <!-- Number Counter Animation Script -->\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>E-Access Infrastructure | Haramaya University Library E-Access Infrastructure The library of Haramaya University acquires books, journals, magazines, electronic materials, and other documents required for teaching and research through procurement, open access, and donations. The library also provides internet services for both graduate and undergraduate students. The below figure is our [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":27046,"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-27053","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/pages\/27053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/comments?post=27053"}],"version-history":[{"count":5,"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/pages\/27053\/revisions"}],"predecessor-version":[{"id":27074,"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/pages\/27053\/revisions\/27074"}],"up":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/pages\/27046"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/library\/wp-json\/wp\/v2\/media?parent=27053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}