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 ...
随机推荐
- perl 之 正则表达式 (简)
正则表达式,简单介绍: 元字符 匹配项 字符类:单字符与数字 . 匹配除换行符之外的任意字符 [a-z0-9] 匹配集中任意单字符 [^a-z0-9] 匹配不在集合中的任意单字符 \d 匹配单个数 ...
- ES--07
61.索引管理_快速上机动手实战创建.修改以及删除索引 课程大纲 1.为什么我们要手动创建索引? 2.创建索引 创建索引的语法 PUT /my_index{ "settings": ...
- AC的故事大结局山寨版(下)
AC的故事大结局山寨版(下) TimeLimit:2000MS MemoryLimit:128MB 64-bit integer IO format:%lld Problem Descripti ...
- [正则表达式]PCRE反向分组引用(语法)
正则表达式中,凡出现圆括号(),括号中的匹配内容就会被认为是一个分组: 根据括号从左边出现的顺序命名分组代号,分组代号由1到n(代号0通常被一些语言用来引用整个表达式匹配的结果,即使这个表达式没有分组 ...
- POI导出数据以Excel的方式录入,下载
简单描述:把数据导出到excel文件中.过程:获取要导出的数据列表(list),创建excel文件,数据放入. 代码: //html代码 <div class="btn-group&q ...
- Java Spring Boot VS .NetCore (九) Spring Security vs .NetCore Security
Java Spring Boot VS .NetCore (一)来一个简单的 Hello World Java Spring Boot VS .NetCore (二)实现一个过滤器Filter Jav ...
- 会话技术、Cookie技术与Session技术
一.会话技术 1. 存储客户端状态 会话技术是帮助服务器记住客户端状态(区分客户端)的. 2. 会话技术 从打开一个浏览器访问某个站点,到关闭这个浏览器的整个过程,称为一次会话.会话技术就是记录这 ...
- 通用JDBC-demo
1.JDBC 的工具包(utils):包含获取数据库连接, 关闭数据库资源等方法 JDBCTools_pro.java package com.app.utils; import java.beans ...
- 2019-2-20C#开发中常用加密解密方法解析
C#开发中常用加密解密方法解析 一.MD5加密算法 我想这是大家都常听过的算法,可能也用的比较多.那么什么是MD5算法呢?MD5全称是 message-digest algorithm 5[|ˈmes ...
- JS简单实现分页显示
完整代码源码可以在这里下载 1.在 HTML文件建立列表目标节点和翻页器目标节点 <body> <!--页面控制器 --> <div id="nav" ...