L94
Early-morning births are genetically programmed
THE notion that nothing good happens after midnight does not seem to apply to times of birth. Around the world the peak hours for vaginal births that have not been induced by drugs fall between 1am and 7am; the numbers then dwindle throughout the rest of the day. This has led many scientists to believe that giving birth during the early morning offers some sort of evolutionary advantage, perhaps gained long ago when hunter-gatherer mothers and their infants would benefit from having their group reunited during the small hours to help with care and to defend them against any predators.
The problem with this theory is that almost all the information on the timing of human births comes from modern, urban settings, such as clinics and hospitals, which could produce artificial conditions that skew the variation in timings. Not so, it turns out. As Carlye Chaney of Yale University shows in the American Journal of Physical Anthropology, early-morning births are common to communities with both modern and traditional lifestyles.
Get our daily newsletter
The mothers that Ms Chaney and her colleagues chose to study live in Formosa, a rural province in Argentina. They were divided into two groups that were considered to be both culturally and genetically distinct. One group consisted of 1,278 women from the Criollo population, a people of mixed Spanish and indigenous heritage who live relatively modern lives and typically engage in small-scale farming and cattle-ranching. The second group was made up of 1,110 women who belonged to the Wichí and Toba/Qom populations, two of the traditionally nomadic hunter-gatherer peoples who also reside in the Formosa region. Because of Argentine health reforms in the 1980s, which encouraged—and sometimes forced—childbirth to take place in a formal medical setting, all the women in the study gave birth in the delivery room of a rural hospital that recorded the events. Ms Chaney included only full-term births and ignored all Caesarean sections, miscarriages, drug-induced and pre-term births.
If a modern way of life plays a part in favouring early-morning births, Ms Chaney speculated that she would see such timings dominate in the results for the Criollo women, but feature less prominently among the results for the Wichí and Toba/Qom. Not so. The data and additional analysis make it clear that there is no statistical difference in the average birth time found between the two groups. Both showed a surge in births between 2am and 3am, and a big trough around 5pm. More specifically, the average time of birth for the Criollo was 6.34am and that for the Wichí and Toba/Qom was 4.18am.
Ms Chaney believes that the mechanism driving the tendency for expectant mothers to give birth during the early morning is likely to be melatonin, a hormone which is known to increase at the onset of labour and is predominantly produced by the body between midnight and 5am. That mechanism may well have come about, Ms Chaney suspects, because it was advantageous to go into labour when most help was to hand. Today that means more work for the night shift.
L94的更多相关文章
- C# if中连续几个条件判断
C# if中连续几个条件判断 1.if (条件表达式1 && 条件表达式2) 当条件表达式1为true时 using System; using System.Collections. ...
- Deconvolution Using Theano
Transposed Convolution, 也叫Fractional Strided Convolution, 或者流行的(错误)称谓: 反卷积, Deconvolution. 定义请参考tuto ...
- navigation controller
一.程序框架 1.程序结构
- Node.js与Sails~项目结构与Mvc实现
回到目录 Sails是一个Node.js的中间件架构,帮助我们很方便的构建WEB应用程序,网址:http://www.sailsjs.org/,它主要是在Express框架的基础上发展起来的,扩展了新 ...
- c++ ip地址相关
#include <stdio.h> #include <string.h> #include <arpa/inet.h> #include <sys/typ ...
- python 【第三篇】:函数及参数
函数背景 在学习函数之前,一直遵循:面向过程编程: 根据业务逻辑从上到下实现功能,其往往用一长段代码来实现指定功能,开发过程中最常见的操作就是粘贴复制,也就是将之前实现的代码块复制到现需功能处,如下: ...
- list,set,map总结
学习了集合,脑子里list,set,map之间的关系有混乱,在这里整理一下.有兴趣的朋友可以看下. 先看下 list,set,map各自的特点
- 【luogu P4005 清华集训2017】小Y和地铁
题目描述 小 Y 是一个爱好旅行的 OIer.一天,她来到了一个新的城市.由于不熟悉那里的交通系统,她选择了坐地铁. 她发现每条地铁线路可以看成平面上的一条曲线,不同线路的交点处一定会设有 换乘站 . ...
- Ubuntu环境下配置darknet
本教程基于Linux物理机进行相关配置,要求物理机中包含N卡且Capbility>=3.0,小于3.0(Fermi架构)只允许配置cuda,不能配置使用Cudnn: 本教程分为: 1.安装NVI ...
随机推荐
- C++中一些个函数的使用
函数:sprintf的使用 函数功能:把格式化的数据写入某个字符串 函数原型:int sprintf( char *buffer, const char *format [, argument] … ...
- oracle select into相关
自定义参数输出: declare v_test integer :=0 ;beginselect count(*) into v_test from tf_estate_card t ;dbms_o ...
- 四种常见的POST提交数据方式
POST一般用来向服务端提交数据,有四种提交数据的格式,分别是: 1.application/x-www-form-urlencoded 2.application/json 3.multipart/ ...
- C# 请求Web Api 接口,返回的json数据直接反序列化为实体类
须要的引用的dll类: Newtonsoft.Json.dll.System.Net.Http.dll.System.Net.Http.Formatting.dll Web Api接口为GET形式: ...
- python学习(六)元组学习
元组就是列表的一种,不过元组具有不可变性,而且是用圆括号访问的. 索引(下表索引或者键索引都是用的中括号) #!/usr/bin/python # 这节来学习元组, tuple, 基本上就像一个不可以 ...
- 【Selenium+Python Webdriver】报错之:TypeError: user_login() missing 1 required positional argument: 'self'
先贴一下源码: base.py文件如下: from selenium import webdriver class Page(object): ''' 页面基础类,用于所有页面的继承 ''' rb_u ...
- nginx配置1:借助Nginx搭建反向代理服务器与缓存静态文件
修改配置文件nginx.conf (1)进程数与每个进程的最大连接数: •nginx进程数,建议设置为等于CPU总核心数 •单个进程最大连接数,那么该服务器的最大连接数=连接数*进程数 (2)Ngin ...
- 在WPF对话框中如何验证用户提供的数据
在WPF中,MS在msdn的WPF应用程序开发中对用户输入的数据验证做了示范,基本思想就是添加各种类型的校验规则,比如最大最小值.字符串长度.是否为空等等,在后在界面绑定数据时添加数据字段的校验.这样 ...
- WPF实现带全选复选框的列表控件
本文将说明如何创建一个带全选复选框的列表控件.其效果如下图: 这个控件是由一个复选框(CheckBox)与一个 ListView 组合而成.它的操作逻辑: 当选中“全选”时,列表中所有的项目都会被选中 ...
- UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position xxx ordinal not in range(12
python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错UnicodeDecodeError: 'ascii' codec can't deco ...