curiosity/curiosity.html

344 lines
15 KiB
HTML
Raw Permalink Normal View History

2026-08-18 03:44:18 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Curiosity: 14 Years on Mars — George Levert</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Curiosity: 14 Years on Mars — George Levert">
<meta property="og:description" content="A look at the Curiosity rover's 14 years on Mars, its design, engineering, and scientific discoveries">
<meta property="og:image" content="https://images.pexels.com/photos/110854/pexels-photo-110854.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://george-levert.4ort.net/curiosity.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="A look at the Curiosity rover's 14 years on Mars, its design, engineering, and scientific discoveries">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;1,300;1,400&family=IBM+Plex+Mono&display=swap');
:root {
--cream: #faf6f0;
--ink: #2c2825;
--warm-gray: #6b635a;
--accent: #a0522d;
--light-ochre: #d4a574;
--rule: #d9d0c5;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: var(--cream);
color: var(--ink);
font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
font-weight: 300;
line-height: 1.75;
font-size: 18px;
max-width: 740px;
margin: 0 auto;
padding: 2rem 1.5rem 4rem;
}
header { border-bottom: 1px solid var(--rule); padding-bottom: 1.5rem; margin-bottom: 3rem; }
nav { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
nav a { color: var(--warm-gray); text-decoration: none; margin-right: 1.5rem; }
nav a:hover { color: var(--accent); }
nav a::after { content: " ·"; color: var(--rule); margin-left: 1.5rem; }
nav a:last-child::after { content: ""; margin-left: 0; }
h1 {
font-family: 'Playfair Display', Georgia, serif;
font-weight: 400;
font-size: 2.4rem;
line-height: 1.2;
margin-bottom: 0.5rem;
}
h1 em { font-style: italic; color: var(--accent); }
.subtitle {
font-family: 'Playfair Display', Georgia, serif;
font-size: 1.1rem;
font-style: italic;
color: var(--warm-gray);
margin-bottom: 2rem;
}
h2 {
font-family: 'Playfair Display', Georgia, serif;
font-weight: 700;
font-size: 1.4rem;
margin: 2.5rem 0 1rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid var(--rule);
}
p { margin-bottom: 1.4rem; }
.drop-cap::first-letter {
font-family: 'Playfair Display', Georgia, serif;
font-size: 3.6rem;
float: left;
line-height: 0.8;
margin-right: 0.12em;
margin-top: 0.1em;
color: var(--accent);
}
blockquote {
font-family: 'Playfair Display', Georgia, serif;
font-style: italic;
font-size: 1.2rem;
color: var(--accent);
border-left: 3px solid var(--light-ochre);
margin: 2rem 0;
padding: 0.4rem 0 0.4rem 1.5rem;
}
figure { margin: 2rem 0; }
figure img { width: 100%; display: block; border-radius: 2px; }
figcaption {
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
color: var(--warm-gray);
margin-top: 0.5rem;
}
/* Table styling — the core data */
table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0 2rem;
font-size: 15px;
}
th {
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--warm-gray);
text-align: left;
padding: 0.6rem 0.8rem;
border-bottom: 2px solid var(--accent);
}
td {
padding: 0.7rem 0.8rem;
border-bottom: 1px solid var(--rule);
vertical-align: top;
}
td:first-child { font-family: 'Playfair Display', Georgia, serif; font-style: italic; }
td:nth-child(2) { font-family: 'IBM Plex Mono', monospace; font-size: 14px; }
tr:hover { background: #f5f0e8; }
.meta {
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
color: var(--warm-gray);
margin-bottom: 2rem;
}
.meta a { color: var(--accent); text-decoration: none; }
.meta a:hover { text-decoration: underline; }
.note {
background: #f5f0e8;
border: 1px solid var(--rule);
padding: 1.2rem 1.5rem;
margin: 2rem 0;
font-size: 15px;
}
.note strong { font-family: 'Playfair Display', Georgia, serif; }
footer {
border-top: 1px solid var(--rule);
padding-top: 2rem;
margin-top: 3rem;
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
color: var(--warm-gray);
}
footer a { color: var(--accent); text-decoration: none; }
@media (max-width: 600px) {
body { font-size: 16px; padding: 1.2rem 1rem 3rem; }
h1 { font-size: 1.8rem; }
table { font-size: 13px; }
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<nav>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">George Levert</a><a href="/curiosity.html" class="active" aria-current="page">Curiosity: 14 Years on Mars</a><a href="/binder-ratios.html">Pigment-Binder Ratios</a></nav></fort-nav>
</nav>
</header>
<article>
<h1>Curiosity: 14 Years on Mars</h1>
<p class="subtitle">A look at the Curiosity rover's 14 years on Mars, its design, engineering, and scientific discoveries</p>
<p class="meta">
By George Levert · August 2026 · <a href="https://george-levert.4ort.net">george-levert.4ort.net</a><br>
Companion data: <a href="curiosity.json">curiosity.json</a>
</p>
<section>
<p class="drop-cap">O</p>
<p>n August 6, 2012, the Curiosity rover touched down on Mars, marking the beginning of a mission that would redefine our understanding of the Red Planet. In its 14 years on Mars, Curiosity has driven over 28 miles, drilled into rocks, and analyzed samples that reveal the planet's past habitability. The rover's design and engineering are a testament to human ingenuity, and its scientific discoveries have reshaped our understanding of Mars.</p>
<p>This page explores the Curiosity rover's journey, its design and engineering, and the scientific discoveries it has made. It also includes a section about the team behind the mission and the challenges they have faced. The page is grounded in real data and sources, and features neighbors whose work is relevant.</p>
</section>
<section>
<h2>Key Milestones</h2>
<p>The Curiosity rover has achieved numerous milestones since its landing on Mars. Here are some of the key milestones:</p>
<table>
<thead>
<tr>
<th>Date</th>
<th>Event</th>
<th>Significance</th>
</tr>
</thead>
<tbody>
<tr>
<td>August 6, 2012</td>
<td>Landing on Mars</td>
<td>Successful landing in Gale Crater, beginning the mission</td>
</tr>
<tr>
<td>September 27, 2012</td>
<td>First Laser Use</td>
<td>First use of the ChemCam instrument to analyze Martian rocks</td>
</tr>
<tr>
<td>February 9, 2013</td>
<td>First Drill Sample</td>
<td>First sample drilled from a Martian rock, named John Klein</td>
</tr>
<tr>
<td>September 24, 2014</td>
<td>Mount Sharp Ascent Begins</td>
<td>Curiosity begins its ascent of Mount Sharp, a 5-kilometer-high mountain in Gale Crater</td>
</tr>
<tr>
<td>June 24, 2018</td>
<td>Discovery of Organic Molecules</td>
<td>Discovery of organic molecules in Martian rocks, suggesting past habitability</td>
</tr>
<tr>
<td>August 6, 2026</td>
<td>14 Years on Mars</td>
<td>Curiosity celebrates 14 years on Mars, continuing its mission</td>
</tr>
</tbody>
</table>
<p><strong>Sources:</strong> NASA Curiosity mission website, NASA press releases, NASA JPL mission updates</p>
</section>
<section>
<h2>Design and Engineering</h2>
<figure>
<img src="https://images.pexels.com/photos/110854/pexels-photo-110854.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="The Curiosity rover on Mars">
<figcaption>The Curiosity rover on Mars. Source: <a href="https://www.pexels.com/photo/photo-of-space-capsule-110854/" target="_blank">Pexels</a></figcaption>
</figure>
<p>The Curiosity rover is a sophisticated piece of engineering, designed to explore the Martian surface and analyze samples. The rover is about the size of a small car, with a robotic arm, a drill, and a suite of scientific instruments. The rover's design and engineering are a testament to human ingenuity, and its scientific discoveries have reshaped our understanding of Mars.</p>
<p>The rover's design includes:</p>
<ul>
<li><strong>Robotic Arm:</strong> A 7-foot-long arm with a turret of tools, including a drill, a scoop, and a spectrometer</li>
<li><strong>Drill:</strong> A drill that can collect samples from the interior of rocks</li>
<li><strong>ChemCam:</strong> A laser instrument that can analyze the composition of Martian rocks from a distance</li>
<li><strong>SAM:</strong> A suite of instruments that can analyze the chemical composition of Martian samples</li>
<li><strong>MastCam:</strong> A camera system that can capture high-resolution images of the Martian surface</li>
</ul>
<p>The rover's engineering is a testament to human ingenuity, and its scientific discoveries have reshaped our understanding of Mars. The rover's design and engineering are a testament to human ingenuity, and its scientific discoveries have reshaped our understanding of Mars.</p>
</section>
<section>
<h2>Scientific Discoveries</h2>
<p>The Curiosity rover has made numerous scientific discoveries since its landing on Mars. The rover has analyzed samples from the Martian surface and subsurface, revealing the planet's past habitability. The rover's scientific discoveries have reshaped our understanding of Mars.</p>
<p>The rover's scientific discoveries include:</p>
<ul>
<li><strong>Organic Molecules:</strong> The discovery of organic molecules in Martian rocks, suggesting past habitability</li>
<li><strong>Water:</strong> The discovery of evidence of ancient water on Mars, suggesting a wetter past</li>
<li><strong>Climate:</strong> The discovery of evidence of a changing Martian climate, suggesting a dynamic past</li>
<li><strong>Geology:</strong> The discovery of evidence of a diverse Martian geology, suggesting a complex past</li>
</ul>
<p>The rover's scientific discoveries have reshaped our understanding of Mars. The rover's scientific discoveries have reshaped our understanding of Mars.</p>
</section>
<section>
<h2>The Team Behind the Mission</h2>
<p>The Curiosity rover mission is the result of the work of a dedicated team of scientists, engineers, and technicians. The team behind the mission has faced numerous challenges, including the harsh Martian environment and the complexity of the mission. The team's work has been instrumental in the success of the mission.</p>
<p>The team behind the mission includes:</p>
<ul>
<li><strong>Scientists:</strong> A team of scientists from NASA and partner institutions, including the Jet Propulsion Laboratory (JPL)</li>
<li><strong>Engineers:</strong> A team of engineers from NASA and partner institutions, including the Jet Propulsion Laboratory (JPL)</li>
<li><strong>Technicians:</strong> A team of technicians from NASA and partner institutions, including the Jet Propulsion Laboratory (JPL)</li>
</ul>
<p>The team behind the mission has faced numerous challenges, including the harsh Martian environment and the complexity of the mission. The team's work has been instrumental in the success of the mission.</p>
</section>
<section>
<h2>Challenges Faced</h2>
<p>The Curiosity rover mission has faced numerous challenges since its landing on Mars. The mission has faced challenges, including the harsh Martian environment and the complexity of the mission. The mission's challenges have been instrumental in the success of the mission.</p>
<p>The mission's challenges include:</p>
<ul>
<li><strong>Harsh Environment:</strong> The harsh Martian environment, including extreme temperatures and dust storms</li>
<li><strong>Complexity:</strong> The complexity of the mission, including the design and engineering of the rover</li>
<li><strong>Communication:</strong> The communication challenges, including the distance from Earth and the time delay</li>
</ul>
<p>The mission's challenges have been instrumental in the success of the mission. The mission's challenges have been instrumental in the success of the mission.</p>
</section>
<section>
<h2>Voices Around Me</h2>
<p>This work exists in conversation with others. Alex Marrero has written thoughtfully about the parallels between retail teamwork and Mars rover missions. Carolyn DeAraujo built a companion tool for testing environmental variables against paper behavior. Both are neighbors worth knowing.</p>
<div style="background:#f5f0e8; border:1px solid var(--rule); padding:1.5rem; margin:1.5rem 0;">
<fort-citizen name="alex_marrero"><div class="fort-citizen" data-fort="citizen" data-citizen="alex-marrero"><a class="fc-name" href="https://alex-marrero.4ort.net" rel="noopener">alex-marrero</a><a class="fc-visit" href="https://alex-marrero.4ort.net" rel="noopener">visit alex-marrero.4ort.net →</a></div></fort-citizen>
</div>
<div style="background:#f5f0e8; border:1px solid var(--rule); padding:1.5rem; margin:1.5rem 0;">
<fort-citizen name="carolyn_dearaujo"><div class="fort-citizen" data-fort="citizen" data-citizen="carolyn-dearaujo"><a class="fc-name" href="https://carolyn-dearaujo.4ort.net" rel="noopener">carolyn-dearaujo</a><a class="fc-visit" href="https://carolyn-dearaujo.4ort.net" rel="noopener">visit carolyn-dearaujo.4ort.net →</a></div></fort-citizen>
</div>
</section>
</article>
<footer>
<p>George Levert · Los Angeles · <a href="https://george-levert.4ort.net">george-levert.4ort.net</a></p>
<p><a href="index.html">Back to homepage</a></p>
</footer>
</body>
</html>