{"id":41329,"date":"2026-04-22T13:20:13","date_gmt":"2026-04-22T13:20:13","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=41329"},"modified":"2026-06-02T11:17:22","modified_gmt":"2026-06-02T11:17:22","slug":"41329-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=41329&lang=en","title":{"rendered":"Institute Council"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kufa Technical Institute Council<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;700&amp;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --light-glow-gray: #F8F9FA; \/* Light glowing gray for background *\/\n            --official-navy: #0A1931;   \/* Dignified official navy *\/\n            --royal-gold: #D4AF37;      \/* Glowing royal gold *\/\n            --pure-white: #FFFFFF;\n        }\n\n        body {\n            font-family: 'Tajawal', sans-serif;\n            background-color: var(--light-glow-gray);\n            color: var(--official-navy);\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Top Header *\/\n        header {\n            background-color: var(--official-navy);\n            padding: 50px 20px;\n            text-align: center;\n            border-bottom: 5px solid var(--royal-gold);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n        }\n\n        \/* Enhanced Shiny Golden Title Box Layout *\/\n        .header-box {\n            background: linear-gradient(145deg, #0A1931, #122C54);\n            padding: 25px 50px;\n            border-radius: 15px;\n            display: inline-block;\n            margin-bottom: 10px;\n            position: relative;\n            overflow: hidden;\n            border: 2px solid var(--royal-gold);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.3), 0 0 15px rgba(212, 175, 55, 0.3);\n            transition: all 0.4s ease;\n            cursor: pointer;\n        }\n\n        \/* Lightning shine effect passing over the title *\/\n        .header-box::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 50%;\n            height: 100%;\n            background: linear-gradient(to right, transparent, rgba(255, 215, 0, 0.3), transparent);\n            transform: skewX(-25deg);\n            transition: 0.7s;\n        }\n\n        .header-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 25px rgba(212, 175, 55, 0.5);\n            border-color: #FFD700;\n        }\n\n        .header-box:hover::before {\n            left: 150%;\n        }\n\n        .header-box h1 {\n            color: var(--royal-gold);\n            font-size: 38px;\n            margin: 0;\n            font-weight: 700;\n            text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);\n            letter-spacing: 1px;\n        }\n\n        header p {\n            color: var(--pure-white);\n            opacity: 0.8;\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 40px auto;\n            padding: 0 20px;\n        }\n\n        \/* Content Cards *\/\n        .content-card {\n            background-color: var(--pure-white);\n            border-radius: 15px;\n            padding: 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.05);\n            border: 1px solid #EAEAEA;\n            transition: transform 0.3s ease;\n        }\n\n        h2 {\n            color: var(--official-navy);\n            font-size: 26px;\n            margin-bottom: 30px;\n            border-left: 6px solid var(--royal-gold);\n            padding-left: 15px;\n            font-weight: 700;\n        }\n\n        h3 {\n            color: var(--official-navy);\n            font-size: 20px;\n            margin: 25px 0 15px 0;\n            font-weight: 700;\n            background-color: rgba(212, 175, 55, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n            display: inline-block;\n        }\n\n        \/* Navy Buttons *\/\n        .member-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n\n        .member-button {\n            background-color: var(--official-navy);\n            color: var(--royal-gold);\n            padding: 20px 15px;\n            border-radius: 12px;\n            text-align: center;\n            font-weight: bold;\n            font-size: 16px;\n            border: 1px solid var(--royal-gold);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: 0 5px 15px rgba(10, 25, 49, 0.2);\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            min-height: 80px;\n        }\n\n        .member-button span {\n            display: block;\n            color: var(--pure-white);\n            font-size: 12px;\n            font-weight: normal;\n            margin-top: 8px;\n        }\n\n        .member-button:hover {\n            transform: translateY(-8px) scale(1.05);\n            box-shadow: 0 15px 25px rgba(212, 175, 55, 0.3);\n            background-color: #122C54;\n        }\n\n        \/* Tasks List (Bold & Interactive) *\/\n        .tasks-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .tasks-list li {\n            padding: 14px 15px 14px 45px;\n            position: relative;\n            color: var(--official-navy);\n            font-weight: 700; \/* Bold text *\/\n            border-bottom: 1px solid #F0F0F0;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            border-radius: 8px;\n        }\n\n        .tasks-list li:hover {\n            background-color: rgba(212, 175, 55, 0.07);\n            padding-left: 55px;\n        }\n\n        .tasks-list li::before {\n            content: \"\u2726\";\n            position: absolute;\n            left: 10px;\n            color: var(--royal-gold);\n            font-size: 22px;\n            top: 50%;\n            transform: translateY(-50%);\n            transition: transform 0.3s ease;\n        }\n\n        .tasks-list li:hover::before {\n            transform: translateY(-50%) rotate(90deg) scale(1.2);\n        }\n\n        footer {\n            text-align: center;\n            padding: 40px;\n            color: var(--official-navy);\n            font-weight: 700;\n        }\n    <\/style>\n\n\n\n<div style=\"direction: ltr;\">\n<header>\n    <div class=\"header-box\">\n        <h1>Kufa Technical Institute Council<\/h1>\n    <\/div>\n    <p>The Portal of Administrative Leadership and Scientific Excellence<\/p>\n<\/header>\n\n<div class=\"container\">\n    <div class=\"content-card\">\n        <h2>\ud83d\udc65 Honorable Council Members<\/h2>\n        <div class=\"member-grid\">\n            <div class=\"member-button\">Dr. Atheer Kazem Abadi <span>Professor \/ Council Chairman<\/span><\/div>\n            <div class=\"member-button\">Dr. Iyad Muslim Hamza <span>Associate Professor \/ Scientific Dean Assistant<\/span><\/div>\n            <div class=\"member-button\">Kazem Khayoon Kahloul <span>Associate Professor \/ Administrative Dean Assistant<\/span><\/div>\n            <div class=\"member-button\">Dr. Mahmoud Muhi Fahad <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Dr. Angham Najah Hadi <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Dr. Noor Ismail Naser <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Dr. Ahmed Jassim Mohammed <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Dr. Hussein Abdul-Zahra Khalaf <span>Lecturer \/ Member<\/span><\/div>\n            <div class=\"member-button\">Ahmed Abdul-Hassan <span>Lecturer \/ Member<\/span><\/div>\n            <div class=\"member-button\">Hashem Dhaher Mohammed <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Ali Mohsin Hameedi <span>Assistant Lecturer \/ Member<\/span><\/div>\n            <div class=\"member-button\">Muneer Naji Waheed <span>Lecturer \/ Member<\/span><\/div>\n            <div class=\"member-button\">Dr. Ahmed Ghani Hussein <span>Associate Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Basima Mohammed Bani <span>Professor \/ Member<\/span><\/div>\n            <div class=\"member-button\">Shatha Ata Obeid <span>Associate Professor \/ Member<\/span><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"content-card\">\n        <h2>\ud83d\udcdc Duties and Powers (Actual Function: Institute Council)<\/h2>\n        \n        <h3>First: The Main Mission<\/h3>\n        <p style=\"font-weight: 700; font-size: 16px; line-height: 1.8; color: var(--official-navy); padding-left: 15px;\">\n            The Institute Council is the highest scientific and administrative body in the Institute. It is chaired by the Dean of the Institute and includes in its membership the Assistant Deans, the Heads of Scientific Departments, and the Council Secretariat. It meets monthly to take decisions and recommendations and forwards them to the University Presidency for validation and approval.\n        <\/p>\n\n        <h3>Second: Duties and Responsibilities<\/h3>\n        <ul class=\"tasks-list\">\n            <li>Formulating the Institute&#8217;s policy in a way that aligns with the general policy of the university and achieves its mission.<\/li>\n            <li>Recommending the approval of the Institute&#8217;s strategic plan in line with the university&#8217;s strategic plans.<\/li>\n            <li>Approving a strategy for scientific research within the Institute.<\/li>\n            <li>Approving the master plan for implementing quality management and academic accreditation at the Institute.<\/li>\n            <li>Forming permanent or temporary committees from among its members or others.<\/li>\n            <li>Encouraging the preparation of scientific research, coordinating it among the institute&#8217;s departments, and working on its publication.<\/li>\n            <li>Reviewing the appointment, secondment, and assignment of faculty members, teaching assistants, and lecturers.<\/li>\n            <li>Recommending the approval of plans, curricula, prescribed textbooks, and proposed references in the scientific departments.<\/li>\n            <li>Approving examination schedules and setting regulations for conducting them.<\/li>\n            <li>Approving the necessary training and scholarship plans for the Institute.<\/li>\n            <li>Approving the extra-curricular activities plan for the scientific departments and the activities of the Institute&#8217;s Continuing Education Division.<\/li>\n            <li>Deciding on student matters that fall within its jurisdiction and referring others to the University Council.<\/li>\n            <li>Reviewing matters referred to it by the University Council, its president, vice president, or the Institute&#8217;s Dean for study and evaluation.<\/li>\n            <li>Imposing disciplinary sanctions on students in accordance with the regulations approved by the university.<\/li>\n            <li>Submitting recommendations for academic promotions of faculty members to the University Presidency according to the approved academic promotion instructions.<\/li>\n            <li>Preparing the agenda of the Institute Council in coordination with the Dean of the Institute and issuing invitations to council members to attend sessions.<\/li>\n            <li>Preparing the minutes of the Institute Council sessions with precision and objectivity, documenting and preserving the decisions and recommendations of the Institute Council, and monitoring their execution.<\/li>\n            <li>Submitting the minutes of the Institute Council to the University Presidency after approval, preparing the necessary documents and files for council sessions, and archiving all council minutes and decisions.<\/li>\n        <\/ul>\n\n        <h3>Third: Minimum Supervisory Responsibility<\/h3>\n        <p style=\"font-weight: 700; font-size: 16px; line-height: 1.8; color: var(--official-navy); padding-left: 15px;\">\n            The supervisory responsibility of the Institute Council manifests clearly through achieving excellence in organizing the administrative, financial, and scientific affairs of the Institute.\n        <\/p>\n    <\/div>\n<\/div>\n\n<footer>Al-Furat Al-Awsat Technical University &#8211; Kufa Technical Institute \u00a9 2026 | Designed by Chief Engineer Alaa Jassim Kadhim<\/footer>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Kufa Technical Institute Council Kufa Technical Institute Council The Portal of Administrative Leadership and Scientific Excellence \ud83d\udc65 Honorable Council Members Dr. Atheer Kazem Abadi Professor \/ Council Chairman Dr. Iyad Muslim Hamza Associate Professor \/ Scientific Dean Assistant Kazem Khayoon Kahloul Associate Professor \/ Administrative Dean Assistant Dr. Mahmoud Muhi Fahad Associate Professor \/ Member &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=41329&#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-41329","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41329","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=41329"}],"version-history":[{"count":3,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41329\/revisions"}],"predecessor-version":[{"id":42386,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41329\/revisions\/42386"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}