{"id":12778,"date":"2026-04-26T10:17:37","date_gmt":"2026-04-26T07:17:37","guid":{"rendered":"https:\/\/coie-nahrain.edu.iq\/en\/?page_id=12778"},"modified":"2026-04-26T10:20:02","modified_gmt":"2026-04-26T07:20:02","slug":"contact-sci-affairs","status":"publish","type":"page","link":"https:\/\/coie-nahrain.edu.iq\/en\/contact-sci-affairs\/","title":{"rendered":"Scientific Affairs Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12778\" class=\"elementor elementor-12778\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-483284c elementor-section-boxed elementor-section-gap-beside-yes elementor-section-height-default elementor-section-height-default elementor-section-column-vertical-align-stretch\" data-id=\"483284c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cff518f\" data-id=\"cff518f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56ba234 elementor-widget elementor-widget-html\" data-id=\"56ba234\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sci-affairs-wrapper\">\n    \n    <div class=\"sci-affairs-header\">\n        <h2>Office of the Associate Dean for Scientific Affairs<\/h2>\n        <p>For official and academic inquiries, you can contact us directly via the following channels:<\/p>\n        \n        <div class=\"sci-affairs-contact-card\">\n            <span class=\"sci-affairs-icon\">\u2709<\/span>\n            <div class=\"sci-affairs-details\">\n                <strong>Official Email:<\/strong>\n                <a href=\"mailto:sci.affairs.ie@nahrainuniv.edu.iq\">sci.affairs.ie@nahrainuniv.edu.iq<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <hr class=\"sci-affairs-divider\">\n\n    <div class=\"sci-affairs-form-container\">\n        <h3>Contact Form<\/h3>\n        <p class=\"sci-affairs-subtitle\">Please fill out the form below, and the relevant department will respond to your inquiry as soon as possible.<\/p>\n\n        <form id=\"sciAffairsForm\" class=\"sci-affairs-form\">\n            <div class=\"sci-affairs-row\">\n                <div class=\"sci-affairs-field\">\n                    <label>Full Name<\/label>\n                    <input type=\"text\" name=\"user_name\" placeholder=\"Enter your full name\" required>\n                <\/div>\n                <div class=\"sci-affairs-field\">\n                    <label>Category<\/label>\n                    <select name=\"user_role\" required>\n                        <option value=\"\" disabled selected>Select your role...<\/option>\n                        <option value=\"undergraduate\">Undergraduate Student<\/option>\n                        <option value=\"postgraduate\">Postgraduate Student<\/option>\n                        <option value=\"faculty\">Faculty Member<\/option>\n                        <option value=\"external\">External Party<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n\n            <div class=\"sci-affairs-field\">\n                <label>Email Address<\/label>\n                <input type=\"email\" name=\"user_email\" placeholder=\"example@email.com\" required>\n            <\/div>\n\n            <div class=\"sci-affairs-field\">\n                <label>Subject<\/label>\n                <input type=\"text\" name=\"subject\" placeholder=\"e.g., Postponement request, Academic inquiry...\" required>\n            <\/div>\n\n            <div class=\"sci-affairs-field\">\n                <label>Message<\/label>\n                <textarea name=\"message\" rows=\"5\" placeholder=\"Write the details of your request here...\" required><\/textarea>\n            <\/div>\n\n            <button type=\"submit\" class=\"sci-affairs-submit-btn\">Send Message<\/button>\n            <div id=\"sciAffairsStatus\" class=\"sci-affairs-status-msg\"><\/div>\n        <\/form>\n    <\/div>\n<\/div>\n\n<style>\n    \/* CSS Scoped with Unique Classes - English Version *\/\n    .sci-affairs-wrapper {\n        direction: ltr; \/* Left to Right *\/\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        max-width: 800px;\n        margin: 20px auto;\n        background: #ffffff;\n        border-radius: 12px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        padding: 30px;\n        color: #333;\n        line-height: 1.6;\n    }\n\n    .sci-affairs-header h2 {\n        color: #004a99;\n        margin-bottom: 10px;\n        font-size: 1.8rem;\n        letter-spacing: -0.5px;\n    }\n\n    .sci-affairs-contact-card {\n        display: flex;\n        align-items: center;\n        background: #f0f7ff;\n        padding: 15px;\n        border-left: 5px solid #004a99; \/* Left border for English *\/\n        border-radius: 8px;\n        margin-top: 20px;\n    }\n\n    .sci-affairs-icon {\n        font-size: 24px;\n        margin-right: 15px; \/* Margin right for English *\/\n        color: #004a99;\n    }\n\n    .sci-affairs-details a {\n        color: #d32f2f;\n        text-decoration: none;\n        font-weight: bold;\n        display: block;\n        word-break: break-all;\n    }\n\n    .sci-affairs-divider {\n        margin: 40px 0;\n        border: 0;\n        border-top: 1px dashed #ccc;\n    }\n\n    .sci-affairs-form-container h3 {\n        color: #004a99;\n        margin-bottom: 5px;\n    }\n\n    .sci-affairs-subtitle {\n        font-size: 0.9rem;\n        color: #666;\n        margin-bottom: 25px;\n    }\n\n    .sci-affairs-row {\n        display: flex;\n        gap: 20px;\n        flex-wrap: wrap;\n    }\n\n    .sci-affairs-field {\n        margin-bottom: 20px;\n        flex: 1;\n        min-width: 250px;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .sci-affairs-field label {\n        font-weight: 600;\n        margin-bottom: 8px;\n        font-size: 0.95rem;\n    }\n\n    .sci-affairs-field input, \n    .sci-affairs-field select, \n    .sci-affairs-field textarea {\n        padding: 12px;\n        border: 1px solid #ddd;\n        border-radius: 6px;\n        font-size: 1rem;\n        transition: border-color 0.3s ease;\n        font-family: inherit;\n    }\n\n    .sci-affairs-field input:focus, \n    .sci-affairs-field select:focus, \n    .sci-affairs-field textarea:focus {\n        border-color: #004a99;\n        outline: none;\n        box-shadow: 0 0 5px rgba(0,74,153,0.1);\n    }\n\n    .sci-affairs-submit-btn {\n        background-color: #004a99;\n        color: white;\n        padding: 14px 30px;\n        border: none;\n        border-radius: 6px;\n        cursor: pointer;\n        font-size: 1.1rem;\n        font-weight: bold;\n        width: 100%;\n        transition: background 0.3s ease;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .sci-affairs-submit-btn:hover {\n        background-color: #003366;\n    }\n\n    .sci-affairs-status-msg {\n        margin-top: 15px;\n        text-align: center;\n        padding: 10px;\n        border-radius: 6px;\n        display: none;\n    }\n\n    .sci-affairs-success {\n        display: block;\n        background: #d4edda;\n        color: #155724;\n    }\n\n    @media (max-width: 600px) {\n        .sci-affairs-wrapper {\n            padding: 15px;\n        }\n        .sci-affairs-row {\n            flex-direction: column;\n            gap: 0;\n        }\n    }\n<\/style>\n\n<script>\n    document.getElementById('sciAffairsForm').addEventListener('submit', function(e) {\n        e.preventDefault();\n        \n        const statusMsg = document.getElementById('sciAffairsStatus');\n        \n        \/\/ Simulation of submission process\n        statusMsg.textContent = \"Sending your request... Please wait.\";\n        statusMsg.className = \"sci-affairs-status-msg sci-affairs-success\";\n        statusMsg.style.display = \"block\";\n\n        setTimeout(() => {\n            statusMsg.textContent = \"Your message has been sent successfully. We will get back to you shortly.\";\n            this.reset();\n        }, 2000);\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Office of the Associate Dean for Scientific Affairs For official and academic inquiries, you can contact us directly via the following channels: \u2709 Official Email: sci.affairs.ie@nahrainuniv.edu.iq Contact Form Please fill out the form below, and the relevant department will respond to your inquiry as soon as possible. Full Name Category Select your role&#8230;Undergraduate StudentPostgraduate StudentFaculty MemberExternal Party Email Address Subject Message Send Message<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12778","page","type-page","status-publish","hentry","post-no-thumbnail"],"_links":{"self":[{"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/pages\/12778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/comments?post=12778"}],"version-history":[{"count":4,"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/pages\/12778\/revisions"}],"predecessor-version":[{"id":12783,"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/pages\/12778\/revisions\/12783"}],"wp:attachment":[{"href":"https:\/\/coie-nahrain.edu.iq\/en\/wp-json\/wp\/v2\/media?parent=12778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}