Stolen sheets, snoring and hot flashes are just some of the annoyances that lead a quarter of U.S. couples to sleep apart, according to the National Sleep Foundation. But do the benefits of sharing a bed outweigh such costs? One neurologist, Rachel E. Salas, the assistant medical director for the Johns Hopkins Center for Sleep, shares her expert opinion.

snoring:打鼾,打呼噜    annoyance:烦恼,可烦之事    

Safety, Warmth

People have slept in the same bed as a family unit for millennia-mainly for warmth and protection from predators and outsiders, says Dr. Salas, who has studied the history of sleep.

millennia:几千年,太平盛世    

'Back in the cave days and even through recent history, many people didn't bathe often or have lots of clothes, so they slept naked. Sleeping together was essential for warmth,' she says.

Then as now, she says, it is human to feel safer knowing someone is lying close beside you.

The Science of Spooning

There have been few scientific studies on couples sleeping together. But experts say oxytocin, the so-called love hormone, is released during many types of touching, including cuddling. Increased oxytocin helps the body relax, reduces blood pressure and promotes healing, Dr. Salas says. It also results in emotional feelings related to affection, security and love.

spooning:搂抱    oxytocin:催产素    cuddling:拥抱,搂抱    

A recent study showed a link between quality of sleep and couples' daytime interactions. For men, the better the sleep a couple got, the smoother their next-day spousal interactions, Dr. Salas says. For women, less negative interaction with their husbands during the day led to more restful sleep that night.

spousal:结婚的        

'I can't quote any studies, but from my neurology background, I would suspect that having a person that you are the protector for or who protects you nearby increases the release of neurotransmitters involved with good sleep,' Dr. Salas says.

neurotransmitters:神经传导物质

Wake-Up Calls

Getting quality sleep enhances a person's quality of life, Dr. Salas says. People with sleep disorders, such as apnea, night terrors or sleepwalking, may benefit from having a bed partner who can observe nighttime behaviors and help with a diagnosis.

apnea:窒息,呼吸暂停    night terror:惊梦    

But for some people, sleeping together could do more harm than good: 'If you wake up often from ambient noises or get hot in your sleep, keeping your bed to yourself may be exactly what you need.'

ambient:周围的,环绕的,外界的    

'Humans are Social Creatures'

Sleeping apart is a relatively modern phenomenon and varies across cultures, Dr. Salas says. 'My father is from Mexico and my mom is from Texas, and both of them slept with all of their brothers and sisters when they were growing up,' she says. If you go to other countries, whole families still sleep together, she says. 'Humans are social creatures. We want someone nearby.

每日英语:The Benefits of a Sleep Buddy的更多相关文章

  1. 每日英语:The Benefits of a Better Men's T-Shirt

    "I WEAR A T-shirt and jeans every single day," said Erik Schnakenberg, 30, co-founder of t ...

  2. 每日英语:Success Outside the Dress Code

    Anyone who has felt like the odd duck of the group can take heart from new research from Harvard Bus ...

  3. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

  4. 每日英语:How to Save Detroit

    Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...

  5. 每日英语:How the College Bubble Will Pop

    The American political class has long held that higher education is vital to individual and national ...

  6. 每日英语:Redfin Real-Estate Firm Gets Cold Shoulder in Silicon Valley

    "I used to think I was this made man," says entrepreneur Glenn Kelman. "That's what t ...

  7. 每日英语:The best time for coffee is 10:30 a.m.

    For many of us, it is the rocket fuel that gets us going first thing in the morning. But one expert ...

  8. 每日英语:Marriage makes our children richer — Here's why

    Young people from less-privileged homes are more likely to graduate from college and earn more if ra ...

  9. 每日英语:Political Gridlock, Beijing Style

    To admirers outside the country, China's political system stands far above the dysfunctional democra ...

随机推荐

  1. 这是一篇满载真诚的微信小程序开发干货

    1月9日零点刚过,张小龙与团队正式发布微信小程序.它究竟能在微信8.5亿用户中牵动多少人,现在还很难说.但对于创业者来讲,小程序无疑带来了新契机,以及服务“上帝”们的新方式. 从今天起,只要开发者登录 ...

  2. C语言的经典排序算法源码

    1.插入排序:插入法是一种比较直观的排序方法.它首先把数组头两个元素排好序,再依次把后面的元素插入适当的位置.把数组元素插完也就完成了排序.代码如下: #include<stdio.h> ...

  3. Java线程(十一):Fork/Join-Java并行计算框架

    并行计算在处处都有大数据的今天已经不是一个新奇的词汇了.如今已经有单机多核甚至多机集群并行计算.注意,这里说的是并行,而不是并发.严格的将,并行是指系统内有多个任务同一时候运行,而并发是指系统内有多个 ...

  4. 首次启动Kafka报Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0) failed; error='Cannot allocate memory' (errno=12)

    首次启动Kafka报错如下: 原因:内存不足,查看启动配置 调小一些:

  5. TCP KeepAlive的几个附加选项

    TCP_KEEPALIVE选项只是一个开关,Linux中默认的Keepalive的选项如下: $sudo sysctl -a | grep keepalive net.ipv4.tcp_keepali ...

  6. NSObject协议中方法:description 和 debugDescription

    description基本概念 1.NSLog(@"%@", objectA);这会自动调用objectA的description方法来输出ObjectA的描述信息. 2.desc ...

  7. 【LeetCode】3. Longest Substring Without Repeating Characters (2 solutions)

    Longest Substring Without Repeating Characters Given a string, find the length of the longest substr ...

  8. linux之间文件传输(之scp)

    linux的scp命令 linux 的 scp 命令 可以 在 linux 之间复制 文件 和 目录: ==================scp 命令==================scp 可以 ...

  9. php sockent通信

    1.php服务端:server.php <?php //确保在连接客户端时不会超时 set_time_limit(0); $ip = '127.0.0.1'; $port = 1935; /* ...

  10. rsync的基本使用

    1,本地同步文件: rsync -avz --delete /home/ /backups/ 注意:在指定复制源时,路径是否有最后的 “/” 有不同的含义,例如: /home: 表示将整个 /home ...