{"id":41465,"date":"2026-04-26T17:53:23","date_gmt":"2026-04-26T17:53:23","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=41465"},"modified":"2026-04-26T18:03:29","modified_gmt":"2026-04-26T18:03:29","slug":"41465-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=41465&lang=en","title":{"rendered":"Media Government Communication Division"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<\/blockquote>\n\n\n\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>Government Communication &#038; Media Division<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;900&#038;family=Playfair+Display:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --dark-indigo: #0a192f; \n            --royal-gold: linear-gradient(45deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);\n            --accent-blue: #00d2ff;\n            --accent-purple: #9d50bb;\n            --accent-green: #00ff87;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            background-color: #f0f4f8;\n            margin: 0;\n            padding: 0;\n            color: #333;\n            overflow-x: hidden;\n        }\n\n        \/* Hero Header *\/\n        .main-header {\n            background: linear-gradient(rgba(10, 25, 47, 0.95), rgba(10, 25, 47, 0.95)), \n                        url('https:\/\/images.unsplash.com\/photo-1557426272-fc759fdf7a8d?auto=format&fit=crop&w=1500&q=80');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 110px 20px;\n            text-align: center;\n            border-bottom: 6px solid #b38728;\n        }\n\n        .main-header h1 {\n            font-size: 3.5rem;\n            margin: 0;\n            font-family: 'Playfair Display', serif;\n            background: var(--royal-gold);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));\n            font-weight: 900;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: -60px auto 60px;\n            padding: 0 20px;\n        }\n\n        \/* Introduction Card *\/\n        .intro-card {\n            background: var(--white);\n            padding: 40px;\n            border-radius: 30px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            margin-bottom: 50px;\n            text-align: center;\n            border-left: 10px solid #b38728; \/* Left border for English *\/\n            transition: 0.4s ease;\n        }\n\n        .intro-card p {\n            font-size: 1.2rem;\n            color: var(--dark-indigo);\n            line-height: 1.8;\n            font-weight: 600;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.8rem;\n            font-family: 'Playfair Display', serif;\n            margin: 60px 0 40px;\n            background: var(--royal-gold);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 900;\n        }\n\n        \/* Grid Layout *\/\n        .grid-layout {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n        }\n\n        .fancy-card {\n            background: var(--white);\n            border-radius: 25px;\n            padding: 35px;\n            position: relative;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n            border-bottom: 8px solid transparent;\n        }\n\n        .fancy-card:hover {\n            transform: translateY(-15px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .card-icon {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            display: inline-block;\n        }\n\n        \/* Card Colors *\/\n        .card-media { border-bottom-color: var(--accent-blue); }\n        .card-gov { border-bottom-color: var(--accent-purple); }\n        .card-inst { border-bottom-color: var(--accent-green); }\n\n        h3 {\n            font-size: 1.6rem;\n            margin: 10px 0;\n            color: var(--dark-indigo);\n            font-family: 'Playfair Display', serif;\n        }\n\n        .list-style {\n            padding: 0;\n            list-style: none;\n            text-align: left; \/* Left align for English *\/\n        }\n\n        .list-style li {\n            padding: 8px 0;\n            border-bottom: 1px dashed #eee;\n            font-size: 0.95rem;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .list-style li::before {\n            content: \"\ud83d\udd39\";\n            margin-right: 10px; \/* Right margin for English *\/\n            font-size: 0.8rem;\n            margin-top: 5px;\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: var(--dark-indigo);\n            color: white;\n            padding: 60px 20px;\n            text-align: center;\n            border-radius: 30px;\n            margin-top: 60px;\n            border: 2px solid #b38728;\n        }\n\n        .email-link {\n            display: inline-block;\n            background: var(--royal-gold);\n            color: var(--dark-indigo);\n            padding: 15px 35px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 900;\n            font-size: 1.1rem;\n            margin-top: 20px;\n            transition: 0.3s;\n        }\n\n        .email-link:hover {\n            transform: scale(1.05);\n            box-shadow: 0 0 20px rgba(252, 246, 186, 0.4);\n        }\n\n        footer {\n            background: var(--dark-indigo);\n            color: white;\n            text-align: center;\n            padding: 50px 20px;\n            margin-top: 80px;\n            border-top: 5px solid #b38728;\n        }\n\n        @media (max-width: 768px) {\n            .main-header h1 { font-size: 2.2rem; }\n            .grid-layout { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"main-header\">\n        <h1>Government Communication &#038; Media Division<\/h1>\n        <p style=\"font-weight: 700; font-size: 1.1rem; margin-top: 15px; color: #fcf6ba;\">Transparency .. Accuracy .. Effective Institutional Communication<\/p>\n    <\/header>\n\n    <div class=\"container\">\n        \n        <div class=\"intro-card\">\n            <p>\n                The department aims to provide accurate information and data transparently to official bodies and citizens. It conducts extensive studies and reviews successful experiences of Arab and foreign countries in the field of government communication to ensure effective interaction between the government and citizens.\n            <\/p>\n        <\/div>\n\n        <h2 class=\"section-title\">Core Pillars<\/h2>\n\n        <div class=\"grid-layout\">\n            \n            <div class=\"fancy-card card-media\">\n                <span class=\"card-icon\">\ud83d\udce2<\/span>\n                <h3>I. Media Division<\/h3>\n                <p>Publishing news, daily activities, and building positive relationships with all media outlets.<\/p>\n                <ul class=\"list-style\">\n                    <li>Monitoring daily newspapers and websites to prepare reports for senior management.<\/li>\n                    <li>Coordinating media work with satellite channels and news agencies.<\/li>\n                    <li>Supervising the production of documentaries and videos highlighting institutional achievements.<\/li>\n                    <li>Organizing official events, press conferences, and ensuring photographic coverage.<\/li>\n                    <li>Managing and developing the website to ensure accurate and timely information.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"fancy-card card-gov\">\n                <span class=\"card-icon\">\ud83c\udfdb\ufe0f<\/span>\n                <h3>II. Gov. Communication<\/h3>\n                <p>Coordination between institutions and the Secretariat of the Council of Ministers.<\/p>\n                <ul class=\"list-style\">\n                    <li>Ensuring public awareness of government policies, programs, and initiatives.<\/li>\n                    <li>Enhancing transparency and public access to institutional operations.<\/li>\n                    <li>Monitoring public feedback and opinions on institutional decisions.<\/li>\n                    <li>Encouraging officials to maintain open communication with the public.<\/li>\n                    <li>Gaining public trust through integrity, efficiency, and fairness.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"fancy-card card-inst\">\n                <span class=\"card-icon\">\ud83c\udfe2<\/span>\n                <h3>Institute Responsibilities<\/h3>\n                <p>The duties and responsibilities of the Media Division at the Institute include:<\/p>\n                <ul class=\"list-style\">\n                    <li>Covering conferences, seminars, workshops, and sports festivals.<\/li>\n                    <li>Facilitating the tasks of all satellite channels and media outlets within the university.<\/li>\n                    <li>Organizing celebrations and managing their media presence across all platforms.<\/li>\n                    <li>Field follow-up of all published material related to the college activities.<\/li>\n                    <li>Strengthening cooperation bonds and organizing visits for delegations and experts.<\/li>\n                <\/ul>\n            <\/div>\n\n        <\/div>\n\n        <section class=\"contact-section\">\n            <h2 style=\"background: var(--royal-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Playfair Display', serif; font-size: 2.5rem;\">Contact Us<\/h2>\n            <p>We are here to receive your media inquiries and provide official information accurately.<\/p>\n            <a href=\"mailto:ku_int@atu.edu.iq\" class=\"email-link\">\ud83d\udce9 ku_int@atu.edu.iq<\/a>\n        <\/section>\n\n    <\/div>\n\n    <footer>\n        <div style=\"font-family: 'Playfair Display', serif; font-size: 2rem; background: var(--royal-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px;\">Government Communication Unit<\/div>\n        <p>Technical Institute \/ The Heart of University Communication<\/p>\n        <div style=\"margin-top: 20px; opacity: 0.7; font-size: 0.8rem;\">\n            Designed by Chief Engineer Alaa Jassim Kadhim \u00a9 2026\n        <\/div>\n    <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Government Communication &#038; Media Division Government Communication &#038; Media Division Transparency .. Accuracy .. Effective Institutional Communication The department aims to provide accurate information and data transparently to official bodies and citizens. It conducts extensive studies and reviews successful experiences of Arab and foreign countries in the field of government communication to ensure effective interaction &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=41465&#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-41465","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41465","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=41465"}],"version-history":[{"count":4,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41465\/revisions"}],"predecessor-version":[{"id":41473,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41465\/revisions\/41473"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}