ADVERTISEMENT
970x220

5.3-magnitude quake jolts Quezon province; tremors felt in Metro Manila

Published Sep 4, 2024 12:42 am
IMG_4219.jpeg
Phivolcs

The Philippine Institute of Volcanology and Seismology (Phivolcs) recorded a 5.3-magnitude earthquake in Quezon province on Wednesday morning, Sept. 4.

The quake occurred at 7:16 a.m. and its epicenter was located 43 kilometers northeast of Jomalig, Quezon.

Phivolcs said the tremor was felt at Intensity III (weak) in Quezon City.

Its instruments also recorded the earthquake at Intensity IV (moderately strong) in Jose Panganiban in Camarines Norte, and Intensity III in Mauban, Guinayangan, Alabat, and General Nakar in Quezon; Daet in Camarines Norte; and Tinambac in Camarines Sur.

It was also recorded at Intensity II (slightly felt) in Dingalan in Aurora; Gumaca, Lopez, Mulanay, and Calauag in Quezon; Sagnay, Pasacao, and Ragay in Camarines Sur; Los Baños in Laguna; Marikina City in Metro Manila; and Tagaytay City in Cavite.

Meanwhile, it was registered at Intensity I (scarcely perceptible) in Dolores and Lucban in Quezon; Calamba City in Laguna; Boac in Marinduque; Iriga City in Camarines Sur; Antipolo City and Tanay in Rizal; San Rafael and Marilao in Bulacan; Tabaco City in Albay; and Pasig City and Caloocan City in Metro Manila.

The initial event was followed by a 4.9-magnitude quake at 7:55 a.m., with an epicenter located 39 kilometers northeast of Jomalig, Quezon.

It was felt at Intensity IV in Polillo in Quezon; Intensity III in Guinayangan, Alabat, Tagkawayan, Calauag, and Panukulan in Quezon province, and in Makati City and Quezon City in Metro Manila; and Intensity II  in Lopez and Gumaca in Quezon province.

Phivolcs said the earthquakes were tectonic, which means they were caused by the movement of an active fault near the area.

While no immediate damage was anticipated, Phivolcs warned that aftershocks may occur.

Related Tags

PHIVOLCS 5.3-magnitude earthquake
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.