This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
studenthack2024-project/js/data/Umbriel.js
Nikolaos Karaolidis 318637019e Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-04-14 10:50:34 +01:00

25 lines
1.5 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const content = `
<p>
Umbriel is a moon of Uranus and the third most massive of the Uranian moons. Discovered on October 24, 1851, by William Lassell, it is one of the darker moons of Uranus, with a low reflectivity indicating a surface covered in carbonaceous material.
</p>
<img src="https://www.universetoday.com/wp-content/uploads/2010/02/Umbriel_usgsx2-580x580.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 4.1 Earth days</li>
<li>Diameter: Approximately 1,170 km</li>
<li>Surface: Characterized by heavily cratered terrain, ancient and dark</li>
<li>Average Distance from Uranus: About 266,000 km</li>
<li>Orbital Speed: Approximately 4.67 km/s</li>
</ul>
<h2>Surface and Composition</h2>
<p>
Umbriel's surface is marked by numerous impact craters and has a much darker and older surface compared to other moons. It appears to be composed primarily of water ice with a significant amount of darker, rocky material.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Umbriel is named after a character in Alexander Popes poem "The Rape of the Lock."</li>
<li>This moon remains one of the least understood in the Uranian system, with no dedicated missions to study it up close.</li>
<li>The largest crater on Umbriel, Wunda, has a mysterious bright ring of material on its floor, which contrasts sharply with the rest of the moon's dark surface.</li>
</ul>
`;