{"id":209,"date":"2025-10-22T15:43:10","date_gmt":"2025-10-22T15:43:10","guid":{"rendered":"https:\/\/rsu.edu.so\/?page_id=209"},"modified":"2025-10-28T18:01:46","modified_gmt":"2025-10-28T18:01:46","slug":"faculty-of-computing-and-emerging-technologies","status":"publish","type":"page","link":"https:\/\/rsu.edu.so\/index.php\/faculty-of-computing-and-emerging-technologies\/","title":{"rendered":"Faculty of Computing and Emerging Technologies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"209\" class=\"elementor elementor-209\">\n\t\t\t\t<div class=\"elementor-element elementor-element-670b232 e-flex e-con-boxed e-con e-parent\" data-id=\"670b232\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b45037 elementor-widget elementor-widget-html\" data-id=\"2b45037\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Department of Public Health<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        :root {\r\n            --primary-blue: #409ad4;\r\n            --accent-yellow: #fbd10b;\r\n            --dark-text: #333333;\r\n            --light-gray: #f5f5f5;\r\n            --border-gray: #e0e0e0;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--dark-text);\r\n            background-color: var(--light-gray);\r\n        }\r\n\r\n        \/* Header Section *\/\r\n        .header {\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, #2d6fa3 100%);\r\n            color: var(--white);\r\n            padding: 60px 20px;\r\n            text-align: center;\r\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .header h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .header p {\r\n            font-size: 1.1rem;\r\n            text-align: justify;\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Main Container *\/\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 40px auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Tabs Section *\/\r\n        .tabs-section {\r\n            display: grid;\r\n            grid-template-columns: 250px 1fr;\r\n            gap: 30px;\r\n            margin-bottom: 60px;\r\n            background: var(--white);\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .tabs-sidebar {\r\n            background-color: var(--light-gray);\r\n            padding: 20px;\r\n            border-right: 3px solid var(--primary-blue);\r\n        }\r\n\r\n        .tab-button {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            width: 100%;\r\n            padding: 15px;\r\n            margin-bottom: 10px;\r\n            background: var(--white);\r\n            border: 2px solid var(--border-gray);\r\n            border-radius: 6px;\r\n            cursor: pointer;\r\n            font-size: 0.95rem;\r\n            font-weight: 600;\r\n            color: var(--dark-text);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .tab-button:hover {\r\n            background-color: var(--accent-yellow);\r\n            border-color: var(--accent-yellow);\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .tab-button.active {\r\n            background-color: var(--primary-blue);\r\n            color: var(--white);\r\n            border-color: var(--primary-blue);\r\n        }\r\n\r\n        .tab-icon {\r\n            font-size: 1.3rem;\r\n            color: #000;\r\n            width: 24px;\r\n            text-align: center;\r\n        }\r\n\r\n        .tab-button.active .tab-icon {\r\n            color: var(--white);\r\n        }\r\n\r\n        .tabs-content {\r\n            padding: 40px;\r\n            min-height: 400px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .tab-pane {\r\n            display: none;\r\n            width: 100%;\r\n            animation: fadeIn 0.3s ease;\r\n        }\r\n\r\n        .tab-pane.active {\r\n            display: block;\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(10px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .tab-pane h3 {\r\n            color: var(--primary-blue);\r\n            margin-bottom: 20px;\r\n            font-size: 1.8rem;\r\n        }\r\n\r\n        .tab-pane p {\r\n            text-align: justify;\r\n            margin-bottom: 15px;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .requirements-list, .structure-list, .scholarship-list {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .requirements-list li, .structure-list li, .scholarship-list li {\r\n            padding: 12px 0;\r\n            padding-left: 30px;\r\n            position: relative;\r\n            text-align: justify;\r\n            border-bottom: 1px solid var(--border-gray);\r\n        }\r\n\r\n        .requirements-list li:before, .structure-list li:before, .scholarship-list li:before {\r\n            content: \"\u25b8\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--accent-yellow);\r\n            font-size: 1.5rem;\r\n        }\r\n\r\n        \/* Table Styles *\/\r\n        .fees-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .fees-table thead {\r\n            background-color: var(--primary-blue);\r\n            color: var(--white);\r\n        }\r\n\r\n        .fees-table th {\r\n            padding: 15px;\r\n            text-align: left;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .fees-table td {\r\n            padding: 12px 15px;\r\n            border-bottom: 1px solid var(--border-gray);\r\n        }\r\n\r\n        .fees-table tbody tr:hover {\r\n            background-color: var(--light-gray);\r\n        }\r\n\r\n        .fees-table tbody tr:nth-child(even) {\r\n            background-color: #fafafa;\r\n        }\r\n\r\n        \/* Faculty Section *\/\r\n        .faculty-section {\r\n            background: var(--white);\r\n            border-radius: 8px;\r\n            padding: 40px;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .faculty-section h2 {\r\n            color: var(--primary-blue);\r\n            font-size: 2rem;\r\n            margin-bottom: 30px;\r\n            text-align: center;\r\n        }\r\n\r\n        .faculty-container {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 40px;\r\n            align-items: center;\r\n        }\r\n\r\n        .faculty-content h3 {\r\n            color: var(--primary-blue);\r\n            font-size: 1.5rem;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .faculty-content p {\r\n            text-align: justify;\r\n            line-height: 1.8;\r\n            margin-bottom: 15px;\r\n            color: var(--dark-text);\r\n        }\r\n\r\n        .dean-card {\r\n            background: linear-gradient(135deg, var(--light-gray) 0%, #f0f0f0 100%);\r\n            border-radius: 8px;\r\n            padding: 30px;\r\n            text-align: center;\r\n            border-top: 4px solid var(--accent-yellow);\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .dean-image {\r\n            width: 200px;\r\n            height: 200px;\r\n            border-radius: 50%;\r\n            margin: 0 auto 20px;\r\n            background-color: var(--primary-blue);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--white);\r\n            font-size: 3rem;\r\n            border: 4px solid var(--accent-yellow);\r\n            overflow: hidden;\r\n        }\r\n\r\n        .dean-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .dean-name {\r\n            color: var(--primary-blue);\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .dean-title {\r\n            color: var(--accent-yellow);\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .dean-description {\r\n            color: var(--dark-text);\r\n            font-size: 0.95rem;\r\n            text-align: center;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .header h1 {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .header p {\r\n                font-size: 0.95rem;\r\n            }\r\n\r\n            .tabs-section {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .tabs-sidebar {\r\n                border-right: none;\r\n                border-bottom: 3px solid var(--primary-blue);\r\n                display: flex;\r\n                gap: 10px;\r\n                overflow-x: auto;\r\n                padding: 10px;\r\n            }\r\n\r\n            .tab-button {\r\n                margin-bottom: 0;\r\n                flex-shrink: 0;\r\n                min-width: 120px;\r\n            }\r\n\r\n            .tabs-content {\r\n                padding: 20px;\r\n                min-height: 300px;\r\n            }\r\n\r\n            .faculty-container {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .faculty-section {\r\n                padding: 20px;\r\n            }\r\n\r\n            .faculty-section h2 {\r\n                font-size: 1.5rem;\r\n            }\r\n\r\n            .dean-card {\r\n                padding: 20px;\r\n            }\r\n\r\n            .dean-image {\r\n                width: 150px;\r\n                height: 150px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .header {\r\n                padding: 40px 15px;\r\n            }\r\n\r\n            .header h1 {\r\n                font-size: 1.4rem;\r\n            }\r\n\r\n            .header p {\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .container {\r\n                padding: 0 15px;\r\n            }\r\n\r\n            .tabs-content {\r\n                padding: 15px;\r\n            }\r\n\r\n            .tab-button {\r\n                padding: 12px;\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .tab-icon {\r\n                font-size: 1.1rem;\r\n            }\r\n\r\n            .faculty-section h2 {\r\n                font-size: 1.3rem;\r\n            }\r\n\r\n            .faculty-content h3 {\r\n                font-size: 1.2rem;\r\n            }\r\n\r\n            .dean-name {\r\n                font-size: 1.1rem;\r\n            }\r\n\r\n            .fees-table {\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .fees-table th, .fees-table td {\r\n                padding: 8px;\r\n            }\r\n        }\r\n\r\n        \/* Accessibility *\/\r\n        .tab-button:focus {\r\n            outline: 2px solid var(--primary-blue);\r\n            outline-offset: 2px;\r\n        }\r\n\r\n        .sr-only {\r\n            position: absolute;\r\n            width: 1px;\r\n            height: 1px;\r\n            padding: 0;\r\n            margin: -1px;\r\n            overflow: hidden;\r\n            clip: rect(0, 0, 0, 0);\r\n            white-space: nowrap;\r\n            border-width: 0;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n  \r\n\r\n    <!-- Main Container -->\r\n    <div class=\"container\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Faculty Section -->\r\n        <section class=\"faculty-section\">\r\n            <h2>Faculty of Computing and Emerging Technologies\r\n<\/h2>\r\n            <div class=\"faculty-container\">\r\n                <!-- Faculty Content -->\r\n                <div class=\"faculty-content\">\r\n                    <h3>Overview<\/h3>\r\n                    <p>The Faculty of Computer Science & Information Technology at Red Sea University was established with the vision of preparing a new generation of technology leaders capable of solving real-world problems through innovation, digital transformation, and ethical practice.<\/br> The faculty is committed to delivering quality education that bridges theoretical foundations with practical skills essential for the 21st-century digital economy.<\/br>\r\n\r\nIt aims to contribute to the technological and economic development of Somalia by training professionals who are proficient in computing, programming, systems design, and emerging technologies. The faculty operates through two departments: Computer Science and Information Technology.<\/br>\r\n\r\nWe welcome you to explore our website to learn more about our expert faculty, industry-aligned curriculum, student activities, and the diverse academic programs we offer that shape the future of technology in Somalia.<\/br>\r\n<\/p>\r\n                <\/div>\r\n\r\n                \r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Tab functionality\r\n        const tabButtons = document.querySelectorAll('.tab-button');\r\n        const tabPanes = document.querySelectorAll('.tab-pane');\r\n\r\n        tabButtons.forEach(button => {\r\n            button.addEventListener('click', () => {\r\n                const tabName = button.getAttribute('data-tab');\r\n\r\n                \/\/ Remove active class from all buttons and panes\r\n                tabButtons.forEach(btn => btn.classList.remove('active'));\r\n                tabPanes.forEach(pane => pane.classList.remove('active'));\r\n\r\n                \/\/ Add active class to clicked button and corresponding pane\r\n                button.classList.add('active');\r\n                document.getElementById(tabName).classList.add('active');\r\n            });\r\n\r\n            \/\/ Keyboard navigation\r\n            button.addEventListener('keydown', (e) => {\r\n                if (e.key === 'ArrowRight' || e.key === 'ArrowDown') {\r\n                    const nextButton = button.nextElementSibling;\r\n                    if (nextButton && nextButton.classList.contains('tab-button')) {\r\n                        nextButton.click();\r\n                        nextButton.focus();\r\n                    }\r\n                } else if (e.key === 'ArrowLeft' || e.key === 'ArrowUp') {\r\n                    const prevButton = button.previousElementSibling;\r\n                    if (prevButton && prevButton.classList.contains('tab-button')) {\r\n                        prevButton.click();\r\n                        prevButton.focus();\r\n                    }\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec1729a e-flex e-con-boxed e-con e-parent\" data-id=\"ec1729a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bc5bf0 elementor-widget elementor-widget-html\" data-id=\"8bc5bf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Computing and Technology - RSU<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background-color: #f8f9fa;\r\n        }\r\n\r\n        .programs-section {\r\n            max-width: 1400px;\r\n            margin: 60px auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .section-header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 2.5rem;\r\n            color: #2596be;\r\n            margin-bottom: 15px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: #666;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .faculty-header {\r\n            padding: 25px;\r\n            background: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            margin-bottom: 30px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n            border-top: 4px solid #2596be;\r\n        }\r\n\r\n        .faculty-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: linear-gradient(135deg, #2596be 0%, #1a7a9e 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 1.2rem;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .faculty-name {\r\n            font-size: 1.8rem;\r\n            color: #2596be;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .departments-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\r\n            gap: 25px;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .department-card {\r\n            background: #f8f9fa;\r\n            border-radius: 10px;\r\n            padding: 25px;\r\n            transition: all 0.3s;\r\n            border-left: 4px solid #fbd10b;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .department-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            right: 0;\r\n            width: 80px;\r\n            height: 80px;\r\n            background: rgba(37, 150, 190, 0.05);\r\n            border-radius: 50%;\r\n            transform: translate(30px, -30px);\r\n        }\r\n\r\n        .department-card:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 20px rgba(37, 150, 190, 0.1);\r\n            border-left-color: #2596be;\r\n        }\r\n\r\n        .department-name {\r\n            font-size: 1.3rem;\r\n            color: #2596be;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .department-name::before {\r\n            content: '\ud83d\udcda';\r\n            margin-right: 10px;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .department-description {\r\n            font-size: 0.95rem;\r\n            color: #666;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .department-features {\r\n            margin-bottom: 20px;\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 8px;\r\n        }\r\n\r\n        .feature-tag {\r\n            background: rgba(37, 150, 190, 0.1);\r\n            color: #2596be;\r\n            padding: 5px 12px;\r\n            border-radius: 20px;\r\n            font-size: 0.8rem;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .read-more-btn {\r\n            background: linear-gradient(135deg, #2596be 0%, #1a7a9e 100%);\r\n            color: white;\r\n            border: none;\r\n            padding: 10px 20px;\r\n            border-radius: 6px;\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n\r\n        .read-more-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px rgba(37, 150, 190, 0.3);\r\n        }\r\n\r\n        .stats-container {\r\n            display: flex;\r\n            justify-content: space-around;\r\n            margin-top: 50px;\r\n            flex-wrap: wrap;\r\n            gap: 20px;\r\n        }\r\n\r\n        .stat-item {\r\n            text-align: center;\r\n            padding: 25px;\r\n            background: white;\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n            flex: 1;\r\n            min-width: 200px;\r\n            transition: transform 0.3s;\r\n        }\r\n\r\n        .stat-item:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 2.5rem;\r\n            color: #2596be;\r\n            font-weight: 700;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 1rem;\r\n            color: #666;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .section-title {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .section-subtitle {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .departments-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .stats-container {\r\n                flex-direction: column;\r\n            }\r\n\r\n            .faculty-header {\r\n                flex-direction: column;\r\n                text-align: center;\r\n                gap: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .section-title {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .programs-section {\r\n                margin: 40px auto;\r\n            }\r\n\r\n            .department-card {\r\n                padding: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"programs-section\">\r\n    \r\n\r\n        <!-- Faculty Header -->\r\n        <div class=\"faculty-header\">\r\n           \r\n            <h2 class=\"faculty-name\">Departments<\/h2>\r\n        <\/div>\r\n\r\n        <!-- Departments Grid -->\r\n        <div class=\"departments-grid\">\r\n            <!-- Computer Science -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Computer Science<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Algorithm Design<\/span>\r\n                    <span class=\"feature-tag\">Software Development<\/span>\r\n                    <span class=\"feature-tag\">Data Structures<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Fundamentals of computing, algorithm design, data structures, and software development. Build strong programming and problem-solving skills.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/computer-science\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Information Technology -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Information Technology<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Systems Management<\/span>\r\n                    <span class=\"feature-tag\">IT Infrastructure<\/span>\r\n                    <span class=\"feature-tag\">Enterprise Solutions<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">IT infrastructure management, systems administration, and enterprise technology solutions. Learn to manage complex IT systems.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/information-technology\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Software Engineering -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Software Engineering<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Development Lifecycle<\/span>\r\n                    <span class=\"feature-tag\">Engineering Principles<\/span>\r\n                    <span class=\"feature-tag\">Project Management<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Software development methodologies, engineering principles, and project management. Focus on building reliable and scalable software.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/software-engineering\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Network Engineering -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Network Engineering<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Infrastructure Design<\/span>\r\n                    <span class=\"feature-tag\">Network Security<\/span>\r\n                    <span class=\"feature-tag\">Telecommunications<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Network architecture, implementation, security, and telecommunications systems. Design and manage network infrastructures.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/network-engineering\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Cybersecurity -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Cybersecurity<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Digital Protection<\/span>\r\n                    <span class=\"feature-tag\">Ethical Hacking<\/span>\r\n                    <span class=\"feature-tag\">Digital Forensics<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Information security, ethical hacking, digital forensics, and cyber threat management. Protect digital assets and information systems.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/cybersecurity\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Artificial Intelligence & Machine Learning -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Artificial Intelligence & Machine Learning<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Intelligent Systems<\/span>\r\n                    <span class=\"feature-tag\">Machine Learning<\/span>\r\n                    <span class=\"feature-tag\">Neural Networks<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">AI algorithms, neural networks, machine learning models, and intelligent system design. Explore cutting-edge AI technologies.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/artificial-intelligence-machine-learning\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n       \r\n           \r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\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>Department of Public Health Faculty of Computing and Emerging Technologies Overview The Faculty of Computer Science &#038; Information Technology at Red Sea University was established with the vision of preparing a new generation of technology leaders capable of solving real-world problems through innovation, digital transformation, and ethical practice. The faculty is committed to delivering quality [&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-209","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/comments?post=209"}],"version-history":[{"count":19,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/209\/revisions"}],"predecessor-version":[{"id":493,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/209\/revisions\/493"}],"wp:attachment":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/media?parent=209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}