Files
3yearplan/outputs/workspace/slides/slide06.html
Joseph Doherty ebc76e9315 Seed UNS hierarchy across 6 sites; rebrand outputs to SCADA IT/OT with ZB template
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.
2026-04-30 10:54:49 -04:00

45 lines
1.8 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: 22pt 40pt; flex: 1; color: #333333; }
.group { margin-bottom: 13pt; }
.group-label { font-size: 10pt; color: #0066B3; letter-spacing: 1pt; font-weight: bold; margin: 0 0 4pt 0; }
.group-content { font-size: 13pt; margin: 0; line-height: 1.35; color: #2B2A80; }
.footer { padding: 6pt 40pt 10pt 40pt; color: #AAB7B8; font-size: 9pt; font-style: italic; }
.footer p { margin: 0; }
</style>
</head>
<body>
<div class="header">
<h1>Enterprise Layout</h1>
</div>
<div class="body">
<div class="group">
<p class="group-label">PRIMARY DATA CENTER</p>
<p class="group-content">South Bend — central hosting for Aveva System Platform primary cluster, Ignition, Historian, Snowflake.</p>
</div>
<div class="group">
<p class="group-label">LARGEST SITES</p>
<p class="group-content">Warsaw West (bldg-5, bldg-19) · Warsaw North — one cluster per production building.</p>
</div>
<div class="group">
<p class="group-label">OTHER INTEGRATED SITES</p>
<p class="group-content">Shannon · Galway · TMT · Ponce — single cluster per site.</p>
</div>
<div class="group">
<p class="group-label">NOT YET INTEGRATED</p>
<p class="group-content">Berlin · Winterthur · Jacksonville · others — lighter-weight onboarding pattern Year 2+.</p>
</div>
</div>
<div class="footer"><p>Smaller-site list is volatile; rely on named examples as illustrative, not authoritative.</p></div>
</body>
</html>