{"id":21830,"date":"2026-04-22T10:49:28","date_gmt":"2026-04-22T07:49:28","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21830"},"modified":"2026-04-22T10:49:35","modified_gmt":"2026-04-22T07:49:35","slug":"information-and-communication-technology-dept","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21830&lang=en","title":{"rendered":"Information and Communication Technology Dept"},"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>Information and Communication Technology Dept. &#8211; Technical Institute of Samawah<\/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 #2c7da0;\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: #0f3c5c;\n            color: #fff;\n            transform: translateX(5px);\n            border-color: #0f3c5c;\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 #2c7da0;\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: #0f3c5c;\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: #0f3c5c;\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: #fefce8;\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            display: inline-block;\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 #2c7da0;\n        }\n        .stat-number {\n            font-size: 28px;\n            font-weight: 800;\n            color: #0f3c5c;\n        }\n        \/* Video container *\/\n        .video-container {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border-radius: 16px;\n            margin-top: 15px;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\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 (left in LTR) -->\n        <div>\n            <!-- 1. About the department -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udccb About the Department<\/h2>\n                <p style=\"line-height: 1.7; text-align: justify;\">\n                    The Department of Information and Communication Technology was established by the National Authority for Accreditation and Quality at the Ministry of Higher Education and Scientific Research at the beginning of the academic year (2019\/2020) within Al-Furat Al-Awsat University as one of the departments of the Technical Institute of Samawah. This department aligns with the needs of the local and Arab community and aims to introduce students to the basic principles of information and communication technology and the emerging trends in this field, especially after the expansion of globalization and the widespread growth of information networks across the world.\n                <\/p>\n                <p style=\"margin-top: 15px; line-height: 1.7; text-align: justify;\">\n                    The department contributes to the advancement of society by providing graduates holding a diploma in this field who are capable of entering the labor market with technical and practical skills. It strives to graduate qualified personnel able to keep pace with the tremendous development in information technology and achieve excellence and competitiveness.\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\"><p>The ICT Department seeks to provide continuous development for education in the field of information technology to keep pace with rapid scientific and technological advancements, improve university performance, elevate its graduates to excellence and high competitiveness, conduct distinguished scientific research and studies, and maximize the department\u2019s role in serving the community and environment.<\/p><\/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\"><p>To prepare an elite group of graduates and researchers distinguished in the field of information and communication technology, facilitate the use of technology and information resources through a staff capable of creating and disseminating knowledge via collaborative communities, and enhance partnerships that promote cooperation among education, industry, and government while meeting labor market needs and raising students to a level that serves Iraqi society and its requirements.<\/p><\/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                            <p>The ICT Department is one of the departments of the Technical Institute of Samawah. It works to prepare specialized graduates in information and communication technology capable of keeping up with technological progress. Its objectives include:<\/p>\n                            <ul>\n                                <li>Supplying the local and Arab market with graduates able to use ICT in building and developing various communication systems.<\/li>\n                                <li>Establishing theoretical and scientific concepts of information technology based on basic sciences and their importance in systematic methods.<\/li>\n                                <li>Providing qualified human resources to build computer networks and connect them to the Internet.<\/li>\n                                <li>Equipping students with the skills and information necessary to work efficiently and effectively in communication fields.<\/li>\n                                <li>Developing students&#8217; personality, discovering their inclinations and talents through scientific, cultural, and sports activities.<\/li>\n                                <li>Teaching students professional ethics to help graduates face real-life professional challenges.<\/li>\n                                <li>Enabling students to evaluate alternative solutions and make decisions regarding the use of information technology.<\/li>\n                                <li>Teaching various programming languages and coding, and applying artificial intelligence principles to solve problems.<\/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>Able to manage and operate information storage and processing software and connect local information networks.<\/li>\n                                <li>Able to convert many library indexes into automated forms.<\/li>\n                                <li>Able to obtain vast amounts of information by connecting computers to information networks on a wide scale.<\/li>\n                                <li>Able to collect, process, and disseminate information inside and outside the country and anywhere in the world using advanced communication means.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- 3. Department Labs (Accordion) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udd2c Department Labs<\/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\udce1 Communications Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\"><p><strong>Objective:<\/strong> Train students on the basics of wired and wireless communication systems.<br><strong>Practical content:<\/strong> Experiments on electromagnetic waves, transmission and reception, signal analysis.<br><strong>Benefit:<\/strong> Prepares students to understand modern communication networks and their industrial applications.<\/p><\/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\udd22 Digital Circuits Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\"><p><strong>Objective:<\/strong> Introduce students to digital logic principles and logic gates.<br><strong>Practical content:<\/strong> Designing circuits using ICs, studying counters and registers, applications on microcomputers.<br><strong>Benefit:<\/strong> Enables students to understand the fundamentals of digital systems and computers.<\/p><\/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\"><p><strong>Objective:<\/strong> Teach students programming basics and applications in engineering fields.<br><strong>Practical content:<\/strong> Writing programs in C or Python, device control applications, system simulation.<br><strong>Benefit:<\/strong> Develops programming skills necessary for computing and embedded systems fields.<\/p><\/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\"><p><strong>Objective:<\/strong> Connect engineering theories with practical applications.<br><strong>Practical content:<\/strong> Implementing small projects combining communications, digital circuits, and programming.<br><strong>Benefit:<\/strong> Gives students comprehensive practical experience and enhances innovation and problem-solving skills.<\/p><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Promotional Video -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfa5 Department Promotional Video<\/h2>\n                <div class=\"video-container\">\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/YZkAkAdiaxY\" title=\"ICT Department Promotional Video\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\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\/1181675\/pexels-photo-1181675.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Programming Lab\"><div class=\"image-title\">Programming Lab<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/2582937\/pexels-photo-2582937.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Communication Networks\"><div class=\"image-title\">Communication Networks<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/546819\/pexels-photo-546819.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Digital Circuits\"><div class=\"image-title\">Digital Circuits<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Department Statistics -->\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\">67<\/div><div>First-year students (morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">25<\/div><div>Second-year students (morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">4<\/div><div>Teaching Staff<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">8<\/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 21\/9\/2025 &#8211; Web Development Basics (HTML, CSS, JavaScript) &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-07-12 &#8211; How to Create a Website Without Programming (Wix or WordPress) &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 16\/11\/2025 &#8211; Occupational Safety in Electrical Systems &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 23\/11\/2025 &#8211; ICT Role in Improving Healthcare Services &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 16\/11\/2025 &#8211; Improving Listening and Comprehension Skills in English &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-05-10 &#8211; Artificial Intelligence in Natural Language Processing &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 14\/9\/2025 &#8211; Information Security and Cyber Challenges in the Digital Age &#8211; Courses (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 19\/10\/2025 &#8211; Robotics and Intelligent Systems in Industry and Engineering &#8211; Workshops (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2026-05-01 &#8211; Building Innovative Solutions using AI &#038; IoT &#8211; Workshops (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 21\/9\/2025 &#8211; The Student\u2019s Role in Creating a Distinguished University Environment (for the 2025\/2026 academic year) &#8211; Seminars (ICT Dept.)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 16\/11\/2025 &#8211; Towards a Disciplined University Environment: Absenteeism and University Uniform Are Our Collective Responsibility &#8211; Seminars (ICT Dept.)<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Sidebar (right in LTR) -->\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\/WhatsApp-Image-2026-04-20-at-12.52.34-PM.jpeg\" alt=\"Asst. Lect. Izdehar Yasir Mohsen\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg'\">\n                <h3>Asst. Lect. Izdehar Yasir Mohsen<\/h3>\n                <p>Head of ICT Department<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ M.Sc. Electrical Engineering<\/p>\n                <hr>\n                <small>\ud83d\udce7 ins.ict@atu.edu.iq<\/small>\n            <\/div>\n\n            <!-- Department Coordinator 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=\"Asst. Lect. Suad Abdullah Maidy\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg'\">\n                <h3>Asst. Lect. Suad Abdullah Maidy<\/h3>\n                <p>Department Coordinator<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ M.A. English Language<\/p>\n                <hr>\n                <small>\ud83d\udce7 (Coordinator)<\/small>\n            <\/div>\n\n            <!-- Other Faculty Members -->\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 Izdehar Yasir Mohsen &#8211; Assistant Lecturer \/ M.Sc. Electrical Engineering<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Suad Abdullah Maidy &#8211; Assistant Lecturer \/ M.A. English Language<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Hamed Hussein Shakir &#8211; Assistant Lecturer \/ M.Sc. Computer Science<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Mortada Kamil Ali &#8211; Assistant Lecturer \/ M.Sc. Electrical Engineering<\/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=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2025\/10\/%D8%A7%D8%AA%D8%B5%D8%A7%D9%84%D8%A7%D8%AA-%D8%B9.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (Arabic)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2025\/10\/com-e-1.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (English)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15573\" target=\"_blank\">\u23f1\ufe0f Class Schedules<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=10893\" target=\"_blank\">\ud83d\udcd6 First Year Lectures<\/a>\n                <a href=\"https:\/\/sites.google.com\/atu.edu.iq\/electronics-classroom\/%D8%A7%D9%84%D9%85%D8%B1%D8%AD%D9%84%D8%A9-%D8%A7%D9%84%D8%AB%D8%A7%D9%86%D9%8A%D8%A9\" target=\"_blank\">\ud83d\udcd6 Second Year Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udfed Graduation Projects<\/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 Email Request 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>Information and Communication Technology Dept. &#8211; Technical Institute of Samawah \ud83d\udccb About the Department The Department of Information and Communication Technology was established by the National Authority for Accreditation and Quality at the Ministry of Higher Education and Scientific Research at the beginning of the academic year (2019\/2020) within Al-Furat Al-Awsat University as one of &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21830&#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-21830","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21830","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=21830"}],"version-history":[{"count":2,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21830\/revisions"}],"predecessor-version":[{"id":21832,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21830\/revisions\/21832"}],"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=21830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}