| | |
| | | <p class="left"><img class="img-gn" alt="" src="../../assets/images/dy1-wordbank.jpg" /></p> |
| | | <div class="bk-wh"> |
| | | <p class="dl-box"> |
| | | <span class="word-bc mr-20 dl-span" @click="saveWord($event, 'smog')">smog</span> |
| | | <span class="word-bc mr-20 dl-span">smog</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'greenhouse gases')">greenhouse gases</span> |
| | | >greenhouse gases</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'unusual temperature')">unusual temperature</span> |
| | | >unusual temperature</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'rising sea levels')">rising sea levels</span> |
| | | >rising sea levels</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'melting glaciers')">melting glaciers</span> |
| | | >melting glaciers</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'frequent drought')">frequent drought</span> |
| | | >frequent drought</span> |
| | | <span class="word-bc mr-20 dl-span" |
| | | @click="saveWord($event, 'heavier rainstorms')">heavier rainstorms</span> |
| | | <span class="word-bc mr-20 dl-span" @click="saveWord($event, 'soil degradation')">soil |
| | | >heavier rainstorms</span> |
| | | <span class="word-bc mr-20 dl-span">soil |
| | | degradation</span> |
| | | </p> |
| | | </div> |
| | |
| | | sports bra and tying my shoelaces.It’s time to go running.</p> |
| | | <p>Sometimes,I’m alone.Other times,I’m with a friend.I’m a runner,and for me,there’s nothing |
| | | better than a |
| | | <span class="word-bc" @click="saveWord($event, 'crisp')">crisp</span> |
| | | <span class="word-bc" >crisp</span> |
| | | morning,when the air is fresh,the sun is |
| | | <span class="word-bc" @click="saveWord($event, 'peak')"> peak</span> |
| | | <span class="word-bc" > peak</span> |
| | | ing over the |
| | | <span class="word-bc" @click="saveWord($event, 'horizon')">horizon</span> |
| | | <span class="word-bc">horizon</span> |
| | | ,and my |
| | | legs are light.But some days,when an air quality warning shows on my phone,I know running |
| | | outdoors will be unpleasant. |
| | |
| | | convenient.We want to drive in cars,fly in planes,and eat fruits that only grow on the other |
| | | side of the world.I’m lucky enough to live in a city with great public transportation and a |
| | | wealth of |
| | | <span class="word-bc" @click="saveWord($event, 'ecofriendly')">ecofriendly </span> |
| | | <span class="word-bc" @click="saveWord($event, 'ride-sharing')">ride-sharing </span> |
| | | <span class="word-bc" >ecofriendly </span> |
| | | <span class="word-bc" >ride-sharing </span> |
| | | options.But actually,not all of us have these choices. |
| | | </p> |
| | | <p>So,if we can’t take millions of cars off the road,what can we do right now,on an individual |
| | | level,to reduce our carbon footprint?</p> |
| | | <p>Well,everybody eats.We eat to celebrate,to grow,and to |
| | | <span class="word-bc" @click="saveWord($event, 'survive')">survive</span> |
| | | <span class="word-bc" >survive</span> |
| | | .We also eat |
| | | <span class="word-bc" @click="saveWord($event, 'selectively')">selectively</span> |
| | | <span class="word-bc" >selectively</span> |
| | | .It |
| | | seems like everyone has a |
| | | <span class="word-bc" @click="saveWord($event, 'dietary')">dietary</span> |
| | | <span class="word-bc" @click="saveWord($event, 'restriction')">restriction</span> |
| | | <span class="word-bc" >dietary</span> |
| | | <span class="word-bc" >restriction</span> |
| | | these days.Most of the dietary choices are |
| | | made for personal,health-related reasons,but what I’ve learned recently is that the food we |
| | | eat doesn’t just impact us; it impacts the planet big time. |
| | | </p> |
| | | <p>Just this summer,a group of researchers in the UK published a study comparing the carbon |
| | | footprints connected with different diets:meat-eaters,fish-eaters,and |
| | | <span class="word-bc" @click="saveWord($event, 'vegans')">vegans</span> |
| | | <span class="word-bc" >vegans</span> |
| | | .It turns out |
| | | that |
| | | <span class="word-bc" @click="saveWord($event, 'eliminat')">eliminat</span> |
| | | <span class="word-bc" >eliminat</span> |
| | | ing meat from your diet can reduce your carbon |
| | | <span class="word-bc" @click="saveWord($event, 'emissions')">emissions</span> |
| | | <span class="word-bc">emissions</span> |
| | | by half.A vegan diet |
| | | was connected with the least amount of greenhouse gas emissions—99 percent to 102 percent |
| | | less than meateaters—but even switching from meat to fish can reduce your dietary emissions |
| | |
| | | </p> |
| | | <p>Before learning about this study,I never thought about how my diet impacted anyone but |
| | | myself.I always |
| | | <span class="word-bc" @click="saveWord($event, 'figured')">figured</span> |
| | | <span class="word-bc">figured</span> |
| | | that what I put into my body was a personal decision,but it’s a |
| | | public concern. |
| | | </p> |
| | |
| | | this.getPath(); |
| | | }, |
| | | methods: { |
| | | saveWord(event, word) { |
| | | this.$emit("saveCharacters", event, word); |
| | | }, |
| | | setTestData() { |
| | | localStorage.setItem("english-testOne", JSON.stringify(this.testData)); |
| | | }, |