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

Shine Bright Like a Diamond…

Updated: Jul 21, 2023

#27 Science in History


26 January 1905


On this day in 1905, a diamond of exceptional size and quality was discovered in the Transvaal, South Africa.



The Cullinan Diamond, also known as the "Great Star of Africa," is part of the largest gem-quality diamond ever found. It was discovered at the Premier No. 2 mine in Pretoria, and was named after the mine's owner, Thomas Cullinan. At the time of its discovery, the Cullinan Diamond weighed an astounding 3,106.75 carats. The diamond was cut into several smaller stones, the largest of which is the 530.2-carat Great Star of Africa, which is currently set in the British Crown Jewels.



After its discovery, the diamond was presented to King Edward VII as a gift from the people of South Africa. The king tasked Joseph Asscher, a famous diamond cutter from Amsterdam, with cutting the diamond. Asscher's task was not an easy one, as the diamond was so large and had such a unique shape. Asscher decided to cut the diamond into nine large stones (Cullinan I to IX) and 96 smaller ones. Cullinan I was set in the 'Sovereign's Sceptre with Cross' although it had also been adapted to be worn as a pendant or brooch.


The quality of the Cullinan Diamond is exceptional. It is a type IIa diamond, extremely rare with very little nitrogen impurities. Type IIa diamonds are considered to be the purest and most valuable diamonds in the world.


The Cullinan Diamond is a symbol of the power and wealth of the British Empire, and it has played a significant role in the history of the British monarchy. It is a truly remarkable gemstone that continues to fascinate people to this day.



5 views0 comments
bottom of page