Skip to content

Commit 439af83

Browse files
jukentpre-commit-ci[bot]clyne
authored
add fundraising (#454)
* add fundraising * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include recommended text * add line breaks * Update portal/posts/fundraiser.md Co-authored-by: clyne <[email protected]> * add line about what donations do --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: clyne <[email protected]>
1 parent 6094677 commit 439af83

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

portal/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
<span style="font-size: 2.6rem;">An education and training hub for the geoscientific Python community</span>
1111

12+
<a href="posts/fundraiser.html" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center; font-weight: 600; text-decoration: none; background-color: #ccc; border: rgba(var(--spt-color-dark), 1);">
13+
Donate to support Project Pythia!
14+
</a>
15+
1216
[Project Pythia](about) is the education working group for [Pangeo](https://pangeo.io)
1317
and is an educational resource for the entire geoscience community.
1418
Together these initiatives are helping geoscientists make sense of huge volumes of

portal/posts/fundraiser.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
blogpost: true
3+
date: Jun 28, 2023
4+
author: Julia kent
5+
tags: fundraiser
6+
---
7+
8+
# Donate to Support Project Pythia!
9+
10+
## You can make an impact on our community!
11+
By donating to support Project Pythia you are investing in an important educational resource for the entire geoscience community, from students to late career. Project Pythia is an education working group helping geoscientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, and building an inclusive community of practice around these goals. Project Pythia is a home for Python-centered learning resources that are open-source, community-owned, geoscience-focused, and high-quality.
12+
13+
Donations contribute to outreach and community engagement activities, such as participant support at our annual hackathons.
14+
15+
## Friends of the National Center
16+
Friends of the National Center is the fundraising arm of the University Corporation for Atmospheric Research (UCAR), which manages the National Science Foundation National Center for Atmospheric Research. UCAR is a non-profit organization, so all donations to Project Pythia are tax-deductible to the fullest extent allowed by law.
17+
18+
We accept donations through the following ways: <br>
19+
**Online** – Click the Donate Button on the right (we accept credit cards, Paypal and ApplePay). <br>
20+
**Check** – Mail your check made out to UCAR and send it to: <br>
21+
UCAR – Friends of the National Center <br>
22+
Attn: Sarah Swanson <br>
23+
PO BOX 3000 <br>
24+
Boulder, CO 80307 <br>
25+
Please include in the memo: Donation for Project Pythia <br>
26+
**Stock gifts, ACH Transfers, etc.** – Please reach out to Friends of the National Center at [email protected]
27+
28+
<script>
29+
(function(f,u,n,r,a,i,s,e){var data={window:window,document:document,tag:"script",data:"funraise",orgId:f,uri:u,common:n,client:r,script:a};var scripts;var funraiseScript;data.window[data.data]=data.window[data.data]||[];if(data.window[data.data].scriptIsLoading||data.window[data.data].scriptIsLoaded)return;data.window[data.data].loading=true;data.window[data.data].push("init",data);scripts=data.document.getElementsByTagName(data.tag)[0];funraiseScript=data.document.createElement(data.tag);funraiseScript.async=true;funraiseScript.src=data.uri+data.common+data.script+"?orgId="+data.orgId;scripts.parentNode.insertBefore(funraiseScript,scripts)})('79cd49fa-a550-4baa-a6d9-1913aae826df','https://assets.funraise.io','/widget/common/2.0','/widget/client','/inject-form.js');
30+
</script>
31+
32+
<script>
33+
window.funraise.push('create', { form: 36005 }, {
34+
selector: '#fr-placed-form-container-36005',
35+
type: 'grow_contained',
36+
});
37+
</script>
38+
39+
<div id="fr-placed-form-container-36005" style="min-height: 816px;"></div>

0 commit comments

Comments
 (0)