Skip to content

Commit 892143b

Browse files
committed
Hackathon AI Safety
2 parents 469440f + d02b84a commit 892143b

File tree

5 files changed

+47
-1
lines changed

5 files changed

+47
-1
lines changed

_data/locales/tabs/team.yml

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ current_team:
107107
description:
108108
photo: assets/img/members/empty.png
109109
42login:
110+
alexandre:
111+
name: 'Alexandre Suteau'
112+
git:
113+
linkedin:
114+
twitter:
115+
description:
116+
photo: assets/img/members/empty.png
117+
42login:
110118
# ********************************************
111119
# 2022 ALUMNI
112120
# ********************************************
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Nouvelle version des Bootcamps
3+
date: 2025-02-25 10:10:10 +/-TTTT
4+
categories: [Annonces,Bootcamps]
5+
tags: [Bootcamps,42AI]
6+
description: "Py-Boot 3.3 & ML-Boot 5.1"
7+
image:
8+
path: /assets/img/banners/banner_post_code.png
9+
authors: [maperez42]
10+
---
11+
12+
Les bootcamps Python et Machine Learning ont été mis à jour ! (En attendant l'arrivée prochaine du Bootcamp Deep Learning 🔥🔥🔥)
13+
14+
Retrouvez les dernières versions sur notre Github :
15+
16+
<a href="https://github.com/42-AI/bootcamp_python/releases/tag/version%2F3.3.0">Python Bootcamp 3.3</a>
17+
<a href="https://github.com/42-AI/bootcamp_machine-learning/releases/tag/version%2F5.1.1">Machine Learning Bootcamp 5.1</a>
18+
19+
L'équipe 42AI

_posts/2025-02-28-Hackathon-WomenInAIsafety.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
# ************************************************************************
66
# DO NOT EDIT THE FOLLOWING LINES
77
layout: post
8+
<<<<<<< HEAD
89
categories: [Blog]
10+
=======
11+
categories: [Hackathon]
12+
>>>>>>> d02b84af626459b3ced0a2942255dfc48a72d603
913
is_blog_post: True
1014
# ************************************************************************
1115
# EDIT THE FOLLOWING LINES
@@ -31,7 +35,11 @@ description: For the Win !
3135
# If you don't have an image, leave this item unchanged.
3236
# You can place your custom image in the `/assets/img/blog/` folder. If you do, don't forget to edit the following
3337
image:
38+
<<<<<<< HEAD
3439
path: /assets/img/banners/hack_womenInAiSafety.png
40+
=======
41+
path: /assets/img/events/hack_womenInAiSafety.png
42+
>>>>>>> d02b84af626459b3ced0a2942255dfc48a72d603
3543

3644
# // REQUIRED Title : Keep it short, catchy and consistent with your article
3745
title: Hackathon Women in AI Safety Research 👩‍🔬

_tabs/team-en.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description:
2222

2323
<h2>{{current_team.mandate}}</h2>
2424

25+
<!-- THIS HAS TO BE REFACTORED -->
2526
<div class="column" >
2627
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
2728
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -121,7 +122,11 @@ description:
121122
<div class="col-5 col-xs-12">Maxence Bocquel</div>
122123
<div class="col-5 col-xs-12"><span>Helper</span></div>
123124
</div>
124-
125+
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
126+
<div class="col-1 col-xs-12"><img src="{{current_team.media.person.photo}}" width=48px/></div>
127+
<div class="col-5 col-xs-12">Alexandre Suteau</div>
128+
<div class="col-5 col-xs-12"><span>Helper</span></div>
129+
</div>
125130
<h2>Alumni</h2>
126131

127132
<p>Section under construction</p>

_tabs/team.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ description:
2121

2222
<h2>{{current_team.mandate}}</h2>
2323

24+
<!-- THIS HAS TO BE REFACTORED -->
2425
<div class="column" >
2526
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
2627
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -134,6 +135,11 @@ description:
134135
</span>
135136
</div> -->
136137
</div>
138+
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
139+
<div class="col-1 col-xs-12"><img src="{{current_team.media.person.photo}}" width=48px/></div>
140+
<div class="col-5 col-xs-12">Alexandre Suteau</div>
141+
<div class="col-5 col-xs-12"><span>Volontaire</span></div>
142+
</div>
137143
<h2>Alumni</h2>
138144

139145
<p>Section en construction</p>

0 commit comments

Comments
 (0)