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/Europa.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.8 KiB
JavaScript

export const content = `
<p>
Europa is one of the four largest moons of Jupiter and is slightly smaller than Earth's Moon.
It is notable for its smooth, icy surface and the strong evidence suggesting a subsurface ocean beneath its ice crust.
</p>
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/5bbf31e9-4cc9-4661-b911-745c7e208934/d3grgf4-3638daa3-ee6d-43a7-9d2e-970c2ca9746f.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwic3ViIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsImF1ZCI6WyJ1cm46c2VydmljZTpmaWxlLmRvd25sb2FkIl0sIm9iaiI6W1t7InBhdGgiOiIvZi81YmJmMzFlOS00Y2M5LTQ2NjEtYjkxMS03NDVjN2UyMDg5MzQvZDNncmdmNC0zNjM4ZGFhMy1lZTZkLTQzYTctOWQyZS05NzBjMmNhOTc0NmYuanBnIn1dXX0.mzFo5tAtxni48_Ql60GU11SAAhcN9iJWLCkMihQqFDs"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 3.55 Earth days</li>
<li>Diameter: Approximately 3,122 km</li>
<li>Surface: Characterized mostly by ice with a very thin atmosphere</li>
<li>Average Distance from Jupiter: About 671,000 km</li>
<li>Orbital Speed: Approximately 13.74 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Europa's atmosphere is extremely thin, primarily composed of oxygen, though it is far too thin to support human life.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Europa's icy surface is crisscrossed by a series of cracks and striations, which are thought to be caused by the tidal flexing exerted by Jupiter.</li>
<li>The presence of a subsurface ocean under its icy crust makes it a likely candidate for harboring extraterrestrial life.</li>
<li>Despite its cold environment, the interaction between Europa's ocean and rocky mantle could create the potential for life-supporting environments.</li>
</ul>
`;