{"id":4792,"date":"2026-05-26T11:48:59","date_gmt":"2026-05-26T03:48:59","guid":{"rendered":"https:\/\/www.ukm.my\/i-kom\/?page_id=4792"},"modified":"2026-05-26T12:04:44","modified_gmt":"2026-05-26T04:04:44","slug":"ayvp-2024-afrina","status":"publish","type":"page","link":"https:\/\/www.ukm.my\/i-kom\/ayvp-2024-afrina\/","title":{"rendered":"AYVP 2024- AFRINA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4792\" class=\"elementor elementor-4792\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c0d4fa e-con-full e-flex e-con e-parent\" data-id=\"0c0d4fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a97173 elementor-widget elementor-widget-text-editor\" data-id=\"7a97173\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ms\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>AYVP Malaysia 2024 | Planetary Health<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n            background-color: #f5f5f0;\n            color: #1e2f2c;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: white;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n\n        .hero {\n            background: linear-gradient(135deg, #2A9D6E 0%, #1A5F7A 100%);\n            color: white;\n            padding: 2rem 2rem;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            color: white;\n        }\n\n        .hero .theme {\n            font-size: 1.3rem;\n            font-weight: 500;\n            margin-bottom: 0.5rem;\n            color: #e0f0e8;\n        }\n\n        .hero .date-location {\n            font-size: 1rem;\n            color: #d0e8dc;\n            margin-top: 0.5rem;\n        }\n\n        .content-section {\n            padding: 2rem;\n        }\n\n        .exec-summary {\n            background: #fefaf5;\n            padding: 1.5rem;\n            border-radius: 20px;\n            margin-bottom: 2rem;\n            border: 1px solid #e2dcd0;\n        }\n\n        .exec-summary h2 {\n            color: #2A9D6E;\n            margin-bottom: 1rem;\n            font-size: 1.6rem;\n        }\n\n        .exec-summary p {\n            text-align: justify;\n            margin-bottom: 0.8rem;\n        }\n\n        .day-section {\n            margin-bottom: 2rem;\n        }\n\n        .day-header {\n            background: #e8f5ef;\n            padding: 1rem 1.5rem;\n            border-radius: 16px;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n            justify-content: space-between;\n        }\n\n        .day-title {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: #1A5F7A;\n        }\n\n        .day-date {\n            font-size: 1rem;\n            color: #5a7c6e;\n        }\n\n        \/* FLEX CONTAINER untuk imej dan teks *\/\n        .day-flex {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1.5rem;\n        }\n\n        \/* IMAGE KIRI - text kanan *\/\n        .image-left {\n            flex-direction: row;\n        }\n\n        \/* IMAGE KANAN - text kiri *\/\n        .image-right {\n            flex-direction: row-reverse;\n        }\n\n        .day-text {\n            flex: 1;\n            min-width: 250px;\n            text-align: justify;\n        }\n\n        .day-text p {\n            margin-bottom: 0.8rem;\n        }\n\n        .day-image {\n            flex: 0.8;\n            min-width: 200px;\n            background: #e8f5ef;\n            border-radius: 16px;\n            padding: 0.5rem;\n            text-align: center;\n        }\n\n        .day-image img {\n            max-width: 100%;\n            border-radius: 12px;\n        }\n\n        .day-image .caption {\n            font-size: 0.7rem;\n            color: #5a7c6e;\n            margin-top: 0.3rem;\n        }\n\n        .gallery-section {\n            padding: 2rem;\n            background: #fef8f0;\n            margin: 2rem 0;\n            border-radius: 24px;\n        }\n\n        .gallery-section h3 {\n            color: #2A9D6E;\n            font-size: 1.5rem;\n            text-align: center;\n            margin-bottom: 1.5rem;\n        }\n\n        .gallery-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            justify-content: center;\n        }\n\n        .gallery-item {\n            width: calc(33.33% - 1rem);\n            min-width: 200px;\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 180px;\n            object-fit: cover;\n            display: block;\n        }\n\n        .sdg-section {\n            background: #eaf4e8;\n            padding: 1.5rem;\n            border-radius: 20px;\n            margin: 2rem 0;\n            text-align: center;\n        }\n\n        .sdg-section h3 {\n            color: #2A9D6E;\n            margin-bottom: 1rem;\n        }\n\n        .sdg-icons {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1.5rem;\n        }\n\n        .sdg-icons img {\n            max-width: 100px;\n            height: auto;\n            transition: transform 0.2s ease;\n        }\n\n        .sdg-icons img:hover {\n            transform: scale(1.05);\n        }\n\n        footer {\n            background: #f0f4ef;\n            text-align: center;\n            padding: 1.5rem;\n            font-size: 0.85rem;\n            color: #2f5e4c;\n            border-top: 1px solid #dde4da;\n        }\n\n        @media (max-width: 780px) {\n            .hero h1 {\n                font-size: 1.8rem;\n            }\n            .day-flex, .image-left, .image-right {\n                flex-direction: column;\n            }\n            .gallery-item {\n                width: calc(50% - 1rem);\n            }\n            .day-header {\n                flex-direction: column;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"container\">\n    <div class=\"hero\">\n        <h1>AYVP Malaysia 2024<\/h1>\n        <div class=\"theme\">Theme: Planetary Health<\/div>\n        <div class=\"date-location\">2 &#8211; 15 December 2024 | Kuala Lumpur &#038; Johor, Malaysia<\/div>\n    <\/div>\n\n    <div class=\"content-section\">\n        <div class=\"exec-summary\">\n            <h2>Executive Summary<\/h2>\n            <p>The ASEAN Youth Volunteer Programme (AYVP) Malaysia 2024 brought together 50 young leaders from across ASEAN to address the critical theme of <strong>Planetary Health<\/strong>. This theme explores the interconnectedness between human health and the health of our natural systems, emphasizing that the well-being of people and the planet are inseparable.<\/p>\n            <p>Over 14 days, participants engaged in intensive training, community immersion, and hands-on projects focused on climate action, biodiversity conservation, sustainable agriculture, and community health. The programme was held in Kuala Lumpur and Cameron Highlands, involving local communities, government agencies, and environmental experts.<\/p>\n        <\/div>\n\n        <!-- DAY 1: IMAGE KIRI, TEXT KANAN -->\n        <div class=\"day-section\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Day 1: Arrival &#038; Orientation<\/span>\n                <span class=\"day-date\">12 November 2024 | Kuala Lumpur<\/span>\n            <\/div>\n            <div class=\"day-flex image-left\">\n                <div class=\"day-image\">\n                    <img decoding=\"async\" src=\"http:\/\/www.ukm.my\/i-kom\/wp-content\/uploads\/2025\/01\/IMG_8272.jpg\" alt=\"Day 1 - Orientation\">\n                    <div class=\"caption\">Orientation session at UKM Kuala Lumpur<\/div>\n                <\/div>\n                <div class=\"day-text\">\n                    <p>The programme kicked off with the arrival of 50 ASEAN youth volunteers at UKM Kuala Lumpur Campus. The orientation session introduced participants to the AYVP framework, the Planetary Health theme, and the 14-day schedule. Ice-breaking activities helped foster cross-cultural friendships among volunteers from Indonesia, Philippines, Thailand, Vietnam, Myanmar, Laos, Cambodia, Brunei, Singapore, and Malaysia.<\/p>\n                    <p>In the evening, a welcome dinner was hosted by the Ministry of Youth &#038; Sports Malaysia, featuring speeches from programme directors and a cultural performance by local artists. Participants received their volunteer kits and were assigned to their project groups.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- DAY 2: IMAGE KANAN, TEXT KIRI -->\n        <div class=\"day-section\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Day 2: Planetary Health Workshop<\/span>\n                <span class=\"day-date\">13 November 2024 | Kuala Lumpur<\/span>\n            <\/div>\n            <div class=\"day-flex image-right\">\n                <div class=\"day-image\">\n                    <img decoding=\"async\" src=\"URL_GAMBAR_DAY2\" alt=\"Day 2 - Workshop\">\n                    <div class=\"caption\">Planetary Health workshop session<\/div>\n                <\/div>\n                <div class=\"day-text\">\n                    <p>A full-day workshop on Planetary Health was conducted by experts from the Faculty of Medicine and Faculty of Science &#038; Technology, UKM. Topics covered included climate change impacts on human health, biodiversity loss and emerging diseases, and sustainable food systems. Participants engaged in group discussions and case studies from their home countries.<\/p>\n                    <p>In the afternoon, volunteers participated in a city-based activity at Titiwangsa Lake Gardens, where they learned about urban biodiversity and conducted a mini waste audit. The day ended with a reflection session where participants shared their personal commitments to promoting planetary health in their communities.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- DAY 3-5: IMAGE KIRI, TEXT KANAN -->\n        <div class=\"day-section\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Day 3 \u2013 5: Community Immersion in Cameron Highlands<\/span>\n                <span class=\"day-date\">14 \u2013 16 November 2024 | Cameron Highlands, Pahang<\/span>\n            <\/div>\n            <div class=\"day-flex image-left\">\n                <div class=\"day-image\">\n                    <img decoding=\"async\" src=\"URL_GAMBAR_DAY3\" alt=\"Day 3 - Cameron Highlands\">\n                    <div class=\"caption\">Community project in Cameron Highlands<\/div>\n                <\/div>\n                <div class=\"day-text\">\n                    <p>Volunteers travelled to Cameron Highlands for a 3-day community immersion. The focus was on understanding the environmental challenges faced by local indigenous (Orang Asli) communities and smallholder farmers, including deforestation, water pollution from agricultural runoff, and climate variability.<\/p>\n                    <p>Participants worked alongside community members to implement small-scale projects: planting native trees along riverbanks, setting up organic vegetable plots, and conducting health screenings. Evening sessions included cultural exchanges and storytelling by Orang Asli elders about their traditional knowledge of forest conservation.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- DAY 6-13: IMAGE KANAN, TEXT KIRI -->\n        <div class=\"day-section\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Day 6 \u2013 13: Project Implementation &#038; Capacity Building<\/span>\n                <span class=\"day-date\">17 \u2013 24 November 2024 | Multiple Locations<\/span>\n            <\/div>\n            <div class=\"day-flex image-right\">\n                <div class=\"day-image\">\n                    <img decoding=\"async\" src=\"URL_GAMBAR_DAY4\" alt=\"Project implementation\">\n                    <div class=\"caption\">Volunteers working with local farmers<\/div>\n                <\/div>\n                <div class=\"day-text\">\n                    <p>Participants were divided into four project teams focusing on different aspects of planetary health:<\/p>\n                    <ul style=\"margin-left: 1.5rem; margin-bottom: 0.8rem;\">\n                        <li><strong>Team Biodiversity:<\/strong> Conducted tree-planting and river clean-up in collaboration with the Department of Environment.<\/li>\n                        <li><strong>Team Sustainable Agriculture:<\/strong> Trained local farmers on composting and organic pest control methods.<\/li>\n                        <li><strong>Team Climate &#038; Health:<\/strong> Organized community awareness campaigns on heat stress and vector-borne diseases.<\/li>\n                        <li><strong>Team Waste Management:<\/strong> Implemented a plastic waste segregation and recycling pilot project in a village.<\/li>\n                    <\/ul>\n                    <p>Mid-program evaluation was conducted on Day 10, with mentors providing feedback and guidance. Volunteers also attended skill-building sessions on project management, monitoring &#038; evaluation, and digital storytelling.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- DAY 14: IMAGE KIRI, TEXT KANAN -->\n        <div class=\"day-section\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Day 14: Closing Ceremony &#038; Project Showcase<\/span>\n                <span class=\"day-date\">25 November 2024 | Kuala Lumpur<\/span>\n            <\/div>\n            <div class=\"day-flex image-left\">\n                <div class=\"day-image\">\n                    <img decoding=\"async\" src=\"URL_GAMBAR_DAY5\" alt=\"Closing ceremony\">\n                    <div class=\"caption\">Closing ceremony and certificate presentation<\/div>\n                <\/div>\n                <div class=\"day-text\">\n                    <p>The final day featured a Project Showcase where each team presented their community project outcomes, lessons learned, and sustainability plans. The event was attended by representatives from the Ministry of Youth &#038; Sports, UKM, ASEAN Secretariat, and local NGOs.<\/p>\n                    <p>The closing ceremony celebrated the volunteers&#8217; achievements with certificates and awards for outstanding contributions. Participants expressed their commitment to continue promoting planetary health initiatives in their home countries, forming an ASEAN alumni network for ongoing collaboration.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Gallery -->\n        <div class=\"gallery-section\">\n            <h3>Gallery: AYVP Malaysia 2024<\/h3>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_1\" alt=\"Activity 1\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_2\" alt=\"Activity 2\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_3\" alt=\"Activity 3\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_4\" alt=\"Activity 4\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_5\" alt=\"Activity 5\"><\/div>\n                <div class=\"gallery-item\"><img decoding=\"async\" src=\"URL_GAMBAR_GALERI_6\" alt=\"Activity 6\"><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- SDG -->\n        <div class=\"sdg-section\">\n            <h3>Alignment with Sustainable Development Goals (SDG)<\/h3>\n            <div class=\"sdg-icons\">\n                <img decoding=\"async\" src=\"http:\/\/www.ukm.my\/i-kom\/wp-content\/uploads\/2026\/05\/Sustainable_Development_Goal_03GoodHealth.svg.png\" alt=\"SDG 3\">\n                <img decoding=\"async\" src=\"http:\/\/www.ukm.my\/i-kom\/wp-content\/uploads\/2026\/05\/images.png\" alt=\"SDG 13\">\n                <img decoding=\"async\" src=\"http:\/\/www.ukm.my\/i-kom\/wp-content\/uploads\/2026\/05\/images-1.png\" alt=\"SDG 15\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <footer>\n        ASEAN Youth Volunteer Programme (AYVP) Malaysia 2024 \u2014 Planetary Health \u00b7 UKM \u00b7 Ministry of Youth &#038; Sports Malaysia\n    <\/footer>\n<\/div>\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>AYVP Malaysia 2024 | Planetary Health AYVP Malaysia 2024 Theme: Planetary Health 2 &#8211; 15 December 2024 | Kuala Lumpur &#038; Johor, Malaysia Executive Summary<a class=\"ut-readmore\" href=\"https:\/\/www.ukm.my\/i-kom\/ayvp-2024-afrina\/\"> &#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-4792","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/pages\/4792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/comments?post=4792"}],"version-history":[{"count":4,"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/pages\/4792\/revisions"}],"predecessor-version":[{"id":4799,"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/pages\/4792\/revisions\/4799"}],"wp:attachment":[{"href":"https:\/\/www.ukm.my\/i-kom\/wp-json\/wp\/v2\/media?parent=4792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}