MANILA, Philippines — The reopening of cinemas and different vacationer sights in Metro Manila and different areas the place COVID-19 circumstances stay excessive was opposed yesterday by Vice President Leni Robredo, who requested whether or not the choice was “backed by science.”
“It’s a trigger for concern. I actually don’t know what the science behind it’s,” Robredo stated in her Sunday radio broadcast over dzXL.
COVID-19 response policymaker, the Inter-Company Activity Drive for the Administration of Rising Infectious Illnesses (IATF), has all the time claimed its choices had been based mostly on science.
This time, Robredo questioned if the choice to reopen extra companies working in closed areas was “backed by science,” noting that the nation has but to decelerate the transmission of the virus.
The Vice President stated there’s a greater threat of COVID-19 transmission in enclosed areas comparable to cinemas and video arcades.
“We perceive that we have to reopen the financial system… however the persons are nonetheless afraid to exit,” she stated.
Aside from cinemas, the IATF has allowed driving colleges, libraries, museums, video arcades, theme parks and vacationer sights on the whole neighborhood quarantine (GCQ) areas to renew operations.
“The easiest way to reopen the financial system is to successfully handle the rising transmission and make sure the nation’s provide of COVID-19 vaccines,” Robredo stated.
She additionally lamented the dearth of representatives from native authorities models within the decision-making technique of the IATF.
Metro Manila mayors are planning to attraction the duty power’s newest determination, saying they weren’t correctly consulted.
“I wrote a letter to the IATF mid final 12 months and I made some ideas, amongst these is the inclusion of representatives from barangays, municipalities, cities and provinces. For this explicit cause, they’re those who know the state of affairs on the bottom,” Robredo stated.
She stated different nations that loosen quarantine restrictions prioritize the opening of public transportation and colleges.
She has lengthy been proposing the conduct of face-to-face courses in areas with out native transmission of COVID-19.
In the meantime, the Catholic Bishops’ Convention of the Philippines (CBCP) reminded the devoted to proceed following well being protocols as church buildings in GCQ areas, together with Metro Manila, are actually allowed 50 % capability.
“Whereas some protocols are actually being relaxed, we urge the general public to nonetheless train warning as COVID-19 hasn’t been extinguished but from our midst,” stated Fr. Jerome Secillano, CBCP public affairs committee govt secretary.
The IATF has allowed the elevated attendance for non secular gatherings beginning right now, forward of Ash Wednesday on Feb. 17 and a number of actions marking 500 years of Christianity within the nation.
For the reason that begin of the COVID-19 pandemic, Catholic church buildings have been strictly abiding by the well being protocols and tips issued by the IATF to make sure that their parishioners are protected from the extremely contagious illness.
“We’re nonetheless not protected from this virus and its unpredictable nature makes it actually a risk to everybody’s well being,” warned Secillano, including that well being and security protocols carried out by the church would proceed.
These embrace correct spacing in pews and church areas, bodily distancing, disinfecting seats after each mass, and assigning entry and exit doorways. — Evelyn Macairan
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }