en-zh(科学技术)science and technology-2
研究:长期不吃早餐,患心脏病风险增加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的更多相关文章
- en-zh(科学技术)science and technology
S Korea to roll out 5G韩国正式推5G商用服务 South Korea will become the first country to commercially launch f ...
- Gym100814B Gym100814F Gym100814I(异或) ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology
今日份的训练题解,今天写出来的题没有昨天多,可能是因为有些事吧... Gym100814B 这个题就是老师改卷子,忘带标准答案了,但是他改了一部分卷子,并且确定自己改的卷子没出错,他想从改过的卷子里把 ...
- Codeforces Gym100814 I.Salem-异或 (ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology)
这个题就是二进制,找两个数相应的二进制相对应的位置上数不同的最多的个数.异或写就可以. 一开始还想麻烦了,找出来最大的偶数和最大的奇数,最小的偶数和最小的奇数,但是这样想考虑的不全.因为范围比较小,直 ...
- 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 ...
- Codeforces Gym100814 B.Unlucky Teacher (ACM International Collegiate Programming Contest, Egyptian Collegiate Programming Contest (2015) Arab Academy for Science and Technology)
今日份的训练题解,今天写出来的题没有昨天多,可能是因为有些事吧... 这个题就是老师改卷子,忘带标准答案了,但是他改了一部分卷子,并且确定自己改的卷子没出错,他想从改过的卷子里把标准答案推出来. 因为 ...
- 西安理工大学 李爱民 Xi'an University of Technology, Aimin Li
李爱民-西安理工大学计算机科学与工程学院 ● 简介(Introduction)-> 李爱民(Aimin Li),男,湖北随州人,西安电子科学大学博士(PhD),中共党员.中国计算机学会会员,CS ...
- 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 ...
- SCI&EI 英文PAPER投稿经验【转】
英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时 ...
- 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 ...
- {ICIP2014}{收录论文列表}
This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...
随机推荐
- 【Java编程思想笔记】注解--元注解
参考文章:(小白的小小白的白 )https://blog.csdn.net/weixin_42315600/article/details/80630669 https://www.cnblogs.c ...
- Find K Closest Elements
Given a sorted array, two integers k and x, find the k closest elements to x in the array. The resul ...
- C++的一些小Tip
string转数字: 一种是转换为char*后再使用atoi:atoi(s.c_str()).这个方法的神奇之处在于,如果s是负数也能顺利转化,但是,在leetcode显示,自己先判断是不是负数的话计 ...
- 【原创】大叔问题定位分享(23)Ambari安装向导点击下一步卡住
ambari安装第一步是输入集群name,点击next时页面卡住不动,如下图: 注意到其中一个接口请求结果异常,http://ambari.server:8080/api/v1/version_def ...
- ApowerMirror投屏(手机投屏电脑、电脑投屏到手机)
使用步骤 1. 亲测 使用Apowersoft ApowerMirror v1.4.2.zip版本 2.Apowersoft ApowerMirror v1.4.2.zip 解压安装 ...
- 计算机基础 & python基础
五大组成部分 控制器 运算器(数学运算+逻辑运算) 存储器(存取数据) 输入设备(键盘.鼠标等) 输出设备(显示器.打印机等) CPU CPU=运算器+控制器 CPU的分类: 精简指令集(RISC): ...
- Linux系统xinetd服务启动不了
Linux系统xinetd服务启动不了 xinetd服务时发现xinetd服务启动不了,并出现错误提示xinetd:unrecognized service,当出现这个错误提示的时候说明系统未安装xi ...
- vue脚手架安装步骤vue-cli
1.环境搭建 安装node.js: 从node.js官网下载并安装node,安装过程很简单. npm 版本需要大于 3.0,如果低于此版本需要升级它: # 查看版本 $ npm -v 2.3 ...
- 数据库备份和还原(固定IP版)
使用方法: 1.首次使用双击export.bat进行备份数据库:2.以后每次使用双击setup.bat进行还原数据库: 备注:如果数据库内容有变,需要重新执行export.bat进行备份数据库. ex ...
- python内置模块之-logging
logging 模块主要用于写日志 logging模块主要有如下几个组件 Logger Logger对象提供应用程序可直接使用的接口 Handler Handler发送日志到适当的目的地 Filte ...