Skip to content

Commit

Permalink
Add 2023 JDC Cohort (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Aug 19, 2024
1 parent 6b28e7c commit 7615f05
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'github-pages'
gem "jekyll"
gem "jekyll", "3.9.4"
gem "jekyll-redirect-from"
gem "jekyll-sitemap"

Expand Down
43 changes: 42 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@
contributors_copy: |
Project Jupyter <a href="https://jupyter.org/governance/distinguished_contributors.html">Distinguished Contributors</a> are a group of Jupyter community members that have gone above-and-beyond in their support of the project over the years, making substantial and sustained contributions in any area of activity (software development, governance, community engagement, events, etc.). The Jupyter community confers membership in this group as a way of recognizing their effort and saying "thank you."

# All bio photos should go in assets/bios cut at 160x160px
distinguished_2023:
- name: Nicolas Brichet
photo: Nicolas_Brichet.png
twitter_handle: NicolasBrichet_
gh_handle: brichet
linkedin: https://www.linkedin.com/in/nicolas-brichet-a26369150/

- name: Piyush Jain
photo: Piyush_Jain.png
gh_handle: 3coins
linkedin: https://www.linkedin.com/in/piyush-jain-4883bb4/

- name: Duc Trung Le
photo: Duc_Trung_Le.png
twitter_handle: trung_leduc
gh_handle: trungleduc
linkedin: https://www.linkedin.com/in/ductrung-le/

- name: Jason Weill
photo: Jason_Weill.png
twitter_handle: J2XL
gh_handle: JasonWeill
linkedin: https://www.linkedin.com/in/jweill/

distinguished_2022:
- name: Tania Allard
Expand Down Expand Up @@ -73,7 +97,6 @@
linkedin: https://www.linkedin.com/in/mathbunnyru/
gh_handle: mathbunnyru

# All bio photos should go in assets/bios cut at 160x160px
distinguished_2021:
- name: Mehmet Bektas
photo: Mehmet_Bektas.jpg
Expand Down Expand Up @@ -642,6 +665,24 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/distinguished_co
<p>{{ page.contributors_copy }}</p>
</div>

<div class="content content--wide">
<h3>2023 Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_2023 %}
{% include biocard.html
name=bio.name
photo=bio.photo
loading='eager'
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>

<div class="content content--wide">
<h3>2022 Cohort</h3>
<div class="biocard-wrapper">
Expand Down
Binary file added assets/bios/Duc_Trung_Le.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 assets/bios/Jason_Weill.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 assets/bios/Nicolas_Brichet.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 assets/bios/Piyush_Jain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7615f05

Please sign in to comment.