Skip to content

Commit 20dccd6

Browse files
committed
Add 2023 JDC Cohort
1 parent 6b28e7c commit 20dccd6

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

about.html

+42-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@
1818
contributors_copy: |
1919
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."
2020

21+
# All bio photos should go in assets/bios cut at 160x160px
22+
distinguished_2023:
23+
- name: Nicolas Brichet
24+
photo: Nicolas_Brichet.png
25+
twitter_handle: NicolasBrichet_
26+
gh_handle: brichet
27+
linkedin: https://www.linkedin.com/in/nicolas-brichet-a26369150/
28+
29+
- name: Piyush Jain
30+
photo: Piyush_Jain.png
31+
gh_handle: 3coins
32+
linkedin: https://www.linkedin.com/in/piyush-jain-4883bb4/
33+
34+
- name: Duc Trung Le
35+
photo: Duc_Trung_Le.png
36+
twitter_handle: trung_leduc
37+
gh_handle: trungleduc
38+
linkedin: https://www.linkedin.com/in/ductrung-le/
39+
40+
- name: Jason Weill
41+
photo: Jason_Weill.png
42+
twitter_handle: J2XL
43+
gh_handle: JasonWeill
44+
linkedin: https://www.linkedin.com/in/jweill/
2145

2246
distinguished_2022:
2347
- name: Tania Allard
@@ -73,7 +97,6 @@
7397
linkedin: https://www.linkedin.com/in/mathbunnyru/
7498
gh_handle: mathbunnyru
7599

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

668+
<div class="content content--wide">
669+
<h3>2023 Cohort</h3>
670+
<div class="biocard-wrapper">
671+
{% for bio in page.distinguished_2023 %}
672+
{% include biocard.html
673+
name=bio.name
674+
photo=bio.photo
675+
loading='eager'
676+
personal=bio.personal
677+
gh_handle=bio.gh_handle
678+
linkedin=bio.linkedin
679+
twitter_handle=bio.twitter_handle
680+
mastodon=bio.mastodon
681+
%}
682+
{% endfor %}
683+
</div>
684+
</div>
685+
645686
<div class="content content--wide">
646687
<h3>2022 Cohort</h3>
647688
<div class="biocard-wrapper">

assets/bios/Duc_Trung_Le.png

49.6 KB
Loading

assets/bios/Jason_Weill.png

49.2 KB
Loading

assets/bios/Nicolas_Brichet.png

44.6 KB
Loading

assets/bios/Piyush_Jain.png

62.8 KB
Loading

0 commit comments

Comments
 (0)