Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- title: "Fast Machine Learning for Science Workshop 2026"
date: "Aug 31-Sep 4, 2026"
location: "UC San Diego"
image: "/images/fastml_logo.png"
image: "/images/fastml_poster_2026.png"
external_link: "https://indico.cern.ch/event/1654479/"

- title: "Fast Machine Learning for Science Conference 2025"
Expand Down
6 changes: 5 additions & 1 deletion _data/partners.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- name: Institute for Research and Innovation in Software for High Energy Physics
image: /images/iris-hep.png
- name: Institute for Accelerated AI Algorithms for Data-Driven Discovery
image: /images/A3D3.png
image: /images/A3D3.png
- name: Next Generation Triggers
image: /images/ngt_logo.png
max_width: 220px
max_height: 120px
19 changes: 19 additions & 0 deletions _posts/2026-03-06-awards-fpga-fpt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "FPT'25 Shanghai: Best Paper Award"
external_link: https://doi.org/10.48550/arXiv.2508.15468
layout: post
description: "Paper: JEDI-LINEAR: Fast and Efficient Graph Neural Networks for Jet Tagging on FPGAs"
image: /images/fpt25-best-paper-certificate.jpg
---

We celebrate the **FPT 2025 International Conference on Field Programmable Technology (Shanghai) Best Paper Award** for

**"JEDI-LINEAR: Fast and Efficient Graph Neural Networks for Jet Tagging on FPGAs"**

Paper link: https://doi.org/10.48550/arXiv.2508.15468

## Certificate Details

![FPT 2025 Best Paper Award certificate]({{ site.baseurl }}/images/fpt25-best-paper-certificate.jpg)

*FPT 2025 Best Paper Award certificate with full author and paper details*
15 changes: 15 additions & 0 deletions _posts/2026-03-06-fpga26-best-paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "FPGA'26: Best Paper Award"
external_link: https://doi.org/10.1145/3748173.3779202
layout: post
description: "Paper: KANELE: Kolmogorov-Arnold Networks for Efficient LUT-based Evaluation"
image: /images/fpga26-best-paper-team.jpg
---

Congratulations to Duc Hoang and Aarush Gupta Best Paper at the FPGA'26!

Congratulations to **Duc Hoang** and **Aarush Gupta** on receiving the **Best Paper Award at FPGA'26**

Paper link: https://doi.org/10.1145/3748173.3779202

![FPGA 2026 Best Paper Award recipients]({{ site.baseurl }}/images/fpga26-best-paper-team.jpg)
Binary file added images/fastml_poster_2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fpga26-best-paper-team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fpt25-best-paper-certificate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ngt_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h1 class="pb-4 display-5 fw-bold">Sponsors and Partners</h1>
<div class="col-lg-6 mx-auto">

{% for org in site.data.partners %}
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
<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 }}"/>
{% endfor %}

</div>
Expand Down