Barbie Exposure May Limit Girls' Career Imagination
The ubiquitous Barbie doll: she's been everything from a football coach to a surgeon.

But girls who play with Barbie may have their ambition stunted.

That's according to a study in the journal Sex Roles.

Researchers had groups of girls play with one of three dolls.

One was a Barbie doll dressed as a fashion model in a clingy dress.

A second Barbie was a doctor in a white coat and jeans.

The third doll was a Mrs. Potato Head.

After a few minutes of play the girls were asked if they could someday be any of eleven different occupations.

The girls who'd played with either of the Barbie dolls were more likely to pick traditional pink-collar jobs like teacher, librarian or flight attendant.

But girls who played with Mrs. Potato Head envisioned themselves as also being firefighters, pilots or police officers.

The researchers say the limited occupational opportunity that Barbie seems to impart could be due to her unrealistic and overly sexualized image, rather than her outfits or careers.

And the world is less limited when looked at through Mrs. Potato Head's eyes.

Movie-Watching Together Strengthens Marriages

Keeping a marriage together takes effort, and care.

And maybe even watching classic romance movies, like The Way We Were or Husbands And Wives.

And this is because of the conversations such movies can start.

That's the finding from a study in the Journal of Consulting and Clinical Psychology.

Psychologists found that encouraging couples to watch romance flicks and then discuss them cut the divorce rate in half.

The researchers divided 174 newlywed couples into three programs:

active listening, where one spouse listens and then paraphrases back what they heard;

or compassion training, doing random acts of kindness for your partner...

or watching a movie a week for a month.

The movie-viewing couples discussed each film after watching it, guided by questions about the characters.

Questions like: Were they able to open up and tell each other how they really felt?

Or did they tend to just snap at each other with anger?

All three programs worked very well, dropping the divorce rate after three years to 11 percent, versus 24 percent for couples who did no therapy.

But the movie program is much more accessible and cheaper than counseling.

The researchers note that the magic is not really in the movies, but rather the time that couples take to think about behavior.

But hey, maybe sitting together in the dark helped too.

listen 60的更多相关文章

  1. C# websocket Server 加密 76号协议

    服务器端源码: 76号协议增加了加密字段 sec-websocket-key1 sec-websocket-key2 以及最后8个字节 服务器必须在握手信息之后发送回解密信息才能握手成功. 解密方式 ...

  2. 每日英语:Surviving a Conference Call

    The conference call is one of the most familiar rituals of office life -- and one of the most hated. ...

  3. Linux必学的60个命令

    inux必学的60个命令Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命令.要想 ...

  4. 对 Linux 初级、中级、高级用户非常有用的 60 个命令

    对 Linux 初级.中级.高级用户非常有用的 60 个命令 初级篇: 你打算从Windows换到Linux上来,还是你刚好换到Linux上来?哎哟!!!我说什么呢,是什么原因你就出现在我的世界里了. ...

  5. 【转】linux 必须掌握的60个命令

    Linux必学的60个命令Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命令.要 ...

  6. Linux必学的60个命令【转载】

    Linux提供了大量的命令,利用它可以有效地完成大量的工 作,如磁盘操作.文件存  [转载地址]http://blog.chinaunix.net/uid-16728139-id-3154272.ht ...

  7. listen()函数中backlog参数分析

    实例分析1 将服务器端的listen函数backlog设置为2,用20个客户端与服务器建立连接,查看连接的建立情况. 服务器代码: #include <stdio.h> #include& ...

  8. linux常用60条命令 转

    Linux必学的60个命令   Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命 ...

  9. linux中常用的60个命令及作用详解

    Linux 必学的 60 个命令 Linux 提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在 Linux 系统上工作离不开使用系统 ...

随机推荐

  1. log4j email EmailDailyRollingFileAppender

    log4j发送日志邮件, 纠正非网上流传的"达到 BufferSize KB就会发送邮件", 另外重写了一个发送邮件的类DailyRollingFileAppender. 用于定期 ...

  2. centOS 7中上网以及网卡的一些设置

    在VMWare中安装LinuxOS是个非经常见的事情. 可是,关于虚拟机的上网问题.想在这里总结一下,里面还有不懂的问题.希望能够得到前辈的解惑. 一.VMWare网卡的设置的三种选项: Bridge ...

  3. Cocos2d-x粒子系统

    CCparticleSystem类封装实现对粒子的控制与调度,当中操作包含有: 1.产生粒子 2.更新粒子状态 3.回收无效的粒子 CCparticleSystem派生出CCParticleSyste ...

  4. HDFS源码分析数据块复制之PendingReplicationBlocks

    PendingReplicationBlocks实现了所有正在复制的数据块的记账工作.它实现以下三个主要功能: 1.记录此时正在复制的块: 2.一种对复制请求进行跟踪的粗粒度计时器: 3.一个定期识别 ...

  5. 有关Cache –(1) linux list之中的Prefetc

    转载:http://www.kernelchina.org/node/1050 linux的list实现之中有如下东东: #define list_for_each(pos, head) \     ...

  6. ArrayList中contains,remove方法返回为false的原因

    这几天做一个项目时,遇到ArrayList.remove(Object)方法失败,而ArrayList"包含"删除的对象,这其中的"包含"不是完全包含,请看下面 ...

  7. css选择器参考手册

    选择器 例子 例子描述 CSS .class .intro 选择 class="intro" 的所有元素. 1 #id #firstname 选择 id="firstna ...

  8. 01 redis特点及安装使用

    一:redis的特点 ()redis是一个开源,BSD许可高级的key-value存储系统.可以用来存储字符串,哈希结构,链表,集合,因此,常用来提供数据结构服务. 二:redis和memcached ...

  9. 开始使用gradle

    前提配置gradle环境 每个gradle构建都是以一个脚本开始的.gradle构建默认的名称为build.gradle.当在shell中执行gradle命令时,gradle会去寻找为build.gr ...

  10. Easyui combobox 怎么加载数据

    说明:开发环境 vs2012 asp.net mvc4 c# 1.效果图 2.HTML代码 <%@ Page Language="C#" AutoEventWireup=&q ...