From 599cc83c3dd8b9f07045478ba64a52bb710cb3e7 Mon Sep 17 00:00:00 2001 From: Jason Grout <jason@jasongrout.org> Date: Thu, 6 Feb 2025 23:28:21 -0700 Subject: [PATCH 1/4] Update the About page to reflect the EC 2025 election --- about.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/about.html b/about.html index 70c34c84..693d9817 100644 --- a/about.html +++ b/about.html @@ -305,6 +305,7 @@ photo: JasonGrout.jpeg affiliation: Databricks gh_handle: jasongrout + linkedin: https://www.linkedin.com/in/jason-grout/ personal: https://jasongrout.org/ - name: Jessica Hamrick photo: JessicaHamrick.jpeg @@ -355,19 +356,17 @@ photo: AfshinDarian.jpeg affiliation: QuantStack gh_handle: afshin - - name: Brian Granger - photo: BrianGranger.jpeg - affiliation: Amazon Web Services - gh_handle: ellisonbg - name: Jason Grout photo: JasonGrout.jpeg affiliation: Databricks gh_handle: jasongrout + linkedin: https://www.linkedin.com/in/jason-grout/ personal: https://jasongrout.org/ - - name: Fernando Pérez - photo: FernandoPerez.jpeg - affiliation: UC Berkeley - gh_handle: fperez + - name: Chris Holdgraf + photo: Chris_Holdgraf.png + gh_handle: choldgraf + twitter_handle: choldgraf + personal: http://chrisholdgraf.com - name: Ana Ruvalcaba photo: Ana_Ruvalcaba.jpg affiliation: Cal Poly, San Luis Obispo @@ -377,6 +376,11 @@ gh_handle: Zsailer affiliation: Apple linkedin: https://linkedin.com/in/zach-sailer-8a1472151/ + - name: Rick Wagner + photo: RickWagner.png + affiliation: UC San Diego + linkedin: https://www.linkedin.com/in/rpwagner + gh_handle: rpwagner software_steering_council: - name: Sylvain Corlay @@ -452,6 +456,7 @@ photo: JasonGrout.jpeg affiliation: Databricks gh_handle: jasongrout + linkedin: https://www.linkedin.com/in/jason-grout/ personal: https://jasongrout.org/ - name: Tim George photo: TimGeorge.jpeg @@ -478,6 +483,7 @@ photo: JasonGrout.jpeg affiliation: Databricks gh_handle: jasongrout + linkedin: https://www.linkedin.com/in/jason-grout/ personal: https://jasongrout.org/ - name: Ana Ruvalcaba photo: Ana_Ruvalcaba.jpg From 7c275d60d1dfc24da7bd5b347483e254b6b659e6 Mon Sep 17 00:00:00 2001 From: Jason Grout <jasongrout@users.noreply.github.com> Date: Sun, 9 Feb 2025 07:57:25 +0100 Subject: [PATCH 2/4] Update choldgraf metadata Co-authored-by: Chris Holdgraf <choldgraf@gmail.com> --- about.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/about.html b/about.html index 693d9817..33459a85 100644 --- a/about.html +++ b/about.html @@ -233,6 +233,8 @@ - name: Chris Holdgraf photo: Chris_Holdgraf.png gh_handle: choldgraf + linkedin: https://www.linkedin.com/in/chrisholdgraf/ + bluesky_handle: choldgraf.com twitter_handle: choldgraf personal: http://chrisholdgraf.com - name: Grant Nestor @@ -365,6 +367,8 @@ - name: Chris Holdgraf photo: Chris_Holdgraf.png gh_handle: choldgraf + linkedin: https://www.linkedin.com/in/chrisholdgraf/ + bluesky_handle: choldgraf.com twitter_handle: choldgraf personal: http://chrisholdgraf.com - name: Ana Ruvalcaba From 19724ad999e533f5b07569606fb97621afb49890 Mon Sep 17 00:00:00 2001 From: Jason Grout <jason@jasongrout.org> Date: Sat, 8 Feb 2025 23:59:55 -0700 Subject: [PATCH 3/4] Remove Rick from SSC --- about.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/about.html b/about.html index 33459a85..5b0e8489 100644 --- a/about.html +++ b/about.html @@ -444,12 +444,6 @@ linkedin: https://linkedin.com/in/jtuloup personal: https://jtp.io subproject: Jupyter Frontends - - name: Rick Wagner - photo: RickWagner.png - affiliation: UC San Diego - linkedin: https://www.linkedin.com/in/rpwagner - gh_handle: rpwagner - subproject: Jupyter Security trademark_subcomittee: - name: Brian Granger From 4d23a9555cc3654f961e84010f9ec0f92524c714 Mon Sep 17 00:00:00 2001 From: Jason Grout <jason@jasongrout.org> Date: Sun, 9 Feb 2025 00:10:45 -0700 Subject: [PATCH 4/4] Add bluesky badge for biocards Logo came from the media kit linked from https://bsky.social/about/blog/press-faq --- _includes/biocard.html | 3 +++ about.html | 10 ++++++++++ assets/badges/bluesky_media_kit_logo_svgs.svg | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 assets/badges/bluesky_media_kit_logo_svgs.svg diff --git a/_includes/biocard.html b/_includes/biocard.html index 0848bbf3..5c6e6d12 100644 --- a/_includes/biocard.html +++ b/_includes/biocard.html @@ -26,6 +26,9 @@ {% if include.mastodon %} <a href="{{ include.mastodon }}" rel="noopener noreferrer"><img src="/assets/badges/mastodon.svg" alt="Mastodon" title="Mastodon"></a> {% endif %} + {% if include.bluesky_handle %} + <a href="https://bsky.app/profile/{{ include.bluesky_handle }}" rel="noopener noreferrer"><img src="/assets/badges/bluesky_media_kit_logo_svgs.svg" alt="Bluesky" title="Bluesky"></a> + {% endif %} {% if include.subproject %} <div class="biocard-subproject">{{ include.subproject }}</div> {% endif %} diff --git a/about.html b/about.html index 5b0e8489..ff4aba86 100644 --- a/about.html +++ b/about.html @@ -623,6 +623,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/executive_counci linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -648,6 +649,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/software_steerin linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle subproject=bio.subproject %} {% endfor %} @@ -676,6 +678,7 @@ <h3>2023 Cohort</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -694,6 +697,7 @@ <h3>2022 Cohort</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -712,6 +716,7 @@ <h3>2021 Cohort</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -728,6 +733,7 @@ <h3>2020 Cohort</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -743,6 +749,7 @@ <h3>Special Election Cohort</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -758,6 +765,7 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -782,6 +790,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/communitybuildin linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> @@ -806,6 +815,7 @@ <h2 class="text-center">Trademark Subcommittee Members</h2> linkedin=bio.linkedin twitter_handle=bio.twitter_handle mastodon=bio.mastodon + bluesky_handle=bio.bluesky_handle %} {% endfor %} </div> diff --git a/assets/badges/bluesky_media_kit_logo_svgs.svg b/assets/badges/bluesky_media_kit_logo_svgs.svg new file mode 100644 index 00000000..06219285 --- /dev/null +++ b/assets/badges/bluesky_media_kit_logo_svgs.svg @@ -0,0 +1,3 @@ +<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M351.121 315.106C416.241 363.994 486.281 463.123 512 516.315C537.719 463.123 607.759 363.994 672.879 315.106C719.866 279.83 796 252.536 796 339.388C796 356.734 786.055 485.101 780.222 505.943C759.947 578.396 686.067 596.876 620.347 585.691C735.222 605.242 764.444 670.002 701.333 734.762C581.473 857.754 529.061 703.903 515.631 664.481C513.169 657.254 512.017 653.873 512 656.748C511.983 653.873 510.831 657.254 508.369 664.481C494.939 703.903 442.527 857.754 322.667 734.762C259.556 670.002 288.778 605.242 403.653 585.691C337.933 596.876 264.053 578.396 243.778 505.943C237.945 485.101 228 356.734 228 339.388C228 252.536 304.134 279.83 351.121 315.106Z" fill="#1185FE"/> +</svg>