ADVERTISEMENT

Cebu, Bohol celebrate National Arts Month

Published Feb 12, 2019 05:50 pm
By Minerva Newman CEBU CITY— Cebu Arts Council of Cebu Foundation (CACF) in partnership with the National Commission on Culture and Arts (NCCA) and SM Seaside City Cebu, is celebrating the “Extraordinary Arts Month” campaign transforming the SM Seaside City into a canvas for visual arts, music and performing arts for the month of February. The provincial government of Bohol, meanwhile, pays tribute to the seven arts: Music, Dance, Drama, Literature, Visual Arts, Architecture, and Film. Children play their ukulele and rondalla instruments as they perform at SM Seacide City for the Extraordinary Arts Month Launch in partnership with the Arts Council of Cebu and National Commission of Culture and the Arts where various artists also perform live painting at the Cube wing atrium of the mall. (JUAN CARLO DE VELA) Children play their ukulele and rondalla instruments as they perform at SM Seaside City for the Extraordinary Arts Month Launch in partnership with the Arts Council of Cebu and National Commission of Culture and the Arts where various artists also perform live painting at the Cube wing atrium of the mall. (JUAN CARLO DE VELA) The Cebu campaign is headed by Dr. Vivina Chiu, CACF president to showcase different forms of arts such as concerts, performances, workshops, and exhibits featuring the works of art­ists in and outside of Cebu. In her opening remarks, Chiu hoped that the celebration would help awaken and nurture the Cebuanos’ art consciousness. To make the arts month more im­mersive and interactive there will be a workshop on creative writing, paper engineering and film-making using cell­phone cameras, courtesy of the NCCA and a music club was also formed to spark appreciation for music among the youth, Chiu said. The highlights for the month’s events will include award-winning images from the Photography Club of Cebu; a Meaningful Harvest ex­hibit from the Southwestern University PHINMA; Scale Model and Visual Arts exhibit from the University of San Carlos School of Architecture and Fine Arts; a musical concert by international pianist and composer Dingdong Fiel, with Korean harpist Kyongmin Nam; a musical performance by the Libera all-boys Choir; classical and contemporary dance performances by the Turning Point School of Ballet Performance. The February campaign will cul­minate in “Sayaw Pinoy”, a show that will feature dancers from all over the Philippines. According to a report from Rey Chiu, provincial manager of the Philippine Information Agency (PIA) in Bohol, that as tribute to Bohol’s cultural icons, the provincial government, through its Cen­ter for Culture and Arts Development (CCAD) in cooperation with the city government of Tagbilaran, the National Museum Branch of Bohol, and the Bo­hol Arts Culture and Heritage Council (BACH), will pay tribute to the arts. The opening of the Bohol Arts Month on Feb. 6 at the Bohol Cultural Center will be graced by movie icons, Liza Dino-Seguerra, chairperson of the Film Development Council of the Philippines, and award-winning The­ater Actor and Drama and Film Direc­tor Joel Lamangan (MIFF 2019 Best Film Director for Rainbow’s Sunset). They will speak on the Art of Film and its potential in expanding the creative industries of Bohol. For the arts of Dance, Music, and Literature, a dance showcase will be performed at the Meridian Hotel on Feb. 16 with Creative Movement EU­RYTHMY Workshop with Switzerland-based PETA artist Jose Purisima and a Dance Showcase on Feb. 21. On Feb. 24 to March 2 there will be Mu­sic Theater Voice Workshop with American artist Allison England and a Yoga Training Workshop with Guillaume Morgan from France and Heritage Arts Talks at the National Museum Branch of Bohol. Chiu said for the arts of Theater and Drama: An International Playwriting Workshop with playwright –teachers from Europe and USA from February 25-27; and a Visayan-wide Theater Festival and Congress with 7 theater groups from all over the region, with performances and demonstrations towards the establishing of a Philippine Theater Academy. The government of Tagbilaran will also hold the following activities: Arts Contests on Feb, 28 at the Island City Mall Activity Center in the following fields: Balak, Kuradang de Saulog, Fruit Carving, Saulog Head Dress Making. (with reports from Clyde Piczon and Franz EJ Fua, USC interns)
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; } }

{{ static_articles_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.