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. vjson.hpp

    //vov #ifndef VJSON_HPP #define VJSON_HPP #include <iostream> #include <string> #include ...

  2. Nginx缓存

    一.基于proxy_cache的缓存 worker_processes ; events { worker_connections ; } http { include mime.types; def ...

  3. java小白也能懂的面向对象

    类是对一组具有共同特征和行为的对象的抽象描述. 理解 [1]类是专门用于描述现实生活中的事物的. [2]类描述的事物都具有共同的特征和行为. [3]类就是我们通常所说的 “类型” ,描述的是一个群体性 ...

  4. Maven发布jar包到私库

    首先修改maven的配置文件settings.xml,增加servers标签,配好maven服务器的账号密码 <servers> <server> <id>rele ...

  5. nmap工具简介

    nmap参数介绍: -sL:简单列表扫描 -sn:扫描主机,但是不进行端口扫描 -sS:TCP SYN扫描[半开放扫描,扫描速度高且隐蔽性好] -p |-F:扫描端口列表与扫描次序,常用的扫描方式[- ...

  6. helm一键 安装mariadb-ha(详细)

    一. 二.单机安装一主一从 先创建对应pv https://github.com/helm/charts/blob/master/stable/mariadb/templates/master-sta ...

  7. 【单调队列优化dp】 分组

    [单调队列优化dp] 分组 >>>>题目 [题目] 给定一行n个非负整数,现在你可以选择其中若干个数,但不能有连续k个数被选择.你的任务是使得选出的数字的和最大 [输入格式] ...

  8. ES9新内容概括

    本文主要介绍ES2018 新出的一些特性 1.异步迭代 允许 async/await 与 for-of 一起使用,以串行的方式运行异步操作,达到异步函数的迭代效果. async function pr ...

  9. JavaJ2EE相关知识整理

    1.Servlet的生命周期     在Web容器中,Servlet主要经历4个阶段      ①.加载Servlet:当Tomcat第一次访问Servlet的时候,Tomcat会负责创建Servle ...

  10. iOS调试踩过的坑 以及instruments使用指南

    1. 低版本的XCode工程中包含的lib,在高版本的XCode中会编译错误,提示找不到库,故需要恢复libC++库到原位置上,参考 https://github.com/devdawei/libst ...