{"id":21965,"date":"2026-04-23T09:54:25","date_gmt":"2026-04-23T06:54:25","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21965"},"modified":"2026-04-23T11:20:35","modified_gmt":"2026-04-23T08:20:35","slug":"21965-2","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21965","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html dir=\"rtl\" lang=\"ar\">\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\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629<\/title>\n  <meta name=\"description\" content=\"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u062f \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a\u060c \u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \u0648\u0633\u064a\u0631\u0629 \u0627\u0644\u0639\u0645\u064a\u062f \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629.\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;500;600;700;800;900&#038;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 unit for dean *\/\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    \/* video wrapper *\/\n    .video-wrapper {\n      margin: 24px 0;\n      border-radius: 20px;\n      overflow: hidden;\n      box-shadow: 0 20px 35px rgba(0,0,0,0.1);\n      transition: transform 0.3s;\n    }\n    .video-wrapper:hover {\n      transform: scale(1.01);\n    }\n    .video-wrapper iframe {\n      width: 100%;\n      height: 360px;\n      border: none;\n      display: block;\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      .video-wrapper iframe { height: 220px; }\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  <!-- 3D SPINNING LOGO WATERMARKS - restored -->\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\" \n           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%2220%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D9%85%D8%B9%D9%87%D8%AF%3C%2Ftext%3E%3C%2Fsvg%3E'\"\n           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\" \n           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%2220%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D9%85%D8%B9%D9%87%D8%AF%3C%2Ftext%3E%3C%2Fsvg%3E'\"\n           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\" \n           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%2220%22%20text-anchor%3D%22middle%22%20fill%3D%22white%22%3E%D8%A7%D9%84%D9%85%D8%B9%D9%87%D8%AF%3C%2Ftext%3E%3C%2Fsvg%3E'\"\n           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\u0645\u0629 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u062f<\/h1>\n    <p class=\"hero-subtitle\">\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a \u2014 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\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      <!-- Dean Profile Card with real image -->\n      <div class=\"card\">\n        <div class=\"profile-unit\">\n          <div class=\"profile-img-wrapper\">\n            <img decoding=\"async\" class=\"profile-img\" \n                 src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2025\/06\/511098492_3984867525063473_9128356748615501824_n.jpg\" \n                 alt=\"\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a - \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629\"\n                 onerror=\"this.src='https:\/\/via.placeholder.com\/130x130\/4a6fa5\/ffffff?text=\u062f.+\u0635\u0628\u0627\u062d+\u0645\u062d\u0645\u062f'\">\n          <\/div>\n          <div class=\"profile-info\">\n            <p><strong>\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644:<\/strong> \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a<\/p>\n            <p><strong>\u0627\u0644\u0645\u0646\u0635\u0628 \u0627\u0644\u062d\u0627\u0644\u064a:<\/strong> \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\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<\/p>\n            <p><strong>\u0627\u0644\u062a\u062e\u0635\u0635:<\/strong> \u0639\u0644\u0648\u0645 \u0627\u0644\u0646\u0627\u0646\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a (Nanotechnology)<\/p>\n            <p><strong>\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f:<\/strong> 1 \u064a\u0648\u0644\u064a\u0648 1972\u060c \u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0646\u0627\u0635\u0631\u064a\u0629<\/p>\n            <p><strong>\u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629:<\/strong> \u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0641\u064a \u0627\u0644\u0646\u0627\u0646\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u060c \u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0641\u064a \u0645\u064a\u0643\u0627\u0646\u064a\u0643 \u0627\u0644\u0643\u0645 (2006)\u060c \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0641\u064a \u0627\u0644\u0641\u064a\u0632\u064a\u0627\u0621 (1999)\u060c \u062f\u0628\u0644\u0648\u0645 \u0641\u064a \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621.<\/p>\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          <\/div>\n        <\/div>\n\n        <!-- Section: \u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f (\u0627\u0644\u0643\u0627\u0645\u0644\u0629) -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83d\udcdc<\/span>\n          \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u0639\u0645\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 style=\"font-weight: 700; color:#1e2a38;\">\u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645<\/p>\n          <p>\u0627\u0644\u062d\u0645\u062f \u0644\u0644\u0647 \u0631\u0628 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0646 \u0648\u0627\u0644\u0635\u0644\u0627\u0629 \u0648\u0627\u0644\u0633\u0644\u0627\u0645 \u0639\u0644\u0649 \u0645\u062d\u0645\u062f \u0648\u0627\u0644\u0647 \u0627\u0644\u0637\u064a\u0628\u064a\u0646 \u0627\u0644\u0637\u0627\u0647\u0631\u064a\u0646. \u0645\u0631\u062d\u0628\u0627 \u0628\u0643\u0645 \u062c\u0645\u064a\u0639\u0627\u064b&#8230;&#8230; \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0647\u0648 \u0623\u062d\u062f \u0645\u0639\u0627\u0647\u062f \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u064a \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0645\u0646\u0627\u0631\u0629 \u0644\u0644\u0641\u0643\u0631 \u0648\u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0625\u0646\u0633\u0627\u0646\u064a\u0629\u060c \u0648\u0623\u0646 \u062a\u0633\u0627\u0647\u0645 \u0628\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u062a\u0642\u062f\u0645 \u0648\u0627\u0644\u0631\u0642\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0648\u0637\u0646 \u0627\u0644\u0645\u0639\u0637\u0627\u0621 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0628\u064a\u0646 \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u0644\u0645\u062c\u062a\u0645\u0639 \u0627\u0644\u0645\u062d\u0644\u064a\u060c \u0625\u0630 \u062a\u0639\u0645\u0644 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0639\u0644\u0649 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0645\u062c\u0631\u062f \u0646\u0627\u0642\u0644 \u0644\u0644\u0645\u0639\u0631\u0641\u0629 \u0641\u0642\u0637 \u0628\u0644 \u062a\u0633\u0639\u0649 \u0625\u0644\u0649 \u0631\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062a\u0631\u0627\u062b \u0628\u0645\u0633\u062a\u062c\u062f\u0627\u062a \u0627\u0644\u0639\u0635\u0631 \u0648\u0627\u0644\u062a\u0637\u0648\u0631 \u0627\u0644\u0633\u0631\u064a\u0639 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0648\u0645 \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0629\u060c \u0648\u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0645\u062a\u0645\u064a\u0632\u0629 \u062a\u0646\u0641\u0631\u062f \u0639\u0646 \u0628\u0627\u0642\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u0639\u0631\u0627\u0642\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0628\u0631\u0627\u0645\u062c\u0647\u0627 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u0648\u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629\u060c \u0648\u062a\u0628\u0646\u064a\u0647\u0627 \u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u062a\u0644\u0627\u0645\u0633 \u062d\u0627\u062c\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0627\u062a \u0627\u0644\u0628\u0644\u062f \u0648\u0627\u0644\u0630\u064a \u064a\u0633\u0639\u0649 \u0645\u0646 \u062e\u0644\u0627\u0644\u0647\u0627 \u0644\u0627\u0633\u062a\u064a\u0639\u0627\u0628 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0628\u0634\u0631\u064a\u0629 \u0627\u0644\u0645\u062a\u0632\u0627\u064a\u062f\u0629 \u0648\u0630\u0644\u0643 \u0628\u0638\u0644 \u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u062d\u0636\u0627\u0631\u064a \u0644\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0645\u0639\u0631\u0641\u064a\u060c \u0643\u0645\u0635\u062f\u0631 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629\u060c \u0648\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629\u060c \u0641\u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0644\u0647 \u062f\u0648\u0631 \u0643\u0628\u064a\u0631 \u0641\u064a \u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0641\u0646\u064a\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u062a\u0628\u0631\u0648\u0646 \u0645\u0646 \u0623\u0647\u0645 \u0631\u0648\u0627\u0641\u062f \u0627\u0644\u0646\u0647\u0648\u0636 \u0627\u0644\u0635\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u0635\u062d\u064a\u060c \u0648\u0642\u062f \u062a\u0637\u0648\u0631 \u0627\u0644\u0645\u0639\u0647\u062f \u0646\u062c\u062f \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u062a\u064a \u0645\u062b\u0644\u0647\u0627 \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u0627\u0644\u0635\u062d\u064a\u0629 \u0644\u0647\u0627 \u062f\u0648\u0631 \u0643\u0628\u064a\u0631 \u0641\u064a \u062e\u062f\u0645\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639 \u0633\u0648\u0627\u0621 \u0643\u0627\u0646 \u0630\u0644\u0643 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0643\u0627\u062f\u0631 \u0627\u0644\u0641\u0646\u064a \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0627\u0644\u064a\u0628 \u0627\u0644\u0639\u0635\u0631\u064a\u0629 \u0641\u064a \u0627\u0644\u0639\u0645\u0644 \u0623\u0648 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u060c \u0641\u0642\u062f \u0623\u0633\u0647\u0645 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0641\u064a \u0631\u0641\u062f \u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u0645\u062b\u0646\u0649 \u0628\u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0639\u0645\u0644 \u0641\u064a \u062f\u0648\u0627\u0626\u0631 \u0627\u0644\u062f\u0648\u0644\u0629 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629\u060c \u0643\u0645\u0627 \u0623\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0627\u0644\u062a\u0627\u0628\u0639 \u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u064a\u062e\u0637\u0637 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0628\u064a\u062a \u0627\u0644\u0639\u0644\u0645\u064a \u0627\u0644\u0630\u064a \u064a\u0641\u062a\u062d \u0622\u0641\u0627\u0642 \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u0648\u0627\u0644\u0635\u062d\u064a \u0625\u0644\u0649 \u062a\u0642\u062f\u064a\u0645 \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0628\u0643\u0641\u0627\u0621\u0627\u062a \u0639\u0644\u0645\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0647\u0646\u062f\u0633\u0629\u060c \u0641\u0647\u0646\u0627\u0643 \u062a\u062e\u0635\u0635\u0627\u062a \u0641\u064a \u062a\u0642\u0627\u0631\u0628 \u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0645\u0639 \u0627\u0644\u0637\u0628\u060c \u0648\u0647\u0630\u0627 \u0645\u0627 \u064a\u0636\u0639 \u0623\u0645\u0627\u0645 \u0627\u0644\u062c\u064a\u0644 \u0627\u0644\u062d\u0627\u0644\u064a \u0645\u0646 \u0627\u0644\u0637\u0644\u0628\u0629 \u0645\u0633\u0624\u0648\u0644\u064a\u0629 \u0643\u0628\u064a\u0631\u0629 \u0641\u064a \u0623\u0646 \u064a\u0643\u0648\u0646\u0648\u0627 \u0639\u0644\u0649 \u0642\u062f\u0631 \u0645\u0646 \u0627\u0644\u0639\u0637\u0627\u0621 \u0628\u0644\u0627 \u062d\u062f\u0648\u062f \u0641\u064a \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0648\u0627\u0644\u0623\u062e\u0644\u0627\u0642 \u0648\u0627\u0644\u0639\u0644\u0645 \u0648\u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0645 \u0644\u0623\u0646\u0647 \u064a\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0623\u0636\u0639\u0641 \u0627\u0644\u0645\u062e\u0644\u0648\u0642\u0627\u062a \u0648\u0647\u0648 \u0627\u0644\u0645\u0631\u064a\u0636 \u0627\u0644\u0630\u064a \u064a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0634\u0639\u0648\u0631 \u0628\u0627\u0644\u0639\u0645\u0644 \u0648\u0623\u0646 \u064a\u0631\u0649 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u0639\u064a\u0648\u0646 \u0645\u0646 \u064a\u0642\u0648\u0645\u0648\u0646 \u0628\u0645\u0639\u0627\u0644\u062c\u062a\u0647. \u0648\u0641\u0642\u0646\u0627 \u0627\u0644\u0644\u0647 \u0644\u062e\u062f\u0645\u0629 \u0639\u0631\u0627\u0642\u0646\u0627 \u0627\u0644\u062c\u062f\u064a\u062f \u0648\u0647\u0648 \u064a\u0631\u0641\u0644 \u0628\u0627\u0644\u0639\u0632 \u0648\u0627\u0644\u0643\u0631\u0627\u0645\u0629 \u0648\u0645\u0646 \u0627\u0644\u0644\u0647 \u0646\u0633\u062a\u0645\u062f \u0627\u0644\u0639\u0648\u0646 \u0648\u0627\u0644\u0633\u062f\u0627\u062f.<\/p>\n          <p style=\"margin-top: 12px; font-style: italic;\">*\u0639\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629*<\/p>\n        <\/div>\n\n        <!-- \u0641\u064a\u062f\u064a\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f \u0645\u0646 \u064a\u0648\u062a\u064a\u0648\u0628 -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfa5<\/span>\n          \u0634\u0627\u0647\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u062f\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"video-wrapper\">\n          <iframe src=\"https:\/\/www.youtube.com\/embed\/i5zJlvRj0AA\" title=\"\u0643\u0644\u0645\u0629 \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n        <\/div>\n\n        <!-- \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0627\u0644\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfc5<\/span>\n          \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0627\u0644\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"info-grid\">\n          <div class=\"info-card\"><h4>\ud83d\udcda \u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/h4><p>\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0641\u064a \u0639\u0644\u0648\u0645 \u0627\u0644\u0646\u0627\u0646\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u060c \u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0645\u064a\u0643\u0627\u0646\u064a\u0643 \u0627\u0644\u0643\u0645 (2006) \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0628\u0635\u0631\u0629\u060c \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0641\u064a\u0632\u064a\u0627\u0621 (1999)\u060c \u062f\u0628\u0644\u0648\u0645 \u0634\u0628\u0643\u0627\u062a \u0643\u0647\u0631\u0628\u0627\u0626\u064a\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83e\uddd1\u200d\ud83c\udfeb \u0627\u0644\u0645\u0646\u0627\u0635\u0628 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h4><p>\u0623\u0633\u062a\u0627\u0630 (Prof)\u060c \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u062d\u0627\u0644\u064a\u0627\u064b\u060c \u0639\u0645\u064a\u062f \u0645\u0639\u0647\u062f \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0633\u0627\u0628\u0642\u0627\u064b\u060c \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0641\u064a \u0627\u0644\u0631\u0645\u064a\u062b\u0629\u060c \u0631\u0626\u064a\u0633 \u0642\u0633\u0645 \u0639\u0644\u0645\u064a \u0639\u062f\u0629 \u0645\u0631\u0627\u062a.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udd2c \u0627\u0644\u0625\u0646\u062c\u0627\u0632\u0627\u062a \u0627\u0644\u0628\u062d\u062b\u064a\u0629<\/h4><p>\u0623\u0643\u062b\u0631 \u0645\u0646 12 \u0628\u062d\u062b\u0627\u064b \u0645\u0646\u0634\u0648\u0631\u0627\u064b\u060c \u0642\u0627\u062f \u0641\u0631\u064a\u0642\u0627\u064b \u0628\u062d\u062b\u064a\u0627\u064b \u0644\u0625\u0646\u062a\u0627\u062c \u062c\u0632\u064a\u0626\u0627\u062a \u0646\u0627\u0646\u0648\u064a\u0629 \u0628\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0639\u0627\u0644\u0645\u064a\u0629 \u0628\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0628\u0627\u062d\u062b\u064a\u0646 \u0645\u0646 \u0641\u0631\u0646\u0633\u0627\u060c \u0645\u0645\u0627 \u0648\u0636\u0639 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0639\u0644\u0649 \u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0639\u0644\u0645\u064a \u0641\u064a \u0639\u0644\u0627\u062c \u0627\u0644\u0623\u0645\u0631\u0627\u0636 \u0648\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0628\u064a\u0626\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udf0d \u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0624\u0633\u0633\u064a<\/h4><p>\u0633\u0627\u0647\u0645 \u0641\u064a \u062f\u062e\u0648\u0644 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0628\u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0636\u0645\u0646 \u062a\u0635\u0646\u064a\u0641 &#8220;\u0648\u064a\u0628\u0648\u0645\u062a\u0631\u0643\u0633&#8221; \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0644\u062b\u0644\u0627\u062b \u0633\u0646\u0648\u0627\u062a \u0645\u062a\u062a\u0627\u0644\u064a\u0629\u060c \u0648\u0627\u0633\u062a\u062d\u062f\u062b \u0645\u062e\u062a\u0628\u0631\u0627\u062a \u062a\u062e\u0635\u0635\u064a\u0629 \u0648\u0645\u062e\u062a\u0628\u0631 \u0627\u0644\u0641\u062d\u0648\u0635\u0627\u062a \u0627\u0644\u0625\u0646\u0634\u0627\u0626\u064a\u0629.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udfc6 \u0627\u0644\u062c\u0648\u0627\u0626\u0632 \u0648\u0627\u0644\u062a\u0643\u0631\u064a\u0645\u0627\u062a<\/h4><p>\u062d\u0627\u0635\u0644 \u0639\u0644\u0649 \u0623\u0643\u062b\u0631 \u0645\u0646 50 \u0643\u062a\u0627\u0628 \u0634\u0643\u0631 \u0648\u062a\u0642\u062f\u064a\u0631 \u0645\u0646 \u0648\u0632\u0631\u0627\u0621 \u0648\u0631\u0624\u0633\u0627\u0621 \u062c\u0627\u0645\u0639\u0627\u062a \u0648\u0647\u064a\u0626\u0627\u062a \u0631\u0633\u0645\u064a\u0629 (\u0647\u064a\u0626\u0629 \u0627\u0644\u062d\u0634\u062f \u0627\u0644\u0634\u0639\u0628\u064a\u060c \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u0631\u0628\u064a\u0629 \u0648\u063a\u064a\u0631\u0647\u0627) \u062a\u0642\u062f\u064a\u0631\u0627\u064b \u0644\u062c\u0647\u0648\u062f\u0647 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0644\u0645\u064a\u0629.<\/p><\/div>\n        <\/div>\n\n        <!-- \u0645\u0644\u062e\u0635 \u062f\u0648\u0631 \u0627\u0644\u0645\u0639\u0647\u062f -->\n        <div class=\"highlight-box\">\n          <strong style=\"color:var(--accent);\">\ud83d\udccd \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\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\u064f\u0639\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0645\u0646\u0627\u0631\u0629 \u0644\u0644\u0641\u0643\u0631 \u0648\u0627\u0644\u0645\u0639\u0631\u0641\u0629\u060c \u064a\u0633\u0647\u0645 \u0641\u064a \u0631\u0641\u062f \u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u0645\u062b\u0646\u0649 \u0628\u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u0627\u0644\u0635\u062d\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629\u060c \u0648\u064a\u062e\u0637\u0637 \u0644\u0641\u062a\u062d \u0622\u0641\u0627\u0642 \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u062a\u0642\u0627\u0631\u0628 \u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0645\u0639 \u0627\u0644\u0637\u0628\u060c \u062e\u062f\u0645\u0629 \u0644\u0644\u0645\u062c\u062a\u0645\u0639 \u0648\u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644.\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Sidebar: \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0633\u0631\u064a\u0639\u0629 \u0648\u0625\u0646\u062c\u0627\u0632\u0627\u062a -->\n    <div class=\"sidebar\">\n      <div class=\"widget\">\n        <h3>\ud83d\udcca \u0625\u0646\u062c\u0627\u0632\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u062f \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=\"50\">0<\/span><span class=\"stat-label\">\u0643\u062a\u0627\u0628 \u0634\u0643\u0631 \u0648\u062a\u0642\u062f\u064a\u0631<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"12\">0<\/span><span class=\"stat-label\">\u0628\u062d\u062b\u0627\u064b \u0639\u0644\u0645\u064a\u0627\u064b \u0645\u0646\u0634\u0648\u0631\u0627\u064b<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"3\">0<\/span><span class=\"stat-label\">\u0633\u0646\u0648\u0627\u062a \u0645\u062a\u062a\u0627\u0644\u064a\u0629 \u0641\u064a \u062a\u0635\u0646\u064a\u0641 \u0648\u064a\u0628\u0648\u0645\u062a\u0631\u0643\u0633<\/span><\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"widget\">\n        <h3>\ud83d\udcd6 \u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h3>\n        <p>\u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a\u060c \u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0639\u0631\u0627\u0642\u064a \u0645\u062a\u062e\u0635\u0635 \u0641\u064a \u0639\u0644\u0648\u0645 \u0627\u0644\u0646\u0627\u0646\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u060c \u064a\u0634\u063a\u0644 \u0645\u0646\u0635\u0628 \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629. \u0642\u0627\u062f \u0641\u0631\u0642\u0627\u064b \u0628\u062d\u062b\u064a\u0629 \u0628\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u062c\u0627\u0645\u0639\u0627\u062a \u0641\u0631\u0646\u0633\u064a\u0629\u060c \u0648\u062d\u0642\u0642 \u0625\u0646\u062c\u0627\u0632\u0627\u062a \u0646\u0648\u0639\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u062c\u0633\u064a\u0645\u0627\u062a \u0627\u0644\u0646\u0627\u0646\u0648\u064a\u0629. \u062d\u0635\u0644 \u0639\u0644\u0649 \u062c\u0648\u0627\u0626\u0632 \u0639\u062f\u064a\u062f\u0629 \u062a\u0642\u062f\u064a\u0631\u0627\u064b \u0644\u0645\u0633\u064a\u0631\u062a\u0647 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629.<\/p>\n        <p><strong>\ud83c\udf93 \u0627\u0644\u0645\u0631\u062a\u0628\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629:<\/strong> \u0623\u0633\u062a\u0627\u0630 (Professor).<\/p>\n        <p><strong>\ud83d\udcc5 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f:<\/strong> 1 \u064a\u0648\u0644\u064a\u0648 1972 \u2013 \u0627\u0644\u0646\u0627\u0635\u0631\u064a\u0629.<\/p>\n      <\/div>\n      \n      <div class=\"widget\">\n        <h3>\ud83c\udfdb\ufe0f \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0639\u0647\u062f \u0648\u0631\u0633\u0627\u0644\u062a\u0647<\/h3>\n        <p><strong>\u0627\u0644\u0631\u0624\u064a\u0629:<\/strong> \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0645\u0639\u0647\u062f \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\u0635\u062d\u064a\u0629\u060c \u0648\u064a\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> \u062a\u0623\u0647\u064a\u0644 \u0641\u0646\u064a\u064a\u0646 \u0648\u0643\u0648\u0627\u062f\u0631 \u0648\u0637\u0646\u064a\u0629 \u0630\u0627\u062a \u0643\u0641\u0627\u0621\u0629 \u0639\u0627\u0644\u064a\u0629\u060c \u062a\u0644\u0628\u064a \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644\u060c \u0648\u062a\u0639\u0632\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\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 \u0644\u0644\u0639\u0645\u0627\u062f\u0629:<\/strong> <a href=\"mailto:s_int@atu.edu.iq\" class=\"email-link\">s_int@atu.edu.iq<\/a><\/p>\n        <p><strong>\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0639\u0647\u062f \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>\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0639\u0647\u062f:<\/strong> 0780 123 4567<\/p>\n        <p><strong>\u0627\u0644\u0639\u0646\u0648\u0627\u0646:<\/strong> \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \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","protected":false},"excerpt":{"rendered":"<p>\u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u062f \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a \u2014 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644: \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0635\u0628\u0627\u062d \u0645\u062d\u0645\u062f \u0645\u0644\u0643\u0637 \u0627\u0644\u0645\u0637\u0648\u0643\u064a \u0627\u0644\u0645\u0646\u0635\u0628 \u0627\u0644\u062d\u0627\u0644\u064a: \u0639\u0645\u064a\u062f \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0627\u0644\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 \u0627\u0644\u062a\u062e\u0635\u0635: \u0639\u0644\u0648\u0645 \u0627\u0644\u0646\u0627\u0646\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a (Nanotechnology) \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f: 1 \u064a\u0648\u0644\u064a\u0648 1972\u060c \u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0646\u0627\u0635\u0631\u064a\u0629 \u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629: \u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0641\u064a \u0627\u0644\u0646\u0627\u0646\u0648 &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21965\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21965","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"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=21965"}],"version-history":[{"count":6,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21965\/revisions"}],"predecessor-version":[{"id":22003,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21965\/revisions\/22003"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}