Air Pollution Is Doing More Than Just Slowly Killing Us

In the future, the authorities might need to consider checking the levels of the air pollution in the area. They would possibly need to deploy resources to areas where the air pollution levels are the heaviest on any given day. Though this sounds more like a plot of a sci-fi movie, recent studies show that it might not be that bad to put this into practice. Why the thought?

Emerging studies about air pollution shows its link to the impairment of human judgement, various mental health problems and poorer performance in school and at work. Perhaps the most dangerous type of effect it has on humans is that it may be the reason why the crime rate of a given area is higher than that of the areas near it.
These findings also prove to be alarming as most of the populated communities these days live in urban environments. More and more people are travelling everyday and they are exposed to air pollution more than they would want to. The World Health Organization released a report that says that nine out of 10 people are exposed to dangerous levels of air pollution. Sadly, the effects of such exposure won;t be felt until it becomes too late.

Did you know that air pollution is the cause of death of an estimateed number of seven million each year? It leads to people developing lung problems and other complications. However, in the recent report that the WHO released, it may be easy to assume that the increase in the number of murders committed in a year could be added to this too.

Sefi Roth, a researcher from the London School of Economics, expressed his ideas about the many other ways air pollution affects people. He was fully aware of how to impacts the human health negatively, increasing the number of those in hospital admissions and even deaths. And then he pondered upon the thought that it may come with other adverse effects on human other than our health.

Roth and his team looked into how air pollution affects the way people think. They observed students taking exams on particular days noting the air pollution present on those days too. All the other variables remained the same. The results of the study presented varying results. On most polluted days, the exam scores were relatively low.

"There was a clear decline in the performance of students who took the exam on days when air pollution is high," Roth said. While the data gathered was not enough to backup the idea of air pollution causing people to commit crimes, it clearly shows that there is a significant relationship between the two.

Roth remains hopeful that the increase in air pollution levels is something that we can still control if not solve. Perhaps what needs to be done is for people to be made more aware of the issues and make them realize that it concerns them too.

L342 Air Pollution Is Doing More Than Just Slowly Killing Us的更多相关文章

  1. [R] [Johns Hopkins] R Programming 作業 Week 2 - Air Pollution

    Introduction For this first programming assignment you will write three functions that are meant to ...

  2. 24. Indoor Air pollution 室内空气污染

    . Indoor Air pollution 室内空气污染 ① Priscilla Ouchida's "energy-efficient"house turned out to ...

  3. 每日英语:Air Pollution From Coal Use Cuts Lifespans in China, Study Shows

    Air pollution from coal combustion likely cut life expectancy in parts of China by more than five ye ...

  4. Air Pollution【空气污染】

    Air Pollution Since the 1940s, southern California has had a reputation for smog. 自20世纪40年代以来,南加利福尼亚 ...

  5. words

    conscious[英][ˈkɒnʃəs][美][ˈkɑnʃəs]consensus[英][kənˈsensəs][美][kənˈsɛnsəs] scious sensuswaterflood; de ...

  6. R 语言程序设计

    Data The zip file containing the data can be downloaded here: specdata.zip [2.4MB] The zip file cont ...

  7. sentence patterns

    第四部分     推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...

  8. 为了CET-4!(二)

    directions: For this part,you are allowed 30 minutes to write an eassay.Suppose there are two option ...

  9. October 23, 2013 - Fires and smoke in eastern China

    October 23, 2013 - Fires and smoke in eastern China Satellite: Aqua Date Acquired: 10/12/2013 Resolu ...

随机推荐

  1. Project Euler 75: Singular integer right triangles

    题目链接 思路: 勾股数组,又称毕达格拉斯三元组. 公式:a = s*t b = (s^2 - t^2) / 2 c = (s^2 + t^2) / 2 s > t >=1 且为互质的奇数 ...

  2. JS-函数作用域

    如果变量在函数内没有声明(没有使用 var 关键字),该变量为全局变量.

  3. 详解MySQL中concat函数的用法(连接字符串)

    MySQL中concat函数 使用方法: CONCAT(str1,str2,…) 返回结果为连接参数产生的字符串.如有任何一个参数为NULL ,则返回值为 NULL. 注意: 如果所有参数均为非二进制 ...

  4. mysql5.7 timestamp错误:there can be only oneTIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE

    #1293 - Incorrect table definition; there can be only oneTIMESTAMP column with CURRENT_TIMESTAMP in ...

  5. 弹筐里同一个按钮判断是从哪里点击过来的form

    点击弹框按钮 <form action="javascript:;" method="post">         <button type= ...

  6. mpvue开发项目总结(从0到上线)

    1.简言 为期一个半月的小程序开发,其中夹杂其他项目的功能迭代,跌跌撞撞的将项目完成了,今天中秋节放假前一天,以此来记录下此次打怪升级的心得与分享其中遇到花费时间的问题. 因为此次开发的是一个类电商项 ...

  7. 小程序批量获取input的输入值,监听输入框,数据同步

    在使用小程序时,跟vue的数据绑定不一样,没有v-model这个属性了,官网也只是给了一些事件监听. 但是我们如果有多个表单时,需要写多个事件来同步数据.这样做很麻烦.下面的方法可以解决,只需要一个方 ...

  8. MACE移植要求

    MACE支持Tensorflow的depth_to_space和space_to_depth,以及strided_slice算子. 其中depth_to_space可以用来无平滑地进行上采样. spa ...

  9. C# 今天时间 今天结束时间

    var startTime = DateTime.UtcNow.ToString(timeFormat); ).AddSeconds(-).ToUniversalTime().ToString(tim ...

  10. ZYNQ DMA驱动及测试分析

    之前没有接触过DMA驱动.不了解它的原理,稍作学习先总结下dma驱动步骤: 1. 申请DMA中断. 2. 申请内存空间作为src和dts的空间. 3. 注册设备注册节点 4. 将申请到的src和dst ...