{"id":29,"date":"2026-01-08T07:55:53","date_gmt":"2026-01-08T07:55:53","guid":{"rendered":"http:\/\/gea.local\/?page_id=29"},"modified":"2026-04-25T10:15:08","modified_gmt":"2026-04-25T10:15:08","slug":"home","status":"publish","type":"page","link":"https:\/\/gea.upsi.edu.my\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\t<style>\n.video-banner-container {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 3068 \/ 1080;\n    max-height: 80vh; \n    background-image: url('https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/main-banner-scaled.jpg');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    overflow: visible; \n}\n.custom-video-banner {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover; \n    border-radius: 0;\n}\n\/* --- THE DYNAMIC CONTAINER --- *\/\n#nomination-timer {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    background: rgba(255, 255, 255, 0.95);\n    color: #01416d;\n    padding: 40px 60px;\n    border-radius: 15px;\n    font-family: 'Lato', sans-serif;\n    z-index: 20;\n    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n    border-top: 6px solid #01416d; \n    box-shadow: 0 30px 60px rgba(0,0,0,0.5);\n    backdrop-filter: blur(10px);\n    width: auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n#nomination-timer.is-over {\n    border-top: 6px solid #c6374f;\n}\n\/* --- MINIMIZED STATE (DESKTOP) --- *\/\n#nomination-timer.minimized {\n    top: 20px;\n    left: auto;\n    right: 20px;\n    transform: translate(0, 0);\n    padding: 20px 0;\n    width: 75px;\n    border-radius: 8px;\n}\n.timer-title {\n    font-size: 18px;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 25px;\n    font-weight: 800;\n    text-align: center;\n}\n#nomination-timer.minimized .timer-title {\n    writing-mode: vertical-rl;\n    text-orientation: upright;\n    margin-bottom: 10px;\n    font-size: 11px;\n    letter-spacing: 2px;\n}\n.timer-grid {\n    display: flex;\n    gap: 30px;\n    justify-content: center;\n}\n#nomination-timer.minimized .timer-grid {\n    flex-direction: column;\n    gap: 12px;\n}\n.timer-value {\n    font-size: 64px;\n    font-weight: 800;\n    line-height: 1;\n}\n.timer-label {\n    font-size: 14px;\n    text-transform: uppercase;\n    opacity: 0.7;\n    text-align: center;\n}\n#nomination-timer.minimized .timer-value { font-size: 20px; }\n#nomination-timer.minimized .timer-label { font-size: 9px; }\n\/* --- ENDED MESSAGE --- *\/\n#end-message {\n    display: none; \n    font-size: 48px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    color: #c6374f;\n    text-align: center;\n    width: 100%;\n}\n#end-message.is-active { display: block; }\n#nomination-timer.minimized #end-message.is-active {\n    font-size: 14px;\n    writing-mode: vertical-rl;\n    text-orientation: upright;\n    padding-right: 35%;\n}\n@keyframes highVisPulse {\n    0% { transform: scale(1); }\n    50% { transform: scale(1.05); }\n    100% { transform: scale(1); }\n}\nvideo::-webkit-media-controls { display: none !important; }\n.unmute-overlay {\n    position: absolute;\n    bottom: 10px;\n    left: 10px;\n    background: rgba(0, 0, 0, 0.8);\n    color: #fff;\n    padding: 8px 16px;\n    border-radius: 50px;\n    cursor: pointer;\n    z-index: 10;\n    font-size: 10px;\n    display: none;\n}\n\/* --- MOBILE OPTIMIZATION --- *\/\n@media (max-width: 767px) {\n    #nomination-timer:not(.minimized) {\n        padding: 15px 20px;\n        width: 85%;\n        border-radius: 10px;\n        border-top-width: 4px;\n    }\n    #nomination-timer:not(.minimized) .timer-title {\n        font-size: 11px;\n        letter-spacing: 2px;\n        margin-bottom: 10px;\n    }\n    #nomination-timer:not(.minimized) .timer-grid {\n        gap: 12px;\n    }\n    #nomination-timer:not(.minimized) .timer-value {\n        font-size: 28px;\n    }\n    #nomination-timer:not(.minimized) .timer-label {\n        font-size: 9px;\n    }\n    #nomination-timer:not(.minimized) #end-message {\n        font-size: 18px;\n    }\n    #nomination-timer.minimized {\n        flex-direction: row;\n        top: calc(100% + 5px);\n        left: 50%;\n        right: auto;\n        transform: translateX(-50%);\n        width: auto;\n        padding: 8px 15px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n        gap: 10px;\n        border-top: 3px solid #01416d;\n    }\n    #nomination-timer.minimized .timer-title {\n        writing-mode: horizontal-tb;\n        margin: 0;\n        font-size: 9px;\n        letter-spacing: 1px;\n        border-right: 1px solid rgba(1, 65, 109, 0.2);\n        padding-right: 10px;\n    }\n    #nomination-timer.minimized .timer-grid {\n        flex-direction: row;\n        gap: 8px;\n    }\n    #nomination-timer.minimized .timer-unit {\n        display: flex;\n        align-items: baseline;\n        gap: 2px;\n    }\n    #nomination-timer.minimized .timer-value { font-size: 14px; }\n    #nomination-timer.minimized .timer-label { font-size: 7px; }\n    #nomination-timer.minimized #end-message.is-active {\n        writing-mode: horizontal-tb;\n        font-size: 11px;\n        padding: 0;\n        letter-spacing: 0.5px;\n    }\n}\n<\/style>\n    <video id=\"bgVideo\" autoplay loop playsinline>\n        <source src=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/main-video-banner.mp4\"\/>\n    <\/video>\n        Nomination Period\n                00\n                Days\n                00\n                Hrs\n                00\n                Min\n                00\n                Sec\n        Nomination Period Ended!\n    \ud83d\udd0a CLICK TO UNMUTE\n\t\t\t\t\t<video src=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/montage_gea_2026.mp4\" alt=\"hosted-video-thumbnail\"><\/video>\n\t\t<h2>\n\t\t\tCelebrate Your Impact. Step Forward to the Global Educators Award\t<\/h2>\n\t<p><strong>Welcome to the Global Educators Awards<\/strong>, a celebration of passion, innovation, and excellence in education. Organised by Universiti Pendidikan Sultan Idris (UPSI), Malaysia to celebrate outstanding individuals and organisations who have contributed immensely in uplifting and supporting education initiatives at the global arena. This is where inspiring educators from around the world come together to share their impact and be recognised for the difference they make. From transformative teaching practices to groundbreaking ideas, every story here reflects a commitment to shaping the future of learning. Join us in honouring those who go beyond the classroom to inspire change and empower generations. Be part of a global movement that celebrates the true spirit of education.<\/p>\n\t\t\t<a href =\"https:\/\/gea.upsi.edu.my\/index.php\/nomination\/\" target=\"_blank\" rel=\"noopener nofollow\" aria-label=\"Spotlight Excellence Recognizing Global Visionaries!\">\n\t\t\t\t\t\t\t\tSpotlight Excellence\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tRecognizing Global Visionaries!\t\t\t\t\t\t\t\n\t\t\t\t\t\t<\/a>\n\t\t<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png\" alt=\"logo-gea-gold\" height=\"1539\" width=\"2560\" title=\"logo-gea-gold\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>The Global Educator Award 2026, organised by Universiti Pendidikan Sultan Idris (UPSI) in strategic collaboration with the Ministry of Higher Education Malaysia, is a prestigious international platform dedicated to recognising outstanding contributions that are transforming the global education landscape.<\/p>\n<p>This distinguished award celebrates visionary educators, pioneering institutions, and influential thought leaders whose work drives meaningful change in teaching, learning, research, and educational leadership. It honours individuals and organisations who demonstrate exceptional commitment to innovation, inclusivity, academic excellence, and impactful scholarship that benefits learners, communities, and society at large.<\/p>\n<p>As education continues to evolve in an increasingly interconnected world, the Global Educator Award 2026 highlights transformative achievements that advance future-ready education systems and inspire the next generation of global citizens. The award serves as a strategic platform that brings together policymakers, academic leaders, industry experts, and international partners to foster collaboration, share innovative practices, and strengthen global education networks.<\/p>\n<p>Each award category is evaluated by an internationally respected panel of experts using a rigorous, transparent assessment framework, ensuring credibility, integrity, and global recognition. Recipients of the Global Educator Award represent excellence, leadership, and sustained contribution to the advancement of education worldwide.<\/p>\n<p>Beyond recognition, the award provides valuable opportunities for engagement, collaboration, and strategic partnership with a high-impact global initiative committed to educational progress and sustainable development.<\/p>\n<p>Through this initiative, UPSI and the Ministry of Higher Education Malaysia reaffirm their shared vision to elevate education as a catalyst for innovation, human development, and global transformation.<\/p>\n\t\t\t<a href=\"https:\/\/www.upsi.edu.my\/\"  target=\"_blank\" rel=\"noopener nofollow\"    rel=\"noopener nofollow\">\n\t\t\t\t\t\tUPSI Portal\n\t\t\t\t\t<\/a>\n\t<h2>\n\t\t\t\tNews &amp; Updates\n\t\t\t<\/h2>\n\t\t\t\t\t\t<h3>\n\t\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/are-you-ready-for-global-educators-award-2026\/\" title=\"Are you Ready for Global Educators Award 2026?!\">Are you Ready for Global Educators Award 2026?!<\/a>\t\t\t<\/h3>\n\t\t\t\t\t\t\t<h5>\n\t\t\tMarch 18, 2026\t\t\t\n\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t\tPrepare yourself for a whole new level of experience, it will be full of energy and laughter. Hold your hat, &#8230;\n\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/are-you-ready-for-global-educators-award-2026\/\" title=\"Read more\" target=\"_blank\" rel=\"noopener\"  role=\"button\" aria-label=\"Read more\">\n\t\t\t\t\t\t\tRead more\n\t\t<\/a>\n\t\t\t\t\t\t<h3>\n\t\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/global-educators-award-2026-is-coming-soon\/\" title=\"Global Educators Award 2026 is Coming Soon\">Global Educators Award 2026 is Coming Soon<\/a>\t\t\t<\/h3>\n\t\t\t\t\t\t\t<h5>\n\t\t\tMarch 18, 2026\t\t\t\n\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t\tGlobal Educators Award 2026 is coming sooner than you expected. Nomination phase will start in less than a month. Be &#8230;\n\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/global-educators-award-2026-is-coming-soon\/\" title=\"Read more\" target=\"_blank\" rel=\"noopener\"  role=\"button\" aria-label=\"Read more\">\n\t\t\t\t\t\t\tRead more\n\t\t<\/a>\n\t\t\t\t\t\t<h3>\n\t\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/upsi-bakal-lancar-global-educator-award-2026-perkasa-jaringan-pendidikan-global\/\" title=\"UPSI Bakal Lancar Global Educator Award 2026, Perkasa Jaringan Pendidikan Global\">UPSI Bakal Lancar Global Educator Award 2026, Perkasa Jaringan Pendidikan Global<\/a>\t\t\t<\/h3>\n\t\t\t\t\t\t\t<h5>\n\t\t\tMarch 18, 2026\t\t\t\n\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t\tTANJONG MALIM, 25 Feb\u00a0&#8211; Universiti Pendidikan Sultan Idris (UPSI) bakal melancarkan\u00a0Global Educator Award (GEA) 2026\u00a0dengan kerjasama Kementerian Pendidikan Tinggi (KPT) &#8230;\n\t\t\t<a href=\"https:\/\/gea.upsi.edu.my\/index.php\/2026\/03\/18\/upsi-bakal-lancar-global-educator-award-2026-perkasa-jaringan-pendidikan-global\/\" title=\"Read more\" target=\"_blank\" rel=\"noopener\"  role=\"button\" aria-label=\"Read more\">\n\t\t\t\t\t\t\tRead more\n\t\t<\/a>\n<h2>\n\t\t\tOrganised by\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<a href=\"https:\/\/www.upsi.edu.my\/\"  target=\"_blank\" rel=\"noopener nofollow\"  itemprop=\"url\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/02\/logo-UPSI-resize.png\" alt=\"logo-UPSI-resize\" height=\"500\" width=\"1000\" title=\"logo-UPSI-resize\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t\t\t\t<\/a>\n\t<\/figure>\n<h2>\n\t\t\tIn Collaboration with\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<a href=\"https:\/\/www.mohe.gov.my\/\"  target=\"_blank\" rel=\"noopener nofollow\"  itemprop=\"url\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/02\/logo-MoHE-resize.png.png\" alt=\"logo-MoHE-resize.png\" height=\"500\" width=\"1000\" title=\"logo-MoHE-resize.png\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t\t\t\t<\/a>\n\t<\/figure>\n<h2>\n\t\t\tStrategic Partner\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/gea.local\/wp-content\/uploads\/2026\/04\/logo_CAPEU_resize.png\" alt=\"logo_CAPEU_resize\" title=\"logo_CAPEU_resize\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\n","protected":false},"excerpt":{"rendered":"<p>Nomination Period 00 Days 00 Hrs 00 Min 00 Sec Nomination Period Ended! \ud83d\udd0a CLICK TO UNMUTE Celebrate Your Impact. Step Forward to the Global Educators Award Welcome to the Global Educators Awards, a celebration of passion, innovation, and excellence in education. Organised by Universiti Pendidikan Sultan Idris (UPSI), Malaysia to celebrate outstanding individuals and&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Global Educator Award (GEA) 2026 | UPSI<\/title>\n<meta name=\"description\" content=\"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gea.upsi.edu.my\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Global Educator Award (GEA) 2026 | UPSI\" \/>\n<meta property=\"og:description\" content=\"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gea.upsi.edu.my\/\" \/>\n<meta property=\"og:site_name\" content=\"UPSI | Global Educator Award\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-25T10:15:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/\",\"url\":\"https:\\\/\\\/gea.upsi.edu.my\\\/\",\"name\":\"Global Educator Award (GEA) 2026 | UPSI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gea.upsi.edu.my\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-gea-gold-scaled.png\",\"datePublished\":\"2026-01-08T07:55:53+00:00\",\"dateModified\":\"2026-04-25T10:15:08+00:00\",\"description\":\"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gea.upsi.edu.my\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gea.upsi.edu.my\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-gea-gold-scaled.png\",\"contentUrl\":\"https:\\\/\\\/gea.upsi.edu.my\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-gea-gold-scaled.png\",\"width\":2560,\"height\":1539},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gea.upsi.edu.my\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gea.upsi.edu.my\\\/#website\",\"url\":\"https:\\\/\\\/gea.upsi.edu.my\\\/\",\"name\":\"UPSI | Global Educator Award\",\"description\":\"A Reflection on MADANI values\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gea.upsi.edu.my\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Global Educator Award (GEA) 2026 | UPSI","description":"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.","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:\/\/gea.upsi.edu.my\/","og_locale":"en_US","og_type":"article","og_title":"Global Educator Award (GEA) 2026 | UPSI","og_description":"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.","og_url":"https:\/\/gea.upsi.edu.my\/","og_site_name":"UPSI | Global Educator Award","article_modified_time":"2026-04-25T10:15:08+00:00","og_image":[{"url":"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gea.upsi.edu.my\/","url":"https:\/\/gea.upsi.edu.my\/","name":"Global Educator Award (GEA) 2026 | UPSI","isPartOf":{"@id":"https:\/\/gea.upsi.edu.my\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gea.upsi.edu.my\/#primaryimage"},"image":{"@id":"https:\/\/gea.upsi.edu.my\/#primaryimage"},"thumbnailUrl":"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png","datePublished":"2026-01-08T07:55:53+00:00","dateModified":"2026-04-25T10:15:08+00:00","description":"The Global Educator Award (GEA) by UPSI recognizes outstanding individuals and institutions worldwide for their excellence and innovation in global education.","breadcrumb":{"@id":"https:\/\/gea.upsi.edu.my\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gea.upsi.edu.my\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gea.upsi.edu.my\/#primaryimage","url":"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png","contentUrl":"https:\/\/gea.upsi.edu.my\/wp-content\/uploads\/2026\/04\/logo-gea-gold-scaled.png","width":2560,"height":1539},{"@type":"BreadcrumbList","@id":"https:\/\/gea.upsi.edu.my\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gea.upsi.edu.my\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/gea.upsi.edu.my\/#website","url":"https:\/\/gea.upsi.edu.my\/","name":"UPSI | Global Educator Award","description":"A Reflection on MADANI values","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gea.upsi.edu.my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":11,"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":2422,"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/pages\/29\/revisions\/2422"}],"wp:attachment":[{"href":"https:\/\/gea.upsi.edu.my\/index.php\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}