-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
168 lines (166 loc) · 6.46 KB
/
schedule.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Schedule for the AI4SC-2024 Workshop on Generative AI and FAIR Principles in Science Communication.">
<meta name="keywords" content="AI, FAIR, Science Communication, Workshop, Schedule, Generative AI, LLM, e-Science">
<title>AI4SC'24 Workshop Schedule</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #1a1a2e;
color: #ffffff;
margin: 0;
padding: 0;
}
header {
background-color: #16213e;
padding: 20px;
text-align: center;
border-bottom: 2px solid #0f3460;
}
h1, h2 {
color: #e94560;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: #0f3460;
border-radius: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
font-size: 18px;
background-color: #16213e;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
table th, table td {
padding: 15px;
text-align: left;
}
table th {
background-color: #e94560;
color: #ffffff;
font-weight: bold;
}
table tr {
transition: background-color 0.3s ease;
}
table tr:nth-child(even) {
background-color: #1a1a2e;
}
table tr:hover {
background-color: #0f3460;
}
table td {
border-bottom: 1px solid #0f3460;
}
footer {
text-align: center;
padding: 20px;
background-color: #16213e;
color: white;
position: fixed;
width: 100%;
bottom: 0;
border-top: 2px solid #0f3460;
}
</style>
</head>
<body>
<header>
<img src="logo.jpeg" alt="AI Brain" class="header-image">
<h1>Workshop on Generative AI and FAIR Principles in Science Communication (AI4SC-2024)</h1>
<h2>Schedule</h2>
</header>
<div class="container">
<aside class="sidebar">
<ul>
<li><a href="index.html" class="button">Home</a></li>
<li><a href="call-for-papers.html" class="button">Call for Papers</a></li>
<li><a href="accepted-papers.html" class="button">Accepted Papers</a></li>
<li><a href="schedule.html" class="button">Schedule</a></li>
<li><a href="invited-talks.html" class="button">Invited Talks</a></li>
<li><a href="committee.html" class="button">Committee</a></li>
<li><a href="important-dates.html" class="button">Important Dates</a></li>
<li><a href="special-issue.html" class="button">Special Issue</a></li>
<!-- <li><a href="sponsors.html" class="button">Sponsors</a></li>-->
</ul>
</aside>
<main class="content">
<section class="section">
<div class="content-box">
<table>
<tr>
<h2>September 17th, 2024, Room 501, Senri Life Science Center, located in Osaka Senri, Japan.</h2>
</tr>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td>9:00 AM – 9:15 AM</td>
<td>Welcome to Ai4SC 2024</td>
</tr>
<tr>
<td>9:15 AM – 10:00 AM</td>
<td>Benjamin Smarr. "AI for Precision Medicine Must Keep Non-Random Complexity in Mind to Support Equity in Outcomes"</td>
</tr>
<tr>
<td>10:00 AM – 10:30 AM</td>
<td>Irina Gerasimov, Armin Mehrabian, Binita Kc, Jerome Alfred, and Michael McGuire. "Discovering Research Areas in Dataset Applications through Knowledge Graphs and Large Language Models"</td>
</tr>
<tr>
<td>10:30 AM – 11:00 AM</td>
<td>Break</td>
</tr>
<tr>
<td>11:00 AM – 11:45 AM</td>
<td>Amarnath Gupta. "On Modeling User-Aware Proactive Communication in Conversational Recommendation Systems"</td>
</tr>
<tr>
<td>11:45 AM – 12:15 PM</td>
<td>Alba Gonzalez-Cebrian, Iulian Ciolacu, Michael Bradford, Ciprian Dobre, and Horacio Gonzalez-Velez. "Data Drift for Automatic FAIR-compliant Dataset Versioning in Large Repositories"</td>
</tr>
<tr>
<td>12:30 PM – 1:30 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>1:30 PM – 2:30 PM</td>
<td>Invited Talk: Carl Kesselman : "It's the Data, Stupid…."</td>
</tr>
<tr>
<td>2:30 PM – 3:00 PM</td>
<td>Praveen K, Gabriel Anand K S, Indranil Ghosh Ray, Avishek Adhikari, Sabyasachi Datta, and Arnab Kumar Biswas. "On the Design of a Searchable Encryption Protocol for Keyword Search using Proactive Secret Sharing"</td>
</tr>
<tr>
<td>3:00 PM – 3:30 PM</td>
<td>Panel Discussion of Future Direction of Ai4SC</td>
</tr>
<tr>
<td>3:30 PM – 4:00 PM</td>
<td>Break</td>
</tr>
<tr>
<td>4:00 PM – 5:00 PM</td>
<td>Invited Talk: Sounak Dutta : "AI and Scientific Discovery"</td>
</tr>
</table>
</div>
</section>
</main>
</div>
<footer>
<p>© 2024 AI4SC Workshop. All rights reserved.</p>
</footer>
</body>
</html>