Skip to content

Commit bc04a30

Browse files
Merge pull request #32 from marco66colombo/master
Update website content: NGT logo, award news, and 2026 conference poster
2 parents 59a767d + 97de6ce commit bc04a30

9 files changed

Lines changed: 41 additions & 3 deletions

_data/events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- title: "Fast Machine Learning for Science Workshop 2026"
1111
date: "Aug 31-Sep 4, 2026"
1212
location: "UC San Diego"
13-
image: "/images/fastml_logo.png"
13+
image: "/images/fastml_poster_2026.png"
1414
external_link: "https://indico.cern.ch/event/1654479/"
1515

1616
- title: "Fast Machine Learning for Science Conference 2025"

_data/partners.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
- name: Institute for Research and Innovation in Software for High Energy Physics
22
image: /images/iris-hep.png
33
- name: Institute for Accelerated AI Algorithms for Data-Driven Discovery
4-
image: /images/A3D3.png
4+
image: /images/A3D3.png
5+
- name: Next Generation Triggers
6+
image: /images/ngt_logo.png
7+
max_width: 220px
8+
max_height: 120px
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "FPT'25 Shanghai: Best Paper Award"
3+
external_link: https://doi.org/10.48550/arXiv.2508.15468
4+
layout: post
5+
description: "Paper: JEDI-LINEAR: Fast and Efficient Graph Neural Networks for Jet Tagging on FPGAs"
6+
image: /images/fpt25-best-paper-certificate.jpg
7+
---
8+
9+
We celebrate the **FPT 2025 International Conference on Field Programmable Technology (Shanghai) Best Paper Award** for
10+
11+
**"JEDI-LINEAR: Fast and Efficient Graph Neural Networks for Jet Tagging on FPGAs"**
12+
13+
Paper link: https://doi.org/10.48550/arXiv.2508.15468
14+
15+
## Certificate Details
16+
17+
![FPT 2025 Best Paper Award certificate]({{ site.baseurl }}/images/fpt25-best-paper-certificate.jpg)
18+
19+
*FPT 2025 Best Paper Award certificate with full author and paper details*
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "FPGA'26: Best Paper Award"
3+
external_link: https://doi.org/10.1145/3748173.3779202
4+
layout: post
5+
description: "Paper: KANELE: Kolmogorov-Arnold Networks for Efficient LUT-based Evaluation"
6+
image: /images/fpga26-best-paper-team.jpg
7+
---
8+
9+
Congratulations to Duc Hoang and Aarush Gupta Best Paper at the FPGA'26!
10+
11+
Congratulations to **Duc Hoang** and **Aarush Gupta** on receiving the **Best Paper Award at FPGA'26**
12+
13+
Paper link: https://doi.org/10.1145/3748173.3779202
14+
15+
![FPGA 2026 Best Paper Award recipients]({{ site.baseurl }}/images/fpga26-best-paper-team.jpg)

images/fastml_poster_2026.png

156 KB
Loading

images/fpga26-best-paper-team.jpg

213 KB
Loading
1.96 MB
Loading

images/ngt_logo.png

358 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h1 class="pb-4 display-5 fw-bold">Sponsors and Partners</h1>
240240
<div class="col-lg-6 mx-auto">
241241

242242
{% for org in site.data.partners %}
243-
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
243+
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: {{ org.max_height | default: '120px' }}; max-width: {{ org.max_width | default: '120px' }};" alt="{{ org.name }}"/>
244244
{% endfor %}
245245

246246
</div>

0 commit comments

Comments
 (0)