Typically in transportation — and most social arenas, for that matter — laws promoting safety precautions lead to an increase in public health. Legislation on speed limits, drunk driving, and seatbelt are a few of the most obvious examples. Even bans on the relatively new phenomenon of driver-texting seem to be doing the trick, according to early evidence.

arena:舞台,竞技场    precaution:预防,警惕    Legislation:立法,法律    

With bike helmet laws, however, the connection isn't quite so clear.

helmet:头盔,安全帽

Take a recent study published earlier this month in BMJ [ PDF]. The Canadian research team, led by Jessica Dennis of the University of Toronto, analyzed the rate of cycling-related hospital admissions for head injuries across the country between 1994 and 2008 — an enormous research sample of more than 66, 000 people. The size and length of the study allowed Dennis and collaborators to track the injuries against the emergence of bike helmet laws in various provinces.

collaborators:合作者

What they found initially seemed to suggest that this legislation improved public safety. In provinces with helmet laws, the rate of head injuries among young people decreased 54 percent and the rate among adults decreased 26 percent. At the same time, in provinces without the laws, the rate among youth riders dropped only 33 percent and among adults remained constant. (It bears mention that the study was the first to examine the effects of helmet laws on adults.)

But upon closer inspection, according to Dennis and company, this positive effect failed to stand. On the contrary, the researchers concluded that head injuries were decreasing across the country at a rate that wasn't "appreciably altered" by the new helmet laws. Other rider health initiatives — namely, public safety campaigns and the introduction of better bike infrastructure — rendered the contribution of helmet laws "minimal":

appreciably:明显地,相当地    infrastructure:基础设施,公共建设

Reductions were greatest in provinces with helmet legislation. Rates of admissions for head injuries, however, were decreasing before the implementation of provincial helmet legislation and did not seem to change in response to legislation.

The study is just the latest to highlight the paradox of bike helmet laws. At the foundation of the puzzle is the fact that wearing a helmet, without question, reduces a rider's risk of injury. ( Recent work estimates an 88 percent reduction in brain injuries and an 85 percent decrease in head injuries.) Add in the fact that legislation does increase helmet usage among riders, and it would seem to follow that these laws should produce a net public safety benefit.

paradox:悖论,自相矛盾的人或物       

But what's clearly good for the individual rider appears oddly neutral (or worse) for riders at large. Public education and infrastructure upgrades, as the aforementioned works shows, protect riders considerably even before helmets come into play. Both efforts increase the overall amount of cycling, which provides safety in numbers. Mandatory helmet laws, meanwhile, may discourage riding to the point where public safety as a whole suffers from the relative decrease in physical exercise.

neutral:中立的    

The bike safety researcher Piet de Jong framed the situation nice

ly in a paper published last spring [ PDF]. In places where riding is already safe, helmet laws are likely to have a "large unintended negative health impact" for some of the reasons stated above. In places where it's unsafe, the laws may make riding a little safer, but are also likely to distract attention from initiatives, such as infrastructure upgrades, that would be even more effective.

"Resolution of the issue for any particular jurisdiction requires detailed information on the bicycling environment, " De Jong writes.

jurisdiction:司法权,审判权    

Of course, none of this should be seen as an argument against wearing a bike helmet. Quite the opposite, really, if you're a lone reader thinking of taking a ride today. What the helmet paradox does suggest, however, is that there's a progression toward rider safety that each city must pursue according to its own situation. And that if helmet laws do have a place along this path, it's toward the end rather than the beginning.

progression:前进,连续    

每日英语:Do Bicycle Helmet Laws Really Make Riders Safer?的更多相关文章

  1. 每日英语:Bosses May Use Social Media to Discriminate Against Job Seekers

    Many companies regularly look up job applicants online as part of the hiring process. A new study su ...

  2. 每日英语:China to Move Slowly on One-Child Law Reform

    BEIJING—China's family-planning agency is projecting a slow rollout for an easing of its one-child p ...

  3. 每日英语:Auto Makers Accelerate Efforts to Develop Self-Driving Cars

    Big auto makers are steering their efforts to develop cars that drive themselves out of the labs and ...

  4. 每日英语:Our Unique Obsession With Rover And Fluffy

    Recently, an almost literal case of lifeboat ethics occurred. On Aug. 4, Graham and Sheryl Anley, wh ...

  5. 每日英语:Why Are Items Pricier in China?

    In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...

  6. 每日英语:Who Ruined The Humanities?

    You've probably heard the baleful reports. The number of college students majoring in the humanities ...

  7. 每日英语:China Targets Big Pharma

    China unveiled a litany of bribery and misconduct allegations against GlaxoSmithKline GSK.LN -0.26% ...

  8. 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus

    Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...

  9. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

随机推荐

  1. [Todo] Nodejs学习及Spider实验(包括php入门学习、React入门学习)

    /Users/baidu/Documents/Data/Interview/Web-Server开发 深入浅出Node.js-f46c http://blog.csdn.net/u012273376/ ...

  2. EChart处理三维数据做图表、多维legend图例处理

    处理三维数据做图表,比如返回的数据就是一个个list,list里面某几个数据同属于一个维度,项目中的实例效果如下: 上面的khfx会有多个,比如db1.db2.db3等,下面的那些数据也会变化,目前需 ...

  3. HTML5移动web横屏字体变大

    html{ -webkit-text-size-adjust:none; -ms-text-size-adjust:none; -moz--text-size-adjust:none; text-si ...

  4. oracle 11g physical standby switchover

    简介 SWITCHOVERS主要是在计划停机维护时用来降低DOWNTIME,如硬件维护.操作系统升级或是数据库rolling upgrade, 也可用来进行特殊情况下的数据库迁移. SWITCHOVE ...

  5. (转)实现AI中LOD优化技术

    LOD(Level Of Detail)是3D渲染中用到的概念,按照wikipedia上的翻译,可以译为“细节层次”,它是一种根据与观察点的距离,来减低物体或者模型的复杂度来提升渲染效率的优化技术,因 ...

  6. dTree无限级文件夹树和JQuery同步Ajax请求

    曾经都是用JQuery对树的支持来实现文件夹树的,近来闲来无事就弄了下dTree,感觉其无限级文件夹还是挺好的,并且它的使用也比較方便,基本上就是先把要用的js文件即dtree.js和css文件dtr ...

  7. [Node.js] 4. Modules

    4.2 Missing Exports Notice the two different files: high_five.js on the left side andapp.js on the r ...

  8. (算法)Hanoi Problem汉诺塔问题

    Problem: There are three poles and N disks where each disk is heaver than the next disk. In the init ...

  9. linux下运行telnet命令出现command not find解决办法

    原因是没有安装telnet客户端和服务(缺一不可) yum list telnet*   查看telnet相关的安装包yum install telnet-server 安装telnet服务yum i ...

  10. vue - 子路由-路由嵌套

    描述:子路由,也叫路由嵌套,采用在children后跟路由数组来实现,数组里和其他配置路由基本相同,需要配置path和component,然后在相应部分添加<router-view/>来展 ...