Skip to content

Commit

Permalink
Add link to video
Browse files Browse the repository at this point in the history
  • Loading branch information
wcedmisten committed Aug 29, 2023
1 parent 2261cc6 commit 063938b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/talks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ function TalksPage() {
<h1 className="post-title">Conference Talks</h1>
<ListGroup variant="flush">
<PostItem
href="/post/visualizing-hospital-accessibility/"
href="https://www.youtube.com/watch?v=BU0oJBljc4I"
thumbnailURL="/og-images/north-america-hospital-distance.png"
thumbnailAlt="A map of North America showing the drive time to the nearest hospital."
title="Mapping Hospital Accessibility with OpenStreetMap (SOTMUS 2023)"
description={
<>
Video not yet available.
Analyzing hospital accessibility using OSM and creating an interactive visualization of the data.
Given at State of the Map US 2023. <a href="/slides/mapping_hospital_accessibility_slides.pdf">Slides</a>
Given at State of the Map US 2023.{' '}
<a href="/slides/mapping_hospital_accessibility_slides.pdf">Slides.</a>{' '}
<a href="/post/visualizing-hospital-accessibility/">Original post.</a>
</>
}
date='2023-06-09'
Expand Down

0 comments on commit 063938b

Please sign in to comment.