diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index 2a6ea570c..eeedcbfc9 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -28,7 +28,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.4
with:
- args: --exclude https://fonts.gstatic.com --exclude twitter.com --exclude https://data8.org --exclude https://biorxiv.org --verbose --no-progress public/**/*.html # fonts.gstatic.com is an expected fail and twitter returns "too many requests" errors
+ args: --exclude https://fonts.gstatic.com --exclude twitter.com --exclude https://data8.org --exclude https://biorxiv.org --exclude https://www.biorxiv.org --verbose --no-progress public/**/*.html # fonts.gstatic.com is an expected fail and twitter returns "too many requests" errors, biorxiv refuses requests
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
diff --git a/.gitignore b/.gitignore
index c7da9855e..8e63bab50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ custom-dictionary.dic
.DS_Store
venv
.obsidian
+_build
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
index ae44f9f76..4d6388a91 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -154,7 +154,7 @@ sections:
{{< video src="videos/magic-links.mp4">}}
- Powered by
and
. Example from the Spyglass toolbox paper.
+ Powered by
and
. Example from the Spyglass toolbox paper.
diff --git a/content/blog/2024/hhmi-spyglass/index.md b/content/blog/2024/hhmi-spyglass/index.md
index bcfc417e9..70efb0f6c 100644
--- a/content/blog/2024/hhmi-spyglass/index.md
+++ b/content/blog/2024/hhmi-spyglass/index.md
@@ -13,7 +13,7 @@ draft: false
 landing page")
-[Spyglass](https://github.com/LorenFrankLab/spyglass) is a framework for reproducible and shareable neuroscience research produced by [Loren Frank’s lab](https://github.com/LorenFrankLab) at the University of California, San Francisco. They recently released a [preprint](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v3.full.pdf+html) about their toolbox, and are using a 2i2c hub to provide accessible interactive cloud environments that demonstrate its functionality and helps researchers get started.
+[Spyglass](https://github.com/LorenFrankLab/spyglass) is a framework for reproducible and shareable neuroscience research produced by [Loren Frank’s lab](https://github.com/LorenFrankLab) at the University of California, San Francisco. They recently released a [preprint](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v4.full.pdf+html) about their toolbox, and are using a 2i2c hub to provide accessible interactive cloud environments that demonstrate its functionality and helps researchers get started.
## Acknowledgements
diff --git a/content/blog/2025/chris-ec-updates/index.md b/content/blog/2025/chris-ec-updates/index.md
new file mode 100644
index 000000000..8eb81c885
--- /dev/null
+++ b/content/blog/2025/chris-ec-updates/index.md
@@ -0,0 +1,39 @@
+---
+title: "Updates from Chris' position on the Jupyter Executive Council and Foundation Board"
+subtitle: ""
+authors: ["Chris Holdgraf"]
+tags: ["open-source", "jupyter"]
+categories: ["impact"]
+date: "2025-08-08"
+featured: false
+draft: false
+---
+
+This is a running blog post for Chris to share out community updates from his time on the [Jupyter Executive Council](https://ec.jupyter.org/).
+
+## Community updates from Chris
+
+Chris aims to write monthly updates for Jupyter's community in the [Jupyter Community Forum](https://discourse.jupyter.org/c/governance/executive-council/51) to share his perspective on what the council is up to. We'll update this index post as new posts are available.
+
+- [July 2025](https://discourse.jupyter.org/t/chris-update-for-july-2025-towards-community-led-funding-proposals/37424/2)
+- [June 2025](https://discourse.jupyter.org/t/chris-jec-and-board-experience-for-june-2025/36488/1)
+- [May 2025](https://discourse.jupyter.org/t/chris-update-for-may-2025-a-few-funding-discussions-from-the-jupyter-foundation-board/35764/3)
+
+## Blog posts from Chris
+
+Chris is using his blog for more off-the-cuff reflections and posts about his experience.
+
+- [Why open source foundations try to fund systems, not development](https://chrisholdgraf.com/blog/2025/fund-systems-not-developmend) - May 31, 2025
+- [Jupyter can align the needs of its community and its foundation by enabling contribution](https://chrisholdgraf.com/blog/2025/more-contributors) - Mar 22, 2025
+- [The relationship between the Jupyter Executive Council, Software Steering Council, and Foundation](https://chrisholdgraf.com/blog/2025/jupyter-org-structure) - Mar 02, 2025
+- [Ways the Jupyter Foundation could support open source projects](https://chrisholdgraf.com/blog/2025/os-support) - Feb 26, 2025
+- [Running for the Jupyter Executive Council](https://chrisholdgraf.com/blog/2025/jec) - Jan 14, 2025
+
+## 2i2c's commitment to supporting open source communities
+
+In early 2025, Chris was [elected to the Jupyter Executive Council](https://2i2c.org/blog/2025/jupyter-executive-council/).
+We're tracking these efforts because we believe that providing leadership and community support to open source projects is a key way in which 2i2c can have impact, and we make time for team members like Chris to contribute upstream in strategic ways like this. However, this kind of work is very difficult to track! This blog post is an attempt at putting these efforts into one place for us to track and for others to discover.
+
+## Acknowledgements
+
+Chris' time on the Jupyter Executive Council is supported by fees from 2i2c's [network of member communities](https://2i2c.org/communities/).
\ No newline at end of file
diff --git a/content/communities/_index.md b/content/communities/_index.md
index 309479295..a27650f48 100644
--- a/content/communities/_index.md
+++ b/content/communities/_index.md
@@ -169,14 +169,14 @@ sections:
content:
title: "Research communication: The spyglass toolbox demonstration hub"
subtitle: |
- [Spyglass](https://github.com/LorenFrankLab/spyglass) is a framework for reproducible and shareable neuroscience research produced by [Loren Frank's lab](https://github.com/LorenFrankLab) at the University of California, San Francisco. They recently released [a preprint about their toolbox](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v3), and are using a 2i2c hub to provide accessible interactive cloud environments that demonstrate its functionality and helps researchers get started.
+ [Spyglass](https://github.com/LorenFrankLab/spyglass) is a framework for reproducible and shareable neuroscience research produced by [Loren Frank's lab](https://github.com/LorenFrankLab) at the University of California, San Francisco. They recently released [a preprint about their toolbox](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v4), and are using a 2i2c hub to provide accessible interactive cloud environments that demonstrate its functionality and helps researchers get started.
text: |
{{< figure src="/images/communities/spyglass-landing.png" >}}
{{< figure src="/images/communities/spyglass-demo.png" >}}
- [Spyglass project page](https://lorenfranklab.github.io/spyglass/latest/) | [Biorxiv article](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v1)
+ [Spyglass project page](https://lorenfranklab.github.io/spyglass/latest/) | [Biorxiv article](https://www.biorxiv.org/content/10.1101/2024.01.25.577295v4)
- block: markdown
id: join
diff --git a/content/platform/_index.md b/content/platform/_index.md
index 2c342cb31..8f5fa4188 100644
--- a/content/platform/_index.md
+++ b/content/platform/_index.md
@@ -148,7 +148,7 @@ sections:
{{< video src="videos/magic-links.mp4">}}
- Powered by
and
. Example from the Spyglass toolbox paper.
+ Powered by
and
. Example from the Spyglass toolbox paper.