Skip to content

Commit

Permalink
Refactoring to use per-org sponsorships mapping/definitions (partial …
Browse files Browse the repository at this point in the history
…work)
  • Loading branch information
ShaneCurcuru committed Feb 8, 2024
1 parent 981da48 commit 9d710ab
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 34 deletions.
25 changes: 25 additions & 0 deletions _data/lf_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"ericsson": "ericsson.com",
"fujitsu-limited": "fujitsu.com",
"hitachi-ltd": "hitachi.com",
"huawei-technologies-co-ltd": "huawei.com",
"intel-corporation": "intel.com",
"microsoft-corporation": "microsoft.com",
"nec-corporation": "nec.com",
"oracle-america-inc": "oracle.com",
"qualcomm-inc": "qualcomm.com",
"red-hat-inc": "redhat.com",
"samsung-electronics-co-ltd": "samsung.com",
"tencent-holdings-limited": "tencent.com",
"accenture-global-solutions-limited": "accenture.com",
"beijing-baidu-netcom-science-technology-co-ltd": "baidu.com",
"cisco-systems-inc": "cisco.com",
"dell-technologies": "dell.com",
"google-llc": "google.com",
"panasonic-holdings-corporation": "panasonic.com",
"renesas-electronics-corporation": "renesas.com",
"sony-group-corporation": "sony.com",
"toshiba-corporation": "toshiba.com",
"toyota-motor-corporation": "toyota.com",
"webank-co-ltd": "webank.com"
}
45 changes: 45 additions & 0 deletions _data/python_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"google": "google.com",
"bloomberg": "bloomberg.com",
"ansys": "ansys.com",
"capital-one": "capitalone.com",
"indeed": "indeed.com",
"red-hat": "redhat.com",
"openedg-python-institute": "openedg.org",
"pydantic": "pydantic.dev",
"jane-street": "janestreet.com",
"sentry": "sentry.io",
"jetbrains": "jetbrains.com",
"haystack-by-deepset": "deepset.ai",
"temporal": "temporal.io",
"reuven-lerner-python-training": "lerner.co.il",
"elastic": "elastic.co",
"infobip": "infobip.com",
"us-digital-service": "usds.gov",
"no-starch-press": "nostarch.com",
"datadog": "datadog.com",
"hudson-river-trading": "hudsonrivertrading.com",
"auth0-by-okta": "okta.com",
"coherence": "withcoherence.com",
"hennge-japan": "hennge.com",
"akamai-cloud-computing-services": "akamai.com",
"telemetryhub": "telemetryhub.com",
"noteable": "noteable.io",
"real-python": "realpython.com",
"cape-privacy": "capeprivacy.com",
"six-feet-up": "sixfeetup.com",
"python-engineer-development-association": "pythonic-exam.com",
"sticker-mule": "stickermule.com",
"netflix": "netflix.com",
"lincoln-loop": "lincolnloop.com",
"healthvana": "healthvana.com",
"bluevine": "bluevine.com",
"guidebook": "guidebook.com",
"two-sigma": "twosigma.com",
"quansight": "quansight.com",
"dmtech-gmbh": "dm-jobs.com",
"minimumdepositcasinosorg": "minimumdepositcasinos.org",
"easeus-software": "easeus.com",
"adimianbe-sprl": "adimian.com",
"roboflow": "roboflow.com"
}
52 changes: 52 additions & 0 deletions _sponsorships/cncf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"20240101": {
"sponsorurl": "https://github.com/cncf/landscape/blob/master/landscape.yml",
"levelurl": "https://www.cncf.io/about/join/",
"normalize": "true",
"selector": "CNCF Members",
"levels": {
"first": {
"name": "Platinum",
"amount": "370000",
"selector": "",
"attr": "homepage_url",
"benefits": "TODO: this should be structured data"
},
"second": {
"name": "Gold",
"amount": "120000",
"selector": "",
"attr": "homepage_url",
"benefits": "TODO: this should be structured data"
},
"third": {
"name": "Silver",
"amount": "50000",
"selector": "",
"attr": "homepage_url",
"benefits": "TODO: this should be structured data"
},
"academic": {
"name": "Academic",
"amount": "1000",
"selector": "",
"attr": "homepage_url",
"benefits": "TODO: this should be structured data"
},
"community": {
"name": "Nonprofit",
"amount": "1000",
"selector": "",
"attr": "homepage_url",
"benefits": "TODO: this should be structured data"
},
"enduser": {
"name": "End User Supporter",
"amount": "0",
"selector": "",
"attr": "",
"benefits": "TODO: this should be structured data"
}
}
}
}
Loading

0 comments on commit 9d710ab

Please sign in to comment.