Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve blog post #990

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ecosystems_to_grist.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
df_grist_funding_organization = df_grist_funding_organization[df_grist_funding_organization['funding_links'].str.contains('github|opencollective')]

# Append organization on projects to only provide one list for the user
df_grist_funding = df_grist_funding.append(df_grist_funding_organization)
df_grist_funding = pd.concat([df_grist_funding,df_grist_funding_organization],ignore_index=True)

df_grist_funding = df_grist_funding.sample(frac = 1).reset_index(drop=True)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/blog/openclimatefund.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ To minimize overhead, this initial round will focus on projects that have been a

With a pilot fund of **10,000€**, we are aware that this can only be a drop in the ocean considering the 2,200+ projects on OpenSustain.tech. Our goal is to spark a broader conversation about building a sustainable ecosystem for open source solutions tackling global environmental challenges.

<figure markdown>
![](b7c1bde9-4f73-4ec6-b22d-232286408aae.jpeg){ width="600" }
<figcaption> Olenjok Delta - Sentinel 2 satellite imagery - CC BY 2.0 </figcaption>
</figure>

## Preparing for Round 2

We believe that investing in the right open source projects can create a **cascading effect**, amplifying impact and accelerating sustainable transformation. We can no longer rely on black-box knowledge creation, because the decisions we make today are so critical. That’s why this first funding round is just the beginning.
Expand All @@ -31,6 +36,7 @@ Similar to our [first report](https://raw.githubusercontent.com/protontypes/open

Thanks to the support of **[Ecosyste.ms Funds](https://funds.ecosyste.ms/)** and [Open Source Collective](https://oscollective.org/), we will have the right technology partners to channel funds directly to all organisations, projects and their dependencies identified on OpenSustain.tech within Round 2 based on 100% open source software. But scaling this effort requires more than technology - it requires a collective effort.


## Join Us in Disrupting the Status Quo

Are you ready to harness the power of openness to combat the destruction of our natural world? Whether you’re an individual, an organization, or an investor, there’s a place for you in this movement. Together, we can ensure that open source innovation drives a sustainable future.
Expand Down
2 changes: 1 addition & 1 deletion docs/presentations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide:

# Presentations

Public presentations at various conferences and other events highlighting the key role of open source in environmental sustainability.
Open Sustainable Technology has participated in numerous conferences and other events to showcase the vital contribution of open source to environmental sustainability.

- [Hacking Earth from Space with Open Source](https://www.youtube.com/watch?v=8NP2iTaWIoc) - Major League Hacking - 2024
- [How are open source projects creating climate impact?](https://www.youtube.com/watch?v=6aEFLPXT6l8) - Community Panel hosted by Open Climate Fix - 2024
Expand Down
Loading