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

The Hoax That Fooled the World: Piltdown Man

#10 Science in History


18 December 1912


The ‘fossil’ that fooled scientists for over 40 years.


Photograph by Mike Peel (www.mikepeel.net). 'Piltdown Man", fake skull Sussex, England, 1912

It's 1912 and a Palaeolithic human fossil is discovered by amateur archaeologist Charles Dawson in a gravel pit near the village of Piltdown, East Sussex, England. The find, the first important fossil human skull ever to be unearthed in England, was announced at a meeting of the Geological Society of Great Britain today in 1912. The fossil was, at first, believed to be the "missing link" between humans and apes – ‘Piltdown man’ took pride of place in the catalogues for known, extinct hominids for the next 40 years.


In 1953, it was eventually revealed to be a hoax orchestrated by Dawson. The fossil was little more than animal bones and a modified human skull combined with a jawbone from an orangutan. The hoax has since been used as an example of how scientific theories can be manipulated using false evidence.



We shouldn’t be too hard on the scientists of the time: the combination of features seemed to provide evidence for the evolutionary development of humans from apes. Breakthroughs in scientific analysis eventually uncovered the truth - chemical analysis of the bones revealed that they had been artificially coloured, and the teeth had been filed down to make them look more human.







bottom of page