ADVERTISEMENT

This zine collection honors Cirilio Bautista, the National Artist for Literature

Published Jun 2, 2021 11:51 am

Commemorating the poet and author, along with his masterpiece The Trilogy of Saint Lazarus

MAGS FOR THE NATIONAL ARTIST The zine set, produced by the Benilde center for campus Art, dedicated to Cirilo Bautista

A celebrated achievement in Philippine literature, the Trilogy of Saint Lazarus is a masterpiece of an epic poem about the development of the Filipino soul toward liberation. The title brings together three of National Artist for Literature Cirilo Francisco Bautista’s works namely The Archipelago (1970), Telex Moon (1981) and Sunlight on Broken Stones (1999). It had earned him several recognitions, among which are the National Centennial Commission First Prize in Epic Writing, the Manila Critics Circle National Book Award, and the Book Development Association of the Philippines Gintong Aklat Award.

The texts, which collectively took 30 years to finish, not only synthesize nationhood but have shaped the modern landscape of Filipino literature today. The creative retelling of Philippine history and its remarkable author has recently inspired the conception of a new zine collection.

Honoring the life and work of the late renowned poet, critic, and nonfiction writer is a compilation of 21 art zines named after his trilogy. The anthology titled Trilogy of Saint Lazarus was rendered by contemporary architects and artists, including Nel Banaag, Gringo Benedicto, Blic, Gab Brioso, Tricia Castillo, Julius Clar, Mariah Concepcion, Jackie Cruz, Bayani Galera, Winna Go, Miguel Infante, Doktor Karayom, Charles Mañez, Stephen Matti, Regina Morales, Walther Ocampo, Levyn Purcil, Robin Ravago, Gabby Rosario, Isola Tong, and Thea Torres. The introduction was written by De La Salle-College of Saint Benilde (DLS-CSB) Manila and La Salle Green Hills (LSGH) president, Brother Edmundo Fernandez FSC.

LITERARY ICON Cirilo Bautista was conferred the National Artist of the Philippines award in 2014

The zine set is produced by the Center of Campus Art (CCA), curated by CCA director Architect Gerry Torres with Architect Harvey Vasquez of Benilde Architecture. The first 40 copies will be gifted to the family and literary friends of Bautista as well as to the artists involved in sharing their talent for the homage.

The texts, which collectively took 30 years to finish, not only synthesize nationhood but have shaped the modern landscape of Filipino literature today.

There is also a digital installation called “House of Words,” which reimagines the Quezon City home of Bautista and his wife Architect Rose Marie, the former dean of DLS-CSB School of Design and Arts.

COLLECTIBLE These magazines bundled together create the anthology Trilogy of Saint Lazarus

Architecture students Tracie Bejar, Bea Carague, Jackie Cruz, Janelle Gan, Kevin Nuñez, Emilio Tenorio, and Aaron Yu, in collaboration with Multimedia Arts students Marco Ajero, Gelo Fabian, Enrique Masias and Raine Sanciangco curated phrases and stanzas from the epic poem and used a “Text as Image” concept to reinvent the house. Environmental graphics and architectonic volumes were employed.

The new book and the digital installation are both part of an exhibit dedicated to the late National Artist.

Originally a physical exhibition launched in 2020, the virtual gallery may now be accessed at www.thetrilogyofsaintlazarus.com.

Related Tags

Cirilio Bautista trilogy National Artist for Literature Magazine filipino collection
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.