{"id":21862,"date":"2026-04-22T11:48:56","date_gmt":"2026-04-22T08:48:56","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21862"},"modified":"2026-04-22T11:50:18","modified_gmt":"2026-04-22T08:50:18","slug":"21862-2","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21862&lang=en","title":{"rendered":"Drilling &amp; Oil\/Gas Production 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>Drilling &#038; Oil\/Gas Production Dept. &#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 #c99a2e;\n            padding-left: 15px;\n            border-right: none;\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            right: auto;\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 #c99a2e;\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        }\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 #c99a2e;\n            border-right: none;\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 (English) -->\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 Drilling and Oil\/Gas Production at Al-Samawa Technical Institute is a technical department aimed at preparing specialized cadres in well drilling, oil and gas production, and oil field management, with a focus on practical training in equipment operation, production monitoring, and applying safety procedures to qualify students for work in oil and energy companies.\n                <\/p>\n                <p style=\"margin-top: 15px; line-height: 1.7; text-align: justify;\">\n                    The department contributes to supporting the national oil industry by providing qualified technicians capable of handling the latest drilling and production technologies, while adhering to safety and environmental protection standards.\n                <\/p>\n            <\/div>\n\n            <!-- 2. Vision, Mission, Objectives + Graduate Profile (Accordion updated) -->\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 Department of Drilling and Oil\/Gas Extraction Technologies aspires to be a local, regional, and internationally distinguished leader in education and training for students, preparing mid-level technical cadres for oil specialties, contributing to building and developing employees in the oil sector, achieving global accreditation in various specialized fields, and leading in providing technical competencies involved in the oil industry.<\/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&#8217;s mission is to teach and train students to qualify them for work in oil companies in the field of well drilling and associated operations such as cementing, logging, and workover, as well as in the maintenance and repair of drilling rig equipment, and in oil and gas production and field measurements under safety and environmental protection conditions.<\/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>Qualify and prepare mid-level cadres in oil and other specialties scientifically and practically, granting them the required degree to meet the needs of the oil sector.<\/li>\n                                <li>Develop technical skills of staff through field and practical training in oil sector companies and departments.<\/li>\n                                <li>Contribute to the preparation of scientific books, sources, and methodological publications in the oil industry for students and trainees.<\/li>\n                                <li>Strengthen cooperation and exchange of expertise and information with oil entities and scientific\/professional institutions inside and outside Iraq.<\/li>\n                                <li>Guide students and trainees nationally, socially, and behaviorally, enhance industrial ethics, and provide means to make them a loyal model for their nation and country.<\/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\udd27 Graduate Job Description<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <ul>\n                                <li>Work on drilling rigs.<\/li>\n                                <li>Participate in well drilling and restoration operations.<\/li>\n                                <li>Work in drilling fluids: preparation and laboratory testing.<\/li>\n                                <li>Participate in well cementing operations and laboratory testing of cement properties.<\/li>\n                                <li>Participate in well stimulation operations.<\/li>\n                                <li>Participate in fishing operations, formation testing, and coring.<\/li>\n                                <li>Work in drilling fluids and cement laboratories.<\/li>\n                                <li>Participate in rig-up, rig-down, and transport of drilling rig equipment, and on-site hazard detection before rigging up.<\/li>\n                                <li>Work in drilling workshops and yards.<\/li>\n                                <li>Participate in maintenance and upkeep of some drilling rig equipment.<\/li>\n                                <li>Any other tasks assigned by the higher supervisor.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- 3. Department Laboratories (5 labs) -->\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\">\u26cf\ufe0f Drilling Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students on the basics of oil and gas well drilling.<\/p>\n                            <p><strong>Practical content:<\/strong> Simulation of drilling operations, study of drilling rig components, experiments on drilling fluids (Mud).<\/p>\n                            <p><strong>Benefit:<\/strong> Prepares students to understand drilling steps and well problems such as collapses and lost circulation.<\/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\uddea Extraction &#038; Thermal Treatment Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Study methods of extracting oil and gas from reservoir rocks.<\/p>\n                            <p><strong>Practical content:<\/strong> Experiments on solvent extraction, thermal treatment, productivity improvement.<\/p>\n                            <p><strong>Benefit:<\/strong> Connects students to industrial processes for increasing oil and gas production.<\/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\udccf Field Measurements Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students on measurements during drilling and production operations.<\/p>\n                            <p><strong>Practical content:<\/strong> Pressure, temperature, flow rate measurement, use of logging devices.<\/p>\n                            <p><strong>Benefit:<\/strong> Develops students&#8217; skills in well monitoring and performance control under safety conditions.<\/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\udd27 Drilling Equipment Maintenance Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Teach students how to maintain and repair drilling rig equipment.<\/p>\n                            <p><strong>Practical content:<\/strong> Disassembly and assembly of drilling equipment parts, study of pump and engine failures.<\/p>\n                            <p><strong>Benefit:<\/strong> Prepares students for work on drilling sites and oil equipment maintenance.<\/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\udee2\ufe0f Oil &#038; Gas Production Lab<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Study production processes and treatment of crude oil and natural gas.<\/p>\n                            <p><strong>Practical content:<\/strong> Experiments on gas-oil separation, produced water treatment, production rate measurement.<\/p>\n                            <p><strong>Benefit:<\/strong> Prepares students to understand the production cycle from well to initial treatment.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Promotional Video (new link) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfa5 Department Introductory Video<\/h2>\n                <div class=\"video-container\">\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/D0I1Tkq-cAE\" title=\"Introductory Video - Drilling &#038; Oil\/Gas Production Dept.\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                <\/div>\n            <\/div>\n\n            <!-- Photo Gallery (oil-themed) -->\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\/8792324\/pexels-photo-8792324.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Offshore drilling platform\"><div class=\"image-title\">Drilling Rig<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/8680971\/pexels-photo-8680971.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Drilling equipment\"><div class=\"image-title\">Drilling Equipment<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/8648056\/pexels-photo-8648056.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Oil production operations\"><div class=\"image-title\">Oil Production<\/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 and Student Numbers<\/h2>\n                <div class=\"stats-row\">\n                    <div class=\"stat-card\"><div class=\"stat-number\">30<\/div><div>2nd Stage Students (Morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">112<\/div><div>2nd Stage Students (Evening)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">3<\/div><div>Teaching Staff<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">6<\/div><div>Technical Staff<\/div><\/div>\n                <\/div>\n                <p style=\"font-size:14px; margin-top:12px; color:#475569;\">*1st stage data is being updated<\/p>\n            <\/div>\n\n            <!-- Workshops and Courses (updated) -->\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 30\/11\/2025 &#8211; Maintaining the efficiency of solar panels and maintenance methods (Courses &#8211; Drilling &#038; Oil\/Gas)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 15\/2\/2026 &#8211; Occupational safety in oil fields (Courses &#8211; Drilling &#038; Oil\/Gas)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-07-12 &#8211; Effect of nano-carbon enhanced cooling media on mechanical properties of carbon steel (Courses &#8211; Drilling &#038; Oil\/Gas)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-01-10 &#8211; Microfluidic systems in oil and gas industry (Courses &#8211; Drilling &#038; Oil\/Gas)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2025-11-12 &#8211; Scientific applications of static fluid mechanics (Workshops &#8211; Drilling &#038; Oil\/Gas)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 13\/11\/2025 &#8211; Risks of petroleum chemicals on students (Seminars &#8211; Drilling &#038; Oil\/Gas)<\/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-21-at-8.48.07-AM.jpeg\" alt=\"Asst. Lect. Ahmed Abdulmohsen\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg'\">\n                <h3>Asst. Lect. Ahmed Abdulmohsen<\/h3>\n                <p>Head of Drilling &#038; Oil\/Gas Production Dept.<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ MSc Mechanical Engineering<\/p>\n                <hr>\n                <small>\ud83d\udce7 oilgdptech@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=\"Asst. Lect. Liqaa Tariq Al-Khatib\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg'\">\n                <h3>Asst. Lect. Liqaa Tariq Al-Khatib<\/h3>\n                <p>Department Rapporteur<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ MSc Mathematics<\/p>\n                <hr>\n                <small>\ud83d\udce7 (internal email)<\/small>\n            <\/div>\n\n            <!-- Teaching Staff List (updated) -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udc69\u200d\ud83c\udfeb Teaching Staff<\/h3>\n                <ul style=\"list-style: none; padding: 0;\">\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Ahmed Abdulmohsen Abdulsahib &#8211; Asst. Lecturer \/ MSc Mechanical<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Liqaa Tariq Hadi &#8211; Asst. Lecturer \/ MSc Mathematics<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Ashwaq Awad Abbas &#8211; Lecturer \/ MSc Chemistry<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Hussein Sabah Hashim &#8211; Asst. Lecturer \/ MSc Electrical<\/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)<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (English)<\/a>\n                <a href=\"#\" target=\"_blank\">\u23f1\ufe0f Academic Schedules<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd6 1st Stage Lectures<\/a>\n                <a href=\"#\" target=\"_blank\">\ud83d\udcd6 2nd Stage Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udfed Engineering 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 Academic 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>Drilling &#038; Oil\/Gas Production Dept. &#8211; Al-Samawa Technical Institute \ud83d\udccb About the Department The Department of Drilling and Oil\/Gas Production at Al-Samawa Technical Institute is a technical department aimed at preparing specialized cadres in well drilling, oil and gas production, and oil field management, with a focus on practical training in equipment operation, production monitoring, &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21862&#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-21862","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21862","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=21862"}],"version-history":[{"count":4,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21862\/revisions"}],"predecessor-version":[{"id":21866,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21862\/revisions\/21866"}],"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=21862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}