ADVERTISEMENT

Vaccines – òu êtes vous?

Published Oct 27, 2020 07:00 am

Everybody is waiting for the vaccine to finally be released. I am practicing my French since I miss my classes already and the title here simply means Vaccines –WHERE ARE YOU?  

In a latest report on the development of vaccines, it shows University of Oxford/Astra Zeneca leading in the preparation of the vaccine (guardian.com).   It was delayed (it was halted in early September) because of one human trial who encountered problems.  However, in a latest report last October 23, 2020 in astrazeneca.com, the Food and Drug Administration (FDA) authorized the resumption in the United States since the trials in other countries had also resumed in the past weeks. It was concluded that this one human trial who developed a spinal-cord injury is not vaccine-related.

There are more than 170 teams who are trying to develop a vaccine that is safe and will pass the standards of the Food and Drug Administration but only 11 teams are on Phase 3 -  the next stage of which is for approval for the use of vaccines. And leading the list is University of Oxford/Astra Zeneca followed by the team of Wuhan Institute of Biological Research/Sinopharm.

These developers of the vaccines are trying to race against time and hoping that the vaccine can be developed in a year to one and half years’ time. Vaccines normally require years of testing and additional time to produce at scale, but scientists are hoping to develop a coronavirus vaccine within 12 to 18 months from date of inception.

The World Health Organization (WHO) does not expect the vaccines for distribution worldwide until mid-2021 (guardian.com dated October 23, 2020). If this is true, then we have to wait for the vaccines until June of 2021.  But then it could also be longer than that since the developers

would have to take care of their country first.

While waiting for the vaccines we also need to survive. We cannot forever be on lockdown every now and then. What do we do since our GDP is declining and businesses are in the downturn? Everybody is looking forward when the real normal will be back or when the vaccine for Covid19 will be finally approved and released. But much has to be done to reverse the downturn until the vaccine will be made available.

For one, government health measures should be in place at the same time support measures for businesses especially the small entities which are the source of employment that helped in the reduction of poverty. Health measures means more facilities and improving the welfare of our health line workers. People are scared to go out because when they get sick, there are not enough hospitals they can go to and not enough Covid19 facilities to take care of the victims of such virus.

But life has to go on – we have to work and businesses has to open or it will bleed itself to death. We can contribute to the gradual revival of the economy if we just have to do our part of wearing face masks and shields, observing social distancing, constant hand washing be it soap or alcohol – this can sound repetitive – but we have to, since people have to be reminded constantly.

Government support for businesses is badly needed when businesses especially the non- essential ones are closing left and right.  “Similarly, financial support to affected firms, especially small and medium enterprises, to prevent job losses and bankruptcy, can help ensure that the recent shocks do not cause permanent damage to the country’s productive capacity and human capital,” said Achim Fock, World Bank Acting Country Director for Brunei, Malaysia, Philippines and Thailand quoted in a World Bank press release dated June 9, 2020 entitled - Philippines: Social Assistance to Poor Households, Support forSmall Enterprises Key to Broad-Based Recovery.

In the same press release, Rong Qian, World Bank Senior Economist, said the country’s digital infrastructure will play a critical role in its economic recovery. With people mostly staying in their homes in the past months, one important lesson we learned is the need for government to upgrade the country’s internet infrastructures. We ranked 119th with a 16.89 mbps average internet speed for downloads against an average of 35.96 mbps globally (source: Speedtest Global Index September 2020).

Government, businesses and citizens should see this as a wake-up call to improve on digital adoption. This pandemic opened our eyes that in order for the country to move forward we have no choice but a digital transformation in all aspects of society.

Vaccines may not readily available but we can help lift the country from the doldrums of a sluggish economy by starting to implement strategies in all these areas – health (physical, mental, emotional, spiritual), economic and digital. We are all in these together because we will all reap the benefits if we do what needs to be done.

 (Wilma Miranda is a Managing Partner of Inventor, Miranda & Associates, CPAs, and Chair of the Media Affairs Committee of FINEX, Treasurer of Negros Outsourcing Services, Inc., and member of the Board of Directors of KPS Outsourcing, Inc.  The views expressed herein do not necessarily reflect the opinion of these institutions.)
 [email protected]

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.