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. hdu5417(BC)

    题目链接:点这儿 Victor and Machine Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K ( ...

  2. javascript获取星期

    入门: var week = new Date().getDaty(); var ary = new Array("日","一","二",& ...

  3. java 开发环境安装

    一.在mac上安装jdk 1. 下载Mac版本的JDK并安装      http://www.oracle.com/technetwork/java/javase/downloads/index.ht ...

  4. 优秀JS学习站点

    第一个:电子书类集合站点:http://www.javascriptcn.com/thread-2.html 第二类:移动端博客学习: https://segmentfault.com/a/11900 ...

  5. 详解Linux三剑客之awk

    第一篇 awk简介与表达式实例 一种名字怪异的语言 模式扫描和处理,处理数据和生成报告. awk不仅仅是linux系统中的一个命令,而且是一种编程语言:它可以用来处理数据和生成报告(excel):处理 ...

  6. 汉字unicode码表范围和常用汉字unicode码

    utf-8吗表中所有汉字的区间的正则表达式[\u4e00-\u9fa5] 汉字常用字unicode吗表String base ="\u7684\u4e00\u4e86\u662f\u6211 ...

  7. python学习(一)运行第一个python脚本

    当然这里指的是在linux或者unix下,像写bash脚本那样 #!/usr/bin/python print('The Bright Side ' + 'of Life...') 反正我建议就算一开 ...

  8. MySQL 原理性

    1.MySQL的复制原理以及流程 (1).复制基本原理流程 1. 主:binlog线程——记录下所有改变了数据库数据的语句,放进master上的binlog中: 2. 从:io线程——在使用start ...

  9. kfaka windows安装

    1 官网下载 解压到D:\developTools\kfaka\kafka_2.10-0.9.0.0 2 windows cmd启动 新开cmd命令:cd /d D:\developTools\kfa ...

  10. Altera Quartus 13.1 仿真工具路径错误问题解决 Can't launch the ModelSim-Altera software

    Altera Quartus 13.1 仿真工具路径错误问题解决 Quartus13.1 自带的ModelSim-Altera 10.1d 版本, 在做仿真时调用 ModelSim-Alteara,发 ...