{"id":22017,"date":"2026-04-23T11:44:05","date_gmt":"2026-04-23T08:44:05","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=22017"},"modified":"2026-04-23T11:44:12","modified_gmt":"2026-04-23T08:44:12","slug":"22017-2","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=22017&lang=en","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n  <title>Dean&#8217;s Message | Al-Samawah Technical Institute<\/title>\n  <meta name=\"description\" content=\"Message from the Dean, Dr. Sabah Mohammed Malakat Al-Mutawki, about the institute and his academic and administrative career.\">\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-left: 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-left: 3px solid #5b8dd9;\n      padding-left: 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-left: 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      .widget h3 { border-left: none; border-right: 3px solid #5b8dd9; padding-right: 12px; text-align: right; }\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 -->\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%3EATU%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%3EATU%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%3EATU%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\">Dean&#8217;s Message<\/h1>\n    <p class=\"hero-subtitle\">Prof. Dr. Sabah Mohammed Malakat Al-Mutawki \u2014 Al-Samawah Technical Institute<\/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=\"Prof. Dr. Sabah Mohammed Malakat Al-Mutawki - Dean of Al-Samawah Technical Institute\"\n                 onerror=\"this.src='https:\/\/via.placeholder.com\/130x130\/4a6fa5\/ffffff?text=Dr.+Sabah'\">\n          <\/div>\n          <div class=\"profile-info\">\n            <p><strong>Full Name:<\/strong> Prof. Dr. Sabah Mohammed Malakat Al-Mutawki<\/p>\n            <p><strong>Current Position:<\/strong> Dean of Al-Samawah Technical Institute \u2013 Al-Furat Al-Awsat Technical University<\/p>\n            <p><strong>Specialization:<\/strong> Nanotechnology Sciences<\/p>\n            <p><strong>Date of Birth:<\/strong> July 1, 1972, Nasiriyah City<\/p>\n            <p><strong>Academic Qualifications:<\/strong> PhD in Nanotechnology, MSc in Quantum Mechanics (2006), BSc in Physics (1999), Diploma in Electrical Engineering.<\/p>\n            <p><strong>Email:<\/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: Dean's Full Message -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83d\udcdc<\/span>\n          Dean&#8217;s Message\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;\">In the Name of Allah, the Most Gracious, the Most Merciful<\/p>\n          <p>Praise be to Allah, Lord of the worlds, and peace and blessings be upon Muhammad and his pure and virtuous family. Welcome to you all&#8230;&#8230; Al-Samawah Technical Institute is one of the institutes of Al-Furat Al-Awsat Technical University, which aims to be a beacon of thought and human knowledge, and to contribute to the progress and advancement of this generous nation through interaction between technical universities and the local community. Al-Furat Al-Awsat Technical University works not just to be a transmitter of knowledge, but seeks to link this heritage with contemporary developments and the rapid evolution in science and technology. It strives to be distinguished and unique among Iraqi universities through its research, educational, and training programs, and by building applied projects that meet the country&#8217;s economic needs, thereby accommodating increasing human requirements in light of the civilizational role of technical universities in the knowledge economy, such as renewable energy sources and human resource development. Al-Samawah Technical Institute plays a major role in qualifying technicians who are among the most important drivers of industrial and health advancement. The institute has evolved; we find that some specializations represented by engineering and health administration have a significant role in serving society, whether through qualifying technical staff in modern work methods or training. Al-Samawah Technical Institute has contributed to supplying Al-Muthanna Governorate with national competencies working in various state departments. Furthermore, Al-Samawah Technical Institute, affiliated with Al-Furat Al-Awsat Technical University, plans through its scientific house that opens new horizons in engineering and health fields to provide the labor market with scientific competencies in engineering. There are specializations that bring industry and medicine closer together, which places a great responsibility on the current generation of students to be capable of boundless giving in knowledge, ethics, science, and respect, as they deal with the weakest of creatures\u2014the patient who needs to feel compassion and see it in the eyes of those treating them. May Allah grant us success in serving our new Iraq as it thrives with pride and dignity, and from Allah we derive strength and righteousness.<\/p>\n          <p style=\"margin-top: 12px; font-style: italic;\">*Deanery of Al-Samawah Technical Institute*<\/p>\n        <\/div>\n\n        <!-- Dean's Video Message from YouTube -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfa5<\/span>\n          Watch the Dean&#8217;s Message\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"video-wrapper\">\n          <iframe src=\"https:\/\/www.youtube.com\/embed\/i5zJlvRj0AA\" title=\"Dean of Al-Samawah Technical Institute Message\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n        <\/div>\n\n        <!-- Biography and Professional Career -->\n        <div class=\"section-title\">\n          <span class=\"icon-badge\">\ud83c\udfc5<\/span>\n          Biography &#038; Professional Career\n          <span class=\"line\"><\/span>\n        <\/div>\n        <div class=\"info-grid\">\n          <div class=\"info-card\"><h4>\ud83d\udcda Academic Qualifications<\/h4><p>PhD in Nanotechnology Sciences, MSc in Quantum Mechanics (2006) University of Basra, BSc in Physics (1999), Diploma in Electrical Networks.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83e\uddd1\u200d\ud83c\udfeb Academic Positions<\/h4><p>Professor, current Dean of Al-Samawah Technical Institute, former Dean of Al-Samawah Institute, Dean of the Technical Institute in Al-Rumaitha, and served as Head of Scientific Department multiple times.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83d\udd2c Research Achievements<\/h4><p>Published over 12 research papers, led a research team to produce nanoparticles with international specifications in collaboration with French researchers, placing Al-Samawah on the map of scientific excellence in disease treatment and environmental protection.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udf0d Institutional Development<\/h4><p>Contributed to Al-Samawah Technical Institute being included in the global &#8220;Webometrics&#8221; ranking for three consecutive years, established specialized laboratories and the Structural Testing Laboratory.<\/p><\/div>\n          <div class=\"info-card\"><h4>\ud83c\udfc6 Awards &#038; Honors<\/h4><p>Recipient of over 50 letters of thanks and appreciation from ministers, university presidents, and official bodies (Popular Mobilization Forces, Ministry of Education, etc.) in recognition of his administrative and scientific efforts.<\/p><\/div>\n        <\/div>\n\n        <!-- Summary of Institute's Role -->\n        <div class=\"highlight-box\">\n          <strong style=\"color:var(--accent);\">\ud83d\udccd Al-Samawah Technical Institute \u2013 Al-Furat Al-Awsat Technical University<\/strong><br>\n          The institute is a beacon of thought and knowledge, contributing to supplying Al-Muthanna Governorate with national competencies in engineering, health, and administrative fields. It plans to open new horizons in the convergence of industry and medicine, serving society and the labor market.\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Sidebar: Quick Information and Achievements -->\n    <div class=\"sidebar\">\n      <div class=\"widget\">\n        <h3>\ud83d\udcca Dean&#8217;s Achievements by Numbers<\/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\">Letters of Appreciation<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"12\">0<\/span><span class=\"stat-label\">Published Research Papers<\/span><\/div>\n          <div class=\"stat-item\"><span class=\"stat-num\" data-target=\"3\">0<\/span><span class=\"stat-label\">Consecutive Years in Webometrics Ranking<\/span><\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"widget\">\n        <h3>\ud83d\udcd6 About the Academic Career<\/h3>\n        <p>Dr. Sabah Mohammed Malakat Al-Mutawki is an Iraqi academic specialized in Nanotechnology Sciences, currently serving as Dean of Al-Samawah Technical Institute. He led research teams in collaboration with French universities and achieved qualitative breakthroughs in nanoparticle research. He has received numerous awards in recognition of his scientific and administrative career.<\/p>\n        <p><strong>\ud83c\udf93 Academic Rank:<\/strong> Professor.<\/p>\n        <p><strong>\ud83d\udcc5 Date of Birth:<\/strong> July 1, 1972 \u2013 Nasiriyah.<\/p>\n      <\/div>\n      \n      <div class=\"widget\">\n        <h3>\ud83c\udfdb\ufe0f Institute Vision &#038; Mission<\/h3>\n        <p><strong>Vision:<\/strong> For the institute to be a center for creativity and innovation in technical, engineering, and health fields, contributing to the knowledge economy.<\/p>\n        <p><strong>Mission:<\/strong> To qualify highly competent technicians and national staff that meet labor market needs and enhance sustainable development in Al-Muthanna Governorate and Iraq.<\/p>\n      <\/div>\n      \n      <div class=\"widget\">\n        <h3>\ud83d\udcde Contact Information<\/h3>\n        <p><strong>Deanery Email:<\/strong> <a href=\"mailto:s_int@atu.edu.iq\" class=\"email-link\">s_int@atu.edu.iq<\/a><\/p>\n        <p><strong>Official Institute Website:<\/strong> <a href=\"https:\/\/isa.atu.edu.iq\" target=\"_blank\" class=\"email-link\">isa.atu.edu.iq<\/a><\/p>\n        <p><strong>Institute Phone:<\/strong> 0780 123 4567<\/p>\n        <p><strong>Address:<\/strong> Al-Samawah Technical Institute, Al-Furat Al-Awsat Technical University, Al-Muthanna Governorate, Iraq.<\/p>\n        <hr style=\"margin: 15px 0; border-color:rgba(90,133,192,0.2);\">\n        <p style=\"font-size:0.85rem;\">For academic and administrative inquiries, please contact via official email.<\/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('en');\n      if(progress < 1) requestAnimationFrame(step);\n      else el.textContent = target.toLocaleString('en');\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>Dean&#8217;s Message | Al-Samawah Technical Institute Dean&#8217;s Message Prof. Dr. Sabah Mohammed Malakat Al-Mutawki \u2014 Al-Samawah Technical Institute Full Name: Prof. Dr. Sabah Mohammed Malakat Al-Mutawki Current Position: Dean of Al-Samawah Technical Institute \u2013 Al-Furat Al-Awsat Technical University Specialization: Nanotechnology Sciences Date of Birth: July 1, 1972, Nasiriyah City Academic Qualifications: PhD in Nanotechnology, MSc &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=22017&#038;lang=en\">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-22017","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22017","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=22017"}],"version-history":[{"count":1,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22017\/revisions"}],"predecessor-version":[{"id":22018,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22017\/revisions\/22018"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}