{"id":40771,"date":"2026-04-18T16:55:52","date_gmt":"2026-04-18T16:55:52","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=40771"},"modified":"2026-04-22T13:42:39","modified_gmt":"2026-04-22T13:42:39","slug":"%d9%85%d8%b9%d8%a7%d9%88%d9%86-%d8%a7%d9%84%d8%b9%d9%85%d9%8a%d8%af-%d8%a7%d9%84%d8%a3%d8%af%d8%a7%d8%b1%d9%8a","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=40771","title":{"rendered":"\u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0623\u062f\u0627\u0631\u064a\u0629"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0633\u064a\u062f \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0627\u0644\u0625\u062f\u0627\u0631\u064a &#8211; \u0643\u0627\u0638\u0645 \u062e\u064a\u0648\u0646 \u0643\u062d\u0644\u0648\u0644<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --main-indigo: #1A237E;\n            --gold-color: #D4AF37;\n            --light-bg: #F0F2F5;\n        }\n\n        body {\n            font-family: 'Tajawal', sans-serif;\n            background-color: #E5E7EB;\n            margin: 0;\n            padding: 0;\n            display: flex;\n            justify-content: center;\n        }\n\n        .full-width-card {\n            background-color: white;\n            width: 100%;\n            max-width: 1200px;\n            margin: 20px;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.1);\n            display: flex;\n            flex-direction: column;\n            animation: fadeIn 1s ease-out;\n        }\n\n        .header-banner {\n            background-color: var(--light-bg);\n            display: flex;\n            align-items: center;\n            padding: 50px 80px;\n            gap: 50px;\n            border-bottom: 4px solid var(--gold-color);\n        }\n\n        .profile-img-container {\n            position: relative;\n        }\n\n        .profile-img {\n            width: 220px;\n            height: 220px;\n            border-radius: 50%;\n            border: 6px solid var(--gold-color);\n            object-fit: cover;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n            animation: pulse-gold 3s infinite;\n            transition: transform 0.4s ease;\n        }\n\n        .profile-img:hover {\n            transform: scale(1.08) rotate(3deg);\n        }\n\n        .header-text {\n            flex-grow: 1;\n        }\n\n        .name {\n            color: var(--gold-color);\n            font-size: 42px;\n            font-weight: 700;\n            margin: 0;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n        }\n\n        .title {\n            color: var(--main-indigo);\n            font-size: 24px;\n            font-weight: bold;\n            margin-top: 10px;\n        }\n\n        .contact-info {\n            color: #555;\n            font-size: 18px;\n            margin-top: 8px;\n            display: flex;\n            flex-direction: column;\n            gap: 5px;\n        }\n\n        .email-link {\n            text-decoration: none;\n            color: #555;\n            direction: ltr;\n            text-align: right;\n        }\n\n        .location {\n            color: #666;\n            font-size: 18px;\n            margin-top: 5px;\n        }\n\n        .cv-button-container {\n            margin-top: 20px;\n        }\n\n        .cv-btn {\n            background-color: var(--main-indigo);\n            color: white;\n            border: none;\n            padding: 12px 30px;\n            border-radius: 50px;\n            font-family: 'Tajawal', sans-serif;\n            font-size: 18px;\n            cursor: pointer;\n            transition: 0.3s;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            box-shadow: 0 4px 15px rgba(26, 35, 126, 0.3);\n        }\n\n        .cv-btn:hover {\n            background-color: var(--gold-color);\n            transform: translateY(-2px);\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            padding: 50px 80px;\n            background-color: white;\n        }\n\n        #cv-section {\n            display: none;\n            padding: 20px 80px 50px 80px;\n            background: #fff;\n            animation: slideDown 0.5s ease-out;\n        }\n\n        .cv-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .info-card {\n            padding: 25px;\n            border-right: 5px solid var(--main-indigo);\n            background: #fdfdfd;\n            border-radius: 10px;\n            transition: 0.3s;\n        }\n\n        .info-card h3 {\n            color: var(--main-indigo);\n            margin-top: 0;\n            font-size: 20px;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .info-card p, .info-card li {\n            font-size: 15px;\n            color: #444;\n            line-height: 1.8;\n        }\n\n        .tag-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 15px;\n        }\n\n        .tag {\n            background: var(--main-indigo);\n            color: white;\n            padding: 6px 15px;\n            border-radius: 6px;\n            font-size: 13px;\n            font-weight: 500;\n            text-decoration: none;\n            transition: 0.3s;\n        }\n\n        .tag:hover { \n            background: var(--gold-color); \n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes slideDown {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @media (max-width: 950px) {\n            .header-banner { flex-direction: column; text-align: center; padding: 40px 20px; }\n            .content-grid, .cv-grid { grid-template-columns: 1fr; padding: 30px 20px; }\n            #cv-section { padding: 20px; }\n            .name { font-size: 32px; }\n        }\n\n        footer {\n            background: var(--main-indigo);\n            color: white;\n            text-align: center;\n            padding: 20px;\n            font-size: 14px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"full-width-card\">\n    <div class=\"header-banner\">\n        <div class=\"profile-img-container\">\n            <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/03\/647466822_1388865846593843_6131142329218929629_n-1.jpg\" alt=\"\u0643\u0627\u0638\u0645 \u062e\u064a\u0648\u0646 \u0643\u062d\u0644\u0648\u0644\" class=\"profile-img\">\n        <\/div>\n        <div class=\"header-text\">\n            <h1 class=\"name\">\u0643\u0627\u0638\u0645 \u062e\u064a\u0648\u0646 \u0643\u062d\u0644\u0648\u0644<\/h1>\n            <div class=\"title\">\u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0627\u0644\u064a\u0629<\/div>\n            <div class=\"contact-info\">\n                <span>\ud83d\udcde 07802424652<\/span>\n                <a href=\"mailto:kadhim.k.kahlol@atu.edu.iq\" class=\"email-link\">\ud83d\udce7 kadhim.k.kahlol@atu.edu.iq<\/a>\n            <\/div>\n            <div class=\"location\">\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 |  <\/div>\n            \n            <div class=\"cv-button-container\">\n                <button class=\"cv-btn\" onclick=\"toggleCV()\">\n                    <span>\ud83d\udcc4 \u0639\u0631\u0636 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629<\/span>\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"content-grid\">\n        <div class=\"info-card\">\n            <h3>\ud83d\udcdd \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0648\u0638\u064a\u0641\u064a\u0629<\/h3>\n            <p>\u064a\u0634\u063a\u0644 \u062d\u0627\u0644\u064a\u0627\u064b \u0645\u0646\u0635\u0628 \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629\u060c \u0645\u0639 \u062e\u0628\u0631\u0629 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0642\u0633\u0645 \u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0645\u064a\u0643\u0627\u0646\u064a\u0643\u064a\u0629.<\/p>\n        <\/div>\n\n        <div class=\"info-card\">\n            <h3>\u2699\ufe0f \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629<\/h3>\n            <ul style=\"padding-right: 20px; margin: 0;\">\n                <li>\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0649 \u0627\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0644\u0644\u0645\u0639\u0647\u062f.<\/li>\n                <li>\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0644\u0648\u062c\u0633\u062a\u064a\u0629.<\/li>\n                <li>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0646\u0638\u0645 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0636\u0645\u0627\u0646 \u0627\u0644\u0634\u0641\u0627\u0641\u064a\u0629 \u0627\u0644\u0645\u0627\u0644\u064a\u0629.<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"info-card\">\n            <h3>\ud83c\udfe2 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0648\u0627\u0644\u0648\u062d\u062f\u0627\u062a<\/h3>\n            <div class=\"tag-container\">\n                <span class=\"tag\">\u0627\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629<\/span>\n                <span class=\"tag\">\u0627\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0645\u0627\u0644\u064a\u0629<\/span>\n                <span class=\"tag\">\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/span>\n                <span class=\"tag\">\u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"cv-section\">\n        <hr style=\"border: 0; border-top: 1px solid #eee; margin-bottom: 30px;\">\n        <div class=\"cv-grid\">\n            <div class=\"info-card\">\n                <h3>\ud83c\udf93 \u0627\u0644\u062a\u062d\u0635\u064a\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u064a<\/h3>\n                <ul style=\"padding-right: 20px;\">\n                    <li>\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0648\u0627\u0644\u0645\u0639\u0627\u062f\u0646 &#8211; \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0629 (1986).<\/li>\n                    <li>\u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0645\u0648\u0627\u062f &#8211; \u062c\u0627\u0645\u0639\u0629 \u0628\u0627\u0628\u0644 (2006).<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"info-card\">\n                <h3>\ud83d\udd0d \u0627\u0644\u0627\u0647\u062a\u0645\u0627\u0645\u0627\u062a \u0627\u0644\u0628\u062d\u062b\u064a\u0629<\/h3>\n                <div class=\"tag-container\">\n                    <span class=\"tag\">\u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629<\/span>\n                    <span class=\"tag\">CAD\/CAM<\/span>\n                    <span class=\"tag\">\u0639\u062f\u062f \u0627\u0644\u0642\u0637\u0639<\/span>\n                    <span class=\"tag\">\u0627\u0644\u0645\u0643\u0627\u0626\u0646 \u0627\u0644\u0645\u0628\u0631\u0645\u062c\u0629<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-card\" style=\"grid-column: span 2;\">\n                <h3>\ud83d\udcda \u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629<\/h3>\n                <ul style=\"padding-right: 20px;\">\n                    <li>Simulation between Soldering and Brazing of Copper at 450 Temperature by Zn-Sn Fillet Alloy (IOP Conf. Series: Materials Science and Engineering, 2021).<\/li>\n                    <li>Physics-Informed Neural Networks for Digital Twin-Based Metamaterial Design (July 2025).<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"info-card\">\n                <h3>\ud83d\udc68\u200d\ud83c\udfeb \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0635\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0633\u064a\u0629<\/h3>\n                <ul style=\"padding-right: 20px;\">\n                    <li>\u0645\u0627\u062f\u0629 \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0635\u0646\u0627\u0639\u064a.<\/li>\n                    <li>\u0645\u0627\u062f\u0629 \u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u0645\u0639\u0627\u062f\u0646.<\/li>\n                    <li>\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u064a\u0643\u0627\u0646\u064a\u0643 \u0627\u0644\u0647\u0646\u062f\u0633\u064a.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"info-card\">\n                <h3>\ud83d\udee0\ufe0f \u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629<\/h3>\n                <div class=\"tag-container\">\n                    <span class=\"tag\">\u0637\u0631\u0627\u0626\u0642 \u0627\u0644\u062a\u062f\u0631\u064a\u0633<\/span>\n                    <span class=\"tag\">\u0627\u0644\u0645\u0643\u0627\u0626\u0646 \u0627\u0644\u0645\u0628\u0631\u0645\u062c\u0629<\/span>\n                    <span class=\"tag\">\u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u062d\u0627\u0633\u0648\u0628<\/span>\n                    <span class=\"tag\">\u0645\u0643\u0627\u0626\u0646 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0642<\/span>\n                    <span class=\"tag\">\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0648\u0627\u0644\u062a\u0635\u0646\u064a\u0639 \u0628\u0627\u0644\u062d\u0627\u0633\u0648\u0628<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-card\" style=\"grid-column: span 2;\">\n                <h3>\ud83c\udf10 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n                <div class=\"tag-container\">\n                    <a href=\"https:\/\/scholar.google.com\/citations?view_op=new_profile&#038;hl=ar\" class=\"tag\" target=\"_blank\">Google Scholar<\/a>\n                    <a href=\"https:\/\/www.scopus.com\/home.uri\" class=\"tag\" target=\"_blank\">Scopus<\/a>\n                    <a href=\"https:\/\/orcid.org\/0000-0002-3850-8451\" class=\"tag\" target=\"_blank\">ORCID<\/a>\n                    <a href=\"https:\/\/access.clarivate.com\/resendactivation?app=wos&#038;loginId=kadhim.k.kahlol@atu.edu.iq\" class=\"tag\" target=\"_blank\">Web of Science<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <footer>\n        \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 &#8211; \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u00a9 2026\n    <\/footer>\n<\/div>\n\n<script>\n    function toggleCV() {\n        var cv = document.getElementById(\"cv-section\");\n        var btn = document.querySelector(\".cv-btn span\");\n        if (cv.style.display === \"block\") {\n            cv.style.display = \"none\";\n            btn.innerHTML = \"\ud83d\udcc4 \u0639\u0631\u0636 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629\";\n        } else {\n            cv.style.display = \"block\";\n            btn.innerHTML = \"\u2716 \u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629\";\n            window.scrollBy({ top: 350, behavior: 'smooth' });\n        }\n    }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0633\u064a\u062f \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0627\u0644\u0625\u062f\u0627\u0631\u064a &#8211; \u0643\u0627\u0638\u0645 \u062e\u064a\u0648\u0646 \u0643\u062d\u0644\u0648\u0644 \u0643\u0627\u0638\u0645 \u062e\u064a\u0648\u0646 \u0643\u062d\u0644\u0648\u0644 \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0627\u0644\u064a\u0629 \ud83d\udcde 07802424652 \ud83d\udce7 kadhim.k.kahlol@atu.edu.iq \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 | \ud83d\udcc4 \u0639\u0631\u0636 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \ud83d\udcdd \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0648\u0638\u064a\u0641\u064a\u0629 \u064a\u0634\u063a\u0644 \u062d\u0627\u0644\u064a\u0627\u064b \u0645\u0646\u0635\u0628 \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629\u060c \u0645\u0639 \u062e\u0628\u0631\u0629 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0633\u0639\u0629 \u0641\u064a &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=40771\">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-40771","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40771","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=40771"}],"version-history":[{"count":7,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40771\/revisions"}],"predecessor-version":[{"id":41334,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40771\/revisions\/41334"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}