Cycling does the body good.

New data from Tour de France cyclists finds that those athletes live an average of six years longer compared with their counterparts in the general population and die less often from heart-related ailments, damping concerns that extreme, intense exercise increases the likelihood of death from cardiovascular reasons.

ailment:小病,不安    damping:衰减,抑制    cardiovascular:心血管的

The new study, which will be presented Tuesday here at a meeting of the European Society of Cardiology, examined 786 French cyclists who competed in the Tour de France between 1947 and 2012 and the cause of death for those who died over that time.

The data also give limited reassurance that doping with erythropoietin, known as Epo, doesn't appear to dramatically increase the risk of heart attack or early death among elite cyclists--at least in the near term. 

elite:精英    

The findings offer 'good proof that sports--even if the sport is very, very intensive--among healthy people, without any heart disease, is still beneficial,' said Eloi Marijon, one of the study authors and a cardiologist at the European Georges Pompidou Hospital and Paris Descartes University.

The results 'laid to rest' concerns over exercise intensity with cycling, though the results don't necessarily generalize to marathon running, said Donna Arnett, chair of epidemiology at the University of Alabama at Birmingham and past-president of the American Heart Association, who is chairing the session at which the data will be presented.

Cardiovascular concerns about high-intensity exercise stemmed from a small number of studies on marathon runners, which used advanced imaging ando other measurement tools and found some detrimental signs on the heart immediately after races, prompting some doctors to worry that there may be drawbacks to such extreme exercise. 

detrimental:不利的,有害的    

But those findings were likely normal wear and tear that occurs after strenuous physical activity when muscles are pushed and a greater volume of blood courses through the heart, and they go away after the body recovers, as some previous studies have shown, said Alfred Bove, professor emeritus at Temple University in Philadelphia and a former president of the American College of Cardiology, who wasn't involved in Tuesday's study. 

strenuous:紧张的,费力的,热烈的

'Now that we have better windows into physiology, we're beginning to see things we don't understand,' he said.

Such changes may be more easily observed using new imaging and measurement tools. And, many findings about the heart are based on sick patients and shouldn't necessarily be extrapolated to healthy athletes, according to Dr. Bove. 

extrapolate:推测,推断

Another question with the study was whether it could shed light on the cardiac effects of doping with Epo, a medication used to treat anemia and other conditions by increasing the number of red blood cells in the bloodstream. Relatively little is known about the long-term effects of doping with Epo, which is used by endurance athletes to enhance their performance by training harder and is banned by the international cycling community in competition. But, when there is an overproduction of red blood cells in the bone marrow, a condition called polycythemia, heart attacks and strokes can result. 

shed light on:阐明    doping with:掺杂    anemia:贫血    marrow:骨髓,精华

polycythemia:红血球增多

It wasn't known which cyclists in the study were using what performance-enhancing substances, so the insight that could be gleaned from the study about Epo was limited. 

glean:收集

But, because the use of Epo was thought to be common among cyclists in the Tour de France in the 1990s, researchers expected that if Epo was linked to heart attacks, they would see an uptick in the number of deaths among riders in the past 20 years, as compared with competitors in previous decades, according to Dr. Marijon.

Instead, they observed no difference in the rate of death by decade, suggesting that 'probably there is no strong or immediate association with doping' and heart attack, said Dr. Marijon. He urged caution in interpreting the results and said that more research is needed over a longer period of a time.

The study also is being published Tuesday in the European Heart Journal. 

每日英语:Cyclists Live Six Years Longer的更多相关文章

  1. 每日英语:A Whiff Of 'Welcome Home'

    Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...

  2. 每日英语:Mistrust Between U.S., Malaysia Strains Probe

    Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...

  3. 每日英语:How To Survive The Windows XPiration Date

    The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...

  4. 每日英语:Who Needs to Know How to Code

    Like many 10-year-olds, Nick Wald takes private lessons. His once-a-week tutor isn't helping him wit ...

  5. 每日英语:Doc, Do I Need A Juice Cleanse?

    Some drink only vegetable juice. Others soak in Epsom salts. It's all in the pursuit of ridding the ...

  6. 每日英语:Upgrade Your Life: How to speed up your PC (or Mac)

    Is your desktop or laptop computer starting to feel a little poky? Even after just a few months of u ...

  7. 每日英语:These Gadgets Aim To Put Some Teeth Into The Internet Of Things

    What the world needs now is a Web-enabled toothbrush. That part is clear to several oral-hygiene com ...

  8. 每日英语:Mystery Medical Symptoms Hit a Surprising Number of Patients

    It's a common scenario: You have an odd pain for weeks or are feeling too tired lately. So you head ...

  9. 每日英语:Got 5 Minutes? 'Flash Fiction' Catches On

    Chinese author Lao Ma has a simple approach to his short stories: In the face of life, everything is ...

随机推荐

  1. 嵌入式Linux的web视频服务器的构建

    http://blog.sina.com.cn/s/blog_53d02d550102v8bu.html随着嵌入式处理器和开源Linux 的广泛应用,各种视频服务在嵌入式系统中逐渐发展起来. 1.引言 ...

  2. 解决 在POM配置Maven plugin提示错误“Plugin execution not covered by lifecycle configuration”

    eclipse在其POM文件的一处提示出错如下: Plugin execution not covered by lifecycle configuration: org.apache.maven.p ...

  3. rxvt-unicode配置

    我的urxvt配置文件如下 前缀可改为rxvt然后可以使用rxvt命令启动 -/.Xresources ! urxvt color set URxvt.multichar_encoding:utf-8 ...

  4. springboot EnableAutoConfiguration

    http://blog.javachen.com/2016/02/19/spring-boot-auto-configuration.html 自动配置 在启动类上使用@EnableAutoConfi ...

  5. html5 效果 按下鼠标数值自动增长

    <!doctype html> <html> <head> <style> * { margin:0; padding:0; } div { margi ...

  6. PmException--- SQL(统计报表)

    select TAGS,GROUP_CONCAT(TAGS) t from EXCEPTION_RESULT e,PM_TASK t ' and t.OWNER='admin' group by TA ...

  7. Python的copy()与deepcopy()区别

    Python的copy()与deepcopy()分别对应浅拷贝和深拷贝. 它们的理论区别: deepcopy():深复制(也就是寻常意义上的复制),即将被复制对象完全再复制一遍作为独立的新个体单独存在 ...

  8. Eclipse 调试器:零距离接触实战技巧

    http://my.oschina.net/willSoft/blog/37784调试的方法虽然千千万万,但归根结底,就是找到引发错误的代码.Eclipse调试器的目标是让程序员能对本地或远程程序进行 ...

  9. 转:http协议学习

    协议详解篇 2.1 HTTP/1.0和HTTP/1.1的比较 RFC 1945定义了HTTP/1.0版本,RFC 2616定义了HTTP/1.1版本. 笔者在blog上提供了这两个RFC中文版的下载地 ...

  10. DataGridView合并单元格(一列或一行)

    #region"合并单元格的测试(一列或一行)" // int?是搜索一种类型(可空类型),普通的int不能为null,而用int?,其值可以为null //private int ...