Skip to content

Commit

Permalink
End of year retrospective 2024 (#342)
Browse files Browse the repository at this point in the history
* End of year retrospective 2024

* CZI

* Update index.md

punctuation and grammar tweaks

* Addressing comments from April and updating funders

* CZI support

* Resolve comments and add AGU post

* metadata for posts

* Yuvi comments

* Minor updates

---------

Co-authored-by: aprilmj <147750733+aprilmj@users.noreply.github.com>
  • Loading branch information
choldgraf and aprilmj authored Dec 10, 2024
1 parent 23ce38d commit 4eec7d0
Show file tree
Hide file tree
Showing 18 changed files with 479 additions and 57 deletions.
12 changes: 9 additions & 3 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# The weight parameter defines the order that the links will appear in.

[[main]]
name = "Hub platform"
name = "Platform"
url = "platform/"
weight = 10

[[main]]
name = "Community impact"
name = "Impact"
url = "communities/"
weight = 11

Expand All @@ -31,10 +31,16 @@

[[main]]
parent = "about"
name = "Team and organization"
name = "Our team"
url = "organization/"
weight = 15

[[main]]
parent = "about"
name = "How we're funded"
url = "about/funding/"
weight = 16

[[main]]
parent = "about"
name = "Projects we support"
Expand Down
30 changes: 12 additions & 18 deletions content/organization/funding.md → content/about/funding/index.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,33 @@
+++
# Homepage
type = "blank"
headless = true # Homepage is headless, other widget pages are not.
weight = 40
title = "How we are funded"

[design]
columns = "1"

[[funders]]
image = "https://chanzuckerberg.com/wp-content/themes/czi/img/logo.svg"
image = "/blog/2024/funding-czi/images/czi-logo.png"

description = "The [Chan Zuckerberg Initiative ](https://chanzuckerberg.com/eoss/) awarded 2i2c [$1.4m over 3 years](/blog/2021/czi-core-support) for capacity building in the Jupyter ecosystem for research and education."
description = "The [Chan Zuckerberg Initiative ](https://chanzuckerberg.com/eoss/) has supported 2i2c with three awards over 2i2c's lifetime. In 2020, we received [~$1.4m over 3 years](/blog/2021/czi-core-support) to support capacity building in the Jupyter ecosystem for research and education. In 2022, we received [~$800K over two years](https://2i2c.org/blog/2022/czi-global-communities-announcement) to serve open cloud infrastructure to communities in Latin America and Africa. In 2024, we received [~700K over one year](/blog/2024/funding-czi) for core organizational support for 2i2c's mission."

[[funders]]
image = "https://investinopen.org/content/images/2020/09/ioi-logo-sq-1.png"
image = "/blog/2024/funding-navigation/images/tnf-logo.png"

description = "[Invest in Open Infrastructure](https://investinopen.org) along with [Joint Roadmap for Open Science Tools](https://jrost.org) awarded 2i2c [a $5,000 grant](https://investinopen.org/blog/jrost-rapid-response-fund-awardees/) to fund JupyterHub cloud infrastructure for projects that did not have their own cloud funding."
description = "In 2024, we received [~$1.5M over 2 years from The Navigation Fund](/blog/2024/funding-navigation) to identify and build a scalable sustainability model for 2i2c."

[[funders]]
image = "https://repository-images.githubusercontent.com/101820659/4fcdfc00-6c25-11e9-9e30-33a31a285450"

description = "2i2c receives support from [the Climate Data Lab](https://medium.com/pangeo/announcing-the-climate-data-science-lab-funded-by-the-moore-foundation-4bc4314ac02d) at Columbia University (~$500,000 over 2 years), for managing and developing cloud infrastructure for [the Pangeo Project](https://pangeo.io)."
description = "In 2020, we received [$500,000 over two years](/blog/2021/pangeo-goes-live/) from [the Climate Data Lab](https://medium.com/pangeo/announcing-the-climate-data-science-lab-funded-by-the-moore-foundation-4bc4314ac02d) at Columbia University for managing and developing cloud infrastructure for [the Pangeo Project](https://pangeo.io)."

[[funders]]
image = "https://chanzuckerberg.com/wp-content/themes/czi/img/logo.svg"
description = "We received [funding from CZI](https://cziscience.medium.com/building-strong-inclusive-research-communities-f2dd8872a4d) to serve open cloud infrastructure to communities in Latin America and Africa. More information is in [this blog post](https://2i2c.org/blog/2022/czi-global-communities-announcement/)."

image = "https://investinopen.org/content/images/2020/09/ioi-logo-sq-1.png"

description = "[Invest in Open Infrastructure](https://investinopen.org) along with [Joint Roadmap for Open Science Tools](https://jrost.org) awarded 2i2c [a $5,000 grant](https://investinopen.org/blog/jrost-rapid-response-fund-awardees/) to fund JupyterHub cloud infrastructure for projects that did not have their own cloud funding."
+++


# How we are funded

To sustain and grow our operations, 2i2c receives funding from the following sources:

- **Revenue from managed services**. We build self-sustaining cloud services that generate revenue through management and support contracts. See [our services page](/platform) for more information.
- **Project-focused grants**. We lead and collaborate on several projects that involve developing and supporting infrastructure for research and education. See [our projects page](/projects) for more information.
- **Donations and core support**. We raise central funding that provides crucial core support for 2i2c's operations, and supports our time in supporting open source communities.
- **Core organizational support**. We raise core funding that covers the costs of strategically-critical roles that are not easily linked to specific deliverables and contracts.

{{% callout %}}

Expand Down
2 changes: 1 addition & 1 deletion content/authors/damian-avila/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ social:
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Open Engineering Team
- Alumni
---

Father, Software Developer, Quant, (formerly) Biochemist, and some other things ;-)
Expand Down
2 changes: 1 addition & 1 deletion content/authors/erik-sundell/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ social:
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Open Engineering Team
- Alumni
---

Attracted by an inclusive culture and a leverage for a positive world impact,
Expand Down
Loading

0 comments on commit 4eec7d0

Please sign in to comment.