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/Ganymede.js
Nikolaos Karaolidis 318637019e Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-04-14 10:50:34 +01:00

27 lines
1.4 KiB
JavaScript

export const content = `
<p>
Ganymede is the largest moon of Jupiter and the largest in the solar system. It is the only moon known to have its own magnetic field.
Despite its cold, icy surface, there is evidence suggesting that Ganymede has subsurface oceans that could contain more water than all of Earth's surface water combined.
</p>
<img src="https://www.universetoday.com/wp-content/uploads/2020/08/Moon_Ganymede_by_NOAA.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 7.15 days</li>
<li>Diameter: Approximately 5,268 km</li>
<li>Climate: Predominantly icy with a thin oxygen atmosphere</li>
<li>Average Distance from Jupiter: About 1,070,000 km</li>
<li>Orbital Speed: Approximately 10.88 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Ganymede's atmosphere is primarily composed of oxygen, albeit extremely thin and not breathable.
The presence of an intrinsic magnetic field and aurorae suggest a complex electromagnetic environment.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Ganymede is the only moon in the solar system known to possess a significant magnetic field.</li>
<li>It is larger than the planet Mercury, although it has only about half its mass.</li>
<li>Scientists believe that Ganymede's internal ocean could contain more than twice the water found on Earth, hidden under a thick crust of ice.</li>
</ul>
`;