{"id":1681,"date":"2024-11-29T06:35:29","date_gmt":"2024-11-29T06:35:29","guid":{"rendered":"http:\/\/www.tumandalay.edu.mm\/?page_id=1681"},"modified":"2025-09-19T03:14:00","modified_gmt":"2025-09-19T03:14:00","slug":"department-of-electronic-engineering","status":"publish","type":"page","link":"http:\/\/www.tum.edu.mm\/?page_id=1681","title":{"rendered":"Department of Electronic Engineering"},"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 Electronic Engineering\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\">\u201cLet\u2019s Communicate to the World!<\/span><\/strong><strong><span class=\"highlight\">\u201d<\/span><\/strong><\/p>\n<\/blockquote>\n<\/div><figure class=\"wp-block-media-text__media\"><img fetchpriority=\"high\" decoding=\"async\" width=\"722\" height=\"889\" src=\"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/2.-Attach_2-Logo_EC.png\" alt=\"\" class=\"wp-image-2373 size-full\" srcset=\"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/2.-Attach_2-Logo_EC.png 722w, http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/2.-Attach_2-Logo_EC-244x300.png 244w\" sizes=\"(max-width: 722px) 100vw, 722px\" \/><\/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 Electronic Engineering<\/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      \/** 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 Electronic Engineering is one of the departments of\n          Technological University (Mandalay). In this university, the\n          Electronic Engineering Department was established on July 11, 1955.\n          There are 18 teaching staff and 299 students in the 2024-2025 academic\n          year. Under the department of Electronics, there are four engineering\n          field areas.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Vision<\/h2>\n        <p>\n          The programming will be recognized by international in Electronics and\n          Communication field with research focus catering to the needs of our\n          community.\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            To do continual development by reviewing and prescribing modernized\n            curriculum in electronics and communication technologies\n          <\/li>\n          <li>\n            To hold seminars, workshops, conferences and trainings program for\n            upgrading the teaching capacity of the staff\n          <\/li>\n          <li>To create better learning environments for students<\/li>\n          <li>\n            To equip with practical and laboratory facilities for better\n            performance\n          <\/li>\n          <li>To encourage research projects<\/li>\n          <li>\n            To implement better quality management system in the department\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>\n            \u1021\u102e\u101c\u1000\u103a\u1011\u101b\u1031\u102c\u1014\u1005\u103a\u1021\u1004\u103a\u1002\u103b\u1004\u103a\u1014\u102e\u101a\u102c\u1018\u103d\u1032\u1037\u1000\u103c\u102d\u102f\u101e\u1004\u103a\u1010\u1014\u103a\u1038\u1010\u103d\u1004\u103a \u1010\u1000\u103a\u101b\u1031\u102c\u1000\u103a\u101e\u1004\u103a\u1000\u103c\u102c\u1038\u1014\u1031\u101e\u1031\u102c\n            \u1000\u103b\u1031\u102c\u1004\u103a\u1038\u101e\u102c\u1038\/\u101e\u1030 \u1019\u103b\u102c\u1038\u104f \u1021\u1031\u102c\u1004\u103a\u1001\u103b\u1000\u103a \u101b\u102c\u1001\u102d\u102f\u1004\u103a\u1014\u103e\u102f\u1014\u103a\u1038\u1021\u102c\u1038 (\u1048\u1045) % \u1011\u1000\u103a \u1015\u102d\u102f\u1019\u102d\u102f\n            \u101b\u101b\u103e\u102d\u1005\u1031\u101b\u1014\u103a\u104b\n          <\/li>\n          <li>\n            Customer \u1019\u103b\u102c\u1038\u1011\u1036\u1019\u103e Complaint \u1019\u103b\u102c\u1038\u101b\u101b\u103e\u102d\u1019\u103e\u102f\u1000\u102d\u102f (\u1045) % \u1011\u1000\u103a \u1019\u1015\u102d\u102f\u1005\u1031\u101b\u1014\u103a\u104b\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Degree Awards<\/h2>\n        <ul>\n          <li>B.E (Electronics), (Bachelor of Engineering) (Electronics)<\/li>\n          <li>M.E (Electronics), (Master of Engineering) (Electronics)<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Research Areas<\/h2>\n        <div class=\"table-container\">\n          <table>\n            <thead>\n              <tr>\n                <th>Fields\/Research Areas<\/th>\n                <th>Remarks<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>Electronics<\/td>\n                <td>Electric Vehicle<\/td>\n              <\/tr>\n              <tr>\n                <td>Embedded<\/td>\n                <td>\n                  Internet of Thing (IOT), Raspberry PI, Signal Processing,\n                  Image Processing, Artificial Intelligence (AI)\n                <\/td>\n              <\/tr>\n              <tr>\n                <td>Control<\/td>\n                <td>\n                  PLC, Industrial Internet of Thing (IIOT), Industrial\n                  Electronics, SCADA, Robot\n                <\/td>\n              <\/tr>\n              <tr>\n                <td>Communication<\/td>\n                <td>Microwave, Networking<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>Latest Research, Projects, Fields and other Activities<\/h2>\n        <div class=\"table-container\">\n          <table>\n            <thead>\n              <tr>\n                <th colspan=\"3\">Research<\/th>\n              <\/tr>\n              <tr>\n                <th>No.<\/th>\n                <th>Topics<\/th>\n                <th>Remark<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>1.<\/td>\n                <td>\n                  Design and Modeling on monitoring and Distribution Water\n                  Supply Networks Using SCADA System\n                <\/td>\n                <td>Control (PLC\/SCADA)<\/td>\n              <\/tr>\n              <tr>\n                <td>2.<\/td>\n                <td>\n                  Implementation of FSK Transceiver Using Software Defined Radio\n                  (SDR) with USRP\n                <\/td>\n                <td>Communication (SDR)<\/td>\n              <\/tr>\n              <tr>\n                <td>3.<\/td>\n                <td>\n                  Modelling and Simulation on the State of Charge for Electric\n                  Vehicle by using Neutral Network\n                <\/td>\n                <td>Electronic (Electric Vehicle)<\/td>\n              <\/tr>\n              <tr>\n                <td>4.<\/td>\n                <td>\n                  Analysis and Simulation of Microstrip Coupled Line Bandpass\n                  Filter for WLAN Applications\n                <\/td>\n                <td>Communication (Microwave)<\/td>\n              <\/tr>\n              <tr>\n                <td>5.<\/td>\n                <td>\n                  Development of Trash Classification Model (Office) Using\n                  Python Language\n                <\/td>\n                <td>Embedded (Image processing)<\/td>\n              <\/tr>\n              <tr>\n                <td>6.<\/td>\n                <td>Simulation of Pyramidal Horn Antenna for Video Link<\/td>\n                <td>Communication (Microwave)<\/td>\n              <\/tr>\n              <tr>\n                <td>7.<\/td>\n                <td>\n                  Battery Monitoring System of Electric Vehicle Based on\n                  Wireless Network\n                <\/td>\n                <td>Electronic, Communication (Electric Vehicle)<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <div class=\"table-container\">\n          <table>\n            <thead>\n              <tr>\n                <th colspan=\"4\">Projects<\/th>\n              <\/tr>\n              <tr>\n                <th>No.<\/th>\n                <th>Topics<\/th>\n                <th>Academic Year<\/th>\n                <th>Remark<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>1.<\/td>\n                <td>Mini 12V Battery Swapping Station<\/td>\n                <td>2023-2024 (IDP)<\/td>\n                <td>Electronic (Electric Vehicle)<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <div class=\"table-container\">\n          <table>\n            <thead>\n              <tr>\n                <th colspan=\"4\">Fields\/Internship<\/th>\n              <\/tr>\n              <tr>\n                <th>No.<\/th>\n                <th>Topics<\/th>\n                <th>Academic Year<\/th>\n                <th>Remark<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>1.<\/td>\n                <td>MRTV<\/td>\n                <td>2022-2023<\/td>\n                <td>Field<\/td>\n              <\/tr>\n              <tr>\n                <td>2.<\/td>\n                <td>\u1019\u1031\u102c\u103a\u1010\u1031\u102c\u103a\u101a\u102c\u1009\u103a\u101e\u102f\u1010\u1031\u101e\u1014\u100c\u102c\u1014 (\u1015\u103c\u1004\u103a\u1026\u1038\u101c\u103d\u1004\u103a)<\/td>\n                <td>2022-2023<\/td>\n                <td>Field<\/td>\n              <\/tr>\n              <tr>\n                <td>3.<\/td>\n                <td>MPT<\/td>\n                <td>2023-2024<\/td>\n                <td>Field<\/td>\n              <\/tr>\n              <tr>\n                <td>4.<\/td>\n                <td>MPT<\/td>\n                <td>2024-2025<\/td>\n                <td>Internship<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\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    <!-- Tables -->\n    <div class=\"content-block\">\n      <div class=\"content-inner\">\n        <h2>\n          MINISTRY OF SCIENCE AND TECHNOLOGY <br \/>\n          TECHNOLOGICAL UNIVERSITIES <br \/>\n          DEPARTMENT OF ELECTRONIC ENGINEERING <br \/>\n          CURRICULUM FOR BACHELOR OF ELECTRONIC ENGINEERING <br \/>\n          2025-2026 ACADEMIC YEAR\n        <\/h2>\n        <!-- 1st Semester -->\n        <details class=\"custom-details\" open>\n          <summary>Third Year<\/summary>\n          <div class=\"table-container\">\n            <h3>First Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>E-31011<\/td>\n                  <td>English<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EM-31005<\/td>\n                  <td>Engineering Mathematics V<\/td>\n                  <td>4<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>5<\/td>\n                  <td>8.5<\/td>\n                  <td>4<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-31001<\/td>\n                  <td>Engineering Circuit Analysis I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-31002<\/td>\n                  <td>Digital Communication I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-31011<\/td>\n                  <td>Engineering Electromagnetic I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EcE-31021<\/td>\n                  <td>Integrated Electronics I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-31003<\/td>\n                  <td>Modeling and Control I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>16<\/td>\n                  <td>7<\/td>\n                  <td>5<\/td>\n                  <td>28<\/td>\n                  <td>38<\/td>\n                  <td>21<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          <div class=\"table-container\">\n            <h3>Second Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>E-32011<\/td>\n                  <td>English<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EM-32006<\/td>\n                  <td>Engineering Mathematics VI<\/td>\n                  <td>4<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>5<\/td>\n                  <td>8.5<\/td>\n                  <td>4<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-32001<\/td>\n                  <td>Engineering Circuit Analysis II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-32002<\/td>\n                  <td>Digital Communication II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-32011<\/td>\n                  <td>Engineering Electromagnetic II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EcE-32021<\/td>\n                  <td>Integrated Electronics II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-32003<\/td>\n                  <td>Modeling and Control II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>16<\/td>\n                  <td>7<\/td>\n                  <td>5<\/td>\n                  <td>28<\/td>\n                  <td>38<\/td>\n                  <td>21<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          <p>\n            Remark: After Semester Examination, Group Project during the\n            vacation.\n          <\/p>\n        <\/details>\n\n        <details class=\"custom-details\">\n          <summary>Fourth Year<\/summary>\n          <div class=\"table-container\">\n            <h3>First Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>E-41011<\/td>\n                  <td>English<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EM-41007<\/td>\n                  <td>Engineering Mathematics VII<\/td>\n                  <td>4<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>5<\/td>\n                  <td>8.5<\/td>\n                  <td>4<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-41002<\/td>\n                  <td>Computer Communication<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-41021<\/td>\n                  <td>Digital Design with HDL I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-41003<\/td>\n                  <td>Modern Control System I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EP-41043<\/td>\n                  <td>Electrical Machines I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-41031<\/td>\n                  <td>Industrial Electronic and Control<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>16<\/td>\n                  <td>7<\/td>\n                  <td>4<\/td>\n                  <td>27<\/td>\n                  <td>37.5<\/td>\n                  <td>20<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          <div class=\"table-container\">\n            <h3>Second Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>E-42011<\/td>\n                  <td>English<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EM-42008<\/td>\n                  <td>Engineering Mathematics VIII<\/td>\n                  <td>4<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>5<\/td>\n                  <td>8.5<\/td>\n                  <td>4<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-42002<\/td>\n                  <td>Computer Networking<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-42021<\/td>\n                  <td>Digital Design with HDL II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-42003<\/td>\n                  <td>Modern Control System II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EP-42043<\/td>\n                  <td>Electrical Machines II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-42031<\/td>\n                  <td>Programmable Logic Controllers<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>16<\/td>\n                  <td>5<\/td>\n                  <td>6<\/td>\n                  <td>27<\/td>\n                  <td>37.5<\/td>\n                  <td>20<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          Remark: After Semester Examination, Industrial Attachment during the\n          vacation.\n        <\/details>\n\n        <details class=\"custom-details\">\n          <summary>Fifth Year<\/summary>\n          <div class=\"table-container\">\n            <h3>First Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>EcE-51001<\/td>\n                  <td>Advanced Electronics I<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EcE-51003<\/td>\n                  <td>PIC Microcontroller I<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-51005<\/td>\n                  <td>Digital Signal Processing I<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-51013<\/td>\n                  <td>Microwave Engineering I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-51012<\/td>\n                  <td>Modern Electronic Communication Systems I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EcE-51006<\/td>\n                  <td>Industrial Management I<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-51007<\/td>\n                  <td>Integrated Design Project<\/td>\n                  <td>0<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>3<\/td>\n                  <td>3<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>12<\/td>\n                  <td>3<\/td>\n                  <td>11<\/td>\n                  <td>26<\/td>\n                  <td>32.5<\/td>\n                  <td>19<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          <div class=\"table-container\">\n            <h3>Second Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>EcE-52001<\/td>\n                  <td>Advanced Electronics II<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EcE-52003<\/td>\n                  <td>PIC Microcontroller II<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>3<\/td>\n                  <td>EcE-52005<\/td>\n                  <td>Digital Signal Processing II<\/td>\n                  <td>2<\/td>\n                  <td>0<\/td>\n                  <td>2<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>4<\/td>\n                  <td>EcE-52013<\/td>\n                  <td>Microwave Engineering II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>5<\/td>\n                  <td>EcE-52012<\/td>\n                  <td>Modern Electronic Communication Systems II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>6<\/td>\n                  <td>EcE-52006<\/td>\n                  <td>Industrial Management II<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>4.5<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td>7<\/td>\n                  <td>EcE-52007<\/td>\n                  <td>Integrated Design Project<\/td>\n                  <td>0<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>3<\/td>\n                  <td>3<\/td>\n                  <td>2<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>12<\/td>\n                  <td>3<\/td>\n                  <td>11<\/td>\n                  <td>26<\/td>\n                  <td>32.5<\/td>\n                  <td>19<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n          Remark: After Second Semester Examination, Submission of Report and\n          Presentation for IDP is to be done within 2 weeks.\n        <\/details>\n\n        <details class=\"custom-details\">\n          <summary>Final Year<\/summary>\n          <div class=\"table-container\">\n            <h3>First Semester<\/h3>\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=\"5\">Period\/week<\/th>\n                  <th rowspan=\"2\">SLT Credit<\/th>\n                <\/tr>\n                <tr>\n                  <th>Lect.<\/th>\n                  <th>Tut.<\/th>\n                  <th>Pract<\/th>\n                  <th>Total<\/th>\n                  <th>IL<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>HSS-61011<\/td>\n                  <td>Humanities and Social Science<\/td>\n                  <td>3<\/td>\n                  <td>0<\/td>\n                  <td>0<\/td>\n                  <td>3<\/td>\n                  <td>6<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EcE-61001<\/td>\n                  <td>Elective<\/td>\n                  <td>2<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>4<\/td>\n                  <td>5<\/td>\n                  <td>3<\/td>\n                <\/tr>\n                <tr>\n                  <td colspan=\"3\"><strong>Total<\/strong><\/td>\n                  <td>5<\/td>\n                  <td>1<\/td>\n                  <td>1<\/td>\n                  <td>7<\/td>\n                  <td>11<\/td>\n                  <td>6<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n\n          <div class=\"table-container\">\n            <h3>**Choose 1 subject for 3 Elective<\/h3>\n            <table>\n              <thead>\n                <tr>\n                  <th><\/th>\n                  <th>Elective<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>Track 1<\/td>\n                  <td>SCADA Technology<\/td>\n                <\/tr>\n                <tr>\n                  <td>Track 2<\/td>\n                  <td>Networkingg Technology<\/td>\n                <\/tr>\n                <tr>\n                  <td>Track 3<\/td>\n                  <td>VLSI Designg and Technology<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n\n          <div class=\"table-container\">\n            <h3>Second Semester<\/h3>\n            <p>\n              In second semester, final year students have to give at least\n              three seminar presentations and viva voce, and thesis book for the\n              FYP (Final Year Project \/Graduation Thesis \/ Mini Thesis) and\n              Internship report, Log book and personal assessment for Internship\n              Program.\n            <\/p>\n            <table>\n              <thead>\n                <tr>\n                  <th>Sr. No<\/th>\n                  <th>Code<\/th>\n                  <th>Courses<\/th>\n                  <th>Period\/week<\/th>\n                  <th>SLT Credit<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>1<\/td>\n                  <td>EcE-62007<\/td>\n                  <td>Internship Training<\/td>\n                  <td>8 Weeks<\/td>\n                  <td>4<\/td>\n                <\/tr>\n                <tr>\n                  <td>2<\/td>\n                  <td>EcE-62008<\/td>\n                  <td>Mini Thesis<\/td>\n                  <td>Semester II<\/td>\n                  <td>9<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n            <p>\n              Take Credit Points = 9 for FYP\/ Graduation Thesis \/ Mini Thesis\n              <br \/>\n              Take Credit Points = 4 for Internship Program (Must be Continuous\n              8 Weeks) <br \/>\n              1 Lecture = 1 Credit, 1 Tutorial = 0.5 Credit , 1 Practical = 0.5\n              Credit\n            <\/p>\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\/09\/EC-MRTV-Field-2022-2023.jpg\",\n            caption: \"MRTV Field Trip\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-pjshow.jpg\",\n            caption: \"Project Show\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-\u1005\u102d\u1014\u103a\u101b\u1010\u102f\u1015\u103c\u100a\u103a\u1011\u1031\u102c\u1004\u103a\u1005\u102f\u1014\u1031\u1037\u1021\u1011\u102d\u1019\u103a\u1038\u1021\u1019\u103e\u1010\u103a-\u101c\u1030\u1004\u101a\u103a\u1014\u103e\u1004\u1037\u103a-\u1005\u102c\u1015\u1031\u1015\u103d\u1032\u1010\u1031\u102c\u103a.jpg\",\n            caption: \"\u1005\u102d\u1014\u103a\u101b\u1010\u102f\u1015\u103c\u100a\u103a\u1011\u1031\u102c\u1004\u103a\u1005\u102f\u1014\u1031\u1037\u1021\u1011\u102d\u1019\u103a\u1038\u1021\u1019\u103e\u1010\u103a\u101c\u1030\u1004\u101a\u103a\u1014\u103e\u1004\u1037\u103a \u1005\u102c\u1015\u1031\u1015\u103d\u1032\u1010\u1031\u102c\u103a\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-\u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032-Project-Show.jpg\",\n            caption: \"\u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032 & Project Show\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-\u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032-Project-Show-1.jpg\",\n            caption: \"\u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032 & Project Show\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-\u1019\u1014\u1039\u1010\u101c\u1031\u1038\u1010\u102d\u102f\u1004\u103a\u1038\u1012\u1031\u101e\u1000\u103c\u102e\u1038-\u101c\u1030\u1004\u101a\u103a\u101b\u1031\u1038\u101b\u102c\u1000\u1031\u102c\u103a\u1019\u1010\u102e-\u1005\u102f\u1036\u100a\u102e\u1015\u103d\u1032\u1010\u1031\u102c\u103a.jpg\",\n            caption: \"\u1019\u1014\u1039\u1010\u101c\u1031\u1038\u1010\u102d\u102f\u1004\u103a\u1038\u1012\u1031\u101e\u1000\u103c\u102e\u1038 \u101c\u1030\u1004\u101a\u103a\u101b\u1031\u1038\u101b\u102c\u1000\u1031\u102c\u103a\u1019\u1010\u102e \u1005\u102f\u1036\u100a\u102e\u1015\u103d\u1032\u1010\u1031\u102c\u103a\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-\u1019\u1031\u102c\u103a\u1010\u1031\u102c\u103a\u101a\u102c\u1009\u103a\u101e\u102f\u1010\u1031\u101e\u1014\u100c\u102c\u1014-\u1015\u103c\u1004\u103a\u1026\u1038\u101c\u103d\u1004\u103a-2022-2023.jpg\",\n            caption: \"\u1019\u1031\u102c\u103a\u1010\u1031\u102c\u103a\u101a\u102c\u1009\u103a\u101e\u102f\u1010\u1031\u101e\u1014\u100c\u102c\u1014 \u1015\u103c\u1004\u103a\u1026\u1038\u101c\u103d\u1004\u103a 2022-2023\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/MC-\u1015\u100a\u102c\u101e\u1004\u103a\u1014\u103e\u1005\u103a\u1021\u102e\u101c\u1000\u103a\u1011\u101b\u1031\u102c\u1014\u1005\u103a\u1021\u1004\u103a\u101a\u102c-\u1006\u101b\u102c\u1000\u1014\u103a\u1010\u1031\u102c\u1037\u1015\u103d\u1032\u1014\u103e\u1004\u1037\u103a-\u1006\u102f\u1015\u1031\u1038\u1015\u103d\u1032.jpg\",\n            caption: \"\u1015\u100a\u102c\u101e\u1004\u103a\u1014\u103e\u1005\u103a\u1021\u102e\u101c\u1000\u103a\u1011\u101b\u1031\u102c\u1014\u1005\u103a\u1021\u1004\u103a\u101a\u102c \u1006\u101b\u102c\u1000\u1014\u103a\u1010\u1031\u102c\u1037\u1015\u103d\u1032\u1014\u103e\u1004\u1037\u103a \u1006\u102f\u1015\u1031\u1038\u1015\u103d\u1032\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/MC-\u1021\u1004\u103a\u1002\u103b\u1004\u103a\u1014\u102e\u101a\u102c\u1015\u100a\u102c\u101b\u1031\u1038\u1001\u101b\u102e\u1038-\u1014\u103e\u1005\u103a\u1041\u1040\u1040\u1015\u103c\u100a\u1037\u103a\u1021\u1000\u103c\u102d\u102f-\u1021\u1001\u1019\u103a\u1038\u1021\u1014\u102c\u1038.jpg\",\n            caption: \"\u1021\u1004\u103a\u1002\u103b\u1004\u103a\u1014\u102e\u101a\u102c\u1015\u100a\u102c\u101b\u1031\u1038\u1001\u101b\u102e\u1038 \u1014\u103e\u1005\u103a\u1041\u1040\u1040\u1015\u103c\u100a\u1037\u103a\u1021\u1000\u103c\u102d\u102f \u1021\u1001\u1019\u103a\u1038\u1021\u1014\u102c\u1038\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-2024-2025-KG12-\u1021\u102e\u101c\u1000\u103a\u1011\u101b\u1031\u102c\u1014\u1005\u103a\u1021\u1004\u103a\u101a\u102c-\u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032.jpg\",\n            caption: \"2024-2025 KG12 \u1021\u102e\u101c\u1000\u103a\u1011\u101b\u1031\u102c\u1014\u1005\u103a\u1021\u1004\u103a\u101a\u102c \u1018\u102c\u101e\u102c\u101b\u1015\u103a\u1019\u102d\u1010\u103a\u1006\u1000\u103a\u1015\u103d\u1032\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-K12-discussion.jpg\",\n            caption: \"KG12 Discussion\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-MPT-Field-2023-2024.jpg\",\n            caption: \"MPT Field Trip (2023-2024)\",\n          },\n          {\n            src: \"http:\/\/www.tum.edu.mm\/wp-content\/uploads\/2025\/09\/EC-MPT-Internship-2024-25.jpg\",\n            caption: \"MPT Internship (2024-25)\",\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\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-1681","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\/1681"}],"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=1681"}],"version-history":[{"count":10,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages\/1681\/revisions"}],"predecessor-version":[{"id":2388,"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=\/wp\/v2\/pages\/1681\/revisions\/2388"}],"wp:attachment":[{"href":"http:\/\/www.tum.edu.mm\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}