Skip to content

Commit 740d0d6

Browse files
committed
add more talks
1 parent fdfd1aa commit 740d0d6

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,17 @@ body.loaded {
12321232
opacity: 0.7;
12331233
}
12341234

1235+
.talk-conference a {
1236+
color: inherit;
1237+
text-decoration: underline;
1238+
text-underline-offset: 2px;
1239+
}
1240+
1241+
.talk-conference a:hover {
1242+
color: var(--primary-purple);
1243+
opacity: 1;
1244+
}
1245+
12351246
.talk-session {
12361247
font-size: 0.95rem;
12371248
color: var(--gray);

talks.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,23 @@ <h3 class="talk-title">Shamrock: Astrophysics from a laptop to exascale</h3>
173173
<p class="talk-author">by T. David--Cléris</p>
174174
</div>
175175

176+
<div class="talk-card">
177+
<div class="talk-heading">
178+
<h3 class="talk-title">Shamrock: A multi-method &amp; multi-GPU scalable framework</h3>
179+
<span class="talk-badge">Invited</span>
180+
</div>
181+
<p class="talk-conference"><a href="https://ramses-sno-2025.sciencesconf.org/?lang=en" target="_blank" rel="noopener noreferrer">RAMSES SNO days 2025</a></p>
182+
<p class="talk-date">24 November 2025</p>
183+
<p class="talk-author">by T. David--Cléris</p>
184+
</div>
185+
186+
<div class="talk-card">
187+
<h3 class="talk-title">SPH Simulations towards the exascale</h3>
188+
<p class="talk-conference"><a href="https://asnum2022.sciencesconf.org/" target="_blank" rel="noopener noreferrer">ASNUM 2022 — Journées de l'ASNUM</a></p>
189+
<p class="talk-date">15 December 2022</p>
190+
<p class="talk-author">by T. David--Cléris</p>
191+
</div>
192+
176193
</div>
177194
</div>
178195
</section>

0 commit comments

Comments
 (0)