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$ ...
随机推荐
- js传输图片路径
数据库中存储数据/commons/img/***.jpg格式的图片路径. "<a onclick=\"showImg(\'"+dataEle.imgPath.rep ...
- 『MXNet』专题汇总
MXNet文档 MXNet官方教程 持久化模型 框架介绍 『MXNet』第一弹_基础架构及API 『MXNet』第二弹_Gluon构建模型 『MXNet』第三弹_Gluon模型参数 『MXNet』第四 ...
- python模块安装报错大全
报错 环境 解决 手动安装pip install mysqlclient 报错: _mysql.c(29) : fatal error C1083: Cannot open include file: ...
- springboot使用redis的配置application.yml连接池以及存取
第一步:添加pom文件依赖: <!-- redis --> <dependency> <groupId>redis.clients</groupId> ...
- Leetcode 869. 重新排序得到 2 的幂
869. 重新排序得到 2 的幂 显示英文描述 我的提交返回竞赛 用户通过次数102 用户尝试次数134 通过次数103 提交次数296 题目难度Medium 从正整数 N 开始,我们按任何顺序 ...
- Eclipse集成Maven进行开发
Eclipse上Maven环境配置使用 (全) Eclipse EE+MAVEN配置以及POM.XML的使用 Eclipse报错:Referenced classpath provider does ...
- Connection parameters are correct , SSL not enabled
这个仅仅是个消息提示,告诉你SSL not enabled.无须理会,直接点击ok
- Hibernate 加载策略得总结
Hibernate 加载策略得总结 加载策略(优化查询): 策略种类: 延迟加载: 等到使用的时候才会加载数据. 立即加载: 不管使用不使用,都会立刻将数据加载. 策略的应用: 类级别的加载策略. 关 ...
- 搭建GitLab服务器
前言 每一个开发工作者无非身处2中开发环境:1.开源环境 2.闭源开发环境,若你身处闭源环境或对自己代码安全性要求较高,搭建和使用自己GitLab服务器是必不可少的环节. 可以通过各种方式搭建自己的 ...
- ActiveMQ producer 流量控制
http://activemq.apache.org/producer-flow-control.html 翻译: 流量控制是指:如果broker检测到destination的内存限制.temp文件限 ...