Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusnoble authored May 8, 2024
1 parent 64db63e commit 54172b2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,18 @@ document.addEventListener('DOMContentLoaded', () => {
workshops: `
<section class="workshops-section">
<div class="workshops-container">
<div class="workshop-item">
<a href="https://rb.gy/ndqx84" target="_blank"><img src="cv_anim.gif" alt="Automated Transcription Image"></a>
<a href="https://rb.gy/ndqx84" target="_blank" class="workshop-title">Automated Transcription for Economic History</a>
<p>These workshops provide a basic introduction to automated transcription for economic history. They are aimed at historical researchers, with no technical expertise, and aim to provide a practical hands-on introduction to both rules-based and deep learning techniques.</p>
</div>
<div class="workshop-item">
<a href="https://rb.gy/ndqx84" target="_blank">
<img src="cv_anim.gif" alt="Automated Transcription Image">
</a>
<a href="https://rb.gy/ndqx84" target="_blank" class="workshop-title">Automated Transcription for Economic History</a>
<p>
These workshops provide a basic introduction to automated transcription for economic history. They are aimed at historical researchers, with no technical expertise, and aim to provide a practical hands-on introduction to both rules-based and deep learning techniques.
<br>
<a href="https://rb.gy/ndqx84" target="_blank">Part I</a> |
<a href="https://rb.gy/iiq6kx" target="_blank">Part II</a>
</p>
</div>
<div class="workshop-item">
<a href="https://rb.gy/aolnqw" target="_blank"><img src="network_anim.gif" alt="Neural Networks Image"></a>
<a href="https://rb.gy/aolnqw" target="_blank" class="workshop-title">Neural Networks: Building an Intuitive Understanding</a>
Expand Down

0 comments on commit 54172b2

Please sign in to comment.