-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
397 lines (363 loc) · 17.6 KB
/
schedule.html
File metadata and controls
397 lines (363 loc) · 17.6 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSDA Summer School Program</title>
<style>
:root {
--color-white: rgba(255, 255, 255, 1);
--color-black: rgba(0, 0, 0, 1);
--color-cream-50: rgba(252, 252, 249, 1);
--color-cream-100: rgba(255, 255, 253, 1);
--color-gray-200: rgba(245, 245, 245, 1);
--color-gray-300: rgba(167, 169, 169, 1);
--color-gray-400: rgba(119, 124, 124, 1);
--color-slate-500: rgba(98, 108, 113, 1);
--color-brown-600: rgba(94, 82, 64, 1);
--color-charcoal-700: rgba(31, 33, 33, 1);
--color-charcoal-800: rgba(38, 40, 40, 1);
--color-slate-900: rgba(19, 52, 59, 1);
--color-teal-300: rgba(50, 184, 198, 1);
--color-teal-400: rgba(45, 166, 178, 1);
--color-teal-500: rgba(33, 128, 141, 1);
--color-teal-600: rgba(29, 116, 128, 1);
--color-teal-700: rgba(26, 104, 115, 1);
--color-teal-800: rgba(41, 150, 161, 1);
--color-red-400: rgba(255, 84, 89, 1);
--color-red-500: rgba(192, 21, 47, 1);
--color-orange-400: rgba(230, 129, 97, 1);
--color-orange-500: rgba(168, 75, 47, 1);
--color-brown-600-rgb: 94, 82, 64;
--color-teal-500-rgb: 33, 128, 141;
--color-slate-900-rgb: 19, 52, 59;
--color-slate-500-rgb: 98, 108, 113;
--color-red-500-rgb: 192, 21, 47;
--color-red-400-rgb: 255, 84, 89;
--color-orange-500-rgb: 168, 75, 47;
--color-orange-400-rgb: 230, 129, 97;
--color-background: var(--color-cream-50);
--color-surface: var(--color-cream-100);
--color-text: var(--color-slate-900);
--color-text-secondary: var(--color-slate-500);
--color-primary: var(--color-teal-500);
--color-primary-hover: var(--color-teal-600);
--color-primary-active: var(--color-teal-700);
--color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
--color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
--color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
--color-border: rgba(var(--color-brown-600-rgb), 0.2);
--color-btn-primary-text: var(--color-cream-50);
--color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
--color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
--color-error: var(--color-red-500);
--color-success: var(--color-teal-500);
--color-warning: var(--color-orange-500);
--color-info: var(--color-slate-500);
--color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
--color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);
--font-family-base: "FKGroteskNeue", "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
--font-size-xs: 11px;
--font-size-sm: 12px;
--font-size-base: 14px;
--font-size-md: 14px;
--font-size-lg: 16px;
--font-size-xl: 18px;
--font-size-2xl: 20px;
--font-size-3xl: 24px;
--font-size-4xl: 30px;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 550;
--font-weight-bold: 600;
--line-height-tight: 1.2;
--line-height-normal: 1.5;
--letter-spacing-tight: -0.01em;
--space-0: 0;
--space-1: 1px;
--space-2: 2px;
--space-4: 4px;
--space-6: 6px;
--space-8: 8px;
--space-10: 10px;
--space-12: 12px;
--space-16: 16px;
--space-20: 20px;
--space-24: 24px;
--space-32: 32px;
--radius-sm: 6px;
--radius-base: 8px;
--radius-md: 10px;
--radius-lg: 12px;
--radius-full: 9999px;
--shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
--duration-fast: 150ms;
--duration-normal: 250ms;
--ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
}
@font-face {
font-family: 'FKGroteskNeue';
src: url('https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2') format('woff2');
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: var(--font-family-base);
background-color: var(--color-background);
color: var(--color-text);
line-height: var(--line-height-normal);
padding: var(--space-20);
-webkit-font-smoothing: antialiased;
}
.header {
text-align: center;
margin-bottom: var(--space-32);
}
.header h1 {
font-size: var(--font-size-4xl);
font-weight: var(--font-weight-bold);
color: var(--color-text);
margin-bottom: var(--space-8);
letter-spacing: var(--letter-spacing-tight);
}
.header p {
font-size: var(--font-size-lg);
color: var(--color-text-secondary);
font-weight: var(--font-weight-medium);
}
.schedule-container {
max-width: 1400px;
margin: 0 auto;
overflow-x: auto;
background: var(--color-surface);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
padding: var(--space-20);
}
.schedule-grid {
display: grid;
grid-template-columns: 105px repeat(5, 1fr);
gap: var(--space-8);
min-width: 900px;
}
.time-column {
position: relative;
}
.time-label {
height: 27.90px;
display: flex;
align-items: center;
justify-content: center;
font-size: var(--font-size-sm);
color: var(--color-text-secondary);
font-weight: var(--font-weight-medium);
background: rgba(var(--color-brown-600-rgb), 0.03);
border-radius: var(--radius-sm);
margin-bottom: var(--space-2);
}
.day-column {
position: relative;
min-height: 900px;
}
.day-header {
position: sticky;
top: 0;
background: #114e71;
color: var(--color-white);
padding: var(--space-12);
text-align: center;
font-weight: var(--font-weight-bold);
font-size: var(--font-size-base);
border-radius: var(--radius-base);
margin-bottom: var(--space-16);
z-index: 10;
box-shadow: var(--shadow-sm);
}
.events-container {
position: relative;
height: 900px;
background: rgba(var(--color-brown-600-rgb), 0.02);
border-radius: var(--radius-base);
}
.event {
position: absolute;
left: 0;
right: 0;
padding: var(--space-8) var(--space-10);
border-left: 5px solid #114e71;
border-radius: 7px;
box-shadow: var(--shadow-sm);
font-size: var(--font-size-sm);
line-height: 1.3;
overflow: hidden;
transition: transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);
cursor: pointer;
}
.event:hover {
transform: translateX(2px);
box-shadow: var(--shadow-md);
z-index: 5;
}
.event a {
color: inherit;
text-decoration: none;
display: block;
}
.event a:hover {
text-decoration: underline;
}
.event-time {
display: none;
font-size: calc(var(--font-size-xs) - 1px);
opacity: 0.8;
margin-top: var(--space-4);
font-weight: var(--font-weight-semibold);
}
.event:hover .event-time {
display: block;
}
.bg-monday { background: #e8f4f8; color: #114e71; }
.bg-tuesday { background: #fef3e8; color: #8b5a00; }
.bg-wednesday { background: #e8f8f0; color: #0d5c2e; }
.bg-thursday { background: #f5e8f8; color: #5a1070; }
.bg-friday { background: #ffeef0; color: #8b1a2e; }
.bg-coffee { background: #f5f0e8; color: #6b5a3d; }
.bg-lunch { background: #ffe8dc; color: #8b4000; }
.bg-session1 { background: #ffe8f0; color: #8b0040; }
.bg-session2 { background: #e0f0ff; color: #00457a; }
.bg-break { background: #fffae8; color: #8b7500; }
.bg-evening { background: #f0e8ff; color: #4a0080; }
.bg-checkin { background: #eeeeee; color: #4a4a4a; }
.bg-transport { background: #f8f8f8; color: #666666; }
.bg-presentation { background: #fff9e0; color: #8b7000; }
@media (max-width: 1024px) {
.schedule-grid { grid-template-columns: 90px repeat(5, 1fr); min-width: 800px; }
.time-label { font-size: var(--font-size-xs); }
.day-header { font-size: var(--font-size-sm); padding: var(--space-8); }
.event { font-size: var(--font-size-xs); padding: var(--space-6) var(--space-8); }
}
@media (max-width: 768px) {
body { padding: var(--space-12); }
.header h1 { font-size: var(--font-size-3xl); }
.header p { font-size: var(--font-size-base); }
.schedule-container { padding: var(--space-12); }
.schedule-grid { grid-template-columns: 75px repeat(5, 1fr); min-width: 700px; gap: var(--space-4); }
}
</style>
</head>
<body>
<div class="header">
<h1>SSDA Summer School Program</h1>
<p>May 25-29, 2026</p>
</div>
<div class="schedule-container">
<div class="schedule-grid">
<div class="time-column">
<div class="day-header" style="visibility: hidden;">Time</div>
<div class="time-label">09:30</div>
<div class="time-label">10:00</div>
<div class="time-label">10:30</div>
<div class="time-label">11:00</div>
<div class="time-label">11:30</div>
<div class="time-label">12:00</div>
<div class="time-label">12:30</div>
<div class="time-label">13:00</div>
<div class="time-label">13:30</div>
<div class="time-label">14:00</div>
<div class="time-label">14:30</div>
<div class="time-label">15:00</div>
<div class="time-label">15:30</div>
<div class="time-label">16:00</div>
<div class="time-label">16:30</div>
<div class="time-label">17:00</div>
<div class="time-label">17:30</div>
<div class="time-label">18:00</div>
<div class="time-label">18:30</div>
<div class="time-label">19:00</div>
<div class="time-label">19:30</div>
<div class="time-label">20:00</div>
<div class="time-label">20:30</div>
<div class="time-label">21:00</div>
<div class="time-label">21:30</div>
<div class="time-label">22:00</div>
</div>
<!-- Monday Column -->
<div class="day-column">
<div class="day-header">Monday 25th</div>
<div class="events-container">
<div class="event bg-monday" style="top: 0.0px; height: 83.70px;"><a href="TBA">Visita CVC</a><div class="event-time">09:30 – 11:00</div></div>
<div class="event bg-transport" style="top: 83.7px; height: 139.50px;"><a href="TBA">Transport to Vall de Núria</a><div class="event-time">11:00 – 13:30</div></div>
<div class="event bg-checkin" style="top: 223.2px; height: 27.90px;"><a href="TBA">Check In</a><div class="event-time">13:30 – 14:00</div></div>
<div class="event bg-lunch" style="top: 251.1px; height: 55.80px;"><a href="TBA">Lunch</a><div class="event-time">14:00 – 15:00</div></div>
<div class="event bg-break" style="top: 306.9px; height: 55.80px;"><a href="TBA">Break the Ice</a><div class="event-time">15:00 – 16:00</div></div>
<div class="event bg-coffee" style="top: 362.7px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">16:00 – 16:30</div></div>
<div class="event bg-session2" style="top: 390.6px; height: 83.70px;"><a href="TBA">Intro SOTA</a><div class="event-time">16:30 – 18:00</div></div>
<div class="event bg-evening" style="top: 474.3px; height: 139.50px;"><a href="TBA">Social Activities</a><div class="event-time">18:00 – 20:30</div></div>
<div class="event bg-lunch" style="top: 613.8px; height: 55.80px;"><a href="TBA">Dinner</a><div class="event-time">20:30 – 21:30</div></div>
</div>
</div>
<!-- Tuesday Column -->
<div class="day-column">
<div class="day-header">Tuesday 26th</div>
<div class="events-container">
<div class="event bg-tuesday" style="top: 0.0px; height: 83.70px;"><a href="TBA">Vision and Language</a><div class="event-time">09:30 – 11:00</div></div>
<div class="event bg-coffee" style="top: 83.7px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">11:00 – 11:30</div></div>
<div class="event bg-tuesday" style="top: 111.6px; height: 83.70px;"><a href="TBA">Foundation Models</a><div class="event-time">11:30 – 13:00</div></div>
<div class="event bg-session1" style="top: 195.3px; height: 83.70px;"><a href="TBA">Lab Session - VLMs</a><div class="event-time">13:00 – 14:30</div></div>
<div class="event bg-lunch" style="top: 279.0px; height: 55.80px;"><a href="TBA">Lunch</a><div class="event-time">14:30 – 15:30</div></div>
<div class="event bg-break" style="top: 334.8px; height: 55.80px;"><a href="TBA">Student Presentations</a><div class="event-time">15:30 – 16:30</div></div>
<div class="event bg-coffee" style="top: 390.6px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">16:30 – 17:00</div></div>
<div class="event bg-break" style="top: 418.5px; height: 83.70px;"><a href="TBA">Student Poster Session</a><div class="event-time">17:00 – 18:30</div></div>
<div class="event bg-evening" style="top: 502.2px; height: 139.50px;"><a href="TBA">Social Activities</a><div class="event-time">18:30 – 21:00</div></div>
<div class="event bg-lunch" style="top: 641.7px; height: 83.70px;"><a href="TBA">Dinner</a><div class="event-time">21:00 – 22:30</div></div>
</div>
</div>
<!-- Wednesday Column -->
<div class="day-column">
<div class="day-header">Wednesday 27th</div>
<div class="events-container">
<div class="event bg-wednesday" style="top: 0.0px; height: 223.20px; font-weight: bold;"><a href="TBA">Hiking</a><div class="event-time">09:30 – 13:30</div></div>
<div class="event bg-lunch" style="top: 223.2px; height: 55.80px;"><a href="TBA">Lunch</a><div class="event-time">13:30 – 14:30</div></div>
<div class="event bg-session2" style="top: 279.0px; height: 55.80px;"><a href="TBA">Trends on Trustworthy Doc Analysis</a><div class="event-time">14:30 – 15:30</div></div>
<div class="event bg-coffee" style="top: 334.8px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">15:30 – 16:00</div></div>
<div class="event bg-session2" style="top: 362.7px; height: 83.70px;"><a href="TBA">Learning on Graphs: GNNs in Document Analysis</a><div class="event-time">16:00 – 17:30</div></div>
<div class="event bg-session1" style="top: 446.4px; height: 55.80px;"><a href="TBA">Lab Session - GNNs (includes coffee)</a><div class="event-time">17:30 – 18:30</div></div>
<div class="event bg-evening" style="top: 502.2px; height: 167.40px;"><a href="TBA">Open Lab: Finetuning A Low Resource VLM with synthetic Data</a><div class="event-time">18:30 – 21:30</div></div>
<div class="event bg-lunch" style="top: 669.6px; height: 83.70px;"><a href="TBA">Dinner</a><div class="event-time">21:30 – 23:00</div></div>
</div>
</div>
<!-- Thursday Column -->
<div class="day-column">
<div class="day-header">Thursday 28th</div>
<div class="events-container">
<div class="event bg-thursday" style="top: 0.0px; height: 83.70px;"><a href="TBA">Knowledge Graph Embeddings and Knowledge Representation</a><div class="event-time">09:30 – 11:00</div></div>
<div class="event bg-coffee" style="top: 83.7px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">11:00 – 11:30</div></div>
<div class="event bg-thursday" style="top: 111.6px; height: 83.70px;"><a href="TBA">Agentic: RAG, GraphRAG & Co.</a><div class="event-time">11:30 – 13:00</div></div>
<div class="event bg-session1" style="top: 195.3px; height: 55.80px;"><a href="TBA">Lab Session - Agentic GraphRAG</a><div class="event-time">13:00 – 14:00</div></div>
<div class="event bg-lunch" style="top: 251.1px; height: 55.80px;"><a href="TBA">Lunch</a><div class="event-time">14:00 – 15:00</div></div>
<div class="event bg-session2" style="top: 306.9px; height: 55.80px;"><a href="TBA">Trends on Historical Doc Analysis</a><div class="event-time">15:00 – 16:00</div></div>
<div class="event bg-coffee" style="top: 362.7px; height: 27.90px;"><a href="TBA">Coffee</a><div class="event-time">16:00 – 16:30</div></div>
<div class="event bg-session1" style="top: 390.6px; height: 167.40px;"><a href="TBA">Open Lab: Building A Knowledge Graph from a finetuned VLM</a><div class="event-time">16:30 – 19:30</div></div>
<div class="event bg-lunch" style="top: 558.0px; height: 83.70px; font-weight: bold; font-size: 1.05rem;"><a href="TBA">Gala Dinner</a><div class="event-time">19:30 – 21:00</div></div>
</div>
</div>
<!-- Friday Column -->
<div class="day-column">
<div class="day-header">Friday 29th</div>
<div class="events-container">
<div class="event bg-presentation" style="top: 0.0px; height: 83.70px;"><a href="TBA">Open Lab: Results Presentation</a><div class="event-time">09:30 – 11:00</div></div>
<div class="event bg-thursday" style="top: 83.7px; height: 27.90px;"><a href="TBA">Closing Ceremony</a><div class="event-time">11:00 – 11:30</div></div>
<div class="event bg-transport" style="top: 111.6px; height: 558.00px;"><a href="TBA">Transport to Vall de Núria</a><div class="event-time">11:30 – 21:30</div></div>
</div>
</div>
</div>
</div>
</body>
</html>