Skip to content

Commit fd3d941

Browse files
committed
add some talks
1 parent 2caca27 commit fd3d941

2 files changed

Lines changed: 99 additions & 2 deletions

File tree

styles.css

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,35 @@ body.loaded {
11861186
line-height: 1.4;
11871187
}
11881188

1189+
.talk-heading {
1190+
display: flex;
1191+
align-items: flex-start;
1192+
gap: 0.75rem;
1193+
margin-bottom: 0.5rem;
1194+
}
1195+
1196+
.talk-heading .talk-title {
1197+
margin-bottom: 0;
1198+
flex: 1;
1199+
min-width: 0;
1200+
}
1201+
1202+
.talk-badge {
1203+
flex-shrink: 0;
1204+
display: inline-block;
1205+
font-size: 0.7rem;
1206+
font-weight: 600;
1207+
letter-spacing: 0.04em;
1208+
text-transform: uppercase;
1209+
color: var(--primary-purple);
1210+
background: rgba(68, 1, 84, 0.08);
1211+
border: 1px solid rgba(68, 1, 84, 0.22);
1212+
border-radius: 4px;
1213+
padding: 0.2rem 0.5rem;
1214+
margin-top: 0.25rem;
1215+
line-height: 1.2;
1216+
}
1217+
11891218
.talk-author {
11901219
font-size: 1rem;
11911220
color: var(--gray);
@@ -1203,6 +1232,24 @@ body.loaded {
12031232
opacity: 0.7;
12041233
}
12051234

1235+
.talk-session {
1236+
font-size: 0.95rem;
1237+
color: var(--gray);
1238+
margin-bottom: 0.5rem;
1239+
line-height: 1.4;
1240+
}
1241+
1242+
.talk-date {
1243+
font-size: 0.9rem;
1244+
color: var(--gray);
1245+
margin-bottom: 0.75rem;
1246+
opacity: 0.85;
1247+
}
1248+
1249+
.talk-card > .talk-author:last-child {
1250+
margin-bottom: 0;
1251+
}
1252+
12061253
.video-container {
12071254
position: relative;
12081255
width: 100%;

talks.html

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ <h1 class="publications-title">Talks</h1>
5151
<div class="container">
5252
<div class="talks-grid">
5353
<div class="talk-card">
54-
<h3 class="talk-title">Updates on the Shamrock code</h3>
54+
<div class="talk-heading">
55+
<h3 class="talk-title">Updates on the Shamrock code</h3>
56+
<span class="talk-badge">Invited</span>
57+
</div>
5558
<p class="talk-conference">Phantom Workshop 2026</p>
5659
<p class="talk-author">by T. David--Cléris</p>
5760
<div class="video-container">
@@ -118,7 +121,54 @@ <h3 class="talk-title">Shamrock: Exascale Hydrodynamics for Astrophysics Using S
118121
</section>
119122

120123

121-
<!-- Talks Grid -->
124+
<!-- Talks without recordings -->
125+
<section class="talks-section">
126+
<div class="container">
127+
<h2 class="section-title">Talks without recordings</h2>
128+
<div class="talks-grid">
129+
130+
<div class="talk-card">
131+
<h3 class="talk-title">Shamrock: Scaling SPH to Exascale for Astrophysics Using SYCL</h3>
132+
<p class="talk-conference">PASC25 — Minisymposium Presentation</p>
133+
<p class="talk-session">MS6F — Application Perspective on SYCL, a Modern Programming Model for Performance and Portability</p>
134+
<p class="talk-date">Wednesday, June 18, 2025 · 15:30 – 16:00 CEST</p>
135+
<p class="talk-author">by T. David--Cléris</p>
136+
</div>
137+
138+
<div class="talk-card">
139+
<div class="talk-heading">
140+
<h3 class="talk-title">Shamrock: Hydrodynamics for Astrophysics, from a laptop to Exascale</h3>
141+
<span class="talk-badge">Invited</span>
142+
</div>
143+
<p class="talk-conference">Journées SF2A 2025</p>
144+
<p class="talk-session">S07 — Atelier calcul haute performance et simulations numériques</p>
145+
<p class="talk-date">2 July 2025</p>
146+
<p class="talk-author">by T. David--Cléris</p>
147+
</div>
148+
149+
<div class="talk-card">
150+
<div class="talk-heading">
151+
<h3 class="talk-title">Updates on Shamrock and experiences on exascale supercomputers</h3>
152+
<span class="talk-badge">Invited</span>
153+
</div>
154+
<p class="talk-conference">ASNUM 2025 — Journées de l'Action Spécifique Numérique</p>
155+
<p class="talk-date">17 December 2025 · Grenoble, France</p>
156+
<p class="talk-author">by T. David--Cléris</p>
157+
</div>
158+
159+
<div class="talk-card">
160+
<h3 class="talk-title">An exponential solver for Multifluid Dust and Gas Hydrodynamics in Dyablo and Shamrock</h3>
161+
<p class="talk-conference">ASNUM 2025 — Journées de l'Action Spécifique Numérique</p>
162+
<p class="talk-date">17 December 2025 · Grenoble, France</p>
163+
<p class="talk-author">by L. Sewanou</p>
164+
</div>
165+
166+
</div>
167+
</div>
168+
</section>
169+
170+
171+
<!-- Additional Videos -->
122172
<section class="talks-section">
123173
<div class="container">
124174
<h2 class="section-title">Additional Videos</h2>

0 commit comments

Comments
 (0)