研究:长期不吃早餐,患心脏病风险增加87%

Skipping breakfast could raise risk of heart disease by 87%

Skipping breakfast could raise your risk of heart disease by 87 percent, according to a new study.

最新研究指出,不吃早餐可能会使患心脏病的风险增加87%。

Researchers at the University of Iowa analyzed 18 years of data on 6,550 people over 40 who had no history of heart disease.

艾奥瓦大学的研究人员分析了6550名40岁以上无心脏病史的人在18年间的数据。

They were given regular surveys, which included the question: 'how often do you eat breakfast?'

这些人定期接受调查,他们要回答的问题包括“你多久吃一次早餐?”

Most (59 percent) ate breakfast every day, but 5.1 percent never did, 10.9 percent rarely did, and 25 percent would skip a few days.

大多数人(59%)每天吃早餐,但5.1%的人从来不吃,10.9%的人偶尔吃,还有25%的人偶尔不吃。

The team found a clear link between breakfast habits and heart disease risk.

研究小组发现,早餐习惯与心脏病风险之间存在明显关联。

Those who didn't eat in the morning were up to 87 percent more likely to develop heart woes.

早上不吃东西的人患心脏疾病的可能性要高87%。

'Breakfast is believed to be an important meal of the day, whereas there has been an increasing prevalence of skipping breakfast over the past 50 years in the United States, with as many as 23.8 percent of young people skipping breakfast every day,' the authors write.

“人们认为早餐是一天中的重要一餐,而在美国,过去50年间,不吃早餐的现象越来越普遍,多达23.8%的年轻人每天都不吃早餐,”报告的作者们写道。

'However, studies on the health effects of skipping breakfast are sparse.'

“然而,关于不吃早餐对健康有何影响的研究少之又少。”

sparse [spɑːs]:adj.稀疏的;稀少的

To their knowledge, this is the first retrospective study to look at breakfast habits and cardiovascular mortality.

据他们所知,这是首个对早餐习惯与心血管疾病死亡率进行的回顾性研究。

mortality [mɔː'tælɪtɪ]:n.死亡数,死亡率

The team pointed to a few factors which could underlie this connection.

研究小组指出了有可能造成这种联系的几个因素。

First, those who don't eat breakfast may be more likely to snack unhealthily.

首先,不吃早餐的人更有可能吃不健康的零食。

Second, breakfast may help to balance blood sugar levels and control blood pressure.

其次,早餐可能有助于平衡血糖水平和控制血压。

The findings, published on the American College of Cardiology, come days after a similar study showed people who skip breakfast and eat a late dinner are less likely to survive a heart attack.

该研究结果刊登在《美国心脏病学会》期刊上,而在几天前,一项类似的研究显示,不吃早餐且吃晚饭较晚的人在心脏病发作时幸存下来的可能性要小一些。

Skipping breakfast has long been espoused by celebrities as a diet trick. Joanna Lumley says cutting out breakfast has helped her stay slim in older age. Recently, Twitter CEO Jack Dorsey said he never eats breakfast, only dinner - and that he skips all food altogether on Saturdays - as part of a routine that he claims is meditative.

不吃早餐一直被一些名人奉为减肥妙招。乔安娜·林莉说,不吃早餐帮助她在年老时还能保持苗条。最近,推特首席执行官杰克·多西说他从不吃早餐,只吃晚餐,而且在周六禁食,这属于其例行冥想的一部分。

Many have suggested that Dorsey's diet could be classed as an eating disorder, rather than, as he puts it, 'biohacking'.

很多人认为,杰克·多西的饮食属于进食障碍,而不是他自己认为的“生物黑科技”。

The new study does not, by any means, provide a concrete verdict on breakfast.

然而这项新研究并未对于早餐的健康影响给出确切结论。

As Borja Ibáñez, MD, points out in an editorial, association is not necessarily causation.

正如医学博士博尔哈·伊巴涅斯在一篇文章中指出,有关联并不一定是必然的因果关系。

Those who didn't eat breakfast were more likely to smoke, scrimp on exercise, and drink alcohol.

不吃早餐的人吸烟、缺乏运动和饮酒的可能性也更高。

scrimp [skrɪmp]:vi.精打细算;吝啬

en-zh(科学技术)science and technology-2的更多相关文章

  1. en-zh(科学技术)science and technology

    S Korea to roll out 5G韩国正式推5G商用服务 South Korea will become the first country to commercially launch f ...

  2. Gym100814B Gym100814F Gym100814I(异或) ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology

    今日份的训练题解,今天写出来的题没有昨天多,可能是因为有些事吧... Gym100814B 这个题就是老师改卷子,忘带标准答案了,但是他改了一部分卷子,并且确定自己改的卷子没出错,他想从改过的卷子里把 ...

  3. Codeforces Gym100814 I.Salem-异或 (ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology)

    这个题就是二进制,找两个数相应的二进制相对应的位置上数不同的最多的个数.异或写就可以. 一开始还想麻烦了,找出来最大的偶数和最大的奇数,最小的偶数和最小的奇数,但是这样想考虑的不全.因为范围比较小,直 ...

  4. Codeforces Gym100814 F.Geometry (ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology)

    这个题真的是超级超级水啊,哈哈哈哈哈哈.不要被题面吓到,emnnn,就这样... 代码: 1 #include<iostream> 2 #include<cstring> 3 ...

  5. Codeforces Gym100814 B.Unlucky Teacher (ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology)

    今日份的训练题解,今天写出来的题没有昨天多,可能是因为有些事吧... 这个题就是老师改卷子,忘带标准答案了,但是他改了一部分卷子,并且确定自己改的卷子没出错,他想从改过的卷子里把标准答案推出来. 因为 ...

  6. 西安理工大学 李爱民 Xi'an University of Technology, Aimin Li

    李爱民-西安理工大学计算机科学与工程学院 ● 简介(Introduction)-> 李爱民(Aimin Li),男,湖北随州人,西安电子科学大学博士(PhD),中共党员.中国计算机学会会员,CS ...

  7. CHAPTER 40 Science in Our Digital Age 第40章 我们数字时代的科学

    CHAPTER 40 Science in Our Digital Age 第40章 我们数字时代的科学 The next time you switch on your computer, you ...

  8. SCI&EI 英文PAPER投稿经验【转】

    英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时 ...

  9. cf Gym 101086M ACPC Headquarters : AASTMT (Stairway to Heaven)

    题目: Description standard input/output As most of you know, the Arab Academy for Science and Technolo ...

  10. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

随机推荐

  1. mac上安装webpack报错解决方法Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/webpack

    node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Pre-built binaries ...

  2. 【原创】Java基础之ClassLoader类加载器简介

    classloader简介 1 classloader层次结构(父子关系) Bootstrap(ClassLoader) ExtClassLoader AppClassLoader XXXClassL ...

  3. activiti 涉及的内容

    1 JAVA 委派模式(Delegate) https://blog.csdn.net/mayaofr/article/details/52082665 2 Activiti中的activiti:ex ...

  4. sublime代码整理

    1. 2.输入: { "keys":["ctrl+shift+z"], (快捷键自定义,只要不冲突就可以了) "command":" ...

  5. CS DevExpress程序启动(主窗体初始化优化)

    在进入程序主界面时,某些情况下主界面的初始化会消耗很长时间,例如一些复杂的业务系统,可能会从服务器上下载最新的数据进行展示等等,在这种情况下,我们可以采用一个进度界面展示“系统正在加载...”,等主界 ...

  6. python数据类型一:字符串

    Python 字符串 字符串是 Python 中最常用的数据类型.我们可以使用引号('或")来创建字符串. 创建字符串很简单,只要为变量分配一个值即可.例如: var1 = 'Hello W ...

  7. 蓝桥杯 购物单(使用word协助)

    标题: 购物单 小明刚刚找到工作,老板人很好,只是老板夫人很爱购物.老板忙的时候经常让小明帮忙到商场代为购物.小明很厌烦,但又不好推辞. 这不,XX大促销又来了!老板夫人开出了长长的购物单,都是有打折 ...

  8. Redis新接触

    一.redis简介 redis即Remote Dictionary Server,是一个key—value存储系统. 二.优点 1.redis支持的存储类型较多,如String.List.Hash.s ...

  9. SDOI2019 省选前模板整理

    目录 计算几何✔ DP 斜率优化✔ 四边形不等式✔ 轮廓线DP✘ 各种分治 CDQ分治✔ 点分治✔ 整体二分✔ 数据结构 线段树合并✔ 分块✔ K-D Tree LCT 可持久化Trie✔ Splay ...

  10. 2017-10-22—光电二极管

    光通信基本每天都会接触光电二极管,光模块说简单点就是电光转换和光电转换. 光传输模块在整体产品架构上则包括光学次模块(Optical Subassembly;OSA)及电子次模块(Electrical ...