-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
83 lines (57 loc) · 2.35 KB
/
publications.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Timothée David--Cléris</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="latexcss.css">
</head>
<body>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">
<img class="site-title-pic" src="no_background_nocolor.png">
</a>
<nav class="site-nav">
<div class="trigger">
<a class="page-link" href="./publications.html">Publications</a>
<a class="page-link" href="./documentation.html">Documentation</a>
</div>
</nav>
</div>
</header>
</body>
<div class="page-content">
<div class="wrap">
<div class="post">
<h1 id="description">Publications</h1>
<hr>
<h2>Accepted</h2>
<ol class="publications reverse">
<li>
<p class="title">The Shamrock code: I- Smoothed Particle Hydrodynamics on GPUs.</p>
<p class="coauthors">with <a href="https://www.ens-lyon.fr/recherche/panorama-de-la-recherche/prix-et-distinctions/guillaume-laibe-astrophysicien-cral">Guillaume Laibe</a> and Yona Lapyere.</p>
<p class="journal">accepted for publication in MNRAS, </p>
<p class="badges">
<span class="id"><a href="https://arxiv.org/abs/2503.09713"><span class="id-type id-arxiv">arXiv</span><span class="id-key">2503.09713</span></a></span>
</p>
</li>
<li>
<p class="title">Shamrock: Exascale hydrodynamics for astrophysics using SYCL.</p>
<p class="journal">Proceding accepted for <a href="https://www.iwocl.org/">IOWCL2025</a>.</p>
</li>
</ol>
<h2>Published</h2>
<p>None for now 😉</p>
</p>
<hr>
<footer> © <a href="https://tdavidcl.github.io/index.html">Timothée David--Cléris</a> 2020 -- 2025</footer>
</div>
</div>
</div>
</html>