Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Loïc Bayart committed Apr 15, 2024
1 parent 53f8818 commit ff46792
Show file tree
Hide file tree
Showing 17 changed files with 1,757 additions and 2 deletions.
62 changes: 62 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Build and Deploy Jupyter Book

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.11

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python environment
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pipenv
pipenv install
- name: Build Jupyter book
run: |
pipenv run jupyter-book clean atelier
pipenv run jupyter-book build atelier
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: built-site
path: atelier/_build/

deploy:
needs: build
runs-on: ubuntu-latest
container:
image: busybox:latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Download built site
uses: actions/download-artifact@v3
with:
name: built-site
path: atelier/_build

- name: Deploy to GitHub Pages
run: |
mv atelier/_build/html public
- name: Upload deployment artifacts
uses: actions/upload-artifact@v3
with:
name: public-site
path: public
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jupyter-book = "*"

[dev-packages]

[requires]

1,276 changes: 1,276 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# complement-bataille-IA
Compléments à l'atelier de la bataille de l'IA
# Compléments à l'atelier de la bataille de l'IA
16 changes: 16 additions & 0 deletions atelier/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Atelier "La bataille de l'IA"
author: Pierre-Loïc Bayart - Animateur de la bataille de l'IA - <a href="mailto:[email protected]">[email protected]</a>
copyright: 2024
logo: logo.png


repository:
url: https://github.com/data-for-good-grenoble/complement-bataille-IA
path_to_book: docs # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true
13 changes: 13 additions & 0 deletions atelier/_toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html

format: jb-book
root: intro
chapters:
- file: environnement
- file: societe
- file: biais
- file: creativite
- file: fiabilite
- file: histoire
- file: ressources
3 changes: 3 additions & 0 deletions atelier/biais.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 🤔 Biais

- <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
38 changes: 38 additions & 0 deletions atelier/creativite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<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>

# 🎨 Créativité

- <a href="https://www.radiofrance.fr/franceinter/podcasts/un-monde-nouveau/un-monde-nouveau-du-jeudi-28-mars-2024-9880614" target="_blank">Bigflo et Oli, un mariage controversé entre le rap et l’IA</a>, France Inter, 28/03/24

- <a href="https://youtu.be/SIyGif6p1GQ" target="_blank">Bigflo & Oli - Ça va beaucoup trop vite (Clip IA)</a>, Bigflo et Oli, 24/03/24

<div class="iframe-wrapper">
<div class="container">
<iframe class="responsive-iframe" width="300" height="150" src="https://www.youtube-nocookie.com/embed/SIyGif6p1GQ" title="Bigflo & Oli - Ça va beaucoup trop vite (Clip IA)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>

- <a href="https://www.arte.tv/fr/videos/110342-003-A/le-dessous-des-images/" target="_blank">Le dessous des images - L'oeuvre et l'intelligence artificielle</a>, Arte, 10/05/23
36 changes: 36 additions & 0 deletions atelier/environnement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<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>

# 🌍 Environnement

- <a href="https://www.radiofrance.fr/franceculture/podcasts/le-journal-de-l-eco/le-cout-environnemental-de-l-ia-est-colossal-et-sous-evalue-3781962" target="_blank">Le coût environnemental de l'IA est colossal et... sous-évalué</a>, France Culture, 22/02/24

- <a href="https://youtu.be/2m8TppMA7es" target="_blank">L'Intelligence Artificielle au service de l'environnement - Les éclairages industriels de l'IA#8</a>, Minalogic, 14/11/23

<div class="iframe-wrapper">
<div class="container">
<iframe class="responsive-iframe" width="300" height="150" src="https://www.youtube-nocookie.com/embed/2m8TppMA7es" title="L'Intelligence Artificielle au service de l'environnement - Les éclairages industriels de l'IA#8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
5 changes: 5 additions & 0 deletions atelier/fiabilite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 💯 Fiabilité

- <a href="https://www.radiofrance.fr/franceinter/podcasts/le-code-a-change/le-code-a-change-6-5342040" target="_blank">Les dames de l'algorithme</a>, France Inter, 19/01/24

- <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
Loading

0 comments on commit ff46792

Please sign in to comment.