Skip to content

Commit

Permalink
support more categories
Browse files Browse the repository at this point in the history
  • Loading branch information
thm committed Feb 4, 2024
1 parent 814bacd commit a190b8b
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 73 deletions.
3 changes: 0 additions & 3 deletions data/brands/bomaja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/carmelagrexco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/delilah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/desertdiamond.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/hadiklaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/kingsolomon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
20 changes: 0 additions & 20 deletions data/brands/pepsi.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions data/brands/rapunzel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
3 changes: 0 additions & 3 deletions data/brands/shams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ alternatives_text: |-
Yaffa
Ziyad
Various muslim charity date tins
stakeholders:
- id: an
type: owner
5 changes: 0 additions & 5 deletions output/csv/brands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3324,11 +3324,6 @@ peetscoffee,Peet's Coffee,"The owners of Peet's Coffee, the Reimann family are s
Don't eat from Peet's Coffee.
Don't work for Peet's Coffee.
[^1]: https://www.alfredlandecker.org/en/article/the-story-of-the-alfred-landecker-foundation",avoid,operations_in_israel,global,"food, drinks",,https://dg6qn11ynnp6a.cloudfront.net/wp-content/uploads/2019/10/04114953/18274759_10154462185956190_6773480231895222987_n.jpg,,,
pepsi,Pepsi,"Owned by **PepsiCo**.

**PepsiCo** bought SodaStream for $3.2bn and owns 50% of Sabra both of which had taken advantage of the Israeli occupation of Palestine.[^1]

[^1]: https://www.bloomberg.com/view/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall#xj4y7vzkg",avoid,operations_in_israel,global,,,https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Pepsi_logo_2014.svg/1509px-Pepsi_logo_2014.svg.png,meysu,,
peptobismol,Pepto Bismol,"Owned by **Procter and Gamble**.

**Procter and Gamble** opened an R&D center in Tel Aviv, Occupied Palestine, in which it invests $2bn annually.[^1]
Expand Down
23 changes: 0 additions & 23 deletions output/json/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12321,29 +12321,6 @@
}
]
},
"pepsi": {
"id": "pepsi",
"name": "Pepsi",
"status": "avoid",
"description": "Owned by **PepsiCo**.\n\n**PepsiCo** bought SodaStream for $3.2bn and owns 50% of Sabra both of which had taken advantage of the Israeli occupation of Palestine.[^1]\n\n[^1]: https://www.bloomberg.com/view/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall#xj4y7vzkg",
"reasons": [
"operations_in_israel"
],
"countries": [
"global"
],
"categories": [],
"logo_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Pepsi_logo_2014.svg/1509px-Pepsi_logo_2014.svg.png",
"alternatives": [
"meysu"
],
"stakeholders": [
{
"id": "pepsico",
"type": "owner"
}
]
},
"peptobismol": {
"id": "peptobismol",
"name": "Pepto Bismol",
Expand Down
40 changes: 39 additions & 1 deletion schemas/brand_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,45 @@ properties:
type: array
items:
type: string
enum: [food]
enum:
- books
- car
- charity
- clothing
- cloud
- coffee
- commerce
- contractor
- cosmetics
- dates
- development
- drinks
- energy
- entertainment
- fashion
- finance
- fintech
- food
- hardware
- healthcare
- household
- hr
- insurance
- luxury
- manufacturer
- marketing
- media
- petcare
- pharmaceuticals
- politics
- productivity
- sales
- security
- semiconductors
- supermarket
- technology
- travel
- weapons
website:
type: string
format: uri
Expand Down

0 comments on commit a190b8b

Please sign in to comment.