每日英语: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 savor the day's wins.
savor:尽情享受,滋味
Forthcoming research from the Academy of Management Journal shows that workers reported lower stress levels in the evenings after spending a few minutes jotting down positive events at the end of the day, along with why those things made them feel good.
forthcoming:即将来临的 jot down:略记下,匆匆记下
The study, conducted by researchers at the University of Minnesota, University of Florida and others, tracked a group of workers over 15 days, logging their blood pressure and reported stress symptoms, such as fatigue, difficulty concentrating and headaches. The researchers observed changes as the workers wrote down their accomplishments, such as leading a successful sales call, or a presentation that earned a manager's praise.
It's no surprise that positive thinking can ease tension. But it might prove more practical than employers' current approaches for fighting workplace stress, such as offering flexible work arrangements or creating a new organizational chart that doesn't actually change daily life at the office, says Theresa Glomb, a work and organizations professor at University of Minnesota's Carlson School of Management and co-author of the report.
Listing the good things that happened over the course of a day is valuable in its own right, but Ms. Glomb says the real impact comes from writing down why those things led to good feelings. That act highlights the resources and support a person has in their work life-such as skills, a good sense of humor, an encouraging family or a compassionate boss.
The reflections don't have to be work-related, she adds, a tasty lunch brought from home can be a workday accomplishment. In the experiment, about 40% of the end-of-day reflections had nothing to do with work, and reflecting on them still made the subjects calmer later that evening.
Companies shouldn't rush to institute mandatory reflection time each day, Ms. Glomb warns, since that could just add another stressor for time-crunched workers. Instead, they can embed the exercise in the regular work day, perhaps by asking employees to share details of something that's going well in their lives at the start of a team meeting.
mandatory:强制的,托管的
每日英语:Stressed at Work? Reflect on the Positive的更多相关文章
- 每日英语:Dashing the China Dream
Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...
- 每日英语:Bosses May Use Social Media to Discriminate Against Job Seekers
Many companies regularly look up job applicants online as part of the hiring process. A new study su ...
- 每日英语:Teens Are Still Developing Empathy Skills
The teen years are often fraught with door-slamming, eye-rolling and seeming insensitivity, even by ...
- 每日英语:Got a Case of the Mondays? Blame the Sunday Blues
Welcome to Monday morning at the office. Did you have trouble sleeping last night? Was your stomach ...
- 每日英语:How Often Do Gamblers Really Win?
The casino billboards lining America's roadways tantalize with the lure of riches. 'Easy Street. It' ...
- 每日英语:In Digital Era, What Does 'Watching TV' Even Mean?
We spend a full five hours and 16 minutes a day in front of a screen, and that's without even turnin ...
- 每日英语:Why Are Items Pricier in China?
In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...
- 每日英语:Risk-Averse Culture Infects U.S. Workers, Entrepreneurs
Americans have long taken pride on their willingness to bet it all on a dream. But that risk-taking ...
- 每日英语: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 ...
随机推荐
- MySQL 联合索引测试
搭建测试环境 1:创建表 CREATE TABLE tab_index (id int(5), age int(3), dte datetime); 2:插入测试数据 INSERT INTO tab_ ...
- Eclipse 如何导入web项目
Eclipse 如何导入web项目 CreateTime--2018年3月8日09:07:16 Author:Marydon 方法一:推荐使用 1.将web项目手动拷贝到Eclipse的工作空间下 ...
- 重叠IO overlapped I/O 运用详解
2009年02月21日 星期六 下午 07:54 I/O设备处理必然让主程序停下来干等I/O的完成,对这个问题有 方法一:使用另一个线程进行I/O.这个方案可行,但是麻烦. ...
- git版本库管理介绍,撤销git pull操作
Git是分布式版本控制系统,GitHub 是最大的 Git 版本库托管商,是成千上万的开发者和项目能够合作进行的中心. 大部分 Git 版本库都托管在 GitHub,很多开源项目使用 GitHub 实 ...
- 深入PHP内核之数组
定义: PHP 中的数组实际上是一个有序映射.映射是一种把 values 关联到 keys 的类型.此类型在很多方面做了优化,因此可以把它当成真正的数组,或列表(向量),散列表(是映射的一种实现),字 ...
- Android学习系列(3)--App自动更新之自定义进度视图和内部存储
友好的视觉感知和稳定的不出错表现,来自于我们追求美感和考虑的全面性,博客园从技术的角度,一直我都很欣赏.这篇文章是android开发人员的必备知识,是我特别为大家整理和总结的,不求完美,但是有用. 这 ...
- ASP.NET 安全系列 Membership三步曲之入门篇 - Jesse Liu
Membership 三步曲 ASP.NET 安全系列 Membership三步曲之入门篇 ASP.NET 安全系列 Membership三步曲之进阶篇 ASP.NET 安全系列 Membership ...
- PowerDesigner删除外键关系,而不删除外键列[转]
PowerDesigner中配置外键关系时,如果要删除配置的外键关系,默认设置会一同删除外键列. 要更改此设置,需在菜单栏tools中打开Model Options,在Model Settings中点 ...
- 配置tomcat全局c3p0连接池
由于项目中多个应用访问同一个数据库,并部署在同一个tomcat下面,所以没必要每个应用都配置连接池信息,这样可能导致数据库的资源分布不均,所以这种情况完全可以配置一个tomcat的全局连接池,所涉及应 ...
- linux下判断文件和目录是否存在
1.前言 工作中涉及到文件系统,有时候需要判断文件和目录是否存在.我结合APUE第四章文件和目录,总结一下如何正确判断文件和目录是否存在,方便以后查询. 2.stat系列函数 stat函数用来返回与文 ...