ADVERTISEMENT

Atom stars in film on corruption, injustice

Published May 22, 2018 09:24 am
Broadcast journalist Atom Araullo is no stranger to the camera but playing a character before it is, as he said, not as easy as drinking water. Atom Araullo (Photos from Citizen Jake's official Facebook acct.) /mb.com.ph Atom Araullo (Photos from Citizen Jake's official Facebook acct.) In “Citizen Jake,” Atom is Jake Herrera, a journalist and blogger in conflict with his family. “It is my first time (to do acting) and I would really admit na it was really challenging for me,” he told Bulletin Entertainment. While shooting, he was on “survival mode” from day to day. If anything, Atom thinks the best preparation he had was being part of the team that put the story together. Note Atom co-wrote the story of “Citizen Jake” with director Mike de Leon and Noel Pascual. “Talking about the ‘preparations,’ siguro I would say na I learned the basics like, knowing your character, memorizing lines, rehearsing with co-actors,” he explained. “But more than that, the good thing is I had a clear idea of who Jake is so I reached into my own personal experience in able to portray the role competently.” Also worth mentioning is that Atom worked with several veteran actors in the film. They are Cherie Gil, Nonie Buencamino, Dina Bonnevie, Teroy Guzman, and Lou Veloso, among others. Who’s Jake? “Jake is a person who doesn’t like showing emotions. He doesn’t like to show his vulnerable side, he doesn’t like looking like he is hurt or sad. He always wants to show his anger and aggression,” he said. Atom is fully aware this film might affect his work as a journalist in one way or another. So what, he said. “Sabi ko nga, ‘If I risk a few, maybe I would be full,’” he related. “I’m aware there are risks on how people will look at me as a journalist after this pero whatever ’di ba? This is just a special opportunity and sabi nga ng mga millennials, ‘YOLO’ (You Only Live Once). I guess whoever is put in this position – to work with Mike de Leon and to portray a journalist in a film that is politically and socially relevant – bakit ka tatanggi ’di ba?” Does this mean he is open to do more acting in the future? “Yes.” ‘Unchanging society’ “Citizen Jake” is set amid current political and social events. Jake, a journalist, is the estranged son of powerful senator Jacobo Herrera (played by Teroy de Guzman). Scenes from ‘Citizen Jake’ (mb.com.ph) Scenes from ‘Citizen Jake’ Driven by disdain for his father, he moves to Baguio City where he attempts to build a new life as a blogger and teacher. However, circumstances force him to try to solve the brutal killing of a young, female student in the university where he teaches. Jake conducts an investigation – a move that brings him face to face with corruption and his personal demons. Atom said he identifies with Jake’s doggedness and “faith in the power of stories.” The latter is characterized as an intelligent person with deep social conscience, describing him more as a “product of circumstances.” Given its theme, Atom said “Citizen Jake” is a metaphor of an unchanging society that Filipinos continue to resist. Note the film has numerous references to Martial Law and the Marcoses. According to Atom, the film is a “small contribution,” just the “latest in a series of action” that Filipinos should do in order to end corruption and tyranny. “‘Citizen Jake’ is a very thought provoking film na kailangan mapanood ng mga Pilipino lalo na ng mga kabataan,” he said. The activist Atom is no stranger to a life immersed in socio-political issues as his parents were activists. He himself is a “lider-estudyante” in college. Mike de Leon (mb.com.ph) Mike de Leon The journalist believes the country would be a better society if it could “change the system.” “Inaamin ko na may mga frustrations ako, kawalang pag-asa sa ating bayan na minsan ginusto ko na lamang umalis ng Pilipinas,” he shared. “Sabi ko nga, ang hirap mahalin ng Pilipinas. Nu’ng pumunta ako ng ibang bansa, tinatanong ko bakit dito kapag pwede kong iwan ang cell phone ko at pwede ko ring balikan na walang kumukuha. Bakit hindi makaalpas ang Pilipinas sa ganitong klaseng burak? “Mula sa aking mga karanasan, dinala ako sa pagkakataong ito kung saan naging bahagi ako ng isang pelikulang mahalagang mapanuod ng mga kababayan natin. Naniniwala ako na itong ‘Citizen Jake’ ay isang ambag sa lipunan para sa isang mabuting kinabukasan.” Completing the cast are Gabby Eigenmann, Luis Alandy, Richard Quan, Anna Luna, Elora Españo, and Max Collins. Produced by Cinema Artists Philippines and distributed by Solar Pictures, “Citizen Jake” hits cinemas tomorrow.
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.