{"id":41083,"date":"2026-04-21T06:41:50","date_gmt":"2026-04-21T06:41:50","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=41083"},"modified":"2026-04-21T06:42:34","modified_gmt":"2026-04-21T06:42:34","slug":"41083-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=41083&lang=en","title":{"rendered":"The Dean"},"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\">\n    <title>The Dean &#8211; Prof. Dr. Athir Kadhim Abbadi<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Amiri:wght@400;700&family=Noto+Kufi+Arabic:wght@400;600&display=swap');\n\n        :root {\n            --matte-navy: #1a2a44; \n            --gold-gradient: linear-gradient(45deg, #8e6d2a 0%, #d4af37 45%, #f1d592 70%, #a67c00 100%);\n            --royal-bronze: #b8860b; \n            --bg-light: #f4f7f9;\n            --white: #ffffff;\n            --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        body {\n            font-family: 'Noto Kufi Arabic', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-light);\n            color: #333;\n            overflow-x: hidden;\n        }\n\n        .gold-text-gradient {\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: bold;\n        }\n\n        header {\n            background-color: var(--matte-navy);\n            padding: 1.5rem 5%;\n            border-bottom: 3px solid var(--royal-bronze);\n            text-align: center;\n            transition: var(--transition);\n            cursor: default;\n        }\n\n        header:hover { background: var(--gold-gradient); }\n        header:hover h3 { color: var(--matte-navy) !important; -webkit-text-fill-color: var(--matte-navy); }\n\n        .hero-section {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 5rem 5%;\n            background: linear-gradient(135deg, rgba(26, 42, 68, 0.98) 0%, rgba(10, 15, 30, 1) 100%);\n            color: var(--white);\n            flex-wrap: wrap;\n            border-bottom: 5px solid var(--royal-bronze);\n        }\n\n        .profile-img-container { flex: 1; max-width: 320px; text-align: center; transition: var(--transition); }\n        .profile-img {\n            width: 260px; height: 260px; border-radius: 50%; border: 4px solid transparent;\n            background-image: var(--gold-gradient); background-origin: border-box; background-clip: content-box, border-box;\n            object-fit: cover; box-shadow: 0 0 30px rgba(212, 175, 55, 0.3); padding: 6px; transition: var(--transition);\n        }\n        .profile-img-container:hover .profile-img { transform: scale(1.05) rotate(5deg); box-shadow: 0 0 50px rgba(212, 175, 55, 0.6); }\n\n        .profile-info { flex: 2; padding: 2rem; min-width: 350px; }\n        .profile-info h1 { font-family: 'Amiri', serif; font-size: 3.2rem; margin-bottom: 10px; }\n\n        .container { max-width: 1200px; margin: -40px auto 3rem; padding: 0 20px; }\n\n        .card {\n            background: var(--white); padding: 2.5rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            margin-bottom: 2rem; border-top: 5px solid var(--matte-navy); transition: var(--transition);\n            position: relative; overflow: hidden;\n        }\n\n        .card:hover { transform: translateY(-10px); border-top-color: var(--royal-bronze); background-color: var(--matte-navy); color: var(--white); }\n        .section-title { color: var(--matte-navy); border-left: 6px solid var(--royal-bronze); padding-left: 15px; margin-bottom: 2rem; font-size: 1.8rem; font-family: 'Amiri', serif; transition: var(--transition); }\n        .card:hover .section-title { color: var(--royal-bronze); }\n\n        .career-list { list-style: none; padding: 0; }\n        .career-list li { margin-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 8px; transition: var(--transition); display: flex; align-items: center; }\n\n        .card:hover .career-list li, \n        .card:hover .career-list li strong {\n            color: var(--royal-bronze) !important;\n            font-weight: bold;\n        }\n\n        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\n        .task-item { background: #fafafa; padding: 1.5rem; border-radius: 10px; border: 1px solid #eee; display: flex; align-items: center; transition: var(--transition); }\n        .card:hover .task-item { background: rgba(255,255,255,0.05); border-color: var(--royal-bronze); }\n        .task-item i { color: var(--matte-navy); font-size: 1.5rem; margin-right: 15px; transition: var(--transition); }\n        .card:hover .task-item i { color: var(--royal-bronze); }\n\n        .badge { background: var(--matte-navy); color: white; padding: 8px 18px; border-radius: 25px; font-size: 0.9rem; border: 1px solid var(--royal-bronze); display: inline-block; margin: 5px; transition: var(--transition); }\n        .card:hover .badge { background: var(--gold-gradient); color: var(--matte-navy); font-weight: bold; }\n\n        .cv-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-top: 20px;\n            padding: 12px 25px;\n            background: var(--matte-navy);\n            color: white;\n            text-decoration: none;\n            border-radius: 30px;\n            border: 1px solid var(--royal-bronze);\n            font-weight: 600;\n            transition: var(--transition);\n        }\n        .card:hover .cv-button {\n            background: var(--gold-gradient);\n            color: var(--matte-navy);\n            transform: scale(1.05);\n            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);\n        }\n\n        .contact-links { display: flex; gap: 15px; margin-top: 25px; flex-wrap: wrap; }\n        .contact-links a { text-decoration: none; color: white; padding: 12px 25px; border-radius: 30px; background: rgba(255,255,255,0.08); border: 1px solid var(--royal-bronze); transition: var(--transition); display: flex; align-items: center; gap: 10px; }\n        .contact-links a:hover { background: var(--gold-gradient); color: var(--matte-navy) !important; transform: scale(1.1); font-weight: bold; }\n\n        footer { text-align: center; padding: 3rem; background: var(--matte-navy); color: #bdc3c7; border-top: 5px solid var(--royal-bronze); }\n        .designer-credit { color: #fff; font-weight: bold; font-size: 1.2rem; display: block; margin-bottom: 15px; letter-spacing: 1px; }\n\n        @media (max-width: 768px) { .hero-section { text-align: center; } .profile-info h1 { font-size: 2.2rem; } .contact-links { justify-content: center; } }\n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <h3 class=\"gold-text-gradient\">Al-Furat Al-Awsat Technical University &#8211; Kufa Technical Institute<\/h3>\n    <\/header>\n\n    <section class=\"hero-section\">\n        <div class=\"profile-img-container\">\n            <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/03\/649536505_1388865446593883_4000064407299206148_n.jpg\" alt=\"Professor Dr. Athir Kadhim Abbadi\" class=\"profile-img\">\n        <\/div>\n        <div class=\"profile-info\">\n            <h1 class=\"gold-text-gradient\">Professor Dr. Athir Kadhim Abbadi<\/h1>\n            <h2 class=\"gold-text-gradient\">Dean of Kufa Technical Institute<\/h2>\n            <p class=\"gold-text-gradient\">Professor at Al-Furat Al-Awsat Technical University, academic researcher specialized in infectious diseases and community health.<\/p>\n            \n            <div class=\"contact-links\">\n                <a href=\"mailto:kin.ath@atu.edu.iq\"><i class=\"fas fa-envelope\"><\/i> kin.ath@atu.edu.iq<\/a>\n                <a href=\"http:\/\/orcid.org\/0000-0001-8635-1052\" target=\"_blank\"><i class=\"fab fa-orcid\"><\/i> ORCID<\/a>\n                <a href=\"https:\/\/scholar.google.com\/citations?hl=en&#038;user=UoqVZB0AAAAJ\" target=\"_blank\"><i class=\"fas fa-graduation-cap\"><\/i> Google Scholar<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"container\">\n        <div class=\"card\">\n            <h3 class=\"section-title\">Identity &#038; Academic Profile<\/h3>\n            <div class=\"badge-list\">\n                <span class=\"badge\">PhD in Community Health &#8211; Universiti Putra Malaysia<\/span>\n                <span class=\"badge\">MSc in Community Health &#8211; Infectious Diseases<\/span>\n                <span class=\"badge\">Over 55 Published Researches<\/span>\n                <span class=\"badge\">Editorial Board Member for International Journals<\/span>\n            <\/div>\n            <p style=\"margin-top: 1.5rem;\">\n                Professor Athir Kadhim Abbadi has a distinguished academic career, specializing in epidemiology and infectious diseases. He has held several leadership positions, culminating in his role as the Dean of Kufa Technical Institute.\n            <\/p>\n            \n            <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Final-CV3.-20-9-2024.pdf\" target=\"_blank\" class=\"cv-button\">\n                <i class=\"fas fa-file-pdf\"><\/i> Download Full CV\n            <\/a>\n        <\/div>\n\n        <div class=\"card\">\n            <h3 class=\"section-title\">Current Duties &#038; Responsibilities<\/h3>\n            <div class=\"grid\">\n                <div class=\"task-item\"><i class=\"fas fa-university\"><\/i><span>Managing scientific and administrative affairs for Kufa Technical Institute.<\/span><\/div>\n                <div class=\"task-item\"><i class=\"fas fa-users-cog\"><\/i><span>Chairing scientific committees and international conferences for sustainable development.<\/span><\/div>\n                <div class=\"task-item\"><i class=\"fas fa-microscope\"><\/i><span>Supervising research related to communicable diseases, environment, and community health.<\/span><\/div>\n                <div class=\"task-item\"><i class=\"fas fa-award\"><\/i><span>Developing curricula and teaching methods in Iraqi universities.<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"card\">\n            <h3 class=\"section-title\">Professional Career<\/h3>\n            <ul class=\"career-list\">\n                <li>\n                    <i class=\"fas fa-star\" style=\"color: var(--royal-bronze); margin-right: 10px;\"><\/i>\n                    <strong>Dean of Kufa Technical Institute<\/strong> (2024 &#8211; Present)\n                <\/li>\n                <li>\n                    <i class=\"fas fa-star\" style=\"color: var(--royal-bronze); margin-right: 10px;\"><\/i>\n                    <strong>Head of Pharmacy Department<\/strong>, Kufa Technical Institute (2016 &#8211; 2020)\n                <\/li>\n                <li>\n                    <i class=\"fas fa-star\" style=\"color: var(--royal-bronze); margin-right: 10px;\"><\/i>\n                    <strong>Head of Community Health Department<\/strong>, Kufa Technical Institute (2012)\n                <\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <footer>\n        <span class=\"designer-credit\">Designed by Chief Engineer \/ Alaa Jassim Kadhim<\/span>\n        <p>Information extracted from the official CV of Professor Dr. Athir Kadhim Abbadi<\/p>\n        <p>All Rights Reserved &copy; Al-Furat Al-Awsat Technical University<\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The Dean &#8211; Prof. Dr. Athir Kadhim Abbadi Al-Furat Al-Awsat Technical University &#8211; Kufa Technical Institute Professor Dr. Athir Kadhim Abbadi Dean of Kufa Technical Institute Professor at Al-Furat Al-Awsat Technical University, academic researcher specialized in infectious diseases and community health. kin.ath@atu.edu.iq ORCID Google Scholar Identity &#038; Academic Profile PhD in Community Health &#8211; Universiti &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=41083&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-41083","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=41083"}],"version-history":[{"count":2,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41083\/revisions"}],"predecessor-version":[{"id":41088,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41083\/revisions\/41088"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}