{"id":740,"date":"2025-12-15T17:03:07","date_gmt":"2025-12-15T09:03:07","guid":{"rendered":"http:\/\/portal.kmlink.com.my\/utpmemory\/?page_id=740"},"modified":"2026-01-13T06:42:25","modified_gmt":"2026-01-12T22:42:25","slug":"stem","status":"publish","type":"page","link":"https:\/\/memory.utp.edu.my\/index.php\/stem\/","title":{"rendered":"STEM"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"740\" class=\"elementor elementor-740\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62800e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"62800e1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2368225\" data-id=\"2368225\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-702d241 elementor-widget elementor-widget-heading\" data-id=\"702d241\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">STEM<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27aa95f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"27aa95f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-61732ea\" data-id=\"61732ea\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f54709a elementor-widget elementor-widget-html\" data-id=\"f54709a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= ABOUT PROJECT ================= -->\r\n\r\n<!-- Load Google Font -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- IMAGE TRIGGER -->\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <div id=\"aboutImage\">\r\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/STEM.jpg\" alt=\"About STEM Project\">\r\n    <div class=\"overlay-text\">About Project<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* ===== IMAGE CONTAINER ===== *\/\r\n#aboutImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#aboutImage img {\r\n  width:100% !important;\r\n  height:auto !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#aboutImage:hover img {\r\n  transform:scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY TEXT (ORIGINAL STYLE) ===== *\/\r\n#aboutImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#aboutImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n\r\n\/* ===== LOCK BODY SCROLL ===== *\/\r\nbody.about-popup-open {\r\n  overflow:hidden;\r\n}\r\n\r\n\/* ===== OVERLAY ===== *\/\r\n#aboutOverlay {\r\n  display:none;\r\n  position:fixed;\r\n  inset:0;\r\n  background:rgba(0,0,0,0.6);\r\n  z-index:9998;\r\n}\r\n\r\n\/* ===== POPUP ===== *\/\r\n#aboutPopup {\r\n  display:none;\r\n  position:fixed;\r\n  top:50%;\r\n  left:50%;\r\n  transform:translate(-50%, -50%) scale(0.85);\r\n  background:#fff;\r\n  padding:40px;\r\n  border-radius:18px;\r\n  width:90%;\r\n  max-width:950px;\r\n  max-height:85vh;\r\n  overflow-y:auto;\r\n  font-family:'Poppins', sans-serif;\r\n  color:#333;\r\n  text-align:justify;\r\n  box-shadow:0 18px 40px rgba(0,0,0,0.35);\r\n  opacity:0;\r\n  transition:opacity 0.4s ease, transform 0.4s ease;\r\n  z-index:9999;\r\n  scrollbar-width:none;\r\n  -ms-overflow-style:none;\r\n}\r\n\r\n#aboutPopup::-webkit-scrollbar {\r\n  display:none;\r\n}\r\n\r\n#aboutPopup::after {\r\n  content:'';\r\n  position:sticky;\r\n  bottom:0;\r\n  left:0;\r\n  width:100%;\r\n  height:40px;\r\n  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);\r\n  display:block;\r\n}\r\n\r\n#aboutPopup h2 {\r\n  text-align:center;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  margin-top:0;\r\n}\r\n\r\n#aboutPopup h3 {\r\n  margin-top:30px;\r\n  font-size:22px;\r\n  font-weight:600;\r\n}\r\n\r\n#aboutPopup p,\r\n#aboutPopup ul {\r\n  font-size:16px;\r\n  line-height:1.8;\r\n}\r\n\r\n#aboutPopup ul {\r\n  padding-left:22px;\r\n  margin-top:15px;\r\n}\r\n\r\n#aboutPopup a {\r\n  color:#004B85;\r\n  font-weight:600;\r\n  text-decoration:none;\r\n}\r\n\r\n#aboutPopup a:hover {\r\n  text-decoration:underline;\r\n}\r\n\r\n\/* ===== CLOSE BUTTON ===== *\/\r\n.close-container {\r\n  text-align:center;\r\n  margin-top:30px;\r\n}\r\n\r\n#aboutClose {\r\n  background:#004B85;\r\n  color:#fff;\r\n  border:none;\r\n  border-radius:8px;\r\n  padding:12px 26px;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  cursor:pointer;\r\n  box-shadow:0 5px 12px rgba(0,0,0,0.25);\r\n  transition:0.3s;\r\n}\r\n\r\n#aboutClose:hover {\r\n  background:#003366;\r\n}\r\n<\/style>\r\n\r\n<!-- OVERLAY -->\r\n<div id=\"aboutOverlay\"><\/div>\r\n\r\n<!-- POPUP CONTENT -->\r\n<div id=\"aboutPopup\">\r\n  <h2>About STEM Project<\/h2>\r\n\r\n  <p>\r\n    Science, Technology, Engineering and Mathematics (STEM) is important because it encompasses every part of our life.\r\n    The concept of science and mathematics is all around us. Technology and engineering nowadays are crucial and\r\n    necessary in our daily life. Eventually, as life becomes more closely related to STEM, we must equip ourselves with\r\n    knowledge and skills in this field, especially the young generations. Despite its importance, the interest of\r\n    students in schools towards STEM is lessening. Student's enrolment in the science stream is in decline. The estimated\r\n    percentage of declination is about 3% every year. This scenario is worsening as there are no takers for some science\r\n    courses at the tertiary level.\r\n  <\/p>\r\n\r\n  <p>\r\n    Realizing this situation, the Ministry of Education Malaysia has come up with the Malaysia Education Blueprint which\r\n    is planned for the year 2013 \u2013 2025. The blueprint was developed based on research findings and national dialogues\r\n    involving all levels of stakeholders such as the public and communities, parents, teachers, school leaders,\r\n    education leaders at the districts and states level, other ministries, universities, industries and private sectors.\r\n  <\/p>\r\n\r\n  <p>\r\n    In 2018, the Knowledge Management Unit, IRC, Universiti Teknologi PETRONAS (UTP) had initiated STEM activities as a\r\n    platform for a knowledge ecosystem whereby all talent, expertise, and technology are being produced and cultivated\r\n    in university been shared and transferred for the benefits of the community.\r\n  <\/p>\r\n\r\n  <h3>Initiative to Strengthen STEM Education<\/h3>\r\n  <p>Below are among the initiatives conducted in STEM programs:<\/p>\r\n\r\n  <ul>\r\n    <li>\r\n      <a href=\"\/memory\/wp-content\/uploads\/2025\/12\/Booklet-STEM_Mentor-Mentee-Program-2020-2021.pdf\" target=\"_blank\">\r\n        UTP Mentoring Program\r\n      <\/a>\r\n    <\/li>\r\n    <li>UTP STEM Idols<\/li>\r\n    <li>Research Based Learning<\/li>\r\n    <li>\r\n      <a href=\"https:\/\/gateway.utp.edu.my\/home\/Search\/Results?lookfor=STEM+education&type=AllFields&limit=20&sort=relevance\" target=\"_blank\">\r\n        STEM Gateway\r\n      <\/a>\r\n    <\/li>\r\n  <\/ul>\r\n\r\n  <p style=\"margin-top:25px;\">The initiative's objectives are to:<\/p>\r\n\r\n  <ul>\r\n    <li>Stimulate students' interest in STEM through the formal and informal approach to learning.<\/li>\r\n    <li>Sharpen teachers' knowledge and skills in teaching STEM related subjects through continuous professional development programs.<\/li>\r\n    <li>Increase awareness and acculturation in STEM among students, teachers and community through STEM programs.<\/li>\r\n  <\/ul>\r\n\r\n  <div class=\"close-container\">\r\n    <button id=\"aboutClose\">Close<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst aboutTrigger = document.getElementById('aboutImage');\r\nconst aboutPopup = document.getElementById('aboutPopup');\r\nconst aboutOverlay = document.getElementById('aboutOverlay');\r\nconst aboutClose = document.getElementById('aboutClose');\r\n\r\naboutTrigger.onclick = () => {\r\n  document.body.classList.add('about-popup-open');\r\n  aboutOverlay.style.display = 'block';\r\n  aboutPopup.style.display = 'block';\r\n\r\n  setTimeout(() => {\r\n    aboutPopup.style.opacity = '1';\r\n    aboutPopup.style.transform = 'translate(-50%, -50%) scale(1)';\r\n  }, 10);\r\n};\r\n\r\nfunction closeAboutPopup() {\r\n  document.body.classList.remove('about-popup-open');\r\n  aboutPopup.style.opacity = '0';\r\n  aboutPopup.style.transform = 'translate(-50%, -50%) scale(0.85)';\r\n\r\n  setTimeout(() => {\r\n    aboutPopup.style.display = 'none';\r\n    aboutOverlay.style.display = 'none';\r\n  }, 300);\r\n}\r\n\r\naboutClose.onclick = closeAboutPopup;\r\naboutOverlay.onclick = closeAboutPopup;\r\n\r\ndocument.addEventListener('keydown', function(e){\r\n  if(e.key === 'Escape'){\r\n    closeAboutPopup();\r\n  }\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9d80e24\" data-id=\"9d80e24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40a8773 elementor-widget elementor-widget-html\" data-id=\"40a8773\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= MILESTONE ================= -->\r\n\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <div id=\"milestoneImage\">\r\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/Milestone.jpg\" alt=\"Milestone\">\r\n    <div class=\"overlay-text\">Milestone<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n#milestoneImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n}\r\n\r\n#milestoneImage img {\r\n  width:100% !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n}\r\n\r\n#milestoneImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#milestoneImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n\r\nbody.milestone-open { overflow:hidden; }\r\n\r\n#milestoneOverlay {\r\n  display:none;\r\n  position:fixed;\r\n  inset:0;\r\n  background:rgba(0,0,0,0.6);\r\n  z-index:9998;\r\n}\r\n\r\n#milestonePopup {\r\n  display:none;\r\n  position:fixed;\r\n  top:50%;\r\n  left:50%;\r\n  transform:translate(-50%, -50%) scale(0.85);\r\n  background:#fff;\r\n  padding:30px;\r\n  border-radius:18px;\r\n  width:90%;\r\n  max-width:1000px;\r\n  max-height:85vh;\r\n  overflow:auto;\r\n  box-shadow:0 18px 40px rgba(0,0,0,0.35);\r\n  opacity:0;\r\n  transition:0.4s;\r\n  z-index:9999;\r\n}\r\n\r\n#milestonePopup img {\r\n  width:100%;\r\n  border-radius:12px;\r\n}\r\n\r\n#milestoneClose {\r\n  margin-top:25px;\r\n  background:#004B85;\r\n  color:#fff;\r\n  border:none;\r\n  border-radius:8px;\r\n  padding:12px 26px;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  cursor:pointer;\r\n}\r\n<\/style>\r\n\r\n<div id=\"milestoneOverlay\"><\/div>\r\n\r\n<div id=\"milestonePopup\">\r\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/STEM_Milestone.jpg\" alt=\"STEM Milestone\">\r\n\r\n  <div style=\"text-align:center;\">\r\n    <button id=\"milestoneClose\">Close<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst milestoneImage = document.getElementById('milestoneImage');\r\nconst milestonePopup = document.getElementById('milestonePopup');\r\nconst milestoneOverlay = document.getElementById('milestoneOverlay');\r\nconst milestoneClose = document.getElementById('milestoneClose');\r\n\r\nmilestoneImage.onclick = () => {\r\n  document.body.classList.add('milestone-open');\r\n  milestoneOverlay.style.display = 'block';\r\n  milestonePopup.style.display = 'block';\r\n  setTimeout(() => {\r\n    milestonePopup.style.opacity = '1';\r\n    milestonePopup.style.transform = 'translate(-50%, -50%) scale(1)';\r\n  }, 10);\r\n};\r\n\r\nfunction closeMilestone() {\r\n  document.body.classList.remove('milestone-open');\r\n  milestonePopup.style.opacity = '0';\r\n  milestonePopup.style.transform = 'translate(-50%, -50%) scale(0.85)';\r\n  setTimeout(() => {\r\n    milestonePopup.style.display = 'none';\r\n    milestoneOverlay.style.display = 'none';\r\n  }, 300);\r\n}\r\n\r\nmilestoneClose.onclick = closeMilestone;\r\nmilestoneOverlay.onclick = closeMilestone;\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e26e181\" data-id=\"e26e181\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ccac8f1 elementor-widget elementor-widget-html\" data-id=\"ccac8f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= COLLABORATION ================= -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- IMAGE TRIGGER -->\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <div id=\"collabImage\">\r\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/Collaboration.jpg\" alt=\"Collaboration\">\r\n    <div class=\"overlay-text\">Collaboration<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* ===== IMAGE CONTAINER (STANDARD) ===== *\/\r\n#collabImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#collabImage img {\r\n  width:100% !important;\r\n  height:auto !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#collabImage:hover img {\r\n  transform:scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY TEXT (100% SAMA MACAM CODE ASAL) ===== *\/\r\n#collabImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#collabImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n\r\n\/* ===== LOCK BODY ===== *\/\r\nbody.collab-popup-open {\r\n  overflow:hidden;\r\n}\r\n\r\n\/* ===== OVERLAY ===== *\/\r\n#collabOverlay {\r\n  display:none;\r\n  position:fixed;\r\n  inset:0;\r\n  background:rgba(0,0,0,0.6);\r\n  z-index:9998;\r\n}\r\n\r\n\/* ===== POPUP (STANDARD PADDING ALL SIDES) ===== *\/\r\n#collabPopup {\r\n  display:none;\r\n  position:fixed;\r\n  top:50%;\r\n  left:50%;\r\n  transform:translate(-50%, -50%) scale(0.85);\r\n  background:#fff;\r\n  padding:40px; \/* \ud83d\udd12 standardized *\/\r\n  border-radius:18px;\r\n  width:90%;\r\n  max-width:900px;\r\n  font-family:'Poppins', sans-serif;\r\n  color:#333;\r\n  box-shadow:0 18px 40px rgba(0,0,0,0.35);\r\n  opacity:0;\r\n  transition:opacity 0.4s ease, transform 0.4s ease;\r\n  z-index:9999;\r\n  overflow:hidden; \/* no scroll *\/\r\n}\r\n\r\n#collabPopup h2 {\r\n  text-align:center;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  margin:0 0 30px 0;\r\n}\r\n\r\n\/* ===== 2 x 2 GRID (CENTERED) ===== *\/\r\n.collab-grid {\r\n  display:grid;\r\n  grid-template-columns:repeat(2, 1fr);\r\n  grid-template-rows:repeat(2, auto);\r\n  gap:40px;\r\n  justify-items:center;\r\n  align-items:center;\r\n}\r\n\r\n.collab-item {\r\n  text-align:center;\r\n}\r\n\r\n.collab-item img {\r\n  max-width:160px;\r\n  max-height:110px;\r\n  width:auto;\r\n  height:auto;\r\n  margin-bottom:12px;\r\n}\r\n\r\n.collab-item a {\r\n  display:block;\r\n  color:#004B85;\r\n  font-weight:600;\r\n  text-decoration:none;\r\n  font-size:15px;\r\n  line-height:1.4;\r\n}\r\n\r\n.collab-item a:hover {\r\n  text-decoration:underline;\r\n}\r\n\r\n\/* ===== CLOSE BUTTON ===== *\/\r\n.close-container {\r\n  text-align:center;\r\n  margin-top:35px;\r\n}\r\n\r\n#collabClose {\r\n  background:#004B85;\r\n  color:#fff;\r\n  border:none;\r\n  border-radius:8px;\r\n  padding:12px 26px;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  cursor:pointer;\r\n  box-shadow:0 5px 12px rgba(0,0,0,0.25);\r\n  transition:0.3s;\r\n}\r\n\r\n#collabClose:hover {\r\n  background:#003366;\r\n}\r\n<\/style>\r\n\r\n<!-- OVERLAY -->\r\n<div id=\"collabOverlay\"><\/div>\r\n\r\n<!-- POPUP CONTENT -->\r\n<div id=\"collabPopup\">\r\n  <h2>Collaboration<\/h2>\r\n\r\n  <div class=\"collab-grid\">\r\n    <div class=\"collab-item\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/Mosti.jpeg\">\r\n      <a href=\"https:\/\/www.mosti.gov.my\/\" target=\"_blank\">\r\n        Ministry of Science, Technology and Innovation\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"collab-item\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/DPCH.jpeg\">\r\n      <a href=\"https:\/\/digitalperak.com.my\/\" target=\"_blank\">\r\n        Digital Perak Corporation Holdings\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"collab-item\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/MOGSC.jpeg\">\r\n      <a href=\"https:\/\/mogsc.org\/\" target=\"_blank\">\r\n        Malaysian Oil and Gas Services Council\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"collab-item\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/PRKPP.jpeg\">\r\n      <a href=\"http:\/\/perak.asiemodel.net\/en\/pertubuhan-rakan-komuniti-pendidikan-perak-prkpp\/\" target=\"_blank\">\r\n        Pertubuhan Rakan Komuniti Pendidikan Perak\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"close-container\">\r\n    <button id=\"collabClose\">Close<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst collabTrigger = document.getElementById('collabImage');\r\nconst collabPopup = document.getElementById('collabPopup');\r\nconst collabOverlay = document.getElementById('collabOverlay');\r\nconst collabClose = document.getElementById('collabClose');\r\n\r\ncollabTrigger.onclick = () => {\r\n  document.body.classList.add('collab-popup-open');\r\n  collabOverlay.style.display = 'block';\r\n  collabPopup.style.display = 'block';\r\n  setTimeout(() => {\r\n    collabPopup.style.opacity = '1';\r\n    collabPopup.style.transform = 'translate(-50%, -50%) scale(1)';\r\n  }, 10);\r\n};\r\n\r\nfunction closeCollabPopup() {\r\n  document.body.classList.remove('collab-popup-open');\r\n  collabPopup.style.opacity = '0';\r\n  collabPopup.style.transform = 'translate(-50%, -50%) scale(0.85)';\r\n  setTimeout(() => {\r\n    collabPopup.style.display = 'none';\r\n    collabOverlay.style.display = 'none';\r\n  }, 300);\r\n}\r\n\r\ncollabClose.onclick = closeCollabPopup;\r\ncollabOverlay.onclick = closeCollabPopup;\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a996e6d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"a996e6d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0ac6be1\" data-id=\"0ac6be1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0a939c0 elementor-widget elementor-widget-html\" data-id=\"0a939c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= STEM IDOLS ================= -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- IMAGE TRIGGER -->\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <div id=\"stemIdolsImage\">\r\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/STEM-Idols.jpg\" alt=\"STEM Idols\">\r\n    <div class=\"overlay-text\">STEM Idols<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* ===== IMAGE CONTAINER ===== *\/\r\n#stemIdolsImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#stemIdolsImage img {\r\n  width:100% !important;\r\n  height:auto !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#stemIdolsImage:hover img {\r\n  transform:scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY TEXT ===== *\/\r\n#stemIdolsImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#stemIdolsImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n\r\n\/* ===== LOCK BODY ===== *\/\r\nbody.stem-popup-open {\r\n  overflow:hidden;\r\n}\r\n\r\n\/* ===== OVERLAY ===== *\/\r\n#stemOverlay {\r\n  display:none;\r\n  position:fixed;\r\n  inset:0;\r\n  background:rgba(0,0,0,0.6);\r\n  z-index:9998;\r\n}\r\n\r\n\/* ===== POPUP ===== *\/\r\n#stemPopup {\r\n  display:none;\r\n  position:fixed;\r\n  top:50px; \/* Mula dari atas *\/\r\n  left:50%;\r\n  transform:translateX(-50%) scale(1);\r\n  background:#fff;\r\n  padding:40px;\r\n  border-radius:18px;\r\n  width:90%;\r\n  max-width:900px;\r\n  max-height:90vh; \/* Maksimum tinggi *\/\r\n  font-family:'Poppins', sans-serif;\r\n  color:#333;\r\n  box-shadow:0 18px 40px rgba(0,0,0,0.35);\r\n  opacity:0;\r\n  transition:opacity 0.4s ease, transform 0.4s ease;\r\n  z-index:9999;\r\n  overflow-y:auto; \/* scroll popup *\/\r\n  text-align:justify;\r\n}\r\n\r\n\/* ===== HEADINGS & TEXT ===== *\/\r\n#stemPopup h2 {\r\n  text-align:center;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  margin:0 0 20px 0;\r\n}\r\n\r\n#stemPopup p {\r\n  font-size:16px;\r\n  line-height:1.8;\r\n  margin-bottom:15px;\r\n}\r\n\r\n\/* ===== CLOSE BUTTON ===== *\/\r\n.close-container {\r\n  text-align:center;\r\n  margin-top:25px;\r\n}\r\n\r\n#stemClose {\r\n  background:#004B85;\r\n  color:#fff;\r\n  border:none;\r\n  border-radius:8px;\r\n  padding:12px 26px;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  cursor:pointer;\r\n  box-shadow:0 5px 12px rgba(0,0,0,0.25);\r\n  transition:0.3s;\r\n}\r\n\r\n#stemClose:hover {\r\n  background:#003366;\r\n}\r\n\r\n\/* ===== VIDEO RESPONSIVE ===== *\/\r\n#stemPopup video {\r\n  display:block;\r\n  margin:20px auto 0 auto;\r\n  max-width:100%;\r\n  height:auto;\r\n  border-radius:10px;\r\n}\r\n<\/style>\r\n\r\n<!-- OVERLAY -->\r\n<div id=\"stemOverlay\"><\/div>\r\n\r\n<!-- POPUP CONTENT -->\r\n<div id=\"stemPopup\">\r\n  <!-- Nama Professor -->\r\n  <h2>Professor Dr Suzana Yusup<\/h2>\r\n\r\n  <!-- Bio -->\r\n  <p>\r\n    Professor Ir. Dr Suzana Yusup (PEng, CEng, CSci, MIChemE), is the Director of Higher Institution Center of Excellence Center for Biofuel & Biochemical Research. The center is one of Higher Institution Center of Excellence under Ministry of Higher Education, Malaysia. She is also the Head of Center for Biofuel & Biochemical Research at Universiti Teknologi PETRONAS (UTP) and is a Professor at Chemical Engineering Department. She obtained her BEng. (Hons) in Chemical Engineering from University of Leeds UK, MSc in Chemical Engineering from University of Wales UK and her PhD from University of Bradford, UK in Chemical Engineering. She has more than 20 years of teaching experience. Her research interest is in the areas of biomass conversion to fuel and biochemicals, material development, and green processes. Professor Dr Suzana Yusup has authored book, book chapters, more than 300 articles in high impact factor journals and conference papers with cumulative citation number of 6460 and h-index of 45 (Sources: Scopus). Further, she holds 15 granted patents that focus on biomass conversion to biofuel and biomaterials. Among important recognition gained through her research are Malaysia\u2019s Research Star Award (MRSA) (2019), Private Education Excellence Award (2018), Malaysia\u2019s Research Star Award (2017), Malaysia\u2019s Rising Star Award (2016), 2nd prize in the Elsevier Green and Sustainable Chemistry Challenge (2016), Top Research Scientist Malaysia (TRSM) (2016), and Asia Research Award (2012).\r\n  <\/p>\r\n\r\n  <!-- VIDEO -->\r\n  <script type=\"text\/javascript\" src=\"https:\/\/memory.utp.edu.my\/utpmemory\/lib\/js\/videojs-extras.js\"><\/script>\r\n  <link href=\"https:\/\/memory.utp.edu.my\/utpmemory\/lib\/videojs\/video-js.css\" rel=\"stylesheet\">\r\n  <script src=\"https:\/\/memory.utp.edu.my\/utpmemory\/lib\/videojs\/video.dev.js\"><\/script>\r\n  <script src=\"https:\/\/memory.utp.edu.my\/utpmemory\/lib\/js\/videojs-extras.js\"><\/script>\r\n  <script src=\"https:\/\/memory.utp.edu.my\/utpmemory\/lib\/videojs\/video.min.js\"><\/script>\r\n\r\n  <video \r\n      id=\"introvideo3533\"\r\n      autoplay muted\r\n      controls\r\n      preload=\"auto\"\r\n      width=\"700\" \r\n      height=\"394\" \r\n      class=\"Picture\"\r\n      poster=\"https:\/\/memory.utp.edu.my\/utpmemory\/filestore\/3\/3\/5\/3_2ddd58bb136acd8\/3533pre_7a6add6090c5a2d.jpg?v=1544170906\">\r\n      <source src=\"https:\/\/memory.utp.edu.my\/utpmemory\/filestore\/3\/3\/5\/3_2ddd58bb136acd8\/3533pre_7a6add6090c5a2d.mp4\" type=\"video\/mp4\" >\r\n      <p class=\"vjs-no-js\">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href=\"http:\/\/videojs.com\/html5-video-support\/\" target=\"_blank\">supports HTML5 video<\/a><\/p>\r\n  <\/video>\r\n\r\n  <!-- CLOSE BUTTON -->\r\n  <div class=\"close-container\">\r\n    <button id=\"stemClose\">Close<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst stemTrigger = document.getElementById('stemIdolsImage');\r\nconst stemPopup = document.getElementById('stemPopup');\r\nconst stemOverlay = document.getElementById('stemOverlay');\r\nconst stemClose = document.getElementById('stemClose');\r\n\r\nstemTrigger.onclick = () => {\r\n  document.body.classList.add('stem-popup-open');\r\n  stemOverlay.style.display = 'block';\r\n  stemPopup.style.display = 'block';\r\n  setTimeout(() => {\r\n    stemPopup.style.opacity = '1';\r\n    stemPopup.style.transform = 'translateX(-50%) scale(1)';\r\n  }, 10);\r\n};\r\n\r\nfunction closeStemPopup() {\r\n  document.body.classList.remove('stem-popup-open');\r\n  stemPopup.style.opacity = '0';\r\n  stemPopup.style.transform = 'translateX(-50%) scale(0.85)';\r\n  setTimeout(() => {\r\n    stemPopup.style.display = 'none';\r\n    stemOverlay.style.display = 'none';\r\n  }, 300);\r\n}\r\n\r\nstemClose.onclick = closeStemPopup;\r\nstemOverlay.onclick = closeStemPopup;\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d7cfb42\" data-id=\"d7cfb42\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18fa63d elementor-widget elementor-widget-html\" data-id=\"18fa63d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= PHOTO GALLERY ================= -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- IMAGE LINK -->\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <a href=\"https:\/\/memory.utp.edu.my\/utpmemory\/pages\/collections_featured.php?parent=711\" target=\"_blank\">\r\n    <div id=\"photoGalleryImage\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/Photo-Gallery.jpg\" alt=\"Photo Gallery\">\r\n      <div class=\"overlay-text\">Photo Gallery<\/div>\r\n    <\/div>\r\n  <\/a>\r\n<\/div>\r\n\r\n<style>\r\n\/* ===== IMAGE CONTAINER ===== *\/\r\n#photoGalleryImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#photoGalleryImage img {\r\n  width:100% !important;\r\n  height:auto !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#photoGalleryImage:hover img {\r\n  transform:scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY TEXT ===== *\/\r\n#photoGalleryImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#photoGalleryImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0f70370\" data-id=\"0f70370\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a28105 elementor-widget elementor-widget-html\" data-id=\"9a28105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ================= VIDEO GALLERY ================= -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- IMAGE LINK -->\r\n<div style=\"text-align:center; margin:50px 0;\">\r\n  <a href=\"https:\/\/memory.utp.edu.my\/utpmemory\/pages\/search.php?search=&archive=0&restypes=3\" target=\"_blank\">\r\n    <div id=\"videoGalleryImage\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/Video-Galley.jpg\" alt=\"Video Gallery\">\r\n      <div class=\"overlay-text\">Video Gallery<\/div>\r\n    <\/div>\r\n  <\/a>\r\n<\/div>\r\n\r\n<style>\r\n\/* ===== IMAGE CONTAINER ===== *\/\r\n#videoGalleryImage {\r\n  position:relative;\r\n  display:inline-block;\r\n  cursor:pointer;\r\n  border-radius:5px !important;\r\n  overflow:hidden;\r\n  width:95% !important;\r\n  max-width:1000px !important;\r\n  box-shadow:0 10px 25px rgba(0,0,0,0.28);\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#videoGalleryImage img {\r\n  width:100% !important;\r\n  height:auto !important;\r\n  display:block;\r\n  border-radius:5px !important;\r\n  transition:transform 0.4s ease;\r\n}\r\n\r\n#videoGalleryImage:hover img {\r\n  transform:scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY TEXT ===== *\/\r\n#videoGalleryImage .overlay-text {\r\n  position:absolute;\r\n  top:50%;\r\n  left:0;\r\n  width:100%;\r\n  transform:translateY(-50%);\r\n  background:rgba(245,245,245,0.35);\r\n  color:#333;\r\n  padding:20px 0;\r\n  font-family:'Poppins', sans-serif;\r\n  font-size:32px;\r\n  font-weight:700;\r\n  text-align:center;\r\n  letter-spacing:1px;\r\n  transition:all 0.3s ease;\r\n}\r\n\r\n#videoGalleryImage:hover .overlay-text {\r\n  background:rgba(245,245,245,0.6);\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>STEM About Project About STEM Project Science, Technology, Engineering and Mathematics (STEM) is important because it encompasses every part of our life. The concept of science and mathematics is all around us. Technology and engineering nowadays are crucial and necessary in our daily life. Eventually, as life becomes more closely related to STEM, we must equip ourselves with knowledge and skills in this field, especially the young generations. Despite its importance, the interest of students in schools towards STEM is lessening. Student&#8217;s enrolment in the science stream is in decline. The estimated percentage of declination is about 3% every year. This scenario is worsening as there are no takers for some science courses at the tertiary level. Realizing this situation, the Ministry of Education Malaysia has come up with the Malaysia Education Blueprint which is planned for the year 2013 \u2013 2025. The blueprint was developed based on research findings and national dialogues involving all levels of stakeholders such as the public and communities, parents, teachers, school leaders, education leaders at the districts and states level, other ministries, universities, industries and private sectors. In 2018, the Knowledge Management Unit, IRC, Universiti Teknologi PETRONAS (UTP) had initiated STEM activities as a platform for a knowledge ecosystem whereby all talent, expertise, and technology are being produced and cultivated in university been shared and transferred for the benefits of the community. Initiative to Strengthen STEM Education Below are among the initiatives conducted in STEM programs: UTP Mentoring Program UTP STEM Idols Research Based Learning STEM Gateway The initiative&#8217;s objectives are to: Stimulate students&#8217; interest in STEM through the formal and informal approach to learning. Sharpen teachers&#8217; knowledge and skills in teaching STEM related subjects through continuous professional development programs. Increase awareness and acculturation in STEM among students, teachers and community through STEM programs. Close Milestone Close Collaboration Collaboration Ministry of Science, Technology and Innovation Digital Perak Corporation Holdings Malaysian Oil and Gas Services Council Pertubuhan Rakan Komuniti Pendidikan Perak Close STEM Idols Professor Dr Suzana Yusup Professor Ir. Dr Suzana Yusup (PEng, CEng, CSci, MIChemE), is the Director of Higher Institution Center of Excellence Center for Biofuel &#038; Biochemical Research. The center is one of Higher Institution Center of Excellence under Ministry of Higher Education, Malaysia. She is also the Head of Center for Biofuel &#038; Biochemical Research at Universiti Teknologi PETRONAS (UTP) and is a Professor at Chemical Engineering Department. She obtained her BEng. (Hons) in Chemical Engineering from University of Leeds UK, MSc in Chemical Engineering from University of Wales UK and her PhD from University of Bradford, UK in Chemical Engineering. She has more than 20 years of teaching experience. Her research interest is in the areas of biomass conversion to fuel and biochemicals, material development, and green processes. Professor Dr Suzana Yusup has authored book, book chapters, more than 300 articles in high impact factor journals and conference papers with cumulative citation number of 6460 and h-index of 45 (Sources: Scopus). Further, she holds 15 granted patents that focus on biomass conversion to biofuel and biomaterials. Among important recognition gained through her research are Malaysia\u2019s Research Star Award (MRSA) (2019), Private Education Excellence Award (2018), Malaysia\u2019s Research Star Award (2017), Malaysia\u2019s Rising Star Award (2016), 2nd prize in the Elsevier Green and Sustainable Chemistry Challenge (2016), Top Research Scientist Malaysia (TRSM) (2016), and Asia Research Award (2012). To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video Close Photo Gallery Video Gallery<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-740","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/comments?post=740"}],"version-history":[{"count":124,"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/740\/revisions"}],"predecessor-version":[{"id":1353,"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/740\/revisions\/1353"}],"wp:attachment":[{"href":"https:\/\/memory.utp.edu.my\/index.php\/wp-json\/wp\/v2\/media?parent=740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}