L342 Air Pollution Is Doing More Than Just Slowly Killing Us
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的更多相关文章
- [R] [Johns Hopkins] R Programming 作業 Week 2 - Air Pollution
Introduction For this first programming assignment you will write three functions that are meant to ...
- 24. Indoor Air pollution 室内空气污染
. Indoor Air pollution 室内空气污染 ① Priscilla Ouchida's "energy-efficient"house turned out to ...
- 每日英语: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 ...
- Air Pollution【空气污染】
Air Pollution Since the 1940s, southern California has had a reputation for smog. 自20世纪40年代以来,南加利福尼亚 ...
- words
conscious[英][ˈkɒnʃəs][美][ˈkɑnʃəs]consensus[英][kənˈsensəs][美][kənˈsɛnsəs] scious sensuswaterflood; de ...
- R 语言程序设计
Data The zip file containing the data can be downloaded here: specdata.zip [2.4MB] The zip file cont ...
- sentence patterns
第四部分 推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...
- 为了CET-4!(二)
directions: For this part,you are allowed 30 minutes to write an eassay.Suppose there are two option ...
- 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 ...
随机推荐
- 腾讯云centos7.2安装宝塔面板和LAMP
1.安装好centos7.2系统后,登录centos系统输入如下命令: yum install -y wget && wget -O install.sh http://downloa ...
- [Linux] 关闭防火墙以及开放端口
一. service iptables stop 临时关闭, chkconfig iptables off完全关闭 service iptables status状态, service iptable ...
- C# Timer 定时任务
C#中,Timer是一个定时器,它可以按照指定的时间间隔或者指定的时间执行一个事件. 指定时间间隔是指按特定的时间间隔,如每1分钟.每10分钟.每1个小时等执行指定事件: 指定时间是指每小时的第30分 ...
- RESTful协议
目的:在符合架构原理的前提下,理解和评估以网络为基础的应用软件的架构设计,得到一个功能强.性能好.适宜通信的架构 解决问题:如何开发在互联网环境中使用的软件,实现网站即软件 涉及主要元素 资源(Res ...
- spring RedisTemplate的使用(一)--xml配置或JavaConfig配置
1.xml配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xsi="h ...
- PHP的json_encode()函数与JSON对象
一.问题描述 这周搬砖的时候,前端通过ajax获取后端的数据后,照例用 对象.属性 的方式取值,然而结果总是总是不能如预期般展示在页面上. 先写个 demo 还原下场景:选中一个下拉框列表选项后,会在 ...
- ReactNative快速开发App一步到位
http://www.ifenxiang.net/thread-626-1-1.html
- IE10打印预览无反应
1. 建议您打开IE后,按Alt键,选择”工具“-”兼容性视图设置“,将网站添加到兼容性视图列表中,看情况如何.2.internet选项-高级-启用保护模式 勾去掉 看看行不行3.按下“Windows ...
- jQuery和Vue的区别
1.jQuery和Vue的区别 jQuery是使用选择器($)选取DOM对象,对其进行赋值.取值.事件绑定等操作,其实和原生的HTML的区别只在于可以更方便的选取和操作DOM对象,而数据和界面是在一起 ...
- python数据结构与算法之问题求解
懂得计算机的童鞋应该都知道,一条计算机程序由数据结构跟算法两大部分组成.所以,其实不管你使用哪种计算机语言编写程序,最终这两部分才是一个程序设计的核心.所以,一个不懂得数据结构与算法的程序员不是一个好 ...