File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 447
447
affiliation: SageMath
448
448
gh_handle: williamstein
449
449
450
+ community_building:
451
+ - name: Martha Cryan
452
+ photo: Martha_Cryan.jpg
453
+ gh_handle: marthacryan
454
+ affiliation: Mito
455
+ - name: Jason Grout
456
+ photo: JasonGrout.jpeg
457
+ affiliation: Databricks
458
+ gh_handle: jasongrout
459
+ mastodon: https://fosstodon.org/@jasongrout
460
+ personal: https://jasongrout.org/
461
+ - name: Ana Ruvalcaba
462
+ photo: Ana_Ruvalcaba.jpg
463
+ affiliation: Cal Poly, San Luis Obispo
464
+ gh_handle: ruv7
465
+ - name: Rollin Thomas
466
+ photo: Rollin_Thomas.jpg
467
+ linkedin: https://www.linkedin.com/in/rollin-thomas-507185b5/
468
+ personal: https://www.nersc.gov/about/nersc-staff/programming-environments-and-models/rollin-thomas/
469
+ gh_handle: rcthomas
470
+ twitter_handle: r_c_thomas
471
+ affiliation: Berkeley Lab
472
+
450
473
sponsor_box:
451
474
headline: Sponsors
452
475
description: 'Project Jupyter receives direct funding from the following sources:'
@@ -703,6 +726,30 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3>
703
726
</ div >
704
727
</ div >
705
728
729
+ {% include hr.html %}
730
+
731
+ <!-- COMMUNITY COMMITTEE MEMBERS -->
732
+ < div class ="content content--copy ">
733
+ < h2 class ="text-center "> < a href ="https://jupyter.org/governance/communitybuildingworkinggroup.html "> Community Building Working Group Members</ a > </ h2 >
734
+ </ div >
735
+
736
+ < div class ="content content--wide ">
737
+ < div class ="biocard-wrapper ">
738
+ {% for bio in page.community_building %}
739
+ {% include biocard.html
740
+ name=bio.name
741
+ photo=bio.photo
742
+ affiliation=bio.affiliation
743
+ personal=bio.personal
744
+ gh_handle=bio.gh_handle
745
+ linkedin=bio.linkedin
746
+ twitter_handle=bio.twitter_handle
747
+ mastodon=bio.mastodon
748
+ %}
749
+ {% endfor %}
750
+ </ div >
751
+ </ div >
752
+
706
753
{% include hr.html %}
707
754
708
755
<!-- TRADEMARK MEMBERS -->
You can’t perform that action at this time.
0 commit comments