{"id":21837,"date":"2026-04-22T11:03:14","date_gmt":"2026-04-22T08:03:14","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21837"},"modified":"2026-04-22T11:03:21","modified_gmt":"2026-04-22T08:03:21","slug":"cybersecurity-department","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21837&lang=en","title":{"rendered":"Cybersecurity Department"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n    <title>Cybersecurity Department &#8211; Al-Samawa Technical Institute<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700&display=swap');\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            background-color: #f4f7fc;\n        }\n        .oil-wp {\n            direction: ltr;\n            text-align: left;\n            max-width: 100%;\n            overflow-x: hidden;\n        }\n        .oil-wp * {\n            font-family: \"Cairo\", sans-serif;\n        }\n        \/* ===== CONTAINER STYLES ===== *\/\n        .oil-container {\n            max-width: 1300px;\n            margin: auto;\n            display: grid;\n            grid-template-columns: 3fr 1fr;\n            gap: 28px;\n            padding: 30px 20px;\n        }\n        @media(max-width: 900px){\n            .oil-container {\n                grid-template-columns: 1fr;\n                gap: 20px;\n                padding: 20px 15px;\n            }\n        }\n        \/* Card Styles *\/\n        .oil-card {\n            background: #fff;\n            border-radius: 16px;\n            padding: 24px;\n            box-shadow: 0 10px 25px rgba(0,0,0,.08);\n            margin-bottom: 24px;\n            transition: all 0.3s ease;\n        }\n        .oil-card:hover {\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n        .oil-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-left: 5px solid #2a7f6e;\n            padding-left: 15px;\n            color: #1a2a3a;\n        }\n        \/* Image Gallery *\/\n        .oil-images {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        .oil-image-box {\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        .oil-image-box img {\n            width: 100%;\n            height: 180px;\n            object-fit: cover;\n            transition: .4s;\n            display: block;\n        }\n        .oil-image-box img:hover {\n            transform: scale(1.05);\n        }\n        .image-title {\n            position: absolute;\n            bottom: 10px;\n            left: 10px;\n            background: rgba(0,0,0,0.7);\n            color: #fff;\n            padding: 5px 12px;\n            border-radius: 30px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \/* Sidebar links *\/\n        .oil-links a, .lecture-links a {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px 16px;\n            margin-bottom: 12px;\n            background: #f8fafc;\n            border-radius: 12px;\n            text-decoration: none;\n            color: #1e293b;\n            font-weight: 500;\n            transition: all 0.3s;\n            border: 1px solid #e2e8f0;\n        }\n        .oil-links a:hover, .lecture-links a:hover {\n            background: #1e4a6e;\n            color: #fff;\n            transform: translateX(5px);\n            border-color: #1e4a6e;\n        }\n        \/* Profile cards *\/\n        .oil-profile {\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .oil-profile img {\n            width: 130px;\n            height: 130px;\n            border-radius: 50%;\n            border: 4px solid #2a7f6e;\n            object-fit: cover;\n            margin-bottom: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        .oil-profile h3 {\n            font-size: 1.3rem;\n            color: #1e4a6e;\n        }\n        .oil-profile p {\n            color: #475569;\n            margin: 5px 0;\n        }\n        \/* Accordion *\/\n        .oil-accordion-header {\n            background: #f1f5f9;\n            border: none;\n            padding: 14px 20px;\n            width: 100%;\n            font-size: 18px;\n            font-weight: 600;\n            cursor: pointer;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            display: flex;\n            justify-content: flex-start;\n            align-items: center;\n            gap: 12px;\n            text-align: left;\n            transition: 0.3s;\n        }\n        .oil-accordion-header:hover {\n            background: #1e4a6e;\n            color: #fff;\n        }\n        .oil-accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            padding: 0 16px;\n            background-color: #f0f9f4;\n            border-radius: 12px;\n            margin-bottom: 12px;\n        }\n        .oil-accordion-content p, .oil-accordion-content ul {\n            margin: 12px 0;\n            text-align: left;\n            line-height: 1.6;\n        }\n        .arrow {\n            transition: transform 0.3s ease;\n            font-size: 14px;\n        }\n        .arrow.open {\n            transform: rotate(180deg);\n        }\n        .accordion-text {\n            flex: 1;\n        }\n        \/* Stats Row *\/\n        .stats-row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: space-between;\n            margin-top: 15px;\n        }\n        .stat-card {\n            background: #eef2ff;\n            border-radius: 16px;\n            padding: 15px;\n            text-align: center;\n            flex: 1;\n            min-width: 100px;\n            border-left: 3px solid #2a7f6e;\n        }\n        .stat-number {\n            font-size: 28px;\n            font-weight: 800;\n            color: #1e4a6e;\n        }\n        \/* Video container *\/\n        .video-container {\n            position: relative;\n            border-radius: 16px;\n            margin-top: 15px;\n            overflow: hidden;\n        }\n        .video-container video {\n            width: 100%;\n            border-radius: 16px;\n            display: block;\n        }\n        hr {\n            margin: 15px 0;\n            border: 0;\n            height: 1px;\n            background: #e2e8f0;\n        }\n        \/* Animation *\/\n        .oil-animate {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.6s ease, transform 0.6s ease;\n        }\n        .oil-animate.show {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        @media (max-width: 768px) {\n            .oil-container {\n                padding: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"oil-wp\">\n    <div class=\"oil-container\">\n        <!-- Main Column -->\n        <div>\n            <!-- 1. Department Overview -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udccb Department Overview<\/h2>\n                <p style=\"line-height: 1.7; text-align: justify;\">\n                    The Cybersecurity Department at Al-Samawa Technical Institute is a technical department aimed at preparing specialized cadres to protect systems and networks from cyberattacks, focusing on penetration testing skills, information security, and modern tools, to qualify students for work in information security and communications fields.\n                <\/p>\n                <p style=\"margin-top: 15px; line-height: 1.7; text-align: justify;\">\n                    The department is one of the newly established programs that keep pace with digital transformation, providing students with theoretical and practical knowledge to counter advanced cyber threats and contribute to securing the digital infrastructure of institutions.\n                <\/p>\n            <\/div>\n\n            <!-- 2. Vision, Mission, Objectives (Accordion) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfaf Vision, Mission &#038; Objectives<\/h2>\n                <div class=\"oil-accordion\">\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udc41\ufe0f Vision<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p>The vision of the Cybersecurity Department is to prepare specialized technical cadres in cybersecurity, to contribute to building a generation of specialists capable of protecting systems and data from cyber threats, and to become a center for innovation and technical solutions to face the challenges of the digital age, ensuring the security of the digital infrastructure of institutions and society.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udcdc Mission<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p>The department seeks to qualify students with advanced scientific and practical skills in protecting digital systems and developing modern applications, while instilling values of integrity, responsibility, and ethics in technical practice, ensuring information security within an educational and research environment that keeps pace with global developments and meets labor market needs.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83c\udfc6 Objectives<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <ul>\n                                <li>Graduate qualified cadres: Prepare technical specialists academically and technically in cybersecurity.<\/li>\n                                <li>Protect data and systems: Equip students with knowledge and skills to protect data, systems, and networks from breaches and cyberattacks.<\/li>\n                                <li>Counter threats: Build capacity to identify, analyze malware, ethical hacking methods, and deal with advanced cyber threats.<\/li>\n                                <li>Enhance information security: Contribute to securing digital infrastructure of institutions and apply best security practices.<\/li>\n                                <li>Practical application: Provide applied learning environments, such as labs, to train students in advanced cybersecurity techniques.<\/li>\n                                <li>Support various sectors: Supply government, private, and medical sectors with specialized cadres capable of providing security solutions.<\/li>\n                                <li>Develop security culture: Raise awareness about the importance of cybersecurity and proper security practices among institution members.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udc68\u200d\ud83d\udcbb Graduate Job Description<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <ul>\n                                <li>Protect systems and networks from breaches and cyberattacks.<\/li>\n                                <li>Monitor information security, detect and handle vulnerabilities.<\/li>\n                                <li>Manage and operate applications and software within organizations.<\/li>\n                                <li>Prepare and update databases and ensure data integrity.<\/li>\n                                <li>Apply cybersecurity policies within the work environment.<\/li>\n                                <li>Support and maintain computer systems and applications.<\/li>\n                                <li>Analyze security incidents and develop preventive solutions.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- 3. Department Laboratories (Accordion) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udd2c Department Laboratories<\/h2>\n                <div class=\"oil-accordion\">\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udd22 Digital Circuits Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Introduce students to digital logic principles and logic gates.<br>\n                            <strong>Practical Content:<\/strong> Design circuits using ICs, study counters and registers, applications on microcomputers.<br>\n                            <strong>Benefit:<\/strong> Enable students to understand the fundamentals of digital systems and computers.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udcbb Programming Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Teach students programming basics and applications in engineering fields.<br>\n                            <strong>Practical Content:<\/strong> Write programs in C or Python, device control applications, system simulation.<br>\n                            <strong>Benefit:<\/strong> Develops programming skills necessary for work in computing and embedded systems.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\u2699\ufe0f Applications Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Link engineering theories to practical applications.<br>\n                            <strong>Practical Content:<\/strong> Implement small projects combining communications, digital circuits, and programming.<br>\n                            <strong>Benefit:<\/strong> Gives students comprehensive practical experience and enhances innovation and problem-solving abilities.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udd0c Electrical Circuits Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students to design and analyze electrical circuits.<br>\n                            <strong>Practical Content:<\/strong> Experiments on parallel and series connections, current and voltage measurement using measuring devices.<br>\n                            <strong>Benefit:<\/strong> Enhance ability to deal with electrical systems in industrial and domestic applications.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udee1\ufe0f Penetration Testing (Ethical Hacking) Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Introduce students to information security principles and ethical penetration testing.<br>\n                            <strong>Practical Content:<\/strong> Simulate cyberattacks, study security vulnerabilities, use penetration testing tools.<br>\n                            <strong>Benefit:<\/strong> Develops skills to protect systems and networks and qualifies students for information security careers.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Promotional Video (MP4) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfa5 Department Promotional Video<\/h2>\n                <div class=\"video-container\">\n                    <video controls preload=\"metadata\">\n                        <source src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/WhatsApp-Video-2026-04-20-at-1.56.41-PM.mp4\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                <\/div>\n            <\/div>\n\n            <!-- Image Gallery -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcf7 Image Gallery<\/h2>\n                <div class=\"oil-images\">\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/5380642\/pexels-photo-5380642.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Data Protection\"><div class=\"image-title\">Data Protection<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/6054884\/pexels-photo-6054884.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Secure Coding\"><div class=\"image-title\">Secure Application Development<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/159306\/cyber-security-internet-network-connection-159306.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Network Security\"><div class=\"image-title\">Network Security<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Department Statistics (Updated) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcca Staff &#038; Student Numbers<\/h2>\n                <div class=\"stats-row\">\n                    <div class=\"stat-card\"><div class=\"stat-number\">61<\/div><div>First-year Students (Morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">None<\/div><div>Second-year Students (New Department)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">5<\/div><div>Teaching Staff<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">3<\/div><div>Technical Staff<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Workshops and Courses -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udd27 Workshops &#038; Courses<\/h2>\n                <ul style=\"list-style-type: none; padding: 0;\">\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 May 10, 2025 &#8211; Ethical Penetration Testing Course<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 June 22, 2025 &#8211; Web Application Security Workshop<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 July 15, 2025 &#8211; Network Security &#038; Firewalls Fundamentals<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 August 5, 2025 &#8211; Malware Analysis<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 September 19, 2025 &#8211; Cybersecurity in Government Institutions<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 October 2, 2025 &#8211; Incident Response &#038; Digital Forensics<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Sidebar (Left column becomes right in LTR, but structure remains) -->\n        <div>\n            <!-- Head of Department Card -->\n            <div class=\"oil-card oil-animate oil-profile\">\n                <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/222.jpg\" alt=\"Head of Department\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg'\">\n                <h3>Bidaa Hadi Saoudi<\/h3>\n                <p>Head of Cybersecurity Department<\/p>\n                <p style=\"font-size:14px;\">M.Sc. in Information Technology<\/p>\n                <hr>\n                <small>\ud83d\udce7 cybersecurity.cam.isa@atu.edu.iq<\/small>\n            <\/div>\n\n            <!-- Department Rapporteur Card -->\n            <div class=\"oil-card oil-animate oil-profile\" style=\"margin-top: 0;\">\n                <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Screenshot-2026-04-20-113902.png\" alt=\"Department Rapporteur\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/45.jpg'\">\n                <h3>Farah Mahmood Qasim<\/h3>\n                <p>Department Rapporteur<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ M.Sc. Cybersecurity<\/p>\n                <hr>\n                <small>\ud83d\udce7 farah.m@atu.edu.iq<\/small>\n            <\/div>\n\n            <!-- Faculty Members (Updated) -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udc69\u200d\ud83c\udfeb Faculty Members<\/h3>\n                <ul style=\"list-style: none; padding: 0;\">\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Alaa Abd Ali Hadi &#8211; Associate Professor, M.Sc., Computer Science &#038; Networks<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Ruwaida Fadhel Obaid &#8211; Lecturer, M.Sc., Computer Science<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Izdihar Yasser Mohsen &#8211; Assistant Lecturer, M.Sc., Electrical Engineering<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Salah Mohammed Awwad &#8211; Lecturer, Ph.D., Computer Science<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Murtadha Kamil Ali &#8211; Assistant Lecturer, M.Sc., Electrical Engineering<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Suad Abdulla Maidi &#8211; Assistant Lecturer, M.Sc., English Language<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Hussein Ali Shakir &#8211; Assistant Lecturer, M.Sc., Computer Science<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Academic Links -->\n            <div class=\"oil-card oil-animate oil-links\">\n                <h3 class=\"oil-title\">\ud83d\udcda Academic Links<\/h3>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (Arabic) &#8211; Coming Soon<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (English) &#8211; Coming Soon<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15573\" target=\"_blank\">\u23f1\ufe0f Academic Schedules<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udfed Student Graduation Projects<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd6 First-year Lectures (Coming Soon)<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd6 Second-year Lectures (Coming Soon)<\/a>\n            <\/div>\n\n            <!-- Important Links -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udd17 Important Links<\/h3>\n                <div class=\"lecture-links\">\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15413\" target=\"_blank\">\ud83d\udcc5 University Calendar<\/a>\n                    <a href=\"https:\/\/sis.mohesr.gov.iq\/sis\/login\" target=\"_blank\">\ud83d\udda5\ufe0f Student Portal (SIS)<\/a>\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=18738\" target=\"_blank\">\ud83d\udcdd Exam Schedule<\/a>\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udf93 Student Graduation Projects<\/a>\n                    <a href=\"#\" target=\"_blank\">\ud83d\udce7 Request University Email Form<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Animation on scroll\n    (function(){\n        const items = document.querySelectorAll('.oil-animate');\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if(entry.isIntersecting) {\n                    entry.target.classList.add('show');\n                }\n            });\n        }, { threshold: 0.1 });\n        items.forEach(item => observer.observe(item));\n    })();\n\n    \/\/ Accordion functionality\n    document.querySelectorAll('.oil-accordion-header').forEach(header => {\n        header.addEventListener('click', function() {\n            const content = this.nextElementSibling;\n            const arrow = this.querySelector('.arrow');\n            const parentAccordion = this.closest('.oil-accordion');\n            if(parentAccordion) {\n                parentAccordion.querySelectorAll('.oil-accordion-content').forEach(c => {\n                    if(c !== content && c.style.maxHeight) {\n                        c.style.maxHeight = null;\n                        const prevArrow = c.previousElementSibling?.querySelector('.arrow');\n                        if(prevArrow) prevArrow.classList.remove('open');\n                    }\n                });\n            }\n            if(content.style.maxHeight && content.style.maxHeight !== '0px') {\n                content.style.maxHeight = null;\n                arrow.classList.remove('open');\n            } else {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n                arrow.classList.add('open');\n            }\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Cybersecurity Department &#8211; Al-Samawa Technical Institute \ud83d\udccb Department Overview The Cybersecurity Department at Al-Samawa Technical Institute is a technical department aimed at preparing specialized cadres to protect systems and networks from cyberattacks, focusing on penetration testing skills, information security, and modern tools, to qualify students for work in information security and communications fields. The department &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21837&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":21784,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21837","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21837","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/99900"}],"replies":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21837"}],"version-history":[{"count":2,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21837\/revisions"}],"predecessor-version":[{"id":21839,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21837\/revisions\/21839"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/media\/21784"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21837"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}