ADVERTISEMENT

'Pag-ila 2023' forum for candidates for SK chair in Cagayan de Oro set

Published Oct 24, 2023 05:10 am

CAGAYAN DE ORO CITY – A school-based organization here urged voters to participate in a two-day forum that aims to provide them with an avenue to hear the platforms of candidates for chairman in the Sangguniang Kabataan (SK) elections on October 30.

The two-day forum dubbed “Pag-ila 2023: Kabataan, Pag-asa ng Bayan” led by the Xavier University (XU)-Ateneo de Cagayan Central Student Government (CSG) is a project dedicated “to highlight local youth governance and stronger democracy” for aspiring young leaders.

PAGILA 2023.jpg

ORGANIZERS prepare for the question-and-answer segment of the ‘Pag-ila 2023: Kabataan, Pag-asa ng Bayan’ press conference at the Xavier University-Ateneo de Cagayan on Monday, October 23. (Franck Dick Rosete)

The gathering will be conducted at the XU Grade School Auditorium in Barangay Macasandig on October 25 for candidates from District 1 and October 26 for bets from District 2.

Loren Emmanuelle Ebarle, co-project head of Pag-ila 2023, said the project aims to empower informed voters. 

“Recognizing candidates by face value is definitely not enough and voters should know their advocacies and what they stand for,” Ebarle said in a press conference on Monday, October 23.. “If they are the ones who will be elected into office, their advocacies are the guide to their way of leadership,” Ebarle added. 

The project’s objectives are: Identify and showcase candidates for SK chairman in this city, foster informed voters, and empower youth engagement in grassroots governance.

The organization has partnered with the Oro Youth Development Council to ensure that questions asked of candidates in the forum are data-driven, especially on various issues in their localities, including election-related issues such as vote-buying.

PAGILA 2022.jpg

CANDIDATES for Cagayan de Oro City councilor in the local elections in 2022 join the Pag-ila event at Xavier University-Ateneo de Cagayan. (Pag-ila 2023 Facebook)

The Commission on Elections (Comelec)-Cagayan de Oro is one of its partners and has sent invitations to participating candidates.

Organizers acknowledged the hectic schedule of the candidates who have only 10 days to campaign. They stressed that Pag-ila 2023 is a supplemental venue for showcasing their platforms but are not required to attend the activity.

Student organizations here have been tapped to promote the event. Individuals who want to join the forum were asked to fill out the registration form in the Pag-Ila 2023 Facebook page.

Joanna Camille Aparece, co-project head of Pag-ila 2023, said they will release evaluation forms to determine if participants learned from the event and underscored the importance of success indicators.

Athasha Claire Namoc, co-public relations director of Pag-ila 2023, said the project continues after the election as they, in partnership with XU-Social Involvement and Advocacy Program (XU-SIAP), also aims to provide a platform for elected officials to share their accomplishments.

“Because at the end of the day, we really want the community to have fulfilled promises and not just false promises to our people,” Namoc said.

The XU-SIAP also presented during the press conference the “Dapat Lang!” campaign that promotes active political engagement for the barangay and SK elections.

LANG is an acronym for the campaign's key focus areas – Learn about the electoral process and candidates for informed participation; Advocate for the community's priority concerns; Nurture candidates for effective leadership, and Guard the entire electoral process for fairness, transparency, and integrity.

Pag-ila 2023 will also focus on the SK Federation elections.

Related Tags

Cagayan de Oro City BSKE
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.