ADVERTISEMENT

Gasps and awe as supermoon rises over erupting Mayon volcano

Published Feb 1, 2018 07:42 am
By Agence France-Presse Filipinos sheltering from the erupting Mayon volcano gasped in delight as an orange full-moon eclipse shone above the mountain's smouldering crater Wednesday in what was both a once-in-a-lifetime double spectacle and a rare moment of relief. Mount Mayon -- the country's most active volcano -- has been spewing spectacular but potentially lethal ash and lava for the last fortnight, forcing some 90,000 people into cramped safe zones where sanitation conditions are dire. The 'super blue blood moon' obscured by clouds illuminates Mayon volcano as it spews ash near Legazpi City, Albay province, early on February 1, 2018. (AFP PHOTO / TED ALJIBE / MANILA BULLETIN) The 'super blue blood moon' obscured by clouds illuminates Mayon volcano as it spews ash near Legazpi City, Albay province, early on February 1, 2018. (AFP PHOTO / TED ALJIBE / MANILA BULLETIN) But the "super blue blood moon", the first to be seen in 36 years, provided a moment of awe, entertainment and reflection for many of those gazing skywards Wednesday evening. At schools in the towns of Ligao and Guinobatan where hundreds of refugees from the volcano were crammed, up to 80 in each classroom, children and adults alike squealed as the moon first took on a spectacular crimson hue. "I feel happy seeing the moon but also nervous especially now that the volcano is erupting," Richel Toledo, a 38-year-old pig-rearer, told AFP. "I don't understand if this is some kind of mystery that is unfolding." The celestial show was the result of the Sun, Earth, and Moon lining up perfectly for a lunar eclipse just as the Moon is near its closest orbit point to Earth, making it appear "super" large. It is the second full Moon within the same month, a phenomenon called a "blue" Moon which has nothing to do with its color. The "blood" in the name comes from the reddish brown color the Moon takes on when Earth enters between it and the sun, cutting off the light rays that usually brighten the lunar surface. Beautiful and scary For superstitious farmers who fled Mayon's wrath, some viewed the celestial spectacle as a bad omen as they fret about the crops and livestock they had to leave behind. "It's scary because this happened along with the volcano's eruption," Helen Ocbian, 38, told AFP inside one of the classrooms in Ligao. "We have been evacuating for years and this is the first time we saw the moon this big." Others simply revelled in the moon's beauty. The moon in total eclipses is seen from Legazpi City, Albay province, south of Manila on January 31, 2018. (AFP PHOTO / TED ALJIBE / MANILA BULLETIN) The moon in total eclipses is seen from Legazpi City, Albay province, south of Manila on January 31, 2018.
(AFP PHOTO / TED ALJIBE / MANILA BULLETIN) "It's huge and bright. It's exciting to see. God created this beautiful moon and the volcano," farmer Jose Almesolano, 75, told AFP at another school in nearby Guinobatan town. For those living under the shadow of Mayon, its periodic eruptions -- now 52 in the past 400 years -- are a lot more common than a super blue blood moon. It is the most active of 22 volcanoes in the Philippines, a country which is itself part of the Pacific "Ring of Fire" of islands formed by volcanic activity. The old church belfry of Cagsawa town juts out of the grass more than two centuries after Mayon buried 1,200 of its residents alive in a catastrophic 1814 eruption. The country and much of the world last saw a super blue blood moon in 1982, Nico Mendoza, astronomer for the government's Philippine Atmospheric, Geophysical and Astonomical Services Administration told AFP. "The next time we (in the Philippines) will be seeing one is on January 31, 2037," he added. Those around Mount Mayon hope the volcano has quietened down by then.
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.