{"id":22475,"date":"2026-04-28T12:47:23","date_gmt":"2026-04-28T09:47:23","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=22475"},"modified":"2026-04-28T12:47:30","modified_gmt":"2026-04-28T09:47:30","slug":"e-lectures-directory","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=22475&lang=en","title":{"rendered":"E-Lectures Directory"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n<title>Al-Samawa Technical Institute &#8211; E-Lectures Directory<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700&#038;family=Inter:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n<style>\n:root {\n  --bg: #f0f4fa;\n  --surface: rgba(255,255,255,0.97);\n  --border: rgba(30,80,140,0.10);\n  --accent: #1A4D8C;\n  --accent2: #2e7fc0;\n  --text: #1a2c3e;\n  --muted: #6b8aab;\n  --pill-bg: rgba(230,243,255,0.85);\n  --pill-bdr: #bcd5ee;\n  --radius: 1.6rem;\n  --orange: #ffb347;\n  --soft-red: #e8748f;\n}\n*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\nhtml { scroll-behavior: smooth; }\nbody {\n  background: var(--bg);\n  font-family: 'Sora', 'Inter', system-ui, sans-serif;\n  color: var(--text);\n  min-height: 100vh;\n  overflow-x: hidden;\n  line-height: 1.6;\n}\n\/* \u2500\u2500 BACKGROUND ANIMATIONS (3D GRID + ORBS) \u2500\u2500 *\/\n.bg-scene { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }\n.bg-grid {\n  position: absolute; inset: 0;\n  background-image: linear-gradient(rgba(26,77,140,.05) 1px, transparent 1px),\n                    linear-gradient(90deg, rgba(26,77,140,.05) 1px, transparent 1px);\n  background-size: 56px 56px;\n  animation: gridScroll 22s linear infinite;\n}\n@keyframes gridScroll {\n  from { transform: perspective(700px) rotateX(28deg) translateY(0); }\n  to { transform: perspective(700px) rotateX(28deg) translateY(56px); }\n}\n.bg-orb {\n  position: absolute; border-radius: 50%; filter: blur(90px);\n  animation: orbFloat 9s ease-in-out infinite alternate;\n}\n.orb1 { width:520px; height:520px; background:rgba(180,200,230,.38); top:-170px; right:-130px; }\n.orb2 { width:360px; height:360px; background:rgba(155,185,220,.28); bottom:8%; left:3%; animation-delay:-4s; }\n.orb3 { width:260px; height:260px; background:rgba(255,179,71,.15); top:40%; right:20%; animation-delay:-7s; }\n@keyframes orbFloat {\n  from { transform: translate(0,0) scale(1); }\n  to { transform: translate(28px,28px) scale(1.09); }\n}\n\/* \u2500\u2500 3D LOGO WATERMARKS (ROTATING) \u2500\u2500 *\/\n.logo-watermark { position: absolute; pointer-events: none; z-index: 0; }\n.logo-center { top:50%; left:50%; transform:translate(-50%,-50%); }\n.logo-top-left { top:4%; left:2%; }\n.logo-bottom-right { bottom:4%; right:2%; }\n.logo-3d-wrapper { width:360px; height:360px; animation: spin3D 25s linear infinite; transform-style: preserve-3d; perspective: 800px; }\n.logo-3d-wrapper.logo-small { width:130px; height:130px; }\n.logo-3d-wrapper.logo-slow { animation-duration:35s; animation-direction:reverse; }\n@keyframes spin3D {\n  0% { transform: rotateY(0deg) rotateX(8deg); }\n  25% { transform: rotateY(90deg) rotateX(14deg) rotateZ(3deg); }\n  50% { transform: rotateY(180deg) rotateX(8deg); }\n  75% { transform: rotateY(270deg) rotateX(14deg) rotateZ(-3deg); }\n  100% { transform: rotateY(360deg) rotateX(8deg); }\n}\n.logo-3d-img {\n  width:100%; height:100%; object-fit:contain; opacity:.06;\n  mix-blend-mode:screen; filter: saturate(.8) brightness(.85);\n  border-radius: 50%;\n  animation: logoPulse 4.5s ease-in-out infinite alternate;\n}\n@keyframes logoPulse { from{opacity:.04} to{opacity:.12} }\n\/* PARTICLES *\/\n.particle {\n  position: fixed; border-radius:50%; pointer-events:none;\n  z-index:0; animation: floatP linear infinite; opacity:0;\n}\n@keyframes floatP {\n  0% { transform:translateY(100vh) rotate(0deg); opacity:0; }\n  10% { opacity:.55; }\n  90% { opacity:.55; }\n  100% { transform:translateY(-120px) rotate(360deg); opacity:0; }\n}\n.page-wrap {\n  position: relative; z-index:2;\n  padding: 2.5rem 1.5rem 4rem;\n  max-width: 1400px; margin: 0 auto;\n}\n.control-bar {\n  display: flex; align-items: center; justify-content: space-between;\n  flex-wrap: wrap; gap: 1rem;\n  background: var(--surface); border: 1px solid var(--border);\n  border-radius: var(--radius); padding: 1.2rem 1.5rem;\n  margin-bottom: 2.5rem; box-shadow: 0 4px 24px rgba(0,0,0,.08);\n  backdrop-filter: blur(8px);\n}\n.bar-left { display: flex; align-items: center; gap: 1rem; }\n.bar-icon {\n  width: 50px; height: 50px; background: linear-gradient(135deg, #1A4D8C, #2e7fc0);\n  border-radius: 14px; display: flex; align-items: center; justify-content: center;\n  color: #fff; font-size: 1.3rem; box-shadow: 0 4px 12px rgba(26,77,140,.3);\n  flex-shrink: 0;\n}\n.bar-title { font-size: 1.3rem; font-weight: 800; color: var(--accent); line-height: 1.2; letter-spacing: -0.2px; }\n.bar-subtitle { font-size: 0.85rem; color: var(--muted); font-weight: 600; margin-top: 4px; }\n.bar-right { display: flex; gap: 12px; flex-wrap: wrap; }\n.badge-count {\n  background: var(--pill-bg); border: 1px solid var(--pill-bdr);\n  padding: 0.45rem 1.3rem; border-radius: 60px; font-size: 0.85rem;\n  font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: 8px;\n}\n.badge-orange { background: rgba(255, 179, 71, 0.15); border-color: rgba(255, 179, 71, 0.4); color: #b45f06; }\n.section-title {\n  font-size: 1.7rem; font-weight: 800; color: #0a2b44;\n  margin: 2rem 0 1.5rem; position: relative; display: inline-block;\n  padding-left: 15px;\n}\n.section-title:after {\n  content: \"\"; position: absolute; left: 0; bottom: -8px;\n  width: 70px; height: 4px; background: var(--orange); border-radius: 4px;\n}\n.section-title i { margin-right: 10px; }\n\/* cards grid *\/\n.cards-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n  gap: 1.8rem;\n}\n.data-card {\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  overflow: hidden;\n  box-shadow: 0 8px 32px rgba(0,0,0,.06);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n.card-header {\n  background: linear-gradient(120deg, rgba(235,243,252,.98), rgba(240,246,255,.98));\n  padding: 1rem 1.4rem;\n  border-bottom: 1.5px solid rgba(26,77,140,.10);\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n.card-header i { font-size: 1.8rem; color: var(--accent2); }\n.card-header h3 { font-size: 1.2rem; font-weight: 800; color: #1f4e79; line-height: 1.3; }\n.card-body { padding: 1.3rem 1.4rem 1.5rem; }\n.link-row {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  background: #f9fbfe;\n  padding: 0.8rem 1rem;\n  border-radius: 1rem;\n  margin-bottom: 0.8rem;\n  border: 1px solid #e9eef3;\n  transition: all 0.2s;\n}\n.link-row:last-child { margin-bottom: 0; }\n.link-label {\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.9rem;\n  color: var(--accent);\n}\n.link-label i { font-size: 1rem; color: var(--orange); }\n.lecture-link {\n  background: transparent;\n  padding: 0.3rem 1rem;\n  border-radius: 40px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 0.8rem;\n  transition: 0.2s;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  border: 1px solid var(--pill-bdr);\n  color: var(--accent2);\n}\n.lecture-link i { font-size: 0.75rem; }\n.lecture-link:hover {\n  background: var(--accent);\n  color: white;\n  border-color: var(--accent);\n  transform: translateY(-1px);\n}\n.link-disabled {\n  background: #f1f3f7;\n  color: #8da0b5;\n  border: 1px solid #e2e6ed;\n  cursor: default;\n  pointer-events: none;\n  font-weight: 500;\n}\n.link-disabled:hover { background: #f1f3f7; color: #8da0b5; transform: none; }\n.empty-badge {\n  font-size: 0.75rem;\n  color: #b87333;\n  background: #fff0e0;\n  padding: 0.2rem 0.7rem;\n  border-radius: 30px;\n}\n.footer-note {\n  margin-top: 3.5rem;\n  text-align: center;\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 60px;\n  padding: 1rem 2rem;\n  width: fit-content;\n  margin-left: auto;\n  margin-right: auto;\n  font-size: 0.9rem;\n  font-weight: 600;\n  color: var(--muted);\n  box-shadow: 0 4px 16px rgba(0,0,0,.05);\n}\n@media (max-width: 680px) {\n  .page-wrap { padding: 1rem; }\n  .control-bar { flex-direction: column; align-items: flex-start; }\n  .bar-right { width: 100%; justify-content: flex-start; }\n  .cards-grid { grid-template-columns: 1fr; }\n  .section-title { font-size: 1.4rem; }\n  .link-row { flex-direction: column; align-items: flex-start; gap: 8px; }\n}\n<\/style>\n<\/head>\n<body>\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  <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.style.display='none'\" class=\"logo-3d-img\" alt=\"Institute 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.style.display='none'\" class=\"logo-3d-img\" alt=\"\">\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.style.display='none'\" class=\"logo-3d-img\" alt=\"\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"page-wrap\">\n  <div class=\"control-bar\">\n    <div class=\"bar-left\">\n      <div class=\"bar-icon\"><i class=\"fas fa-book-open\"><\/i><\/div>\n      <div>\n        <div class=\"bar-title\">Al-Samawa Technical Institute<\/div>\n        <div class=\"bar-subtitle\"><i class=\"fas fa-map-marker-alt\" style=\"color:var(--orange);\"><\/i> North of Samawa \u2013 Al-Muthanna Governorate | E-Lectures Directory<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"bar-right\">\n      <div class=\"badge-count\"><i class=\"fas fa-microscope\"><\/i> 14 Scientific Departments<\/div>\n      <div class=\"badge-count badge-orange\"><i class=\"fas fa-chalkboard-user\"><\/i> Two-Stage Links<\/div>\n      <div class=\"badge-count\"><i class=\"fas fa-file-alt\"><\/i> Digital Lectures<\/div>\n    <\/div>\n  <\/div>\n\n  <h2 class=\"section-title\"><i class=\"fas fa-graduation-cap\" style=\"color:var(--orange);\"><\/i> Scientific Departments \u2013 First &#038; Second Stage Lectures<\/h2>\n  \n  <div id=\"departmentsContainer\" class=\"cards-grid\"><\/div>\n  \n  <div style=\"margin-top: 2.5rem; background: rgba(255,248,225,0.6); border-radius: 28px; padding: 1.2rem; text-align: center; border-left: 4px solid var(--orange);\">\n    <i class=\"fas fa-info-circle\" style=\"color: var(--accent2); margin-right: 8px;\"><\/i>\n    <span style=\"font-weight: 600;\">Links provide lectures and study materials according to the approved curriculum. Some departments are updated periodically; we welcome your feedback.<\/span>\n  <\/div>\n\n  <div class=\"footer-note\">\n    <i class=\"fas fa-university\"><\/i> \u00a9 2026 Al-Furat Al-Awsat Technical University \u2013 Al-Samawa Technical Institute | E-Learning for Student Service\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ ============= Departments Dataset with accurate English names and lecture links (First & Second Stage) =============\n  const departmentsData = [\n    { name: \"Mechanical Engineering Department\", icon: \"fas fa-cogs\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10796\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10366\" },\n    { name: \"Electrical Engineering Department\", icon: \"fas fa-bolt\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10588\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10359\" },\n    { name: \"Accounting Department\", icon: \"fas fa-calculator\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10845\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10350\" },\n    { name: \"Building and Construction Department\", icon: \"fas fa-building\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=11159\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10070\" },\n    { name: \"Information and Communication Technology Department\", icon: \"fas fa-wifi\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10893\", \n      secondUrl: \"https:\/\/sites.google.com\/atu.edu.iq\/electronics-classroom\/%D8%A7%D9%84%D9%85%D8%B1%D8%AD%D9%84%D8%A9-%D8%A7%D9%84%D8%AB%D8%A7%D9%86%D9%8A%D8%A9\" },\n    { name: \"Cybersecurity Department\", icon: \"fas fa-shield-alt\", \n      firstUrl: null, \n      secondUrl: null },\n    { name: \"Surveying Department\", icon: \"fas fa-draw-polygon\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10601\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10388\" },\n    { name: \"Petroleum Refining Department\", icon: \"fas fa-oil-can\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=13357\", \n      secondUrl: null },\n    { name: \"Oil & Gas Drilling and Production Department\", icon: \"fas fa-hard-hat\", \n      firstUrl: null, \n      secondUrl: null },\n    { name: \"Legal Administration Department\", icon: \"fas fa-gavel\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=18475\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10165\" },\n    { name: \"Community Health Department\", icon: \"fas fa-heartbeat\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10170\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10308\" },\n    { name: \"Nursing Department\", icon: \"fas fa-user-md\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10864\", \n      secondUrl: null },\n    { name: \"Dialysis Department\", icon: \"fas fa-procedures\", \n      firstUrl: null, \n      secondUrl: null },\n    { name: \"Medical Laboratories Department\", icon: \"fas fa-microscope\", \n      firstUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10816\", \n      secondUrl: \"https:\/\/isa.atu.edu.iq\/?page_id=10257\" }\n  ];\n\n  \/\/ Helper: Render a clickable link or disabled badge (English)\n  function renderLink(url, label, stageIcon) {\n    if (url && url.trim() !== \"\") {\n      return `<a href=\"${url}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"lecture-link\"><i class=\"${stageIcon}\"><\/i> ${label}<\/a>`;\n    } else {\n      return `<span class=\"lecture-link link-disabled\"><i class=\"${stageIcon}\"><\/i> ${label} <span class=\"empty-badge\" style=\"margin-left:6px;\">Not Available<\/span><\/span>`;\n    }\n  }\n\n  function buildDepartments() {\n    const container = document.getElementById('departmentsContainer');\n    if (!container) return;\n    let cardsHTML = '';\n    for (let dept of departmentsData) {\n      const deptIcon = dept.icon || \"fas fa-microchip\";\n      const firstLabel = \"First Stage Lectures\";\n      const secondLabel = \"Second Stage Lectures\";\n      const firstIcon = \"fas fa-book\";\n      const secondIcon = \"fas fa-chalkboard\";\n      \n      const firstLinkHtml = renderLink(dept.firstUrl, firstLabel, firstIcon);\n      const secondLinkHtml = renderLink(dept.secondUrl, secondLabel, secondIcon);\n      \n      cardsHTML += `\n        <div class=\"data-card\" data-tilt>\n          <div class=\"card-header\">\n            <i class=\"${deptIcon}\"><\/i>\n            <h3>${dept.name}<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            <div class=\"link-row\">\n              <div class=\"link-label\"><i class=\"fas fa-level-up-alt\"><\/i> First Stage<\/div>\n              ${firstLinkHtml}\n            <\/div>\n            <div class=\"link-row\">\n              <div class=\"link-label\"><i class=\"fas fa-level-down-alt\"><\/i> Second Stage<\/div>\n              ${secondLinkHtml}\n            <\/div>\n          <\/div>\n        <\/div>\n      `;\n    }\n    container.innerHTML = cardsHTML;\n    \n    \/\/ Re-attach 3D tilt effect for interactive cards\n    attachTiltAgain();\n  }\n  \n  \/\/ 3D Tilt effect for cards (smooth)\n  function attachTiltAgain() {\n    const cards = document.querySelectorAll('[data-tilt]');\n    cards.forEach(card => {\n      \/\/ Remove previous listeners to avoid duplication\n      card.removeEventListener('mousemove', card._tiltMove);\n      card.removeEventListener('mouseleave', card._tiltLeave);\n      \n      const handleMove = (e) => {\n        const r = card.getBoundingClientRect();\n        const x = e.clientX - r.left;\n        const y = e.clientY - r.top;\n        const cx = r.width \/ 2;\n        const cy = r.height \/ 2;\n        const rX = ((y - cy) \/ cy) * 3;\n        const rY = ((x - cx) \/ cx) * -3;\n        card.style.transition = 'transform 0.08s ease, box-shadow 0.08s ease';\n        card.style.transform = `perspective(1000px) rotateX(${rX}deg) rotateY(${rY}deg) scale(1.015) translateY(-4px)`;\n        card.style.boxShadow = `0 16px 32px -10px rgba(26,77,140,0.25)`;\n        card.style.borderColor = 'rgba(255,179,71,0.5)';\n      };\n      const handleLeave = () => {\n        card.style.transition = 'transform 0.4s cubic-bezier(.2,.9,.4,1), box-shadow 0.4s ease';\n        card.style.transform = '';\n        card.style.boxShadow = '';\n        card.style.borderColor = '';\n      };\n      card.addEventListener('mousemove', handleMove);\n      card.addEventListener('mouseleave', handleLeave);\n      card._tiltMove = handleMove;\n      card._tiltLeave = handleLeave;\n    });\n  }\n  \n  \/\/ floating particles for ambient effect\n  function initParticles() {\n    const colors = ['#8faac8','#a2b9d6','#bfcfdf','#c7d9e8'];\n    for(let i = 0; i < 22; i++){\n      const el = document.createElement('div');\n      el.className = 'particle';\n      const s = Math.random() * 5 + 2.5;\n      el.style.cssText = `width:${s}px;height:${s}px;background:${colors[i%4]};left:${Math.random()*100}vw;animation-duration:${Math.random()*12+9}s;animation-delay:${Math.random()*12}s;`;\n      document.body.appendChild(el);\n    }\n  }\n  \n  \/\/ Initialize full page: build departments and particles\n  window.addEventListener('DOMContentLoaded', () => {\n    buildDepartments();\n    initParticles();\n  });\n  \n  \/\/ Ensure tilt effect also after any dynamic changes\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', () => attachTiltAgain());\n  } else {\n    attachTiltAgain();\n  }\n  \n  \/\/ Additional interactive styling for enhanced modern feel\n  const style = document.createElement('style');\n  style.textContent = `\n    .lecture-link { transition: all 0.2s ease; background: #ffffff; }\n    .lecture-link:hover { background: #1A4D8C; color: white; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transform: translateY(-2px); }\n    .link-row { transition: background 0.2s; }\n    .link-row:hover { background: #eef3fc; border-color: #cde0f0; }\n    .data-card { transition: all 0.25s; }\n  `;\n  document.head.appendChild(style);\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Al-Samawa Technical Institute &#8211; E-Lectures Directory Al-Samawa Technical Institute North of Samawa \u2013 Al-Muthanna Governorate | E-Lectures Directory 14 Scientific Departments Two-Stage Links Digital Lectures Scientific Departments \u2013 First &#038; Second Stage Lectures Links provide lectures and study materials according to the approved curriculum. Some departments are updated periodically; we welcome your feedback. \u00a9 2026 &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=22475&#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-22475","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22475","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=22475"}],"version-history":[{"count":1,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22475\/revisions"}],"predecessor-version":[{"id":22476,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22475\/revisions\/22476"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}