{"id":21839,"date":"2024-11-10T10:06:05","date_gmt":"2024-11-10T10:06:05","guid":{"rendered":"https:\/\/ikr.atu.edu.iq\/?page_id=21839"},"modified":"2026-05-06T09:48:50","modified_gmt":"2026-05-06T06:48:50","slug":"elementor-21839","status":"publish","type":"page","link":"https:\/\/ikr.atu.edu.iq\/?page_id=21839","title":{"rendered":"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629"},"content":{"rendered":"\n<!-- ================================================================\n     \u0623\u0632\u0631\u0627\u0631 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u062a\u0641\u0627\u0639\u0644\u064a\u0629 - \u0627\u0644\u0646\u0633\u062e\u0629 4\n     \u0645\u0639 \u0623\u063a\u0635\u0627\u0646 \u0648\u0627\u0642\u0639\u064a\u0629 \u0644\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629\n     \u064a\u0645\u0643\u0646 \u0644\u0635\u0642 \u0647\u0630\u0627 \u0627\u0644\u0643\u0648\u062f \u0641\u064a \u0639\u0646\u0635\u0631 HTML \u0645\u062e\u0635\u0635 \u0641\u064a WordPress\n     ================================================================ -->\n<style>\n  \/* \u0639\u0632\u0644 \u0627\u0644\u062a\u0646\u0633\u064a\u0642\u0627\u062a \u062f\u0627\u062e\u0644 \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0641\u0642\u0637 \u062d\u062a\u0649 \u0644\u0627 \u062a\u062a\u0639\u0627\u0631\u0636 \u0645\u0639 \u0627\u0644\u0642\u0627\u0644\u0628 *\/\n  .atu-buttons-wrapper {\n    direction: rtl;\n    font-family: 'Tajawal', 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;\n    padding: 30px 15px;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n  }\n\n  .atu-buttons-wrapper *,\n  .atu-buttons-wrapper *::before,\n  .atu-buttons-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .atu-buttons-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 22px;\n  }\n\n  \/* \u0627\u0644\u0632\u0631 \u0627\u0644\u0623\u0633\u0627\u0633\u064a *\/\n  .atu-btn {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 110px;\n    padding: 22px 18px;\n    background: #ffffff;\n    color: #111111;\n    font-size: 17px;\n    font-weight: 700;\n    text-align: center;\n    text-decoration: none;\n    border: 1.5px solid #e5e5e5;\n    border-radius: 14px;\n    overflow: hidden;\n    cursor: pointer;\n    transition:\n      background-color 0.45s ease,\n      color 0.45s ease,\n      transform 0.45s ease,\n      box-shadow 0.45s ease,\n      border-color 0.45s ease;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);\n    z-index: 1;\n  }\n\n  .atu-btn__label {\n    position: relative;\n    z-index: 3;\n    line-height: 1.5;\n    transition: transform 0.45s ease;\n  }\n\n  \/* \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0640 hover - \u0627\u0644\u0632\u0631 \u064a\u0635\u0628\u062d \u0623\u0633\u0648\u062f \u0648\u0627\u0644\u0646\u0635 \u0623\u0628\u064a\u0636 \u0645\u0639 zoom up *\/\n  .atu-btn:hover,\n  .atu-btn:focus-visible {\n    background: #000000;\n    color: #ffffff;\n    border: 1.5px solid #00c389;\n    box-shadow:\n      0 0 0 1px #00c389,\n      0 0 18px rgba(0, 195, 137, 0.55),\n      0 0 36px rgba(0, 195, 137, 0.35),\n      0 14px 30px rgba(0, 0, 0, 0.25);\n    transform: translateY(-6px) scale(1.04);\n    outline: none;\n  }\n\n  .atu-btn:hover .atu-btn__label,\n  .atu-btn:focus-visible .atu-btn__label {\n    transform: scale(1.03);\n  }\n\n  \/* \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0627\u0644\u0632\u062e\u0631\u0641\u064a\u0629 - \u0638\u0627\u0647\u0631\u0629 \u062f\u0627\u0626\u0645\u064b\u0627 \u0628\u0634\u0643\u0644 \u062e\u0641\u064a\u0641 \u0648\u0645\u062a\u062d\u0631\u0643\u0629 \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631 *\/\n  .atu-btn__icon {\n    position: absolute;\n    pointer-events: none;\n    opacity: 0.55;\n    transition: opacity 0.5s ease;\n    z-index: 2;\n  }\n\n  .atu-btn__icon--top {\n    top: 8px;\n    right: 8px;\n    animation: atuDriftTop 6s ease-in-out infinite;\n  }\n\n  .atu-btn__icon--bottom {\n    bottom: 8px;\n    left: 8px;\n    animation: atuDriftBottom 6s ease-in-out infinite;\n  }\n\n  .atu-btn:hover .atu-btn__icon,\n  .atu-btn:focus-visible .atu-btn__icon {\n    opacity: 1;\n  }\n\n  .atu-btn__icon svg {\n    display: block;\n    width: 42px;\n    height: 42px;\n  }\n\n  \/* \u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0623\u0639\u0631\u0636 \u0644\u0644\u0623\u063a\u0635\u0627\u0646 (\u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629) *\/\n  .atu-btn__icon--wide svg {\n    width: 70px;\n    height: 38px;\n  }\n\n  \/* \u062d\u0631\u0643\u0629 \u062f\u0627\u0626\u0645\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0627\u062a\u062c\u0627\u0647\u0627\u062a \u0644\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629 *\/\n  @keyframes atuDriftTop {\n    0%   { transform: translate(0, 0) rotate(0deg); }\n    20%  { transform: translate(-4px, 3px) rotate(-5deg); }\n    40%  { transform: translate(3px, 5px) rotate(4deg); }\n    60%  { transform: translate(5px, -3px) rotate(6deg); }\n    80%  { transform: translate(-3px, -4px) rotate(-3deg); }\n    100% { transform: translate(0, 0) rotate(0deg); }\n  }\n\n  \/* \u062d\u0631\u0643\u0629 \u062f\u0627\u0626\u0645\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0627\u062a\u062c\u0627\u0647\u0627\u062a \u0644\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0633\u0641\u0644\u064a\u0629 *\/\n  @keyframes atuDriftBottom {\n    0%   { transform: translate(0, 0) rotate(0deg); }\n    25%  { transform: translate(4px, -3px) rotate(5deg); }\n    50%  { transform: translate(-3px, -5px) rotate(-4deg); }\n    75%  { transform: translate(-5px, 3px) rotate(-6deg); }\n    100% { transform: translate(0, 0) rotate(0deg); }\n  }\n\n  \/* \u062a\u062c\u0627\u0648\u0628 \u0627\u0644\u062c\u0648\u0627\u0644 *\/\n  @media (max-width: 600px) {\n    .atu-buttons-grid {\n      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n      gap: 14px;\n    }\n    .atu-btn {\n      min-height: 95px;\n      font-size: 15px;\n      padding: 18px 12px;\n    }\n    .atu-btn__icon svg {\n      width: 32px;\n      height: 32px;\n    }\n    .atu-btn__icon--wide svg {\n      width: 54px;\n      height: 30px;\n    }\n  }\n\n  \/* \u0627\u062d\u062a\u0631\u0627\u0645 \u062a\u0641\u0636\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u062d\u0631\u0643\u0629 *\/\n  @media (prefers-reduced-motion: reduce) {\n    .atu-btn__icon--top,\n    .atu-btn__icon--bottom {\n      animation: none;\n    }\n  }\n<\/style>\n\n<div class=\"atu-buttons-wrapper\">\n  <div class=\"atu-buttons-grid\">\n\n    <!-- 1. \u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=29481\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"26\" y=\"6\" width=\"12\" height=\"10\" rx=\"2\"\/>\n          <rect x=\"6\" y=\"40\" width=\"12\" height=\"10\" rx=\"2\"\/>\n          <rect x=\"26\" y=\"40\" width=\"12\" height=\"10\" rx=\"2\"\/>\n          <rect x=\"46\" y=\"40\" width=\"12\" height=\"10\" rx=\"2\"\/>\n          <path d=\"M32 16v10M12 40V30h40v10\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"32\" cy=\"14\" r=\"6\"\/>\n          <circle cx=\"14\" cy=\"46\" r=\"6\"\/>\n          <circle cx=\"32\" cy=\"46\" r=\"6\"\/>\n          <circle cx=\"50\" cy=\"46\" r=\"6\"\/>\n          <path d=\"M32 20v8M14 40l16-12M50 40L34 28\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a<\/span>\n    <\/a>\n\n    <!-- 2. \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/wp-content\/uploads\/2023\/02\/\u0627\u0644\u062e\u0637\u0629-\u0627\u0644\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629-1.pdf\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"32\" cy=\"32\" r=\"22\"\/>\n          <circle cx=\"32\" cy=\"32\" r=\"14\"\/>\n          <circle cx=\"32\" cy=\"32\" r=\"6\"\/>\n          <path d=\"M32 4v8M32 52v8M4 32h8M52 32h8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M8 50L28 30l10 10 18-22\"\/>\n          <path d=\"M44 18h12v12\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629<\/span>\n    <\/a>\n\n    <!-- 3. \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/wp-content\/uploads\/2024\/11\/\u062e\u0637\u0629_\u0627\u0644\u0645\u0639\u0647\u062f_2024_2025\u062f\u0648\u0631\u0627\u062a_\u0646\u062f\u0648\u0627\u062a_\u0648\u0631\u0634\u0634.pdf\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <ellipse cx=\"32\" cy=\"32\" rx=\"26\" ry=\"10\"\/>\n          <ellipse cx=\"32\" cy=\"32\" rx=\"26\" ry=\"10\" transform=\"rotate(60 32 32)\"\/>\n          <ellipse cx=\"32\" cy=\"32\" rx=\"26\" ry=\"10\" transform=\"rotate(-60 32 32)\"\/>\n          <circle cx=\"32\" cy=\"32\" r=\"4\" fill=\"#00c389\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M20 14h20l8 8v28a4 4 0 01-4 4H20a4 4 0 01-4-4V18a4 4 0 014-4z\"\/>\n          <path d=\"M40 14v8h8\"\/>\n          <path d=\"M24 32h16M24 40h16M24 24h8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/span>\n    <\/a>\n\n    <!-- 4. \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=24740\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"26\" cy=\"26\" r=\"14\"\/>\n          <path d=\"M36 36l16 16\"\/>\n          <path d=\"M22 26h8M26 22v8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"20\" y=\"8\" width=\"14\" height=\"36\" rx=\"2\"\/>\n          <path d=\"M20 38h14\"\/>\n          <path d=\"M27 44v8M22 56h10\"\/>\n          <circle cx=\"48\" cy=\"20\" r=\"6\"\/>\n          <path d=\"M48 14v-6M48 32v-6M40 20h-4M60 20h-4\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629<\/span>\n    <\/a>\n\n    <!-- 5. \u062e\u0637\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641 -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/wp-content\/uploads\/2024\/12\/\u062e\u0637\u0629-\u0627\u0644\u0628\u0631\u0627\u0645\u062c-2024-2025.pdf\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"10\" y=\"20\" width=\"44\" height=\"32\" rx=\"3\"\/>\n          <path d=\"M24 20v-6a4 4 0 014-4h8a4 4 0 014 4v6\"\/>\n          <path d=\"M10 32h44\"\/>\n          <path d=\"M28 36h8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"32\" cy=\"20\" r=\"8\"\/>\n          <path d=\"M16 54c0-9 7-16 16-16s16 7 16 16\"\/>\n          <path d=\"M44 14l4-4M50 20h6M14 14l-4-4M14 20H8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u062e\u0637\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641<\/span>\n    <\/a>\n\n    <!-- 6. \u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u0648\u0646 - \u0642\u0628\u0639\u0627\u062a \u062a\u062e\u0631\u062c -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=22242\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M4 24L32 12l28 12-28 12L4 24z\" fill=\"#00c389\" fill-opacity=\"0.18\"\/>\n          <path d=\"M14 30v10c0 2 8 6 18 6s18-4 18-6V30\"\/>\n          <path d=\"M58 26v12\"\/>\n          <circle cx=\"58\" cy=\"40\" r=\"2.5\" fill=\"#00c389\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M4 24L32 12l28 12-28 12L4 24z\" fill=\"#00c389\" fill-opacity=\"0.18\"\/>\n          <path d=\"M14 30v10c0 2 8 6 18 6s18-4 18-6V30\"\/>\n          <path d=\"M58 26v12\"\/>\n          <circle cx=\"58\" cy=\"40\" r=\"2.5\" fill=\"#00c389\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u0648\u0646<\/span>\n    <\/a>\n\n    <!-- 7. \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 - \u0623\u063a\u0635\u0627\u0646 \u0648\u0627\u0642\u0639\u064a\u0629 \u0645\u0639 \u0623\u0648\u0631\u0627\u0642 \u0645\u062a\u0635\u0644\u0629 -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=14239\" target=\"_blank\" rel=\"noopener\">\n      <!-- \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629: \u063a\u0635\u0646 \u0645\u0627\u0626\u0644 \u0635\u0627\u0639\u062f \u0628\u0623\u0648\u0631\u0627\u0642 \u0645\u062a\u0635\u0644\u0629 -->\n      <span class=\"atu-btn__icon atu-btn__icon--top atu-btn__icon--wide\">\n        <svg viewBox=\"0 0 100 50\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <!-- \u0627\u0644\u0633\u0627\u0642 \u0627\u0644\u0631\u0626\u064a\u0633\u064a \u0644\u0644\u063a\u0635\u0646 - \u0645\u0646\u062d\u0646\u064a \u0628\u0634\u0643\u0644 \u0637\u0628\u064a\u0639\u064a -->\n          <path d=\"M5 42 C 25 35, 55 20, 95 8\"\n                stroke=\"#00a872\" stroke-width=\"2.2\" stroke-linecap=\"round\" fill=\"none\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 1: \u0641\u064a \u0627\u0644\u0623\u0633\u0641\u0644 \u0645\u0646 \u0627\u0644\u0633\u0637\u062d \u0627\u0644\u0639\u0644\u0648\u064a \u0644\u0644\u0633\u0627\u0642 -->\n          <!-- \u0633\u0627\u0642 \u0627\u0644\u0648\u0631\u0642\u0629 \u0627\u0644\u0635\u063a\u064a\u0631 -->\n          <path d=\"M20 38 L 16 30\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <!-- \u0634\u0643\u0644 \u0627\u0644\u0648\u0631\u0642\u0629 -->\n          <path d=\"M16 30 C 10 28, 8 22, 12 19 C 18 19, 20 25, 16 30 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <!-- \u0639\u0631\u0642 \u0627\u0644\u0648\u0631\u0642\u0629 -->\n          <path d=\"M16 30 L 13 22\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 2: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0633\u0641\u0644\u064a -->\n          <path d=\"M30 33 L 34 40\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M34 40 C 40 42, 42 47, 38 49 C 32 49, 30 44, 34 40 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M34 40 L 37 47\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 3: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0644\u0648\u064a - \u0627\u0644\u0648\u0633\u0637 -->\n          <path d=\"M45 26 L 42 18\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M42 18 C 36 16, 34 10, 38 7 C 44 7, 46 13, 42 18 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M42 18 L 39 10\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 4: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0633\u0641\u0644\u064a -->\n          <path d=\"M58 21 L 62 28\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M62 28 C 68 30, 70 35, 66 37 C 60 37, 58 32, 62 28 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M62 28 L 65 35\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 5: \u0642\u0631\u0628 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u063a\u0635\u0646 -->\n          <path d=\"M75 14 L 72 6\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M72 6 C 66 4, 64 -2, 68 -4 C 74 -4, 76 1, 72 6 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M72 6 L 69 -1\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 6: \u0641\u064a \u0637\u0631\u0641 \u0627\u0644\u063a\u0635\u0646 -->\n          <path d=\"M88 11 L 92 18\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M92 18 C 98 20, 99 25, 95 27 C 89 27, 88 22, 92 18 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M92 18 L 95 25\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n        <\/svg>\n      <\/span>\n\n      <!-- \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0633\u0641\u0644\u064a\u0629: \u063a\u0635\u0646 \u0645\u0627\u0626\u0644 \u0646\u0627\u0632\u0644 \u0628\u0623\u0648\u0631\u0627\u0642 \u0645\u062a\u0635\u0644\u0629 -->\n      <span class=\"atu-btn__icon atu-btn__icon--bottom atu-btn__icon--wide\">\n        <svg viewBox=\"0 0 100 50\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <!-- \u0627\u0644\u0633\u0627\u0642 \u0627\u0644\u0631\u0626\u064a\u0633\u064a - \u0645\u0646\u062d\u0646\u064a \u0628\u0627\u0644\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0645\u0639\u0627\u0643\u0633 -->\n          <path d=\"M5 8 C 25 15, 55 30, 95 42\"\n                stroke=\"#00a872\" stroke-width=\"2.2\" stroke-linecap=\"round\" fill=\"none\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 1: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0644\u0648\u064a -->\n          <path d=\"M20 12 L 16 4\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M16 4 C 10 2, 8 -4, 12 -7 C 18 -7, 20 -1, 16 4 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M16 4 L 13 -3\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 2: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0633\u0641\u0644\u064a -->\n          <path d=\"M30 17 L 34 24\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M34 24 C 40 26, 42 31, 38 33 C 32 33, 30 28, 34 24 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M34 24 L 37 31\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 3: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0644\u0648\u064a - \u0627\u0644\u0648\u0633\u0637 -->\n          <path d=\"M45 24 L 42 16\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M42 16 C 36 14, 34 8, 38 5 C 44 5, 46 11, 42 16 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M42 16 L 39 8\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 4: \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0633\u0641\u0644\u064a -->\n          <path d=\"M58 29 L 62 36\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M62 36 C 68 38, 70 43, 66 45 C 60 45, 58 40, 62 36 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M62 36 L 65 43\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 5: \u0642\u0631\u0628 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u063a\u0635\u0646 -->\n          <path d=\"M75 36 L 72 28\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M72 28 C 66 26, 64 20, 68 17 C 74 17, 76 23, 72 28 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M72 28 L 69 21\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n\n          <!-- \u0627\u0644\u0648\u0631\u0642\u0629 6: \u0641\u064a \u0637\u0631\u0641 \u0627\u0644\u063a\u0635\u0646 -->\n          <path d=\"M88 41 L 92 48\" stroke=\"#00a872\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n          <path d=\"M92 48 C 98 50, 99 55, 95 57 C 89 57, 88 52, 92 48 Z\"\n                fill=\"#00c389\" fill-opacity=\"0.55\" stroke=\"#00a872\" stroke-width=\"1.2\"\/>\n          <path d=\"M92 48 L 95 55\" stroke=\"#00875a\" stroke-width=\"0.8\" stroke-linecap=\"round\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629<\/span>\n    <\/a>\n\n    <!-- 8. \u062e\u0637\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u062a\u0631\u0628\u0648\u064a -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/wp-content\/uploads\/2025\/11\/\u062e\u0637\u0629-\u0627\u0644\u0627\u0631\u0634\u0627\u062f-\u0627\u0644\u062a\u0631\u0628\u0648\u064a-2025-\u0640\u0640-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M32 56s-22-12-22-28a12 12 0 0122-7 12 12 0 0122 7c0 16-22 28-22 28z\" fill=\"#00c389\" fill-opacity=\"0.18\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 16h32a4 4 0 014 4v22a4 4 0 01-4 4H22l-10 8V16z\" fill=\"#00c389\" fill-opacity=\"0.15\"\/>\n          <path d=\"M22 28h16M22 36h12\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u062e\u0637\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u062a\u0631\u0628\u0648\u064a<\/span>\n    <\/a>\n\n    <!-- 9. \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0624\u0633\u0633\u064a -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=25278\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"32\" cy=\"26\" r=\"14\"\/>\n          <path d=\"M22 36l-4 22 14-8 14 8-4-22\"\/>\n          <path d=\"M26 26l4 4 8-8\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M32 6l8 6 10-2 2 10 6 8-6 8-2 10-10-2-8 6-8-6-10 2-2-10-6-8 6-8 2-10 10 2 8-6z\" fill=\"#00c389\" fill-opacity=\"0.15\"\/>\n          <path d=\"M24 32l6 6 12-12\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0624\u0633\u0633\u064a<\/span>\n    <\/a>\n\n    <!-- 10. \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a -->\n    <a class=\"atu-btn\" href=\"https:\/\/ikr.atu.edu.iq\/?page_id=20818\" target=\"_blank\" rel=\"noopener\">\n      <span class=\"atu-btn__icon atu-btn__icon--top\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"8\" y=\"12\" width=\"48\" height=\"44\" rx=\"3\"\/>\n          <path d=\"M8 24h48\"\/>\n          <path d=\"M20 6v12M44 6v12\"\/>\n          <path d=\"M18 34h6M30 34h6M42 34h6M18 44h6M30 44h6M42 44h6\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__icon atu-btn__icon--bottom\">\n        <svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"#00c389\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"32\" cy=\"32\" r=\"22\"\/>\n          <path d=\"M32 18v14l10 6\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"atu-btn__label\">\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a<\/span>\n    <\/a>\n\n\n\n  <\/div>\n<\/div>\n\n<script>\n  (function () {\n    var atuBtns = document.querySelectorAll('.atu-buttons-wrapper .atu-btn');\n    \/\/ \u062a\u0623\u062e\u064a\u0631 \u0639\u0634\u0648\u0627\u0626\u064a \u0644\u0643\u0644 \u0623\u064a\u0642\u0648\u0646\u0629 \u0644\u062a\u062c\u0646\u0628 \u062a\u0632\u0627\u0645\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0631\u0643\u0627\u062a\n    atuBtns.forEach(function (btn) {\n      var icons = btn.querySelectorAll('.atu-btn__icon');\n      icons.forEach(function (icon) {\n        var randomDelay = (Math.random() * -6).toFixed(2) + 's';\n        icon.style.animationDelay = randomDelay;\n      });\n\n      \/\/ \u062f\u0639\u0645 \u0627\u0644\u0644\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u0627\u0644\n      btn.addEventListener('touchstart', function () {\n        btn.classList.add('is-hover');\n      }, { passive: true });\n      btn.addEventListener('touchend', function () {\n        setTimeout(function () { btn.classList.remove('is-hover'); }, 600);\n      });\n    });\n  })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u062e\u0637\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u0648\u0646 \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u062e\u0637\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u062a\u0631\u0628\u0648\u064a \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21839","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala<\/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:\/\/ikr.atu.edu.iq\/?page_id=21839\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala\" \/>\n<meta property=\"og:description\" content=\"\u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u062e\u0637\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u0648\u0646 \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u062e\u0637\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u062a\u0631\u0628\u0648\u064a \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ikr.atu.edu.iq\/?page_id=21839\" \/>\n<meta property=\"og:site_name\" content=\"Polytechnic College - Karbala\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T06:48:50+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:\/\/ikr.atu.edu.iq\/?page_id=21839\",\"url\":\"https:\/\/ikr.atu.edu.iq\/?page_id=21839\",\"name\":\"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala\",\"isPartOf\":{\"@id\":\"https:\/\/ikr.atu.edu.iq\/#website\"},\"datePublished\":\"2024-11-10T10:06:05+00:00\",\"dateModified\":\"2026-05-06T06:48:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ikr.atu.edu.iq\/?page_id=21839#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ikr.atu.edu.iq\/?page_id=21839\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ikr.atu.edu.iq\/?page_id=21839#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/ikr.atu.edu.iq\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ikr.atu.edu.iq\/#website\",\"url\":\"https:\/\/ikr.atu.edu.iq\/\",\"name\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 - \u0643\u0631\u0628\u0644\u0627\u0621\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ikr.atu.edu.iq\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala","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:\/\/ikr.atu.edu.iq\/?page_id=21839","og_locale":"ar_AR","og_type":"article","og_title":"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala","og_description":"\u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u062e\u0637\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u0648\u0646 \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u062e\u0637\u0629 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u062a\u0631\u0628\u0648\u064a \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a","og_url":"https:\/\/ikr.atu.edu.iq\/?page_id=21839","og_site_name":"Polytechnic College - Karbala","article_modified_time":"2026-05-06T06:48:50+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:\/\/ikr.atu.edu.iq\/?page_id=21839","url":"https:\/\/ikr.atu.edu.iq\/?page_id=21839","name":"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629 - Polytechnic College - Karbala","isPartOf":{"@id":"https:\/\/ikr.atu.edu.iq\/#website"},"datePublished":"2024-11-10T10:06:05+00:00","dateModified":"2026-05-06T06:48:50+00:00","breadcrumb":{"@id":"https:\/\/ikr.atu.edu.iq\/?page_id=21839#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ikr.atu.edu.iq\/?page_id=21839"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ikr.atu.edu.iq\/?page_id=21839#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/ikr.atu.edu.iq\/"},{"@type":"ListItem","position":2,"name":"\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0627\u0643\u0627\u062f\u064a\u0645\u064a\u0629"}]},{"@type":"WebSite","@id":"https:\/\/ikr.atu.edu.iq\/#website","url":"https:\/\/ikr.atu.edu.iq\/","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 - \u0643\u0631\u0628\u0644\u0627\u0621","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ikr.atu.edu.iq\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"_links":{"self":[{"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21839","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21839"}],"version-history":[{"count":86,"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21839\/revisions"}],"predecessor-version":[{"id":31518,"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21839\/revisions\/31518"}],"wp:attachment":[{"href":"https:\/\/ikr.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}