Skip to content

Commit

Permalink
chore: add/update presentation video links
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams authored and steveoh committed May 15, 2024
1 parent 323b7a6 commit c251ff8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/collaboration/knowledge/presentations.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,20 @@ const page: IStandardPageMetadata = {
</li>
<li>
<a href={ugicPandas2023}>2023: Preaching Pandas Power for Python Programming Progress</a>
(<a href={pandas}>Jupyter Notebook</a>, <a href="https://vimeo.com/827767039">Video</a>)
(<a href={pandas}>Jupyter Notebook</a>, <a href="https://www.youtube.com/watch?v=2qXS8XF6bBE">Video</a>)
</li>
<li>
<a href={ugicComputerVision2023}>2023: Generating Useful Data with Computer Vision Tools: Two Use Cases</a>
</li>
<li>
<a href={ugicPalletjack2023}
>2023: Introducing palletjack: A Library for Updating AGOL Layers from pandas DataFrames</a
> (<a href="https://vimeo.com/830256482">Video</a>)
> (<a href="https://www.youtube.com/watch?v=iDXmzKIV1mg">Video</a>)
</li>
<li>
<a href={ugicGit2024}>2024: Understanding Git for Better Version Control and Collaboration</a>
<a href={ugicGit2024}>2024: Understanding Git for Better Version Control and Collaboration</a> (<a
href="https://www.youtube.com/watch?v=aG8u5mK95Fg">Video</a
>)
</li>
</BulletedList>
</Section>
Expand Down

0 comments on commit c251ff8

Please sign in to comment.