57 lines
2.9 KiB
HTML
57 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Brian Beaulieu | Variance Reduction & Process Optimization</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header class="hero">
|
|
<div class="overlay"></div>
|
|
<nav class="brand">
|
|
<span class="logo">BB.</span>
|
|
<span class="tagline">Data Analyst • Strategy Consultant</span>
|
|
</nav>
|
|
<div class="hero-content">
|
|
<h1>Process Optimization<br><span class="highlight">for Human Outcomes</span></h1>
|
|
<p class="lead">From the Lakefront Trail to the Martian regolith—reducing variance in systems that matter.</p>
|
|
<div class="cta-group">
|
|
<a href="dmaic.html" class="btn btn-primary">DMAIC Framework</a>
|
|
<a href="variance-attribution.html" class="btn btn-accent">Variance Attribution Model</a>
|
|
<a href="control-charts.html" class="btn btn-secondary">SPC Simulator</a>
|
|
<a href="ledger.html" class="btn btn-tertiary">Control Ledgers</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="intro">
|
|
<div class="container">
|
|
<div class="grid">
|
|
<div class="card">
|
|
<h2>The Jazz Analogy</h2>
|
|
<p>In jazz, improvisation isn't chaos—it's a conversation over a shared harmonic structure. Same truth in operations: adaptability requires a baseline of statistical control. My work maps that structure for galactic-scale ventures.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h2>Chicago Discipline</h2>
|
|
<p>Every morning on the Lakefront Trail, I measure pace, heart rate, stride variance. That data doesn't just track fitness—it trains the mind for Six Sigma rigor. The wind off Lake Michigan teaches tolerance limits.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h2>Southern Precision</h2>
|
|
<p>A roux demands temperature control within ±2°F. A gumbo's viscosity follows rheological laws. These aren't recipes—they're process specifications. I apply that same fidelity to supply chains crossing light-years.</p>
|
|
</div>
|
|
<div class="card highlight-card">
|
|
<h2>Latest: SPC Simulator</h2>
|
|
<p>Live control chart engine generates X-bar & R charts with Western Electric Rule detection. Configure subgroup size, inject anomalies, visualize stability. Data twin published. Grounded in Q380179.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2026 Brian Beaulieu | Chicago → Galaxy</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|