{"id":23213,"date":"2026-08-07T21:54:11","date_gmt":"2026-08-07T18:54:11","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?p=23213"},"modified":"2026-08-07T22:07:52","modified_gmt":"2026-08-07T19:07:52","slug":"23213","status":"publish","type":"post","link":"https:\/\/isa.atu.edu.iq\/?p=23213","title":{"rendered":""},"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, viewport-fit=cover\">\n  <title>\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629 | \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/title>\n  <meta name=\"description\" content=\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629 \u2014 \u0627\u0644\u062a\u062d\u0648\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0625\u0644\u0649 \u0643\u0644\u064a\u0629 \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0648\u0641\u0642 \u062f\u0644\u064a\u0644 \u0634\u0631\u0648\u0637 \u0648\u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0627\u0644\u0635\u0627\u062f\u0631 \u0639\u0646 \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a\u060c \u0645\u0639 \u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a \u0648\u0627\u0644\u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a.\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;500;600;700;800;900&amp;display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --primary: #4a6fa5;\n      --primary-light: #5a85c0;\n      --accent: #5b8dd9;\n      --accent2: #7ab3e0;\n      --dark: #f0f2f5;\n      --dark2: #e4e8ed;\n      --glass: rgba(255,255,255,0.7);\n      --glass-border: rgba(90,133,192,0.25);\n      --text: #1e2a38;\n      --text-muted: #4a6078;\n      --glow: 0 0 30px rgba(90,133,192,0.2);\n    }\n    * { margin:0; padding:0; box-sizing:border-box; }\n\n    body {\n      font-family: 'Cairo', sans-serif;\n      background: #f0f3f7;\n      color: #1e2a38;\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    \/* animated bg *\/\n    .bg-scene {\n      position: fixed;\n      inset: 0;\n      z-index: 0;\n      overflow: hidden;\n    }\n    .bg-grid {\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(rgba(90,133,192,0.08) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(90,133,192,0.08) 1px, transparent 1px);\n      background-size: 60px 60px;\n      animation: gridScroll 20s linear infinite;\n    }\n    @keyframes gridScroll {\n      0%   { transform: perspective(600px) rotateX(30deg) translateY(0); }\n      100% { transform: perspective(600px) rotateX(30deg) translateY(60px); }\n    }\n    .bg-orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(80px);\n      animation: orbFloat 8s ease-in-out infinite alternate;\n    }\n    .orb1 { width:500px; height:500px; background:rgba(180,195,220,0.5); top:-150px; right:-100px; animation-delay:0s; }\n    .orb2 { width:350px; height:350px; background:rgba(160,185,215,0.35); bottom:10%; left:5%; animation-delay:-3s; }\n    .orb3 { width:250px; height:250px; background:rgba(200,210,225,0.4); top:40%; right:20%; animation-delay:-6s; }\n    @keyframes orbFloat {\n      from { transform: translate(0,0) scale(1); }\n      to   { transform: translate(30px,30px) scale(1.1); }\n    }\n\n    \/* 3D SPINNING LOGO WATERMARKS *\/\n    .logo-watermark {\n      position: absolute;\n      pointer-events: none;\n      z-index: 0;\n    }\n    .logo-center  { top:50%; left:50%; transform:translate(-50%,-50%); }\n    .logo-top-left { top:8%; left:5%; }\n    .logo-bottom-right { bottom:8%; right:3%; }\n\n    .logo-3d-wrapper {\n      width: 380px; height: 380px;\n      animation: spin3D 18s linear infinite;\n      transform-style: preserve-3d;\n      perspective: 800px;\n      position: relative;\n    }\n    .logo-3d-wrapper.logo-small  { width:160px; height:160px; }\n    .logo-3d-wrapper.logo-slow   { animation-duration:28s; animation-direction:reverse; }\n\n    @keyframes spin3D {\n      0%   { transform: rotateY(0deg)   rotateX(8deg); }\n      25%  { transform: rotateY(90deg)  rotateX(15deg) rotateZ(3deg); }\n      50%  { transform: rotateY(180deg) rotateX(8deg); }\n      75%  { transform: rotateY(270deg) rotateX(15deg) rotateZ(-3deg); }\n      100% { transform: rotateY(360deg) rotateX(8deg); }\n    }\n\n    .logo-3d-img {\n      width:100%; height:100%;\n      object-fit: contain;\n      opacity: 0.09;\n      mix-blend-mode: screen;\n      filter: hue-rotate(0deg) saturate(0.8) brightness(0.85);\n      border-radius: 50%;\n      animation: logoPulse 4s ease-in-out infinite alternate;\n    }\n    .logo-small .logo-3d-img { opacity:0.045; animation-name:logoPulseSmall; }\n\n    @keyframes logoPulse {\n      from { opacity:0.06; filter:hue-rotate(0deg) saturate(0.7) brightness(0.8); }\n      to   { opacity:0.18; filter:hue-rotate(10deg) saturate(1)  brightness(0.95); }\n    }\n    @keyframes logoPulseSmall {\n      from { opacity:0.03; }\n      to   { opacity:0.07; }\n    }\n\n    .logo-3d-wrapper::after {\n      content:'';\n      position:absolute; inset:-10px; border-radius:50%;\n      border:1px solid rgba(90,133,192,0.2);\n      animation:ringPulse 3s ease-in-out infinite;\n      pointer-events:none;\n    }\n    .logo-3d-wrapper::before {\n      content:'';\n      position:absolute; inset:-25px; border-radius:50%;\n      border:1px solid rgba(90,133,192,0.1);\n      animation:ringPulse 3s 1.5s ease-in-out infinite;\n      pointer-events:none;\n    }\n    @keyframes ringPulse {\n      0%,100% { transform:scale(1);    opacity:0.5; }\n      50%     { transform:scale(1.05); opacity:1;   }\n    }\n\n    .container { max-width:1300px; margin:0 auto; padding:0 24px; position:relative; z-index:1; }\n    .page-content { display:flex; flex-wrap:wrap; gap:32px; margin:32px 0 60px; }\n    .main-col { flex:3; min-width:280px; }\n    .sidebar  { flex:1; min-width:250px; }\n\n    \/* hero *\/\n    .hero {\n      position: relative;\n      padding: 60px 0 30px;\n      text-align: center;\n      perspective: 1000px;\n    }\n    .hero-title {\n      font-size: clamp(2rem, 5vw, 3.5rem);\n      font-weight: 900;\n      line-height: 1.1;\n      background: linear-gradient(135deg, #1e2a38 0%, #4a6fa5 50%, #5b8dd9 100%);\n      background-clip: text;\n      -webkit-background-clip: text;\n      color: transparent;\n      background-size: 200% 200%;\n      animation: gradientShift 4s ease infinite, heroEntrance 0.8s cubic-bezier(.22,1,.36,1) forwards;\n      opacity: 0;\n      transform: translateY(30px) rotateX(-15deg);\n    }\n    @keyframes gradientShift {\n      0%,100% { background-position: 0% 50%; }\n      50%      { background-position: 100% 50%; }\n    }\n    @keyframes heroEntrance {\n      to { opacity:1; transform:translateY(0) rotateX(0deg); }\n    }\n    .hero-subtitle {\n      font-size:1rem; color:var(--text-muted); margin-top:10px;\n      animation: fadeUp 0.8s 0.3s ease forwards; opacity:0; transform:translateY(20px);\n    }\n    .hero-line {\n      width:120px; height:3px; margin:20px auto 0;\n      background: linear-gradient(90deg, transparent, #4a6fa5, #5b8dd9, transparent);\n      border-radius:2px;\n      animation: lineExpand 1s 0.6s ease forwards; transform:scaleX(0);\n    }\n    @keyframes lineExpand { to { transform:scaleX(1); } }\n    @keyframes fadeUp { to { opacity:1; transform:translateY(0); } }\n\n    \/* glass card *\/\n    .card {\n      background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,244,250,0.85));\n      border: 1px solid rgba(90,133,192,0.18);\n      border-radius: 24px;\n      padding: 28px 32px;\n      margin-bottom: 28px;\n      backdrop-filter: blur(6px);\n      position: relative;\n      overflow: hidden;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n      animation: cardReveal 0.6s ease forwards;\n      opacity: 0;\n    }\n    .card::after {\n      content: '';\n      position: absolute;\n      top: -50%; left: -50%;\n      width: 200%; height: 200%;\n      background: conic-gradient(transparent 0deg, rgba(90,133,192,0.04) 60deg, transparent 120deg);\n      animation: cardSpin 12s linear infinite;\n      pointer-events: none;\n    }\n    @keyframes cardSpin { to { transform: rotate(360deg); } }\n    @keyframes cardReveal { to { opacity:1; } }\n    .card:hover {\n      transform: translateY(-6px) rotateX(2deg);\n      box-shadow: 0 30px 60px rgba(90,133,192,0.15), var(--glow);\n      border-color: rgba(90,133,192,0.45);\n    }\n\n    .section-title {\n      font-size: 1.4rem;\n      font-weight: 800;\n      margin: 2rem 0 1.2rem;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      color: #1e2a38;\n    }\n    .section-title .icon-badge {\n      font-size: 1.2rem;\n      background: linear-gradient(135deg, #4a6fa5, #5b8dd9);\n      padding: 6px 10px;\n      border-radius: 10px;\n      border: 1px solid rgba(90,133,192,0.25);\n      box-shadow: 0 4px 15px rgba(90,133,192,0.2);\n    }\n    .section-title .line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, rgba(90,133,192,0.3), transparent);\n    }\n\n    p { margin-bottom: 1rem; color: #4a6078; line-height: 1.8; }\n\n    \/* profile \/ overview unit *\/\n    .profile-unit {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      gap: 28px;\n      background: linear-gradient(135deg, rgba(210,222,240,0.7), rgba(230,238,250,0.6));\n      border: 1px solid rgba(90,133,192,0.25);\n      border-radius: 20px;\n      padding: 24px;\n      margin-bottom: 28px;\n      position: relative;\n      overflow: hidden;\n      animation: profileSlide 0.7s 0.2s ease forwards;\n      opacity: 0;\n      transform: translateX(30px);\n    }\n    @keyframes profileSlide { to { opacity:1; transform:translateX(0); } }\n    .profile-img-wrapper {\n      position: relative;\n      flex-shrink: 0;\n    }\n    .profile-img-wrapper::before {\n      content: '';\n      position: absolute;\n      inset: -4px;\n      border-radius: 50%;\n      background: conic-gradient(#5b8dd9, #7ab3e0, #4a6fa5, #5b8dd9);\n      animation: spinBorder 3s linear infinite;\n      z-index: 0;\n    }\n    @keyframes spinBorder { to { transform: rotate(360deg); } }\n    .profile-img {\n      width: 130px; height: 130px;\n      border-radius: 50%;\n      object-fit: cover;\n      border: 4px solid #e8edf5;\n      position: relative;\n      z-index: 1;\n      display: block;\n      background: #f0f4fa;\n    }\n    .profile-info strong { color: #4a6fa5; }\n    .email-link { color: #4a6fa5; font-weight: 600; text-decoration: none; }\n    .email-link:hover { color: var(--accent2); }\n\n    \/* info grid *\/\n    .info-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(250px,1fr)); gap:20px; margin:24px 0; }\n    .info-card {\n      background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(230,240,255,0.85));\n      border: 1px solid rgba(90,133,192,0.15);\n      border-radius: 16px;\n      padding: 20px;\n      transition: all 0.35s cubic-bezier(.22,1,.36,1);\n      transform-style: preserve-3d;\n      animation: cardReveal 0.6s ease forwards;\n      opacity: 0;\n    }\n    .info-card:hover { transform: translateY(-6px) rotateX(3deg); border-color: rgba(90,133,192,0.35); box-shadow: 0 20px 40px rgba(90,133,192,0.12), var(--glow); }\n    .info-card h4 { font-weight:800; margin-bottom:10px; color:var(--accent); }\n\n    .highlight-box {\n      background: linear-gradient(135deg, rgba(210,225,245,0.8), rgba(228,238,255,0.7));\n      border: 1px solid rgba(90,133,192,0.25);\n      border-right: 4px solid var(--accent);\n      padding: 20px 24px;\n      border-radius: 16px;\n      margin: 24px 0;\n      position: relative;\n    }\n\n    \/* degree chips *\/\n    .degree-row { display:flex; flex-wrap:wrap; gap:12px; margin:18px 0 6px; }\n    .degree-chip {\n      background: linear-gradient(135deg, rgba(74,111,165,0.12), rgba(91,141,217,0.12));\n      border: 1px solid rgba(90,133,192,0.3);\n      color: #35507d;\n      font-weight: 700;\n      font-size: 0.9rem;\n      padding: 9px 18px;\n      border-radius: 40px;\n    }\n\n    \/* chapters list *\/\n    .chapter-list { list-style:none; counter-reset: ch; margin: 10px 0 4px; }\n    .chapter-list li {\n      counter-increment: ch;\n      display:flex; align-items:flex-start; gap:12px;\n      padding: 10px 0;\n      border-bottom: 1px dashed rgba(90,133,192,0.18);\n      color:#3a4d63; font-weight:600;\n    }\n    .chapter-list li:last-child { border-bottom:none; }\n    .chapter-list li::before {\n      content: counter(ch);\n      flex-shrink:0;\n      width:30px; height:30px; line-height:30px; text-align:center;\n      border-radius:50%;\n      background: linear-gradient(135deg, #4a6fa5, #5b8dd9);\n      color:#fff; font-weight:800; font-size:0.85rem;\n    }\n\n    \/* sidebar widgets *\/\n    .widget {\n      background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(235,242,252,0.8));\n      border: 1px solid rgba(90,133,192,0.18);\n      border-radius: 20px;\n      padding: 22px 24px;\n      margin-bottom: 24px;\n      backdrop-filter: blur(4px);\n      transition: all 0.3s;\n      animation: cardReveal 0.7s ease forwards;\n      opacity: 0;\n    }\n    .widget:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(90,133,192,0.12); border-color: rgba(90,133,192,0.3); }\n    .widget h3 {\n      font-size: 1.1rem;\n      font-weight: 800;\n      margin-bottom: 16px;\n      color: #1e2a38;\n      border-right: 3px solid #5b8dd9;\n      padding-right: 12px;\n    }\n    .widget ul { list-style:none; }\n    .widget li { margin-bottom: 10px; }\n    .widget li a {\n      text-decoration: none;\n      color: #4a6078;\n      font-weight: 500;\n      font-size: 0.9rem;\n      transition: all 0.2s;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 8px;\n      border-radius: 8px;\n    }\n    .widget li a:hover { color: #3a5a90; background: rgba(215,228,250,0.8); padding-right: 14px; }\n    .stat-bar {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin: 20px 0;\n    }\n    .stat-item {\n      flex: 1;\n      min-width: 120px;\n      background: linear-gradient(135deg, rgba(210,225,245,0.85), rgba(225,238,255,0.75));\n      border: 1px solid rgba(90,133,192,0.22);\n      border-radius: 16px;\n      padding: 16px;\n      text-align: center;\n    }\n    .stat-num {\n      font-size: 2rem;\n      font-weight: 900;\n      background: linear-gradient(135deg, #4a6fa5, #5b8dd9);\n      background-clip: text;\n      -webkit-background-clip: text;\n      color: transparent;\n      display: block;\n    }\n    .stat-label { font-size: 0.78rem; color: #4a6078; font-weight: 600; }\n\n    .particle {\n      position: fixed;\n      border-radius: 50%;\n      pointer-events: none;\n      z-index: 0;\n      animation: floatParticle linear infinite;\n      opacity: 0;\n    }\n    @keyframes floatParticle {\n      0%   { transform: translateY(100vh) rotate(0deg); opacity: 0; }\n      10%  { opacity: 1; }\n      90%  { opacity: 1; }\n      100% { transform: translateY(-100px) rotate(360deg); opacity: 0; }\n    }\n\n    .btn {\n      display: inline-block;\n      background: linear-gradient(135deg, #4a6fa5, #5b8dd9);\n      color: white;\n      padding: 7px 18px;\n      border-radius: 40px;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 0.82rem;\n      transition: all 0.3s;\n      margin-top: 8px;\n    }\n    .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,212,255,0.3); }\n\n    @media (max-width: 780px) {\n      .container { padding: 0 14px; }\n      .page-content { flex-direction: column; }\n      .profile-unit { flex-direction: column; text-align: center; }\n      .logo-3d-wrapper { width:220px; height:220px; }\n      .logo-3d-wrapper.logo-small { width:100px; height:100px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- BACKGROUND SCENE with 3D SPINNING LOGO WATERMARKS -->\n<div class=\"bg-scene\">\n  <div class=\"bg-grid\"><\/div>\n  <div class=\"bg-orb orb1\"><\/div>\n  <div class=\"bg-orb orb2\"><\/div>\n  <div class=\"bg-orb orb3\"><\/div>\n\n  <div class=\"logo-watermark logo-center\">\n    <div class=\"logo-3d-wrapper\">\n      <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.src='data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Crect%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22%234a6fa5%22%2F%3E%3Ctext%20x%3D%2250%22%20y%3D%2267%22%20font-size%3D%2216%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D8%A8%D9%88%D9%84%D9%8A%D8%AA%D9%83%D9%86%D9%83%3C%2Ftext%3E%3C%2Fsvg%3E'\" class=\"logo-3d-img\" alt=\"University Logo\">\n    <\/div>\n  <\/div>\n  <div class=\"logo-watermark logo-top-left\">\n    <div class=\"logo-3d-wrapper logo-small\">\n      <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.src='data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Crect%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22%234a6fa5%22%2F%3E%3Ctext%20x%3D%2250%22%20y%3D%2267%22%20font-size%3D%2216%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D8%A8%D9%88%D9%84%D9%8A%D8%AA%D9%83%D9%86%D9%83%3C%2Ftext%3E%3C%2Fsvg%3E'\" class=\"logo-3d-img\" alt=\"University Logo\">\n    <\/div>\n  <\/div>\n  <div class=\"logo-watermark logo-bottom-right\">\n    <div class=\"logo-3d-wrapper logo-small logo-slow\">\n      <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.src='data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Crect%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22%234a6fa5%22%2F%3E%3Ctext%20x%3D%2250%22%20y%3D%2267%22%20font-size%3D%2216%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D8%A8%D9%88%D9%84%D9%8A%D8%AA%D9%83%D9%86%D9%83%3C%2Ftext%3E%3C%2Fsvg%3E'\" class=\"logo-3d-img\" alt=\"University Logo\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"container\">\n  <!-- Hero -->\n  <div class=\"hero\">\n    <h1 class=\"hero-title\">\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629<\/h1>\n    <p class=\"hero-subtitle\">\u0627\u0644\u062a\u062d\u0648\u0651\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0625\u0644\u0649 \u0643\u0644\u064a\u0629 \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u2014 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/p>\n    <div class=\"hero-line\"><\/div>\n  <\/div>\n\n  <div class=\"page-content\">\n    <!-- Main Column -->\n    <div class=\"main-col\">\n      <div class=\"card\">\n        <!-- Official overview unit -->\n        <div class=\"profile-unit\">\n          <div class=\"profile-img-wrapper\">\n            <img decoding=\"async\" class=\"profile-img\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" alt=\"\u0634\u0639\u0627\u0631 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629\" onerror=\"this.src='https:\/\/via.placeholder.com\/130x130\/4a6fa5\/ffffff?text=%D8%A7%D9%84%D8%A8%D9%88%D9%84%D9%8A%D8%AA%D9%83%D9%86%D9%83'\">\n          <\/div>\n          <div class=\"profile-info\">\n            <p><strong>\u0627\u0644\u062c\u0647\u0629:<\/strong> \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u2013 \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/p>\n            <p><strong>\u0627\u0644\u0645\u0648\u0636\u0648\u0639:<\/strong> \u062f\u0644\u064a\u0644 \u0634\u0631\u0648\u0637 \u0648\u0636\u0648\u0627\u0628\u0637 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/p>\n            <p><strong>\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629:<\/strong> \u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0639\u0627\u0644\u064a \u0627\u0644\u0648\u0632\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e 16\/11\/2025 (\u0627\u0633\u062a\u0646\u0627\u062f\u0627\u064b \u0625\u0644\u0649 \u0627\u0644\u0645\u062d\u0648\u0631 \u0627\u0644\u062b\u0627\u0644\u062b \u0644\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0631\u0627\u0628\u0639\u0629 \u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u062a\u0642\u0646\u064a)<\/p>\n            <p><strong>\u0633\u0631\u064a\u0627\u0646 \u0627\u0644\u0639\u0645\u0644:<\/strong> \u0627\u0639\u062a\u0628\u0627\u0631\u0627\u064b \u0645\u0646 \u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 2025\/2026<\/p>\n            <p><strong>\u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u0639\u0627\u0645:<\/strong> \u0648\u0636\u0639 \u0627\u0644\u0623\u0637\u0631 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629 \u0648\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0639\u0627\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0625\u0644\u0649 \u0643\u0644\u064a\u0627\u062a \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/p>\n          <\/div>\n        <\/div>\n\n        <!-- \u062a\u0645\u0647\u064a\u062f -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83d\udcdc<\/span>\n          \u062a\u0645\u0647\u064a\u062f\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div style=\"background: rgba(90,133,192,0.05); border-radius: 18px; padding: 1.2rem; margin-bottom: 1rem;\">\n          <p>\u062a\u0633\u0639\u0649 \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0625\u0644\u0649 \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0648\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0639\u0627\u0647\u062f \u0625\u0644\u0649 \u0643\u0644\u064a\u0627\u062a \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a\u060c \u062a\u0642\u062f\u0651\u0645 \u062a\u0639\u0644\u064a\u0645\u0627\u064b \u062a\u062e\u0635\u0635\u064a\u0627\u064b \u064a\u0631\u0643\u0651\u0632 \u0639\u0644\u0649 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062a\u0646\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0648\u0627\u0644\u062d\u0627\u0633\u0648\u0628\u064a\u0629\u060c \u0628\u0645\u0627 \u064a\u0648\u0641\u0651\u0631 \u0628\u064a\u0626\u0629 \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0645\u0644\u0627\u0626\u0645\u0629 \u062a\u064f\u0639\u0650\u062f\u0651 \u0643\u0641\u0627\u0621\u0627\u062a \u062a\u0648\u0627\u0643\u0628 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644.<\/p>\n          <p>\u0648\u064a\u0623\u062a\u064a \u0627\u0644\u062a\u062d\u0648\u0651\u0644 \u0646\u062d\u0648 \u0646\u0645\u0648\u0630\u062c \u0627\u0644\u0643\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a (\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643) \u0643\u062e\u0637\u0648\u0629 \u0625\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0648\u062d\u062a\u0645\u064a\u0629 \u062a\u0637\u0648\u064a\u0631\u064a\u0629\u060c \u0644\u0627 \u062a\u0642\u062a\u0635\u0631 \u0639\u0644\u0649 \u0645\u062c\u0631\u0651\u062f \u0627\u0644\u0627\u0631\u062a\u0642\u0627\u0621 \u0628\u0627\u0644\u0645\u0633\u0645\u0651\u0649 \u0627\u0644\u0648\u0638\u064a\u0641\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0629\u060c \u0628\u0644 \u062a\u0645\u062b\u0651\u0644 \u0646\u0642\u0644\u0629 \u0646\u0648\u0639\u064a\u0629 \u0634\u0627\u0645\u0644\u0629 \u062a\u064f\u0639\u064a\u062f \u0628\u0646\u0627\u0621 \u0647\u064a\u0643\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u062a\u0642\u0646\u064a \u0648\u0648\u064e\u0641\u0642 \u0623\u0639\u0645\u0642 \u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0628\u064f\u0639\u062f \u0628\u062d\u062b\u064a \u062a\u0637\u0628\u064a\u0642\u064a\u060c \u0648\u062a\u0633\u0647\u0645 \u0641\u064a \u0645\u0648\u0627\u0621\u0645\u0629 \u0645\u062e\u0631\u062c\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0645\u0639 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0648\u062f\u0639\u0645 \u0645\u0646\u0638\u0648\u0645\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0648\u0637\u0646\u064a \u0627\u0644\u0642\u0627\u0626\u0645 \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0631\u0641\u0629.<\/p>\n          <p style=\"margin-top: 12px; font-style: italic;\">*\u0645\u0633\u062a\u0646\u062f \u0625\u0644\u0649 \u062f\u0644\u064a\u0644 \u0634\u0631\u0648\u0637 \u0648\u0636\u0648\u0627\u0628\u0637 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629.*<\/p>\n        <\/div>\n\n        <!-- \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udf93<\/span>\n          \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643\n          <span class=\"line\"><\/span>\n        <\/div>\n        <p>\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0647\u0648 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u062a\u0637\u0628\u064a\u0642\u064a \u062a\u0642\u0646\u064a \u064a\u0631\u0643\u0651\u0632 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u0627\u0646\u0628 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u0645\u062e\u062a\u0644\u0641 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a\u060c \u0648\u064a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0637\u0644\u0628\u0629 \u0628\u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0648\u0627\u0644\u062e\u0628\u0631\u0627\u062a \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0646\u0633\u062c\u0645 \u0645\u0639 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644\u060c \u0645\u0639 \u062a\u0639\u0632\u064a\u0632 \u0642\u062f\u0631\u0627\u062a\u0647\u0645 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631\u064a\u0629 \u0648\u062a\u0645\u0643\u064a\u0646\u0647\u0645 \u0645\u0646 \u0645\u0648\u0627\u0643\u0628\u0629 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u062a\u0633\u0627\u0631\u0639\u0629. \u0648\u062a\u064f\u0645\u0646\u062d \u0641\u064a\u0647 \u062f\u0631\u062c\u0627\u062a \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0648\u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0648\u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0641\u064a \u062a\u062e\u0635\u0635\u0627\u062a \u062a\u0642\u0646\u064a\u0629 \u0648\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0645\u062a\u0646\u0648\u0639\u0629\u060c \u062a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0639\u0645\u0642 \u0627\u0644\u0646\u0638\u0631\u064a \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0639\u0645\u0644\u064a \u0627\u0644\u0645\u0643\u062b\u0651\u0641 \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a.<\/p>\n\n        <div class=\"degree-row\">\n          <span class=\"degree-chip\">\ud83c\udfc5 \u0627\u0644\u062f\u0628\u0644\u0648\u0645<\/span>\n          <span class=\"degree-chip\">\ud83c\udfc5 \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0627\u0644\u0639\u0627\u0644\u064a<\/span>\n          <span class=\"degree-chip\">\ud83c\udf93 \u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633<\/span>\n          <span class=\"degree-chip\">\ud83d\udcd8 \u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631<\/span>\n          <span class=\"degree-chip\">\ud83d\udd2c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647<\/span>\n        <\/div>\n\n        <!-- \u0623\u0647\u0645 \u062e\u0635\u0627\u0626\u0635 \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\u2b50<\/span>\n          \u0623\u0647\u0645 \u062e\u0635\u0627\u0626\u0635 \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"info-grid\">\n          <div class=\"info-card\"><h4>\ud83d\udee0\ufe0f \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0645\u0644\u064a<\/h4><p>\u064a\u0639\u062a\u0645\u062f \u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0648\u0627\u0644\u0645\u062e\u062a\u0628\u0631\u0627\u062a \u0648\u0648\u0631\u0634 \u0627\u0644\u0639\u0645\u0644 \u0644\u062a\u0632\u0648\u064a\u062f \u0627\u0644\u0637\u0644\u0628\u0629 \u0628\u0645\u0647\u0627\u0631\u0627\u062a \u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0645\u0644\u0645\u0648\u0633\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83e\udded \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0645\u062a\u0646\u0648\u0639\u0629<\/h4><p>\u062a\u0634\u0645\u0644 \u0627\u0644\u0647\u0646\u062f\u0633\u0629\u060c \u0648\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u060c \u0648\u0627\u0644\u0639\u0644\u0648\u0645 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629\u060c \u0648\u0627\u0644\u0639\u0644\u0648\u0645 \u0627\u0644\u0632\u0631\u0627\u0639\u064a\u0629\u060c \u0648\u0627\u0644\u0639\u0644\u0648\u0645 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629\u060c \u0648\u0627\u0644\u0639\u0644\u0648\u0645 \u0627\u0644\u0635\u062d\u064a\u0629 \u0648\u063a\u064a\u0631\u0647\u0627.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83e\udd1d \u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0627\u0644\u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629<\/h4><p>\u062a\u0648\u0641\u064a\u0631 \u0641\u0631\u0635 \u062a\u062f\u0631\u064a\u0628 \u0639\u0645\u0644\u064a (Internship) \u0645\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a\u060c \u0648\u0625\u0639\u062f\u0627\u062f \u0637\u0644\u0628\u0629 \u062c\u0627\u0647\u0632\u064a\u0646 \u0644\u0644\u0639\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064b \u0628\u0639\u062f \u0627\u0644\u062a\u062e\u0631\u0651\u062c.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udcdc \u0634\u0647\u0627\u062f\u0627\u062a \u0645\u0639\u062a\u0645\u062f\u0629<\/h4><p>\u062a\u0645\u0646\u062d \u062f\u0631\u062c\u0627\u062a \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0648\u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0648\u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647.<\/p><\/div>\n        <\/div>\n\n        <!-- \u0623\u0647\u062f\u0627\u0641 \u0648\u0641\u0648\u0627\u0626\u062f -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfaf<\/span>\n          \u0623\u0647\u062f\u0627\u0641 \u0648\u0641\u0648\u0627\u0626\u062f \u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"info-grid\">\n          <div class=\"info-card\"><h4>\ud83d\ude80 \u062e\u0631\u064a\u062c \u0628\u0645\u0647\u0627\u0631\u0627\u062a \u0645\u062a\u0642\u062f\u0645\u0629<\/h4><p>\u0625\u0639\u062f\u0627\u062f \u062e\u0631\u064a\u062c \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u062a\u0643\u064a\u0651\u0641 \u0645\u0639 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0644\u062a\u0644\u0628\u064a\u0629 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udcc8 \u0631\u0641\u0639 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/h4><p>\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0645\u0646 \u062f\u0631\u062c\u0629 \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0625\u0644\u0649 \u062f\u0631\u062c\u0629 \u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0648\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udcbc \u0641\u0631\u0635 \u0639\u0645\u0644 \u0623\u0648\u0633\u0639<\/h4><p>\u062a\u0648\u0641\u064a\u0631 \u0641\u0631\u0635 \u0639\u0645\u0644 \u0623\u0648\u0633\u0639 \u0644\u0644\u062e\u0631\u064a\u062c\u064a\u0646 \u0641\u064a \u0642\u0637\u0627\u0639\u0627\u062a \u0645\u062a\u062e\u0635\u0635\u0629 \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u0644\u064a.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udd2c \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a<\/h4><p>\u0625\u062c\u0631\u0627\u0621 \u0628\u062d\u0648\u062b \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u062d\u0644\u0651 \u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629 \u0648\u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\u2696\ufe0f \u062a\u0643\u0627\u0645\u0644 \u0627\u0644\u0646\u0638\u0631\u064a \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a<\/h4><p>\u062a\u0635\u0645\u064a\u0645 \u0628\u0631\u0627\u0645\u062c \u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u0639\u0645\u064a\u0642\u0629 \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0645\u0643\u062b\u0651\u0641\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udf10 \u0627\u0644\u0642\u062f\u0631\u0629 \u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629<\/h4><p>\u0645\u0648\u0627\u0643\u0628\u0629 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0648\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u060c \u0648\u0632\u064a\u0627\u062f\u0629 \u0642\u062f\u0631\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629 \u0645\u062d\u0644\u064a\u0627\u064b \u0648\u0639\u0627\u0644\u0645\u064a\u0627\u064b.<\/p><\/div>\n        <\/div>\n\n        <!-- \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83d\udcda<\/span>\n          \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"highlight-box\">\n          <p style=\"margin-bottom:0.6rem;\">\u062a\u0639\u062a\u0645\u062f \u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0641\u064a \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0639\u0644\u0649 \u0646\u0638\u0627\u0645 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 <strong>(ECTS)<\/strong> \u0637\u0628\u0642\u0627\u064b \u0644\u0639\u0645\u0644\u064a\u0629 <strong>\u0628\u0648\u0644\u0648\u0646\u064a\u0627<\/strong> \u0648\u062d\u0633\u0628 \u0627\u0644\u0633\u064a\u0627\u0642\u0627\u062a \u0627\u0644\u0623\u0635\u0648\u0644\u064a\u0629\u060c \u0648\u062a\u064f\u0635\u0645\u064e\u0651\u0645 \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0628\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0645\u062e\u0631\u062c\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u0651\u0645 <strong>(Learning Outcomes)<\/strong>.<\/p>\n          <p style=\"margin-bottom:0;\"><strong>\u2022 \u062f\u0631\u062c\u0629 \u0627\u0644\u062f\u0628\u0644\u0648\u0645:<\/strong> (12) \u0648\u062d\u062f\u0629 \u062f\u0631\u0627\u0633\u064a\u0629. &nbsp;|&nbsp; <strong>\u2022 \u062f\u0631\u062c\u0629 \u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633:<\/strong> (24) \u0648\u062d\u062f\u0629 \u062f\u0631\u0627\u0633\u064a\u0629 \u0645\u0643\u0645\u0651\u0644\u0629 \u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0628\u0648\u0627\u0642\u0639 \u0623\u0631\u0628\u0639 \u0633\u0646\u0648\u0627\u062a \u062f\u0631\u0627\u0633\u064a\u0629.<\/p>\n        <\/div>\n\n        <!-- \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfdb\ufe0f<\/span>\n          \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0648\u0627\u0644\u062a\u062d\u0648\u064a\u0644\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"info-grid\">\n          <div class=\"info-card\"><h4>\ud83d\udc65 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0628\u0634\u0631\u064a\u0629<\/h4><p>\u0645\u0644\u0627\u0643\u0627\u062a \u062a\u062f\u0631\u064a\u0633\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u062e\u0635\u0635 \u0627\u0644\u062f\u0642\u064a\u0642 \u0644\u0627 \u062a\u0642\u0644 \u0639\u0646 (4) \u062a\u062f\u0631\u064a\u0633\u064a\u064a\u0646\u060c \u0623\u062d\u062f\u0647\u0645 \u064a\u062d\u0645\u0644 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0628\u0644\u0642\u0628 \u0639\u0644\u0645\u064a (\u0623\u0633\u062a\u0627\u0630 \u0645\u0633\u0627\u0639\u062f \u0641\u0623\u0639\u0644\u0649)\u060c \u0645\u0639 \u0627\u0644\u062a\u0632\u0627\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0628\u062a\u0648\u0641\u064a\u0631 \u0645\u0644\u0627\u0643\u0627\u062a \u0644\u0643\u0644 \u0642\u0633\u0645 \u0645\u0633\u062a\u062d\u062f\u062b.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udfe2 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0627\u062f\u064a\u0629<\/h4><p>\u0639\u0642\u0627\u0631 \u0636\u0645\u0646 \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u060c \u0648\u0623\u0628\u0646\u064a\u0629 \u0645\u0633\u062a\u0642\u0644\u0629 (\u0644\u0627 \u064a\u062c\u0648\u0632 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0633\u0646\u062f\u0648\u064a\u062c \u0628\u0627\u0646\u0644)\u060c \u0648\u0642\u0627\u0639\u0627\u062a \u0648\u0645\u062e\u062a\u0628\u0631\u0627\u062a \u0648\u0648\u0631\u0634 \u0645\u062c\u0647\u0651\u0632\u0629\u060c \u0648\u0645\u0631\u0627\u0641\u0642 \u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0635\u062d\u064a\u0629 \u0648\u0645\u0643\u062a\u0628\u0629 \u0645\u0631\u0643\u0632\u064a\u0629\u060c \u0648\u0641\u0642 \u0634\u0631\u0648\u0637 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u062f\u0641\u0627\u0639 \u0627\u0644\u0645\u062f\u0646\u064a.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udcb0 \u0627\u0644\u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0645\u0627\u0644\u064a<\/h4><p>\u0627\u0644\u062a\u0632\u0627\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0628\u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0645\u0627\u0644\u064a \u0627\u0644\u0644\u0627\u0632\u0645 \u0644\u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 (\u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0648\u062a\u0634\u0643\u064a\u0644\u0627\u062a\u0647\u0627).<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udd04 \u0622\u0644\u064a\u0629 \u0627\u0644\u062a\u062c\u0633\u064a\u0631 \u0648\u0646\u0642\u0644 \u0627\u0644\u0631\u0635\u064a\u062f<\/h4><p>\u0636\u0648\u0627\u0628\u0637 \u0644\u062a\u062c\u0633\u064a\u0631 \u062d\u0627\u0645\u0644\u064a \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062f\u0628\u0644\u0648\u0645 \u0644\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u062f\u0631\u0627\u0633\u0629\u060c \u0648\u0622\u0644\u064a\u0627\u062a \u0646\u0642\u0644 \u0627\u0644\u0631\u0635\u064a\u062f \u0648\u0627\u0644\u0646\u0642\u0644 \u0648\u0627\u0644\u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u0648\u0641\u0642 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u0645\u062d\u062f\u0651\u062f\u0629.<\/p><\/div>\n        <\/div>\n\n        <!-- \u0641\u0635\u0648\u0644 \u0627\u0644\u062f\u0644\u064a\u0644 -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83d\uddc2\ufe0f<\/span>\n          \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u062f\u0644\u064a\u0644\n          <span class=\"line\"><\/span>\n        <\/div>\n        <ul class=\"chapter-list\">\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0623\u0648\u0644: \u062a\u0645\u0647\u064a\u062f.<\/li>\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062b\u0627\u0646\u064a: \u0627\u0644\u0647\u064a\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629.<\/li>\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062b\u0627\u0644\u062b: \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0627\u062f\u064a\u0629 (\u0627\u0644\u0639\u0642\u0627\u0631\u060c \u0627\u0644\u0623\u0628\u0646\u064a\u0629\u060c \u0627\u0644\u0642\u0627\u0639\u0627\u062a\u060c \u0627\u0644\u0645\u062e\u062a\u0628\u0631\u0627\u062a \u0648\u0627\u0644\u0648\u0631\u0634\u060c \u0627\u0644\u0645\u0631\u0627\u0641\u0642\u060c \u0627\u0644\u0623\u062b\u0627\u062b).<\/li>\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0631\u0627\u0628\u0639: \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a.<\/li>\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062e\u0627\u0645\u0633: \u0622\u0644\u064a\u0629 \u0627\u0644\u062a\u062c\u0633\u064a\u0631 \u0648\u0646\u0642\u0644 \u0627\u0644\u0631\u0635\u064a\u062f.<\/li>\n          <li>\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0633\u0627\u062f\u0633: \u0623\u062d\u0643\u0627\u0645 \u0639\u0627\u0645\u0629 (\u0627\u0644\u0636\u0648\u0627\u0628\u0637\u060c \u0627\u0644\u0644\u062c\u0627\u0646\u060c \u0627\u0644\u062a\u0648\u0642\u064a\u062a\u0627\u062a\u060c \u0627\u0644\u0627\u0633\u062a\u0645\u0627\u0631\u0629\u060c \u0627\u0644\u0623\u062c\u0648\u0631\u060c \u0645\u0639\u0627\u0644\u062c\u0629 \u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0637\u0644\u0628\u0629).<\/li>\n        <\/ul>\n\n        <!-- \u0645\u0644\u062e\u0635 -->\n        <div class=\"highlight-box\">\n          <strong style=\"color:var(--accent);\">\ud83d\udccd \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629 \u2013 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/strong><br>\n          \u064a\u0645\u062b\u0651\u0644 \u0627\u0644\u062a\u062d\u0648\u0651\u0644 \u0625\u0644\u0649 \u0643\u0644\u064a\u0629 \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0646\u0642\u0644\u0629 \u0646\u0648\u0639\u064a\u0629 \u0644\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u062a\u0642\u0646\u064a \u0641\u064a \u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u0645\u062b\u0646\u0649\u060c \u062a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0639\u0645\u0642 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0639\u0645\u0644\u064a\u060c \u0648\u062a\u064f\u0639\u0650\u062f\u0651 \u0643\u0648\u0627\u062f\u0631 \u0648\u0637\u0646\u064a\u0629 \u0628\u0645\u0647\u0627\u0631\u0627\u062a \u0645\u062a\u0642\u062f\u0651\u0645\u0629 \u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u062c\u062a\u0645\u0639 \u0648\u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644\u060c \u0648\u0641\u0642 \u0627\u0644\u0623\u0637\u0631 \u0648\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0648\u0627\u0631\u062f\u0629 \u0641\u064a \u062f\u0644\u064a\u0644 \u0627\u0644\u0648\u0632\u0627\u0631\u0629.\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Sidebar -->\n    <div class=\"sidebar\">\n      <div class=\"widget\">\n        <h3>\ud83d\udcca \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0628\u0627\u0644\u0623\u0631\u0642\u0627\u0645<\/h3>\n        <div class=\"stat-bar\" style=\"flex-direction:column; gap:12px;\">\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"4\">0<\/span><span class=\"stat-label\">\u062f\u0631\u062c\u0627\u062a \u0639\u0644\u0645\u064a\u0629 \u062a\u064f\u0645\u0646\u062d (\u062f\u0628\u0644\u0648\u0645\/\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633\/\u0645\u0627\u062c\u0633\u062a\u064a\u0631\/\u062f\u0643\u062a\u0648\u0631\u0627\u0647)<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"24\">0<\/span><span class=\"stat-label\">\u0648\u062d\u062f\u0629 \u062f\u0631\u0627\u0633\u064a\u0629 \u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"7\">0<\/span><span class=\"stat-label\">\u0623\u0647\u062f\u0627\u0641 \u0631\u0626\u064a\u0633\u064a\u0629 \u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643<\/span><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"widget\">\n        <h3>\ud83d\udcd6 \u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643<\/h3>\n        <p>\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u062a\u0637\u0628\u064a\u0642\u064a \u062a\u0642\u0646\u064a \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a\u060c \u064a\u0631\u0643\u0651\u0632 \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u0644\u064a \u0648\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0648\u0627\u0644\u0645\u062e\u062a\u0628\u0631\u0627\u062a \u0648\u0648\u0631\u0634 \u0627\u0644\u0639\u0645\u0644\u060c \u0648\u064a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u062e\u0631\u064a\u062c \u064a\u0645\u062a\u0644\u0643 \u0645\u0647\u0627\u0631\u0627\u062a \u0648\u062e\u0628\u0631\u0627\u062a \u062a\u0646\u0633\u062c\u0645 \u0645\u0639 \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644.<\/p>\n        <p><strong>\ud83c\udf93 \u0627\u0644\u062f\u0631\u062c\u0627\u062a:<\/strong> \u062f\u0628\u0644\u0648\u0645\u060c \u062f\u0628\u0644\u0648\u0645 \u0639\u0627\u0644\u064d\u060c \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633\u060c \u0645\u0627\u062c\u0633\u062a\u064a\u0631\u060c \u062f\u0643\u062a\u0648\u0631\u0627\u0647.<\/p>\n        <p><strong>\ud83e\udde9 \u0627\u0644\u0646\u0638\u0627\u0645:<\/strong> \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 (ECTS) \u0648\u0641\u0642 \u0639\u0645\u0644\u064a\u0629 \u0628\u0648\u0644\u0648\u0646\u064a\u0627.<\/p>\n      <\/div>\n\n      <div class=\"widget\">\n        <h3>\ud83c\udfdb\ufe0f \u0627\u0644\u0631\u0624\u064a\u0629 \u0648\u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/h3>\n        <p><strong>\u0627\u0644\u0631\u0624\u064a\u0629:<\/strong> \u0623\u0646 \u062a\u0643\u0648\u0646 \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0645\u0631\u0643\u0632\u0627\u064b \u0644\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0641\u064a \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629\u060c \u0648\u062a\u0633\u0647\u0645 \u0641\u064a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0645\u0639\u0631\u0641\u064a.<\/p>\n        <p><strong>\u0627\u0644\u0631\u0633\u0627\u0644\u0629:<\/strong> \u0625\u0639\u062f\u0627\u062f \u0643\u0648\u0627\u062f\u0631 \u0648\u0637\u0646\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u062a\u0644\u0628\u0651\u064a \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0648\u062a\u0639\u0632\u0651\u0632 \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u0641\u064a \u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u0645\u062b\u0646\u0649 \u0648\u0627\u0644\u0639\u0631\u0627\u0642.<\/p>\n      <\/div>\n\n      <div class=\"widget\">\n        <h3>\ud83d\uddd3\ufe0f \u0627\u0644\u062a\u0648\u0642\u064a\u062a\u0627\u062a \u0648\u0627\u0644\u0645\u0631\u062c\u0639 \u0627\u0644\u0631\u0633\u0645\u064a<\/h3>\n        <p><strong>\u062a\u0642\u062f\u064a\u0645 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u062f\u0627\u062b\/\u0627\u0644\u062a\u062d\u0648\u064a\u0644:<\/strong> \u0627\u0639\u062a\u0628\u0627\u0631\u0627\u064b \u0645\u0646 (1\/9) \u0645\u0646 \u0643\u0644 \u0633\u0646\u0629 \u0648\u0644\u063a\u0627\u064a\u0629 (31\/1) \u0645\u0646 \u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u0644\u0627\u062d\u0642\u0629.<\/p>\n        <p><strong>\u0628\u062f\u0621 \u0627\u0644\u0639\u0645\u0644 \u0628\u0627\u0644\u062f\u0644\u064a\u0644:<\/strong> \u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 2025\/2026.<\/p>\n        <p><strong>\u0627\u0644\u062c\u0647\u0629 \u0627\u0644\u0645\u0635\u062f\u0650\u0631\u0629:<\/strong> \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u2013 \u062f\u0627\u0626\u0631\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0648\u0627\u0644\u062a\u062e\u0637\u064a\u0637 \u0648\u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629.<\/p>\n      <\/div>\n\n      <div class=\"widget\">\n        <h3>\ud83d\udcde \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644<\/h3>\n        <p><strong>\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:<\/strong> <a href=\"mailto:s_int@atu.edu.iq\" class=\"email-link\">s_int@atu.edu.iq<\/a><\/p>\n        <p><strong>\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a:<\/strong> <a href=\"https:\/\/isa.atu.edu.iq\" target=\"_blank\" class=\"email-link\">isa.atu.edu.iq<\/a><\/p>\n        <p><strong>\u0627\u0644\u0639\u0646\u0648\u0627\u0646:<\/strong> \u0627\u0644\u0633\u0645\u0627\u0648\u0629\u060c \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629\u060c \u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u0645\u062b\u0646\u0649\u060c \u0627\u0644\u0639\u0631\u0627\u0642.<\/p>\n        <hr style=\"margin: 15px 0; border-color:rgba(90,133,192,0.2);\">\n        <p style=\"font-size:0.85rem;\">\u0644\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u064a\u0645\u0643\u0646\u0643\u0645 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0631\u0633\u0645\u064a.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ floating particles\n  (function(){\n    const colors = ['#8faac8','#a0b8d8','#c0cfe0','#b0c4dc'];\n    for(let i = 0; i < 16; i++){\n      const p = document.createElement('div');\n      p.className = 'particle';\n      const size = Math.random()*4+2;\n      p.style.cssText = `\n        width:${size}px; height:${size}px;\n        background:${colors[Math.floor(Math.random()*colors.length)]};\n        left:${Math.random()*100}vw;\n        animation-duration:${Math.random()*12+8}s;\n        animation-delay:${Math.random()*10}s;\n        box-shadow:0 0 ${size*3}px currentColor;\n      `;\n      document.body.appendChild(p);\n    }\n  })();\n\n  \/\/ counter animation for stats\n  function animateCounter(el, target, duration=2000){\n    let start = null;\n    function step(ts){\n      if(!start) start = ts;\n      const progress = Math.min((ts - start)\/duration, 1);\n      const eased = 1 - Math.pow(1-progress, 3);\n      el.textContent = Math.floor(eased * target).toLocaleString('ar');\n      if(progress < 1) requestAnimationFrame(step);\n      else el.textContent = target.toLocaleString('ar');\n    }\n    requestAnimationFrame(step);\n  }\n\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if(entry.isIntersecting){\n        const nums = entry.target.querySelectorAll('[data-target]');\n        nums.forEach(n => animateCounter(n, parseInt(n.dataset.target)));\n        observer.unobserve(entry.target);\n      }\n    });\n  }, {threshold: 0.3});\n\n  document.querySelectorAll('.stat-bar').forEach(el => observer.observe(el));\n\n  \/\/ hover tilt effect on cards\n  document.querySelectorAll('.card, .info-card').forEach(card => {\n    card.addEventListener('mousemove', e => {\n      const rect = card.getBoundingClientRect();\n      const x = (e.clientX - rect.left) \/ rect.width - 0.5;\n      const y = (e.clientY - rect.top) \/ rect.height - 0.5;\n      card.style.transform = `perspective(800px) rotateY(${x*6}deg) rotateX(${-y*5}deg) translateZ(2px)`;\n    });\n    card.addEventListener('mouseleave', () => {\n      card.style.transform = '';\n      card.style.transition = 'transform 0.4s ease';\n    });\n    card.addEventListener('mouseenter', () => { card.style.transition = 'none'; });\n  });\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file aligncenter\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/08\/\u062f\u0644\u064a\u0644-\u0634\u0648\u0631\u0637-\u0648\u0636\u0648\u062a\u0628\u0637-\u0627\u0633\u062a\u062d\u062f\u0627\u062b-\u0643\u0644\u064a\u0627\u062a-\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643-\u0641\u064a-\u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a-\u0627\u0644\u062a\u0642\u0646\u064a\u0629\u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629-1.pdf\" type=\"application\/pdf\" style=\"width:100%;height:455px\" aria-label=\"\u062a\u0636\u0645\u064a\u0646 \u062f\u0644\u064a\u0644 \u0634\u0648\u0631\u0637 \u0648\u0636\u0648\u062a\u0628\u0637 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629\u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629.\"><\/object><a id=\"wp-block-file--media-0648a49b-6f16-4680-be5c-1a7cde1359a9\" href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/08\/\u062f\u0644\u064a\u0644-\u0634\u0648\u0631\u0637-\u0648\u0636\u0648\u062a\u0628\u0637-\u0627\u0633\u062a\u062d\u062f\u0627\u062b-\u0643\u0644\u064a\u0627\u062a-\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643-\u0641\u064a-\u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a-\u0627\u0644\u062a\u0642\u0646\u064a\u0629\u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629-1.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">\u062f\u0644\u064a\u0644 \u0634\u0648\u0631\u0637 \u0648\u0636\u0648\u062a\u0628\u0637 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629\u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629<\/a><a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/08\/\u062f\u0644\u064a\u0644-\u0634\u0648\u0631\u0637-\u0648\u0636\u0648\u062a\u0628\u0637-\u0627\u0633\u062a\u062d\u062f\u0627\u062b-\u0643\u0644\u064a\u0627\u062a-\u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643-\u0641\u064a-\u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a-\u0627\u0644\u062a\u0642\u0646\u064a\u0629\u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629-1.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-0648a49b-6f16-4680-be5c-1a7cde1359a9\">\u062a\u0646\u0632\u064a\u0644<\/a><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629 | \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0633\u0645\u0627\u0648\u0629 \u0627\u0644\u062a\u062d\u0648\u0651\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0625\u0644\u0649 \u0643\u0644\u064a\u0629 \u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u2014 \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\u062c\u0647\u0629: \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0639\u0627\u0644\u064a \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u2013 \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639: \u062f\u0644\u064a\u0644 \u0634\u0631\u0648\u0637 \u0648\u0636\u0648\u0627\u0628\u0637 \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0643\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629: \u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0639\u0627\u0644\u064a \u0627\u0644\u0648\u0632\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e 16\/11\/2025 (\u0627\u0633\u062a\u0646\u0627\u062f\u0627\u064b \u0625\u0644\u0649 \u0627\u0644\u0645\u062d\u0648\u0631 \u0627\u0644\u062b\u0627\u0644\u062b \u0644\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0631\u0627\u0628\u0639\u0629 \u0644\u0645\u062c\u0644\u0633 &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?p=23213\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[240,242,66,2,51,63,4,5,9,189],"tags":[],"class_list":["post-23213","post","type-post","status-publish","format-standard","hentry","category-events-2-ar","category-news-2-ar","category-66","category-news","category-51","category-63","category-activity","category-media","category-9","category-189"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/posts\/23213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/99900"}],"replies":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23213"}],"version-history":[{"count":6,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/posts\/23213\/revisions"}],"predecessor-version":[{"id":23224,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/posts\/23213\/revisions\/23224"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=23213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=23213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}