-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
161 lines (146 loc) · 8.3 KB
/
talks.html
File metadata and controls
161 lines (146 loc) · 8.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Talks - Shamrock</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="_static/logo.png" alt="Shamrock Logo" class="logo">
<span class="logo-text">Shamrock</span>
</div>
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="https://github.com/Shamrock-code/Shamrock" class="github-btn">
<i class="fab fa-github"></i> GitHub
</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Talks Hero -->
<section class="publications-hero">
<div class="container">
<h1 class="publications-title">Talks</h1>
<p class="publications-subtitle">
A collection of talks about Shamrock from conferences and workshops
</p>
</div>
</section>
<!-- Talks Grid -->
<section class="talks-section">
<div class="container">
<div class="talks-grid">
<div class="talk-card">
<h3 class="talk-title">Beyond a PhD Code: The Rise of the Shamrock</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/R4YIg5SaahE?si=OihHCXO88kJ-5RPU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Shamrock tutorial at the Phantom Workshop</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GmrD1WZnKNs?si=Rf3TZvWfjZyE2IDD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">The Shamrock moment</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by G. Laibe</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/H3cu5JuJ3sA?si=K1m7Q5qmmE4AoyQX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Towards exascale simulations of warped, magnetized discs with Shamrock</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by Y. Lapeyre</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/o3AEwFHmj50?si=vjGrm8ZbDerrNH-l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Shamrock: Exascale Hydrodynamics for Astrophysics Using SYCL</h3>
<p class="talk-conference">IWOCL 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zhDgNGiAKPY?si=1rEhAJUubE5EDwM_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Talks Grid -->
<section class="talks-section">
<div class="container">
<h2 class="section-title">Additional Videos</h2>
<div class="talks-grid">
<div class="talk-card">
<h3 class="talk-title">Discs at 1 billion particles with Shamrock</h3>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hXw8xORKCLc?si=HIUx7yjyIEzbLCg9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<img src="_static/logo.png" alt="Shamrock Logo" class="footer-logo-img">
<span>Shamrock</span>
</div>
<p>An open-source, multi-GPU hydrodynamics framework for astrophysics. Scales seamlessly from laptops to exascale supercomputers.</p>
<div class="social-links">
<a href="https://github.com/Shamrock-code/Shamrock" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.gg/Q69s5buyr5" aria-label="Discord">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
<div class="footer-section">
<!--
<h4>Documentation</h4>
<ul>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/quickstart/">Quick Start</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/install/">Installation</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/usage/">User Manual</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/first_simulation/">First Simulation</a></li>
</ul>
-->
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Shamrock. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>