ADVERTISEMENT

Pasay City rolls out urban farm tourism program

Published Jul 10, 2021 02:18 pm

Pasay City’s 60 barangay chairmen completed their three-day trainer’s course on urban farm tourism in Silang, Cavite.

The seminar-workshop dubbed as Pasay City Farm Tourism was held from July 7 to 9 at the International School for Sustainable Tourism in Barangay Biga II.

The trainers’ course is an initiative of Pasay City Mayor Emi Calixto-Rubiano, together with the Pasay City Tourism and Cultural Development Office, and the ISST. It was sponsored by the Philippine Exporters Confederation (PhilExport) in cooperation with the local government unit of Silang, Cavite.

The program aims to clean and green Pasay City through various urban farming techniques like vertical gardening and plastic container gardening.

The concept of urban farm tourism is to seize tourism opportunities by showcasing successful “greening” projects at the barangay level.

The program aims to encourage the city’s youth to appreciate the worthwhile activity and eventually venture into urban farming.

Moreover, the program is seen as an opportunity for the barangays to revive local culture, traditions, and food history.

Urban farm tourism hopes to empower urban youth duelers to be more engaged in agriculture for environmental sustainability and food security.

Teresita C. Robles, Founder of "Aasenso sa Green and Clean" and head of the Pasay City Heritage and Cultural Commission, said urban farm tourism aims to bring farming to the city and ensure food security among its constituents, especially amid the pandemic.

“First and foremost, planting is beneficial to our health and second and boost food security. This was initiated by the mayor when she founded I Care for Mother Earth. We as citizens have the duty and responsibility to take care of our environment and Mother Earth,” says Robles.

Dr. Mina Gabor, chairman and president of International School for Sustainable Tourism and former secretary of the Department of Tourism, said with urban farm tourism, agriculture is becoming “sexy” for the youth.

“Our farmers are aging and the youth are not very interested in farming. Our school wants to change this and right now, we have started to generate awareness and the youth are becoming attracted to urban farming,” Gabor, who is a Sulong Pasay convenor, said.

George Tiopes, head of Pasay City Tourism Department, said urban farming is the way to go for Pasay City.

“Even with the concrete surrounding we have, it is not impossible to grow vegetables. We can do it vertically, we can do hydroponics, or even grow vegetables in plastic containers,” he said.

He said he plans to encourage barangay officials to develop a space that can later be part of a tourism package to be offered by the Pasay City Tourism Department.

Sergio Ortiz-Luis, president and chief executive officer of the Philippine Exporters Confederation, Inc. (PhilExport) and a convener and co-founder of Sulong Pasay, said that while urban farming is not an entirely new concept, integrating it with tourism somehow spices up the endeavor.

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.