ADVERTISEMENT

Gearing up new youth programs

Published Feb 6, 2022 12:05 am
BETTER DAYS Senator Sonny Angara We recently chaired a Senate Committee on Youth public hearing on measures that we believe could have a tremendous impact on young Filipinos, many of whom, for the past two years, have spent a considerable portion of their time indoors, and isolated from crowds and gatherings.   For sure, the pandemic has yet to end.  But our country’s ramped up vaccination program and more effective treatment methods give us high hopes that a return to normalcy shall soon be realized. And that is why we chose to deliberate on measures establishing or institutionalizing various government programs that serve as extracurricular activities for young Filipinos, in anticipation of a more active and mobile youth population in the coming months and years.  One of these measure designates the National Competitions for Young Artists (NAMCYA) as the Philippine National Youth Development Program in Music, in recognition of the former’s contribution to the development and promotion of Philippine music as an art, and to the training of young musical prodigies across the nation.  NAMCYA, which has been around for close to five decades, conducts annual competitions to recognize outstanding young Filipino musicians. In fact, NAMCYA has produced around 130 accomplished musicians, many of whom have moved on to become well-respected music professors here and abroad. Several have won their share of international competitions, have performed to foreign audiences, and become members of world-renowned orchestras.  Some of these include Jonathan Velasco, a choral conductor who was a member of the Philippine Madrigal Singers; Alfonso ‘Coke’ Bolipata, a concert violinist who went on to create the Center for the Arts in San Antonio, Zambales; Dr. Renato Lucas, who is the current NAMCYA President and professor at the UST Conservatory; and the Loboc Children’s Choir who have won various international music competitions. With NAMCYA’s storied existence, it is only right that the government continues to provide NAMCYA funding, use of space and facilities, and other means of support.   Another measure was about establishing the Young Farmers and Fisherfolk Challenge Program, in a bid to entice more of our youth to get into agriculture or fisheries. This is especially timely as, according to a 2020 University of the Philippines (UP) Los Baños study, the average age of a farmer has gone up to 53 years old from the 46 years measured back in 1966. This measure, which calls for a whole-of-government approach, aims to increase the participation of the youth in agriculture and fisheries by outlining the roles of various government agencies in providing access to knowledge and information, land, financial services, “green-jobs,” new markets, and customer bases. By encouraging our younger population to engage in farming and fisheries, we open up the sector to fresh ideas and innovation — something which the industry badly needs. It is also our hope that, through this bill, we can make farming and fisheries more exciting, and enticing (‘sexy’ even) for the Filipino youth.  Meanwhile, the committee also approved a measure declaring Aug. 12 of every year as National Youth Day and institutionalizing the conduct of activities in line with the celebration. This measure aligns with the United Nations (UN) resolution to designate the same date as the International Youth Day as a reminder that young men and women are essential partners in community-building and human development. This is also in recognition of the numerous contributions of the youth  — whether via social media, civic works, or pioneering and innovative industries — to the overall growth of our country even in the face of a seemingly crippling pandemic.  Finally, the committee also approved a bill which mandates the Sangguniang Kabataan (SKs) to conduct a Summer Youth Camp in preparation of the increased mobility of our young Filipinos in the future. Through this measure, the SKs will work with government agencies and other youth and youth-serving organizations to conduct these camps and formulate various courses which include national situationers on youth issues, leadership, writing, public speaking, sports and fitness, mental health wellness, digital skills development, entrepreneurship, cultural awareness, environmental awareness, human rights promotion, personal development, financial education, and industries of the future.  These measures will help empower our youth to become more active participants in nation-building. We’re hopeful that once the Senate session resumes after the general elections, we may be able to further refine these bills. Anyway, Congress has always worked to ensure that the country has enough opportunities for our youth to prosper which in turn would also benefit the country in the long run.  Sen. Sonny Angara has been in public service for 17 years.  He has authored and sponsored more than 200 laws. He is currently serving his second term in the Senate. E-mail: [email protected]| Facebook, Twitter & Instagram: @sonnyangara

Related Tags

Better Days Senator Sonny Angara
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.