ADVERTISEMENT

QC gov't vows fair, unbiased probe on road rage incident after police chief's resignation

Published Aug 30, 2023 11:06 am

Quezon City Mayor Joy Belmonte said the local government will continue to pursue a fair and unbiased investigation on the road rage incident involving a former policeman and a cyclist in the city last Aug. 8.

The lady mayor made the statement following the resignation of Quezon City Police District (QCPD) director Brig. Gen. Nicolas Torre III.

Torre III filed his resignation on Wednesday, Aug. 30, to give way to the impartial investigation on the incident at the corner of Welcome Rotonda and Quezon Avenue. A video of the incident went viral on social media on Sunday, Aug. 27.

The QCPD chief told Manila Bulletin that his request to be relieved from his post is a personal decision after receiving criticisms from netizens on how the police handled the road rage incident.

He added that he decided to resign so that the issue will not drag the entire Philippine National Police down.

“I respect PBGEN Nicolas D. Torre III’s decision to tender his resignation from his post as the Quezon City Police District Director earlier today. On behalf of the city, I would also like to express my sincere gratitude for the time, effort, and dedication that he devoted to his assignment throughout his tenure,” Belmonte said in a statement on Wednesday.

“Regarding the particular incident that led to Brig. Gen. Torre’s resignation, I understand that missteps are a part of everyone’s journey, and it is the manner in which we address them that truly defines us. His willingness to take ownership of the situation is commendable,” she added.

“Nevertheless, we will continue to pursue a fair and unbiased investigation of this matter. The City Legal Department and the PLEB remain committed to ascertain the truth in pursuit of justice and accountability. At the same time, we trust that the QCPD and PNP leadership, as well as other offices and agencies having jurisdiction over this incident, will undertake the required course of action on the matter as they deem just and proper,” the mayor said.

The road rage incident involving Wilfredo Gonzales, the ex-police officer, and the cyclist occurred at around 6 p.m. on Aug. 8. at the corner of Quezon Avenue and Welcome Rotonda.

The viral video showed Gonzales hitting the head of the victim and pulling out a gun during the confrontation.

Gonzales turned himself in to the QCPD on Sunday.

A press conference was held wherein the former police officer explained that he and the cyclist immediately went to the QCPD Galas Station to talk and settle the issue through an “amicable agreement.”

Netizens criticized the said conference which allegedly gave Gonzales a platform to speak and make the city police look like they were protecting him.

Torre III earlier said that the press conference was held since Gonzales was under his custody and they were investigating the incident.

In a Facebook post on Sunday, lawyer Raymond Fortun posted screenshots of his text conversation with the cyclist, whom he identified as “AB,” who expressed concern for his life as well as the safety of his family.

Belmonte urged the cyclist to come forward and coordinate with them in the investigation, assuring that the local government will give him and his family protection and provide him legal assistance on the incident.

“Mahalaga pa rin para sa lokal na pamahalaan na makapagbigay lunas at maghatid ng hustisya sa biktima, para hindi maulit ang pag-aabuso sa kapangyarihan ninuman sa ating lungsod (It is still important for the local government to provide relief and deliver justice to the victim, so that the abuse of power from anyone will not happen again in our city. ),” Belmonte said.

“Muli ko pong binibigyang diin na walang puwang ang karahasan sa ating lungsod (Again, I emphasize that violence has no place here in our city),” she added.

Related Tags

metro news quezon city joy belmonte
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.