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

24
js/data/Charon.js Normal file
View File

@@ -0,0 +1,24 @@
export const content = `
<p>
Charon is the largest moon of the dwarf planet Pluto and was discovered in 1978 by James Christy. It is a significant body in the Kuiper belt and is notable for being almost half the size of Pluto itself, making the Pluto-Charon system more of a binary dwarf planet system.
</p>
<img src="https://www.sciencealert.com/images/2016-09/charon-body.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 6.387 days (synchronously orbits with Pluto)</li>
<li>Diameter: Approximately 1,212 km</li>
<li>Surface: Icy with varied terrain, including canyons and plains</li>
<li>Average Distance from Pluto: About 17,536 km</li>
<li>Gravity: 0.288 m/s² (about 1/12th of Earth's)</li>
</ul>
<h2>Surface and Geology</h2>
<p>
Charon's surface is mostly composed of water ice with some ammonia hydrates. It has a young surface geologically, with fewer craters than expected, suggesting recent geological activity.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Charon and Pluto are tidally locked, always showing the same face to each other.</li>
<li>The reddish north pole of Charon, informally named Mordor Macula, is thought to be stained by tholin-like organic molecules escaping Plutos atmosphere.</li>
<li>Charon has a dark belt near its equator and smoother plains in the north, indicating a complex geological history.</li>
</ul>
`;