-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheco-list.json
222 lines (222 loc) · 5.64 KB
/
eco-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"tame_list": [
{
"text" : "Reduce, reuse, recycle"
},
{
"text" : "Eat less meat"
},
{
"text" : "Unsubscribe to marketing emails"
},
{
"text" : "Turn off devices and appliances when not in use"
},
{
"text" : "Standby devices are still using energy"
},
{
"text" : "Walk, cycle, ride-share or use public transport"
},
{
"text" : "Have showers instead of baths"
},
{
"text" : "Have fewer showers"
},
{
"text" : "Purchase fewer plastic items"
},
{
"text" : "Reuse plastic items, recycle or upcycle into new items"
},
{
"text" : "Try not to waste water"
},
{
"text" : "Smile"
},
{
"text" : "Consider alternative modes of transport instead of cars and planes"
},
{
"text" : "Plant trees"
},
{
"text" : "When possible try not to fly"
},
{
"text" : "Buy locally"
},
{
"text" : "Don't litter"
},
{
"text" : "Use reuseable hot drink containers"
},
{
"text" : "Use fewer chemicals"
},
{
"text" : "Be concious of your buying habits"
},
{
"text" : "Purchase renewable energy only"
},
{
"text" : "Waste less food"
},
{
"text" : "Use LED lighting"
},
{
"text" : "Insulate your home"
},
{
"text" : "Buy used"
},
{
"text" : "Introduce local planting to unused spaces"
},
{
"text" : "Turn your heating down 1 degree"
},
{
"text" : "Vote for environmentally focused politicians"
},
{
"text" : "Consider keeping fewer pets"
},
{
"text" : "Support climate strikes and rallies"
},
{
"text" : "Use mass transit options and electric vehicles where possible"
},
{
"text" : "Check your investments and pensions for green investments, cutting out fossil fuel interests"
},
{
"text" : "Create cultural artefacts that present positive environmental messaging"
},
{
"text" : "Open a dialogue with friends and family on environemntal issues"
},
{
"text" : "Eat vegetarian or vegan"
},
{
"text" : "Put your money in an ethical bank"
}
],
"harsh_list": [
{
"text" : "Reduce, reuse, recycle"
},
{
"text" : "Don't eat meat"
},
{
"text" : "Unsubscribe to all emails"
},
{
"text" : "Turn off devices and appliances"
},
{
"text" : "Never leave appliances on after use"
},
{
"text" : "Walk, cycle, use public transport"
},
{
"text" : "Don't have baths"
},
{
"text" : "Don't purchase any plastic items"
},
{
"text" : "Fight against single use plastics"
},
{
"text" : "Hug"
},
{
"text" : "Plant more trees"
},
{
"text" : "Don't fly"
},
{
"text" : "Buy and grow locally"
},
{
"text" : "Stop litters"
},
{
"text" : "Use reuseable hot drink containers"
},
{
"text" : "Use fewer chemicals"
},
{
"text" : "Consider buying less 'stuff'"
},
{
"text" : "Purchase renewable energy only"
},
{
"text" : "Waste less food"
},
{
"text" : "Use LED lighting, and other low energy technologies"
},
{
"text" : "Use passive house strategies"
},
{
"text" : "Buy used"
},
{
"text" : "Turn concrete waste lands into natural oases"
},
{
"text" : "Only heat your house when necessary"
},
{
"text" : "Vote for environmentally focused politicians, demand environmentally focused legislation"
},
{
"text" : "Consider having fewer pets and children"
},
{
"text" : "Help organise climate strikes and rallies"
},
{
"text" : "Don't use petrol cars and planes"
},
{
"text" : "Use mass transit options only, don't buy cars"
},
{
"text" : "Invest in green technologies, systems, designs, and communities"
},
{
"text" : "Promote, invest in and create cultural artefacts that present positive environmental messaging"
},
{
"text" : "Check your investments and pensions for green investments, cutting out fossil fuel interests"
},
{
"text" : "Create cultural artefacts that promote positive environmental messaging"
},
{
"text" : "Talk to friends and family about their environmental considerations"
},
{
"text" : "Eat vegan"
},
{
"text" : "Invest in ethical and environmental charities, businesses and causes"
}
]
}