-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierre-Loïc Bayart
committed
Apr 26, 2024
1 parent
ff0748c
commit 19458ea
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,40 @@ | ||
<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> | ||
|
||
# 🤔 Biais | ||
|
||
## 📺 Ressources vidéo | ||
|
||
- <a href="https://youtu.be/1Xyu-_lZ8xY" target="_blank">L'intelligence artificielle : miroir de nos société sexistes - IA, PILOTE DANS NOS VIES ?</a>, Cité des sciences et de l'industrie, 27/06/23 | ||
|
||
<div class="iframe-wrapper"> | ||
<div class="container"> | ||
<iframe class="responsive-iframe" width="300" height="150" src="https://www.youtube-nocookie.com/embed/1Xyu-_lZ8xY" title="L'intelligence artificielle : miroir de nos société sexistes - IA, PILOTE DANS NOS VIES ?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
|
||
## 📚 Ressources texte | ||
|
||
- <a href="https://www.lemondeinformatique.fr/actualites/lire-pour-combattre-les-biais-dans-l-ia-il-faut-savoir-manier--l-art-de-la-guerre-89643.html" target="_blank">Pour combattre les biais dans l'IA, il faut savoir manier « l'art de la guerre »</a>, Le monde informatique, 24/02/23 |