Skip to main content

China admits that it’s COVID-19 vaccine isn’t very effective: official

 https://nypost.com/2021/04/11/chinese-covid-19-has-low-effectivness-official/

BEIJING — In a rare admission of the weakness of Chinese coronavirus vaccines, the country’s top disease control official says their effectiveness is low and the government is considering mixing them to give them a boost.

Chinese vaccines “don’t have very high protection rates,” said the director of the China Centers for Disease Control, Gao Fu, at a conference Saturday in the southwestern city of Chengdu.

Beijing has distributed hundreds of millions of doses in other countries while also trying to promote doubt about the effectiveness of Western vaccines.

“It’s now under formal consideration whether we should use different vaccines from different technical lines for the immunization process,” Gao said.

The effectiveness rate of a coronavirus vaccine from Sinovac, a Chinese developer, at preventing symptomatic infections has been found to be as low as 50.4% by researchers in Brazil. By comparison, the vaccine made by Pfizer has been found to be 97% effective.

Beijing has yet to approve any foreign vaccines for use in China, where the coronavirus emerged in late 2019. 

Gao gave no details of possible changes in strategy but mentioned mRNA, a previously experimental technique used by Western vaccine developers while China’s drug makers used traditional technology.

“Everyone should consider the benefits mRNA vaccines can bring for humanity,” Gao said. “We must follow it carefully and not ignore it just because we already have several types of vaccines already.” 

Gao previously raised questions about the safety of mRNA vaccines. He was quoted by the official Xinhua News Agency as saying in December he couldn’t rule out negative side effects because they were being used for the first time on healthy people. 

Chinese state media and popular health and science blogs also have questioned the safety and effectiveness of the Pfizer vaccine, which uses mRNA. 

As of April 2, some 34 million people have received both of the two doses required by Chinese vaccines and about 65 million received one, according to Gao. 

Experts say mixing vaccines, or sequential immunization might boost effectiveness rates. Trials around the world are looking at mixing of vaccines or giving a booster shot after a longer time period. Researchers in Britain are studying a possible combination of Pfizer and AstraZeneca vaccines.

 

 

 

 

 

Comments

Popular posts from this blog

Logic Analyzer with STM32 Boards

https://sysprogs.com/w/how-we-turned-8-popular-stm32-boards-into-powerful-logic-analyzers/ How We Turned 8 Popular STM32 Boards into Powerful Logic Analyzers March 23, 2017 Ivan Shcherbakov The idea of making a “soft logic analyzer” that will run on top of popular prototyping boards has been crossing my mind since we first got acquainted with the STM32 Discovery and Nucleo boards. The STM32 GPIO is blazingly fast and the built-in DMA controller looks powerful enough to handle high bandwidths. So having that in mind, we spent several months perfecting both software and firmware side and here is what we got in the end. Capturing the signals The main challenge when using a microcontroller like STM32 as a core of a logic analyzer is dealing with sampling irregularities. Unlike FPGA-based analyzers, the microcontroller has to share the same resources to load instructions from memory, read/write th...

The Difference Between LEGO MINDSTORMS EV3 Home Edition (#31313) and LEGO MINDSTORMS Education EV3 (#45544)

http://robotsquare.com/2013/11/25/difference-between-ev3-home-edition-and-education-ev3/ This article covers the difference between the LEGO MINDSTORMS EV3 Home Edition and LEGO MINDSTORMS Education EV3 products. Other articles in the ‘difference between’ series: * The difference and compatibility between EV3 and NXT ( link ) * The difference between NXT Home Edition and NXT Education products ( link ) One robotics platform, two targets The LEGO MINDSTORMS EV3 robotics platform has been developed for two different target audiences. We have home users (children and hobbyists) and educational users (students and teachers). LEGO has designed a base set for each group, as well as several add on sets. There isn’t a clear line between home users and educational users, though. It’s fine to use the Education set at home, and it’s fine to use the Home Edition set at school. This article aims to clarify the differences between the two product lines so you can decide which...

Building a portable GSM BTS using the Nuand bladeRF, Raspberry Pi and YateBTS (The Definitive and Step by Step Guide)

https://blog.strcpy.info/2016/04/21/building-a-portable-gsm-bts-using-bladerf-raspberry-and-yatebts-the-definitive-guide/ Building a portable GSM BTS using the Nuand bladeRF, Raspberry Pi and YateBTS (The Definitive and Step by Step Guide) I was always amazed when I read articles published by some hackers related to GSM technology. H owever , playing with GSM technologies was not cheap until the arrival of Software Defined Radios (SDRs), besides not being something easy to be implemented. A fter reading various articles related to GSM BTS, I noticed that there were a lot of inconsistent and or incomplete information related to the topic. From this, I decided to write this article, detailing and describing step by step the building process of a portable and operational GSM BTS. Before starting with the “hands on”, I would like to thank all the pioneering Hackers and Researchers who started the studies related to previously closed GSM technology. In part...