{"id":1480,"date":"2021-02-20T16:36:59","date_gmt":"2021-02-20T13:36:59","guid":{"rendered":"https:\/\/www.uomisan.edu.iq\/eng\/ar\/?page_id=1480"},"modified":"2026-04-04T09:28:09","modified_gmt":"2026-04-04T06:28:09","slug":"ja","status":"publish","type":"page","link":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja","title":{"rendered":"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-align-center\">\u062c\u062f\u0648\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ar\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0627\u0644\u0623\u0642\u0633\u0627\u0645<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Cairo', sans-serif;\n            background-color: #f4f4f4;\n            margin: 0;\n            padding: 20px;\n            text-align: center;\n        }\n        h1 {\n            color: #333;\n            margin-bottom: 20px;\n            font-size: 24px;\n        }\n        label {\n            display: block;\n            margin: 10px 0 5px;\n            font-weight: bold;\n            color: #555;\n        }\n        select, button {\n            width: 80%;\n            padding: 10px;\n            margin-bottom: 20px;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n            font-size: 16px;\n            background-color: #fff;\n            font-family: 'Cairo', sans-serif;\n        }\n        button {\n            background-color: #28a745;\n            color: white;\n            border: none;\n            cursor: pointer;\n        }\n        button:hover {\n            background-color: #218838;\n        }\n        #tableDisplay {\n            margin-top: 20px;\n            background-color: white;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n            padding: 10px;\n            text-align: center;\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 0 auto;\n            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        th, td {\n            border: 1px solid #ddd;\n            padding: 10px;\n            text-align: center;\n        }\n        thead tr {\n            background-color: #ADD8E6;\n        }\n        tbody tr:nth-child(even) {\n            background-color: #f2f2f2;\n        }\n        tbody tr:hover {\n            background-color: #f1f1f1;\n        }\n        @media (max-width: 768px) {\n            table th, table td {\n                padding: 8px;\n            }\n            h1 {\n                font-size: 18px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <label for=\"department\">\u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645:<\/label>\n    <select id=\"department\">\n        <option value=\"civil\">\u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0646\u064a<\/option>\n        <option value=\"electric\">\u0642\u0633\u0645 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621<\/option>\n    <\/select>\n    <button id=\"showTable\">\u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644<\/button>\n    <div id=\"tableDisplay\"><\/div>\n    <script>\n        document.getElementById('showTable').addEventListener('click', function () {\n            const department = document.getElementById('department').value;\n\n            const tables = {\n                civil: `\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>\u062a<\/th>\n                                <th>\u0627\u0644\u064a\u0648\u0645<\/th>\n                                <th>\u0627\u0644\u062a\u0627\u0631\u064a\u062e<\/th>\n                                <th>\u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td>1<\/td><td>\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621<\/td><td>2026\/03\/10<\/td><td>Plastic Analysis of Structures<\/td><\/tr>\n                            <tr><td>2<\/td><td>\u0627\u0644\u0627\u062b\u0646\u064a\u0646<\/td><td>2026\/03\/30<\/td><td>Theory of Elastic<\/td><\/tr>\n                            <tr><td>3<\/td><td>\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621<\/td><td>2025\/04\/07<\/td><td>Advanced statistics and research techniques<\/td><\/tr>\n                            <tr><td>4<\/td><td>\u0627\u0644\u0623\u062d\u062f<\/td><td>2025\/04\/12<\/td><td>Finite element analysis<\/td><\/tr>\n                            <tr><td>5<\/td><td>\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621<\/td><td>2025\/04\/14<\/td><td>Bridges Design<\/td><\/tr>\n                            <tr><td>6<\/td><td>\u0627\u0644\u0623\u062d\u062f<\/td><td>2026\/04\/19<\/td><td>Structural Dynamics<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                `,\n                electric: `\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>\u062a<\/th>\n                                <th>\u0627\u0644\u064a\u0648\u0645<\/th>\n                                <th>\u0627\u0644\u062a\u0627\u0631\u064a\u062e<\/th>\n                                <th>\u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td>1<\/td><td>\u0627\u0644\u0627\u062b\u0646\u064a\u0646<\/td><td>2026\/03\/09<\/td><td>Power System Protection<\/td><\/tr>\n                            <tr><td>2<\/td><td>\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621<\/td><td>2026\/03\/17<\/td><td>Advanced Communication Engineering Systems<\/td><\/tr>\n                            <tr><td>3<\/td><td>\u0627\u0644\u062e\u0645\u064a\u0633<\/td><td>2026\/03\/26<\/td><td>Advanced Power Electronics<\/td><\/tr>\n                            <tr><td>4<\/td><td>\u0627\u0644\u0627\u062b\u0646\u064a\u0646<\/td><td>2026\/03\/30<\/td><td>Power System Stability<\/td><\/tr>\n                            <tr><td>5<\/td><td>\u0627\u0644\u0627\u062d\u062f<\/td><td>2026\/04\/05<\/td><td>Advanced Control Theory<\/td><\/tr>\n                            <tr><td>6<\/td><td>\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621<\/td><td>2026\/04\/07<\/td><td>Statistical and Research Methodology<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                `\n            };\n\n            document.getElementById('tableDisplay').innerHTML = tables[department] || '\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062d\u062f\u062f.';\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u062c\u062f\u0648\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645: \u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0646\u064a \u0642\u0633\u0645 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","_uag_custom_page_level_css":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-1480","page","type-page","status-publish",""],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646\" \/>\n<meta property=\"og:description\" content=\"\u062c\u062f\u0648\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645: \u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0646\u064a \u0642\u0633\u0645 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644\" \/>\n<meta property=\"og:url\" content=\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T06:28:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja\",\"url\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja\",\"name\":\"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646\",\"isPartOf\":{\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#website\"},\"datePublished\":\"2021-02-20T13:36:59+00:00\",\"dateModified\":\"2026-04-04T06:28:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/ja#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#website\",\"url\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/\",\"name\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#organization\",\"name\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629\",\"url\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-content\/uploads\/2024\/07\/\u0644\u0648\u0643\u0648-\u0627\u0644\u0647\u0646\u062f\u0633\u0629.jpg\",\"contentUrl\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-content\/uploads\/2024\/07\/\u0644\u0648\u0643\u0648-\u0627\u0644\u0647\u0646\u062f\u0633\u0629.jpg\",\"width\":900,\"height\":900,\"caption\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629\"},\"image\":{\"@id\":\"https:\/\/uomisan.edu.iq\/eng\/ar\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja","og_locale":"ar_AR","og_type":"article","og_title":"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646","og_description":"\u062c\u062f\u0648\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645: \u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0646\u064a \u0642\u0633\u0645 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644","og_url":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja","og_site_name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646","article_modified_time":"2026-04-04T06:28:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja","url":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja","name":"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a - \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 - \u062c\u0627\u0645\u0639\u0629 \u0645\u064a\u0633\u0627\u0646","isPartOf":{"@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#website"},"datePublished":"2021-02-20T13:36:59+00:00","dateModified":"2026-04-04T06:28:09+00:00","breadcrumb":{"@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uomisan.edu.iq\/eng\/ar\/ja"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/ja#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/uomisan.edu.iq\/eng\/ar\/"},{"@type":"ListItem","position":2,"name":"\u062c\u062f\u0648\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a"}]},{"@type":"WebSite","@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#website","url":"https:\/\/uomisan.edu.iq\/eng\/ar\/","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629","description":"","publisher":{"@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/uomisan.edu.iq\/eng\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#organization","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629","url":"https:\/\/uomisan.edu.iq\/eng\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-content\/uploads\/2024\/07\/\u0644\u0648\u0643\u0648-\u0627\u0644\u0647\u0646\u062f\u0633\u0629.jpg","contentUrl":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-content\/uploads\/2024\/07\/\u0644\u0648\u0643\u0648-\u0627\u0644\u0647\u0646\u062f\u0633\u0629.jpg","width":900,"height":900,"caption":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629"},"image":{"@id":"https:\/\/uomisan.edu.iq\/eng\/ar\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"event-post-thumb":false,"event-post-thumb-box":false,"1536x1536":false,"2048x2048":false,"tie-small":false,"tie-medium":false,"tie-large":false,"slider":false,"big-slider":false},"uagb_author_info":{"display_name":"eng_admin","author_link":"https:\/\/uomisan.edu.iq\/eng\/ar\/blog\/archives\/author\/eng_admin"},"uagb_comment_info":0,"uagb_excerpt":"\u062c\u062f\u0648\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645: \u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0646\u064a \u0642\u0633\u0645 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644","_links":{"self":[{"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/pages\/1480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/comments?post=1480"}],"version-history":[{"count":35,"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/pages\/1480\/revisions"}],"predecessor-version":[{"id":19792,"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/pages\/1480\/revisions\/19792"}],"wp:attachment":[{"href":"https:\/\/uomisan.edu.iq\/eng\/ar\/wp-json\/wp\/v2\/media?parent=1480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}