|
19 | 19 | Project Jupyter <a href="https://jupyter.org/governance/distinguished_contributors.html">Distinguished Contributors</a> are recognized for their substantial contributions to Jupyter itself in both quality and quantity over at least two years. Contributions may include code, code review, infrastructure work, mailing list and chat participation, community help/building, education and outreach, fundraising, branding, marketing, inclusion and diversity, UX design and research, etc. Up to 10 new Distinguished Contributors are selected each year by the cumulative body of Distinguished Contributors.
|
20 | 20 |
|
21 | 21 |
|
| 22 | +distinguished_2022: |
| 23 | +- name: Tania Allard |
| 24 | + photo: Tania_Allard.jpg |
| 25 | + twitter_handle: ixek |
| 26 | + gh_handle: trallard |
| 27 | + linkedin: https://www.linkedin.com/in/taniaallard/ |
| 28 | + personal: http://trallard.dev/ |
| 29 | + |
| 30 | +- name: Carlos Herrero |
| 31 | + photo: Carlos_Herrero.jpg |
| 32 | + twitter_handle: hbcarlos_ |
| 33 | + gh_handle: hbcarlos |
| 34 | + linkedin: https://www.linkedin.com/in/hbcarlos |
| 35 | + |
| 36 | +- name: Itay Dafna |
| 37 | + photo: ItayDafna.jpg |
| 38 | + twitter_handle: Itayd |
| 39 | + gh_handle: ibdafna |
| 40 | + linkedin: https://www.linkedin.com/in/itaydafna/ |
| 41 | + personal: https://polyglot.codes/ |
| 42 | + |
| 43 | +- name: Eric Charles |
| 44 | + photo: EricCharles.png |
| 45 | + twitter_handle: echarles |
| 46 | + gh_handle: echarles |
| 47 | + linkedin: https://www.linkedin.com/in/ericcharles1/ |
| 48 | + |
| 49 | +- name: Max C Klein |
| 50 | + photo: Max_Klein.jpg |
| 51 | + linkedin: https://www.linkedin.com/in/max-klein-b514419/ |
| 52 | + gh_handle: telamonian |
| 53 | + |
| 54 | +- name: Ryan Lovett |
| 55 | + photo: Ryan_Lovett.jpg |
| 56 | + linkedin: https://www.linkedin.com/in/ryan-lovett-06b15010/ |
| 57 | + gh_handle: ryanlovett |
| 58 | + |
| 59 | +- name: Sharan Foga |
| 60 | + photo: Sharan_Foga.jpg |
| 61 | + linkedin: https://www.linkedin.com/in/sfoga/ |
| 62 | + gh_handle: sharanf |
| 63 | + |
| 64 | +- name: Rollin Thomas |
| 65 | + photo: Rollin_Thomas.jpg |
| 66 | + linkedin: https://www.linkedin.com/in/rollin-thomas-507185b5/ |
| 67 | + personal: https://www.nersc.gov/about/nersc-staff/programming-environments-and-models/rollin-thomas/ |
| 68 | + gh_handle: rcthomas |
| 69 | + twitter_handle: r_c_thomas |
| 70 | + |
| 71 | +- name: Ayaz Salikhov |
| 72 | + photo: Ayaz_Salikhov.jpg |
| 73 | + linkedin: https://www.linkedin.com/in/mathbunnyru/ |
| 74 | + gh_handle: mathbunnyru |
| 75 | + |
22 | 76 | # All bio photos should go in assets/bios cut at 160x160px
|
23 | 77 | distinguished_2021:
|
24 | 78 | - name: Mehmet Bektas
|
@@ -562,6 +616,24 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/distinguished_co
|
562 | 616 | <p>{{ page.contributors_copy }}</p>
|
563 | 617 | </div>
|
564 | 618 |
|
| 619 | + <div class="content content--wide"> |
| 620 | + <h3>2022 Cohort</h3> |
| 621 | + <div class="biocard-wrapper"> |
| 622 | + {% for bio in page.distinguished_2022 %} |
| 623 | + {% include biocard.html |
| 624 | + name=bio.name |
| 625 | + photo=bio.photo |
| 626 | + loading='eager' |
| 627 | + personal=bio.personal |
| 628 | + gh_handle=bio.gh_handle |
| 629 | + linkedin=bio.linkedin |
| 630 | + twitter_handle=bio.twitter_handle |
| 631 | + mastodon=bio.mastodon |
| 632 | + %} |
| 633 | + {% endfor %} |
| 634 | + </div> |
| 635 | + </div> |
| 636 | + |
565 | 637 | <div class="content content--wide">
|
566 | 638 | <h3>2021 Cohort</h3>
|
567 | 639 | <div class="biocard-wrapper">
|
|
0 commit comments