Skip to content

Commit

Permalink
Update fiabilite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Loic authored May 2, 2024
1 parent 56f194b commit dd0f314
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion atelier/fiabilite.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<style>

.iframe-wrapper {
max-width: 60%;
margin: auto; /* pour centrer le conteneur */
}

/* Pour la gestion des iframes */
.container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
</style>

# 💯 Fiabilité

## 🎤 Ressources audio
Expand All @@ -6,4 +31,14 @@

## 📚 Ressources texte

- <a href="https://scholar.harvard.edu/files/gking/files/0314policyforumff.pdf" target="_blank">The Parable of Google Flu : Traps in Big Data Analysis</a>, Science Mag, 14/03/14
- <a href="https://scholar.harvard.edu/files/gking/files/0314policyforumff.pdf" target="_blank">The Parable of Google Flu : Traps in Big Data Analysis</a>, Science Mag, 14/03/14

## 📺 Ressources vidéo

- <a href="https://youtu.be/LUn8IjZKBPg" target="_blank">How to Govern AI — Even If It’s Hard to Predict | Helen Toner | TED</a>, TED, 01/05/24

<div class="iframe-wrapper">
<div class="container">
<iframe class="responsive-iframe" width="300" height="150" src="https://www.youtube-nocookie.com/embed/LUn8IjZKBPg" title="How to Govern AI — Even If It’s Hard to Predict | Helen Toner | TED" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>

0 comments on commit dd0f314

Please sign in to comment.