|
16 | 16 | 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).
|
17 | 17 |
|
18 | 18 | # 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 | + |
19 | 65 | distinguished_2020:
|
20 | 66 | - name: Maarten Breddels
|
21 | 67 | photo: Maarten_Breddels.jpg
|
@@ -390,6 +436,21 @@ <h2 class="text-center">Distinguished Contributors</h2>
|
390 | 436 | </div>
|
391 | 437 |
|
392 | 438 | <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 | + |
393 | 454 | <h3>2020 Cohort</h3>
|
394 | 455 | <div class="biocard-wrapper">
|
395 | 456 | {% for bio in page.distinguished_2020 %}
|
|
0 commit comments