{"id":21886,"date":"2026-04-22T12:32:03","date_gmt":"2026-04-22T09:32:03","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21886"},"modified":"2026-04-22T12:32:11","modified_gmt":"2026-04-22T09:32:11","slug":"nursing-department","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21886&lang=en","title":{"rendered":"Nursing 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>Nursing 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 #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: #1f6e8c;\n            color: #fff;\n            transform: translateX(5px);\n            border-color: #1f6e8c;\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: #1f6e8c;\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: #1f6e8c;\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        }\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: #1f6e8c;\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        \/* Custom lists *\/\n        .custom-bullet-list {\n            list-style: none;\n            padding: 0;\n        }\n        .custom-bullet-list li {\n            padding: 8px 0;\n            border-bottom: 1px solid #e2e8f0;\n            display: flex;\n            align-items: baseline;\n            gap: 8px;\n        }\n        .custom-bullet-list li::before {\n            content: \"\ud83e\ude7a\";\n            margin-right: 8px;\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 Nursing Department at Al-Samawa Technical Institute is an applied health department aimed at preparing qualified nursing staff capable of providing health care to patients in various conditions. The department focuses on teaching nursing fundamentals, first aid, patient care, and emergency response skills, with practical training in hospitals and health centers to prepare students to work within medical teams in the health sector.\n                <\/p>\n                <p style=\"margin-top: 15px; line-height: 1.7; text-align: justify;\">\n                    Established in 1994, the department continuously develops its academic programs to keep pace with advancements in nursing sciences and health technologies, while emphasizing human values and ethics among nurses.\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 Nursing Department was established in 1994. The teaching staff and the deanery strive to provide all elements of progress in the field of nursing education to keep pace with scientific and technological advances in medicine, while encouraging students to reach an advanced level to shoulder their responsibilities in scientific research and study across various nursing specialties. Evening studies were introduced in the department in the academic year (2019-2020).<\/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 a nursing staff educated in the arts and skills of nursing to provide comprehensive nursing services for prevention, treatment, and rehabilitation, in line with the increasing need of society for medical care. This is achieved through clear and distinguished scientific and technical programs to improve the health of individuals, families, and the community.<\/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                            <ul>\n                                <li>Prepare highly competent male and female nurses capable of meeting the demands of the health labor market.<\/li>\n                                <li>Develop critical thinking and sound nursing decision-making skills in various situations.<\/li>\n                                <li>Enhance professional ethics and human behavior among students toward patients and society.<\/li>\n                                <li>Support scientific research in the nursing field and promote a culture of continuous education.<\/li>\n                                <li>Strengthen cooperation with local and regional health institutions to improve quality of care.<\/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\u2695\ufe0f Graduate Job Description<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <ul style=\"list-style-type: decimal; padding-left: 20px;\">\n                                <li>Patient admission and nursing documentation of all necessary nursing procedures in the patient&#8217;s file.<\/li>\n                                <li>Assisting the physician during patient examination.<\/li>\n                                <li>Distributing and administering medications prescribed by the physician.<\/li>\n                                <li>Psychologically and physically preparing the patient before surgery and post-operative care (including bathing care).<\/li>\n                                <li>Assisting the physician in administering and withdrawing fluids and blood transfusion.<\/li>\n                                <li>Assisting the patient who is unable to eat when incapable of doing so.<\/li>\n                                <li>Washing and sterilizing instruments used for patient care.<\/li>\n                                <li>Providing nursing care in dialysis units, cardiac resuscitation, respiratory resuscitation, and cardiac and vascular surgery units.<\/li>\n                                <li>Health education for the patient and family.<\/li>\n                                <li>Participating in vaccination campaigns in health centers.<\/li>\n                                <li>Implementing health education and health programs.<\/li>\n                                <li>Providing health services and mother-child care in health centers.<\/li>\n                                <li>Conducting home visits to provide services for mother and child and immunization against diseases.<\/li>\n                                <li>Participating in school visits to identify procedures followed in providing health services.<\/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\">\ud83e\udda0 Microbiology Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Introduce students to microorganisms and their relationship to health and disease.<\/p>\n                            <p><strong>Practical content:<\/strong> Study of bacteria, fungi, and viruses using microscopes, sterilization tests, and sample culturing.<\/p>\n                            <p><strong>Benefit:<\/strong> Develops students&#8217; skills in laboratory diagnosis and understanding of infectious diseases.<\/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\">\ud83e\ude7a Fundamentals of Nursing Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students on basic nursing and healthcare skills.<\/p>\n                            <p><strong>Practical content:<\/strong> Measuring vital signs, administering injections, wound care, first aid application, and CPR.<\/p>\n                            <p><strong>Benefit:<\/strong> Prepares students to provide primary and emergency care in hospitals and health centers.<\/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\">\ud83e\udec0 Anatomy and Physiology Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Teach students the structure and functions of the human body systems.<\/p>\n                            <p><strong>Practical content:<\/strong> Study of anatomical models, experiments on heart function, respiration, and nervous system.<\/p>\n                            <p><strong>Benefit:<\/strong> Connects anatomical structure to vital functions, enhancing understanding of diagnosis and treatment.<\/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\">\u2697\ufe0f Chemistry Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students on fundamentals of medical and analytical chemistry.<\/p>\n                            <p><strong>Practical content:<\/strong> Solution preparation, chemical tests on blood and urine, study of biochemical reactions.<\/p>\n                            <p><strong>Benefit:<\/strong> Develops students&#8217; ability to understand laboratory analyses and link them to medical conditions.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Department 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\/8flZbcZNO4M\" title=\"Nursing Department promotional video\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                <\/div>\n            <\/div>\n\n            <!-- Photo Gallery -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcf7 Photo Gallery<\/h2>\n                <div class=\"oil-images\">\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/236380\/pexels-photo-236380.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Nursing and health care\"><div class=\"image-title\">Nursing Care<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/4031821\/pexels-photo-4031821.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Nursing labs\"><div class=\"image-title\">Practical Training<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3957987\/pexels-photo-3957987.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Medical simulation\"><div class=\"image-title\">Care Simulation<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Department Statistics (Staff & Students) -->\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\">154<\/div><div>First-stage students (Morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">116<\/div><div>Second-stage students (Morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">254<\/div><div>First-stage students (Evening)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">157<\/div><div>Second-stage students (Evening)<\/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\">4<\/div><div>Technical Staff (permanent)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">3<\/div><div>Contract teaching &#038; 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 2025-07-10 &#8211; The Role of Clinical Chemistry in Medicine (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 21\/10\/2025 &#8211; Electronic Blackmail and Its Effects on Individuals and Society (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 26\/10\/2025 &#8211; CRISPR-Cas9 Technology for Gene Editing (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-02-11 &#8211; Modern Teaching Strategies in Health Sciences (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 16\/11\/2025 &#8211; Scientific Research Methodologies in Public Health (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-05-10 &#8211; Epidemics and Infectious Diseases and Latest Developments (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 21\/9\/2025 &#8211; Respiratory Diseases (Courses &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 30\/12\/2025 &#8211; Routine Laboratory Tests (Workshops &#8211; Nursing)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 14\/12\/2025 &#8211; The Negative Impact of Drug Abuse and Ways to Avoid It (Seminars &#8211; Nursing)<\/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-2.03.52-PM.jpeg\" alt=\"Prof. Ali Anouk Najm\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg'\">\n                <h3>Prof. Ali Anouk Najm<\/h3>\n                <p>Head of Nursing Department<\/p>\n                <p style=\"font-size:14px;\">Assistant Professor, PhD in Microbiology<\/p>\n                <hr>\n                <small>\ud83d\udce7 ins.nur@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:\/\/randomuser.me\/api\/portraits\/women\/68.jpg\" alt=\"Asst. Lec. Duaa Aziz Darfash\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg'\">\n                <h3>Asst. Lec. Duaa Aziz Darfash<\/h3>\n                <p>Department Rapporteur<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ MSc in Medical Techniques<\/p>\n                <hr>\n                <small>\ud83d\udce7 (internal email)<\/small>\n            <\/div>\n\n            <!-- Faculty Members -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udc69\u200d\ud83c\udfeb Faculty Members<\/h3>\n                <ul class=\"custom-bullet-list\">\n                    <li>\ud83d\udd39 Ali Anouk Najm &#8211; Assistant Professor, PhD, Microbiology<\/li>\n                    <li>\ud83d\udd39 Duaa Aziz Darfash &#8211; Assistant Lecturer, MSc, Medical Techniques<\/li>\n                    <li>\ud83d\udd39 Ayat Ahmed Hassan &#8211; Assistant Lecturer, MSc, Microbiology<\/li>\n                    <li>\ud83d\udd39 Marwa Hamid Dhaher &#8211; Assistant Lecturer, MSc, Microbiology<\/li>\n                    <li>\ud83d\udd39 Thuraya Dijar Hashoush &#8211; Assistant Lecturer, MSc, Microbiology<\/li>\n                    <li>\ud83d\udd39 Asmaa Kata Ghali &#8211; Assistant Lecturer, MSc, Physiology<\/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\/2024\/07\/%D8%AA%D9%85%D8%B1%D9%8A%D8%B6-%D8%B9%D8%B1%D8%A8%D9%8A-%D8%AA%D9%88%D8%A7%D9%82%D9%8A%D8%B9_compressed.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (Arabic)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2024\/07\/%D9%85%D9%86%D9%87%D8%A7%D8%AC_%D8%AA%D9%85%D8%B1%D9%8A%D8%B6_%D8%A7%D9%86%D9%83%D9%84%D9%8A%D8%B2%D9%8A_%D9%85%D8%B9_%D8%A7%D9%84%D8%AA%D9%88%D8%A7%D9%82%D9%8A%D8%B9_compressed.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (English)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15770\" target=\"_blank\">\u23f1\ufe0f Academic Schedules<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=10864\" target=\"_blank\">\ud83d\udcd6 First Stage Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=10308\" target=\"_blank\">\ud83d\udcd6 Second Stage Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udfed Graduation Projects (Sample)<\/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>Nursing Department &#8211; Al-Samawa Technical Institute \ud83d\udccb About the Department The Nursing Department at Al-Samawa Technical Institute is an applied health department aimed at preparing qualified nursing staff capable of providing health care to patients in various conditions. The department focuses on teaching nursing fundamentals, first aid, patient care, and emergency response skills, with practical &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21886&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":21875,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21886","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21886","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=21886"}],"version-history":[{"count":2,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21886\/revisions"}],"predecessor-version":[{"id":21888,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21886\/revisions\/21888"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/media\/21875"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}