class: center, middle, inverse, title-slide .title[ #
Homegrown Data Solutions
] .subtitle[ ##
Tracking Data to Inform Decisions
] .author[ ### Michael LaClair ] ---
<style> /* ========================================= Guilford County Government - Metropolis ========================================= */ :root { --guilford-navy: #12304A; --guilford-blue: #1F5A7A; --guilford-gold: #C9A227; --guilford-light: #F4F5F6; --guilford-gray: #6B7280; --guilford-dark: #263238; --guilford-white: #FFFFFF; } /* ----------------------------------------- Main slide background and text ----------------------------------------- */ .remark-slide-content { background-color: var(--guilford-white); color: var(--guilford-dark); } /* ----------------------------------------- Slide titles ----------------------------------------- */ .remark-slide-content h1 { color: var(--guilford-navy); font-weight: 600; border-bottom: 4px solid var(--guilford-gold); padding-bottom: 8px; } /* ----------------------------------------- Secondary headings ----------------------------------------- */ .remark-slide-content h2 { color: var(--guilford-blue); } .remark-slide-content h3 { color: var(--guilford-navy); } /* ----------------------------------------- Bullet points ----------------------------------------- */ .remark-slide-content li::marker { color: var(--guilford-gold); } .remark-slide-content li { margin-bottom: 0.3em; } /* ----------------------------------------- Links ----------------------------------------- */ .remark-slide-content a { color: var(--guilford-blue); text-decoration: none; } .remark-slide-content a:hover { color: var(--guilford-navy); text-decoration: underline; } /* ----------------------------------------- Metropolis accent elements ----------------------------------------- */ .inverse { background-color: var(--guilford-navy); color: var(--guilford-white); } .inverse h1, .inverse h2, .inverse h3 { color: var(--guilford-white); } .inverse h1 { border-bottom: 4px solid var(--guilford-gold); } /* ----------------------------------------- Title slide ----------------------------------------- */ .title-slide { background-color: var(--guilford-navy); color: var(--guilford-white); } .title-slide h1 { color: var(--guilford-white); border-bottom: 5px solid var(--guilford-gold); } .title-slide h2 { color: var(--guilford-white); } .title-slide h3 { color: var(--guilford-light); } /* ----------------------------------------- Banner ----------------------------------------- */ .xaringan-banner { background-color: var(--guilford-navy) !important; color: var(--guilford-white) !important; border-top: 3px solid var(--guilford-gold); } /* ----------------------------------------- Dashboard section slides ----------------------------------------- */ .dashboard-section { background-color: var(--guilford-light); } .dashboard-section h1 { color: var(--guilford-navy); } /* ----------------------------------------- Bold text ----------------------------------------- */ strong { color: var(--guilford-navy); } .inverse strong { color: var(--guilford-gold); } </style> # Challenges -- - No Comprehensive Data Dashboard -- - Difficulty compiling data points -- - No repository for Progress Monitoring -- - No longitudinal record --- # Responses - [Student-level Data Trackers](https://docs.google.com/spreadsheets/d/1JYkHO4PU2UcN5bTqtkabzzcba_hVDplP/edit?usp=drive_link&ouid=108521771044497121847&rtpof=true&sd=true) -- - [Student-level Data Card](https://lookerstudio.google.com/reporting/b8a45f69-62a5-4730-810b-020361c6c736) -- - [Teacher-level Data Card](https://lookerstudio.google.com/reporting/a8313357-9f39-4662-86fb-382992aedd96) -- - [Progress Monitoring Tool](https://lookerstudio.google.com/reporting/a643bb21-62ad-479f-8961-55aeec50dea3) -- - [Check-In Analysis Dashboard](https://lookerstudio.google.com/reporting/374b19de-c92a-4491-a090-73f134734f21) -- - [Leadership Reports](https://rpubs.com/laclairm/february2025) --- # Data Tracker <iframe width="900px" height="500px" class="list" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQooHYEvjon3_UUeji6bfv8giTvgZZOLF_o4bFDvrfjCtEtFKcPjPM_PivHs6RHfg/pubhtml?widget=true&headers=false">"></iframe> --- # Student Data Dashboard <iframe width="750" height="500" src="https://lookerstudio.google.com/embed/reporting/b8a45f69-62a5-4730-810b-020361c6c736/page/HN7zE" frameborder="0" style="border:0" allowfullscreen sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"></iframe> --- # Grade/Teacher Dashboards <iframe width="750" height="500" src="https://lookerstudio.google.com/embed/reporting/a8313357-9f39-4662-86fb-382992aedd96/page/HN7zE" frameborder="0" style="border:0" allowfullscreen sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"></iframe> --- # Progress Monitoring Dashboard <iframe width="750" height="500" src="https://lookerstudio.google.com/embed/reporting/a643bb21-62ad-479f-8961-55aeec50dea3/page/HN7zE" frameborder="0" style="border:0" allowfullscreen sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"></iframe> --- # Check-In Analysis Dashboard <iframe width="750" height="500" src="https://lookerstudio.google.com/embed/reporting/374b19de-c92a-4491-a090-73f134734f21/page/p_8b74prozqd" frameborder="0" style="border:0" allowfullscreen sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"></iframe> --- # Leadership Reports - [Leadership Reports](https://rpubs.com/laclairm/february2025) --- # Next Steps - Create instructional include historical data on student card, including progress monitoring and interventions -- - Create algorithm to identify students MTSS tier based on criteria and map to standard treatment protocol --- class: center, inverse # Questions?