6.3

http://www.51voa.com/VOA_Special_English/pakistan-town-struggles-with-rise-in-hiv-infections-82182.html
 
Pakistan/Pakistani, pay more attention to the difference of pronouncation of these two words
infected with HIV
AIDS = Acquired Immunodeficiency Syndrome
had tested positive for HIV
His dauther is receiving  treatment, he said, adding he did not know how she was infected
syringe
plight
 
6.5
http://www.51voa.com/VOA_Special_English/us-now-requiring-visa-applicants-to-provide-social-media-details-82187_1.html
 
nearly all visa seekers
plz note nearly is a adv. and adv. can 修饰 a n. even the usage is seldom.
visa seeker = visa applicant
vet
extreme vetting
vetting process
deportation history
fuel terrorist sentiment
screen out terriosts
construe,misconstrue
misconstrued = misunderstood
 
6.6
http://www.51voa.com/VOA_Special_English/japanese-women-stand-against-high-heels-82191_1.html
high heels
双介词
a social media campaign against rules for what kind of clothing is acceptable
campaign
workplace
a funeral home
gender discrimination
to demand the government bar companies from requiring female employees to wear high heels on the job
harassment
neckties
persuade companies to turn down air-conditioners and reduce electricity use
electrify/electricity 
 
6.7
http://www.51voa.com/VOA_Special_English/apple-to-add-new-software-privacy-tool-end-itunes-82197.html
 
 
to expand its offerings to make up for dropping iPhone demand worldwide
financial quarter
 
wonmen's menstrual cycles
 
6.8
http://www.51voa.com/VOA_Special_English/immigrants-play-big-part-in-caring-for-older-adults-disabled-in-u-s-82211_1.html
 
proposed limits on immigration to the United States
 
disabled/elderly people
disabled & elderly normally acts as adj. but they can also to be a pron.
e.g.
We rely heavily on immigrants to care for the elderly and disabled
nursing homes
Annual Social and Economic Supplement
This is an industry that need people work round-the-clock.
 
health/home care aides
 
run directly counter
 
 
 
 
 
 
 
 

english note [6.3to6.9]的更多相关文章

  1. english note(6.17to6.23)

    6.17 http://www.51voa.com/VOA_Special_English/are-these-us-treasures-about-to-be-destroyed-82260_1.h ...

  2. english note(6.10to6.16)

    6.10 http://www.51voa.com/VOA_Special_English/blackbeard-s-ship-comes-to-the-us-supreme-court-82217_ ...

  3. english note(6.3 to 6.8)

    6.3 http://www.51voa.com/VOA_Special_English/pakistan-town-struggles-with-rise-in-hiv-infections-821 ...

  4. english note(6.2 to 5.30)

    notes 6.2 to 5.30  http://www.51voa.com/VOA_Special_English/suicide-rates-among-young-americans-on-t ...

  5. Lesson 25 Do the English speak English?

    Text I arrived London at last. The railway station was big, black and dark. I did not know the way t ...

  6. Installing the .NET Framework 4.5, 4.5.1

    This article provides links for installing the .NET Framework 4.5 and 4.5.1 on your computer.  If yo ...

  7. Globalization Guide for Oracle Applications Release 12

    Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: U ...

  8. Oracle 数据库的组成(instance+database)

    Oracle服务器是一种对象关系数据库管理系统,它为信息管理提供开放.综合.集成的方法. Oracle服务器中有多种进进程.内存结构和文件: Oracle服务器由一个Oracle实例和一个Oracle ...

  9. 【251】◀▶IEW-Unit16

    Unit 16 Commodities and Manufacturered Goods 多幅饼图的写作技巧 1.model1对应图片分析 2.Model1范文分析 Model 1 The pie c ...

随机推荐

  1. C# 如何在编译时将 dll 复制到 bin\Release 目录下

    下面假设 Project 名为 Gamma4RTD,需要调用的 dll 文件为 rtddll.dll.IDE 是 Visual Studio 2015 打开 Visual Studio 2015 -& ...

  2. uwp 之资源的访问

    访问image资源 ----------------------------------------------------------------------------- BitmapImage ...

  3. 13.SpringMVC之全局异常

    我们知道,系统中异常包括:编译时异常和运行时异常RuntimeException,前者通过捕获异常从而获取异常信息,后者主要通过规范代码开发.测试通过手段减少运行时异常的发生.在开发中,不管是dao层 ...

  4. ScheduledExecutorService中scheduleAtFixedRate方法与scheduleWithFixedDelay方法的区别

    ScheduledExecutorService中scheduleAtFixedRate方法与scheduleWithFixedDelay方法的区别 ScheduledThreadPoolExecut ...

  5. linux高级监控atop的使用

    一.centos安装 sudo yum -y install epel-release.noarch sudo yum -y install atop sudo systemctl enable at ...

  6. spring boot应用常用配置

    pom.xml <!--自动打包--> <plugin> <groupId>org.springframework.boot</groupId> < ...

  7. asp获取当前页面url

    <%Function GetLocationURL() Dim Url Dim ServerPort,ServerName,ScriptName,QueryString ServerName = ...

  8. 登录用户出现‘’-bash-4.2$‘’的问题解决

    Linux系统切换用户时如显示的是-bash-4.2# 而不是user@主机名 + 路径的显示方式,以往一直用的脚本也不能执行起来: 原因是在用useradd添加普通用户时,有时会丢失家目录下的环境变 ...

  9. 整理之BroadcaseReceiver

    广播的分类 有序广播:按接收器优先级从高到低接受消息,一次只能有一个接收器处理消息.中途可以被截断. 无序广播:所有接收器同时接受消息并处理,无法拦截. 本地广播:只能在本应用内传播的无需广播.上面两 ...

  10. QT学习日记篇01(1)-QT界面初探- *.pro文件详解

    一: 项目管理文件(.pro文件) 项目管理文件用于记录项目的一些设置,以及项目包含文件的组织管理 后缀为".pro"的 文件是项目的管理文件,文件名就是项目的名称,如Demo.p ...