-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
602 lines (581 loc) · 22.8 KB
/
Copy pathindex.html
File metadata and controls
602 lines (581 loc) · 22.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MicroStation DGN Workflow Quick-Start Kit | CAD Guardian</title>
<meta name="description" content="CAD Guardian public runnable MicroStation DGN evaluation kit for seed, level, reference, export, NAICS 541512/SIC 7373 procurement fit, and buyer-safe proof." />
<meta property="og:title" content="MicroStation DGN Workflow Quick-Start Kit" />
<meta property="og:description" content="Run public DGN checks, review the JSON report, and connect the proof to CAD Guardian MicroStation automation consulting." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/tsmithcode/cadguardian-microstation-dgn-workflows-proof" />
<style>
:root {
color-scheme: dark;
--ink: #f8fafc;
--muted: #b8c2cf;
--quiet: #8792a2;
--bg: #07090d;
--panel: #10151d;
--panel-strong: #151c26;
--line: rgba(226, 232, 240, 0.16);
--amber: #f3b23c;
--cyan: #38d0c8;
--green: #8bd17c;
--red: #ff7a7a;
--shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background:
linear-gradient(180deg, rgba(56, 208, 200, 0.09), transparent 280px),
repeating-linear-gradient(90deg, rgba(255,255,255,0.026) 0, rgba(255,255,255,0.026) 1px, transparent 1px, transparent 72px),
#07090d;
color: var(--ink);
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; }
.topline {
display: flex;
justify-content: space-between;
gap: 16px;
padding: 18px 0 8px;
color: var(--quiet);
font-size: 0.91rem;
}
.topline a { color: var(--cyan); font-weight: 800; text-decoration: none; }
.hero {
padding: 22px 0 24px;
border-bottom: 1px solid var(--line);
}
.hero-grid {
display: grid;
grid-template-columns: 128px minmax(0, 1fr);
align-items: start;
gap: 28px;
}
.brandmark {
width: 128px;
height: 128px;
border-radius: 8px;
border: 1px solid rgba(56, 208, 200, 0.35);
background: #030406;
box-shadow: var(--shadow);
}
.kicker {
margin: 0 0 10px;
color: var(--amber);
font-size: 0.82rem;
font-weight: 900;
letter-spacing: 0.12em;
text-transform: uppercase;
}
h1 {
max-width: 16ch;
margin: 0;
font-size: clamp(2.5rem, 7vw, 5.7rem);
line-height: 0.95;
letter-spacing: 0;
}
.lede {
max-width: 860px;
margin: 18px 0 0;
color: var(--muted);
font-size: clamp(1.05rem, 1.55vw, 1.28rem);
line-height: 1.6;
}
.proof-line {
max-width: 860px;
margin: 10px 0 0;
color: var(--ink);
font-weight: 750;
line-height: 1.55;
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}
.button,
button,
input {
min-height: 46px;
border-radius: 7px;
border: 1px solid var(--line);
font: inherit;
}
.button,
button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0 14px;
background: rgba(255, 255, 255, 0.055);
color: var(--ink);
text-decoration: none;
font-weight: 850;
cursor: pointer;
}
.button.primary {
background: linear-gradient(180deg, #f7c565, #c98222);
border-color: rgba(247, 197, 101, 0.68);
color: #13110b;
}
.button.service { border-color: rgba(56, 208, 200, 0.36); }
.command-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 8px;
max-width: 860px;
margin-top: 12px;
}
.command-row code {
display: flex;
align-items: center;
min-height: 46px;
padding: 0 13px;
border: 1px solid var(--line);
border-radius: 7px;
background: rgba(0, 0, 0, 0.26);
color: #d9fffb;
overflow-wrap: anywhere;
}
.roi-band {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
padding: 18px 0;
}
.metric {
min-height: 116px;
border: 1px solid var(--line);
border-radius: 8px;
padding: 15px;
background: rgba(16, 21, 29, 0.84);
}
.metric span {
display: block;
margin-bottom: 8px;
color: var(--green);
font-size: 0.78rem;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.metric strong { font-size: 1.1rem; line-height: 1.35; }
.utility {
position: sticky;
top: 0;
z-index: 4;
display: grid;
grid-template-columns: minmax(0, 1fr) repeat(3, auto);
gap: 8px;
padding: 10px 0;
background: rgba(7, 9, 13, 0.94);
backdrop-filter: blur(12px);
}
input {
width: 100%;
padding: 0 13px;
background: rgba(255, 255, 255, 0.06);
color: var(--ink);
}
section {
margin: 0 0 16px;
padding: 24px 0;
border-top: 1px solid var(--line);
background: transparent;
}
.section-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
}
h2 {
margin: 0;
font-size: clamp(1.45rem, 2.2vw, 2rem);
letter-spacing: 0;
}
.tag {
color: var(--quiet);
font-size: 0.9rem;
font-weight: 800;
}
p, li {
color: var(--muted);
font-size: 1.03rem;
line-height: 1.62;
}
p { margin: 0 0 12px; }
p:last-child { margin-bottom: 0; }
.grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.three {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.grid section .three { grid-template-columns: 1fr; }
article {
min-height: 152px;
border: 1px solid var(--line);
border-radius: 8px;
padding: 16px;
background: rgba(5, 7, 11, 0.48);
}
article h3 {
margin: 0 0 8px;
color: var(--ink);
font-size: 1.05rem;
letter-spacing: 0;
}
article p { font-size: 0.98rem; }
.run {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
padding: 0;
list-style: none;
}
.run li {
min-height: 136px;
margin: 0;
padding: 15px;
border: 1px solid var(--line);
border-top: 4px solid var(--amber);
border-radius: 8px;
background: rgba(5, 7, 11, 0.48);
}
.run strong {
display: block;
margin-bottom: 8px;
color: var(--amber);
font-size: 1.2rem;
}
.flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
padding: 0;
list-style: none;
}
.flow li {
min-height: 110px;
margin: 0;
padding: 14px;
border: 1px solid var(--line);
border-left: 4px solid var(--cyan);
border-radius: 8px;
background: rgba(5, 7, 11, 0.48);
}
.flow strong {
display: block;
color: var(--cyan);
font-size: 1rem;
margin-bottom: 8px;
}
.chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0;
list-style: none;
}
.chips li {
margin: 0;
padding: 0.42rem 0.66rem;
border: 1px solid var(--line);
border-radius: 999px;
color: var(--ink);
background: rgba(255, 255, 255, 0.045);
}
.fixtures {
margin: 0;
padding-left: 1.1rem;
}
.fixtures code,
.star strong,
.accept strong { color: var(--ink); }
code {
color: #d9fffb;
white-space: normal;
overflow-wrap: anywhere;
}
.accept {
border-left: 4px solid var(--green);
}
.boundary {
border-left: 4px solid var(--red);
}
.is-match {
outline: 2px solid var(--amber);
outline-offset: 2px;
}
.large-type { font-size: 19px; }
footer {
width: min(1180px, calc(100vw - 32px));
margin: 0 auto;
padding: 22px 0 42px;
color: var(--quiet);
line-height: 1.6;
}
@media print {
body { background: #fff; color: #111827; }
.utility, .actions, .command-row button { display: none; }
section, article, .metric, .run li, .flow li { break-inside: avoid; border-color: #cbd5e1; background: #fff; }
p, li, footer, .tag { color: #334155; }
}
@media (max-width: 920px) {
.hero-grid,
.grid,
.three,
.roi-band,
.run,
.flow,
.utility,
.command-row { grid-template-columns: 1fr; }
.brandmark { width: 96px; height: 96px; }
.section-head { display: block; }
.tag { display: block; margin-top: 6px; }
}
</style>
</head>
<body>
<header class="hero">
<div class="wrap">
<div class="topline">
<a href="https://www.cadguardian.com/">CAD Guardian</a>
<span>Civil, infrastructure, MicroStation, and DGN package owners</span>
</div>
<div class="hero-grid">
<img class="brandmark" src="assets/cad-guardian-logo-highlighted.png" alt="CAD Guardian logo" />
<div>
<p class="kicker">Public runnable evaluation kit</p>
<h1>MicroStation DGN Workflow Quick-Start Kit</h1>
<p class="lede">Name seed files, levels, cells, references, and export risk before DGN conversion or automation spreads across infrastructure workflows.</p>
<p class="proof-line">Runs public DGN fixture checks, writes a JSON report, and frames the MicroStation SDK, Python, seed, level, cell, reference, and export handoff.</p>
<div class="actions" aria-label="Primary actions">
<a class="button primary" href="https://github.com/tsmithcode/cadguardian-microstation-dgn-workflows-proof/archive/refs/heads/main.zip">Download ZIP</a>
<a class="button" href="https://github.com/tsmithcode/cadguardian-microstation-dgn-workflows-proof">Open GitHub Repo</a>
<a class="button service" href="https://www.cadguardian.com/microstation-automation-consulting">Consulting Page</a>
</div>
<div class="command-row">
<code id="clone-command">git clone https://github.com/tsmithcode/cadguardian-microstation-dgn-workflows-proof.git && cd cadguardian-microstation-dgn-workflows-proof</code>
<button type="button" data-copy-target="clone-command">Copy Clone</button>
</div>
</div>
</div>
</div>
</header>
<main class="wrap">
<div class="roi-band" aria-label="ROI summary">
<div class="metric" data-search-block><span>First paid slice</span><strong>Seed, level, reference, and export readiness</strong></div>
<div class="metric" data-search-block><span>Risk removed</span><strong>Late DGN review failure after conversion or package automation</strong></div>
<div class="metric" data-search-block><span>Best buyer</span><strong>Civil CAD lead managing DGN standards and deliverables</strong></div>
</div>
<section data-search-block>
<div class="section-head">
<h2>Procurement Fit</h2>
<span class="tag">CAD Guardian LLC · NAICS 541512 · SIC 7373</span>
</div>
<div class="three">
<article><h3>Entity</h3><p>CAD Guardian LLC, Delaware LLC, operates this public evaluation kit and the matching MicroStation consulting path.</p></article>
<article><h3>Offer fit</h3><p>Drawing/Document Automation Slice, Quote Automation Prototype, and Implementation Build Slice.</p></article>
<article><h3>Boundary</h3><p>Public runnable proof kit available; private customer artifacts, DGN files, credentials, and estimate notes are not exposed.</p></article>
</div>
</section>
<section data-search-block>
<div class="section-head">
<h2>Direct-Answer Proof</h2>
<span class="tag">Best for, proof, send-list, next action</span>
</div>
<div class="three">
<article><h3>Best for</h3><p>Civil, infrastructure, plant, and facilities CAD teams evaluating DGN seed files, levels, cells, references, and export risk.</p></article>
<article><h3>Decision this proves</h3><p>Whether one DGN package class is clear enough for MicroStation-native automation, or should stay in package-readiness checks first.</p></article>
<article><h3>Proof to review</h3><p>Public DGN fixture receipts, seed/reference/export checks, native adapter boundaries, and <code>reports/quickstart-report.json</code>.</p></article>
<article><h3>What to send</h3><p>The generated report, DGN package class, seed/level/cell/reference/export assumptions, and desired next runtime boundary.</p></article>
<article><h3>Next action</h3><p>Run the kit and use the consulting page when the DGN package boundary is ready for private MicroStation review.</p></article>
</div>
</section>
<div class="utility" aria-label="Page tools">
<input id="search" type="search" placeholder="Search ROI, API, fixture, workflow..." aria-label="Search this page" />
<button type="button" id="clear">Clear</button>
<button type="button" id="large">Large Type</button>
<button type="button" onclick="window.print()">Print / PDF</button>
</div>
<section data-search-block>
<div class="section-head">
<h2>Start With the Download</h2>
<span class="tag">One ZIP, one report, one decision path</span>
</div>
<ol class="run">
<li><strong>01</strong>Download the ZIP or clone the repo from GitHub.</li>
<li><strong>02</strong>Run <code>npm run doctor</code>, <code>npm run verify</code>, then <code>npm run demo</code>.</li>
<li><strong>03</strong>Open <code>reports/quickstart-report.json</code> and compare it with the included docs.</li>
<li><strong>04</strong>Use the native handoff examples only after the package boundary is clear.</li>
</ol>
<div class="command-row">
<code id="run-command">npm run doctor && npm run verify && npm run demo</code>
<button type="button" data-copy-target="run-command">Copy Run</button>
</div>
</section>
<section data-search-block>
<div class="section-head">
<h2>Why Download This Kit</h2>
<span class="tag">Highest-return use cases first</span>
</div>
<div class="three">
<article><h3>Download signal</h3><p>You need a DGN package conversation grounded in seed, level, reference, and export facts.</p></article>
<article><h3>Download signal</h3><p>You want to show what can be safely checked outside MicroStation and what must stay native.</p></article>
<article><h3>Download signal</h3><p>You need a reviewer-safe proof before any conversion workflow becomes policy.</p></article>
</div>
</section>
<section data-search-block>
<div class="section-head">
<h2>Best First Funded Slice</h2>
<span class="tag">Small enough to trust, useful enough to buy</span>
</div>
<div class="three">
<article><h3>Seed and level audit</h3><p>Protect the standards users expect before conversion or automation spreads.</p></article>
<article><h3>Reference and cell boundary</h3><p>Surface the objects that usually break late in infrastructure review.</p></article>
<article><h3>Export readiness decision</h3><p>Make PDF, DWG, and DGN export assumptions explicit before a lead trusts the workflow.</p></article>
</div>
</section>
<section class="star" data-search-block>
<div class="section-head">
<h2>STAR Story</h2>
<span class="tag">Interview-ready and buyer-safe</span>
</div>
<p><strong>Situation:</strong> A civil or infrastructure CAD team needs DGN help, but seed files, levels, cells, references, and exports are not clearly governed.</p>
<p><strong>Task:</strong> Name package readiness before conversion or automation spreads across DGN workflows.</p>
<p><strong>Action:</strong> Bundle public DGN fixtures, validate seed/reference expectations, and show MicroStation DGN vocabulary through Python and .NET-style adapter examples.</p>
<p><strong>Result:</strong> A reviewer can run the package check, inspect export risk, and discuss the MicroStation runtime boundary with concrete terms.</p>
</section>
<section data-search-block>
<div class="section-head">
<h2>Workflow</h2>
<span class="tag">From request to accepted output</span>
</div>
<ol class="flow">
<li><strong>01</strong>DGN package request</li>
<li><strong>02</strong>Seed fixture inventory</li>
<li><strong>03</strong>Level and cell check</li>
<li><strong>04</strong>Reference policy check</li>
<li><strong>05</strong>Export risk check</li>
<li><strong>06</strong>MicroStation runtime boundary</li>
<li><strong>07</strong>Reviewer signoff</li>
<li><strong>08</strong>Next readiness decision</li>
</ol>
</section>
<div class="grid">
<section data-search-block>
<div class="section-head">
<h2>Pareto Checks</h2>
<span class="tag">The few checks that change the decision</span>
</div>
<div class="three">
<article><h3>Seed file inventory</h3><p>Prevents conversion or automation from drifting away from the seed file users expect.</p></article>
<article><h3>Level, cell, and reference boundary</h3><p>Names the objects that usually make DGN work fail late in review.</p></article>
<article><h3>Export package risk</h3><p>Makes PDF/DWG/DGN export assumptions explicit before a civil CAD lead trusts automation.</p></article>
</div>
</section>
<section data-search-block>
<div class="section-head">
<h2>Native Signals</h2>
<span class="tag">Vocabulary for the licensed runtime</span>
</div>
<ul class="chips">
<li>DgnFile</li>
<li>DgnModel</li>
<li>ModelRef</li>
<li>Element</li>
<li>Level</li>
<li>Cell</li>
<li>Reference attachment</li>
<li>Seed file</li>
<li>Export package</li>
<li>MicroStation Python</li>
</ul>
</section>
</div>
<section data-search-block>
<div class="section-head">
<h2>Public Fixtures</h2>
<span class="tag">Reusable, public-safe evidence</span>
</div>
<ul class="fixtures">
<li><code>fixtures/public/gdal/smalltest.dgn</code> - DGN package-presence fixture from OSGeo GDAL test data.</li>
<li><code>fixtures/public/gdal/seed_2d.dgn</code> - Seed-file conversation fixture from OSGeo GDAL test data.</li>
</ul>
</section>
<div class="grid">
<section class="accept" data-search-block>
<div class="section-head">
<h2>Acceptance Standard</h2>
<span class="tag">What the downloader should be able to prove</span>
</div>
<p><strong>Run confidence:</strong> The scripts complete on public fixtures and produce an inspectable report.</p>
<p><strong>Business confidence:</strong> The first automation slice is narrow, named, and tied to a repeated human review cost.</p>
<p><strong>Runtime confidence:</strong> Native CAD work starts only where the proof names a real licensed-runtime boundary.</p>
</section>
<section class="boundary" data-search-block>
<div class="section-head">
<h2>Safety Boundary</h2>
<span class="tag">Public repo hygiene</span>
</div>
<p>This repo uses approved public fixtures only. It does not include client drawings, private opportunity notes, credentials, tokens, proprietary files, or license-uncertain assets.</p>
<p>The native examples are handoff scaffolds for the licensed CAD environment, not a claim that every runtime behavior can be validated outside the product.</p>
</section>
</div>
</main>
<footer>
This CAD library is in development. This is an early public preview for feedback on the best business case, workflow shape, and proof path.
</footer>
<script>
const input = document.querySelector("#search");
const clear = document.querySelector("#clear");
const large = document.querySelector("#large");
const blocks = Array.from(document.querySelectorAll("[data-search-block]"));
const copyButtons = Array.from(document.querySelectorAll("[data-copy-target]"));
input.addEventListener("input", () => {
const query = input.value.trim().toLowerCase();
blocks.forEach((node) => {
node.classList.toggle("is-match", query.length > 1 && node.innerText.toLowerCase().includes(query));
});
});
clear.addEventListener("click", () => {
input.value = "";
blocks.forEach((node) => node.classList.remove("is-match"));
input.focus();
});
large.addEventListener("click", () => {
document.documentElement.classList.toggle("large-type");
});
copyButtons.forEach((button) => {
button.addEventListener("click", async () => {
const target = document.getElementById(button.dataset.copyTarget);
const text = target ? target.innerText.trim() : "";
try {
await navigator.clipboard.writeText(text);
const original = button.innerText;
button.innerText = "Copied";
setTimeout(() => { button.innerText = original; }, 1200);
} catch {
window.prompt("Copy command", text);
}
});
});
</script>
</body>
</html>