// 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

Britain’s Test-Tube Triplets

#24 Science in History

21 January 1984


Today in 1984, Britain's first test-tube triplets made headlines.

The triplets were delivered, by caesarean section, to a couple who had struggled with infertility for over 11 years. The baby girl, Nourah, and two baby boys, Khaled and Chalil, entered the world through the miracle of in-vitro fertilization (IVF). The world's first test-tube triplets had been delivered the previous year in Australia. Four embryos had originally been implanted in the 35-year-old mother, Anne Ma'aye, but one failed early in the pregnancy.


IVF was a relatively new technology at the time, and the birth of these triplets marked a significant move forward in the field of reproductive medicine. It involves the fertilization of an egg by sperm outside of the body, typically involving several steps:


  1. Ovarian stimulation: The woman's ovaries are stimulated with hormones to produce multiple eggs.

  2. Egg retrieval: The eggs are retrieved through a minor surgical procedure, using a needle guided by ultrasound.

  3. Fertilization: The eggs are fertilized with sperm in a laboratory dish.

  4. Embryo development: The fertilized eggs, now called embryos, are grown in the laboratory for a few days.

  5. Embryo transfer: One or more embryos are transferred to the woman's uterus, where they can implant and develop into a pregnancy.

  6. Pregnancy test: A pregnancy test is done after 2 weeks of the transfer to check if the procedure was successful.


IVF has helped millions of couples worldwide start families. It has also been used to help same-sex couples and single people start families as well, by using donor sperm and eggs.

Even though the birth of the triplets occurred nearly 40 years ago, it still remains a remarkable achievement and a sign of the progress made in the field of infertility treatment.





2 views0 comments
bottom of page