Skip to content

Commit 737869c

Browse files
authored
Add Community Building Committee to About page (#730)
1 parent c3e85f5 commit 737869c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

about.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,29 @@
447447
affiliation: SageMath
448448
gh_handle: williamstein
449449

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+
450473
sponsor_box:
451474
headline: Sponsors
452475
description: 'Project Jupyter receives direct funding from the following sources:'
@@ -703,6 +726,30 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3>
703726
</div>
704727
</div>
705728

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+
706753
{% include hr.html %}
707754

708755
<!-- TRADEMARK MEMBERS -->

0 commit comments

Comments
 (0)