. Indoor Air pollution 室内空气污染
① Priscilla Ouchida's "energy-efficient"house turned out to be a horrible dream.When she and her engineer husband married,they built a $100,000,three bedroom home in California.Tightly sealed to prevent air leaks,the house was equipped with small double-paned windows and several other energy-saving features.Problem began as soon as the couple moved in,however,Priscilla's eyes burned.Her throat was constantly dry.She suffer from headaches and could hardly sleep.It was as though she had suddenly developed a strange illness.
② Experts finally traced the cause of her illness.The level of formaldehyde gas in her kitchen was twice the maximum allowed by federal standards for chemical workers.The source of the gas ? Her new kitchen cabinets and  wall-to-wall carpeting.
③The Ouchidas are victims of indoor air pollution,which is not given sufficient attention partly because of the nation's drive to save energy.The problem itself isn't new."The indoor environment was dirty long before energy conservation came alone,"says a pollution scientist in Maryland."Energy conservation has tended to worsen the situation in some case. ④ The problem appears to be more troublesome in newly constructed homes rather than old ones.Back in the days when energy was cheap,home builder didn't worry much about unsealed cracks.Because of such leaks,the air in an average home was replaced by fresh outdoor air about once an hour.As a result,the pollutants generated in most households seldom built up to dangerous levels.

24. Indoor Air pollution 室内空气污染的更多相关文章

  1. Air Pollution【空气污染】

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

  2. 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 ...

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

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

  4. 每日英语: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 ...

  5. Robot Perception for Indoor Navigation《室内导航中的机器人感知》

    Felix Endres 论文下载 Technische Fakult¨ atAlbert-Ludwigs-Universit¨ at Freiburg Betreuer: Prof. Dr. Wol ...

  6. sentence patterns

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

  7. 【256】◀▶IEW-答案

    附答案 Unit I Fast food Model Answers: Model 1 The pie chart shows the fast foods that teenagers prefer ...

  8. CET4

    Directions: For this part, you are allowed 30 minutes to write a short essay on the challenges of st ...

  9. words

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

随机推荐

  1. linux查看磁盘占用常用的两个命令

    1.查看总容量.已使用.未使用容量:df -hl -h:以kb以上单位显示 -l:仅显示本地文件系统 2.查看当前路径下,每个文件/夹占用空间大小:du -sh *

  2. gevent 实现io自动切换,gevent.join([]), gevent.spawn, 爬虫多并发的实现

    gevent 是一个第三方库,可以很容易的实现遇到io(文件传输)操作时,程序自动跳转到下一个程序 例一: 用gevent.sleep()  来模拟io操作 import gevent def foo ...

  3. Java Integer值用==和equals相等问题

    来自 http://blog.csdn.net/w112736112736/article/details/77986283

  4. hibernate-注解及配置

    联合主键: 一.将联合主键的字段单独放在一个类中,该类需要实现java.io.Serializable接口并重写equals和hascode,再将该类注解为@Embeddable,最后在主类中(该类不 ...

  5. ABAP-FTP通用操作

  6. UI5-文档-4.9-Component Configuration

    在我们介绍了模型-视图-控制器(MVC)概念的所有三个部分之后,现在我们将讨论SAPUI5的另一个重要的结构方面. 在这一步中,我们将把所有UI资产封装在一个独立于索引的组件中.html文件.组件是S ...

  7. 数据报表之Excel操作模块

    Excel是当今最流行的电子表格处理软件,支持丰富的计算函数及图表,在系统运营方面广泛用于运营数据报表,比如业务质量.资源利用.安全扫描等报表,同时也是应用系统常见的文件导出格式,以便数据使用人员做进 ...

  8. html资源 链接

    http://m.aicai.com/index.do?agentId=1&vt=5

  9. oozie错误:javax.servlet.jsp.el.ELException: variable [***] cannot be resolved

    完整错误: javax.servlet.jsp.el.ELException: variable [compute] cannot be resolved at org.apache.oozie.ut ...

  10. 迭代删除元素 并发bug 低级错误

    方法一:HashMap<String, Integer> myHashMap = new HashMap<>();myHashMap.put("1", 1) ...