Skip to content

Commit d7e0d73

Browse files
author
Scott Straughan
committed
Add publications page.
1 parent ec8c38e commit d7e0d73

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

results/publications.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
layout: page
3+
---
4+
5+
<!-- Section: Publications -->
6+
<section id="publications">
7+
<div class="wrapper">
8+
<h1><span class="material-icons">newspaper</span>Publications</h1>
9+
<p>This page is designed to give an overview of the publications produced by the SYCLOPS project.</p>
10+
11+
<table class="table">
12+
<thead>
13+
<tr>
14+
<th>Type</th>
15+
<th>Title</th>
16+
<th>Authors</th>
17+
<th>Year</th>
18+
</tr>
19+
</thead>
20+
<tbody>
21+
<tr>
22+
<td>Conference</td>
23+
<td><a href="https://www.vldb.org/pvldb/vol16/p1923-marinelli.pdf" target="_blank" rel="noopener">Towards
24+
Migration-Free" Just-in-Case" Data Archival for Future Cloud Data Lakes Using Synthetic DNA</a></td>
25+
<td>Eugenio Marinelli, Yiqing Yan, Virginie Magnone, Charlotte Dumargne, Pascal Barbry, Thomas Heinis, Raja
26+
Appuswamy
27+
</td>
28+
<td>2023</td>
29+
</tr>
30+
<tr>
31+
<td>Journal</td>
32+
<td><a href="https://www.nature.com/articles/s41598-023-43172-0#Fun" target="_blank" rel="noopener">Scaling
33+
logical density of DNA storage with enzymatically-ligated composite motifs</td>
34+
<td>Yiqing Yan, Nimesh Pinnamaneni, Sachin Chalapati, Conor Crosbie, Raja Appuswamy</td>
35+
<td>2023</td>
36+
</tr>
37+
<tr>
38+
<td>Conference</td>
39+
<td>Open, cross-architecture acceleration of data analytics with SYCL and RISC-V</td>
40+
<td>Ivan Kabadzhov, Jose Morgado, Aleksander Ilic, Raja Appuswamy</td>
41+
<td>2024 <small>(under submission)</small></td>
42+
</tr>
43+
<tr>
44+
<td>Conference</td>
45+
<td><a href="https://dl.acm.org/doi/abs/10.1145/3648115.3648122" target="_blank" rel="noopener">Migrating CUDA
46+
to SYCL: A HEP Case Study with ROOT RDataFrame</td>
47+
<td>Jolly Chen, Monica Dessole, Ana-Lucia Varbanescu</td>
48+
<td>2024</td>
49+
</tr>
50+
<tr>
51+
<td>Conference</td>
52+
<td><a href="https://link.springer.com/chapter/10.1007/978-3-031-48803-0_15" target="_blank" rel="noopener">A
53+
Performance Modelling-Driven Approach to Hardware Resource Scaling</td>
54+
<td>Alexandre Rodrigues, Leonel Sousa, and Aleksandar Ilic</td>
55+
<td>2024</td>
56+
</tr>
57+
<tr>
58+
<td>Journal</td>
59+
<td><a href="https://www.nature.com/articles/s41598-024-65317-5" target="_blank" rel="noopener">Distributed
60+
transformer for high order epistasis detection in large-scale datasets</td>
61+
<td>Miguel Graça, Ricardo Nobre, Leonel Sousa & Aleksandar Ilic</td>
62+
<td>2024</td>
63+
</tr>
64+
<tr>
65+
<td>Conference</td>
66+
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3648115.3648117" target="_blank" rel="noopener">AdaptiveCpp
67+
Stdpar: C++ Standard Parallelism Integrated Into A SYCL Compiler</td>
68+
<td>Aksel Alpay, Vincent Heueline</td>
69+
<td>2024</td>
70+
</tr>
71+
<tr>
72+
<td>Conference</td>
73+
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3648115.3648120" target="_blank" rel="noopener">SYCL-Bench 2020:
74+
Benchmarking SYCL 2020 on AMD, Intel, and NVIDIA GPUs</td>
75+
<td>Luigi Crisci, Lorenzo Carpentieri, Peter Thoman, Aksel Alpay, Vincent Heuveline, Biagio Cosenza</td>
76+
<td>2024</td>
77+
</tr>
78+
</tbody>
79+
</table>
80+
</div>
81+
</section>

0 commit comments

Comments
 (0)