More Americans are eating lunch at their desks or even forgoing it altogether. Is passing up a proper midday break bad for one's health? Chris Cunningham, professor of Industrial-Organizational and Occupational Health Psychology at the University of Tennessee at Chattanooga, offers one view.

Brain Drain 

The attention it takes people to focus at work drains them of psychological, social and material reserves, says Dr. Cunningham, leading to stress and lower productivity. 'Taking a lunch break away from the desk lets people separate themselves from the source of that drain,' he says. 'And that offers the opportunity to build back some of those resources in the middle of the day -- rather than just at the end when work is over.'

drain of:使枯竭,耗费掉    

There is no hard data on how much of a break the body needs to fully recover its resources, says Dr. Cunningham. He believes it's person-specific; some might need 10 minutes, while others might need an hour.

Gravitate to Green 

With so much research showing that parking in a chair all day puts a drag on productivity, mood and physical health, Dr. Cunningham suggests ditching the desk at least once at midday to do something energizing: 'At least go for a walk down the hall.' If possible, he says, use the full break to switch focus to something uplifting -- instead of, say, online shopping, reading email or running to the bank. 'I wouldn't call that a resource-replenishing moment,' he says.

energizing:激励,提神    energizing:令人振奋的,使人开心的    replenishing:补充,再充电    

Dr. Cunningham cites psychologist William James's 19th-century concept of passive attention, which suggests that people can restock their inner resources by focusing on something that fascinates them and draws them in, seemingly without effort.

restock:补充货源,补足    

The easiest way to replenish, research shows: Interact with nature. 'Just changing your environment relieves you of the need to decide what you want to attend to, and that in itself poses a sort of relief,' says Dr. Cunningham.

A Buddy Boost 

Studies have also shown that connecting to colleagues socially throughout the day can be very energizing.

'If you're a service rep or a call-center employee, I could understand why you wouldn't want to take a social lunch,' says Dr. Cunningham, 'but for some of us, it's different enough from what we've been spending our day doing, and we get a lot out of it.'

He is a fan of going out with co-workers for lunch frequently -- and not talking about work. 'That is a resource-replenishing activity,' he says.

The only downside: 'You can't write that lunch off your taxes.'

downside:下降趋势,负面

Enjoy Eating 

In a recent exploratory study, Dr. Cunningham asked medical residents to rate the degree to which they found each of their daily activities to be stressful, resource-straining and resource-replenishing. 'Eating during work hours was the one activity that was rated only as replenishing, and tremendously valuable to them,' he says.

exploratory:探究的,考察的    tremendously:非常地,可怕地,惊人地

Nutritionists have long asserted that eating small amounts throughout the day helps maintain a level metabolism. And most people have experienced the sluggishness that follows a heavy midday meal.

metabolism:新陈代谢    sluggishness:停滞,萧条,惰性    

'It's certainly not advised to have a Thanksgiving feast for lunch,' says Dr. Cunningham. 'Then again, you should give yourself a chance to be fascinated with the world around you -- and enjoying your food can do that.'

每日英语:Making the Most of Your Lunch Hour的更多相关文章

  1. 每日英语:Doc, Do I Need A Juice Cleanse?

    Some drink only vegetable juice. Others soak in Epsom salts. It's all in the pursuit of ridding the ...

  2. 每日英语:The Toy Mogul Who Became A Billionaire Through His Fight To The Death With Barbie

    The trophy case in the tiny conference room outside Isaac Larian’s corner office spans an entire wal ...

  3. 每日英语:15 places to find inspiration

    If you’re a writer or artist, you understand the power of location when it comes to creativity and f ...

  4. 每日英语:The Biggest Distraction In The Office Is Sitting Next To You

    The big push in office design is forcing co-workers to interact more. Cubicle walls are lower, offic ...

  5. 每日英语:Secrets Of Effective Office Humor

    Margot Carmichael Lester loves making good-natured jokes at work. As owner of The Word Factory, a Ca ...

  6. 每日英语:Stressed at Work? Reflect on the Positive

    Feeling the pinch of work stress in the evening? Before heading home for the night, take a moment to ...

  7. 每日英语:March Remembers King's Dream

    President Barack Obama on Wednesday said the entire world drew strength from the March on Washington ...

  8. 每日英语:He Diets, She Diets: More Weight-Loss Plans Target Men

    Weight-loss companies are becoming savvier about getting men to go on a diet. savvier:更加精明 Men and w ...

  9. 每日英语:The First Day On A Job Is Tough Work

    Why is the first day on the job often the worst? New employees tend to be greeted with stacks of ben ...

随机推荐

  1. windows下卸载mysql5.5,升级为mysql5.7.25

    0. 停止mysql的服务 1. 卸载mysql5.5 1.1 使用360或者控制面板卸载mysql,为求干净,我使用的360,结果也需要手动清理 1.2 卸载完成之后到mysql的安装目录删掉该目录 ...

  2. Linux-LVS为何不能完全替代DNS轮询

    转自:链接 上一篇文章“一分钟了解负载均衡的一切”引起了不少同学的关注,评论中大家争论的比较多的一个技术点是接入层负载均衡技术,部分同学持这样的观点: 1)nginx前端加入lvs和keepalive ...

  3. Redis-Redi事务注意事项

    当客户端处于非事务状态下时, 所有发送给服务器端的命令都会立即被服务器执行.但是, 当客户端进入事务状态之后, 服务器在收到来自客户端的命令时, 不会立即执行命令, 而是将这些命令全部放进一个事务队列 ...

  4. Java用JSONObject-lib来解析json串

    直接贴代码:(所需jar包:json-lib.jar,可能会关联一些其它的jar包,请自行搜索.) import java.util.ArrayList; import java.util.HashM ...

  5. 10个很棒的学习Android 开发的网站

    1. Android Developers 作为一个Android开发者,官网的资料当然不可错过,从设计,培训,指南,文档,都不应该错过,在以后的学习过程中慢慢理解体会. 2. Android Gui ...

  6. 【ASP.NET】第一个ASP.NET MVC应用程序

    本系列目录:ASP.NET MVC4入门到精通系列目录汇总 开发流程 新建Controller 创建Action 根据Action创建View 在Action获取数据并生产ActionResult传递 ...

  7. Android基础之——CountDownTimer类,轻松实现倒计时功能

    在发现这个类之前,一直是用的handler,子线程发消息,UI线程进行倒计时的显示工作.前几天在做一个倒计时显示的时候发现了这个类,用起来非常方便 翻看了下源代码.内部已经帮我们实现了handler的 ...

  8. 64位平台C/C++开发注意事项

    在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...

  9. Lighttpd1.4.20源代码分析 笔记 状态机之错误处理和连接关闭

    这里所说的错误有两种: 1.http协议规定的错误,如404错误. 2.server执行过程中的错误.如write错误. 对于http协议规定的错误,这里的"错误"是针对clien ...

  10. jquery动态加载js/css文件方法

    先来看jquery自带的getSrcript文件 方法 代码如下 复制代码 $.getScript(url,callback) 实例 代码如下 复制代码 var testVar = 'New JS l ...