研究:长期不吃早餐,患心脏病风险增加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. Lua中的类型与值

    [基础介绍] Lua是一种动态类型的语言.在语言中没有类型定义的语法,每个值都带有其自身的类型信息.在Lua中有8中基本类型,分别是: nil(空)类型 boolean(布尔)类型 number(数字 ...

  2. iOS app内打开safari完成google的OAuth2认证

    最近使用google的oauth认证,发现不再允许使用UIWebview进行认证了,必须使用系统游览器,使用游览器也不一定要在app之间跳转,ios使用SFSafariViewController就可 ...

  3. numpy数据去重

    import numpy as npx = np.array([1,2,3,2,4,2,5,7,7])print(np.unique(x)) 简单散点图的绘制,没有显示出文字是因为需要下载个插件

  4. python的位置参数、默认参数、关键字参数、可变参数区别

    一.位置参数 调用函数时根据函数定义的参数位置来传递参数. #!/usr/bin/env python # coding=utf-8 def print_hello(name, sex): sex_d ...

  5. MIPS(极路由1s[mt7620a])平台OpenWrt路由器系统内的Go应用程序开发

    起因,由于coolpy5核心转换到go语言开发,所以目前超人正在进行相关的技术攻关,在程序编写方面一切都相对顺利.由于coolpy5是一个真正的商业级性能的系统也考滤到coolpy之前的版本已经确定的 ...

  6. java实验5

    实验一要求: 两人一组结对编程: 参考http://www.cnblogs.com/rocedu/p/6766748.html#SECDSA 结对实现中缀表达式转后缀表达式的功能 MyBC.java ...

  7. ECMAScript 6 字符串的扩展

    1.字符的Unicode表示法 ① JavaScript允许采用\uxxxx的形式来表示一个字符,其中xxxx表示字符的Unicode码点. 但是,这种表示方法有一个局限性,它的码点只能在\u0000 ...

  8. 思维导图工具XMind

    思维导图工具XMind XMind简单介绍 官网地址:https://www.xmind.cn/ XMind 是一个全功能的思维导图和头脑风暴软件,为激发灵感和创意而生.作为一款有效提升工作和生活效率 ...

  9. webpack的devServer配置错误

    首先声明,之前vue项目没有报错,做react项目这样配置就报错了. 一.问题描述 [HMR] Hot Module Replacement is disabled. 二.问题分析 不太理解控制台为什 ...

  10. ISP PIPLINE(零) 知识综述预热之光学概念篇

    1.光学成像关系如下:这是我看到最清晰的易懂的数学关系图 2.上面的知识了解完,camera应用的知识就是Autofocus技术,自动对焦 马达的起始位置一般在焦距处,由上面光学数学关系可知,焦距处可 ...