Skip to content

Commit b68a9bb

Browse files
WEB: Improving the sponsors in the web, and adding CZI (#31046)
1 parent f6747b9 commit b68a9bb

File tree

5 files changed

+106
-24
lines changed

5 files changed

+106
-24
lines changed

web/pandas/about/sponsors.md

+29-10
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,50 @@ health and sustainability of the project. Visit numfocus.org for more informatio
1111
Donations to _pandas_ are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible
1212
to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.
1313

14-
## Tidelift
14+
## Become a sponsor
1515

16-
_pandas_ is part of the [Tidelift subscription](https://tidelift.com/subscription/pkg/pypi-pandas?utm_source=pypi-pandas&utm_medium=referral&utm_campaign=readme).
17-
You can support pandas by becoming a Tidelift subscriber.
16+
As a free and open source project, _pandas_ relies on the support of the community of users for its development.
17+
If you work for an organization that uses and benefits from _pandas_, please consider supporting pandas. There
18+
are different ways, such as employing people to work on pandas, funding the project, or becoming a
19+
[NumFOCUS sponsor](https://numfocus.org/sponsors) to support the broader ecosystem. Please contact us at
20+
1821

1922
## Institutional partners
2023

21-
Institutional Partners are companies and universities that support the project by employing contributors.
22-
Current Institutional Partners include:
24+
Institutional partners are companies and universities that support the project by employing contributors.
25+
Current institutional partners include:
2326

2427
<ul>
25-
{% for company in partners.active if company.employs %}
26-
<li><a href="{{ company.url }}">{{ company.name }}</a> ({{ company.employs }})</li>
28+
{% for company in sponsors.active if company.kind == "partner" %}
29+
<li><a href="{{ company.url }}">{{ company.name }}</a>: {{ company.description }}</li>
30+
{% endfor %}
31+
</ul>
32+
33+
## Sponsors
34+
35+
Sponsors are organizations that provide funding for pandas. Current sponsors include:
36+
37+
<ul>
38+
{% for company in sponsors.active if company.kind == "regular" %}
39+
<li><a href="{{ company.url }}">{{ company.name }}</a>: {{ company.description }}</li>
2740
{% endfor %}
2841
</ul>
2942

3043
## In-kind sponsors
3144

32-
- [OVH](https://us.ovhcloud.com/): Hosting
33-
- [Indeed](https://opensource.indeedeng.io/): Logo and website design
45+
In-kind sponsors are organizations that support pandas development with goods or services.
46+
Current in-kind sponsors include:
47+
48+
<ul>
49+
{% for company in sponsors.inkind %}
50+
<li><a href="{{ company.url }}">{{ company.name }}</a>: {{ company.description }}</li>
51+
{% endfor %}
52+
</ul>
3453

3554
## Past institutional partners
3655

3756
<ul>
38-
{% for company in partners.past %}
57+
{% for company in sponsors.past if company.kind == "partner" %}
3958
<li><a href="{{ company.url }}">{{ company.name }}</a></li>
4059
{% endfor %}
4160
</ul>

web/pandas/config.yml

+25-5
Original file line numberDiff line numberDiff line change
@@ -99,30 +99,50 @@ maintainers:
9999
- Wes McKinney
100100
- Jeff Reback
101101
- Joris Van den Bossche
102-
partners:
102+
sponsors:
103103
active:
104104
- name: "NumFOCUS"
105105
url: https://numfocus.org/
106106
logo: /static/img/partners/numfocus.svg
107+
kind: numfocus
107108
- name: "Anaconda"
108109
url: https://www.anaconda.com/
109110
logo: /static/img/partners/anaconda.svg
110-
employs: "Tom Augspurger, Brock Mendel"
111+
kind: partner
112+
description: "Tom Augspurger, Brock Mendel"
111113
- name: "Two Sigma"
112114
url: https://www.twosigma.com/
113115
logo: /static/img/partners/two_sigma.svg
114-
employs: "Phillip Cloud, Jeff Reback"
116+
kind: partner
117+
description: "Phillip Cloud, Jeff Reback"
115118
- name: "RStudio"
116119
url: https://www.rstudio.com/
117120
logo: /static/img/partners/r_studio.svg
118-
employs: "Wes McKinney"
121+
kind: partner
122+
description: "Wes McKinney"
119123
- name: "Ursa Labs"
120124
url: https://ursalabs.org/
121125
logo: /static/img/partners/ursa_labs.svg
122-
employs: "Wes McKinney, Joris Van den Bossche"
126+
kind: partner
127+
description: "Wes McKinney, Joris Van den Bossche"
123128
- name: "Tidelift"
124129
url: https://tidelift.com
125130
logo: /static/img/partners/tidelift.svg
131+
kind: regular
132+
description: "<i>pandas</i> is part of the <a href=\"https://tidelift.com/subscription/pkg/pypi-pandas?utm_source=pypi-pandas&utm_medium=referral&utm_campaign=readme\">Tidelift subscription</a>. You can support pandas by becoming a Tidelift subscriber."
133+
- name: "Chan Zuckerberg Initiative"
134+
url: https://chanzuckerberg.com/
135+
logo: /static/img/partners/czi.svg
136+
kind: regular
137+
description: "<i>pandas</i> is funded by the Essential Open Source Software for Science program of the Chan Zuckerberg Initiative. The funding is used for general maintainance, improve extension types, and a efficient string type."
138+
inkind: # not included in active so they don't appear in the home page
139+
- name: "OVH"
140+
url: https://us.ovhcloud.com/
141+
description: "Website and documentation hosting."
142+
- name: "Indeed"
143+
url: https://opensource.indeedeng.io/
144+
description: "<i>pandas</i> logo design"
126145
past:
127146
- name: "Paris-Saclay Center for Data Science"
128147
url: https://www.datascience-paris-saclay.fr/
148+
kind: partner

web/pandas/index.html

+14-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,20 @@ <h5>Community</h5>
4343
</div>
4444
<section>
4545
<h5>With the support of:</h5>
46-
<div class="row h-100">
47-
{% for company in partners.active %}
48-
<div class="col-sm-6 col-md-2 my-auto">
49-
<a href="{{ company.url }}" target="_blank">
50-
<img class="img-fluid" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/>
51-
</a>
52-
</div>
53-
{% endfor %}
54-
</div>
46+
{% for row in sponsors.active | batch(6, "") %}
47+
<div class="row h-100">
48+
{% for company in row %}
49+
<div class="col-sm-6 col-md-2 my-auto">
50+
{% if company %}
51+
<a href="{{ company.url }}" target="_blank">
52+
<img class="img-fluid" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/>
53+
</a>
54+
{% endif %}
55+
</div>
56+
{% endfor %}
57+
</div>
58+
{% endfor %}
59+
<p class="mt-4">The full list of companies supporting <i>pandas</i> is available in the <a href="{{ base_url }}/about/sponsors.html">sponsors page</a>.
5560
</section>
5661
</div>
5762
<div class="col-md-3">

0 commit comments

Comments
 (0)