Skip to content

Commit 26a802c

Browse files
authored
Merge pull request #18 from 42-AI/dev
Event + department and team update
2 parents 71ed5bb + c0d521b commit 26a802c

File tree

12 files changed

+137
-31
lines changed

12 files changed

+137
-31
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pageviews:
8888
# light — Use the light color scheme
8989
# dark — Use the dark color scheme
9090
#
91-
theme_mode: # [light | dark]
91+
theme_mode: light # [light | dark]
9292

9393
# The CDN endpoint for media resources.
9494
# Notice that once it is assigned, the CDN url

_data/locales/tabs/departments.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,12 @@ lab:
3838
Pour l’année en cours, les ressources du lab sont consacrées à la création du
3939
<a href='https://github.com/42-AI/bootcamp_deep-learning'>Bootcamp Deep Learning</a>,
4040
qui viendra s’ajouter aux Bootcamps Python et Machine Learning existants.<br/><br/>
41-
Si vous souhaitez participer à la création de ce bootcamp, contactez Jung-moo.<br/><br/>
42-
À terme, nous espérons pouvoir dôter le lab de ressources pour permettre aux étudiants
43-
de nous proposer leurs projets et de les accompagner dans leur réalisation."
41+
Si vous souhaitez participer à la création de ce bootcamp, contactez Jung-moo."
4442
en: "The Lab is the experimentation space of 42AI.<br/>
4543
For the current year, resources of the lab are exceptionally dedicated to the creation of
4644
<a href='https://github.com/42-AI/bootcamp_deep-learning'>the Deep Learning Bootcamp</a>,
47-
which will add to the existing Python and Machine Learning Bootcamps.<br/>
48-
If you want to contribute to the creation of this bootcamp, feel free to get in touch with Jung-moo!<br/>
49-
In the longer term, we are planning to get dedicated computing resources for the lab and allow students to
50-
to propose and lead their own project under the guidance and supervision of the lab members.
51-
"
45+
which will add to the existing Python and Machine Learning Bootcamps.<br/><br/>
46+
If you want to contribute to the creation of this bootcamp, feel free to get in touch with Jung-moo!"
5247

5348
media:
5449
title:
@@ -60,4 +55,14 @@ media:
6055
fr: "Le pôle Média est une expérimentation visant à la production de contenus
6156
audiovisuels comme des podcasts, des entretiens ou autres."
6257
en: "The Media Department is an experimentation consisting in the production of short
63-
visual contents such as podcasts, interviews or else."
58+
visual contents such as podcasts, interviews or else."
59+
60+
safety:
61+
title:
62+
fr: "Pôle AI Safety"
63+
en: "AI Safety Department"
64+
people: "Pierina Camarena"
65+
contact: "[email protected]"
66+
description:
67+
fr: "Le pôle Sécurité vise à informer et sensibiliser sur les risques induits par l'émergence de technologies d'intelligence artificielle toujours plus puissantes."
68+
en: "The AI Safety department wishes to inform and raise awareness on the risks that represents the development of rogue AI, and the needs to keep AI development in line with human interests."

_data/locales/tabs/learning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Discovery of Python, object-oriented programming paradigm, and relevant librarie
3636
fr: "Bootcamp Apprentissage profond ('Deep Learning')"
3737
en: "Deep Learning Bootcamp"
3838
description:
39-
fr: "En cours de développement"
40-
en: "Work in progress"
39+
fr: "En cours de développement. Livraison espérée Hiver/Printemps 2025"
40+
en: "Work in progress. Estimated Time of Completion : Winter / Spring 2025"
4141
url: 'https://github.com/42-AI/bootcamp_deep-learning'
4242
other_resources:
4343
title:

_data/locales/tabs/team.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ current_team:
7878
description:
7979
photo: assets/img/members/empty.png
8080
42login: tkomaris
81+
safety:
82+
title:
83+
en: 'Head of the AI Safety department'
84+
fr: 'Responsable du pôle Sécurité'
85+
person:
86+
name: 'Pierina Camarena'
87+
git:
88+
linkedin:
89+
twitter:
90+
description:
91+
photo: assets/img/members/empty.png
92+
42login: pcamaren
8193
helpers:
8294
maxence:
8395
name: 'Maxence'

_includes/topbar.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{% if paths.size == 0 or page.layout == 'home' %}
1212
<!-- index page -->
13-
<span>{{ site.data.locales[site.active_lang].tabs.home | capitalize }}</span>
13+
<!-- <span>{{ site.data.locales[site.active_lang].tabs.home | capitalize }}</span> -->
1414

1515
{% else %}
1616
{% for item in paths %}
@@ -56,8 +56,6 @@
5656
{{- site.data.locales[site.active_lang].layout[page.layout] | default: page.layout | capitalize -}}
5757
{% endif %} -->
5858
<!-- // 42AI modif -->
59-
60-
6159
<!-- 42AI modif : Removing Useless Searchbar ie d-none class -->
6260

6361
<button type="button" id="search-trigger" class="btn btn-link d-none">
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
# ************************************************************************
3+
# FrontMatter
4+
# How to create your post, see : _posts/README.md
5+
# ************************************************************************
6+
title: Conférence "Technical Paths to AI Safety 🔬"
7+
date: 2025-03-02 19:00:00 +/-TTTT
8+
categories: [Conférences,AI_Safety]
9+
tags: [42AI,Événements,AI_Safety] # TAG names should always be lowercase
10+
description: "Enjeux et discussions autour de l'AI Safety"
11+
image:
12+
path: /assets/img/banners/banner_post_event.png
13+
# // REQUIRED date : 2024-06-13 13:37:00 +/-TTTT
14+
# Only modify the date and hours elements, leave the +/-TTTT unchanged.
15+
date: 2025-01-26 13:37:00 +/-TTTT
16+
# Author : will default to 42AI if not filled.
17+
author:
18+
19+
---
20+
21+
# 42AI - Technical Paths to AI Safety 🤖 🔬 🌐
22+
23+
> "Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war."
24+
25+
Extrait d'une [lettre ouverte](https://www.safe.ai/work/statement-on-ai-risk) signée en 2023 par des centaines d'éminents scientifiques et leaders de l'industrie de l'IA.
26+
27+
## Qu'est-ce que la sécurité de l'IA ❓
28+
29+
Le développement de systèmes d'intelligence artificielle toujours plus performants a donné lieu à l'apparition d'un nouveau domaine de recherche : la Sécurité de l'IA qui se concentre sur l'évaluation des risques induits par ces technologies et les moyens d'y faire face, tout en s'assurant que le progrès technique reste aligné avec les intérêts de l'Humanité.
30+
31+
*Quels sont ces risques ? Comment les contrecarrer ?*
32+
33+
**42AI** vous convie à la rencontre de 3 experts, qui viendront vous exposer leurs parcours, les enjeux d'une IA sécurisée, et répondre à toutes vos questions !
34+
35+
**[Quentin Feuillade-Montixi](https://www.linkedin.com/in/quentin101010/)**: Chercheur en sécurité de l'IA, co-fondateur et CTO de Prism Eval, 42 et 42AI alumni
36+
37+
**[Pierre Peigné](https://www.linkedin.com/in/pierre-peign%C3%A9-146b6316a/)**: Chercheur en sécurité de l'IA, co-fondateur et CSO de Prism Eval, 42 et 42AI alumni
38+
39+
**[Hadrien Mariaccia](https://www.linkedin.com/in/hadrien-mar/)** : Responsable de BELLS (Benchmarks for the Evaluation of LLM Safeguards) au **CeSIA** (Centre pour la Sécurité de l'IA), ingénieur de recherche en Machine Learning, professeur de Machine Learning et Software Engineering à l'U. Paris Dauphine, et co-fondateur d'Augura Space
40+
41+
## Programme 🗓️
42+
43+
19h00 - Introduction à la Sécurité de l'IA
44+
45+
Une introduction accessible à tous sur cette nouvelle discipline, sa raison d'être et ses enjeux
46+
47+
19h30 - Parcours technique dans la Sécurité de l'IA
48+
49+
Les intervenants partagent leur évolution de l'ingénierie vers les défis de la sécurité de l'IA
50+
51+
20h00 - Table ronde & Questions/Réponses
52+
53+
Participez à la discussion avec nos intervenants sur l'état actuel et l'avenir de la Sécurité de l'IA
54+
55+
20h30 - Networking
56+
57+
## Inscriptions
58+
59+
Inscriptions sur lu.ma 👉 [https://lu.ma/3g04cojr](https://lu.ma/3g04cojr)
60+
61+
62+
63+
64+

_tabs/departments-en.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ description:
4040
4141
{{template_variables.lab.description[lang]}}
4242

43+
### {{template_variables.safety.title[lang]}}
44+
45+
> **{{template_variables.safety.people}}**
46+
> <a href="mailto:{{template_variables.safety.contact}}"><span style="float:right">{{template_variables.safety.contact}}&nbsp;&nbsp;<i class="fas fa-envelope"></i></span></a>
47+
48+
{{template_variables.safety.description[lang]}}
49+
4350
### {{template_variables.media.title[lang]}}
4451

4552
> **{{template_variables.media.people}}**

_tabs/departments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ description:
4040
4141
{{template_variables.lab.description[lang]}}
4242

43+
### {{template_variables.safety.title[lang]}}
44+
45+
> **{{template_variables.safety.people}}**
46+
> <a href="mailto:{{template_variables.safety.contact}}"><span style="float:right">{{template_variables.safety.contact}}&nbsp;&nbsp;<i class="fas fa-envelope"></i></span></a>
47+
48+
{{template_variables.safety.description[lang]}}
49+
4350
### {{template_variables.media.title[lang]}}
4451

4552
> **{{template_variables.media.people}}**

_tabs/learning-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ description:
4141
4242
## {{learning_template_variables.other_resources.title[lang]}}
4343

44-
Section currently under construction
44+
Section under construction. Take a look at our github for more details.

_tabs/learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ description:
4141
4242
## {{learning_template_variables.other_resources.title[lang]}}
4343

44-
Section en construction
44+
Section en construction. N'hésitez pas à jeter un oeil au contenu de notre github.

0 commit comments

Comments
 (0)