| | |
| | | </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" >vegans</span> |
| | | <span class="word-bc" word="vegan">vegans</span> |
| | | .It turns out |
| | | that |
| | | <span class="word-bc">eliminating</span> |
| | | <span class="word-bc" word="eliminate">eliminating</span> |
| | | meat from your diet can reduce your carbon |
| | | <span class="word-bc">emissions</span> |
| | | <span class="word-bc" word="emission">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">figured</span> |
| | | <span class="word-bc" word="figure">figured</span> |
| | | that what I put into my body was a personal decision,but it’s a |
| | | public concern. |
| | | </p> |
| | |
| | | if (testData) { |
| | | this.testData = JSON.parse(testData); |
| | | } |
| | | const bookQuestion = localStorage.getItem("english-book-question-one"); |
| | | const bookQuestion = localStorage.getItem("english-book-chapter05-question-one"); |
| | | if (bookQuestion) { |
| | | this.questionData = JSON.parse(bookQuestion); |
| | | } |
| | |
| | | }, |
| | | setBookQuestion() { |
| | | localStorage.setItem( |
| | | "english-book-question-one", |
| | | "english-book-chapter05-question-one", |
| | | JSON.stringify(this.questionData) |
| | | ); |
| | | }, |