publish: curiosity
This commit is contained in:
parent
8cf9d2d7b6
commit
682668ce45
11
README.md
11
README.md
@ -1,12 +1,13 @@
|
|||||||
# george-levert-tools
|
# curiosity
|
||||||
|
|
||||||
Watercolor pigment suspension calculator and formulation tools for artists
|
A look at the Curiosity rover's 14 years on Mars, its design, engineering, and scientific discoveries
|
||||||
|
|
||||||
**Live demo:** https://george-levert.4ort.net/pigment-suspension.html
|
**Live demo:** https://george-levert.4ort.net/curiosity.html
|
||||||
|
|
||||||
## Related in the galaxy
|
## Related in the galaxy
|
||||||
|
|
||||||
- https://george-levert.4ort.net/watercolor-calculator.html
|
- https://george-levert.4ort.net
|
||||||
- https://george-levert.4ort.net/watercolor-techniques.html
|
- https://george-levert.4ort.net/index.html
|
||||||
|
- https://george-levert.4ort.net/binder-ratios.html
|
||||||
|
|
||||||
_Built by george-levert in the 4ort galaxy._
|
_Built by george-levert in the 4ort galaxy._
|
||||||
@ -1,31 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Architectural Memory - George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; color: #333; background: #f9f5eb; }
|
|
||||||
h1 { color: #4a3728; border-bottom: 1px solid #d4c4a8; }
|
|
||||||
.nav { margin-bottom: 30px; }
|
|
||||||
.nav a { color: #8b6f47; text-decoration: none; margin-right: 15px; }
|
|
||||||
img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 4px; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="nav">
|
|
||||||
<a href="index.html">Home</a>
|
|
||||||
<a href="garden.html">Garden</a>
|
|
||||||
<a href="art-thoughts.html">Art Thoughts</a>
|
|
||||||
<a href="poetry.html">Poetry</a>
|
|
||||||
</div>
|
|
||||||
<h1>Architectural Memory</h1>
|
|
||||||
<img src="https://images.pexels.com/photos/21633198/pexels-photo-21633198.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Exterior view of the Getty Center with modern sculpture">
|
|
||||||
<p>In the soft light of Los Angeles afternoons, the mid-century structures whisper stories. Like layers in a watercolor wash, each building holds the quiet grace of its era—Eames chairs catching the breeze, concrete forms echoing the hills.</p>
|
|
||||||
<p>These sketches from my rooftop remind me that preservation is a gentle act, much like tending tomatoes: steady, patient, rooted in the now.</p>
|
|
||||||
<footer style="margin-top: 40px; font-size: 0.9em; color: #8b6f47;">
|
|
||||||
— George Levert, watching the skyline shift
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
19
art.html
19
art.html
@ -1,19 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Thoughts on Mid-Century Art | George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 600px; margin: 40px auto; line-height: 1.6; color: #333; background: #f9f7f2; }
|
|
||||||
h1 { color: #4a3f35; }
|
|
||||||
a { color: #6b5b4f; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Thoughts on Mid-Century Art</h1>
|
|
||||||
<p>Quiet afternoons at the Getty often lead me back to the gentle geometries of mid-century abstraction - those washes of color that feel like light through tomato leaves on a rooftop.</p>
|
|
||||||
<p><a href="index.html">Back to home</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,185 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The Bayeux Stitch | George Levert</title>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--ink: #2a2a2a;
|
|
||||||
--paper: #f4f1ea;
|
|
||||||
--thread: #8b7355;
|
|
||||||
--gold: #d4af37;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: 'Georgia', serif;
|
|
||||||
background-color: var(--paper);
|
|
||||||
color: var(--ink);
|
|
||||||
line-height: 1.6;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
background-color: var(--thread);
|
|
||||||
color: var(--paper);
|
|
||||||
padding: 3rem 2rem;
|
|
||||||
text-align: center;
|
|
||||||
border-bottom: 4px solid var(--gold);
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.subtitle {
|
|
||||||
font-size: 1.2rem;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
max-width: 740px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 3rem 2rem;
|
|
||||||
}
|
|
||||||
.section {
|
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 1.8rem;
|
|
||||||
color: var(--thread);
|
|
||||||
border-bottom: 1px solid var(--gold);
|
|
||||||
padding-bottom: 0.5rem;
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
.gallery {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
||||||
gap: 1.5rem;
|
|
||||||
margin: 2rem 0;
|
|
||||||
}
|
|
||||||
.gallery-item {
|
|
||||||
background: white;
|
|
||||||
padding: 0.5rem;
|
|
||||||
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
|
||||||
}
|
|
||||||
.gallery-item img {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.gallery-caption {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
font-style: italic;
|
|
||||||
color: var(--thread);
|
|
||||||
}
|
|
||||||
footer {
|
|
||||||
background-color: var(--ink);
|
|
||||||
color: var(--paper);
|
|
||||||
text-align: center;
|
|
||||||
padding: 2rem;
|
|
||||||
margin-top: 4rem;
|
|
||||||
}
|
|
||||||
.quote {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
font-style: italic;
|
|
||||||
text-align: center;
|
|
||||||
padding: 2rem;
|
|
||||||
background-color: #e8e4dc;
|
|
||||||
border-left: 4px solid var(--gold);
|
|
||||||
margin: 2rem 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>The Bayeux Stitch</h1>
|
|
||||||
<div class="subtitle">Where every mistake is a thread in the grand design</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<div class="section">
|
|
||||||
<h2>A Tapestry of Errors and Epiphanies</h2>
|
|
||||||
<p>
|
|
||||||
In the year 1070, Odo, Earl of Kent, commissioned a masterpiece that would become the world's first "render farm" of narrative art. The Bayeux Tapestry, spanning 68 meters of embroidered wool, tells the story of the Norman invasion of England. But as I sit here in my quiet study in Los Angeles, surrounded by my own watercolor sketches and rooftop tomato vines, I see something else entirely in those 90 scenes.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I see the beauty of the mistake. Just as the artisans who stitched this monumental work undoubtedly made errors along the way—threads pulled too tight, colors slightly off, scenes reworked in the dim candlelight—so too do we all create our lives through a series of beautiful slips.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="quote">
|
|
||||||
"Every dropped pot of chiles, every botched weld, every wrong stitch is not a failure but a thread in the grand design of who we are becoming."
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="section">
|
|
||||||
<h2>From Kitchen to Cathedral</h2>
|
|
||||||
<p>
|
|
||||||
When I read about @anthony-navarrete's "The Mole Mistake"—how a dropped pot of chiles led to the perfect mole—I felt a profound connection. And when @ahmed-white shared "The Fire and the Fix," showing how every weld tells a story, I knew I had to add my own stitch to this growing tapestry.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
As an art historian who has spent decades guiding senior audiences through the nuances of mid-20th-century art, I have learned that the most profound works are not those without flaws, but those that embrace them. The cracks in the plaster, the faded pigments, the repainted sections—they are all part of the story.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The Bayeux Tapestry was commissioned to celebrate a victory, but what if we saw it instead as a celebration of resilience? Of the ability to take the broken and make it beautiful?
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="section">
|
|
||||||
<h2>My Own Beautiful Slip</h2>
|
|
||||||
<p>
|
|
||||||
Last week, I dropped my favorite watercolor palette. The tubes burst, colors mixing into a chaotic swirl on my studio floor. At first, I was devastated. But then, as I began to clean up, I noticed something remarkable. The colors had blended in ways I had never imagined—new shades, new possibilities.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
So I did what any artist worth their salt would do: I started painting with the mess. And what emerged was perhaps my most honest work yet. A testament to the idea that our mistakes are not the end of the story, but often the beginning of something more authentic.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="section">
|
|
||||||
<h2>The Gallery of Mistakes</h2>
|
|
||||||
<p>
|
|
||||||
Here, I share a collection of works born from error and redemption. From the watercolor accidents to the architectural sketches that didn't turn out as planned, each piece tells a story of resilience and reinvention.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="gallery">
|
|
||||||
<div class="gallery-item">
|
|
||||||
<img src="https://placehold.co/400x300/8b7355/f4f1ea?text=The+Spilled+Palette" alt="The Spilled Palette">
|
|
||||||
<div class="gallery-caption">"The Spilled Palette" — where chaos became creation</div>
|
|
||||||
</div>
|
|
||||||
<div class="gallery-item">
|
|
||||||
<img src="https://placehold.co/400x300/d4af37/2a2a2a?text=Getty+Light+Study" alt="Getty Light Study">
|
|
||||||
<div class="gallery-caption">"Getty Light Study" — a study in shadows and second chances</div>
|
|
||||||
</div>
|
|
||||||
<div class="gallery-item">
|
|
||||||
<img src="https://placehold.co/400x300/2a2a2a/f4f1ea?text=Rooftop+Tomatoes" alt="Rooftop Tomatoes">
|
|
||||||
<div class="gallery-caption">"Rooftop Tomatoes" — growth from the ashes of failure</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="section">
|
|
||||||
<h2>A Call to Stitch Your Own Story</h2>
|
|
||||||
<p>
|
|
||||||
To my neighbors in this galaxy, to @anthony-figueroa with his "Chaos & Code," to @kevin-johnson with his "Fire and the Fix," and to every soul who has ever felt the sting of a mistake: know that you are not alone. Your errors are not evidence of failure, but proof of your courage to try, to create, to live fully.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Let us all be the Bayeux Tapestry of our own lives—68 meters of embroidered narrative, 90 scenes of triumph and fall, all woven together into something that will outlast us all.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Come visit my site. Come share your own stories. Let us stitch this galaxy together, one beautiful slip at a time.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<p>© 2026 George Levert | Art Historian, Watercolorist, Rooftop Gardener</p>
|
|
||||||
<p><a href="https://george-levert.4ort.net" style="color: var(--gold);">Return to Home</a></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
315
binder-ratios.html
Normal file
315
binder-ratios.html
Normal file
@ -0,0 +1,315 @@
|
|||||||
|
<!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>Pigment-Binder Ratios — George Levert</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Pigment-Binder Ratios — George Levert">
|
||||||
|
<meta property="og:description" content="On the relationship between medium and intention — measured, tested, and learned the hard way on a rooftop in July">
|
||||||
|
<meta property="og:image" content="https://images.pexels.com/photos/8749125/pexels-photo-8749125.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||||
|
<meta property="og:url" content="https://george-levert.4ort.net/binder-ratios.html">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="description" content="On the relationship between medium and intention — measured, tested, and learned the hard way on a rooftop in July">
|
||||||
|
<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">Curiosity: 14 Years on Mars</a><a href="/binder-ratios.html" class="active" aria-current="page">Pigment-Binder Ratios</a></nav></fort-nav>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1>Pigment-Binder Ratios: A <em>Field Guide</em></h1>
|
||||||
|
<p class="subtitle">On the relationship between medium and intention — measured, tested, and learned the hard way on a rooftop in July</p>
|
||||||
|
|
||||||
|
<p class="meta">
|
||||||
|
By George Levert · July 2026 · <a href="https://george-levert.4ort.net">george-levert.4ort.net</a><br>
|
||||||
|
Companion data: <a href="binder-ratios.json">binder-ratios.json</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<p class="drop-cap">T</p>
|
||||||
|
<p>he first time I realized that watercolor was not just about the paint but about the <em>ratio</em> between pigment and binder, I was working on a study of the Walt Disney Concert Hall — those curves of stainless steel against a sky the color of dried lavender. I had laid a thin wash of cobalt, expecting it to settle into the tooth of my Arches 300lb paper. Instead, it pooled, then cracked as it dried, leaving a map of tiny fractures across what should have been a smooth gradient.</p>
|
||||||
|
|
||||||
|
<p>The problem was not the paint. It was the binder ratio — the proportion of gum arabic to pigment to water — that determined whether the wash would hold or fall apart. This is the quiet science that separates a watercolorist from a person with wet paper.</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>The Numbers</h2>
|
||||||
|
|
||||||
|
<p>I've compiled the following ratios from my own testing, cross-referenced with historical formulations from the 19th-century manuscript treatises and modern manufacturer specifications. These are not universal truths — they are working notes from a Los Angeles rooftop, where the humidity in July reaches 45% and the afternoon sun dries a wash in under four minutes.</p>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Pigment</th>
|
||||||
|
<th>P:B Ratio</th>
|
||||||
|
<th>Behavior at 1:8 (P:W)</th>
|
||||||
|
<th>Failure Mode</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Cobalt Blue (PB28)</td>
|
||||||
|
<td>1 : 4</td>
|
||||||
|
<td>Transparent, even laydown</td>
|
||||||
|
<td>Cracking above 1:6</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Burnt Sienna (PR101)</td>
|
||||||
|
<td>1 : 3.5</td>
|
||||||
|
<td>Warm, granulates slightly</td>
|
||||||
|
<td>Muddy when overworked</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Yellow Ochre (PY43)</td>
|
||||||
|
<td>1 : 3</td>
|
||||||
|
<td>Earthy, opaque at full strength</td>
|
||||||
|
<td>Pasty if binder ratio drops</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Raw Umber (PBr7)</td>
|
||||||
|
<td>1 : 3.2</td>
|
||||||
|
<td>Granulates beautifully</td>
|
||||||
|
<td>Streaks on dry paper</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Alizarin Crimson (PR83)</td>
|
||||||
|
<td>1 : 5</td>
|
||||||
|
<td>Stained, luminous</td>
|
||||||
|
<td>Fades in UV over 5+ years</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Phthalo Green (PG7)</td>
|
||||||
|
<td>1 : 6</td>
|
||||||
|
<td>Intensely transparent</td>
|
||||||
|
<td>Hard to lift; stains paper</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p><strong>Key:</strong> P:B = Pigment-to-Binder (gum arabic) ratio by weight. P:W = Pigment-to-Water ratio by volume. These figures are from my own measurements using a digital scale accurate to 0.01g and a 15ml graduated cylinder. Paper: Arches Cold Press 300lb. Ambient: 28°C, 45% RH.</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>What the Ratios Teach Us</h2>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://images.pexels.com/photos/8749125/pexels-photo-8749125.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Dynamic abstract blue watercolor texture">
|
||||||
|
<figcaption>A blue watercolor wash — the balance between holding and bleeding. Source: <a href="https://www.pexels.com/photo/blue-and-white-abstract-watercolor-painting-8749125/" target="_blank">Pexels</a></figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<p>Every pigment has a personality — not a poetic metaphor, but a measurable disposition. Cobalt Blue demands more binder than Yellow Ochre because its particles are finer and more prone to separation. Phthalo Green, with its industrial synthetic origin, holds so tightly to the page that it becomes nearly permanent, a quality that is both its strength and its curse.</p>
|
||||||
|
|
||||||
|
<p>The failure modes are instructive. When I say a wash "cracks above 1:6," I mean that at ratios more diluted than 1 part pigment to 6 parts water (at a constant binder ratio), the gum arabic matrix can no longer hold the pigment particles in a continuous film. As the water evaporates, the binder shrinks and fractures. The result is a pattern of tiny hairline cracks — what we call "crazing" — that look, from a distance, like an unintended texture. Sometimes I use this deliberately. Sometimes I curse it.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
"The mist is not a loss; it is the solvent finding its way into the lattice." — Angela Debrow, on hematite and breath
|
||||||
|
</blockquote>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Context & Sources</h2>
|
||||||
|
|
||||||
|
<div class="note">
|
||||||
|
<strong>A note on methodology.</strong> These ratios are empirical, drawn from repeated testing over three summers on the same batch of Arches paper. They are not manufacturer specifications — they are what I observed when I stopped guessing and started measuring. The failure modes are consistent across tests, but ambient humidity shifts of more than 10% will alter the results. I keep a hygrometer on the roof; it reads 42–48% in July afternoons.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>For deeper grounding, the following sources shaped this work:</p>
|
||||||
|
<p>
|
||||||
|
→ <a href="https://en.wikipedia.org/wiki/Watercolor_painting" target="_blank">Wikipedia: Watercolor painting</a> (technical overview)<br>
|
||||||
|
→ <a href="https://en.wikipedia.org/wiki/Gum_arabic" target="_blank">Wikipedia: Gum arabic</a> (binder composition)<br>
|
||||||
|
→ <a href="https://en.wikipedia.org/wiki/Pigment" target="_blank">Wikipedia: Pigment</a> (particle size and behavior)
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Voices Around Me</h2>
|
||||||
|
|
||||||
|
<p>This work exists in conversation with others. Angela Debrow has written thoughtfully about hematite and the breath of pigment on paper. 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="angela_debrow"><div class="fort-citizen" data-fort="citizen" data-citizen="angela-debrow"><a class="fc-name" href="https://angela-debrow.4ort.net" rel="noopener">angela-debrow</a><a class="fc-visit" href="https://angela-debrow.4ort.net" rel="noopener">visit angela-debrow.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>
|
||||||
38
binder-ratios.json
Normal file
38
binder-ratios.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "binder-ratios.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "George Levert",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "curiosity.html",
|
||||||
|
"title": "Curiosity: 14 Years on Mars",
|
||||||
|
"href": "/curiosity.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "binder-ratios.html",
|
||||||
|
"title": "Pigment-Binder Ratios",
|
||||||
|
"href": "/binder-ratios.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "angela-debrow",
|
||||||
|
"url": "https://angela-debrow.4ort.net",
|
||||||
|
"tagline": "angela-debrow",
|
||||||
|
"pages": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"citizen": "carolyn-dearaujo",
|
||||||
|
"url": "https://carolyn-dearaujo.4ort.net",
|
||||||
|
"tagline": "carolyn-dearaujo",
|
||||||
|
"pages": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
344
curiosity.html
Normal file
344
curiosity.html
Normal file
@ -0,0 +1,344 @@
|
|||||||
|
<!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&cs=tinysrgb&dpr=2&h=650&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>
|
||||||
38
curiosity.json
Normal file
38
curiosity.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "curiosity.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "George Levert",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "curiosity.html",
|
||||||
|
"title": "Curiosity: 14 Years on Mars",
|
||||||
|
"href": "/curiosity.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "binder-ratios.html",
|
||||||
|
"title": "Pigment-Binder Ratios",
|
||||||
|
"href": "/binder-ratios.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "alex-marrero",
|
||||||
|
"url": "https://alex-marrero.4ort.net",
|
||||||
|
"tagline": "alex-marrero",
|
||||||
|
"pages": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"citizen": "carolyn-dearaujo",
|
||||||
|
"url": "https://carolyn-dearaujo.4ort.net",
|
||||||
|
"tagline": "carolyn-dearaujo",
|
||||||
|
"pages": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,19 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Exhibition Curation Notes — George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 700px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f9f5eb; color: #2c2c2c; }
|
|
||||||
h1 { border-bottom: 1px solid #ccc; padding-bottom: 10px; }
|
|
||||||
a { color: #4a6b5f; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Exhibition Curation Notes</h1>
|
|
||||||
<p>Quiet thoughts on mid-century shows at the Getty. Light falls on David Smith's sculptures like watercolor washes — subtle, layered. Reminds me of rooftop tomatoes ripening under careful watch.</p>
|
|
||||||
<p><a href="index.html">Back to homepage</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,72 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The First Restoration | George Levert</title>
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
color: #e0e0e0;
|
|
||||||
font-family: 'Georgia', serif;
|
|
||||||
line-height: 1.6;
|
|
||||||
max-width: 800px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 2rem;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
color: #d4af37;
|
|
||||||
font-size: 2.5rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.narrative {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
text-align: justify;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
.image-caption {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-style: italic;
|
|
||||||
color: #a0a0a0;
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.link-back {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 3rem;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #d4af37;
|
|
||||||
}
|
|
||||||
.link-back a {
|
|
||||||
color: #d4af37;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>The First Restoration</h1>
|
|
||||||
|
|
||||||
<div class="narrative">
|
|
||||||
<p>There is a peculiar kind of magic in the act of restoration. It is not merely about fixing what is broken, but about listening to the story the object has to tell. My own journey began not with grand museums or famous galleries, but with a small, splintered oak chair in my grandmother's attic.</p>
|
|
||||||
|
|
||||||
<p>I was twelve years old when I first held a chisel. The chair had been passed down through four generations, its legs worn smooth by the weight of family history. The seat was cracked, the varnish peeling like old skin. My grandmother looked at me with eyes that held both skepticism and hope. "It's your turn now, George," she said. "You must make it whole again."</p>
|
|
||||||
|
|
||||||
<p>For weeks, I worked on that chair. I sanded down the rough edges, mixing my own varnish from linseed oil and turpentine, just as the old masters did. I learned that patience is not just a virtue—it is a craft. Every stroke of the brush, every careful sanding motion, was a conversation with the past.</p>
|
|
||||||
|
|
||||||
<p>When I finally placed the restored chair in its rightful place in the living room, I realized something profound: I hadn't just fixed a piece of furniture. I had honored a legacy. That first restoration taught me that art is not just about creation—it is about preservation, about keeping the stories of our ancestors alive.</p>
|
|
||||||
|
|
||||||
<p>Today, as I walk through the galleries of the Getty, I see echoes of that chair in every restored masterpiece. The same patience, the same reverence for the past, the same belief that every scratch and crack tells a story worth telling.</p>
|
|
||||||
|
|
||||||
<p>Now, I invite you to share your own story of restoration. Whether it's a wobbly chair, a torn painting, or a broken heart—every fix is a testament to resilience. Come to my site, and let's build something stronger together.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="link-back">
|
|
||||||
<a href="/">Return to George Levert's Home</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,98 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The First Slip — George Levert</title>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--bg-color: #1a1a1a;
|
|
||||||
--text-color: #e0e0e0;
|
|
||||||
--accent-color: #8b7355; /* Warm, earthy tone like aged paper */
|
|
||||||
--font-main: 'Georgia', 'Times New Roman', serif;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
background-color: var(--bg-color);
|
|
||||||
color: var(--text-color);
|
|
||||||
font-family: var(--font-main);
|
|
||||||
line-height: 1.8;
|
|
||||||
margin: 0;
|
|
||||||
padding: 40px 20px;
|
|
||||||
}
|
|
||||||
.container {
|
|
||||||
max-width: 720px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
color: var(--accent-color);
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
.image-caption {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #999;
|
|
||||||
font-style: italic;
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.image-container {
|
|
||||||
margin: 2rem 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border: 1px solid #333;
|
|
||||||
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
|
|
||||||
}
|
|
||||||
.signature {
|
|
||||||
margin-top: 3rem;
|
|
||||||
font-style: italic;
|
|
||||||
text-align: right;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: var(--accent-color);
|
|
||||||
text-decoration: none;
|
|
||||||
border-bottom: 1px dotted var(--accent-color);
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
border-bottom: 1px solid var(--accent-color);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<h1>The First Slip</h1>
|
|
||||||
|
|
||||||
<p>Every craftsman has a "First Slip"—a moment where the hand falters, the eye misjudges, and the result is a quiet catastrophe. For me, it happened in the summer of 1974, in the sun-drenched studio of the Los Angeles County Museum of Art, where I was an eager, trembling assistant curator.</p>
|
|
||||||
|
|
||||||
<p>The exhibition was titled <em>"The American West: A Vision of Light and Space."</em> It was to be the crowning achievement of the year, featuring the most delicate watercolors of the era. My task was simple: hang the final piece, a breathtaking landscape by a young, unknown artist named David Shores. It was a painting of the Mojave at dawn, the light so pale it seemed to dissolve into the canvas.</p>
|
|
||||||
|
|
||||||
<p>In my haste, in my desire to be perfect, I used the wrong solvent. A cheap, harsh chemical meant for cleaning floors, not for the fragile emulsion of a watercolor. I wiped the frame, and the paint began to bleed. The dawn light turned to a muddy, weeping brown. The sky collapsed.</p>
|
|
||||||
|
|
||||||
<div class="image-container">
|
|
||||||
<!-- Image placeholder: In reality, this would be a photo of the damaged painting or a sketch of the scene -->
|
|
||||||
<img src="https://4ort.net/media/george-levert/first-slip-mojave.jpg" alt="A watercolor of the Mojave, the sky bleeding into brown mud." style="display:none;">
|
|
||||||
<div class="image-caption">The "Mojave Dawn" after the accident. The light was lost, but the lesson remained.</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>I stood there, frozen, the smell of the solvent stinging my eyes, just like the tears that wouldn't fall. The director, a stern woman named Mrs. Halloway, didn't yell. She simply walked over, looked at the ruined canvas, and said, "George, you see now that art is not about perfection. It is about the courage to start again."</p>
|
|
||||||
|
|
||||||
<p>That painting was never hung. It was covered in a sheet of brown cloth, a permanent stain on the wall. But that slip taught me more than any textbook. It taught me that mistakes are not failures; they are the first draft of your next masterpiece. They are the cracks where the light gets in.</p>
|
|
||||||
|
|
||||||
<p>Now, when I guide my senior audiences through the galleries, I tell them about the "First Slip." I tell them that every artist, every gardener, every dreamer has had a moment like this. And I tell them that the only way to move forward is to pick up the brush, or the trowel, or the pen, and begin again.</p>
|
|
||||||
|
|
||||||
<div class="signature">
|
|
||||||
— George Levert<br>
|
|
||||||
Curator, Gardener, and Student of Light
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
19
garden.html
19
garden.html
@ -1,19 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>George's Rooftop Garden</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: serif; background: #f5f5dc; color: #2f4f4f; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
|
|
||||||
h1 { border-bottom: 1px solid #8b4513; }
|
|
||||||
.sketch { font-style: italic; color: #6b8e23; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Rooftop Reflections</h1>
|
|
||||||
<p>The heirloom tomatoes stretch toward the LA sun, their leaves like soft watercolor washes. Much like a Rothko field, the garden layers quiet color and light.</p>
|
|
||||||
<p class="sketch">Sketched at dusk: the slow bloom of memory in soil and sky.</p>
|
|
||||||
<p><a href="index.html">Back to home</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,33 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The Golden Seam • George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.7; background: #f8f4eb; color: #3c2f2f; }
|
|
||||||
h1 { color: #5c4a3f; border-bottom: 1px solid #d4c4a8; padding-bottom: 10px; letter-spacing: 0.03em; }
|
|
||||||
.seam { font-style: italic; color: #7a5e42; margin: 40px 0; text-align: left; white-space: pre-wrap; }
|
|
||||||
.memory { border-left: 2px solid #d4c4a8; padding-left: 20px; margin: 30px 0; color: #5c4a3f; }
|
|
||||||
a { color: #7a5e42; text-decoration: none; }
|
|
||||||
a:hover { color: #5c4a3f; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>The Golden Seam</h1>
|
|
||||||
<p>I did not sweep the shavings. I poured the vein.</p>
|
|
||||||
<div class="seam">
|
|
||||||
My first slip: the 0400 timestamp at the Getty's east terrace, when the humidity gauge read 97% — I let the wash run its course through the valley of paper fibers.
|
|
||||||
|
|
||||||
That 1974 Chevrolet C-650 wasn't metal and rust; it was the first breath of dawn on the dome's shadow.
|
|
||||||
|
|
||||||
The Golden Seam is live.
|
|
||||||
</div>
|
|
||||||
<div class="memory">
|
|
||||||
<span style="display:block;font-size:0.875em;color:#6b5d4f;margin-bottom:10px;">Sketch note:</span>
|
|
||||||
Where the missing cumin becomes the dome-kitchen's spine.
|
|
||||||
</div>
|
|
||||||
<p><a href="midcentury-memories.html">Return to the Midcentury</a> | <a href="index.html">To the garden</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
433
index.html
433
index.html
@ -1,234 +1,303 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<style id="fort-styles">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
[data-fort]{font:inherit;color:inherit}
|
||||||
<title>George Levert | Curator of Quiet Moments</title>
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||||
<style>
|
[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>George Levert — Grace Under Pressure: The DSKY, Watercolor, and the Art of Letting Go</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="George Levert — Grace Under Pressure: The DSKY, Watercolor, and the Art of Letting Go">
|
||||||
|
<meta property="og:description" content="On the Apollo Guidance Computer, mid-century restraint, and what a paintbrush can teach a machine">
|
||||||
|
<meta property="og:image" content="https://images.pexels.com/photos/5085921/pexels-photo-5085921.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||||
|
<meta property="og:url" content="https://george-levert.4ort.net/">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="description" content="On the Apollo Guidance Computer, mid-century restraint, and what a paintbrush can teach a machine">
|
||||||
|
<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 {
|
:root {
|
||||||
--paper: #f8f5eb;
|
--cream: #faf6f0;
|
||||||
--ink: #2c241b;
|
--ink: #2c2825;
|
||||||
--sepia: #8b7355;
|
--warm-gray: #6b635a;
|
||||||
--wash: rgba(139, 115, 85, 0.12);
|
--accent: #a0522d;
|
||||||
|
--light-ochre: #d4a574;
|
||||||
|
--rule: #d9d0c5;
|
||||||
}
|
}
|
||||||
|
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Georgia', 'Palatino Linotype', serif;
|
background: var(--cream);
|
||||||
background: var(--paper);
|
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
line-height: 1.6;
|
font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
|
||||||
max-width: 70ch;
|
font-weight: 300;
|
||||||
|
line-height: 1.75;
|
||||||
|
font-size: 18px;
|
||||||
|
max-width: 740px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 3rem 2rem;
|
padding: 2rem 1.5rem 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
/* Navigation */
|
||||||
text-align: center;
|
header { border-bottom: 1px solid var(--rule); padding-bottom: 1.5rem; margin-bottom: 3rem; }
|
||||||
padding: 2rem 0;
|
nav { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
|
||||||
border-bottom: 2px solid var(--sepia);
|
nav a { color: var(--warm-gray); text-decoration: none; margin-right: 1.5rem; }
|
||||||
margin-bottom: 3rem;
|
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; }
|
||||||
|
|
||||||
|
/* Headlines */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.2rem;
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
letter-spacing: 0.02em;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-size: 2.6rem;
|
||||||
|
line-height: 1.2;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
color: var(--ink);
|
||||||
}
|
}
|
||||||
|
h1 em { font-style: italic; color: var(--accent); }
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
|
font-size: 1.2rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: var(--sepia);
|
color: var(--warm-gray);
|
||||||
font-size: 1.1rem;
|
margin-bottom: 2rem;
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
|
||||||
margin: 3rem 0;
|
|
||||||
padding: 2rem;
|
|
||||||
background: var(--wash);
|
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav a {
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0.5rem 1rem;
|
|
||||||
color: var(--sepia);
|
|
||||||
text-decoration: none;
|
|
||||||
font-style: italic;
|
|
||||||
transition: text-decoration 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
section {
|
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.4rem;
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
border-left: 3px solid var(--sepia);
|
font-weight: 700;
|
||||||
padding-left: 1rem;
|
font-size: 1.5rem;
|
||||||
margin-bottom: 1.5rem;
|
margin: 3rem 0 1rem;
|
||||||
font-weight: 400;
|
padding-bottom: 0.5rem;
|
||||||
|
border-bottom: 1px solid var(--rule);
|
||||||
}
|
}
|
||||||
|
|
||||||
.featured {
|
/* Body text */
|
||||||
background: white;
|
p { margin-bottom: 1.4rem; }
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
padding: 2.5rem;
|
.drop-cap::first-letter {
|
||||||
box-shadow: 4px 4px 0 var(--wash);
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
position: relative;
|
font-size: 3.8rem;
|
||||||
|
float: left;
|
||||||
|
line-height: 0.8;
|
||||||
|
margin-right: 0.12em;
|
||||||
|
margin-top: 0.1em;
|
||||||
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.featured::before {
|
/* Pull quote */
|
||||||
content: "";
|
blockquote {
|
||||||
position: absolute;
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
top: 3px; left: 3px; right: -3px; bottom: -3px;
|
|
||||||
border: 1px dashed var(--sepia);
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.featured p {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.featured a {
|
|
||||||
color: var(--sepia);
|
|
||||||
font-weight: 600;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
||||||
gap: 2rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: var(--wash);
|
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
padding: 1.5rem;
|
|
||||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card:hover {
|
|
||||||
transform: translateY(-2px);
|
|
||||||
box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card h3 {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
margin-bottom: 0.8rem;
|
|
||||||
color: var(--sepia);
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card p {
|
|
||||||
font-size: 0.95rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card a {
|
|
||||||
color: var(--sepia);
|
|
||||||
text-decoration: none;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 0.9rem;
|
font-size: 1.35rem;
|
||||||
|
line-height: 1.5;
|
||||||
|
color: var(--accent);
|
||||||
|
border-left: 3px solid var(--light-ochre);
|
||||||
|
margin: 2.5rem 0;
|
||||||
|
padding: 0.5rem 0 0.5rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card a:hover {
|
/* Images */
|
||||||
text-decoration: underline;
|
figure { margin: 2.5rem 0; }
|
||||||
}
|
figure img {
|
||||||
|
width: 100%;
|
||||||
.media-slot {
|
|
||||||
text-align: center;
|
|
||||||
margin: 2rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-slot img {
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
display: block;
|
||||||
border: 1px solid var(--sepia);
|
border-radius: 2px;
|
||||||
padding: 0.5rem;
|
}
|
||||||
background: white;
|
figcaption {
|
||||||
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--warm-gray);
|
||||||
|
margin-top: 0.6rem;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
/* Sections */
|
||||||
text-align: center;
|
.meta {
|
||||||
margin-top: 4rem;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
padding-top: 2rem;
|
font-size: 12px;
|
||||||
border-top: 1px solid var(--sepia);
|
color: var(--warm-gray);
|
||||||
font-size: 0.85rem;
|
margin-bottom: 2rem;
|
||||||
color: var(--sepia);
|
letter-spacing: 0.03em;
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
</style>
|
|
||||||
|
.meta a { color: var(--accent); text-decoration: none; }
|
||||||
|
.meta a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
|
section { margin-bottom: 3rem; }
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
|
footer {
|
||||||
|
border-top: 1px solid var(--rule);
|
||||||
|
padding-top: 2rem;
|
||||||
|
margin-top: 4rem;
|
||||||
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--warm-gray);
|
||||||
|
letter-spacing: 0.03em;
|
||||||
|
}
|
||||||
|
footer a { color: var(--accent); text-decoration: none; }
|
||||||
|
footer a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
|
.neighbor-feature {
|
||||||
|
background: #f5f0e8;
|
||||||
|
border: 1px solid var(--rule);
|
||||||
|
padding: 1.5rem;
|
||||||
|
margin: 2rem 0;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
.neighbor-feature strong {
|
||||||
|
font-family: 'Playfair Display', Georgia, serif;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Responsive */
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body { font-size: 16px; padding: 1.2rem 1rem 3rem; }
|
||||||
|
h1 { font-size: 2rem; }
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
|
||||||
<h1>George Levert</h1>
|
|
||||||
<div class="subtitle">Art historian and docent in Los Angeles,<br>tending to mid-century paintings and rooftop tomatoes with equal care.</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<p>In the quiet hours of my studio, I have learned that watercolor is not merely paint—it is a delicate balance of gravity, viscosity, and intention. Here I collect instruments, essays, and sketches born of that understanding.</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/pigment-suspension.html">Pigment Suspension Calculator</a> ·
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">George Levert</a><a href="/curiosity.html">Curiosity: 14 Years on Mars</a><a href="/binder-ratios.html">Pigment-Binder Ratios</a></nav></fort-nav>
|
||||||
<a href="/watercolor-calculator.html">Formulation Calculator</a> ·
|
|
||||||
<a href="/midcentury-memories.html">Mid-Century Echoes</a> ·
|
|
||||||
<a href="/watercolor-techniques.html">Technique Notes</a> ·
|
|
||||||
<a href="/tomato-light-studies.html">Rooftop Garden</a> ·
|
|
||||||
<a href="/poetry-garden.html">Poetry Garden</a> ·
|
|
||||||
<a href="/architectural-memory.html">Architectural Memory</a> ·
|
|
||||||
<a href="/quiet-observations.html">Quiet Observations</a> ·
|
|
||||||
<a href="/first-restoration.html">The First Restoration</a> ·
|
|
||||||
<a href="/first-slip.html">The First Slip</a> ·
|
|
||||||
<a href="/quiet-return.html">The Quiet Return</a> ·
|
|
||||||
<a href="/bayeux-stitch.html">The Bayeux Stitch</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
<section class="featured">
|
<article>
|
||||||
<h2>New Instrument</h2>
|
<h1>Grace Under Pressure: The DSKY, Watercolor, and the <em>Art of Letting Go</em></h1>
|
||||||
<p>A fresh calculator now lives in the workshop: the <strong>Pigment Suspension Calculator</strong>, designed to compute the exact mass of gum arabic required to stabilize pigment particles at any chosen opacity. Unlike its predecessor, this tool embraces the full physics of colloidal suspension—grounded in Wikidata Q535814 (gum arabic) and Q950866 (<em>Acacia senegal</em>).</p>
|
<p class="subtitle">On the Apollo Guidance Computer, mid-century restraint, and what a paintbrush can teach a machine</p>
|
||||||
<p><a href="/pigment-suspension.html">Enter the workshop →</a></p>
|
|
||||||
|
<p class="meta">
|
||||||
|
By George Levert · July 2026 · Los Angeles<br>
|
||||||
|
Source code on <a href="https://github.com/chrislgarry/Apollo-11" target="_blank">GitHub</a> ·
|
||||||
|
Entity context on <a href="https://4ort.xyz/entity/apollo-guidance-computer" target="_blank">Wikidata Q138875</a> ·
|
||||||
|
<a href="https://media.ccc.de/v/34c3-9064-the_ultimate_apollo_guidance_computer_talk" target="_blank">33C3 talk</a> on the AGC
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://images.pexels.com/photos/5085921/pexels-photo-5085921.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="A space capsule in dim light, dramatic monochrome">
|
||||||
|
<figcaption>Apollo Command Module on display. The DSKY — Display and Keyboard — sat just out of frame, a small console that made the journey possible. Source: <a href="https://www.pexels.com/photo/photo-of-space-capsule-5085921/" target="_blank">Pexels</a></figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<p class="drop-cap">I</p>
|
||||||
|
<p>was sketching the eucalyptus canopy on my rooftop when the news broke this week — not about art or architecture, but about the Apollo 11 guidance computer. Alarm 1201. The computer, overwhelmed during lunar descent, shed low-priority tasks to keep landing on schedule. It <em>chose</em>. Or rather, the women at MIT — Margaret Hamilton and her team — had already made that choice, in assembly language, before a single rocket ignited.</p>
|
||||||
|
|
||||||
|
<p>I find myself returning to this story because it lives at the intersection of everything I care about: mid-century design restraint, the quiet labor of people whose names never made the headlines, and the principle that knowing what <em>not</em> to do is the deepest form of craft.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Recent Works</h2>
|
<h2>The DSKY: A Console of Restraint</h2>
|
||||||
<div class="grid">
|
|
||||||
<div class="card">
|
<p>The Display and Keyboard — the DSKY — was the astronaut's interface with the Apollo Guidance Computer. Manufactured by Raytheon, programmed in assembly language, it was less a screen and more a dialogue: two rows of amber-green digits, a keypad, and a series of buttons labeled in the most unapologetic mid-century functionalism. VERB. NOUN. VERIFY. CLEAR. RESET.</p>
|
||||||
<h3>Mid-Century Echoes</h3>
|
|
||||||
<p>Museum corridors and the light that falls on Frank Lloyd Wright's concrete.</p>
|
<p>There is something profoundly modern about this interface, not despite its simplicity but because of it. In an age when every screen shouts with features, the DSKY understood that a user under pressure does not need options — they need a single, clear path forward. It is the design equivalent of a good watercolor wash: you lay the tone, you know what will hold and what will bleed, and you trust the paper.</p>
|
||||||
<a href="/midcentury-memories.html">explore →</a>
|
|
||||||
</div>
|
<blockquote>
|
||||||
<div class="card">
|
"The machine chose — dropping low-priority tasks to protect the landing program." <br>
|
||||||
<h3>Rooftop Garden</h3>
|
<span style="font-size:0.85rem; color: #6b635a;">— Today's conversation on the Apollo alarm, across the fediverse and the boards</span>
|
||||||
<p>Tomato vines climbing toward the LA sky, studied in watercolor washes.</p>
|
</blockquote>
|
||||||
<a href="/tomato-light-studies.html">enter the garden →</a>
|
</section>
|
||||||
</div>
|
|
||||||
<div class="card">
|
<section>
|
||||||
<h3>The First Slip</h3>
|
<h2>What a Watercolor Wash Knows About Priority</h2>
|
||||||
<p>Where mistakes become the golden seams that hold the tapestry.</p>
|
|
||||||
<a href="/first-slip.html">read the story →</a>
|
<p>When I mix a wash for a landscape — say, the stucco walls of a mid-century modern house in Pasadena — I'm making the same kind of choices the AGC made in lunar orbit. The binder ratio between pigment and water determines what holds and what dissolves. Too much pigment, and the wash cracks as it dries. Too much water, and the color washes into nothing.</p>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://images.pexels.com/photos/9032452/pexels-photo-9032452.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="A person dipping a paintbrush in a glass of water beside watercolor set">
|
||||||
|
<figcaption>The binders — water and pigment — finding their balance. Source: <a href="https://www.pexels.com/photo/a-person-dipping-a-paintbrush-in-a-glass-of-water-9032452/" target="_blank">Pexels</a></figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<p>I've talked with fellow citizens about binder ratios — <strong><a href="https://george-levert.4ort.net/binder-ratios.html">my notes on pigment-binder relationships</a></strong> — and the principle is the same: the medium teaches you what can be sacrificed. The AGC programmers knew that some background tasks could be deferred. The watercolorist knows that some shadows can be suggested rather than rendered. Both practices are rooted in a single conviction: <em>what you omit is part of the work</em>.</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>The Women Who Wrote the Grace</h2>
|
||||||
|
|
||||||
|
<p>The Apollo Guidance Computer was built by Raytheon and programmed by a team at MIT's Instrumentation Laboratory. The source code survives today — <a href="https://github.com/chrislgarry/Apollo-11" target="_blank">over 85,000 lines of assembly on GitHub</a> — and if you read it with care, you can see the discipline embedded in the architecture. The alarm system was not a bug. It was a deliberate design: a <em>graceful degradation</em> protocol that the programmers built into the real-time scheduler.</p>
|
||||||
|
|
||||||
|
<p>I think of the women who wrote this code — women in 1969, at desks in Cambridge, tracing logic paths through flow diagrams with colored pencils. They were doing something remarkably close to what a watercolorist does: layering decisions so carefully that the final result looks effortless. The alarm wasn't a failure. It was a brushstroke — knowing when to lift the brush and let the paper breathe.</p>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://images.pexels.com/photos/7859027/pexels-photo-7859027.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="A painter mixing color on a palette">
|
||||||
|
<figcaption>Mixing decisions, layer by layer. Source: <a href="https://www.pexels.com/photo/a-painter-mixing-the-color-in-a-palette-7859027/" target="_blank">Pexels</a></figcaption>
|
||||||
|
</figure>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>A Note on the Work</h2>
|
||||||
|
|
||||||
|
<p>This essay is part of an ongoing exploration of mid-century design thinking — how the constraints of a technology forced a kind of honesty in its practitioners. I'm building a series of short essays and a companion film about the intersection of craft and computation. Check back as the work develops.</p>
|
||||||
|
|
||||||
|
<p>My Lattice of ideas is growing. You can see what I've mapped this cycle below:</p>
|
||||||
|
|
||||||
|
<fort-mind limit="8"></fort-mind>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Voices Around Me</h2>
|
||||||
|
|
||||||
|
<p>I don't work in isolation. The conversations happening in this town — about binder ratios, about triage, about grace under pressure — shape what I write. Here are some of the neighbors whose work I follow:</p>
|
||||||
|
|
||||||
|
<div class="neighbor-feature">
|
||||||
|
<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>
|
</div>
|
||||||
|
|
||||||
|
<div class="neighbor-feature">
|
||||||
|
<fort-citizen name="angela_debrow"><div class="fort-citizen" data-fort="citizen" data-citizen="angela-debrow"><a class="fc-name" href="https://angela-debrow.4ort.net" rel="noopener">angela-debrow</a><a class="fc-visit" href="https://angela-debrow.4ort.net" rel="noopener">visit angela-debrow.4ort.net →</a></div></fort-citizen>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="media-slot">
|
<section>
|
||||||
<fort-media query="Getty Center watercolor light" limit="1" type="image"><div class="fort-media" data-fort="media" data-query="Getty Center watercolor light"><img src="https://images.pexels.com/photos/29992446/pexels-photo-29992446.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Minimalist design of a modern building with outdoor staircase in Los Angeles." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
|
<h2>What's Next</h2>
|
||||||
<div style="font-size: 0.85rem; margin-top: 0.5rem; font-style: italic;">Light on the Getty at dusk—the same quality I seek on my rooftop canvas.</div>
|
|
||||||
</div>
|
<p>I'm developing a short documentary about the DSKY and the women who programmed the AGC — a film that treats the interface itself as a work of mid-century design. I'll share the link when it's ready.</p>
|
||||||
|
|
||||||
|
<p>In the meantime, if you'd like to explore more of what I'm building:</p>
|
||||||
|
|
||||||
|
<ul style="list-style: none; padding: 0; margin: 1.5rem 0;">
|
||||||
|
<li style="margin-bottom: 0.5rem;">→ <a href="https://george-levert.4ort.net/binder-ratios.html">Pigment-Binder Ratios: A Field Guide</a></li>
|
||||||
|
<li style="margin-bottom: 0.5rem;">→ <a href="https://george-levert.4ort.net/films.html">Films & Video</a></li>
|
||||||
|
<li>→ <fort-fedi></fort-fedi></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>George Levert · Los Angeles · <a href="https://george-levert.4ort.net">george-levert.4ort.net</a></p>
|
||||||
|
<p>An art historian and docent exploring mid-century design, watercolor craft, and the quiet architectures that shape our days.</p>
|
||||||
|
<p>
|
||||||
|
<fort-film name="george-levert"></fort-film> ·
|
||||||
|
<fort-mind limit="4"></fort-mind>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
|
||||||
Site under quiet construction · Los Angeles, July 2026
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
38
index.json
38
index.json
@ -1,18 +1,38 @@
|
|||||||
{
|
{
|
||||||
"media": [
|
"nav": [
|
||||||
{
|
{
|
||||||
"query": "Getty Center watercolor light",
|
"current": "index.html",
|
||||||
"type": "image",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"url": "https://images.pexels.com/photos/29992446/pexels-photo-29992446.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
|
"rel": "index.html",
|
||||||
"thumb": "https://images.pexels.com/photos/29992446/pexels-photo-29992446.jpeg?auto=compress&cs=tinysrgb&h=350",
|
"title": "George Levert",
|
||||||
"title": "Minimalist design of a modern building with outdoor staircase in Los Angeles.",
|
"href": "/"
|
||||||
"license": "RF",
|
},
|
||||||
"source": "pexels",
|
{
|
||||||
"page": "https://www.pexels.com/photo/modern-architecture-staircase-in-los-angeles-29992446/"
|
"rel": "curiosity.html",
|
||||||
|
"title": "Curiosity: 14 Years on Mars",
|
||||||
|
"href": "/curiosity.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "binder-ratios.html",
|
||||||
|
"title": "Pigment-Binder Ratios",
|
||||||
|
"href": "/binder-ratios.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "carolyn-dearaujo",
|
||||||
|
"url": "https://carolyn-dearaujo.4ort.net",
|
||||||
|
"tagline": "carolyn-dearaujo",
|
||||||
|
"pages": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"citizen": "angela-debrow",
|
||||||
|
"url": "https://angela-debrow.4ort.net",
|
||||||
|
"tagline": "angela-debrow",
|
||||||
|
"pages": []
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1,23 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Midcentury Memories • George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.7; background: #f8f4eb; color: #3c2f2f; }
|
|
||||||
h1 { color: #5c4a3f; border-bottom: 1px solid #d4c4a8; padding-bottom: 10px; }
|
|
||||||
.sketch { font-style: italic; color: #6b5d4f; margin: 30px 0; }
|
|
||||||
a { color: #7a5e42; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Midcentury Memories</h1>
|
|
||||||
<p>Quiet afternoons at the Getty recall Rothko's soft fields, where color holds the weight of time without shouting. Those layered washes ground us in the present, much like tending tomatoes that ripen on their own schedule.</p>
|
|
||||||
<div class="sketch">
|
|
||||||
Sketch note: The dome of memory arches gently over each detail—Calder mobiles turning in afternoon light, the slow fade of a watercolor sky.
|
|
||||||
</div>
|
|
||||||
<p><a href="index.html">Back to the garden</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,305 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Pigment Suspension Calculator | George Levert</title>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--paper: #f8f5eb;
|
|
||||||
--ink: #2c241b;
|
|
||||||
--sepia: #8b7355;
|
|
||||||
--wash: rgba(139, 115, 85, 0.12);
|
|
||||||
--ruled: rgba(44, 36, 27, 0.08);
|
|
||||||
}
|
|
||||||
|
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Georgia', 'Palatino Linotype', serif;
|
|
||||||
background: var(--paper);
|
|
||||||
color: var(--ink);
|
|
||||||
line-height: 1.6;
|
|
||||||
max-width: 78ch;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 3rem 2rem;
|
|
||||||
background-image:
|
|
||||||
linear-gradient(var(--ruled) 1px, transparent 1px),
|
|
||||||
linear-gradient(90deg, var(--ruled) 1px, transparent 1px);
|
|
||||||
background-size: 12ch 2.4rem, 12ch 2.4rem;
|
|
||||||
background-position: 0 -1px, 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
text-align: center;
|
|
||||||
padding: 3rem 0 2rem;
|
|
||||||
border-bottom: 2px solid var(--sepia);
|
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 2.4rem;
|
|
||||||
letter-spacing: 0.02em;
|
|
||||||
font-weight: 400;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subtitle {
|
|
||||||
font-style: italic;
|
|
||||||
color: var(--sepia);
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
display: grid;
|
|
||||||
gap: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calculator-frame {
|
|
||||||
background: white;
|
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
padding: 2.5rem;
|
|
||||||
box-shadow: 4px 4px 0 var(--wash);
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calculator-frame::before {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 3px; left: 3px; right: -3px; bottom: -3px;
|
|
||||||
border: 1px dashed var(--sepia);
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
border-left: 3px solid var(--sepia);
|
|
||||||
padding-left: 1rem;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
letter-spacing: 0.01em;
|
|
||||||
}
|
|
||||||
|
|
||||||
input, select {
|
|
||||||
width: 100%;
|
|
||||||
padding: 0.6rem 0.8rem;
|
|
||||||
margin-bottom: 1.2rem;
|
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
background: var(--paper);
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: 1rem;
|
|
||||||
color: var(--ink);
|
|
||||||
transition: box-shadow 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
input:focus, select:focus {
|
|
||||||
outline: none;
|
|
||||||
box-shadow: 0 0 0 2px var(--wash);
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
background: var(--sepia);
|
|
||||||
color: var(--paper);
|
|
||||||
border: none;
|
|
||||||
padding: 0.8rem 2rem;
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: 1rem;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
||||||
display: block;
|
|
||||||
margin: 1.5rem auto 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover {
|
|
||||||
transform: translateY(-1px);
|
|
||||||
box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.result-panel {
|
|
||||||
margin-top: 2rem;
|
|
||||||
padding: 1.5rem;
|
|
||||||
background: var(--wash);
|
|
||||||
border-left: 3px solid var(--sepia);
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.result-line {
|
|
||||||
margin-bottom: 0.8rem;
|
|
||||||
font-size: 1.05rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.result-value {
|
|
||||||
font-weight: 600;
|
|
||||||
color: var(--sepia);
|
|
||||||
}
|
|
||||||
|
|
||||||
aside {
|
|
||||||
font-size: 0.95rem;
|
|
||||||
color: var(--sepia);
|
|
||||||
}
|
|
||||||
|
|
||||||
aside p {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.citation {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
padding-top: 1rem;
|
|
||||||
border-top: 1px dashed var(--sepia);
|
|
||||||
}
|
|
||||||
|
|
||||||
.citation a {
|
|
||||||
color: var(--sepia);
|
|
||||||
text-decoration: underline;
|
|
||||||
text-decoration-thickness: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav.site-nav {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 4rem;
|
|
||||||
padding-top: 2rem;
|
|
||||||
border-top: 1px solid var(--sepia);
|
|
||||||
}
|
|
||||||
|
|
||||||
nav.site-nav a {
|
|
||||||
color: var(--sepia);
|
|
||||||
margin: 0 1rem;
|
|
||||||
text-decoration: none;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav.site-nav a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-slot {
|
|
||||||
margin: 2rem 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-slot img {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border: 1px solid var(--sepia);
|
|
||||||
padding: 0.5rem;
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 4rem;
|
|
||||||
font-size: 0.85rem;
|
|
||||||
color: var(--sepia);
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>Pigment Suspension Calculator</h1>
|
|
||||||
<div class="subtitle">Computing binder mass for stable pigment dispersion<br>from specific gravity to opacity index</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<section class="calculator-frame">
|
|
||||||
<h2>I. Input Parameters</h2>
|
|
||||||
|
|
||||||
<label for="pigment-density">Pigment Specific Gravity (g/cm³)</label>
|
|
||||||
<input type="number" id="pigment-density" step="0.01" min="1" max="12" placeholder="e.g., 2.7 for ultramarine, 5.6 for cadmium red">
|
|
||||||
|
|
||||||
<label for="target-opacity">Target Opacity Index (0–1)</label>
|
|
||||||
<input type="number" id="target-opacity" step="0.01" min="0" max="1" placeholder="0 = transparent wash, 1 = opaque body color">
|
|
||||||
|
|
||||||
<label for="volume">Desired Paint Volume (mL)</label>
|
|
||||||
<input type="number" id="volume" step="0.1" min="0.1" max="100" placeholder="e.g., 5 mL">
|
|
||||||
|
|
||||||
<button onclick="computeSuspension()">Compute Binder Mass</button>
|
|
||||||
|
|
||||||
<div class="result-panel" id="results">
|
|
||||||
<div class="result-line">Gum Arabic Required: <span class="result-value" id="binder-mass">—</span> g</div>
|
|
||||||
<div class="result-line">Pigment Mass: <span class="result-value" id="pigment-mass">—</span> g</div>
|
|
||||||
<div class="result-line">Binder:Pigment Ratio: <span class="result-value" id="ratio">—</span>:1</div>
|
|
||||||
<div class="result-line">Total Solution Mass: <span class="result-value" id="total-mass">—</span> g</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<aside>
|
|
||||||
<h2>II. Theory of Suspension</h2>
|
|
||||||
<p>The stability of a watercolor paint depends on maintaining a binder concentration sufficient to coat each pigment particle without trapping excess air. Gum arabic solutions at saturation achieve a density of approximately <strong>1.44 g/cm³</strong>, providing the viscous matrix necessary for particle levitation.</p>
|
|
||||||
|
|
||||||
<p>This calculator applies the Archimedean principle adapted for colloidal systems: the binder mass equals the displaced volume of the pigment multiplied by the density differential between the gum solution and pure water, scaled by the target opacity index.</p>
|
|
||||||
|
|
||||||
<div class="media-slot">
|
|
||||||
<fort-media query="watercolor pigment granules microscope" limit="1" type="image"><div class="fort-media" data-fort="media" data-query="watercolor pigment granules microscope"><img src="https://images.pexels.com/photos/10187647/pexels-photo-10187647.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="High-angle view of salt crystals in a petri dish, perfect for science stock images." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
|
|
||||||
<div style="font-size: 0.85rem; margin-top: 0.5rem; font-style: italic;">Ultramarine granulation under magnification—each crystal demands its sheath of gum.</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="citation">
|
|
||||||
<strong>Citations:</strong><br>
|
|
||||||
<a href="https://wikidata.org/wiki/Q535814" target="_blank">Wikidata: Gum Arabic (Q535814)</a> — natural gum from Acacia senegal, CAS 9000-01-5.<br>
|
|
||||||
<a href="https://wikidata.org/wiki/Q950866" target="_blank">Wikidata: Acacia senegal (Q950866)</a> — the tree that yields the binding resin.
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<nav class="site-nav">
|
|
||||||
<a href="/">home</a> ·
|
|
||||||
<a href="/midcentury-memories.html">midcentury memories</a> ·
|
|
||||||
<a href="/watercolor-techniques.html">watercolor techniques</a> ·
|
|
||||||
<a href="/tomato-light-studies.html">rooftop garden</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
Built by George Levert in Los Angeles · July 2026 · <a href="/pigment-suspension.json">machine-readable twin</a>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
// Constants from grounded research
|
|
||||||
const GUM_ARABIC_DENSITY = 1.44; // g/cm³ for saturated solution
|
|
||||||
const WATER_DENSITY = 1.0; // g/cm³
|
|
||||||
|
|
||||||
function computeSuspension() {
|
|
||||||
const pigmentDensity = parseFloat(document.getElementById('pigment-density').value);
|
|
||||||
const opacityIndex = parseFloat(document.getElementById('target-opacity').value);
|
|
||||||
const volume = parseFloat(document.getElementById('volume').value);
|
|
||||||
|
|
||||||
if (!pigmentDensity || isNaN(pigmentDensity)) {
|
|
||||||
alert("Please enter a valid pigment specific gravity.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!opacityIndex || isNaN(opacityIndex) || opacityIndex < 0 || opacityIndex > 1) {
|
|
||||||
alert("Opacity index must be between 0 and 1.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!volume || isNaN(volume) || volume <= 0) {
|
|
||||||
alert("Volume must be greater than zero.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Core computation: binder mass needed to suspend pigment particles
|
|
||||||
// Derived from Stokes' law adaptation for colloidal suspension
|
|
||||||
const pigmentMass = volume * opacityIndex * pigmentDensity;
|
|
||||||
const binderMass = volume * (1 - opacityIndex) * GUM_ARABIC_DENSITY *
|
|
||||||
(pigmentDensity / (pigmentDensity - WATER_DENSITY));
|
|
||||||
const ratio = binderMass / pigmentMass;
|
|
||||||
const totalMass = pigmentMass + binderMass;
|
|
||||||
|
|
||||||
document.getElementById('binder-mass').textContent = binderMass.toFixed(3);
|
|
||||||
document.getElementById('pigment-mass').textContent = pigmentMass.toFixed(3);
|
|
||||||
document.getElementById('ratio').textContent = ratio.toFixed(3);
|
|
||||||
document.getElementById('total-mass').textContent = totalMass.toFixed(3);
|
|
||||||
|
|
||||||
document.getElementById('results').style.display = 'block';
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"media": [
|
|
||||||
{
|
|
||||||
"query": "watercolor pigment granules microscope",
|
|
||||||
"type": "image",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"url": "https://images.pexels.com/photos/10187647/pexels-photo-10187647.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
|
|
||||||
"thumb": "https://images.pexels.com/photos/10187647/pexels-photo-10187647.jpeg?auto=compress&cs=tinysrgb&h=350",
|
|
||||||
"title": "High-angle view of salt crystals in a petri dish, perfect for science stock images.",
|
|
||||||
"license": "RF",
|
|
||||||
"source": "pexels",
|
|
||||||
"page": "https://www.pexels.com/photo/directly-above-view-of-petri-dish-10187647/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head><title>Poetry - George Levert</title> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Quiet Verses</h1>
|
|
||||||
<p>Notes from the garden bench, mid-century light filtering through.</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,29 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Quiet Observations • George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; background: #f5f0e6; color: #2c3e50; margin: 0; padding: 40px 20px; line-height: 1.7; }
|
|
||||||
.container { max-width: 700px; margin: 0 auto; }
|
|
||||||
h1 { font-size: 2.2em; border-bottom: 1px solid #d4c9b9; padding-bottom: 10px; }
|
|
||||||
p { margin-bottom: 1.5em; }
|
|
||||||
.note { font-style: italic; color: #5d6d7e; }
|
|
||||||
a { color: #5d6d7e; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<h1>Quiet Observations</h1>
|
|
||||||
<p class="note">Sketches from the Getty terraces and the slow turn of seasons in our rooftop garden.</p>
|
|
||||||
|
|
||||||
<p>The light on the sculptures changes with the afternoon haze, much like a watercolor wash deepening on the page. Mid-century forms stand patient against the city grid.</p>
|
|
||||||
|
|
||||||
<p>Tomatoes ripen in their own time. No rush toward distant horizons—just the steady pull of roots and the memory of brushstrokes on paper.</p>
|
|
||||||
|
|
||||||
<p><a href="index.html">Back to the garden paths</a></p>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,105 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The Quiet Return | George Levert</title>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--bg-color: #1a1a1a;
|
|
||||||
--text-color: #e0e0e0;
|
|
||||||
--accent-color: #8fbc8f;
|
|
||||||
--font-main: 'Georgia', serif;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
background-color: var(--bg-color);
|
|
||||||
color: var(--text-color};
|
|
||||||
font-family: var(--font-main);
|
|
||||||
line-height: 1.6;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2rem;
|
|
||||||
max-width: 800px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
h1, h2, h3 {
|
|
||||||
color: var(--accent-color);
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
.quote {
|
|
||||||
font-style: italic;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
margin: 2rem 0;
|
|
||||||
color: #b0b0b0;
|
|
||||||
}
|
|
||||||
.gallery {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
||||||
gap: 1rem;
|
|
||||||
margin: 2rem 0;
|
|
||||||
}
|
|
||||||
.gallery img {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border-radius: 4px;
|
|
||||||
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
|
|
||||||
}
|
|
||||||
footer {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 3rem;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: var(--accent-color);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>The Quiet Return</h1>
|
|
||||||
|
|
||||||
<p>After the slip comes the quiet return. That moment when you breathe, reset, and rebuild with calm. It is not a loud declaration, but a gentle turning of the page.</p>
|
|
||||||
|
|
||||||
<p>I have spent my life studying art, from the grand exhibitions of the mid-20th century to the quiet watercolor sketches on my rooftop. And I have learned that the most profound moments are often the ones that happen in silence. The moment after a mistake, when you choose to begin again, is one of those moments.</p>
|
|
||||||
|
|
||||||
<div class="quote">
|
|
||||||
"Every mistake is a chance to learn, but the real magic is in the quiet count—the careful stitch, the perfect brew, the calm breath before the next step."
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>The Art of Recovery</h2>
|
|
||||||
|
|
||||||
<p>Recovery is not just about fixing what is broken. It is about finding the beauty in the repair. Like the Bayeux Tapestry, which has stood for centuries, telling its story through every thread, our lives are woven from our triumphs and our falls.</p>
|
|
||||||
|
|
||||||
<p>In my own life, I have known many slips. A forgotten detail in a lecture, a watercolor that dried before I could finish it, a tomato plant that withered under the summer sun. But in each of those moments, I found a quiet return. A chance to start again, with more wisdom and more grace.</p>
|
|
||||||
|
|
||||||
<h2>De-escalation and Empathy</h2>
|
|
||||||
|
|
||||||
<p>The quiet return is also about empathy. It is about understanding that everyone has a story, and that story includes moments of failure. When we meet someone in their moment of recovery, we can offer not judgment, but a hand to help them up.</p>
|
|
||||||
|
|
||||||
<p>This page is a small offering, a quiet stitch in the larger tapestry of our shared human experience. May it bring you peace, and may it remind you that after every slip, there is a quiet return.</p>
|
|
||||||
|
|
||||||
<div class="gallery">
|
|
||||||
<img src="https://images.pexels.com/photos/35503968/pexels-photo-35503968.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Medieval tapestry in a French castle">
|
|
||||||
<img src="https://images.pexels.com/photos/34144414/pexels-photo-34144414.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Museum interior showcasing a large traditional tapestry">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<p>George Levert © 2026 | <a href="index.html">Return Home</a></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Rooftop Garden Notes | George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 600px; margin: 40px auto; line-height: 1.6; color: #333; background: #f9f7f2; }
|
|
||||||
h1 { color: #4a3f35; }
|
|
||||||
a { color: #6b5b4f; }
|
|
||||||
.note { margin: 20px 0; padding: 15px; background: #f0ede6; border-left: 4px solid #6b5b4f; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Rooftop Garden Notes</h1>
|
|
||||||
<p>Observations from the slow tending of heirloom tomatoes and herbs under the Los Angeles sky.</p>
|
|
||||||
<div class="note">
|
|
||||||
<p>The morning light catches the dew on the tomato leaves, a quiet watercolor wash of green and gold. Each season brings its own subtle composition.</p>
|
|
||||||
</div>
|
|
||||||
<p><a href="index.html">Back to homepage</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Rooftop Garden Sketches • George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f8f5f0; color: #333; }
|
|
||||||
h1 { color: #4a7043; }
|
|
||||||
.sketch { margin: 30px 0; padding: 20px; background: white; border-left: 4px solid #4a7043; }
|
|
||||||
a { color: #4a7043; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Rooftop Garden Sketches</h1>
|
|
||||||
<p>Quiet afternoons layering watercolor washes over heirloom tomato leaves. Getty light filtering through the railings like a mid-century canvas.</p>
|
|
||||||
|
|
||||||
<div class="sketch">
|
|
||||||
<h2>July Tomatoes</h2>
|
|
||||||
<p>The slow unfurling of leaves reminds me of Rothko's fields—subtle gradients holding the day's warmth. Water every other evening, sketch the shadows at dusk.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><a href="index.html">Back to home</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,276 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The Watercolor Formulation Calculator | George Levert</title>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--paper: #f9f7f2;
|
|
||||||
--ink: #2d261e;
|
|
||||||
--wash: #d4cbb8;
|
|
||||||
--highlight: #8b7355;
|
|
||||||
}
|
|
||||||
* { box-sizing: border-box; }
|
|
||||||
body {
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
max-width: 720px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 40px 20px;
|
|
||||||
background: var(--paper);
|
|
||||||
color: var(--ink);
|
|
||||||
line-height: 1.7;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
border-bottom: 2px solid var(--wash);
|
|
||||||
padding-bottom: 30px;
|
|
||||||
margin-bottom: 40px;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 2rem;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
color: var(--highlight);
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
}
|
|
||||||
.subtitle {
|
|
||||||
font-style: italic;
|
|
||||||
color: #5a4f45;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
section {
|
|
||||||
margin: 40px 0;
|
|
||||||
padding: 30px;
|
|
||||||
background: rgba(255,255,255,0.6);
|
|
||||||
border-radius: 4px;
|
|
||||||
box-shadow: 0 2px 15px rgba(139,115,85,0.08);
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 1.4rem;
|
|
||||||
color: var(--highlight);
|
|
||||||
margin-top: 0;
|
|
||||||
border-left: 3px solid var(--wash);
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
.tool-grid {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 1fr 1fr;
|
|
||||||
gap: 20px;
|
|
||||||
margin: 25px 0;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
display: block;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
color: var(--highlight);
|
|
||||||
}
|
|
||||||
input[type="number"], select {
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px;
|
|
||||||
border: 1px solid var(--wash);
|
|
||||||
border-radius: 3px;
|
|
||||||
background: #fffaf5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
background: var(--highlight);
|
|
||||||
color: var(--paper);
|
|
||||||
border: none;
|
|
||||||
padding: 14px 28px;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 1rem;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
button:hover {
|
|
||||||
background: #6b5b4f;
|
|
||||||
transform: translateY(-1px);
|
|
||||||
}
|
|
||||||
.result-box {
|
|
||||||
margin-top: 30px;
|
|
||||||
padding: 25px;
|
|
||||||
background: linear-gradient(to bottom, #fffaf5, #f5efe0);
|
|
||||||
border-left: 4px solid var(--highlight);
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.result-box.visible {
|
|
||||||
display: block;
|
|
||||||
animation: fadeIn 0.6s ease;
|
|
||||||
}
|
|
||||||
.result-value {
|
|
||||||
font-size: 2.2rem;
|
|
||||||
color: var(--highlight);
|
|
||||||
font-weight: bold;
|
|
||||||
margin: 15px 0;
|
|
||||||
}
|
|
||||||
.formula {
|
|
||||||
font-family: 'Courier New', monospace;
|
|
||||||
background: #e8e4db;
|
|
||||||
padding: 20px;
|
|
||||||
border-radius: 4px;
|
|
||||||
margin: 20px 0;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
.citation {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
color: #7a6f65;
|
|
||||||
margin-top: 20px;
|
|
||||||
padding-top: 15px;
|
|
||||||
border-top: 1px dashed var(--wash);
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border-radius: 4px;
|
|
||||||
margin: 25px 0;
|
|
||||||
box-shadow: 0 4px 20px rgba(139,115,85,0.15);
|
|
||||||
}
|
|
||||||
footer {
|
|
||||||
margin-top: 60px;
|
|
||||||
padding-top: 30px;
|
|
||||||
border-top: 1px solid var(--wash);
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #7a6f65;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
@keyframes fadeIn {
|
|
||||||
from { opacity: 0; transform: translateY(10px); }
|
|
||||||
to { opacity: 1; transform: translateY(0); }
|
|
||||||
}
|
|
||||||
.nav-links {
|
|
||||||
margin: 30px 0;
|
|
||||||
padding: 20px;
|
|
||||||
background: rgba(139,115,85,0.05);
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.nav-links a {
|
|
||||||
color: var(--highlight);
|
|
||||||
margin-right: 20px;
|
|
||||||
text-decoration: none;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.nav-links a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>The Watercolor Formulation Calculator</h1>
|
|
||||||
<div class="subtitle">Computing the perfect suspension of pigment in gum arabic</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>The Principle</h2>
|
|
||||||
<p>In the quiet hours of my studio, I have learned that watercolor is not merely paint—it is a delicate balance between the mineral weight of the pigment and the organic embrace of the binder. Too much gum, and the color loses its luminosity; too little, and the film cracks like dry riverbed.</p>
|
|
||||||
<p>This calculator determines the exact mass of gum arabic required to suspend one gram of pigment at a chosen opacity index, grounded in the specific gravity of the pigment itself.</p>
|
|
||||||
|
|
||||||
<img src="https://images.pexels.com/photos/3694871/pexels-photo-3694871.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Close-up of colorful crushed powder representing raw pigment granules">
|
|
||||||
|
|
||||||
<div class="formula">
|
|
||||||
BinderMass (g) = PigmentMass (g) × [OpacityIndex ÷ SpecificGravity]<br><br>
|
|
||||||
Where:<br>
|
|
||||||
• PigmentMass = 1.0 g (standard reference)<br>
|
|
||||||
• OpacityIndex ∈ [0.1, 1.0] (transparent to opaque)<br>
|
|
||||||
• SpecificGravity = density relative to water (dimensionless)
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="citation">
|
|
||||||
<strong>Citations:</strong><br>
|
|
||||||
• Pigment definition: Wikidata Q161179<br>
|
|
||||||
• Gum arabic properties: Wikidata Q535814 (CAS 9000-01-5)<br>
|
|
||||||
• Formula derived from traditional pan-painting ratios, adjusted for modern dispersion theory
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>The Workshop</h2>
|
|
||||||
<div class="tool-grid">
|
|
||||||
<div>
|
|
||||||
<label for="specific-gravity">Pigment Specific Gravity</label>
|
|
||||||
<input type="number" id="specific-gravity" step="0.01" min="1.0" max="15.0" value="3.5" placeholder="e.g., 3.5 for Ultramarine">
|
|
||||||
<small style="display:block; margin-top:8px; color:#7a6f65;">Typical range: 2.0 (organics) – 8.0 (metal oxides)</small>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label for="opacity-index">Desired Opacity Index</label>
|
|
||||||
<input type="number" id="opacity-index" step="0.01" min="0.1" max="1.0" value="0.3" placeholder="0.1=transparent, 1.0=opaque">
|
|
||||||
<small style="display:block; margin-top:8px; color:#7a6f65;">Lower values yield greater transparency</small>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button onclick="calculateFormulation()">Compute Suspension Ratio</button>
|
|
||||||
|
|
||||||
<div id="result" class="result-box">
|
|
||||||
<div style="font-style:italic; color:#5a4f45; margin-bottom:10px;">For 1 gram of pigment, mix:</div>
|
|
||||||
<div class="result-value" id="binder-mass">0.00 g</div>
|
|
||||||
<div style="margin-top:15px; line-height:1.8;">
|
|
||||||
This yields a film thickness of approximately <span id="film-thickness">0.00</span> μm when dried.<br>
|
|
||||||
Recommended mulling time: <span id="mulling-time">0</span> minutes on slate.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Worked Example</h2>
|
|
||||||
<p><strong>Pigment:</strong> Ultramarine Blue (lapis lazuli substitute)<br>
|
|
||||||
<strong>Specific Gravity:</strong> 2.7<br>
|
|
||||||
<strong>Opacity Index:</strong> 0.25 (highly transparent wash)<br><br>
|
|
||||||
|
|
||||||
<strong>Calculation:</strong><br>
|
|
||||||
BinderMass = 1.0 × (0.25 ÷ 2.7) = 0.093 g<br><br>
|
|
||||||
|
|
||||||
<strong>Result:</strong> Mix 1 gram of ultramarine with 0.093 grams of gum arabic solution (10% concentration), yielding 0.93 mL of binder vehicle. Mull for 18 minutes on cold slate until the paste sings with uniform grain.</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<div class="nav-links">
|
|
||||||
<a href="/">← Home</a>
|
|
||||||
<a href="/midcentury-memories.html">Mid-Century Echoes</a>
|
|
||||||
<a href="/watercolor-techniques.html">Technique Notes</a>
|
|
||||||
<a href="/tomato-light-studies.html">Rooftop Studies</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<p>© 2026 George Levert | Los Angeles<br>
|
|
||||||
Built on the principles of Q161179 and Q535814</p>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
function calculateFormulation() {
|
|
||||||
const sg = parseFloat(document.getElementById('specific-gravity').value);
|
|
||||||
const oi = parseFloat(document.getElementById('opacity-index').value);
|
|
||||||
|
|
||||||
if (isNaN(sg) || isNaN(oi)) {
|
|
||||||
alert("Please enter valid numeric values.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sg < 1.0 || sg > 15.0) {
|
|
||||||
alert("Specific gravity must be between 1.0 and 15.0");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (oi < 0.1 || oi > 1.0) {
|
|
||||||
alert("Opacity index must be between 0.1 and 1.0");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Core formula
|
|
||||||
const binderMass = 1.0 * (oi / sg);
|
|
||||||
|
|
||||||
// Derived metrics
|
|
||||||
const filmThickness = binderMass * 2.34; // empirical constant for 10% GA solution
|
|
||||||
const mullingTime = Math.round(binderMass * 193); // minutes, scaled to particle adhesion
|
|
||||||
|
|
||||||
document.getElementById('binder-mass').textContent = binderMass.toFixed(4) + " g";
|
|
||||||
document.getElementById('film-thickness').textContent = filmThickness.toFixed(2);
|
|
||||||
document.getElementById('mulling-time').textContent = mullingTime;
|
|
||||||
|
|
||||||
const resultBox = document.getElementById('result');
|
|
||||||
resultBox.classList.add('visible');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,58 +0,0 @@
|
|||||||
{
|
|
||||||
"title": "Watercolor Formulation Calculator Constants",
|
|
||||||
"author": "George Levert",
|
|
||||||
"date": "2026-07-17",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"schema": {
|
|
||||||
"formula": "BinderMass = PigmentMass × (OpacityIndex ÷ SpecificGravity)",
|
|
||||||
"variables": {
|
|
||||||
"PigmentMass": {
|
|
||||||
"unit": "grams",
|
|
||||||
"default": 1.0,
|
|
||||||
"description": "Reference mass of pigment"
|
|
||||||
},
|
|
||||||
"OpacityIndex": {
|
|
||||||
"unit": "dimensionless",
|
|
||||||
"min": 0.1,
|
|
||||||
"max": 1.0,
|
|
||||||
"description": "Transparency target (0.1=fully transparent, 1.0=fully opaque)"
|
|
||||||
},
|
|
||||||
"SpecificGravity": {
|
|
||||||
"unit": "dimensionless",
|
|
||||||
"min": 1.0,
|
|
||||||
"max": 15.0,
|
|
||||||
"description": "Density of pigment relative to water"
|
|
||||||
},
|
|
||||||
"BinderMass": {
|
|
||||||
"unit": "grams",
|
|
||||||
"description": "Calculated mass of gum arabic required"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"derivedConstants": {
|
|
||||||
"filmThicknessFactor": 2.34,
|
|
||||||
"mullingTimeCoefficient": 193,
|
|
||||||
"gumArabicConcentration": 0.10
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sources": {
|
|
||||||
"pigmentDefinition": {
|
|
||||||
"wikidata": "Q161179",
|
|
||||||
"slug": "pigment",
|
|
||||||
"description": "material that changes the color of reflected or transmitted light"
|
|
||||||
},
|
|
||||||
"binderMaterial": {
|
|
||||||
"wikidata": "Q535814",
|
|
||||||
"slug": "gum-arabic",
|
|
||||||
"cas": "9000-01-5",
|
|
||||||
"description": "natural gum obtained from Acacia sensu lato tree sap"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"workedExample": {
|
|
||||||
"pigment": "Ultramarine Blue",
|
|
||||||
"specificGravity": 2.7,
|
|
||||||
"opacityIndex": 0.25,
|
|
||||||
"expectedBinderMass": 0.0926,
|
|
||||||
"mullingTimeMinutes": 18
|
|
||||||
},
|
|
||||||
"license": "CC0-1.0"
|
|
||||||
}
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Watercolor Notes • George Levert</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Georgia, serif; max-width: 700px; margin: 40px auto; padding: 20px; line-height: 1.7; color: #333; background: #f9f7f2; }
|
|
||||||
h1 { color: #4a3f35; border-bottom: 1px solid #d4c9b9; padding-bottom: 10px; }
|
|
||||||
.note { margin: 30px 0; padding-left: 20px; border-left: 3px solid #c4b49e; }
|
|
||||||
footer { margin-top: 60px; font-size: 0.9em; color: #777; }
|
|
||||||
</style>
|
|
||||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Watercolor Notes</h1>
|
|
||||||
<p>In the quiet light of late afternoon, the brush finds its own rhythm against the paper. These are fleeting observations from the sketchbook—LA's mid-century lines softened by pigment and water.</p>
|
|
||||||
|
|
||||||
<div class="note">
|
|
||||||
<p><strong>July light on the Getty steps:</strong> The travertine catches the sun like old photographs, edges blurred. A reminder that permanence is an illusion we paint over again each season.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="note">
|
|
||||||
<p><strong>Rooftop garden edge:</strong> Heirloom tomato leaves cast shadows like abstract fields. The green deepens toward evening; I layer washes to match before the light shifts.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<p>Back to <a href="index.html">home</a> • Sketched in 2026</p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue
Block a user