Skip to content

Commit

Permalink
Add Contributor Awards page (#1755)
Browse files Browse the repository at this point in the history
* Added "2024 Contributor Awards" page

Signed-off-by: Chris Abraham <[email protected]>

* Update menu

Signed-off-by: Chris Abraham <[email protected]>

---------

Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham authored Oct 1, 2024
1 parent e73aedf commit 4ebe1cc
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<span class=dropdown-title>Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">
<span class="dropdown-title">Contributor Awards - 2023</span>
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2024">
<span class="dropdown-title">Contributor Awards - 2024</span>
<p>Award winners announced at this year's PyTorch Conference</p>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/mobile_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<a href="{{ site.baseurl }}/resources">Developer Resources</a>
</li>
<li>
<a href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">Contributor Awards - 2023</a>
<a href="{{ site.baseurl}}/ecosystem/contributor-awards-2024">Contributor Awards - 2024</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions ecosystem/contributor-awards-2024.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
---
layout: default
title: Announcing the 2024 PyTorch Contributor Awards
permalink: ecosystem/contributor-awards-2024
background-class: ecosystem-background
body-class: ecosystem
---

<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Announcing the 2024 PyTorch Contributor Awards</h1>
</div>
</div>

<div class="main-content-wrapper">
<div class="main-content">
<div class="container">
<p class="lead">
We are pleased to announce our second annual 2024 Contributor Awards, a highlight of this year's PyTorch Conference.
The Annual PyTorch Contributor Awards honor individuals who have made significant contributions to the PyTorch ecosystem, presented at the PyTorch Conference.
</p>
<p class="lead">
In 2024, PyTorch has experienced significant growth, with contributions from over 3,500 individuals and 3,000 organizations. This marks a remarkable increase compared to just two years ago, when only 200 organizations were contributing to the project.
</p>

<p class="lead">
As we recognize and celebrate these achievements, we extend our heartfelt thanks to every member of our community. Your dedication, passion, and hard work have been instrumental in shaping PyTorch's success.
</p>
<p class="lead">
Congratulations to this year's nominees and recipients for the outstanding individuals and teams who have played a pivotal role in PyTorch's journey. Your contributions have enriched our community and accelerated the advancement of AI and machine learning.
</p>
<div class="container mt-4 mb-3">
<div class="row align-items-center justify-content-md-center">
<div class="col-md-2">
<img style="max-width: 150px;" src="/assets/images/contributor-awards-2024/pt-awardee.png" alt="Awardee badge">
</div>
<div class="col-md-6">
<h2>PyTorch 2024 Awardees</h2>
</div>
</div>
</div>

<table class="table table-borderless mb-5" style="max-width: 400px; margin-right: auto; margin-left: auto;">
<tr>
<td><strong>PyTorch Newcomer</strong></td>
<td>Jerome Ku</td>
</tr>
<tr>
<td><strong>PyTorch Review Powerhouse </strong></td>
<td>Aaron Gokasian</td>
</tr>
<tr>
<td><strong>PyTorch Problem Solver </strong></td>
<td>Natalia Gimelshein</td>
</tr>
<tr>
<td><strong>PyTorch Innovator </strong></td>
<td>Kaichao You</td>
</tr>
<tr>
<td><strong>PyTorch Trail Blazer </strong></td>
<td>Andrew Hoblitzell</td>
</tr>
<tr>
<td><strong>PyTorch Rock Turner </strong></td>
<td>Stefano Fabri</td>
</tr>
<tr>
<td><strong>PyTorch Ecosystem Champion </strong></td>
<td>Phillipe Tillet</td>
</tr>
<tr>
<td><strong>PyTorch Pacesetter </strong></td>
<td>Eddie Yan</td>
</tr>
<tr>
<td><strong>PyTorchbearer </strong></td>
<td>Jiong Gong</td>
</tr>
<tr>
<td><strong>PyTorch Superhero </strong></td>
<td>K. Frank</td>
</tr>
</table>

<div class="container mt-4 mb-3">
<div class="row align-items-center justify-content-md-center">
<div class="col-md-2">
<img style="max-width: 150px;" src="/assets/images/contributor-awards-2024/pt-nominee.png" alt="Nominee badge">
</div>
<div class="col-md-6">
<h2>PyTorch 2024 Nominees</h2>
</div>
</div>
</div>

<table class="table table-borderless mb-5" style="max-width: 800px; margin-right: auto; margin-left: auto;">
<tr>
<td>Eddie Yan</td>
<td>Salman Mohammadi</td>
<td>Leslie Fang</td>

</tr>
<tr>
<td>Jithun Nair</td>
<td>Davis Wertheimer</td>
<td>Sahdev Zala</td>

</tr>
<tr>
<td>Masahiro Hiramori</td>
<td>Xuehai Pan</td>
<td>Thien Tran</td>

</tr>
<tr>
<td>Jonathan Chuang</td>
<td>Sunita Nadampalli</td>
<td>Pritam Damania</td>
</tr>

</table>

<p class="lead">
Congratulations to <a href="/ecosystem/contributor-awards-2023">past contributor award winners and nominees</a>.
</p>

</div>
</div>
</div>

0 comments on commit 4ebe1cc

Please sign in to comment.