Skip to content

Commit

Permalink
Merge pull request #32 from codeplaysoftware/publications-update
Browse files Browse the repository at this point in the history
Publications Update
  • Loading branch information
scottstraughan authored Sep 12, 2024
2 parents c525bb7 + b2cad16 commit cc1bf23
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 40 deletions.
37 changes: 25 additions & 12 deletions _includes/nav-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,31 @@
</a>
</div>
<div class="items">
<a href="{{'' | absolute_url}}"
{% if page.url == '/' %} class="selected" {% endif %}> Home</a>
<a href="{{'updates' | absolute_url}}"
{% if page.url contains "updates/" %} class="selected" {% endif %}> Updates</a>
<a href="{{'about' | absolute_url}}"
{% if page.url contains "about.html" %} class="selected" {% endif %}> About</a>
<a href="{{'consortium' | absolute_url}}"
{% if page.url contains "consortium.html" %} class="selected" {% endif %}> Consortium</a>
<a href="{{'deliverables' | absolute_url}}"
{% if page.url contains "deliverables.html" %} class="selected" {% endif %}> Deliverables</a>
<a href="{{'contact' | absolute_url}}"
{% if page.url contains "contact.html" %} class="selected" {% endif %}> Contact</a>
<div {% if page.url == '/' %} class="selected" {% endif %}>
<a href="{{'' | absolute_url}}">Home</a>
</div>
<div {% if page.url contains "about.html" %} class="selected" {% endif %}>
<a href="{{'about' | absolute_url}}">About</a>
<div class="drop">
<a href="{{'about/advisory' | absolute_url}}">Advisory Board</a>
</div>
</div>
<div {% if page.url contains "updates/" %} class="selected" {% endif %}>
<a href="{{'updates' | absolute_url}}">Updates</a>
</div>
<div {% if page.url contains "consortium.html" %} class="selected" {% endif %}>
<a href="{{'consortium' | absolute_url}}">Consortium</a>
</div>
<div {% if page.url contains "results/" %} class="selected" {% endif %}>
<a href="{{'results' | absolute_url}}">Results</a>
<div class="drop">
<a href="{{'results/publications' | absolute_url}}">Publications</a>
<a href="{{'results/deliverables' | absolute_url}}">Deliverables</a>
</div>
</div>
<div {% if page.url contains "contact.html" %} class="selected" {% endif %}>
<a href="{{'contact' | absolute_url}}">Contact</a>
</div>
</div>
<div class="burger">
<label for="navigation-checkbox">
Expand Down
49 changes: 49 additions & 0 deletions about/advisory.html
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>
2 changes: 1 addition & 1 deletion about.html → about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1><span class="material-icons">auto_stories</span>About</h1>
all types of accelerators, including RISC-V.</li>
</ul>

<img src="static/images/about/diagram.svg" alt="Figure 1" />
<img src="../static/images/about/diagram.svg" alt="Figure 1" />

<p>The goal of project SYCLOPS is to bring together these standards for the first time in order to
demonstrate ground-breaking advances in performance and scalability of extreme data analytics
Expand Down
61 changes: 61 additions & 0 deletions results/deliverables.html
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>
27 changes: 27 additions & 0 deletions results/index.html
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>
81 changes: 81 additions & 0 deletions results/publications.html
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>
Loading

0 comments on commit cc1bf23

Please sign in to comment.