L251
Beer before wine, or wine before beer; whatever the order, you’ll feel queer. That, at least, is the updated aphorism drinkers will have to embrace now scientists have proved that drink order has no effect on the magnitude of one’s hangover.
Under carefully-controlled lab conditions, British and German researchers plied 90 volunteers with beer and wine to find out once and for all whether hangovers are worsened by the order in which drinks are necked.
“Everyone knows the saying, “beer before wine and you’ll feel fine; wine before beer and you’ll feel queer”,” said Kai Hensel, a senior clinical fellow at Cambridge University. “We thought there must be something in it, how can we test it?”
The volunteers, aged 19 to 40, were given a standardised meal tailored to their individual energy requirements and then split into three groups. The first drank about two and a half pints of lager followed by four large glasses of white wine. The second group had the same drinks but in reverse order. The third group had only beer or wine up to the same breath alcohol concentration. Everyone drank up to 0.11%, so they had the same alcohol level in their systems.
Researchers monitored the drinkers throughout the session and quizzed them on how drunk they felt. Before bed, each got a glass of water, with the size depending on their bodyweight. After a night under medical supervision, the groggy-headed participants were asked about their hangovers and scored on the acute hangover scale, which ranks factors such as thirst, fatigue, headache, dizziness, nausea, stomach ache, a fast heart rate and loss of appetite.
A week later, the volunteers came back and did it all again. This time, those who drank beer before wine on their first visit started on the wine, and vice versa. Those in the control groups also switched, so the beer drinkers had wine on the second visit, and the wine drinkers had beer. The beer was donated by Carlsberg, who had no other involvement in the study.
The participants reeled off a rich list of hangover symptoms and about one in ten threw up. But the results, published in the American Journal of Clinical Nutrition, showed that the order drinks were consumed in had no impact on “hangover intensity”.
“We debunked the saying, it’s not true,” said Hensel. “You’re going to be the same whatever order you drink these beverages in.” He stressed that the study only compared beer with white wine, and did not include red wine, spirits or dark beers.
“The truth is that drinking too much of any alcoholic drink is likely to result in a hangover,” said Jöran Köchling, the first author on the study from Witten/Herdecke University in Germany. “The only reliable way of predicting how miserable you’ll feel the next day is by how drunk you feel and whether you are sick. We should all pay attention to these red flags when drinking.”
Richard Stephens, a Keele University psychologist who has studied hangovers, said the finding was no surprise. “Hangovers are mostly down to the quantity you drink,” he said. “But there is some research that darker drinks give more severe hangovers because they contain compounds called congeners. They add flavour and character, but it’s thought they can have unpleasant side effects.” He said hangovers appear to be a miserable combination of inflammation, dehydration and low blood sugar levels.
Hensel, a paediatrician and geneticist, said the study was intended to show how rigorous science could provide a concrete answer to a specific, if humorous, question. “We wanted to do a sophisticated gag which has now gone way over the top,” he said.
L251的更多相关文章
- keil l251 command summary --Lib
keil l251 command summaryLIB251 LIST MYLIB.LIB TO MYLIB.LST PUBLICS LIB251 EXTRACT MYLIB.LIB (GOODCO ...
- XSSearch 说明文档保存
XSSearch All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSSearch » XSServer » XSComponent 版本 1.0.0 源代码 s ...
- Vue 数据响应式原理
Vue 数据响应式原理 Vue.js 的核心包括一套“响应式系统”.“响应式”,是指当数据改变后,Vue 会通知到使用该数据的代码.例如,视图渲染中使用了数据,数据改变后,视图也会自动更新. 举个简单 ...
- 原创-使用pywinauto进行dotnet的winform程序控制(一)
pywinauto自动化控制win32的ui的程序,网上有好多的教程.但是操作dotnet写的winform教程,就少之又少.今天我就来分享我的pywinauto操作dotnet的winform的研究 ...
- 如何在 arm 官网上找到合适的手册
http://infocenter.arm.com/help/advanced/help.jsp 在这里输入合适的版号即可 这样就可以不用去 CSDN 了 100000_0000_00_EN - AR ...
- Scikit-Learn 源码研读 (第二期)基类的实现细节
目录 BaseEstimator `get_params` `set_params` ClassifierMixin RegressorMixin 检查传入的对象 检查样本数和权重系数 实现$R^2$ ...
随机推荐
- 小程序点击跳转外部链接 微信小程序提示:不支持打开非业务域名怎么办 使用web-view 配置业务域名
小程序点击跳转外部页面 1.index.wxml 添加点击事件 标签可以是小程序支持的 <!-- 邀请好友 --> <cover-image src='/img/invitat ...
- php文件处理函数
//basename的使用$path='test/abc.jpg'; echo basename($path);// echo '<br/>'; echo basename($path,' ...
- python2.7 目录下没有scripts
1.python2.7 配置环境完成或,python目录下没有scripts目录,先下载setuptools,cmd下载该目录下,输入python setup.py install 2.完成后,pyt ...
- 数据结构与算法之PHP查找算法(二分查找)
二分查找又称折半查找,只对有序的数组有效. 优点是比较次数少,查找速度快,平均性能好,占用系统内存较少: 缺点是要求待查表为有序表,且插入删除困难. 因此,折半查找方法适用于不经常变动而查找频繁的有序 ...
- express中app.get和app.use的解析
app.get(path,callback)中的callback只能是函数 app.use(path,callback)中的callback既可以是router对象又可以是函数 当其是router对象 ...
- iOS性能优化总结
iOS性能优化总结.关于 iOS 性能优化梳理: 基本工具.业务优化.内存优化.卡顿优化.布局优化.电量优化. 安装包瘦身.启动优化.网络优化等. 关于iOS 性能优化梳理: 基本工具.业务优化.内存 ...
- 【转】vs IIS破除文件上传限制最全版
今天在测试一下上传文件的时候发现iis和配置存在上传文件大小限制(IIS默认大小30M,最大运行为2g:2147483647),百度了一部分资料有些发布到IIS好使,但是在VS调试中不好使.于是自己不 ...
- ActiveMQ异步分发消息
org.apache.activemq.ActiveMQConnection 类中有个参数: protected boolean dispatchAsync=true; 这个参数的含义到底是什么? 使 ...
- daal utils printNumericTable
#=============================================================================== # Copyright 2014-20 ...
- “su: cannot set user id: Resource temporarily unavailable”处理及limits.conf说明
一.背景介绍及问题处理 应用报账号不能ssh到主机,首先怀疑是防火墙或hosts.deny限制但查看之下并没有:接着使用其提供的账号密码确实不能登录,怀疑是密码被修改(有个和平时不太一样现像是输入密码 ...