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/Io.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.7 KiB
JavaScript

export const content = `
<p>
Io is one of Jupiter's moons and the fourth largest moon in the solar system. Known for its extreme geological activity, Io is the most volcanically active body in the solar system, with hundreds of volcanoes, some erupting lava fountains up to 500 kilometers high.
</p>
<img src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fannesastronomynews.com%2Fwp-content%2Fuploads%2F2012%2F02%2FJupiters-vulcanic-moon-Io.-Recent-analysis-of-data-reveals-a-subsurface-ocean-of-molten-or-partially-molten-magma-beneath-the-surface.jpg&f=1&nofb=1&ipt=298646367ee0a822e20207a79c5fb20350380a47042a5b3d2f7841c989c6848e"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 1.77 Earth days</li>
<li>Diameter: Approximately 3,643 km</li>
<li>Surface: Dominated by sulfur and sulfur dioxide frost</li>
<li>Average Distance from Jupiter: About 421,700 km</li>
<li>Orbital Speed: Approximately 17.334 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Io's thin atmosphere is primarily composed of sulfur dioxide (SO<sub>2</sub>), with minor components of other gases such as sulfur monoxide and sodium chloride.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Io's orbit is slightly eccentric, which, along with gravitational interactions with Jupiter, causes intense tidal heating.</li>
<li>The intense geological activity reshapes Io's surface rapidly, erasing impact craters and continually forming new mountains and lava flows.</li>
<li>Despite its hostile environment, Io plays a crucial role in shaping Jupiter's magnetosphere through its volcanic plumes and atmosphere.</li>
</ul>
`;