From d1061cd2187f05d4d30fbd31b9a70cd291058a1f Mon Sep 17 00:00:00 2001 From: Idris Mokhtarzada Date: Sat, 6 Jan 2024 16:19:03 -0500 Subject: [PATCH] some yaml files to start with --- data/alternative_brands/drinkmate.yaml | 2 ++ data/companies/ahava.yaml | 12 ++++++++++++ data/companies/pepsico.yaml | 11 +++++++++++ data/companies/placeholder.txt | 0 data/companies/puma-se.yaml | 11 +++++++++++ 5 files changed, 36 insertions(+) create mode 100644 data/alternative_brands/drinkmate.yaml create mode 100644 data/companies/ahava.yaml create mode 100644 data/companies/pepsico.yaml delete mode 100644 data/companies/placeholder.txt create mode 100644 data/companies/puma-se.yaml diff --git a/data/alternative_brands/drinkmate.yaml b/data/alternative_brands/drinkmate.yaml new file mode 100644 index 0000000..17f62eb --- /dev/null +++ b/data/alternative_brands/drinkmate.yaml @@ -0,0 +1,2 @@ +name: "Drinkmate" +website: https://idrinkproducts.com/ \ No newline at end of file diff --git a/data/companies/ahava.yaml b/data/companies/ahava.yaml new file mode 100644 index 0000000..e83dec0 --- /dev/null +++ b/data/companies/ahava.yaml @@ -0,0 +1,12 @@ +name: "Ahava" +reason: |- + Ahava is an Israeli cosmetics company which operates its main manufacturing plant and showroom in Mitzpe Shalem, + an illegal settlement in the West Bank.[^1] + The Palestinian BDS National Committee has called for a boycott of Ahava.[^2] + + [^1]: https://en.wikipedia.org/wiki/Ahava + [^2]: https://bdsmovement.net/Act-Now-Against-These-Companies-Profiting-From-Genocide +brands: + - name: Ahava + slug: ahava + alternatives: [] \ No newline at end of file diff --git a/data/companies/pepsico.yaml b/data/companies/pepsico.yaml new file mode 100644 index 0000000..a3b57fd --- /dev/null +++ b/data/companies/pepsico.yaml @@ -0,0 +1,11 @@ +name: "PepsiCo, Inc." +reason: |- + PepsiCo purchased the Israeli company SodaStream in August 2018.[^1] SodaStream has long been a BDS target due to + their operation of factories on stolen land and their racial discrimination against Palestinian workers.[^2] + + [^1]: https://www.nasdaq.com/articles/sodastream-sells-out-price-too-low-2018-08-20 + [^2]: https://bdsmovement.net/Act-Now-Against-These-Companies-Profiting-From-Genocide +brands: + - name: Puma + slug: puma + alternatives: [] \ No newline at end of file diff --git a/data/companies/placeholder.txt b/data/companies/placeholder.txt deleted file mode 100644 index e69de29..0000000 diff --git a/data/companies/puma-se.yaml b/data/companies/puma-se.yaml new file mode 100644 index 0000000..91cfecc --- /dev/null +++ b/data/companies/puma-se.yaml @@ -0,0 +1,11 @@ +name: "Puma SE" +reason: |- + The Palestinian BDS National Committee has called for a boycott of Puma[^1] for several reasons, including their + sponsorship of the Israeli Football Association (IFA), which includes teams in illegal settlements on occupied + Palestinian land. + + [^1]: https://bdsmovement.net/boycott-puma +brands: + - name: Puma + slug: puma + alternatives: [] \ No newline at end of file