{"id":469,"date":"2026-01-20T05:56:55","date_gmt":"2026-01-20T05:56:55","guid":{"rendered":"https:\/\/ssciex.org.my\/home\/?page_id=469"},"modified":"2026-04-30T16:27:34","modified_gmt":"2026-04-30T08:27:34","slug":"news-and-updates","status":"publish","type":"page","link":"https:\/\/ssciex.org.my\/home\/news-and-updates\/","title":{"rendered":"News and Updates"},"content":{"rendered":"\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>News and Updates | Sarawak Science Centre<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* 1. Color Palette Integration *\/\n:root {\n    --brand-dark: #032C41;    \/* Deep Navy *\/\n    --brand-teal: #008298;    \/* Accents *\/\n    --brand-light: #39C7EB;   \/* Highlights *\/\n    --brand-gray: #E7EBED;    \/* Backgrounds\/Borders *\/\n    --primary: #4C5FD6;       \/* Interaction Buttons *\/\n    --text-main: #333333;     \/* Standard Text *\/\n    --text-hero: #FFFFFF;     \/* Light Text *\/\n}\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n    font-family: 'Inter', sans-serif;\n    margin: 0;\n    padding: 0;\n    background-color: #ffffff;\n    color: var(--text-main);\n    line-height: 1.6;\n}\n\n.container {\n    width: 92%;\n    max-width: 1100px;\n    margin: auto;\n    padding: 60px 0;\n}\n\nh1 {\n    text-align: center;\n    margin-bottom: 20px;\n    font-size: clamp(2.2rem, 8vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    color: var(--brand-dark);\n}\n\n\/* --- SEARCH BAR --- *\/\n.search-wrapper {\n    max-width: 600px;\n    margin: 0 auto 60px;\n    position: relative;\n}\n\n#stellarSearch {\n    width: 100%;\n    padding: 16px 25px;\n    background: #fff;\n    border: 2px solid var(--brand-gray);\n    border-radius: 50px;\n    color: var(--text-main);\n    font-size: 1rem;\n    outline: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 12px rgba(3, 44, 65, 0.05);\n    box-sizing: border-box;\n}\n\n#stellarSearch:focus {\n    border-color: var(--brand-light);\n    box-shadow: 0 4px 20px rgba(57, 199, 235, 0.2);\n}\n\nh2 {\n    text-align: left;\n    margin: 40px 0 20px 0;\n    font-size: 1.4rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    color: var(--brand-dark);\n    border-left: 5px solid var(--brand-teal);\n    padding-left: 15px;\n}\n\n\/* Collapsible Year Section *\/\n.year-section {\n    margin-bottom: 20px;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--brand-gray);\n    transition: all 0.2s ease;\n}\n\n.year-header {\n    padding: 18px 25px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1rem;\n    font-weight: 700;\n    background: var(--brand-dark);\n    color: var(--text-hero);\n}\n\n.year-header span {\n    font-size: 0.8rem;\n    color: var(--brand-light);\n}\n\n.posts, .timeline-events {\n    display: none;\n    padding: 25px;\n    background: var(--brand-gray);\n    border-top: 1px solid var(--brand-gray);\n}\n\n\/* News Cards *\/\n.news-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n}\n\n.news-card {\n    display: flex;\n    flex-direction: column;\n    text-decoration: none;\n    color: inherit;\n    background: #fff;\n    border-radius: 15px;\n    overflow: hidden;\n    border: 1px solid var(--brand-gray);\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n}\n\n.news-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--brand-light);\n    box-shadow: 0 12px 24px rgba(3, 44, 65, 0.1);\n}\n\n.news-card img {\n    width: 100%;\n    height: 190px;\n    object-fit: cover;\n    background: #eee;\n}\n\n.news-card-content { padding: 20px; }\n.news-card h3 { margin: 0 0 10px 0; font-size: 1.1rem; color: var(--brand-teal); line-height: 1.3; }\n.news-card p { font-size: 0.92rem; color: var(--text-main); margin: 0; opacity: 0.85; }\n\n\/* Timeline Events *\/\n.timeline-event {\n    display: block;\n    text-decoration: none;\n    color: inherit;\n    margin-bottom: 12px;\n    background: #fff;\n    padding: 20px;\n    border-radius: 10px;\n    border: 1px solid var(--brand-gray);\n    transition: all 0.2s ease;\n}\n\n.timeline-event:hover {\n    border-left: 6px solid var(--brand-light);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    padding-left: 24px;\n}\n\n.timeline-event h4 { margin: 0 0 5px 0; color: var(--brand-teal); font-size: 1.05rem; }\n\n\/* Footer & Back to Top *\/\nfooter {\n    margin-top: 80px;\n    padding: 60px 0;\n    text-align: center;\n    border-top: 1px solid var(--brand-gray);\n    background: var(--brand-gray);\n}\n\n.update-stamp {\n    font-size: 0.85rem;\n    color: var(--text-main);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-weight: 600;\n}\n\n.update-stamp::before {\n    content: '';\n    width: 8px; height: 8px;\n    background-color: var(--brand-teal);\n    border-radius: 50%;\n    animation: pulse 2s infinite;\n}\n\n@keyframes pulse {\n    0% { transform: scale(0.95); opacity: 1; }\n    70% { transform: scale(1.8); opacity: 0; }\n    100% { transform: scale(0.95); opacity: 0; }\n}\n\n#backToTop {\n    position: fixed; bottom: 30px; right: 30px;\n    width: 45px; height: 45px;\n    background: var(--primary);\n    color: #fff;\n    border: none; border-radius: 50%;\n    cursor: pointer; display: none;\n    justify-content: center; align-items: center;\n    font-size: 1.2rem;\n    box-shadow: 0 4px 12px rgba(76, 95, 214, 0.4);\n    z-index: 1000;\n}\n\n@media (max-width: 600px) {\n    .container { padding: 40px 15px; }\n    h1 { font-size: 1.8rem; }\n    .news-grid { grid-template-columns: 1fr; }\n}\n<\/style>\n<\/head>\n<body>\n\n<button id=\"backToTop\" title=\"Go to top\">\u2191<\/button>\n\n<div class=\"container\">\n    <h1>News and Updates<\/h1>\n\n    <div class=\"search-wrapper\">\n        <input type=\"text\" id=\"stellarSearch\" placeholder=\"Search by year, school, or keyword...\">\n    <\/div>\n\n    <section class=\"news-section\">\n        <h2>News<\/h2>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2026 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/www.sarawaktribune.com\/sarawak-strengthens-it-science-engineering-culture\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png\" alt=\"News 1\">\n                    <div class=\"news-card-content\">\n                        <h3>January 27th 2026<\/h3>\n                        <p>Sarawak is strengthening its science and engineering culture with the development of Sarawak Science Centre.<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2025 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/www.tvsarawak.my\/2025\/10\/21\/pusat-sains-sarawak-siap-80-peratus-dijangka-dibuka-pertengahan-2026\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20251021.png\" alt=\"News 1\">\n                    <div class=\"news-card-content\">\n                        <h3>October 21st 2025<\/h3>\n                        <p>Sarawak Science Centre is 80 percent complete, expected to open in mid 2026<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.utusanborneo.com.my\/2025\/07\/17\/program-stem-catalysts-di-smk-long-lama-terbesar-dalam-siri-jelajah-negeri\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20250717.png\" alt=\"News 2\">\n                    <div class=\"news-card-content\">\n                        <h3>July 17th 2025<\/h3>\n                        <p>The STEM Catalyst Program at SMK Long Lama is the largest in the statewide tour series.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.tvsarawak.my\/2025\/07\/17\/sarawak-perkasa-pendidikan-stem-luar-bandar-tiada-pelajar-ketinggalan\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20250717_01.jpg\" alt=\"News 3\">\n                    <div class=\"news-card-content\">\n                        <h3>July 17th 2025<\/h3>\n                        <p>Sarawak strengthens STEM education in rural areas, ensuring no student is left behind.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.sarawaktribune.com\/sarawak-science-centre-to-open-in-early-2026\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20250526.jpg\" alt=\"News 4\">\n                    <div class=\"news-card-content\">\n                        <h3>May 26th 2025<\/h3>\n                        <p>Sarawak Science Centre to open in early 2026.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.theborneopost.com\/2025\/05\/02\/stem-raspberry-pi-roadshow-brings-coding-to-rural-sarawak-schools\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20250502.jpg\" alt=\"News 5\">\n                    <div class=\"news-card-content\">\n                        <h3>May 02nd 2025<\/h3>\n                        <p>STEM Raspberry Pi roadshow brings coding to rural Sarawak schools.<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"year-section\">\n            <div class=\"year-header\">2024 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/www.theborneopost.com\/2024\/12\/06\/over-1000-students-undergo-stem-catalyst-programme-by-sarawak-skills\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20241206.jpg\" alt=\"News 6\">\n                    <div class=\"news-card-content\">\n                        <h3>December 06th 2024<\/h3>\n                        <p>Over 1000 students undergo STEM catalyst programme by Sarawak Skill.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.theborneopost.com\/2024\/07\/12\/sarawak-science-centre-expected-to-open-in-2026\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20240712.jpeg\" alt=\"News 7\">\n                    <div class=\"news-card-content\">\n                        <h3>July 12th 2024<\/h3>\n                        <p>Sarawak Science Centre expected to open in 2026.<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2023 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/kuchingborneo.info\/pilling-works-begin-in-kuching-for-borneos-first-science-centre\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20230725.jpg\" alt=\"News 8\">\n                    <div class=\"news-card-content\">\n                        <h3>July 23rd 2023<\/h3>\n                        <p>Pilling works to begin in Kuching for Borneo-Malaysia&#8217;s first Science Centre.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/meitd.sarawak.gov.my\/web\/subpage\/news_view\/1699\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20230721.jpg\" alt=\"News 9\">\n                    <div class=\"news-card-content\">\n                        <h3>July 21st 2023<\/h3>\n                        <p>Minister: Science centre signifies Sarawak\u2019s aspiration to be part of regional hub for scientific discoveries.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/dayakdaily.com\/upcoming-sarawak-science-centre-to-have-spaces-for-traveling-exhibition\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/02\/Jul-21-2023.png\" alt=\"News 10\">\n                    <div class=\"news-card-content\">\n                        <h3>July 21st 2023<\/h3>\n                        <p>Upcoming Sarawak Science Centre to have spaces for &#8220;Traveling exhibition&#8221;<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/dayakdaily.com\/minister-roland-sagah-leads-sarawak-delegation-to-learn-science-centre-operations-in-south-korea\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/02\/Dec-3-2023.png\" alt=\"News 11\">\n                    <div class=\"news-card-content\">\n                        <h3>Dec 03rd 2023<\/h3>\n                        <p>Minister Roland Sagah leads Sarawak delegation to learn science centre operation in South Korea<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2022 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/www.theborneopost.com\/2022\/07\/20\/sagah-sarawak-science-centre-to-be-among-most-interesting-in-the-region\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/20220720.jpeg\" alt=\"News 12\">\n                    <div class=\"news-card-content\">\n                        <h3>July 20 2022<\/h3>\n                        <p>Sagah: Sarawak Science Centre to be among most interesting in the region<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2020 <span>\u25bc<\/span><\/div>\n            <div class=\"posts news-grid\">\n                <a href=\"https:\/\/dayakdaily.com\/state-govt-aims-to-make-science-more-understandable-accessible-to-future-proof-economy\/\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/02\/Oct-1-2020.png\" alt=\"News 13\">\n                    <div class=\"news-card-content\">\n                        <h3>Oct 01st 2020<\/h3>\n                        <p>State govt aims to make science more understandable, accessible to future-proof economy.<\/p>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.bernama.com\/en\/news.php?id=1885565\" class=\"news-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/02\/Oct-1-2020_02.png\" alt=\"News 14\">\n                    <div class=\"news-card-content\">\n                        <h3>Oct 01st 2020<\/h3>\n                        <p>Sarawak Science Centre to be completed by 2024.<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"updates\" class=\"updates-section\">\n        <h2>Previous Programmes<\/h2>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2026 <span>\u25bc<\/span><\/div>\n            <div class=\"timeline-events\">\n                <a href=\"https:\/\/ssciex.org.my\/home\/3p-electrochemistry-teaching-techniques-programme-in-csl-miri\/\" class=\"timeline-event\">\n                    <h4>Empowering Teachers with 3P Electrochemistry Techniques at CSL Miri<\/h4>\n                    <p>A quick refresher on teaching electrochemistry using 3P methods<\/p>\n                <\/a> \n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalysts-2026-inspires-234-students-at-sjk-c-chung-hua-pusa\/\" class=\"timeline-event\">\n                    <h4>Stem Catalyst 2026- SJK (C) Chung Hua Pusa<\/h4>\n                    <p>STEM Catalysts 2026 Inspires 234 Students at SJK (C) Chung Hua Pusa<\/p>\n                <\/a> \n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalyst-2026-sebuyau\/\" class=\"timeline-event\">\n                    <h4>Stem Catalyst 2026 &#8211; SJK Chung Hua Sebuyau<\/h4>\n                    <p>STEM Catalysts 2026 Inspires 700 Students at SJK Chung Hua Sebuyau<\/p>\n                <\/a>  \n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalyst-2026-sadong-hilir\/\" class=\"timeline-event\">\n                    <h4>Stem Catalyst 2026 &#8211; SMK Sadong Hilir<\/h4>\n                    <p>STEM 2026 Catalysts Expands to Sadong Hilir<\/p>\n                <\/a>    \n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalyst-daro-2026\/\" class=\"timeline-event\">\n                    <h4>STEM Catalyst 2026 | Daro<\/h4>\n                    <p>STEM Catalysts 2026 Reaches 500 Students in Daro<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalysts-2026-engages-300-students-in-dalat\/\" class=\"timeline-event\">\n                    <h4>STEM Catalyst 2026 | Dalat<\/h4>\n                    <p>STEM Catalysts 2026 Engages 300 Students in Dalat<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/stem-catalyst-2026-mukah\/\" class=\"timeline-event\">\n                    <h4>STEM Catalyst 2026 | Mukah<\/h4>\n                    <p>STEM Catalysts 2026 kick off start at Sekolah Menengah Kebangsaan (SMK) Mukah<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/strategic-engagement-session-sarawak-science-centre-ssciex-and-petros-2026\/\" class=\"timeline-event\">\n                    <h4>SSCiEX team visit to PETROS<\/h4>\n                    <p>Sarawak Science Centre (SSCiEX) held a productive engagement session with Petroleum Sarawak Berhad (PETROS)<\/p>\n                <\/a>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2025 <span>\u25bc<\/span><\/div>\n            <div class=\"timeline-events\">\n                <a href=\"https:\/\/ssciex.org.my\/home\/497-2\/\" class=\"timeline-event\">\n                    <h4>CSL with SMK Pujut Miri<\/h4>\n                    <p>SMK Pujut Miri visited CSL Miri for the second time in year 2025.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/514-2\/\" class=\"timeline-event\">\n                    <h4>CSL with SMK Agama Miri<\/h4>\n                    <p>SMK Agama Miri visited CSL Miri for the second time in year 2025.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/522-2\/\" class=\"timeline-event\">\n                    <h4>Hands-On Science at CSL Miri: A Day with SMK Pujut<\/h4>\n                    <p>SMK Pujut students brought science to life at CSL Miri, exploring biology, physics, and chemistry.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/528-2\/\" class=\"timeline-event\">\n                    <h4>SSCiEX at Kemuncak Minggu Sains Negara 2025<\/h4>\n                    <p>SSCiEX brought hands-on science and live shows to Kemuncak Minggu Sains Negara 2025 in Kuala Lumpur.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/555-2\/\" class=\"timeline-event\">\n                    <h4>Program 3L (Pembelajaran Sepanjang Hayat)<\/h4>\n                    <p>A fun programme for children aged 3\u20135, combining creative play and simple science experiments.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/564-2\/\" class=\"timeline-event\">\n                    <h4>State Financial Secretary Visits Sarawak Science Centre<\/h4>\n                    <p>Dato Sri Dr. Wan Lizozman Bin Wan Omar reviewed the centre\u2019s progress as a hub for science education.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/573-2\/\" class=\"timeline-event\">\n                    <h4>Sesi Libat Urus with Miri District Teachers<\/h4>\n                    <p>Discussion on the future expansion of the Common Science Lab across Sarawak.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/581-2\/\" class=\"timeline-event\">\n                    <h4>Common Science Lab (CSL) Pilot Run at Miri<\/h4>\n                    <p>Providing SMK Lutong students with hands-on science experiments in a fully equipped lab.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/589-2\/\" class=\"timeline-event\">\n                    <h4>Kembara Sains Borneo 2025<\/h4>\n                    <p>Interactive science exhibits directly to 14 schools across Southern and Central Sarawak.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/598-2\/\" class=\"timeline-event\">\n                    <h4>Minggu Sains Negara 2025<\/h4>\n                    <p>Engaging the public through hands-on experiments and educational demonstrations.<\/p>\n                <\/a>\n                <a href=\"https:\/\/ssciex.org.my\/home\/607-2\/\" class=\"timeline-event\">\n                    <h4>STEM Catalyst Raspberry Pi 2025<\/h4>\n                    <p>Engaging 6,000 students across 151 schools in hands-on coding and digital literacy.<\/p>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"year-section\">\n            <div class=\"year-header\">2024 <span>\u25bc<\/span><\/div>\n            <div class=\"timeline-events\">\n                <a href=\"https:\/\/ssciex.org.my\/home\/615-2\/\" class=\"timeline-event\">\n                    <h4>STEM Catalyst 2024: Inspiring Young Minds<\/h4>\n                    <p>Introducing students to renewable energy through hands-on mobile exhibits.<\/p>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"update-stamp\">\n            Last Updated: April 30, 2026\n        <\/div>\n        <div style=\"margin-top: 15px; font-size: 0.75rem; color: var(--brand-dark); opacity: 0.6;\">\n            \u00a9 2026 Sarawak Science Centre. All Rights Reserved.\n        <\/div>\n    <\/footer>\n<\/div>\n\n<script>\n\/\/ Logic remains 100% same as original\nconst yearHeaders = document.querySelectorAll('.year-header');\nyearHeaders.forEach(header => {\n    header.addEventListener('click', () => {\n        const content = header.nextElementSibling;\n        const displayType = content.classList.contains('news-grid') ? 'grid' : 'block';\n        const isOpen = content.style.display === displayType;\n        content.style.display = isOpen ? 'none' : displayType;\n        header.querySelector('span').textContent = isOpen ? '\u25bc' : '\u25b2';\n    });\n});\n\nconst searchInput = document.getElementById('stellarSearch');\nsearchInput.addEventListener('input', (e) => {\n    const term = e.target.value.toLowerCase();\n    const sections = document.querySelectorAll('.year-section');\n    sections.forEach(section => {\n        const items = section.querySelectorAll('.news-card, .timeline-event');\n        let sectionHasMatch = false;\n        items.forEach(item => {\n            const text = item.innerText.toLowerCase();\n            if (text.includes(term)) {\n                item.style.display = item.classList.contains('news-card') ? 'flex' : 'block';\n                sectionHasMatch = true;\n            } else {\n                item.style.display = 'none';\n            }\n        });\n        section.style.display = sectionHasMatch || term === \"\" ? 'block' : 'none';\n        if (term !== \"\" && sectionHasMatch) {\n            const content = section.querySelector('.posts, .timeline-events');\n            content.style.display = content.classList.contains('news-grid') ? 'grid' : 'block';\n            section.querySelector('span').textContent = '\u25b2';\n        }\n    });\n});\n\nconst btt = document.getElementById('backToTop');\nwindow.onscroll = function() {\n    if (document.body.scrollTop > 300 || document.documentElement.scrollTop > 300) {\n        btt.style.display = \"flex\";\n    } else {\n        btt.style.display = \"none\";\n    }\n};\nbtt.addEventListener('click', () => {\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>News and Updates | Sarawak Science Centre \u2191 News and Updates News 2026 \u25bc January 27th 2026 Sarawak is strengthening its science and engineering culture with the development of Sarawak Science Centre. 2025 \u25bc October 21st 2025 Sarawak Science Centre is 80 percent complete, expected to open in mid 2026 July 17th 2025 The STEM [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-469","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>News and Updates | Sarawak Science Centre (SSCiEX) | Official Website<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ssciex.org.my\/home\/news-and-updates\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"News and Updates | Sarawak Science Centre (SSCiEX) | Official Website\" \/>\n<meta property=\"og:description\" content=\"News and Updates | Sarawak Science Centre \u2191 News and Updates News 2026 \u25bc January 27th 2026 Sarawak is strengthening its science and engineering culture with the development of Sarawak Science Centre. 2025 \u25bc October 21st 2025 Sarawak Science Centre is 80 percent complete, expected to open in mid 2026 July 17th 2025 The STEM [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ssciex.org.my\/home\/news-and-updates\/\" \/>\n<meta property=\"og:site_name\" content=\"Sarawak Science Centre (SSCiEX) | Official Website\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T08:27:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/\",\"url\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/\",\"name\":\"News and Updates | Sarawak Science Centre (SSCiEX) | Official Website\",\"isPartOf\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png\",\"datePublished\":\"2026-01-20T05:56:55+00:00\",\"dateModified\":\"2026-04-30T08:27:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ssciex.org.my\/home\/news-and-updates\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage\",\"url\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png\",\"contentUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png\",\"width\":1080,\"height\":714},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ssciex.org.my\/home\/news-and-updates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ssciex.org.my\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News and Updates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#website\",\"url\":\"https:\/\/ssciex.org.my\/home\/\",\"name\":\"Sarawak Science Centre (SSCiEX)\",\"description\":\"Igniting Curiousity\",\"publisher\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#organization\"},\"alternateName\":\"SSCiEX\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ssciex.org.my\/home\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#organization\",\"name\":\"Sarawak Science Centre (SSCiEX)\",\"url\":\"https:\/\/ssciex.org.my\/home\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png\",\"contentUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Sarawak Science Centre (SSCiEX)\"},\"image\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/\",\"https:\/\/www.instagram.com\/sarawaksciencecentre?igsh=N2FxZ3FjMXdqcDQx\",\"https:\/\/www.tiktok.com\/@ssciex.official\",\"https:\/\/www.linkedin.com\/in\/ssciex\/\",\"https:\/\/www.youtube.com\/@sarawaksciencecentre\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"News and Updates | Sarawak Science Centre (SSCiEX) | Official Website","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ssciex.org.my\/home\/news-and-updates\/","og_locale":"en_GB","og_type":"article","og_title":"News and Updates | Sarawak Science Centre (SSCiEX) | Official Website","og_description":"News and Updates | Sarawak Science Centre \u2191 News and Updates News 2026 \u25bc January 27th 2026 Sarawak is strengthening its science and engineering culture with the development of Sarawak Science Centre. 2025 \u25bc October 21st 2025 Sarawak Science Centre is 80 percent complete, expected to open in mid 2026 July 17th 2025 The STEM [&hellip;]","og_url":"https:\/\/ssciex.org.my\/home\/news-and-updates\/","og_site_name":"Sarawak Science Centre (SSCiEX) | Official Website","article_publisher":"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/","article_modified_time":"2026-04-30T08:27:34+00:00","og_image":[{"url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/","url":"https:\/\/ssciex.org.my\/home\/news-and-updates\/","name":"News and Updates | Sarawak Science Centre (SSCiEX) | Official Website","isPartOf":{"@id":"https:\/\/ssciex.org.my\/home\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage"},"image":{"@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage"},"thumbnailUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png","datePublished":"2026-01-20T05:56:55+00:00","dateModified":"2026-04-30T08:27:34+00:00","breadcrumb":{"@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ssciex.org.my\/home\/news-and-updates\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/#primaryimage","url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png","contentUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/ST-Watermark-Landscape-70.png","width":1080,"height":714},{"@type":"BreadcrumbList","@id":"https:\/\/ssciex.org.my\/home\/news-and-updates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ssciex.org.my\/home\/"},{"@type":"ListItem","position":2,"name":"News and Updates"}]},{"@type":"WebSite","@id":"https:\/\/ssciex.org.my\/home\/#website","url":"https:\/\/ssciex.org.my\/home\/","name":"Sarawak Science Centre (SSCiEX)","description":"Igniting Curiousity","publisher":{"@id":"https:\/\/ssciex.org.my\/home\/#organization"},"alternateName":"SSCiEX","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ssciex.org.my\/home\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/ssciex.org.my\/home\/#organization","name":"Sarawak Science Centre (SSCiEX)","url":"https:\/\/ssciex.org.my\/home\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/","url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png","contentUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png","width":512,"height":512,"caption":"Sarawak Science Centre (SSCiEX)"},"image":{"@id":"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/","https:\/\/www.instagram.com\/sarawaksciencecentre?igsh=N2FxZ3FjMXdqcDQx","https:\/\/www.tiktok.com\/@ssciex.official","https:\/\/www.linkedin.com\/in\/ssciex\/","https:\/\/www.youtube.com\/@sarawaksciencecentre"]}]}},"_links":{"self":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/comments?post=469"}],"version-history":[{"count":54,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/469\/revisions"}],"predecessor-version":[{"id":1418,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/469\/revisions\/1418"}],"wp:attachment":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/media?parent=469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}