35. Romantic Love and Ideal Romantic Relationship 爱情及理想爱情关系

① Romantic love has clear evolutionary roots but our views about what makes an ideal romantic relationship can be swayed by the society we live in.So says psychologist Maureen O'Sullivan from the University of San Francisco.She suggests that humans have always tried to strength the pair-bond to maximise reproductive success.

②Many societies throughout history and around today have cultivated strong pressures to stay married.In those where ties to family and community are strong,lifelong marriage can be promoted by practices such as the cultural prohibition of divorce and arranged marriage that are seen as a contract between two families,not just two individuals.In modern western societies,however,the focus on individuality and independence means that people are less concerned about conforming to the dictates of family and culture.In the absence of societal pressures to maintain pair-bonds,O'Sullivan suggests that romantic love has increasingly come to be seen as the factor that should determine who we stay with and for how long."That's why historically we see an increase in romantic love as a basis for forming long-term relationships,"she says.

③According to O'Sullivan culture also shapes the sorts of feelings we expect to have,and actually do experience ,when in love.Although the negative emotions associated with romantic love-fear of loss,disappointed and jealousy-are fairly consistent across culturals,the positive feelings can vary."If you ask Japanese student to list the positive attributes they expect in a romantic partner,they rate highly things like loyalty,commitment and devotion,"says O'Sullivan .If you ask American college women,they expect everything under the sun:in addition to being committed,partners have to be amusing,funny and a friend."

④We judge a potential partner according to our specific culture expectations about what romantic love should feel like.If you believe that you have found true romance,and your culture tells you that this is what a long-term relationship should be based on,there is less need to rely on social or family pressures to keep couples together.O'Sullivan argues.

35. Romantic Love and Ideal Romantic Relationship 爱情及理想爱情关系的更多相关文章

  1. 【管理心得之三十二】PMP杂谈---------爱情必胜术

    这次一反常态,没有场景设计,我想借此文普及一下PMP是什么? 但我不知道这样枯燥的话题能否能引起你的兴趣,我不得不套用“标题党”<爱情必胜术>来博你眼球. 我真没有说谎,此文是献给那些孤身 ...

  2. sqlalchemy操作----外键关联,relationship

    ... #!_*_coding:utf-8_*_ #__author__:"Alex huang" import sqlalchemy from sqlalchemy import ...

  3. ORM SQLAlchemy - 建立一个关系 relationship

    relationship函数是sqlalchemy对关系之间提供的一种便利的调用方式, backref参数则对关系提供反向引用的声明 1 背景 如没有relationship,我们只能像下面这样调用关 ...

  4. Men and women can't be 'just friends

    Men and women can't be 'just friends' Can heterosexual men and women ever be "just friends" ...

  5. CSS3与页面布局学习总结(四)——页面布局大全

    一.负边距与浮动布局 1.1.负边距 所谓的负边距就是margin取负值的情况,如margin:-100px,margin:-100%.当一个元素与另一个元素margin取负值时将拉近距离.常见的功能 ...

  6. SQLAlchemy模型使用

    SQLAchemy模型使用 简介: SQLAlchemy是Python编程语言下的一款ORM框架,该框架建立在数据库API之上,使用关系对象映射进行数据库操作,简言之便是:将对象转换成SQL,然后使用 ...

  7. MSCRM 2011 操作大全

    CRM字段类型:货币:new Money(Decimal){SQL更新Money类型字段,需要同时更新_base字段,存在汇率差的时候值不同}查找:new EntityReference(object ...

  8. 应有dataGridView控件

    using System.Data.SqlClient; namespace UseDataGridView { public partial class Form1 : Form { public ...

  9. 【黑金原创教程】【TimeQuest】【第四章】内部延迟与其他

    声明:本文为黑金动力社区(http://www.heijin.org)原创教程,如需转载请注明出处,谢谢! 黑金动力社区2013年原创教程连载计划: http://www.cnblogs.com/al ...

随机推荐

  1. is not on any development teams

    is not on any development teams 1)账号正在申请中 2)申请成功后的账号? 加了3个账号,都是这样子的. 1:Xcode>Window> "Org ...

  2. java msgbox

    JAVA import javax.swing.JOptionPane; JOptionPane.showMessageDialog( null,"sample dialog !" ...

  3. padding 扩大边距 margin-top 与页面顶部的距离 hover鼠标移动到上面出现背景色CSS

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  4. Hibernate常用网址

    Hibernate 官网用户手册: http://docs.jboss.org/hibernate/orm/5.1/userguide/html_single/Hibernate_User_Guide ...

  5. 遍历python字典几种方法

    遍历python字典几种方法 from: http://ghostfromheaven.iteye.com/blog/1549441 aDict = {'key1':'value1', 'key2': ...

  6. python远程调试及celery调试

    部分来自 from: https://www.xncoding.com/2016/05/26/python/pycharm-remote.html 你是否经常要在Windows 7或MAC OS X上 ...

  7. HttpClient post封装

    /** * @title HttpUtils * @description post请求封装 * @author maohuidong * @date 2017-12-18 */ public sta ...

  8. 行矩阵列矩阵D3D&GL&U3D

    void Start () { //矩阵函数原型:Matrix4x4(Vector4 colum0, Vector4 colum1, Vector4 colum2, Vector4 colum3),这 ...

  9. conflicting types for ‘方法名’ 的错误

    将main()的实现写在drawShapes(),drawCircle(),drawRectangle()...之前. 结果编译的时候出现了  conflicting types for " ...

  10. Android图形动画

    一.动画基础 本质 每帧绘制不同的内容. 基本过程 开始动画后,调用View的invalidate触发重绘.重绘后检查动画是否停止,若未停止则继续调用invalidate触发下一帧(下一次重绘),直到 ...