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. 基于贪心算法求解TSP问题(JAVA)

    概述 前段时间在搞贪心算法,为了举例,故拿TSP来开刀,写了段求解算法代码以便有需之人,注意代码考虑可读性从最容易理解角度写,没有优化,有需要可以自行优化! 详细 代码下载:http://www.de ...

  2. Textview文字监控(输入到某个字符后,进行操作)

      以手机号充值为例,当用户输入最后一位数时候,进行汇率的变换.   1.首先给用户添加一个textchangedlistener   2.然后再写一个文字变化的监视器   mobile_et.add ...

  3. 修改主键id为自增

    详见:sqlserver修改主键为自增 先删除id字段, 执行下面sql即可: alter table sms_rec add id int IDENTITY (1,1) PRIMARY KEY

  4. 推荐系统 BPR 算法求解过程

    数据假设: 每个用户之间的偏好行为相互独立 同一用户对不同物品的偏序相互独立 则优化问题为极大化如下目标: [Reference] 1.论文翻译:BPR:面向隐偏好数据的贝叶斯个性化排序学习模型 2. ...

  5. Linux提示“libc.so.6: version `GLIBC_2.14' not found”系统的glibc版本太低

    http://www.linuxidc.com/Linux/2017-01/139806.htm http://www.linuxidc.com/Linux/2015-04/116472.htm

  6. ASP.NET 5 RC 2:UrlRouting 设置(不包含MVC6的UrlRouting设置)

    0.Program.cs using System.IO; using Microsoft.AspNetCore.Hosting; namespace AspNetCoreUrlRoutingDemo ...

  7. 在iOS开发的Quartz2D使用中实现图片剪切和截屏功能

    原文  http://www.jb51.net/article/75671.htm 图片剪切一.使用Quartz2D完成图片剪切1.把图片显示在自定义的view中先把图片绘制到view上.按照原始大小 ...

  8. ASP.NET Core之项目文件简介及配置文件与IOC的使用

    原文地址:https://www.cnblogs.com/knowledgesea/p/7079880.html 序言 在当前编程语言蓬勃发展与竞争的时期,对于我们.net从业者来说,.Net Cor ...

  9. Spark日志清洗

    日志数据清洗,主要采用spark 的定时任务,清洗出有效数据,并保存到hive数据仓库中存储.常用流程如下: 参考:https://gaojianhua.gitbooks.io/bigdata-wik ...

  10. java单双派机制理解

    引言:Java是一个支持双分派的单分派语言 知道java是支持后期动态绑定,也知道访问者模式,但是两者之间的关系,还真不知道,况且在这之间还有一个静态绑定. 1.动态绑定 class Father { ...