{"id":2101,"date":"2025-08-23T14:40:08","date_gmt":"2025-08-23T14:40:08","guid":{"rendered":"https:\/\/www.tum.edu.mm\/?page_id=2101"},"modified":"2025-08-30T15:03:18","modified_gmt":"2025-08-30T15:03:18","slug":"department-of-engineering-physics","status":"publish","type":"page","link":"http:\/\/www.tum.edu.mm\/?page_id=2101","title":{"rendered":"Department of Engineering Physics"},"content":{"rendered":"\n<div id=\"wp-block-themeisle-blocks-advanced-columns-6197f12e\" class=\"wp-block-themeisle-blocks-advanced-columns alignfull has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-collapsedRows-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-ad2b4d1a\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h1 style=\"\n  font-size: 40px;\n  font-weight: 800;\n  color: #003366;\n  margin-bottom: 30px;\n  text-align: center;\n  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n\">\n  Department of Engineering Physics\n<\/h1>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:auto 15%\"><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading\">Motto&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong><span class=\"highlight\">\u201cApplying Physics to Advance Technology<\/span><\/strong><strong><span class=\"highlight\">\u201d<\/span><\/strong><\/p>\n<\/blockquote>\n<\/div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"205\" height=\"222\" src=\"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2024\/11\/PhysicsLogo.png\" alt=\"\" class=\"wp-image-1527 size-full\"\/><\/figure><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>Department of Engineering Physics<\/title>\n    <style>\n      \/* General Styles *\/\n      body {\n        font-family: \"Segoe UI\", \"Helvetica Neue\", sans-serif;\n        margin: 0;\n        padding: 0;\n        color: #2c3e50;\n      }\n      \/* Page Title *\/\n      .page-title {\n        text-align: center;\n        font-size: 40px;\n        font-weight: 800;\n        color: #003366;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin: 40px 20px 20px 20px;\n      }\n      \/* Content Blocks *\/\n      .content-block {\n        display: flex;\n        justify-content: center;\n        padding: 20px;\n      }\n\n      .content-inner {\n        backdrop-filter: blur(12px);\n        background: rgba(255, 255, 255, 0.92);\n        border: 1px solid rgba(0, 0, 0, 0.06);\n        border-radius: 20px;\n        padding: 40px 35px;\n        max-width: 900px;\n        width: 100%;\n        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);\n      }\n\n      .content-inner h2 {\n        font-size: 32px;\n        font-weight: 700;\n        margin-top: 0;\n        margin-bottom: 24px;\n        text-align: center;\n        text-transform: uppercase;\n        letter-spacing: 1.2px;\n        color: #003366;\n      }\n\n      .content-inner p,\n      .content-inner ul {\n        font-size: 18px;\n        line-height: 1.8;\n        margin: 0;\n        padding-left: 20px;\n        text-align: justify;\n        color: #222;\n      }\n\n      .content-inner ul {\n        list-style-type: disc;\n      }\n\n      \/* Image Slider Container *\/\n      .slider-container {\n        max-width: 900px;\n        margin: 40px auto;\n        position: relative;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n        overflow: hidden;\n        aspect-ratio: 16 \/ 9;\n      }\n\n      .slider-wrapper {\n        position: relative;\n        width: 100%;\n        height: 100%;\n      }\n\n      .slide {\n        position: absolute;\n        inset: 0;\n        opacity: 0;\n        transition: opacity 1s ease;\n        pointer-events: none;\n      }\n\n      .slide.active {\n        opacity: 1;\n        pointer-events: auto;\n        z-index: 1;\n      }\n\n      .slide img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 10px;\n        display: block;\n      }\n\n      .caption {\n        position: absolute;\n        bottom: 15px;\n        left: 20px;\n        color: #fff;\n        background: rgba(0, 0, 0, 0.5);\n        padding: 8px 15px;\n        border-radius: 5px;\n        font-size: 14px;\n      }\n\n      .slider-nav {\n        position: absolute;\n        top: 50%;\n        width: 100%;\n        pointer-events: none;\n        transform: translateY(-50%);\n        z-index: 10; \/* <-- Add this *\/\n      }\n\n      .slider-nav button {\n        background: rgba(255, 111, 0, 0.8);\n        border: none;\n        padding: 10px;\n        border-radius: 50%;\n        cursor: pointer;\n        width: 45px;\n        height: 45px;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        pointer-events: auto;\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        z-index: 2;\n      }\n\n      .slider-nav button:hover {\n        background: rgba(230, 92, 0, 0.9);\n      }\n\n      #prevBtn {\n        left: 15px;\n      }\n\n      #nextBtn {\n        right: 15px;\n      }\n\n      .slider-nav svg {\n        fill: white;\n        width: 20px;\n        height: 20px;\n      }\n\n      \/* Table Styling *\/\n      .table-container {\n        width: 100%;\n        overflow-x: auto;\n        margin: 20px 0;\n      }\n\n      table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 16px;\n        min-width: 600px; \/* ensures columns don\u2019t squish too much *\/\n        border-radius: 8px;\n        overflow: hidden;\n      }\n\n      table thead {\n        background: #003366;\n        color: #fff;\n      }\n\n      table th,\n      table td {\n        border: 1px solid #ccc;\n        padding: 8px 12px;\n        text-align: center;\n      }\n\n      table th {\n        font-weight: bold;\n      }\n\n      table tbody tr:nth-child(even) {\n        background: #f2f6fa;\n      }\n\n      \/* Smaller font tweaks *\/\n      @media (max-width: 768px) {\n        table {\n          font-size: 14px;\n          min-width: 500px;\n        }\n      }\n\n      @media (max-width: 480px) {\n        table {\n          font-size: 13px;\n          min-width: 400px;\n        }\n      }\n\n      \/** Custom Details and Summary **\/\n      \/* Style the <details> element *\/\n      .custom-details {\n        background-color: #ffffff; \/* Light background *\/\n        border: 1px solid #ccc; \/* Subtle border *\/\n        border-radius: 6px; \/* Rounded corners *\/\n        padding: 10px 15px; \/* Some padding *\/\n        margin: 10px 0; \/* Space between items *\/\n        transition: background-color 0.3s ease;\n      }\n\n      \/*Change background on hover *\/\n      .custom-details:hover {\n        background-color: #f1f1f1;\n      }\n\n      \/* Style the <summary> element *\/\n      .custom-details summary {\n        font-weight: bold;\n        font-size: 1.1em;\n        cursor: pointer; \/* Indicates it's clickable *\/\n        list-style: none; \/* Remove default triangle *\/\n        position: relative;\n        padding-left: 20px; \/* Space for custom arrow *\/\n      }\n\n      \/* Custom arrow using ::before *\/\n      .custom-details summary::before {\n        content: \"\u25b6\"; \/* Right-pointing triangle *\/\n        position: absolute;\n        left: 0;\n        transition: transform 0.3s ease;\n      }\n\n      \/* Rotate arrow when open *\/\n      .custom-details[open] summary::before {\n        transform: rotate(90deg); \/* Downward pointing *\/\n      }\n\n      \/* Style the content inside details *\/\n      .custom-details div {\n        margin-top: 10px;\n        line-height: 1.5;\n      }\n    <\/style>\n  <\/head>\n  <body>\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>History<\/h2>\n        <p>\n          The Department of Engineering Physics offers a wide range of engaging\n          real-world applications that give students a clear and logical\n          exposition of the fundamental ideas and principles. Since the opening\n          of the Government Technical Institute in Mandalay in 1955, the\n          Department of Engineering Physics has existed. In 1995, the department\n          launched its undergraduate program, and in 2008, it launched its\n          post-graduate program. As a result, TUM&#8217;s Department of Engineering\n          Physics has been providing engineering education for 63 years.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Vision<\/h2>\n        <p>\n          To teach and train engineering students in each section of theory and\n          experiment of engineering physics subject in supporting to become the\n          essential technological experts for socio-economic development.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Mission<\/h2>\n        <ul>\n          <li>\n            \u2022 To provide the highly qualified engineers with a clear and logical\n            presentation of the basic concepts and principle of physics.\n          <\/li>\n          <li>\n            \u2022 To educate and train students of high caliber and quality that can\n            emerge excellent engineers systematically.\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Objectives<\/h2>\n        <ul>\n          <li>To improve the student pass rate up to 75.5%.<\/li>\n          <li>\n            \u2022 To support the learning and teaching processes of practical task\n            with respect to theory for generating of qualified engineers in all\n            major field.\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Performance Indicator for Graduate Attributes<\/h2>\n        <ul>\n          <li>GA1 &#8211; Engineering Knowledge<\/li>\n          <li>GA2 &#8211; Problem Analysis<\/li>\n          <li>GA3 &#8211; Investigation<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Laboratories<\/h2>\n        <p>\n          Laboratories and particles are important part of the Engineering\n          Physics curriculums. Department of Engineering has the following\n          laboratories:\n        <\/p>\n        <ul>\n          <li>Mechanics Lab<\/li>\n          <li>Electricity &#038; Magnetism Lab<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Work Instruction<\/h2>\n        <ul>\n          <li>To teach some theories by demonstrating in the laboratory.<\/li>\n          <li>\n            To train to be comprehension students with effective ways in\n            teaching.\n          <\/li>\n          <li>\n            To examine student\u2019s quality whenever they have taught one lesson.\n          <\/li>\n          <li>To do assignment papers to be understand theory to students.<\/li>\n          <li>To use just and effective assessment system in giving test.<\/li>\n          <li>To attend advanced training to raise teacher\u2019s quality.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Practical Course Work<\/h2>\n        <p>Laboratory for KG+12 (10 Experiments)<\/p>\n        <table>\n          <thead>\n            <tr>\n              <th rowspan=\"2\">Laboratory Name<\/th>\n              <th rowspan=\"2\">Experiments<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td data-label=\"Laboratory Name\">\n                Introduction to Engineering Physics (Mechanics, Waves and\n                Thermodynamics)\n              <\/td>\n              <td data-label=\"Experiments\">\n                Spherometer, Joules\u2019 Calorimeter, Sonometer\n              <\/td>\n            <\/tr>\n            <tr>\n              <td data-label=\"Laboratory Name\">\n                Electricity and Magnetism Lab\n              <\/td>\n              <td data-label=\"Experiments\">\n                <ul>\n                  <li>Kirchhoff\u2019s Rule<\/li>\n                  <li>\n                    Magnetic Field of a current Loop (Using Tangent\n                    Galvanometer)\n                  <\/li>\n                  <li>Meter-Bridge (or) Carrey Forester Bridge<\/li>\n                <\/ul>\n              <\/td>\n            <\/tr>\n            <tr>\n              <td data-label=\"Laboratory Name\">Light &#038; Optics Lab<\/td>\n              <td data-label=\"Experiments\">\n                <ul>\n                  <li>Spectrometer &#038; Diffraction Grating<\/li>\n                  <li>Determination of Laser Wavelength<\/li>\n                <\/ul>\n              <\/td>\n            <\/tr>\n            <tr>\n              <td data-label=\"Laboratory Name\">Diode characteristics<\/td>\n              <td data-label=\"Experiments\">\n                <ul>\n                  <li>Diode characteristics<\/li>\n                  <li>Oscilloscope<\/li>\n                <\/ul>\n              <\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\" style=\"padding: 0\">\n      <div class=\"content-inner\">\n        <h2>Activities<\/h2>\n        <div class=\"slider-container\" id=\"sliderContainer\">\n          <div class=\"slider-wrapper\" id=\"sliderWrapper\">\n            <!-- Slides will be injected -->\n          <\/div>\n          <div class=\"slider-nav\">\n            <button id=\"prevBtn\" aria-label=\"Previous Slide\">\n              <svg viewBox=\"0 0 24 24\">\n                <path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\" \/>\n              <\/svg>\n            <\/button>\n            <button id=\"nextBtn\" aria-label=\"Next Slide\">\n              <svg viewBox=\"0 0 24 24\">\n                <path d=\"M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z\" \/>\n              <\/svg>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Tables -->\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Curriculum for Bachelor of Mechanical Engineering<\/h2>\n        <!-- Part-4 (Electricity & Magnetism) -->\n        <details class=\"custom-details\" open>\n          <summary>B.E and B.Arch (First Year)<\/summary>\n          <div class=\"table-container\">\n            <table>\n              <thead>\n                <tr>\n                  <th rowspan=\"2\">Sr. No<\/th>\n                  <th rowspan=\"2\">Code<\/th>\n                  <th rowspan=\"2\">Courses<\/th>\n                  <th colspan=\"6\">Period\/week<\/th>\n                  <th rowspan=\"2\">Credit Points<\/th>\n                <\/tr>\n                <tr>\n                  <th>L<\/th>\n                  <th>T<\/th>\n                  <th>P<\/th>\n                  <th>FTF<\/th>\n                  <th>NFTF<\/th>\n                  <th>SLT<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td data-label=\"Sr. No\">1<\/td>\n                  <td data-label=\"Code\">EPh 2001<\/td>\n                  <td data-label=\"Courses\">Engineering Physics<\/td>\n                  <td data-label=\"L\">3<\/td>\n                  <td data-label=\"T\">1<\/td>\n                  <td data-label=\"P\">2<\/td>\n                  <td data-label=\"FTF\">&#8211;<\/td>\n                  <td data-label=\"NFTF\">&#8211;<\/td>\n                  <td data-label=\"SLT\">&#8211;<\/td>\n                  <td data-label=\"Credit Points\">4<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\">Total<\/td>\n                  <td>3<\/td>\n                  <td>1<\/td>\n                  <td>2<\/td>\n                  <td>&#8211;<\/td>\n                  <td>&#8211;<\/td>\n                  <td>&#8211;<\/td>\n                  <td>4<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          <h2>Learning Objective<\/h2>\n          <p>\n            This course will reinforce students\u2019 understanding of physics from\n            A-level. It will encourage critical thinking by emphasizing on\n            reasoning, understanding the relationship between concepts and\n            seeing the relevance of physics to everyday life. It will teach\n            strategies for problem solving that can be applied to real world\n            situations. After the study, students will be equipped with the\n            basic knowledge for further study in the broad field of engineering.\n          <\/p>\n          <h2>Contents<\/h2>\n          <ul>\n            <li>Electricity and Magnetism<\/li>\n            <li>Light and Optics<\/li>\n            <li>Modern Physics<\/li>\n          <\/ul>\n\n          <h3>Part-4 (Electricity &#038; Magnetism)<\/h3>\n          <div class=\"table-container\">\n            <table>\n              <thead>\n                <tr>\n                  <th>Topic<\/th>\n                  <th>Subtopics<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td data-label=\"Topic\">\n                    Continuous Charge Distributions and Gauss\u2019s Law\n                  <\/td>\n                  <td data-label=\"Subtopics\">\n                    Electric Field of a Continuous Charge Distribution, Electric\n                    Flux, Gauss&#8217;s Law, Application of Gauss&#8217;s Law to Various\n                    Charge Distribution\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Current &#038; Resistance<\/td>\n                  <td data-label=\"Subtopics\">Superconductors<\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Alternating-Current Circuits<\/td>\n                  <td data-label=\"Subtopics\">\n                    AC Sources, Resistors in an AC Circuit, Inductors in an AC\n                    Circuit, Capacitors in an AC Circuit, The RLC Series\n                    Circuit, Power in an AC Circuit, Resonance in a Series RLC\n                    Circuit\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Magnetic Fields<\/td>\n                  <td data-label=\"Subtopics\">\n                    Particle in a Field (Magnetic), Motion of a Charge Particle\n                    in a Uniform Magnetic Field, Application involving Charged\n                    Particle Moving in a Magnetic Field, Magnetic Force acting\n                    on a current-carrying Conductor, Torque on a Current loop in\n                    a Uniform Magnetic Field, The Hall Effect\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Sources of the Magnetic Field<\/td>\n                  <td data-label=\"Subtopics\">\n                    The Biot-Savart Law, The Magnetic Force Between Two Parallel\n                    Conductors, Ampere\u2019s Law, Magnetism in Matter\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Electromagnetic Waves<\/td>\n                  <td data-label=\"Subtopics\">\n                    Displacement Current and the General Form of Ampere\u2019s Law,\n                    Maxwell\u2019s Equations and Hertz\u2019s Discoveries, Plane\n                    Electromagnetic Waves, Energy carried by Electromagnetic\n                    Waves, Momentum and Radiation Pressure, Production of\n                    Electromagnetic Waves by an Antenna, The Spectrum of\n                    Electromagnetic Waves\n                  <\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n        <\/details>\n\n        <!-- Part-5 (Light and Optics) -->\n        <details class=\"custom-details\">\n          <summary>Part-5 (Light and Optics)<\/summary>\n          <div class=\"table-container\">\n            <table>\n              <thead>\n                <tr>\n                  <th>Topic<\/th>\n                  <th>Subtopics<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td data-label=\"Topic\">Wave Optics<\/td>\n                  <td data-label=\"Subtopics\">\n                    Change of Phase Due to Reflection, Interference in Thin\n                    Films, The Michelson Interferometer\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">\n                    Diffraction Patterns and Polarization\n                  <\/td>\n                  <td data-label=\"Subtopics\">\n                    Diffraction of X-Rays by Crystals , Polarization of Light\n                    Waves\n                  <\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n        <\/details>\n\n        <!-- Part-6 (Modern Physics) -->\n        <details class=\"custom-details\">\n          <summary>Part-6 (Modern Physics)<\/summary>\n          <div class=\"table-container\">\n            <table>\n              <thead>\n                <tr>\n                  <th>Topic<\/th>\n                  <th>Subtopics<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td data-label=\"Topic\">Introduction to Quantum Physics<\/td>\n                  <td data-label=\"Subtopics\">\n                    The Compton Effect, The Nature of Electromagnetic Wave, The\n                    Wave Properties of Particles, A New Model: The Quantum\n                    Particle, The Double-Slit Experiment Revisited, The\n                    Uncertainty Principle\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Quantum Mechanics<\/td>\n                  <td data-label=\"Subtopics\">\n                    The Wave Function, Analysis Model : Quantum Particle Under\n                    Boundary Conditions, The Schr\u00f6dinger Equation, Tunneling\n                    Through a Potential Energy Barrier, Applications of\n                    Tunneling, The Simple Harmonic Oscillator\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Atomic Physics<\/td>\n                  <td data-label=\"Subtopics\">\n                    More on Atomic Spectra : Visible and X-Ray, Spontaneous and\n                    Stimulated Transition, Lasers\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Molecules and Solids<\/td>\n                  <td data-label=\"Subtopics\">\n                    Electrical Conduction in metals, insulators and\n                    semiconductors, Semiconductor Devices\n                  <\/td>\n                <\/tr>\n                <tr>\n                  <td data-label=\"Topic\">Nuclear Physics<\/td>\n                  <td data-label=\"Subtopics\">\n                    The Decay Processes, Nuclear Reactions, Nuclear Fission,\n                    Nuclear Reactors, Nuclear Fusion, Biological Radiation\n                    Damage, Uses of Radiation from the Nucleus, Nuclear Magnetic\n                    Resonance and Magnetic Resonance Imaging\n                  <\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n\n    <!-- Scripts -->\n    <script>\n      (function () {\n        const images = [\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture1.png\",\n            caption: \"Activites\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture2.png\",\n            caption: \"Activites\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture3.png\",\n            caption: \"Activities\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture4.png\",\n            caption: \"Activities\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture5.png\",\n            caption: \"Activities\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/08\/Picture6.png\",\n            caption: \"Activities\",\n          },\n        ];\n\n        const wrapper = document.getElementById(\"sliderWrapper\");\n        let currentIndex = 0;\n        let intervalId;\n\n        images.forEach((img, idx) => {\n          const slide = document.createElement(\"div\");\n          slide.className = \"slide\";\n          if (idx === 0) slide.classList.add(\"active\");\n          slide.innerHTML = `\n        <img decoding=\"async\" src=\"${img.src}\" alt=\"Slide ${idx + 1}\">\n        <div class=\"caption\">${img.caption}<\/div>\n      `;\n          wrapper.appendChild(slide);\n        });\n\n        const slides = wrapper.querySelectorAll(\".slide\");\n\n        function showSlide(index) {\n          slides.forEach((s) => s.classList.remove(\"active\"));\n          slides[index].classList.add(\"active\");\n          currentIndex = index;\n        }\n\n        function nextSlide() {\n          let next = (currentIndex + 1) % slides.length;\n          showSlide(next);\n        }\n\n        function prevSlide() {\n          let prev = (currentIndex - 1 + slides.length) % slides.length;\n          showSlide(prev);\n        }\n\n        function autoPlay() {\n          intervalId = setInterval(nextSlide, 5000);\n        }\n\n        function resetAutoPlay() {\n          clearInterval(intervalId);\n          autoPlay();\n        }\n\n        document.getElementById(\"nextBtn\").addEventListener(\"click\", () => {\n          nextSlide();\n          resetAutoPlay();\n        });\n\n        document.getElementById(\"prevBtn\").addEventListener(\"click\", () => {\n          prevSlide();\n          resetAutoPlay();\n        });\n\n        \/\/ Swipe support\n        let touchStartX = 0;\n        let touchEndX = 0;\n\n        wrapper.addEventListener(\"touchstart\", (e) => {\n          touchStartX = e.changedTouches[0].screenX;\n        });\n\n        wrapper.addEventListener(\"touchend\", (e) => {\n          touchEndX = e.changedTouches[0].screenX;\n          handleSwipe();\n        });\n\n        function handleSwipe() {\n          if (touchEndX < touchStartX - 50) {\n            nextSlide();\n            resetAutoPlay();\n          } else if (touchEndX > touchStartX + 50) {\n            prevSlide();\n            resetAutoPlay();\n          }\n        }\n\n        autoPlay();\n      })();\n    <\/script>\n  <\/body>\n<\/html>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-2101","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"educenter-slider":false,"educenter-large":false,"educenter-gallery":false,"educenter-team":false},"uagb_author_info":{"display_name":"TUMadmin","author_link":"http:\/\/www.tum.edu.mm\/?author=2"},"uagb_comment_info":0,"uagb_excerpt":null,"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"TUMadmin","author_link":"http:\/\/www.tum.edu.mm\/?author=2"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":null,"_links":{"self":[{"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages\/2101"}],"collection":[{"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2101"}],"version-history":[{"count":7,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages\/2101\/revisions"}],"predecessor-version":[{"id":2287,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages\/2101\/revisions\/2287"}],"wp:attachment":[{"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}