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. dos下连接mysql,显示表结构

    C:\Windows\system32>mysql -hlocalhoset -uroot -p Enter password: ***** mysql> use ssh Database ...

  2. Oracle 连接、会话数的查看,修改

    http://blog.csdn.net/xiaoyao6650/article/details/4027041 查看processes #当前的连接数 select count(*) from v$ ...

  3. 【深入JAVA EE】Spring配置文件解析

    在阅读的过程中有不论什么问题,欢迎一起交流 邮箱:1494713801@qq.com    QQ:1494713801 一.Spring头信息 Spring配置文件的头部信息通常是固定不变的.但每个标 ...

  4. 结构体定义:struct与typedef struct

    https://blog.csdn.net/haiou0/article/details/6877718?tdsourcetag=s_pcqq_aiomsg https://blog.csdn.net ...

  5. 扩展MongoDB C# Driver的QueryBuilder

    扩展MongoDB C# Driver的QueryBuilder 因为不想直接hardcode "ClassA.MemberA.MemberB" 这种字符串 .写了下面几个类,用于 ...

  6. TRUNCATE 不能引发触发器

    我在使用phpmyadmin清空时发现这个问题

  7. request 防盗链

    package request; import java.io.IOException;import javax.servlet.ServletException;import javax.servl ...

  8. web翻译——插件

    很多时候,可能我们web项目中需要的只是机械式的翻译,并不需要什么利用xml或者js json等等实现逼真翻译,那样工作量太大.这时候可能你就需要这几款小工具来帮助你.当然,如果 对翻译或者你的项目外 ...

  9. HDU 5343 MZL's Circle Zhou 后缀自动机+DP

    MZL's Circle Zhou Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Othe ...

  10. EasyNVR H5直播流媒体解决方案前端构建之:如何播放自动适配RTMP/HLS直播播放

    之前在进行EasyNVR多屏开发的时候,由于多屏功能不需要在手机端展示出来(pc多播放为RTMP,手机端播放为HLS),因此只注意到了引用videojs来进行rtmp的播放.由于不同项目需求不同,对h ...