예제 #1
0
__author__ = 'Jonathan Corvers'

from fifty_shades_of_kfc.views.text.malpractice import MalpracticeCategory, Malpractice

LOCAL_COMMUNITY = MalpracticeCategory(name='Local Community',
                                      reference='localCommunity')

malpractice = Malpractice(
    title='No room for local businesses',
    explanation=
    'Multinational companies like KFC drive up rent prices, pushing independent '
    'businesses already suffering from COVID towards bankruptcy.')

LOCAL_COMMUNITY.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='No democratic input',
    explanation='With so many vacant buildings, is a KFC really what we need? '
    'It\'s not just how the economy works. These are policy decisions.')

LOCAL_COMMUNITY.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='Beautiful historical city center?',
    explanation='Big chains destroy the character of a city, '
    'do we want Leuven to look like any American town?')

LOCAL_COMMUNITY.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='This is just the beginning',
예제 #2
0
__author__ = 'Jonathan Corvers'

from fifty_shades_of_kfc.views.text.malpractice import MalpracticeCategory, Malpractice


WORKING_CONDITIONS = MalpracticeCategory(name='Working Conditions', reference='workingConditions')


malpractice = Malpractice(title='Poor labour practices are systemic, get unionized!',
                          explanation='These injustices are not the acts of a few bad apples. '
                                      'Working for KFC means working for a multinational where the balance of power '
                                      'between shareholders and individual employees is extremely unequal. '
                                      'If you need a job at KFC, make sure to get unionized.')

WORKING_CONDITIONS.add_malpractice(malpractice=malpractice)


malpractice = Malpractice(title='In 2012, KFC got fined for child labour in Australia',
                          explanation='If they are this careless with child labour in an industrialized nation, '
                                      'what does their global supply chain look like?',
                          url_ref=['https://thewest.com.au/news/wa/kfc-fined-over-child-labour-ng-ya-285294'])

WORKING_CONDITIONS.add_malpractice(malpractice=malpractice)


malpractice = Malpractice(title='Work at KFC, be forced to poison your community',
                          explanation='Check out this report of Auckland KFC employees protesting being forced '
                                      'to sell expired food to their community.',
                          url_ref=['https://www.stuff.co.nz/business/119908028/kfc-workers-say-they-were-bullied-for-telling-managers-not-to-sell-expired-chicken'])

WORKING_CONDITIONS.add_malpractice(malpractice=malpractice)
예제 #3
0
__author__ = 'Jonathan Corvers'

from fifty_shades_of_kfc.views.text.malpractice import MalpracticeCategory, Malpractice

ANIMAL_WELFARE = MalpracticeCategory(name='Animal Welfare',
                                     reference='animalWelfare')

malpractice = Malpractice(
    title='21 Fully grown chickens into 1m²',
    explanation=
    'In more than 80 procent of the cases, KFC squeezes twenty-one fully grown '
    'chickens into a single square meter, try to imagine that for a moment.',
    url_ref=[
        'https://kfc.nl/kfc-jaarlijks-voortgangsverslag-over-kippenwelzijn.pdf'
    ])

ANIMAL_WELFARE.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='KFC Chickens never see the sun',
    explanation=
    'Half of KFC chickens don\'t see the sun a single time in their entire short '
    'life.',
    url_ref=[
        'https://kfc.nl/kfc-jaarlijks-voortgangsverslag-over-kippenwelzijn.pdf'
    ])

ANIMAL_WELFARE.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='painful infections',
예제 #4
0
__author__ = 'Jonathan Corvers'

from fifty_shades_of_kfc.views.text.malpractice import MalpracticeCategory, Malpractice

CLIMATE_ENVIRONMENT = MalpracticeCategory(name='Climate & Environment',
                                          reference='climateEnvironment')

malpractice = Malpractice(
    title='Greenwashing',
    explanation=
    'KFC is a subsidiary of Yum!, Yum! issues a sustainability report to CDP which '
    'is of course, you guessed it, funded by multinationals! Companies setting '
    'their own rules and then check themselves. This is called self-regulation and '
    'you may know it as standard practice in the banking industry before 2008.',
    url_ref=['https://www.cdp.net/en/info/finance/europe'])

CLIMATE_ENVIRONMENT.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='Turning the rainforest into packaging',
    explanation=
    'In 2014 Greenpeace found that KFC turned the Amazon rainforest into fast food '
    'packaging. KFC recently committed to using more responsible packaging by the '
    'end of 2020. We found no report available that proves '
    'they have achieved that goal.',
    url_ref=[
        'https://www.greenpeace.org/nl/natuur/4637/wegwerpverpakkingen-van-kfc-vernielen-regenwoud/'
    ])

CLIMATE_ENVIRONMENT.add_malpractice(malpractice=malpractice)
예제 #5
0
파일: health.py 프로젝트: JonathanCor/KFCXR
__author__ = 'Jonathan Corvers'

from fifty_shades_of_kfc.views.text.malpractice import MalpracticeCategory, Malpractice

HEALTH = MalpracticeCategory(name='Health', reference='health')

malpractice = Malpractice(
    title='KFC exists to maximize profit, not to maximize nutrition',
    explanation=
    'You may think after reading these health related critiques: "Sure, ok, but '
    'sometimes I want to eat unhealthy food." That\'s okay, we all do, that\'s not '
    'the point. KFC doesn\'t have satisfying our cravings as its mission. It wants '
    'to maximize profits, by increasing how often you feel those cravings by smart '
    'advertising, encouraging these cravings in our children and luring them in with'
    ' toys. The food is intentionally addictive, getting people addicted preferrably '
    'as young as possible and profiting off of them, while offsetting the negative '
    'health consequences on broader society.')

HEALTH.add_malpractice(malpractice=malpractice)

malpractice = Malpractice(
    title='Empty calories',
    explanation='Junk food such as KFC is unhealthy, '
    'as it contains high calories from sugar and fat. These “empty” calories are one'
    ' of the causes of a worldwide obesity epidemic, called “Globesity” by the World'
    ' Health Organisation. Although the link of obesity and junk food such as KFC is'
    ' complex, the epidemic proportions of obesity worldwide through unhealthy diet '
    'causes dozens of other health risks & diseases: hearth disease, stroke, high '
    'blood pressure, diabetes, some cancers, gallbladder disease, gallstones, '
    'osteoarthritis, gout, breathing problems (such as sleep apnea and asthma)…',
    url_ref=[