Content commit

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-04-14 10:50:34 +01:00
parent f59d24d4ae
commit 318637019e
87 changed files with 2835 additions and 92 deletions

26
js/data/Ganymede.js Normal file
View File

@@ -0,0 +1,26 @@
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>
`;