-
Notifications
You must be signed in to change notification settings - Fork 140
add funding.json and backer page #466
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
Changes from 5 commits
b41cfb5
7fe6a52
8b0c522
137b1d0
8f576a5
e4424c0
525cd62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| title: OpenRefine Backers | ||
| description: Your donations help further develop and maintain OpenRefine. | ||
| hide_table_of_contents: false | ||
| --- | ||
| # OpenRefine Backers | ||
|
|
||
| Thank you for supporting OpenRefine in 2025! We are proud to list your name on this page, which celebrates everyone who made a financial contribution to OpenRefine at any level. | ||
|
|
||
| This page reflects gifts received after December 1, 2024. 2024 donors are listed in our [2024 Year In Review post](/blog/2024/12/13/year-in-review-2024#2024-donor-shoutouts). | ||
|
|
||
| You can [donate here](/donate) | ||
|
|
||
| ## Patron | ||
| Over $50,000 donated in 2025. Fully sustains OpenRefine’s annual budget, funding our entire core team for a full year. | ||
|
|
||
| ## Partner | ||
| Between $5,000 and $50,000 donated in 2025. Underwrites multiple months of core-team development, feature work, and contributor support. | ||
|
|
||
| ## Sponsor | ||
| Between $500 and $5,000 donated in 2025. Enables us to represent OpenRefine at conferences and expand our community outreach. | ||
|
|
||
| * Vanguard Charitable (one-time) | ||
|
|
||
| ## Sustainer | ||
| Up $500 donated in 2025. Covers essential day-to-day infrastructure including forum hosting, software licenses, and routine maintenance. | ||
|
|
||
| * RefinePro (recurring) | ||
| * ostephens (recurring) | ||
| * DaxServer (recurring) | ||
| * alanorth (recurring) | ||
| * timtomch (recurring) | ||
| * trantor (recurring) | ||
| * wetneb (recurring) | ||
| * EstebanMH-SiB (recurring) | ||
| * btseee (one-time) | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are there any in-kind backers who should be acknowledged? e.g. free open source licenses, hosting, etc
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point. In terms of in-kind backers, I can think of Coverall, Weblate, and GitHub, which provide their infrastructure and software free of charge for open-source projects. We also receive a 50% discount with Discourse as a charity. Did you have another type of contribution in mind? |
||
| Help us reach our funding goal, [donate here](/donate) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,113 @@ | ||
| { | ||
| "version": "v1.0.0", | ||
| "entity": { | ||
| "type": "organisation", | ||
| "role": "other", | ||
| "name": "OpenRefine", | ||
| "email": "contact@openrefine.org", | ||
| "description": "OpenRefine is a free, powerful tool for working with messy data and improving it. Our mission is to empower everyone to meaningfully engage with data by providing an accessible open source tool and nurturing a diverse, supportive community. OpenRefine is a fiscally sponsored project of Code for Science & Society, a 501(c)(3) charitable organization in the USA. Donations are tax-deductible to the extent allowed by US law (Tax ID: 81-3791683).", | ||
| "webpageUrl": { | ||
| "url": "https://openrefine.org", | ||
| "wellKnown": "https://openrefine.org/.well-known/funding-manifest-urls" | ||
| } | ||
| }, | ||
| "projects": [ | ||
| { | ||
| "guid": "openrefine", | ||
| "name": "OpenRefine", | ||
| "description": "OpenRefine is funded by grants and gifts from institutions and individuals like you. Our annual operating budget is US$140 000 (or appx US$11,500 per month) to support our core team for maintenance, coordination, licensing, and administration. Details on fund usage and other sources of funding are available on our funding page (https://openrefine.org/funding). We would like to thanks our current donors (https://openrefine.org/backers).", | ||
| "webpageUrl": { | ||
| "url": "https://openrefine.org" | ||
| }, | ||
| "repositoryUrl": { | ||
| "url": "https://github.com/OpenRefine/OpenRefine", | ||
| "wellKnown": "https://github.com/OpenRefine/OpenRefine/.well-known/funding-manifest-urls" | ||
| }, | ||
| "licenses": [ | ||
| "BSD-3" | ||
| ], | ||
| "tags": [ | ||
| "reconciliation", | ||
| "wikidata", | ||
| "opendata", | ||
| "journalism", | ||
| "data-analysis", | ||
| "data-wrangling", | ||
| "datamining", | ||
| "datajournalism", | ||
| "datacleaning", | ||
| "datacleansing" | ||
| ] | ||
| } | ||
| ], | ||
| "funding": { | ||
| "channels": [ | ||
| { | ||
| "guid": "github", | ||
| "type": "other", | ||
| "description": "https://github.com/sponsors/OpenRefine" | ||
| }, | ||
| { | ||
| "guid": "website", | ||
| "type": "other", | ||
| "description": "https://openrefine.org/donate" | ||
| } | ||
| ], | ||
| "plans": [ | ||
| { | ||
| "guid": "sustainer", | ||
| "status": "active", | ||
| "name": "Up to $500 - Sustainer Level", | ||
| "description": "Covers essential day-to-day infrastructure including forum hosting, software licenses, and routine maintenance.", | ||
| "amount": 500, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": [ | ||
| "github", | ||
| "website" | ||
| ] | ||
| }, | ||
| { | ||
| "guid": "sponsor", | ||
| "status": "active", | ||
| "name": "Up to $5,000 - Sponsor Level", | ||
| "description": "Enables us to represent OpenRefine at conferences and expand our community outreach.", | ||
| "amount": 5000, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": [ | ||
| "github", | ||
| "website" | ||
| ] | ||
| }, | ||
| { | ||
| "guid": "partner", | ||
| "status": "active", | ||
| "name": "Up to $50,000 - Sustainer Partner", | ||
| "description": "Underwrites multiple months of core-team development, feature work, and contributor support.", | ||
| "amount": 50000, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": [ | ||
| "github", | ||
| "website" | ||
| ] | ||
| }, | ||
| { | ||
| "guid": "patron", | ||
| "status": "active", | ||
| "name": "Over $50,000 - Patron Level", | ||
| "description": "Fully sustains OpenRefine's annual budget, funding our entire core team for a full year.", | ||
| "amount": 100000, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": [ | ||
| "github", | ||
| "website" | ||
| ] | ||
| } | ||
| ], | ||
| "history": [] | ||
| } | ||
| } | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://openrefine.org/funding.json |
Uh oh!
There was an error while loading. Please reload this page.