You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Counter slide: real-sized h1 (2.4rem, up from down-styled 1.5rem); regroup
right column into top/bottom subgrids so PEOPLE HURT OR KILLED bonds to its
4 cells and the top pair (Crashes / Vehicles totaled) sits lower with
breathing room above; auto-loan rate `$1.79B/yr` → `$1.4B/yr` (NJ 2.79%
share of NY-Fed-reported ~$50B/yr US growth) with updated rate-label; drop
redundant "in NJ" suffix from labels since the slide title already says it.
Efficiency slide: HBT iframe `v-if` was `currentSlideNo === currentRoute?.no`
which never evaluated true (no `currentRoute.no` in this slidev version);
replaced with `!$slidev.nav.isPrintMode`. Verified locally: `slidev build`
OG generation now completes (iframe still gated out of export renders, so
no `frame.waitForLoadState` hang).
Open data slide rewritten with link-ref hrefs + new "Aside: coding agents
are a big deal" section; drops the prior "Applications — early innings"
slide entirely; minor copy fixes ("public-health" → "public health";
description trims).
`slides.coords.yaml`: slide 8 `gh` dragPos for the new Open-data layout.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- HCCS Slack includes 10–20 software people with varying cycles
511
+
- e.g. [reportjerseycity.com](https://reportjerseycity.com)
512
+
- Lower bar for anyone to make software tools / analyze data
478
513
479
514
</div>
480
515
@@ -489,61 +524,6 @@ SPEAKER NOTES
489
524
- This is why a 1-person volunteer org can ship a data platform that NJDOT spent years building.
490
525
-->
491
526
492
-
---
493
-
class: applications
494
-
description: 'Crash data has driven Vision Zero campaigns, HIN-based corridor prioritization, and council-meeting advocacy in HC, JC, and HOB. The direct impact is just starting — next 1-2 years > last 10.'
495
-
---
496
-
497
-
<style>
498
-
.slidev-layout.applications {
499
-
padding: 1.3rem2rem1rem;
500
-
h1 { font-size: 1.5rem; margin-bottom: 0.4rem; }
501
-
.cols {
502
-
display: grid;
503
-
grid-template-columns: 1fr1fr;
504
-
gap: 1.2rem;
505
-
font-size: 0.85rem;
506
-
}
507
-
h3 {
508
-
font-size: 1rem;
509
-
margin: 000.4rem;
510
-
color: var(--hccs-accent);
511
-
}
512
-
ul { margin: 0; padding-left: 1.2rem; li { line-height: 1.6; } }
513
-
.honest {
514
-
margin-top: 1rem;
515
-
font-size: 0.85rem;
516
-
font-style: italic;
517
-
opacity: 0.85;
518
-
text-align: center;
519
-
line-height: 1.5;
520
-
}
521
-
}
522
-
</style>
523
-
524
-
# Applications — early innings, big potential
525
-
526
-
<divclass="cols">
527
-
<div>
528
-
529
-
### To date
530
-
- HCCS helped HC launch its Vision Zero campaign + Safety Action Plan
531
-
- JC + HOB also running active VZ programs
532
-
-**HIN** (High-Injury Network) analyses inform paving / signal priorities
533
-
- Crash maps shown at council meetings, with electeds, in newsletters
534
-
535
-
</div>
536
-
<div>
537
-
538
-
### What's next
539
-
-**Real-time data → real-time response.** When AASHTO data lands days after a crash, advocates can show up at the next council meeting.
540
-
-**Anecdata → data.** Right now interventions often follow *one* tragic crash. Goal: spot patterns before tragedy.
541
-
-**Predictive / preventative.** Routine corridor scoring; safety system planning.
0 commit comments