Skip to content

Commit af289a4

Browse files
committed
log2025 meetup add slides
1 parent 879737a commit af289a4

3 files changed

Lines changed: 19 additions & 13 deletions

File tree

4.24 MB
Binary file not shown.
9.05 MB
Binary file not shown.

log2025.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ <h2>About the Event</h2>
471471
</div>
472472

473473
<div class="highlight">
474-
<strong>📢 Register <a href="https://forms.gle/8F6MKErJ6RpuhtL59">here</a> before Wednesday, February 11th
475-
2026.</strong>
474+
<strong><s>📢 Register <a href="https://forms.gle/8F6MKErJ6RpuhtL59">here</a> before Wednesday, February
475+
11th 2026.</s></strong>
476476
</div>
477477

478478
<div class="log-section">
@@ -507,15 +507,15 @@ <h2>Tentative Schedule</h2>
507507
<!-- <p><em>Detailed schedule will be announced soon. Here's a general outline:</em></p> -->
508508

509509
<div class="schedule-item">
510-
<span class="schedule-time">Day 1 — <a
511-
href="https://teams.microsoft.com/meet/35485170447885?p=atOUjyj6c9TlgiS3Wq" target="_blank">Teams
512-
stream</a></span>
510+
<span class="schedule-time">Day 1</span>
513511
<ul>
514512
<li>08:45 Registration 🤗. Morning talk + PhD Kitchen 📚 </li>
515513
<li class="keynote-item">
516514
<div class="keynote-header" onclick="toggleKeynote('keynote1')">
517515
<span class="keynote-toggle" id="keynote1-toggle"></span>
518-
<span>09:00 Keynote 1 🎤: Sabrina Gaito</span>
516+
<span>09:00 Keynote 1 🎤: Sabrina Gaito — <a
517+
href="/assets/slides/log2026/Talk_Gaito_LoG_2026.pdf" target="_blank">slides
518+
(PDF)</a></span>
519519
</div>
520520
<div class="keynote-abstract expanded" id="keynote1">
521521
<div
@@ -578,12 +578,10 @@ <h2>Tentative Schedule</h2>
578578
</li>
579579
<li>13:00 Lunch break 🍱 </li>
580580
<li>14:00 Afternoon talk 🎙️ + poster session 🗺️</li>
581-
<li class="alert-note">Note: Bacciu's Keynote talk uses a separate Zoom link.</li>
582581
<li class="keynote-item">
583582
<div class="keynote-header" onclick="toggleKeynote('keynote2')">
584583
<span class="keynote-toggle" id="keynote2-toggle"></span>
585-
<span>14:15 Keynote 2 🎤: Davide Bacciu — <a href="https://uio.zoom.us/j/62535744013"
586-
target="_blank">Zoom stream</a></span>
584+
<span>14:15 Keynote 2 🎤: Davide Bacciu</span>
587585
</div>
588586
<div class="keynote-abstract expanded" id="keynote2">
589587
<div
@@ -611,15 +609,15 @@ <h2>Tentative Schedule</h2>
611609
</div>
612610

613611
<div class="schedule-item">
614-
<span class="schedule-time">Day 2 — <a
615-
href="https://teams.microsoft.com/meet/36504811304822?p=rPuMLmWjo2FnIUs0Hj" target="_blank">Teams
616-
stream</a></span>
612+
<span class="schedule-time">Day 2</span>
617613
<ul>
618614
<li>08:45 Welcome back! ☀️</li>
619615
<li class="keynote-item">
620616
<div class="keynote-header" onclick="toggleKeynote('keynote5')">
621617
<span class="keynote-toggle" id="keynote5-toggle"></span>
622-
<span>09:00 Tutorial (part 1) 👨‍🏫: Andrea Cini</span>
618+
<span>09:00 Tutorial (part 1) 👨‍🏫: Andrea Cini — <a
619+
href="/assets/slides/log2026/tutorial_log_tromsø_handout.pdf" target="_blank">handout
620+
(PDF)</a></span>
623621
</div>
624622
<div class="keynote-abstract expanded" id="keynote5">
625623
<div
@@ -712,6 +710,14 @@ <h2>Sponsored by</h2>
712710
</div>
713711

714712
<script>
713+
document.addEventListener('DOMContentLoaded', function () {
714+
document.querySelectorAll('.keynote-header a').forEach(function (link) {
715+
link.addEventListener('click', function (event) {
716+
event.stopPropagation();
717+
});
718+
});
719+
});
720+
715721
function toggleKeynote(id) {
716722
const abstract = document.getElementById(id);
717723
const toggle = document.getElementById(id + '-toggle');

0 commit comments

Comments
 (0)