// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

WHO Announces End of Smallpox

Updated: Nov 24, 2022

#03 Science in History

8th May 1980

Statue outside the WHO HQ entrance, Geneva.

In 1967, The World Health Organization (WHO) launched widespread surveillance, immunisation and quarantine programmes involving over 150,000 medical personnel. This culminated in the global eradication of smallpox, announced by the WHO in May 1980. In 1977, a hospital cook in Somalia became the last naturally occurring case.




Smallpox had been with us for thousands of years and was one of the most devastating diseases known to our species, causing millions of deaths and untold suffering. Caused by the variola virus, it had a mortality rate of around 40% with survivors suffering from disfigurement, blindness or infertility.


image credit: wikipedia



In the 18th century, Edward Jenner had vaccinated a young boy with cowpox which protected him from smallpox. Even with the development of a vaccine, though, smallpox was still a scourge well into the 20th century.






The very last person to die from smallpox was Janet Parker who contracted the virus in Birmingham, UK, in 1978. Janet worked close to a research lab at the University of Birmingham where the smallpox was being studied. How she was infected, however, remains a mystery.


Following this tragedy, research labs were closed. Now there are only two places that hold stocks of the variola - Atlanta and Moscow.


Eradicated? Not quite.

 

Like to know more?



A history of how the world health organisation eradicated smallpox permanently throughout the world.



Recommended reading


Details the 1978 Birmingham smallpox outbreak.

The biographical detail brings to life those involved and highlights the tragedies brought about by this event.




 

As always, comments & likes welcome



Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page