• About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form
Thursday, May 22, 2025
  • Login
No Result
View All Result
NEWSLETTER
BOB fm
  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form
  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form
No Result
View All Result
BOB fm
No Result
View All Result
Home science

Brazil receives the first batch of vaccines

Ursula Curtis by Ursula Curtis
October 8, 2022
in science
0
Brazil receives the first batch of vaccines
0
SHARES
55
VIEWS
Share on FacebookShare on Twitter

Already 9,800 doses of imported vaccines against monkeypox, a disease also known as monkeypox, have arrived in Brazil. to me Ministry of HealthThis first batch landed on Tuesday (4) in Sao Paulo International Airport Governor André Franco Montoro in Guarulhos.

publicity celebrity

Brazil has purchased about 50,000 doses of imported monkeypox (monkeypox) vaccines, and 9,800 doses have been delivered this week. Photo: Flabygasted – Shutterstock

As I mentioned digital lookthe initial prediction was that the first doses would arrive in September, thus, there was a slight delay in delivery.

This shipment is part of the purchase of approximately 50,000 doses obtained through the Pan American Health Organization (PAHO) revolving fund. The next payments, according to Agência Brasil de Notícias, must be delivered by the end of the year.

Immunization devices will be used to conduct the studies, as recommended by World Health Organization (WHO). “It is important to emphasize that vaccines are safe and are currently used against smallpox or smallpox. The study aims to find evidence of the efficacy, immunogenicity and safety of the monkeypox vaccine, thus guiding the decision of managers,” the ministry said in a statement.

According to the ministry, coordinating the research will be a task of the Oswaldo Cruz Foundation (Fiocruz), with support from the World Health Organization and with funding from the federal government. The study was jointly discussed by the Department of Health, the Pan American Health Organization, researchers and immunologists.

Read more:

“The goal is to evaluate the efficacy of the Jyneos/MVA-BN vaccine against monkeypox in the Brazilian population, that is, if the vaccine reduces the incidence and progression to severe disease,” the ministry detailed that, initially, the groups to be vaccinated would be the people who were on Long-term contact with patients diagnosed with or undergoing antiretroviral therapy for HIV. “The target population for the study will consist of those most affected and at greater risk of developing disease.”

Also, according to the ministry, the research centers that will be included will be announced soon, “taking into account the cities with large numbers of confirmed cases of the disease and the infrastructure available to conduct the study.”

Have you seen the new videos on Youtube digital outlook? Subscribe in the channel!

}, // Lazy:Comments commentsHidderWidget: function(){ if (!OD._commentsHidderWidget) OD._commentsHidderWidget = OD.e('cmtHiddder'); return OD._commentsHidderWidget; }, commentsWidget: function(){ if (!OD._commentsWidget) OD._commentsWidget = OD.e('postComments'); return OD._commentsWidget; }, commentsInit: function(){ var script, head = document.head; OD.commentsOK = true; script = document.createElement("script"); script.setAttribute("src", "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6"); script.setAttribute("async", "false"); script.setAttribute("onload", "FB.XFBML.parse();"); head.insertBefore(script, head.firstElementChild); }, // Lazy:Taboola taboolaWidget: function(){ // Desabilitado por conta da MGID return false; if (!OD._taboolaWidget) OD._taboolaWidget = OD.e('widgetTaboola'); return OD._taboolaWidget; }, taboolaInit: function(){ var script, head = document.head; if (OD.taboolaOK === true) return; OD.taboolaOK = true; // 3rd tag window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u;e.id = i;f.parentNode.insertBefore(e, f);} }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/olhardigital/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} }, // Lazy:MGID mgidWidget: function(){ if (!OD._mgidWidget) OD._mgidWidget = OD.e('M806238ScriptRootC1311647'); return OD._mgidWidget; }, mgidInit: function(){ var script, head = document.head; if (OD.mgidOK === true) return; OD.mgidOK = true; // MGOD Composit Start (function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u; f.appendChild(e);} })(document.createElement('script'), document.getElementsByTagName('body')[0], '//jsc.mgid.com/o/l/olhardigital.com.br.1311647.js'); }, // Ajax getJSON: function(url, data, success, error, complete){ success = success||function(){}; OD.getHTML(url, data, function(responseText){ success(JSON.parse(xhr.responseText)); }, error, complete); }, getHTML:function(url, data, success, error, complete) { var xhr = new XMLHttpRequest(), serialize = function(obj){ var p, str=[]; for (p in obj) { if (!obj.hasOwnProperty(p)) continue; str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p])); } return str.join("&"); }; xhr.withCredentials = true; success = success || function() {}; complete = complete || function() {}; error = error || function() {} xhr.onreadystatechange = function() { if (xhr.readyState != 4) return; if (xhr.status == 200) success(xhr.responseText); else error(xhr.status, xhr.responseText); complete(); } xhr.open('GET', url+'&'+serialize(data),true); xhr.send(); }, // Util e: function(id){ return document.getElementById(id); }, isInViewPort: function(element){ var rect, top, bottom; if (!element) return false; rect=element.getBoundingClientRect(); top=rect.top; bottom=rect.bottom; return (top>=0 && bottom<=window.innerHeight); }, toggleClass: function(id, className){ var e = OD.e(id); if (e.classList.contains(className)) {e.classList.remove(className); return false;} else {e.classList.add(className); return true;} }, toggleSearch: function(){ if (OD.toggleClass('mainSearch', 'show')) OD.e('mainSearchInput').focus(); }, getUrlParameter: function(name) { var url = window.location.href.split('?'), vars, upar, i; url.shift(); vars = unescape(url.join('?')).split('&'); for (i = 0; i < vars.length; i++) { upar = vars[i].split('='); if (upar[0] === name) { if (upar[1] === undefined) return ''; return upar[1].replace(/\+/g, ' '); } } return ''; }, // Resfresh setupPageRefresh: function(){ var seconds = parseInt(OD.e('body').getAttribute('data-refresh'), 10); if (seconds<=0) return; window.setTimeout(function(){location.reload();}, Math.max(30,seconds)*1000); }, // Behaviors linkTargetPopup: function(e){ var path=e.path||e.composedPath(), link=false, i, w=600, h=600,l,t,coords=""; if (!path) return; for (i=0; i0 && l>0) coords=",top="+t+','+'left="+l+",screenY='+t+',screenX='+l; window.open(link.getAttribute('href'),'popup',a="width="+w+',height="+h+coords+",resizable=yes,scrollbars=yes,status=yes,menubar=no'); return false; } }, // Cookies setCookie: function(name, value, expires) { var d = new Date(), expires; d.setTime(d.getTime() + (expires*1000)); expires = (expires>0 ? ";expires="+ d.toUTCString() : ''); document.cookie = name+"="+value+expires+";path=/"; }, getCookie: function(name) { var cname = name+"=", i, c decodedCookie = decodeURIComponent(document.cookie), ca = decodedCookie.split(';'); for (i=0; i'; } else { target.innerHTML = '"'; } } }; if (window.OD_bodyAlreadyLoaded===true) OD.bodyLoaded(); document.addEventListener('click', OD.linkTargetPopup, true);

//////////////////////////////////////////////// // OpenWeb //////////////////////////////////////////////// window.OD.addOnLoad(function(){ // Apenas matérias if (!OD.postID) return; // Callbacks window.openWeb_onNewUnseen = function(count) { var e = document.getElementById('openWebBellBadge'); if (e){e.innerText = count; e.setAttribute('data-unseen', (count>0 ? 'yes' : 'no'));} } window.openWeb_openNotifications = function(){ var payload = {postId: OD.postID, instanceId: "EmbeddedNotifications"}; if (typeof window.__OW_OPEN_NOTIFICATIONS__ === 'function') { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); return; } document.addEventListener('ow-notifications-sdk-ready', function() { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); }); }; // Init if (typeof window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__ === 'function') { window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); return; } document.addEventListener('ow-notifications-sdk-ready', function(){ window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); }); });

Ursula Curtis

“Writer. Analyst. Avid travel maven. Devoted twitter guru. Unapologetic pop culture expert. General zombie enthusiast.”

Ursula Curtis

Ursula Curtis

"Writer. Analyst. Avid travel maven. Devoted twitter guru. Unapologetic pop culture expert. General zombie enthusiast."

Next Post
He referred to the interpretation of the “absence” of the “voice” of “older brother”.

He referred to the interpretation of the "absence" of the "voice" of "older brother".

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Navigate

  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form

Pages

  • About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form
  • About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • About Us
  • Contact Form
  • DMCA
  • Editorial Policy
  • Privacy Policy

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.