From 50a54931487bf4e7d1b1daa7244c499fd05681c7 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 15 Jan 2020 16:26:07 +0000 Subject: [PATCH 1/2] WEB: Improving the sponsors in the web, and adding CZI --- web/pandas/about/sponsors.md | 39 +++++++++++++++++++------- web/pandas/config.yml | 30 ++++++++++++++++---- web/pandas/index.html | 23 +++++++++------ web/pandas/static/img/partners/czi.svg | 38 +++++++++++++++++++++++++ web/pandas_web.py | 0 5 files changed, 106 insertions(+), 24 deletions(-) create mode 100644 web/pandas/static/img/partners/czi.svg mode change 100644 => 100755 web/pandas_web.py diff --git a/web/pandas/about/sponsors.md b/web/pandas/about/sponsors.md index dcc6e367e5d64..5af9129c4929a 100644 --- a/web/pandas/about/sponsors.md +++ b/web/pandas/about/sponsors.md @@ -11,31 +11,50 @@ health and sustainability of the project. Visit numfocus.org for more informatio Donations to _pandas_ are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation. -## Tidelift +## Become a sponsor -_pandas_ is part of the [Tidelift subscription](https://tidelift.com/subscription/pkg/pypi-pandas?utm_source=pypi-pandas&utm_medium=referral&utm_campaign=readme). -You can support pandas by becoming a Tidelift subscriber. +As a free and open source project, _pandas_ relies on the support of the community of users for its development. +If you work for an organization that uses and benefits from _pandas_, please consider supporting pandas. There +are different ways, such as employing people to work on pandas, funds the project, or becoming a +[NumFOCUS sponsor](https://numfocus.org/sponsors) to support the broader ecosystem. Please contact us at +[admin@numfocus.org](mailto:admin@numfocus.org) to discuss. ## Institutional partners -Institutional Partners are companies and universities that support the project by employing contributors. -Current Institutional Partners include: +Institutional partners are companies and universities that support the project by employing contributors. +Current institutional partners include: + +## Sponsors + +Sponsors are organizations that provide funding for pandas. Current sponsors include: + + ## In-kind sponsors -- [OVH](https://us.ovhcloud.com/): Hosting -- [Indeed](https://opensource.indeedeng.io/): Logo and website design +In-kind sponsors are organizations that support pandas development with goods or services. +Current in-kind sponsors include: + + ## Past institutional partners diff --git a/web/pandas/config.yml b/web/pandas/config.yml index d1fb7ba0f7b86..d041d6dd2ac95 100644 --- a/web/pandas/config.yml +++ b/web/pandas/config.yml @@ -99,30 +99,50 @@ maintainers: - Wes McKinney - Jeff Reback - Joris Van den Bossche -partners: +sponsors: active: - name: "NumFOCUS" url: https://numfocus.org/ logo: /static/img/partners/numfocus.svg + kind: numfocus - name: "Anaconda" url: https://www.anaconda.com/ logo: /static/img/partners/anaconda.svg - employs: "Tom Augspurger, Brock Mendel" + kind: partner + description: "Tom Augspurger, Brock Mendel" - name: "Two Sigma" url: https://www.twosigma.com/ logo: /static/img/partners/two_sigma.svg - employs: "Phillip Cloud, Jeff Reback" + kind: partner + description: "Phillip Cloud, Jeff Reback" - name: "RStudio" url: https://www.rstudio.com/ logo: /static/img/partners/r_studio.svg - employs: "Wes McKinney" + kind: partner + description: "Wes McKinney" - name: "Ursa Labs" url: https://ursalabs.org/ logo: /static/img/partners/ursa_labs.svg - employs: "Wes McKinney, Joris Van den Bossche" + kind: partner + description: "Wes McKinney, Joris Van den Bossche" - name: "Tidelift" url: https://tidelift.com logo: /static/img/partners/tidelift.svg + kind: regular + description: "pandas is part of the Tidelift subscription. You can support pandas by becoming a Tidelift subscriber." + - name: "Chan Zuckerberg Initiative" + url: https://chanzuckerberg.com/ + logo: /static/img/partners/czi.svg + kind: regular + description: "pandas 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." + inkind: # not included in active so they don't appear in the home page + - name: "OVH" + url: https://us.ovhcloud.com/ + description: "Website and documentation hosting." + - name: "Indeed" + url: https://opensource.indeedeng.io/ + description: "pandas logo design" past: - name: "Paris-Saclay Center for Data Science" url: https://www.datascience-paris-saclay.fr/ + kind: partner diff --git a/web/pandas/index.html b/web/pandas/index.html index 5aac5da16295b..0f4598add4efc 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -43,15 +43,20 @@
Community
With the support of:
-
- {% for company in partners.active %} -
- - {{ company.name }} - -
- {% endfor %} -
+ {% for row in sponsors.active | batch(6, "") %} +
+ {% for company in row %} +
+ {% if company %} + + {{ company.name }} + + {% endif %} +
+ {% endfor %} +
+ {% endfor %} +

The full list of companies supporting pandas is available in the sponsors page.

diff --git a/web/pandas/static/img/partners/czi.svg b/web/pandas/static/img/partners/czi.svg new file mode 100644 index 0000000000000..b0ad9eb80580b --- /dev/null +++ b/web/pandas/static/img/partners/czi.svg @@ -0,0 +1,38 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/pandas_web.py b/web/pandas_web.py old mode 100644 new mode 100755 From e429375a4a55e00a419cde114b2a01d264163e5a Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 15 Jan 2020 17:33:56 +0000 Subject: [PATCH 2/2] Fixed typo --- web/pandas/about/sponsors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/about/sponsors.md b/web/pandas/about/sponsors.md index 5af9129c4929a..4473a16cfd590 100644 --- a/web/pandas/about/sponsors.md +++ b/web/pandas/about/sponsors.md @@ -15,7 +15,7 @@ to the extent provided by law. As with any donation, you should consult with you As a free and open source project, _pandas_ relies on the support of the community of users for its development. If you work for an organization that uses and benefits from _pandas_, please consider supporting pandas. There -are different ways, such as employing people to work on pandas, funds the project, or becoming a +are different ways, such as employing people to work on pandas, funding the project, or becoming a [NumFOCUS sponsor](https://numfocus.org/sponsors) to support the broader ecosystem. Please contact us at [admin@numfocus.org](mailto:admin@numfocus.org) to discuss.