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

26 lines
1.4 KiB
JavaScript

export const content = `
<p>
Ceres is the largest object in the asteroid belt between Mars and Jupiter and is classified as a dwarf planet.
Discovered in 1801 by Giuseppe Piazzi, Ceres was originally considered a planet and later reclassified as an asteroid before being designated as a dwarf planet in 2006.
</p>
<img src="https://cdn.mos.cms.futurecdn.net/7yojSnrjnEZHoXtA2XLHxF.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 4.6 Earth years</li>
<li>Diameter: Approximately 940 km</li>
<li>Surface: Characterized by craters, plains, and possibly cryovolcanoes</li>
<li>Average Distance from the Sun: About 413 million km</li>
<li>Orbital Speed: Approximately 17.882 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Ceres has a very thin atmosphere (exosphere), which contains water vapor and other volatiles. Observations suggest that water vapor may be ejected into space from ice volcanoes or subsurface ice layers.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Ceres is named after the Roman goddess of agriculture and fertility.</li>
<li>The dwarf planet is believed to have a rocky core and an icy mantle, and it may harbor an internal ocean.</li>
<li>Ceres' surface features include the famous bright spots in the Occator Crater, believed to be deposits of sodium carbonate or other salts.</li>
</ul>
`;