ADVERTISEMENT

The many passions of Dennis Marasigan

Published Nov 9, 2022 08:43 am

New CCP artistic director shares his vision

There’s a new vice president and artistic director at the Cultural Center of the Philippines (CCP) and he’s a jack of all trades—Dennis Marasigan. To be called that moniker is a compliment as it was originally meant for William Shakespeare.

Dennis Marasigan

Dennis used to accompany Irma Idlawan to her shoots and hang around the film set. As an independent filmmaker, he was recognized in his film debut, Sa North Diversion Road, which was awarded the 2006 Golden Screen Awards’ Best Adapted Screenplay.

But decades before that, he was working behind the scenes with prominent directors Joey Gosiengfiao, Laurice Guillen, Pio de Castro III, Tikoy Aguiluz, and Ishmael Bernal.

"Sa North Diversion Road'

On television, Dennis was assistant director in the popular series My Korean Jagiya, Encantadia, Because of You, and Got to Believe, among others. You would also recognize his face as Vice-President Ezekiel Lopez, yes he is also an actor, last seen in GMA Network’s First Lady.

Cast of 'Liberation'

This year alone, his love for theater was evident as he directed for Tanghalang Pilipino (Doc Resurreccion: Gagamitin ang Bayan), the Metropolitan Theater (Pasyong Pilipino), Virgin Labfest (Liberation), and Teatro Europa (Antigone in Molenbeek). Dennis is also an adviser to the Tanghalang Pilipino Actors Company and the Mapua Tekno Teatro. He heads the performing arts program at Mint College.

'Doc Resureccion' cast and artistic staff with Dennis Marasigan (second from right standing)

There is so much more Dennis can offer. He participated in congressional hearings supporting legislation for arts and culture as part of his commitments at Creative Industry Philippines, National Live Events Philippines, and Artists Welfare Project Inc.

When he was asked if he was interested in the CCP position, Dennis ran out of reasons to say no. “After all, I had worked with the CCP and its resident companies for the most part of the last five decades, almost 19 years as a full-time employee,” he says. “All my four children have childhood memories of the CCP as part of their growing-up years.”

MINT College Performing Arts graduates 2022

The 2007 Cinemalaya Independent Film Festival Best Screenplay winner’s priority is to bring cultural events back to normal. “I believe the first order of business would be to help shepherd the transition back from the pandemic restrictions,” he says. “Then, there is the closure of the CCP building for the next two years, which means re-focusing and even re-purposing the CCP’s programs.”

His role is to steward and ensure that current programs will be accomplished for the benefit of the artistic and cultural sectors and the Filipino society using the CCP values of artistic excellence, respect, openness, and integrity.

'Anatomiya ng Korupsyon'

As a freelancer, he was able to do a lot of things he was passionate about. “I will have to adjust the time I spend doing these and basically move my work station from home to the CCP offices,” says the former executive director to the Movie and Television Review and Classification Board (MTRCB).

What should we look forward to at the CCP in the coming years? “These are challenging times but it would be safe to say the CCP will continue to be at the forefront of cultural development in the country, not only for artists and cultural workers but, more importantly for every Filipino,” says Dennis.

Related Tags

Dennis Marasigan Cultural Center of the Philippines Arts and Culture
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.