Lands per-site UNS subtree files (Warsaw West/North, Shannon, Galway, TMT, Ponce) seeded from OpenText facility docs — Warsaw split confirmed as numbered = legacy Zimmer = West, lettered = legacy Biomet = North. Renames project framing from "Shopfloor IT/OT" to "SCADA IT/OT" for accuracy. Extracts a ZB-branded PowerPoint template from example_powerpoint.pptx and wires it into the outputs pipeline. Trims deck from 18 to 16 slides (BOBJ->Power BI transferred to another team, Non-Goals and Asks dropped); goal-state BOBJ analysis pruned to a stub.
46 lines
1.9 KiB
HTML
46 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
html { background: #ffffff; }
|
|
body {
|
|
width: 720pt; height: 405pt; margin: 0; padding: 0;
|
|
background: #FFFFFF; font-family: Arial, sans-serif;
|
|
display: flex; flex-direction: column;
|
|
}
|
|
.header { padding: 12pt 40pt 4pt 40pt; border-bottom: 1.5pt solid #0066B3; }
|
|
.header h1 { margin: 0; font-size: 22pt; font-weight: bold; color: #0066B3; }.body { padding: 26pt 36pt; flex: 1; color: #333333; display: flex; flex-direction: row; gap: 18pt; }
|
|
.pillar { flex: 1; background: #ffffff; border-top: 4pt solid #0066B3; padding: 18pt 16pt; border-radius: 4pt; }
|
|
.pillar h2 { margin: 0 0 6pt 0; font-size: 14pt; color: #2B2A80; }
|
|
.pillar .tag { font-size: 9pt; color: #AAB7B8; margin: 0 0 12pt 0; letter-spacing: 1pt; }
|
|
.pillar .criterion { font-size: 12pt; font-weight: bold; color: #2B2A80; margin: 0 0 10pt 0; }
|
|
.pillar .context { font-size: 11pt; margin: 0; color: #333333; line-height: 1.4; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>Three Pillars</h1>
|
|
</div>
|
|
<div class="body">
|
|
<div class="pillar">
|
|
<p class="tag">PILLAR 1</p>
|
|
<h2>Unification</h2>
|
|
<p class="criterion">100% of sites on the standardized stack.</p>
|
|
<p class="context">Every site runs OtOpcUa + ScadaBridge + Redpanda + SnowBridge + Snowflake. No bespoke site-specific integration.</p>
|
|
</div>
|
|
<div class="pillar">
|
|
<p class="tag">PILLAR 2</p>
|
|
<h2>Analytics / AI Enablement</h2>
|
|
<p class="criterion">≤15-minute SLO; one "not possible before" use case in production.</p>
|
|
<p class="context">Canonical model + curated layer unlock cross-domain analytics that fragmented today's estate can't deliver.</p>
|
|
</div>
|
|
<div class="pillar">
|
|
<p class="tag">PILLAR 3</p>
|
|
<h2>Legacy Retirement</h2>
|
|
<p class="criterion">Inventory driven to zero.</p>
|
|
<p class="context">Three bespoke IT↔OT integrations today; each migrates to ScadaBridge-central or is decommissioned.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|