Building a relationship

  1. Cross-cultural understanding

    Eye contact

    In many Western societies, including the United States, a person who does not maintain good eye contact is regarded as being slightly suspicious, or a 'shifty' character. Americans unconsciously associate people who avoid eye contact as unfriendly, insecure, untrustworthy, inattentive and impersonal. However, in contrast, Japanese children are taught in school to direct their gaze at the region of their teacher's Adam's apple or tie knot and, as adults, Japanese lower their eyes when speaking to a superior, a gesture of respect.

     

    Latin American cultures, as well as some African cultures, such as Nigeria, have longer looking time, but prolonged eye contact from an individual of lower statues is considered disrespectful. In the US, it is considered rude to stare – regardless of who is looking at whom. In contrast, the polite Englishman is taught to pay strict attention to a speaker, to listen carefully, and to blink his eyes to let the speaker know he or she has been understood as well as heard. Americans signal interest and comprehension by bobbing their heads or grunting.

     

    A widening of the eyes can also be interpreted differently, depending on circumstances and culture. Take, for instance, the case of an American and a Chinese discussing the terms of a proposed contract. Regardless of the language in which the proposed contract is carried out, the US negotiator may interpret a Chinese person's widened eyes as an expression of astonishment instead of as a danger signal (its true meaning) of politely expressed anger.

     

    Vocabulary:

    Eye contact: a situation in which two people look at each other's eyes.

    Suspicious: 1.believing that someone has probably done something wrong 2.feeling that someone or something cannot be trusted

    Shifty: looking dishonest

    Unconsciously: 1. not seeing, feeling, or thinking. 2. when you do not realize something.

    Inattentive: not giving much attention to someone or something

    Impersonal: 1. not showing friendly feelings or interest. 2. not considering people's individual needs and situations. 3. seeming friendly because lacking personal features.

    Adam's
    apple: lump at front of man's throat.

    Superior: better, bigger, of high quality, behaving in proud way, of high status, [only before noun] higher.

    Prolong: to make something last longer

    Blink: quickly close and open eyes.

    Astonishment: very great surprise

     

     

  2. Welcome Visitors

    Practice: Make a dialog based on the low chart

     

    Visitor

    Introduce yourself.

    Say you have an appointment with Sandra Bates.

     

     

    Decline – ask if you can use a phone.

    Decline – you only need the phone.

    Thank him/her.

    (a few minutes later)

    Thank assistant.

     

    Ask how far it is to station.

     

    Accept offer – suggest a time.

    Receptionist

     

     

     

    Welcome visitor.

    Explain that SB will be along shortly.

    Offer a drink / refreshments.

     

    Say yes / Offer fax as well.

     

    Show visitor to the phone.

     

     

     

     

    Reply – offer any other help.

     

    Two miles – ten minutes by taxi.

    Offer to book one.

     

    Promise to do that – say that SB is free now.

    Offer to take him/her to SB's office.

     

 

English Training Material - 01的更多相关文章

  1. English Training Material - 04

    Inviting What kinds of social activities in your city could be appropriate ways of entertaining visi ...

  2. English Training Material - 05

    Could I leave a message? Language Checklist Telephoning (1) Introducing yourself Good morning, Arist ...

  3. English Training Material - 03

    Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...

  4. English Training Material - 02

    OUTSIDE CORRESPONDENCE AND CONTACT   Jared: I'm glad you could come – and you're in for a treat. Thi ...

  5. Material Design Animation

    Material Design Animation Authentic motion 真实的运动 运动以一种优美流动的形式描述了空间关系,功能和目的. Mass and weight: 质量和重量 在 ...

  6. Android Material Design 学习笔记 - Matrial Theme

    google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感觉”(附上官方 ...

  7. Andorid视觉新冲击-Material design语言

    [写在前面] google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感 ...

  8. 【Android】进入Material Design时代

    由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Desi ...

  9. Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)

    转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031 翻译自:http://developer.android.com/trainin ...

随机推荐

  1. C#基础课程之六(临时表)DataTable使用方法

    DataTable 用法:赋取值操作,及报错情况 dataTable.Columns.Add("Name"); //Columns 对象获取该集合的全部列,添加列名. 默认stri ...

  2. LED子系统剖析

    写之前,先看一张图: 上次说了LED驱动程序,Linux自身也携带了LED驱动,且是脱离平台的,即LED子系统.操作起来十分简单.但是它的实质却不是那么容易,研究了一个晚上,终于明白了其中一个文件的功 ...

  3. Unity3D内置着色器

    Unity内部提供了一些可以直接使用的着色器,这些内置着色器包括以下6个方面: (1)Performance of Unity shaders 着色器的性能和两个方面有关:shader本身和rende ...

  4. 修改oracle重做日志文件大小

    创建3个新的日志组 SQL> ALTER DATABASE ADD LOGFILE GROUP 4 ('/u01/app/oracle/oradata/orcl/redo06.log') SIZ ...

  5. 数据可视化(4)--jqplot

    本来打算继续研究Google Charts,但上头下了指示让看jqplot,无奈,只好先将Google Charts放一放,不过真心觉得Google Charts不错,现在先开始jqplot. jqP ...

  6. SQL查询语句去除重复行

    1.存在两条完全相同的纪录 这是最简单的一种情况,用关键字distinct就可以去掉 select distinct * from table(表名) where (条件) 2.存在部分字段相同的纪录 ...

  7. "浅谈Android"第一篇:Android系统简介

    近来,看了一本书,名字叫做<第一行代码>,是CSDN一名博主写的,一本Android入门级的书,比较适合新手.看了书之后,有感而发,想来进行Android开发已经有一年多了,但欠缺系统化的 ...

  8. DirectWrite文字排版——字符串去尾

    DirectWrite是 DirectX 家族中专门用来做文本处理的部分,主要配合Direct2D进行渲染工作. 一.字符串去尾介绍 在文字渲染中,不免会遇到字符串去尾的需求.字符串去尾指的是:当字符 ...

  9. HTML简明教程(二)

    HTML简明教程(二) 一.HTML 图像 二.HTML 表格 三.HTML 列表 四.HTML div和 span 五.HTML 布局 六.HTML 表单和输入 七.HTML 框架 八.HTML内联 ...

  10. [Solution] AOP原理解析及Castle、Autofac、Unity框架使用

    本节目录: AOP介绍 AOP基本原理 AOP框架 Castle Core Castle Windsor Autofac Unity AOP介绍 面向切面编程(Aspect Oriented Prog ...