-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
300 lines (244 loc) · 11.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/7028555391.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/home.css">
<link rel="stylesheet" href="./styles/header.css">
<link rel="stylesheet" href="./styles/context.css">
<title>Data Science School 2023 | DSS23</title>
</head>
<body>
<div class="content">
<div class="full_bar">
<div class="bar flex">
<a href="">
<div class="logo flex">
<i class="fa-solid fa-server"></i>
<p>Data Science School | DSS23</p>
</div>
</a>
<ul class="menuLinks flex">
<a href="#objectives" class="active before">
<li>Objectives</li>
</a>
<a href="./programs.html">
<li>Programs</li>
</a>
<a href="./partners.html">
<li>Partners</li>
</a>
<a href="./committee.html">
<li>Organizers</li>
</a>
<a href="./resources.html">
<li>Resources</li>
</a>
</ul>
<!--<div class="live flex">
<p>SOUDE BAH is presenting about "thème"</p>
<i class="fa-solid fa-person-chalkboard"></i>
</div> -->
<p class="menuBtn">
<i class="fa-solid fa-bars"></i>
</p>
</div>
<div class="overflow"></div>
<!-- <div class="live liveres flex">
<p>SOUDE BAH is presenting about "thème"</p>
<i class="fa-solid fa-person-chalkboard"></i>
</div> -->
</div>
<header class="flex">
<div class="headerTitle headerTitleRespon">
<span>Fourth Data Science School, Dangbo 2023</span>
<h1>Artificial Intelligence and Education</h1>
</div>
<div class="headerImage">
<!-- Image présenatant la dataScience-->
<img src="./assets/bannerDSS2023.jpg" alt="Image bannière DSS 2023">
</div>
<div class="headerContent">
<div class="headerTitle">
<span>Fourth Data Science School</span>
<h1>Artificial Intelligence and Education</h1>
</div>
<p>Education faces significant challenges worldwide, particularly in underserved regions. Limited access to quality education, insufficient resources, and a shortage of qualified teachers hinder students' learning and future opportunities... <a href="#context">Read more</a></p>
<!---<div class="live flex">
<p>SOUDE BAH is presenting about "thème"</p>
<i class="fa-solid fa-person-chalkboard"></i>
</div> -->
<div class="buttons flex">
<a href="#objectives" class="flex">
<p>Objectives</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
<a href="./programs.html" class="flex">
<p>Programs</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
<a href="./resources.html" class="flex">
<p>Resources</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</header>
<div class="context" id="context">
<h2>Context</h2>
<p>Education faces significant challenges worldwide, particularly in underserved regions. Limited access to quality education, insufficient resources, and a shortage of qualified teachers hinder students' learning and future opportunities. <br><br> Traditional teaching methods may not suit individual learning needs, leading to disengagement and lower academic outcomes. <br><br id="objectives">Additionally, AI's potential in education is limited due to the lack of localized and unbiased training data, affecting students from diverse linguistic and cultural backgrounds. Addressing these issues is crucial to create an equitable and inclusive learning environment, empowering all students to succeed in today's rapidly changing world.</p>
</div>
<div class="objectivesPresentation">
<h2>Objectives</h2>
<p>The overall objective of this school is to highlight the benefits of using AI in education in order to enhance the quality of the learning experience and teaching material in different languages.
<div class="objectives flex">
<div class="objectivesTexte">
<p>At the end of this school, the participants will be able to :</p>
<div class="objective flex">
<i class="fa-solid fa-bullseye"></i>
<p class="objDesc">Explain the major innovative approaches around AI for a better education;</p>
</div>
<div class="objective flex">
<i class="fa-solid fa-bullseye"></i>
<p class="objDesc">Implement at least one use case on AI usage for :
<br>
<span>- Learning experience personalization (including students with special needs),</span><br>
<span>- Learning outcomesprediction, </span><br>
<span>- Administrative workflows, </span><br>
<span>- Resource planning, </span><br>
<span>- Curriculum design. </span>
</p>
</div>
<div class="objective flex">
<i class="fa-solid fa-bullseye"></i>
<p class="objDesc">Use AI-based approaches for spreading teaching materials to the largest in local languages seamlessly.</p>
</div>
</div>
<div class="objectivesImage">
<img src="./assets/dataScience2.jpg" alt="Objectives Image">
</div>
</div>
</div>
<div class="buttonStyle">
<a href="./committee.html" class="flex">
<p>Organization Committee</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
<div class="participantsSection">
<h2>Participants</h2>
<div class="participants">
<div class="participant">
<p>Educators and Lecturers</p>
</div>
<div class="participant">
<p>EdTech Entrepreneurs </p>
</div>
<div class="participant">
<p>AI Industryrepresentatives</p>
</div>
<div class="participant">
<p>Masters, PhD students</p>
</div>
<div class="participant">
<p>Young AI researchers</p>
</div>
<div class="participant">
<p>Representatives of the Ministries of Education</p>
</div>
</div>
</div>
<div class="participantsSection">
<h2>Addressed Topics</h2>
<div class="addressedTopics">
<div class="participant adressedTopic flex">
<img src="./assets/AI Notes.jpg" alt=" AI model for notes">
<p>Implement an AI model for notes taking and learning outcome predictions based on silent AI listeners and course materials. </p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/llm.jpg" alt="">
<p>Tutorials on LLM models and applications in education</p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/conversation.jpg" alt="">
<p>Conversational agents for teaching</p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/intelligent.jpg" alt="">
<p>Intelligent tutoringsystems (ITS)</p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/bdts.jpg" alt="">
<p>Dialogue-based tutoring systems (DBTS)</p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/aidriven.jpg" alt="">
<p>AI-driven Personalization for students learning paths</p>
</div>
<div class="participant adressedTopic flex">
<img src="./assets/iaethique.jpg" alt="">
<p>Ethical considerations in AI-driven education</p>
</div>
</div>
</div>
<div class="participantsSection venue">
<h2>Venue</h2>
<img src="./assets/IMSP-image.jpeg" alt="">
</div>
<div class="buttonStyle">
<a href="./partners.html" class="flex">
<p>View Partners</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
<div class="participantsSection">
<h2>Organization Committee</h2>
<div class="participants">
<div class="participant">
<p>Carlos Ogouyandjou</p>
</div>
<div class="participant">
<p>Joël Tossa</p>
</div>
<div class="participant">
<p>Habib Sidi</p>
</div>
<div class="participant">
<p style="text-align: left;">Arnaud Ahouandjinou</p>
</div>
<div class="participant">
<p>Ratheil Houndji</p>
</div
>
<div class="participant">
<p><a href="https://atemezing.org">Ghislain Atemezing</a></p>
</div>
<div class="participant">
<p>Pélagie Hounguè</p>
</div>
<div class="participant">
<p>Hénoc Soude</p>
</div>
<div class="participant">
<p>Jules Dégila</p>
</div>
</div>
</div>
<div class="buttonStyle">
<a href="./resources.html" class="flex">
<p>Download Slides/Resources</p>
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
<div class="footer">
<p>Data Science School 2023 Website - Last update November 5th, 2023</p>
<span>Build from scratch with <b><i class="fa-solid fa-heart"></i></b> by Organization Committee</span>
</div>
</div>
<script src="./scripts/menu.js"></script>
<script src="./scripts/live.js"></script>
</body>
</html>