For most people, summer involves numerous daily shifts between scorching outdoor heat and frosty air-conditioned interiors. But does exposing the body to extreme temperature swings make people sick? Professor Ron Eccles, director of the Common Cold Centre at Cardiff University in Wales, which performs clinical trials for treatments for coughs, colds and flu, explains why keeping a sweater at work isn't such a bad idea.

scorching:灼热的,激烈的    frosty:结霜的,严寒的,冷淡的    swings:摇摆,改变    clinical trials:临床试验

Chill Defenders

As warm-blooded animals, humans are hard-wired to keep our body temperature at around 98 degrees Fahrenheit. So when a person is exposed to frigid environments after being in the summer heat, the body 'will do whatever it can to defend itself against chilling,' Prof. Eccles says.

chill:打冷颤,寒冷,冷漠,扫兴    

One such defense: A thermal regulator in the brain, after receiving messages from temperature sensors in the skin, automatically alerts blood vessels there to constrict. 'You can see this when someone suddenly goes into a very cold building, they go pale or their skin mottles,' says Prof. Eccles. The next stage is shivering, which will raise body temperature by generating heat.

thermal regulator:温度调节器    mottle:斑点,杂色    shivering:颤抖,寒战

At the same time, blood vessels constrict in the nose and throat, where bacteria and viruses often lurk. 'If you were to look into a throat, you could see it go from a nice pink-red to a very pale color,' says Prof. Eccles. 'This happens within a few seconds to conserve the heat that we lose to the air we breathe out.'

lurk:潜伏,埋伏    conserve:保存,保护    

Immunity in Retreat

When blood flow diminishes, the white blood cells that typically fight bacteria and viruses do too, allowing these latent risk factors to easily bloom into a full-blown cold. 'If there isn't as much blood flow to the throat, there aren't enough white blood cells to ward off infection,' Prof. Eccles says.

immunity:免疫力,豁免权    diminish:减小,缩小    ward off:避开,挡住

But, he emphasizes, a cold won't develop unless the bacteria or virus is already present in the body.

The Sweat Factor

Sweating can amplify the risk by keeping the body colder longer-and making it harder to regain an optimal core temperature. Having sweaty clothes when walking into an air-conditioned building 'could feel like diving into an ice-cold swimming pool,' says Professor Eccles.

amplify:扩大,增强    

Getting some of that perspiration to evaporate first, by sitting in the shade for a few moments, for example, can help. So can keeping a sweater or light jacket at the office to ease the temperature transition.

perspiration:汗水,努力    

Heating Up

Heading in the other direction-from the deep freeze to the steamy outside-doesn't pose the same cold risk, says Prof. Eccles, since even more blood circulates to the skin, nose and throat. 'It's a lot like when your car radiator goes on when it gets too hot, to cool off,' he says. 'If you're very overheated, much of your five liters of blood gets distributed to the skin-turning you red-to eliminate heat.'

steamy:蒸汽的,潮湿的    acclimate:适应,使服水土

It can take the body only a few seconds or minutes to acclimate to the cold inside, says Prof. Eccles.

'Every time you go outside, you're going to go through the chilling again' when you return, he says. If you have to step out from the chill into the heat frequently, he says, 'limit your time to a few minutes.' This way, your body won't have time to fully adjust to the heat-and the cycle won't start again.

每日英语:Can Going In and Out of Air Conditioning Cause Colds?的更多相关文章

  1. 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus

    Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...

  2. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  3. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  4. 每日英语:A Whiff Of 'Welcome Home'

    Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...

  5. 每日英语:What To Expect To Wear When You're Expecting

    AT THE ACADEMY AWARDS earlier this month, Kerry Washington, the star of the ABC-TV series 'Scandal,' ...

  6. 每日英语:Success Outside the Dress Code

    Anyone who has felt like the odd duck of the group can take heart from new research from Harvard Bus ...

  7. 每日英语:Mistrust Between U.S., Malaysia Strains Probe

    Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...

  8. 每日英语:A New Way to Learn Chinese

    Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...

  9. 每日英语:How To Survive The Windows XPiration Date

    The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...

随机推荐

  1. 美国程序猿(软件project师)平均年薪状况调查

    来源站点:Indeed.com&computerengineeringsalarydata.com Average Software Engineer Salary by 50 States ...

  2. 〖Linux〗iptables使用实例

    1. 使局域网用户可共享外网(拨号上网) > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o ppp0 -j MA ...

  3. 公钥私钥与SSL的握手协议(转)

    一,公钥私钥1,公钥和私钥成对出现2,公开的密钥叫公钥,只有自己知道的叫私钥3,用公钥加密的数据只有对应的私钥可以解密4,用私钥加密的数据只有对应的公钥可以解密5,如果可以用公钥解密,则必然是对应的私 ...

  4. linux脚本加密shc

    linxu的shell脚本看下源码,都能明白含义.加密也是很关键的 01.安装shc加密 http://www.datsi.fi.upm.es/~frosal/sources/   ###下载源码 百 ...

  5. Oracle的PLSQL别名中文出现乱码解决方法

     乱码之乱,乱在心里.行而上,眼迷茫! 01.查询oracle服务端默认语言 select * from nls_database_parameters NLS_LANGUAGE AMERICAN   ...

  6. js firstChild 、nextSibling、lastChild、previousSibling、parentNode

    nextSibling下一个兄弟节点 previousSibling上一个兄弟 parentNode父亲节点 <select><option value="zs" ...

  7. linux系统新建用户ssh远程登陆显示-bash-4.1$解决方法,ssh-bash-4.1

    linux系统新建的用户用ssh远程登陆显示-bash-4.1$,不显示用户名路径 网络上好多解决办法,大多是新建.bash_profile文件然后输入XXXXX....然而并没有什么用没有用.... ...

  8. 如何在win7下安装和配置Android Studio

    下载地址:http://developer.android.com/sdk/installing/studio.html#download 如果出现启动不了的问题 进入Android Studio安装 ...

  9. Redis下载和安装

    原文地址:https://redis.io/download Download Redis uses a standard practice for its versioning: major.min ...

  10. Workflow_上传和下载Workflow编译方式(汇总)

    2014-12-27 Created By BaoXinjian