Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake that left nearly 5,000 dead and thousands more in desperate need of aid.

In a televised news conference Tuesday, Nepalese Prime Minister Koirala thanked donors for their assistance. He added that getting help to remote areas remains a major challenge.

The United Nations says the disaster has affected eight million people with 1.4 million in need of food. The U.N. says it would draw $15 million from its emergency fund for relief operations.


A man walks through rubble of houses damaged by the earthquake in Bhaktapur near Kathmandu, Nepal, April 28, 2015.

Officials said Tuesday the death toll had climbed to more than 4,600 people. About 9,000 others are injured. They said those numbers could go higher as workers clear more of the damaged areas.

Indonesia executes eight drug convicts, spares one

Indonesia has executed eight drug convicts, including several foreign nationals, despite strong opposition abroad.

The convicts included two Australian members of a heroin trafficking ring, a Brazilian national, and an Indonesian citizen.

Indonesian President Joko Widodo refused to reduce the severity of the convicts' punishment, despite opposition and appeals from the international community. The president described the executions as necessary to control what he calls Indonesia's "drug emergency."

Local media reports say a ninth convict, a woman from the Philippines, was to be executed, but suddenly was not. Officials say her execution was delayed because of a request from the Philippine president. The Filipina convict has been asked to testify in the trial of a person suspected of human trafficking in the Philippines.

Obama, Abe pledge to complete Pacific Rim trade pact

U.S. President Barack Obama and Japanese Prime Minister Shinzo Abe agreed Tuesday to complete a 12-nation Pacific Rim trade agreement. Mr. Abe is in the middle of a state visit to the United States.

Mr. Obama and Mr. Abe spoke at a news conference Tuesday at the White House. Mr. Obama said the trade bill would boost U.S. exporters and the country's labor market. But he also accepted that there is opposition to a Pacific Rim trade agreement in both the U.S. and in Japan.

The two leaders did not announce any details about the remaining difficulties to completing an agreement. The proposed trade bill would open up exports for both Japanese and American manufacturers, along with those in 10 other nations that border the Pacific.

____________________________________________________________

Words in the News

donor - n. a person or group that gives something (such as money, food, or clothes) in order to help a person or organization

severity - n. the condition of being serious or unpleasant

boost v. to increase the force, power, or amount of (something)

voa 2015.4.29的更多相关文章

  1. 2015.12.29~2015.12.30真题回顾!-- HTML5学堂

    2015.12.29~2015.12.30真题回顾!-- HTML5学堂 吃饭,能够解决饥饿,提供身体运作机能.练习就像吃饭,强壮自己,提升编程技能,寻求编程技巧的最佳捷径!吃饭不能停,练习同样不能停 ...

  2. voa 2015 / 4 / 25

    When English speakers talk about time and place, there are three little words that often come up: in ...

  3. 2015/9/29 Python基础(20):类的授权

    类的授权 1.包装包装在Python编程世界中时经常会被提到的一个术语.它是一个通用的名字,意思是对一个已存在的对象进行包装,不管它是数据类型,还是一段代码,可以是对一个已存在的对象,增加新的,删除不 ...

  4. voa 2015 / 4 / 27

    As reports of the death toll rise in Nepal, countries and relief organizations around the world are ...

  5. voa 2015 / 4 / 26

    Now, Words and Their Stories, a VOA Special English program about American expressions. I'm Rich Kle ...

  6. voa 2015 / 4 / 14

    Even with falling oil prices and strong U.S. growth, the head of the International Monetary Fund sai ...

  7. Murano Weekly Meeting 2015.09.29

    Meeting time: 2015.September.29th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting s ...

  8. Forth scrum meeting - 2015/10/29

    今天下午,我们终于要到了MOOC服务器端开发人员的联系方式,于是我们小组派了三名同学去实验室与他们进行了交流,并咨询了他们一些关于API接口的问题.他们也对我们这个客户端的开发提出了一些建议. 开发团 ...

  9. iOS 学习笔记 七 (2015.03.29)code snippet操作

    1.code snippet 备份路径:~/Library/Developer/Xcode/UserData/CodeSnippets/

随机推荐

  1. Mac下配置Nginx负载均衡

    1.首先在Mac下安装Nginx(可参考我的另一篇随笔http://www.cnblogs.com/malcolmfeng/p/6896703.html). 2.安装Tomcat,下载后,解压,bin ...

  2. kafka 0.10.2 部署失败后,重新部署

    删除kafka各个节点log目录 删除zookeeper上kafka相关的目录 [root@m1 ~]# zkCli.sh Connecting to localhost: -- ::, [myid: ...

  3. cpp命名空间

    1.namespace:c++里面的所有标识符都被定义到名为std的namespace中,命名空间就是标识符的各种可见范围,控制其作用域. 2.std为c++标准命名空间,c++标准库里的标识符都定义 ...

  4. 关机和重启Linux命令

    常用命令: shoutdown -h 10  十分钟后关机 shoutdown -r  10  十分钟重启 shoutdow -h now 立刻关机 shoutdow -r now 立刻重启 不安全的 ...

  5. #416 Div2 C

    #416 Div2 C 题意 一些人去坐车,它们已经按给定顺序排队,每个人可能去不同的目的地,去同一目的地的人一定要被分成一组(去不同目的地的也可被分到同一组),对分好的每一组所有不同的目的地序号作异 ...

  6. 如何编写Spring-Boot自动配置

    摘要 本文主要介绍如何把一个spring的项目(特别是一些公共工具类项目),基于spring boot的自动配置的思想封装起来,使其他Spring-Boot项目引入后能够进行快速配置. AutoCon ...

  7. 如何按内容筛选dom

    有时候我们需要按照dom的text内容去筛选,那么可以用jQuery的contains筛选 写法 $("div:contains(aaa)") 筛选出内容包含aaa的div 另外 ...

  8. Promise实现多图预加载

    Promise正如它的中文意思“承诺”一样,保存着未来会发生事件(一般为异步操作).Promise避免了“回调地狱”,写法更加接近同步操作.说到同步,我更加喜欢async.await,它们书写更贴近同 ...

  9. python基础操作_字符串操作_列表操作list

    #字符串可以通过下表取值,如下程序 names='java python' print(names[0],names[5]) #使用for循环轮询所有name值 ''' for name in nam ...

  10. Ubuntu下录音机程序的使用

    在Ubuntu中使用系统自带的录音机程序可以录制电脑的音频输出(比如,电脑正在播放视频的声音),或录制外部环境音频输入(比如,自己说话的声音) 1.录制电脑音频输出 在“硬件”选项中,将”选中设备的设 ...