-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtalks.html
More file actions
81 lines (68 loc) · 3.21 KB
/
talks.html
File metadata and controls
81 lines (68 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Talks & Videos - SMILE</title>
<meta name="description" content="Talks and Video Recordings from the SMILE team">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Castoro" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<!-- CSS -->
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="https://raw.githubusercontent.com/koo-ec/xwhy/main/docs/graphics/XWhy_Logo_v1.png">
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<header class="sidebar">
<div class="profile">
<a href="index.html">
<img src="https://raw.githubusercontent.com/koo-ec/xwhy/main/docs/graphics/XWhy_Logo_v1.png"
alt="XWhy Logo" class="profile-img">
</a>
<h1 class="site-title"><a href="index.html" style="color: inherit;">XWhy / SMILE</a></h1>
<p class="site-subtitle">Explainable AI Research</p>
</div>
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#news">News</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="llm.html">LLM Explainability</a></li>
<li><a href="geo.html">Geo-SMILE</a></li>
<li><a href="multimodal.html">Multi-modal XAI</a></li>
<li><a href="talks.html" class="active">Talks & Videos</a></li>
<li><a href="./PointCloud.html">Point Cloud XAI</a></li>
</ul>
<div class="social-links">
<a href="https://github.com/Dependable-Intelligent-Systems-Lab/xwhy" title="GitHub"><i
class="fab fa-github"></i></a>
<a href="https://arxiv.org/abs/2311.07286" title="arXiv"><i class="ai ai-arxiv"></i></a>
</div>
<div class="sidebar-footer">
© 2025 XWhy Project.
</div>
</header>
<!-- Main Content -->
<main class="main-content">
<div class="container">
<h1 class="page-title">Talks & Videos</h1>
<p class="lead">Presentations, seminars, and demos.</p>
<section>
<h2>Recent Talks</h2>
<p><em>(Video recordings to be added)</em></p>
<!-- Example Video Placeholder -->
<!--
<div class="video-container" style="margin-bottom: 2rem;">
<h3>SMILE Presentation at IEEE Software</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/..." frameborder="0" allowfullscreen></iframe>
</div>
-->
</section>
</div>
</main>
</div>
</body>
</html>