-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from codeplaysoftware/publications-update
Publications Update
- Loading branch information
Showing
7 changed files
with
446 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: page | ||
--- | ||
|
||
<!-- Section: Advisory Board --> | ||
<section id="advisory-board"> | ||
<div class="wrapper formatted-text"> | ||
<h1><span class="material-icons">support_agent</span>Advisory Board</h1> | ||
|
||
<div class="content-and-side-content"> | ||
<div> | ||
<div class="board"> | ||
<div> | ||
<div> | ||
<div class="avatar"> | ||
<span class="material-icons">person</span> | ||
</div> | ||
<h1>Olena Kushakovska</h1> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<div class="avatar"> | ||
<span class="material-icons">person</span> | ||
</div> | ||
<h1>Geraud Krawezik</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div> | ||
<h2>Consortium Members</h2> | ||
<ul class="styled-list"> | ||
{% for member in site.consortium_members %} | ||
<li> | ||
<a href="{{member.url}}" target="_blank" rel="noopener">{{member.name}}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
<h2>Other Links</h2> | ||
<ul class="styled-list"> | ||
<li><a href="https://www.khronos.org/sycl/" target="_blank" rel="noopener">Khronos SYCL</a></li> | ||
<li><a href="https://sycl.tech" target="_blank" rel="noopener">SYCL.tech</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
layout: page | ||
--- | ||
|
||
<!-- Section: Deliverables --> | ||
<section id="deliverables"> | ||
<div class="wrapper"> | ||
<h1><span class="material-icons">sports_score</span>Deliverables</h1> | ||
<p>This page is designed to give an overview of the deliverables and targets of the SYCLOPS project.</p> | ||
|
||
<br /> | ||
<br /> | ||
|
||
<!-- Consortium --> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>Deliverable</th> | ||
<th>Overview</th> | ||
<th>Download</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>D1.1</td> | ||
<td>Describes mechanisms to be used during the project implementation, in order to ensure high | ||
quality of activities and deliverables</td> | ||
<td><a class="button" | ||
href="/static/files/deliverables/SYCLOPS-D1.1_ProjectManagementQualityAndRiskPlan_20230331.pdf" | ||
target="_blank"><span class="material-icons">cloud_download</span>Download Report</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>D1.2</td> | ||
<td>Describes mechanisms to handle data created or generated during the project.</td> | ||
<td><a class="button" | ||
href="/static/files/deliverables/SYCLOPS-D1.2_v0.1_DataManagementPlan_20230805.pdf" | ||
target="_blank"><span class="material-icons">cloud_download</span>Download Report</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>D2.1</td> | ||
<td>Provides the overall architectural blueprint of SYCLOPS together with inter and intra-layer | ||
interface definitions</td> | ||
<td><a class="button" | ||
href="/static/files/deliverables/SYCLOPS-D2.1_ArchitectureInterfaceBenchmarkSpec_20230805.pdf" | ||
target="_blank"><span class="material-icons">cloud_download</span>Download Report</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>D6.1</td> | ||
<td> Communication, Networking and Dissemination Plan and Activities</td> | ||
<td><a class="button" | ||
href="/static/files/deliverables/SYCLOPS_D6.1_Dissemination_and_communication_20230331.pdf" | ||
target="_blank"><span class="material-icons">cloud_download</span>Download Report</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: page | ||
--- | ||
|
||
<!-- Section: Results --> | ||
<section id="results"> | ||
<div class="wrapper"> | ||
<h1><span class="material-icons">star</span>Results</h1> | ||
|
||
<div class="items"> | ||
<a href="{{'results/deliverables' | absolute_url}}"> | ||
<div> | ||
<span class="material-icons">sports_score</span> | ||
<h1>Deliverables</h1> | ||
<h2>View all the SYCLOPS project deliverables.</h2> | ||
</div> | ||
</a> | ||
<a href="{{'results/publications' | absolute_url}}"> | ||
<div> | ||
<span class="material-icons">newspaper</span> | ||
<h1>Publications</h1> | ||
<h2>View all the SYCLOPS project publications.</h2> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
layout: page | ||
--- | ||
|
||
<!-- Section: Publications --> | ||
<section id="publications"> | ||
<div class="wrapper"> | ||
<h1><span class="material-icons">newspaper</span>Publications</h1> | ||
<p>This page is designed to give an overview of the publications produced by the SYCLOPS project.</p> | ||
|
||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Title</th> | ||
<th>Authors</th> | ||
<th>Year</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Conference</td> | ||
<td><a href="https://www.vldb.org/pvldb/vol16/p1923-marinelli.pdf" target="_blank" rel="noopener">Towards | ||
Migration-Free" Just-in-Case" Data Archival for Future Cloud Data Lakes Using Synthetic DNA</a></td> | ||
<td>Eugenio Marinelli, Yiqing Yan, Virginie Magnone, Charlotte Dumargne, Pascal Barbry, Thomas Heinis, Raja | ||
Appuswamy | ||
</td> | ||
<td>2023</td> | ||
</tr> | ||
<tr> | ||
<td>Journal</td> | ||
<td><a href="https://www.nature.com/articles/s41598-023-43172-0#Fun" target="_blank" rel="noopener">Scaling | ||
logical density of DNA storage with enzymatically-ligated composite motifs</td> | ||
<td>Yiqing Yan, Nimesh Pinnamaneni, Sachin Chalapati, Conor Crosbie, Raja Appuswamy</td> | ||
<td>2023</td> | ||
</tr> | ||
<tr> | ||
<td>Conference</td> | ||
<td>Open, cross-architecture acceleration of data analytics with SYCL and RISC-V</td> | ||
<td>Ivan Kabadzhov, Jose Morgado, Aleksander Ilic, Raja Appuswamy</td> | ||
<td>2024 <small>(under submission)</small></td> | ||
</tr> | ||
<tr> | ||
<td>Conference</td> | ||
<td><a href="https://dl.acm.org/doi/abs/10.1145/3648115.3648122" target="_blank" rel="noopener">Migrating CUDA | ||
to SYCL: A HEP Case Study with ROOT RDataFrame</td> | ||
<td>Jolly Chen, Monica Dessole, Ana-Lucia Varbanescu</td> | ||
<td>2024</td> | ||
</tr> | ||
<tr> | ||
<td>Conference</td> | ||
<td><a href="https://link.springer.com/chapter/10.1007/978-3-031-48803-0_15" target="_blank" rel="noopener">A | ||
Performance Modelling-Driven Approach to Hardware Resource Scaling</td> | ||
<td>Alexandre Rodrigues, Leonel Sousa, and Aleksandar Ilic</td> | ||
<td>2024</td> | ||
</tr> | ||
<tr> | ||
<td>Journal</td> | ||
<td><a href="https://www.nature.com/articles/s41598-024-65317-5" target="_blank" rel="noopener">Distributed | ||
transformer for high order epistasis detection in large-scale datasets</td> | ||
<td>Miguel Graça, Ricardo Nobre, Leonel Sousa & Aleksandar Ilic</td> | ||
<td>2024</td> | ||
</tr> | ||
<tr> | ||
<td>Conference</td> | ||
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3648115.3648117" target="_blank" rel="noopener">AdaptiveCpp | ||
Stdpar: C++ Standard Parallelism Integrated Into A SYCL Compiler</td> | ||
<td>Aksel Alpay, Vincent Heueline</td> | ||
<td>2024</td> | ||
</tr> | ||
<tr> | ||
<td>Conference</td> | ||
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3648115.3648120" target="_blank" rel="noopener">SYCL-Bench 2020: | ||
Benchmarking SYCL 2020 on AMD, Intel, and NVIDIA GPUs</td> | ||
<td>Luigi Crisci, Lorenzo Carpentieri, Peter Thoman, Aksel Alpay, Vincent Heuveline, Biagio Cosenza</td> | ||
<td>2024</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</section> |
Oops, something went wrong.