Skip to content

Commit

Permalink
Merge pull request #5 from AI4Africa/new-site
Browse files Browse the repository at this point in the history
New site from Apolinairee
  • Loading branch information
gatemezing authored Nov 5, 2023
2 parents 8d2d373 + 30b0aa6 commit ca88e92
Show file tree
Hide file tree
Showing 51 changed files with 1,754 additions and 1 deletion.
Binary file added assets/AI Notes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/afiaLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ai&adu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ai&edu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/aidriven.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bdts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/conversation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dataScience2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dataSicence1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/iaethique.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/intelligent.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/llm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/logoimsp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ministère.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/téléchargement.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
112 changes: 112 additions & 0 deletions committee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!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="index.html">
<div class="logo flex">
<i class="fa-solid fa-server"></i>
<p>Data Science School</p>
</div>
</a>

<ul class="menuLinks flex">
<a href="index.html">
<li>Objectives</li>
</a>
<a href="./programs.html">
<li>Programs</li>
</a>

<a href="./partners.html">
<li>Partners</li>
</a>

<a href="./committee.html" class="active before">
<li>Organisers</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>


<div class="participantsSection sectionM">
<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>Ghislain Atemezing</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="footer">
<p>Data Science School Website</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>
283 changes: 283 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,283 @@
<!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</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>Organisers</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</span>
<h1>Artificial Intelligence and Education</h1>
</div>

<div class="headerImage">
<img src="./assets/téléchargement.jpg" alt="Image présenatant la dataScience">
</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="#ojectives" class="flex">
<p>Objectifs</p>
<i class="fa-solid fa-arrow-right"></i>
</a>

<a href="./programs.html" class="flex">
<p>Programmes</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>Ghislain Atemezing</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="footer">
<p>Data Science School Website</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>
Loading

0 comments on commit ca88e92

Please sign in to comment.