ADVERTISEMENT

As vaccines are rolled out, questions remain

Published Dec 27, 2020 10:21 am

European countries are following the United States, Britain and a handful of other countries to begin rolling out coronavirus vaccines.

A doctor shows a syringe at the Sao Joao Hospital in Porto, where the first batch of Covid-19 vaccine arrived on December 26, 2020, one day before the coronavirus vaccination program starts in Portugal (MIGUEL RIOPA AFP / MANILA BULLETIN)

The rapid development and approval of drugs has been hailed the world over, questions remain about the availability, effectiveness and side effects of the jabs.

- How many vaccines? -

It usually takes roughly 10 years to develop and market a new vaccine, but the process was vastly accelerated for Covid-19.

A vaccine developed by the American company Pfizer and the German company BioNTech was approved for use in Britain on December 2. Thousands of older people have since received the first dose.

A total of 16 countries and the European Union have given the green light to the Pfizer-BioNTech vaccine.

The US Food and Drug Administration granted emergency authorisations to the Pfizer-BioNTech drug and another jab from the American company Moderna. 

Russia began vaccinations on December 5 with its domestic drug Sputnik V, which is still in its third phase of clinical trials. China has already given the go-ahead for emergency use of some of their vaccines, even though none have yet been formally approved.

A total of 16 vaccines are in the final stage of development, including those already on the market, the World Health Organization says. 

- What is the EU's roll-out timetable? ' -

Vaccinations can begin from Sunday following approval of the Pfizer-BioNTech jab by the European Medicines Agency (EMA).

Each member country will take the lead in defining their priorities with the rollout.

But three member states -- Germany, Hungary and Slovakia -- started vaccinations a day early on Saturday. 

- Which vaccine is most effective? -

Since 9 November, four manufacturers have announced that their vaccine is effective: Pfizer-BioNTech, Moderna, the British alliance AstraZeneca-University of Oxford and the Russian state institute Gamaleia.

These announcements are based on phase 3 clinical trials that involve tens of thousands of volunteers. 

However, detailed and validated data are available only for the Pfizer-BioNTech and AstraZeneca-Oxford drugs.

The scientific journal The Lancet confirmed on December 8 that AstraZeneca's vaccine was 70 percent effective on average. 

The FDA confirmed the Pfizer-BioNTech vaccine at 95 percent efficacy with Moderna claiming 94.1 percent for its drug. Russia claims a 91.4 percent efficacy for its Sputnik V vaccine.

The AstraZeneca-Oxford vaccine is the least expensive at around €2.50 per dose). The vaccines from Moderna and Pfizer/BioNTech have a logistical handicap, as they can only be stored over the long term at very low temperatures (-20° Celsius for the former, -70°C for the latter). 

- What are the side effects? -

Experts insist that with clinical trials carried out on tens of thousands of volunteers, any major risk would have already been detected. But rarer side effects, or those affecting specific patient profiles, cannot be ruled out. 

According to the FDA, the Pfizer-BioNTech vaccine can result in painful reactions on the arm where the injection is made. Other undesirable side effects include fatigue, headaches, cramps and, more rarely, fever. 

- Further outstanding issues - 

The most important is the long-term efficacy. 

Penny Ward of King's College in London said key questions were how long would protection last and could the virus eventually mutate and no longer be covered by the vaccine? 

Another crucial question is whether the vaccines act differently in populations most at risk, starting with elderly people who are more likely to develop a serious form of Covid-19. 

It also remains to be seen whether these vaccines block the transmission of the virus, and also reduce the severity of the disease in those who have received the jab. 

- Is the vaccine less effect against the new strain? -

European Union experts believe that the current vaccines against Covid-19 remain effective against the new strain of the virus detected in Britain and elsewhere, which is thought to be more infectious. 

"At the moment there is no evidence to suggest" that the Pfizer-BioNTech vaccine "is not effective against the new variant", the European Medicines Agency said. 

Co-director of the German laboratory BioNTech, Ugur Sahin, echoed that message, adding that his company would in any case be in a position to provide a vaccine for a new strain of Covid-19 within six weeks.

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.