// 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 2004 Indian Ocean Earthquake and Tsunami

Updated: Jul 23, 2023

#13 Science in History

26 December 2004


The 2004 Indian Ocean earthquake and tsunami were one of the largest natural disasters ever recorded. It struck northern Sumatra causing devastating effects across the coastal and partially in mainland areas of Thailand, India, Sri Lanka, the Maldives, Malaysia, Myanmar, Bangladesh, and Indonesia. It is estimated that a quarter of a million people lost their lives in this tragedy.


The sudden displacement of the Earth's tectonic plates resulted in an earthquake recorded as 9.1-9.3 on the Mercalli intensity scale, making it the third-largest ever recorded. The movement of the tectonic plates caused a massive tsunami with waves as high as 30 metres, which caused immense destruction and loss of life.

Tsunami inundation height can be seen on a house in Banda Aceh

The effects of the 2004 Indian Ocean earthquake and tsunami were catastrophic. Coastal areas were hit the hardest, with entire villages and towns being destroyed. Over a million people were displaced due to the destruction and many more were left without the basic necessities of life, such as food and shelter. In addition, thousands of people were killed and injured by the earthquake and tsunami itself.


The world responded to the 2004 Indian Ocean earthquake and tsunami with an outpouring of support. Charitable organizations from all over the world sent aid and assistance to the affected areas. The United Nations also sent a Disaster Assessment and Coordination Team to help coordinate the relief efforts. Many of the areas affected by the disaster are, however, still struggling to recover and rebuild.




Image Credit:



Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page