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

25 lines
1.4 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>
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>
`;