{"id":62,"date":"2026-01-05T01:42:23","date_gmt":"2026-01-04T17:42:23","guid":{"rendered":"https:\/\/ssciex.org.my\/home\/home\/"},"modified":"2026-05-22T10:00:44","modified_gmt":"2026-05-22T02:00:44","slug":"home","status":"publish","type":"page","link":"https:\/\/ssciex.org.my\/home\/","title":{"rendered":"HOME"},"content":{"rendered":"\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>Sarawak Science Centre | Modern Portal<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            \/* AMENDED COLORS *\/\n            --ssc-red: #4C5FD6;    \/* Updated to Button\/Element color *\/\n            --ssc-yellow: #ffffff; \/* Updated to Hero text color *\/\n            --ssc-white: #ffffff;\n            --body-text: #333333;  \/* Preferred Body text color *\/\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        .banner {\n            position: relative;\n            width: 100%;\n            height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            overflow: hidden;\n            background-color: #050a10;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Background Image *\/\n        .banner-bg {\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background: url('https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/02\/Untitled-design-4-scaled.png') no-repeat center center\/cover;\n            z-index: 1;\n        }\n\n        \/* Left-Side Gradient Overlay *\/\n        .banner-overlay {\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);\n            z-index: 2;\n        }\n\n        \/* Content Positioning *\/\n        .content {\n            position: relative;\n            z-index: 5;\n            padding-left: 8%;\n            max-width: 800px;\n        }\n\n        \/* Animated Title *\/\n        .title {\n            font-family: 'Arial Black', sans-serif;\n            font-size: clamp(2.5rem, 8vw, 4.5rem);\n            line-height: 1;\n            color: var(--ssc-yellow);\n            -webkit-text-stroke: 1.5px #000;\n            margin-bottom: 10px;\n            animation: slideIn 1s ease-out;\n            filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));\n        }\n\n        \/* Neon Tagline *\/\n        .subtitle {\n            font-size: 1rem;\n            color: #fff;\n            letter-spacing: 5px;\n            font-weight: bold;\n            text-transform: uppercase;\n            border-left: 4px solid var(--ssc-red);\n            padding-left: 15px;\n            margin-bottom: 30px;\n            animation: neonPulse 2s infinite alternate;\n        }\n\n        \/* --- MODERN SOCIAL BAR --- *\/\n        .social-bar {\n            display: flex;\n            gap: 15px;\n            opacity: 0;\n            animation: fadeIn 1s forwards 1s;\n        }\n\n        .social-icon {\n            width: 45px;\n            height: 45px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--ssc-white);\n            text-decoration: none;\n            background: rgba(255, 255, 255, 0.1);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            border-radius: 8px;\n            font-size: 1.2rem;\n            backdrop-filter: blur(5px);\n            transition: all 0.3s ease;\n        }\n\n        .social-icon:hover {\n            background: var(--ssc-red);\n            border-color: var(--ssc-white);\n            color: var(--ssc-white);\n            transform: translateY(-5px);\n            box-shadow: 0 0 20px var(--ssc-red);\n        }\n\n        \/* --- PARTICLES --- *\/\n        .particles {\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            z-index: 3;\n            pointer-events: none;\n        }\n\n        .particle {\n            position: absolute;\n            border-radius: 50%;\n            bottom: -20px;\n            animation: floatAndFade linear infinite;\n        }\n\n        \/* Keyframes *\/\n        @keyframes slideIn { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { to { opacity: 1; } }\n        @keyframes neonPulse {\n            from { text-shadow: 0 0 5px var(--ssc-red); }\n            to { text-shadow: 0 0 15px var(--ssc-red); }\n        }\n        @keyframes floatAndFade {\n            0% { transform: translateY(0); background-color: var(--ssc-red); opacity: 0; }\n            50% { background-color: var(--ssc-white); opacity: 0.6; }\n            100% { transform: translateY(-110vh) translateX(30px); opacity: 0; }\n        }\n\n        \/* Mobile Optimization *\/\n        @media (max-width: 768px) {\n            .banner { align-items: flex-end; }\n            .content { padding-left: 5%; padding-bottom: 50px; }\n            .banner-overlay { background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); }\n            .social-icon { width: 40px; height: 40px; }\n        }\n\n        \/* Container Overrides *\/\n        [class*=\"p-j2c\"] {\n            padding-top: 0 !important;\n            padding-bottom: 0 !important;\n            padding-left: 0 !important;\n            padding-right: 0 !important;\n        }\n\n        .banner {\n            padding: 0 !important;\n            margin: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"banner\">\n        <div class=\"banner-bg\"><\/div>\n        <div class=\"banner-overlay\"><\/div>\n        \n        <div class=\"particles\">\n            <div class=\"particle\" style=\"width:4px; height:4px; left:10%; animation-duration:8s;\"><\/div>\n            <div class=\"particle\" style=\"width:6px; height:6px; left:20%; animation-duration:12s;\"><\/div>\n            <div class=\"particle\" style=\"width:3px; height:3px; left:30%; animation-duration:10s;\"><\/div>\n        <\/div>\n        \n        <div class=\"content\">\n            <h1 class=\"title\">SARAWAK<br>SCIENCE CENTRE<\/h1>\n            <p class=\"subtitle\">IGNITING CURIOSITY<\/p>\n            \n            <div class=\"social-bar\">\n                <a href=\"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/\" class=\"social-icon\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                <a href=\"https:\/\/www.instagram.com\/sarawaksciencecentre?igsh=N2FxZ3FjMXdqcDQx\" class=\"social-icon\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                <a href=\"http:\/\/youtube.com\/@sarawaksciencecentre\" class=\"social-icon\" aria-label=\"YouTube\"><i class=\"fab fa-youtube\"><\/i><\/a>\n                <a href=\"http:\/\/tiktok.com\/@ssciex.official\" class=\"social-icon\" aria-label=\"TikTok\"><i class=\"fab fa-tiktok\"><\/i><\/a>\n                <a href=\"https:\/\/www.linkedin.com\/in\/ssciex\/\" class=\"social-icon\" aria-label=\"Linkedin\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\n\n\n\n\n\n\n\n\n<div class=\"science-card-wrapper\">\n    <div class=\"science-card\">\n        <h2 class=\"card-title\">OUR STORY<\/h2>\n        <p class=\"card-text\">\n            Get ready for SSCiEX, Sarawak&#8217;s first large-scale interactive science centre opening <strong>July 29, 2026<\/strong>, in Kuching! Explore a massive 5-storey facility packed with 22 thematic galleries and over 400 hands-on exhibits designed to spark curiosity for all ages. Discover the wonder of STEM through an unforgettable interactive experience built for the whole community!\n            <p>#SSCiEXLaunch #SSCiEX #SSCiEX2026 #SarawakScienceCentre #SSCiEXDay<\/p>\n            <br>\n            <a href=\"https:\/\/ssciex.org.my\/home\/about-us\/\" class=\"learn-more-btn\" onclick=\"triggerTransition(event)\">Learn more about us<\/a>\n        <\/p>\n        <p class=\"card-text\">\n            What started as a bold blueprint approved in 2019 is officially coming to life. Witness our journey from master planning and raw structure to a world-class destination, gearing up for our grand opening as Sarawak\u2019s first immersive science centre!\n        <\/p>\n        <a href=\"https:\/\/ssciex.org.my\/home\/project-development-timeline\/\" class=\"learn-more-btn\" onclick=\"triggerTransition(event)\">Learn More<\/a>\n    <\/div>\n<\/div>\n\n<style>\n    \/* Scoped styles to prevent \"haywire\" layout *\/\n    .science-card-wrapper {\n        padding: 20px;\n        display: flex;\n        justify-content: center;\n        background-color: transparent;\n    }\n\n    .science-card {\n        background: #ffffff; \/* Hero background color *\/\n        border-radius: 16px;\n        padding: 30px;\n        max-width: 400px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        border: 1px solid #eee;\n        \n        \/* Entrance Animation *\/\n        animation: cardSlideUp 0.6s ease-out;\n    }\n\n    .card-title {\n        color: #4C5FD6; \/* Updated: Button\/Element color *\/\n        font-family: 'Arial Black', sans-serif;\n        font-size: 28px;\n        margin-bottom: 15px;\n    }\n\n    .card-text {\n        color: #333333; \/* Updated: Body text color *\/\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    \/* Style for the inline link pointing to the About page *\/\n    .blurb-link {\n        color: #4C5FD6;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 14px;\n        display: inline-block;\n        margin-top: 8px;\n        transition: color 0.2s ease;\n    }\n\n    .blurb-link:hover {\n        color: #3a4bb3;\n        text-decoration: underline;\n    }\n\n    .learn-more-btn {\n        display: inline-block;\n        background: #4C5FD6; \/* Updated: Button\/Element color *\/\n        color: #ffffff;      \/* Updated: Hero text color *\/\n        padding: 12px 28px;\n        border-radius: 8px;\n        text-decoration: none;\n        font-weight: bold;\n        transition: all 0.3s ease;\n    }\n\n    .learn-more-btn:hover {\n        background: #3a4bb3; \/* Slightly darker shade of #4C5FD6 for hover *\/\n        transform: scale(1.05);\n        color: #ffffff;\n    }\n\n    @keyframes cardSlideUp {\n        from { opacity: 0; transform: translateY(20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n<\/style>\n\n<script>\n    function triggerTransition(e) {\n        const card = document.querySelector('.science-card');\n        card.style.opacity = '0.5';\n        card.style.transition = '0.3s';\n        \n        setTimeout(() => {\n            console.log(\"Navigating...\");\n        }, 300);\n    }\n<\/script>\n\n\n\n\n\n<style>\n  :root {\n    \/* AMENDED COLORS *\/\n    --brand-orange: #4C5FD6; \/* Updated to Button\/Element color *\/\n    --text-gray: #333333;    \/* Updated to Body text color *\/\n    --white-text: #ffffff;   \/* Hero text color *\/\n  }\n\n  .container {\n    display: flex;\n    flex-direction: column; \/* Stack on mobile *\/\n    gap: 30px;\n    padding: 20px;\n    max-width: 1200px;\n    margin: auto;\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* Desktop Grid *\/\n  @media (min-width: 992px) {\n    .container { flex-direction: row; align-items: stretch; }\n  }\n\n  .card {\n    background: #fff;\n    border-radius: 20px;\n    padding: 30px;\n    position: relative;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n    border: 1px solid #f0f0f0;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    \/* Entrance Animation *\/\n    opacity: 0;\n    transform: translateY(20px);\n    animation: fadeInUp 0.6s ease forwards;\n  }\n\n  .card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.12);\n  }\n\n  \/* Outlined Number Styling *\/\n  .card-num {\n    font-size: 5rem;\n    font-weight: 800;\n    -webkit-text-stroke: 1px #ddd;\n    color: transparent;\n    line-height: 1;\n    margin-bottom: 10px;\n    user-select: none;\n  }\n\n  .card-img {\n    width: 80px;\n    height: 80px;\n    border-radius: 12px;\n    object-fit: cover;\n    margin-bottom: 20px;\n    border: 3px solid #fff;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n\n  h2 {\n    color: var(--brand-orange);\n    margin: 0 0 15px 0;\n    font-size: 1.5rem;\n    line-height: 1.2;\n  }\n\n  p {\n    color: var(--text-gray);\n    line-height: 1.6;\n    font-size: 0.95rem;\n    margin-bottom: 25px;\n    flex-grow: 1; \/* Pushes button to bottom *\/\n  }\n\n  \/* Learn More Button *\/\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    background: var(--brand-orange);\n    color: var(--white-text);\n    padding: 12px 24px;\n    border-radius: 50px;\n    text-decoration: none;\n    font-weight: 600;\n    width: fit-content;\n    transition: background 0.3s;\n  }\n\n  .btn:hover {\n    background: #3a4bb3; \/* Darker shade for hover state *\/\n  }\n\n  .btn span { margin-left: 8px; transition: transform 0.3s; }\n  .btn:hover span { transform: translateX(5px); }\n\n  @keyframes fadeInUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n<\/style>\n\n<div class=\"container\">\n  <div class=\"card\" style=\"animation-delay: 0.1s;\">\n    <div class=\"card-num\">01<\/div>\n    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg\" alt=\"Interactive\" class=\"card-img\">\n    <h2>Interactive<br>Learning<\/h2>\n    <p>Invites visitors of all ages to touch, try, and explore science in action, turning curiosity into understanding through hands-on experiences.<\/p>\n    <a href=\"https:\/\/ssciex.org.my\/home\/exhibition-and-gallery\/\" class=\"btn\">Learn More <span>\u2192<\/span><\/a>\n  <\/div>\n\n  <div class=\"card\" style=\"animation-delay: 0.2s;\">\n    <div class=\"card-num\">02<\/div>\n    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2025-11-13-at-2.49.45-PM.jpeg\" alt=\"Flexible\" class=\"card-img\">\n    <h2>Flexible<br>Programs<\/h2>\n    <p>Designed to adapt to different ages, learning levels, and learning needs.<\/p>\n    <a href=\"https:\/\/ssciex.org.my\/home\/outreach\/\" class=\"btn\">Learn More <span>\u2192<\/span><\/a>\n  <\/div>\n\n  <div class=\"card\" style=\"animation-delay: 0.3s;\">\n    <div class=\"card-num\">03<\/div>\n    <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2025-09-27-at-11.46.36_235568bd.jpg\" alt=\"Community\" class=\"card-img\">\n    <h2>Community<br>Engagement<\/h2>\n    <p>Working with communities to inspire interest in science through inclusive and meaningful activities.<\/p>\n    <a href=\"https:\/\/ssciex.org.my\/home\/outreach\/\" class=\"btn\" style=\"display: none;\">Learn More <span>\u2192<\/span><\/a>\n  <\/div>\n<\/div>\n\n\n\n\n\n<style>\n    .ssciex-container {\n        display: flex;\n        flex-direction: column;\n        max-width: 1000px;\n        margin: 20px auto;\n        background: #ffffff;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n\n    @media (min-width: 768px) {\n        .ssciex-container { flex-direction: row; }\n    }\n\n    .ssciex-image {\n        flex: 1;\n        min-height: 350px;\n        background: url('your-image-path.jpg') center\/cover no-repeat;\n        background-color: #f4f4f4; \/* Fallback *\/\n    }\n\n    .ssciex-content {\n        flex: 1.2;\n        padding: 40px;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .ssciex-header {\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 14px;\n        font-weight: 800;\n        color: #333333; \/* Updated: Body text color *\/\n        margin-bottom: 15px;\n    }\n\n    .ssciex-intro {\n        font-size: 15px;\n        line-height: 1.7;\n        color: #333333; \/* Updated: Body text color *\/\n        margin-bottom: 0;\n    }\n\n    \/* Animation Wrapper *\/\n    .expandable-section {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;\n        opacity: 0;\n    }\n\n    .expandable-section.open {\n        max-height: 1200px; \n        opacity: 1;\n        margin-top: 15px;\n    }\n\n    .info-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 20px;\n        margin-top: 20px;\n    }\n\n    @media (min-width: 600px) {\n        .info-grid { grid-template-columns: 1fr 1fr; }\n    }\n\n    .info-block {\n        font-size: 14px;\n        color: #333333; \/* Updated: Body text color *\/\n        line-height: 1.5;\n    }\n\n    .info-title {\n        display: block;\n        font-weight: bold;\n        color: #333333; \/* Updated: Body text color *\/\n        margin-bottom: 8px;\n        font-size: 15px;\n    }\n\n    .list-item-with-check {\n        display: flex;\n        gap: 10px;\n    }\n\n    .check-icon {\n        color: #4C5FD6; \/* Updated: Button\/Element color *\/\n        font-weight: bold;\n    }\n\n    .signature-area {\n        margin-top: 30px;\n        border-top: 1px solid #eee;\n        padding-top: 20px;\n    }\n\n    .sig-name {\n        font-family: 'Georgia', serif;\n        font-style: italic;\n        font-size: 24px;\n        color: #4C5FD6; \/* Updated: Button\/Element color *\/\n        margin-bottom: 2px;\n    }\n\n    .sig-title {\n        font-size: 13px;\n        font-weight: bold;\n        color: #888;\n        letter-spacing: 1px;\n    }\n\n    .btn-learn {\n        margin-top: 25px;\n        background: #4C5FD6; \/* Updated: Button\/Element color *\/\n        color: #ffffff;      \/* Updated: Hero text color *\/\n        border: none;\n        padding: 12px 35px;\n        border-radius: 50px;\n        cursor: pointer;\n        font-weight: 600;\n        width: fit-content;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 15px rgba(76, 95, 214, 0.3);\n    }\n\n    .btn-learn:hover {\n        background: #3a4bb3; \/* Darker shade of brand color *\/\n        transform: translateY(-2px);\n    }\n<\/style>\n\n<div class=\"ssciex-container\">\n    <div class=\"ssciex-content\">\n        <div class=\"ssciex-header\">Learn More About SSCIEX<\/div>\n        \n        <p class=\"ssciex-intro\">\n            SSCIEX stands as Sarawak&#8217;s leading &#8220;edu-tainment&#8221; infrastructure, encompassing a 10.97-acre facility strategically designed to integrate formal education with experiential learning. More than a mere museum, we function as a dynamic laboratory that harmonises global scientific principles with the rich local heritage of Sarawak.\n        <\/p>\n\n        <div id=\"extraContent\" class=\"expandable-section\">\n            <p style=\"font-size: 15px; line-height: 1.7; color: #333333;\">\n                From exploring the biodiversity of the Borneo rainforests to engaging with advanced technologies, SSCIEX acts as a pivotal gateway to STEM literacy. This initiative is developed in alignment with a Strategic Master Plan crafted by Singapore Centre.\n            <\/p>\n\n            <div class=\"info-grid\">\n                <div class=\"info-block\">\n                    <span class=\"info-title\">Community Focused Initiatives<\/span>\n                    <div class=\"list-item-with-check\">\n                        <span class=\"check-icon\">\u2713<\/span>\n                        <span>We Prioritise Creativity And Curiosity Through Interactive Learning Experiences That Are Both Fun And Educational.<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"info-block\">\n                    <span class=\"info-title\">Our Mission<\/span>\n                    <div class=\"list-item-with-check\">\n                        <span class=\"check-icon\">\u2713<\/span>\n                        <span>We Actively Seek Partnerships To Enhance Science Education And Research Initiatives In The Community.<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"signature-area\">\n            <div class=\"sig-name\">Ts. Dr Peter Morin Nissom P.B.S<\/div>\n            <div class=\"sig-title\">Managing Director<\/div>\n            \n            <button class=\"btn-learn\" onclick=\"toggleSSCIEX()\" id=\"toggleBtn\">Learn More<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"ssciex-image\"><\/div>\n<\/div>\n\n<script>\nfunction toggleSSCIEX() {\n    const content = document.getElementById('extraContent');\n    const btn = document.getElementById('toggleBtn');\n    \n    if (content.classList.contains('open')) {\n        content.classList.remove('open');\n        btn.textContent = 'Learn More';\n    } else {\n        content.classList.add('open');\n        btn.textContent = 'Show Less';\n    }\n}\n<\/script>\n\n\n\n\n\n<p>Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s.<\/p>\n\n\n\n\n\n\n\nOur Purpose\n\n\n\n\n\n01\n\n\n\n\n\nThe Mission\n\n\n\nTo drive Sarawak\u2019s post-COVID-19 Development Strategy (PCDS 2030) goal of achieving 60% student enrollment in STEM subjects by 2030\n\n\n\n\n\n\n\n02\n\n\n\n\n\nThe Philosophy\n\n\n\nWe address the &#8220;93% Solution&#8221;\u2014targeting the 93% of time students spend <em>outside<\/em> the classroom to spark curiosity and lifelong learning.\n\n\n\n\n\n\n\n03\n\n\n\n\n\nWho We Serve\n\n\n\nWe cater to students, teachers, families, researchers, and the broader community, offering a space where education meets entertainment.\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Sarawak Science Centre | Modern Portal SARAWAKSCIENCE CENTRE IGNITING CURIOSITY 01 InteractiveLearning Invites visitors of all ages to touch, try, and explore science in action, turning curiosity into understanding through hands-on experiences. Learn More \u2192 02 FlexiblePrograms Designed to adapt to different ages, learning levels, and learning needs. Learn More \u2192 03 CommunityEngagement Working with [&hellip;]<\/p>\n","protected":false},"author":4,"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-62","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>HOME | Sarawak Science Centre (SSCiEX) | Official Website<\/title>\n<meta name=\"description\" content=\"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.\" \/>\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\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOME | Sarawak Science Centre (SSCiEX) | Official Website\" \/>\n<meta property=\"og:description\" content=\"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ssciex.org.my\/home\/\" \/>\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-05-22T02:00:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ssciex.org.my\/home\/\",\"url\":\"https:\/\/ssciex.org.my\/home\/\",\"name\":\"HOME | Sarawak Science Centre (SSCiEX) | Official Website\",\"isPartOf\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg\",\"datePublished\":\"2026-01-04T17:42:23+00:00\",\"dateModified\":\"2026-05-22T02:00:44+00:00\",\"description\":\"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.\",\"breadcrumb\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ssciex.org.my\/home\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#primaryimage\",\"url\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg\",\"contentUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg\",\"width\":1080,\"height\":810},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ssciex.org.my\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOME\"}]},{\"@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":"HOME | Sarawak Science Centre (SSCiEX) | Official Website","description":"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.","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\/","og_locale":"en_GB","og_type":"article","og_title":"HOME | Sarawak Science Centre (SSCiEX) | Official Website","og_description":"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.","og_url":"https:\/\/ssciex.org.my\/home\/","og_site_name":"Sarawak Science Centre (SSCiEX) | Official Website","article_publisher":"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/","article_modified_time":"2026-05-22T02:00:44+00:00","og_image":[{"url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ssciex.org.my\/home\/","url":"https:\/\/ssciex.org.my\/home\/","name":"HOME | Sarawak Science Centre (SSCiEX) | Official Website","isPartOf":{"@id":"https:\/\/ssciex.org.my\/home\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ssciex.org.my\/home\/#primaryimage"},"image":{"@id":"https:\/\/ssciex.org.my\/home\/#primaryimage"},"thumbnailUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg","datePublished":"2026-01-04T17:42:23+00:00","dateModified":"2026-05-22T02:00:44+00:00","description":"Ignite curiosity at SSCiEX, Sarawak\u2019s hub for science and tech. Explore interactive STEM exhibits and local heritage.","breadcrumb":{"@id":"https:\/\/ssciex.org.my\/home\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ssciex.org.my\/home\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ssciex.org.my\/home\/#primaryimage","url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg","contentUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/7b72a5f2-f5c8-41c4-9d09-6cf373dbbee7-1.jpeg","width":1080,"height":810},{"@type":"BreadcrumbList","@id":"https:\/\/ssciex.org.my\/home\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ssciex.org.my\/home\/"},{"@type":"ListItem","position":2,"name":"HOME"}]},{"@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\/62","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/comments?post=62"}],"version-history":[{"count":92,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/62\/revisions"}],"predecessor-version":[{"id":1457,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/62\/revisions\/1457"}],"wp:attachment":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/media?parent=62"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}