22const schedules = {
33 day1 : `
44 <div class="schedule-item">
5- <div class="time">9 :00 AM - 10:00 AM</div>
5+ <div class="time">8 :00 AM - 8:30 AM</div>
66 <div class="event-details">
7- <div class="event-title">Opening Ceremony </div>
7+ <div class="event-title">Welcome and registration </div>
88 </div>
99 </div>
10+ <div class="schedule-item">
11+ <div class="time">8:00 AM - 09:00 AM</div>
12+ <div class="event-details">
13+ <div class="event-title">Opening Ceremony</div>
14+ </div>
15+ </div>
1016 <div class="schedule-item">
1117 <div class="time">10:30 AM - 12:30 PM</div>
1218 <div class="event-details">
1319 <div class="event-title">AI Conferences</div>
1420 <div class="event-description">
15- 3 exciting conferences presented by well known figures in the world of artificial intelligence; <span class="highlight">open to everyone</span>
21+ 4 exciting conferences presented by well known figures in the world of artificial intelligence; <span class="highlight">open to everyone</span>
1622 </div>
1723 </div>
1824 <button class="arrow-button">
@@ -27,7 +33,7 @@ const schedules = {
2733 <div class="event-details">
2834 <div class="event-title">AI Workshops</div>
2935 <div class="event-description">
30- 4 different workshops, each staring an interesting ai related topic, don't miss out!
36+ 2 different workshops, each staring an interesting ai related topic, don't miss out!
3137 </div>
3238 </div>
3339 <button class="arrow-button">
@@ -44,13 +50,7 @@ const schedules = {
4450 <div class="event-description">
4551 Teams of up to 5 members will compete to develop AI solutions over 48 hours.
4652 </div>
47- </div>
48- <button class="arrow-button">
49- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
50- <polyline points="12 19 12 5"></polyline>
51- <polyline points="6 11 12 5 18 11"></polyline>
52- </svg>
53- </button>
53+ </div>
5454 </div>
5555 ` ,
5656 day2 : `
@@ -117,7 +117,14 @@ const speakersInfo = {
117117 name : "Ahmed Khan" ,
118118 affiliation : "Guelma University" ,
119119 bio : "Leading researcher in AI ethics and responsible innovation. Chair of the Global AI Ethics Committee and author of 'Responsible AI Practices'."
120- }
120+ } ,
121+ "speaker-4" : {
122+ title : "Ethics in Artificial Intelligence" ,
123+ time : "3:30 PM" ,
124+ name : "Ahmed Khan" ,
125+ affiliation : "Guelma University" ,
126+ bio : "Leading researcher in AI ethics and responsible innovation. Chair of the Global AI Ethics Committee and author of 'Responsible AI Practices'."
127+ } ,
121128} ;
122129
123130// Template du sous-programme avec affichage vertical
0 commit comments