forked from eldemet/CYAIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramme.js
More file actions
42 lines (40 loc) · 2.01 KB
/
programme.js
File metadata and controls
42 lines (40 loc) · 2.01 KB
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
window.programme = [{
date: "5 November 2025",
sessions: [
{ time: "08:30-09:00", title: "Registration" },
{ time: "09:00-09:30", title: "Welcome Remarks" },
{ time: "09:30-11:00", title: "Emerging Research in AI" },
{ time: "11:00-11:30", title: "Coffee Break" },
{ time: "11:30-13:00", title: "AI in Healthcare" },
{ time: "13:00-14:00", title: "Networking Lunch" },
{ time: "14:00-15:00", title: "<b>Keynote Talk: Michail Bletsas</b> <i>'Artificial Intelligence: Revolution or Bubble?'</i>" },
{ time: "15:00-15:15", title: "Coffee Break" },
{ time: "15:15-16:45", title: "AI and Cybersecurity" },
]
},
{
date: "6 November 2025",
sessions: [
{ time: "08:30-09:00", title: "Registration" },
{ time: "09:00-10:30", title: "AI and Challenges to Democracy" },
{ time: "10:30-11:00", title: "Coffee Break" },
{ time: "11:00-12:30", title: "AI in Critical Infrastructures" },
{ time: "12:30-13:30", title: "Networking Lunch" },
{ time: "13:30-14:30", title: "<b>Keynote Talk: Demetris Skourides</b> <i>'Cyprus AI 2030: AI for Government, Research, and Industry'</i>" },
{ time: "14:30-16:00", title: "AI in Industry and Innovation" },
{ time: "16:00-17:00", title: "Workshop: AI Services" },
]
},
{
date: "7 November 2025",
sessions: [
{ time: "08:30-09:00", title: "Registration" },
{ time: "09:00-10:00", title: "<b>Keynote Talk: Dr Elena Xoplaki</b> <i>'AI in Climate'</i>" },
{ time: "10:00-11:30", title: "AI in Higher Education" },
{ time: "11:30-12:00", title: "Coffee Break" },
{ time: "12:00-13:30", title: "AI in Education: Policy and Practice" },
{ time: "13:30-14:30", title: "Networking Lunch" },
{ time: "14:30-16:00", title: "AI in Culture and Heritage" }
]
}
];