Skip to content

Commit a7d4f0d

Browse files
JohanMabilleSylvainCorlay
authored andcommitted
Added Jupyter Dinstinguished Contributors 2021 cohort
1 parent 8d6f47e commit a7d4f0d

11 files changed

+61
-0
lines changed

about.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,52 @@
1616
The role of the Jupyter Steering Council is to ensure, through working with and serving the broader Jupyter community, the long-term well-being of the project, both technically and as a community. The Jupyter Steering Council currently consists of the following members (in alphabetical order).
1717

1818
# All bio photos should go in assets/bios cut at 160x160px
19+
distinguished_2021:
20+
- name: Mehmet Bektas
21+
photo: Mehmet_Bektas.jpg
22+
twitter_handle: https://twitter.com/mbektash
23+
gh_handle: https://github.com/mbektas
24+
linkedin: https://www.linkedin.com/in/mehmet-bektas/
25+
- name: David Brochart
26+
photo: David_Brochart.jpg
27+
twitter_handle: https://twitter.com/davidbrochart
28+
gh_handle: https://github.com/davidbrochart
29+
linkedin: https://www.linkedin.com/in/david-brochart-4208721/
30+
- name: Chris Colbert
31+
photo: Chris_Colbert.jpg
32+
gh_handle: https://github.com/sccolbert
33+
linkedin: https://www.linkedin.com/in/chris-colbert-89699b7/
34+
- name: Frédéric Collonval
35+
photo: Frederic_Collonval.jpg
36+
gh_handle: https://github.com/fcollonval
37+
linkedin: https://www.linkedin.com/in/frederic-collonval-41147955/
38+
- name: Marthe Cryan
39+
photo: Marthe_Cryan.jpg
40+
gh_handle: http://github.com/marthacryan
41+
- name: Wayne Decatur
42+
photo: Wayne_Decatur.jpg
43+
twitter_handle: https://twitter.com/Fomightez
44+
gh_handle: https://github.com/fomightez
45+
- name: Sarah Gibson
46+
photo: Sarah_Gibson.jpg
47+
twitter_handle: https://twitter.com/drsarahlgibson
48+
gh_handle: https://github.com/sgibson91
49+
linkedin: https://www.linkedin.com/in/drsarahlgibson/
50+
personal: https://sgibson91.github.io/
51+
- name: Mariana Meireles
52+
photo: Mariana_Meireles.jpg
53+
twitter_handle: https://twitter.com/mari_meir
54+
gh_handle: https://github.com/marimeireles/
55+
linkedin: https://www.linkedin.com/in/mariana-meireles/
56+
- name: Isabela Presedo-Floyd
57+
photo: Isabela_Presedo-Floyd.jpg
58+
gh_handle: https://github.com/isabela-pf
59+
linkedin: https://www.linkedin.com/in/isabela-presedo-floyd-32b99a160/
60+
twitter_handle: https://twitter.com/isabelapf2
61+
- name: Nicolas Thiéry
62+
photo: Nicolas_Thiery.jpg
63+
gh_handle: https://github.com/nthiery
64+
1965
distinguished_2020:
2066
- name: Maarten Breddels
2167
photo: Maarten_Breddels.jpg
@@ -390,6 +436,21 @@ <h2 class="text-center">Distinguished Contributors</h2>
390436
</div>
391437

392438
<div class="content content--wide">
439+
<h3>2021 Cohort</h3>
440+
<div class="biocard-wrapper">
441+
{% for bio in page.distinguished_2021 %}
442+
{% include biocard.html
443+
name=bio.name
444+
photo=bio.photo
445+
loading='eager'
446+
personal=bio.personal
447+
gh_handle=bio.gh_handle
448+
linkedin=bio.linkedin
449+
twitter_handle=bio.twitter_handle
450+
%}
451+
{% endfor %}
452+
</div>
453+
393454
<h3>2020 Cohort</h3>
394455
<div class="biocard-wrapper">
395456
{% for bio in page.distinguished_2020 %}

assets/bios/Chris_Colbert.jpg

7.19 KB
Loading

assets/bios/David_Brochart.jpg

9.1 KB
Loading

assets/bios/Frederic_Collonval.jpg

24.2 KB
Loading

assets/bios/Isabela_Presedo-Floyd.jpg

4.25 KB
Loading

assets/bios/Mariana_Meireles.jpg

6.14 KB
Loading

assets/bios/Martha_Cryan.jpg

20.8 KB
Loading

assets/bios/Mehmet_Bektas.jpg

41.7 KB
Loading

assets/bios/Nicolas_Thiery.jpg

28.8 KB
Loading

assets/bios/Sarah_Gibson.jpg

22.9 KB
Loading

0 commit comments

Comments
 (0)