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. 开涛spring3(6.9) - AOP 之 6.9 代理机制

    Spring AOP通过代理模式实现,目前支持两种代理:JDK动态代理.CGLIB代理来创建AOP代理,Spring建议优先使用JDK动态代理. JDK动态代理:使用java.lang.reflect ...

  2. Android框架式编程之BufferKnife

    配置 compile 'com.jakewharton:butterknife:(insert latest version)' annotationProcessor 'com.jakewharto ...

  3. OpenGL教程(1)——准备

    在正式开始学习OpenGL之前,我们需要先配置好OpenGL环境. IDE 首先我们需要选择一个IDE.支持OpenGL的IDE有很多,这里我们选择Visual Studio 2015(Windows ...

  4. WINDOWS程序设计对话框加载显示bmp图像及刷新

    参考文章:http://blog.csdn.net/wangjian8006/article/details/7464431 图片的加载与显示也是属于窗口绘制这一部分的.所以其代码要写在消息函数的WM ...

  5. Spring 4学习——问题与注意事项(一)

    1.Spring项目依赖的jar包有5个: 2.applicationContext.xml文件中,如下bean的property的name值对应的是HelloWorld类中的setter方法,即na ...

  6. git与github的使用

    git和github是两个完全不同的概念,就好比如雷锋与雷峰塔的关系. git是一个版本管理工具,用来更好的管理你的程序,比如你原来提交过的内容,以后虽然修改了,但是通过git这个工具, 可以把你原来 ...

  7. integer与int区别以及integer.values()方法详解

    声明:本文为博主转载文章,原文地址见文末. 知识点1:integer和int的区别 /* * int是java提供的8种原始数据类型之一.Java为每个原始类型提供了封装类,Integer是java为 ...

  8. Vue2 全家桶仿 微信App 项目,支持多人在线聊天和机器人聊天

    前言 这个项目是利用工作之余写的一个模仿微信app的单页面应用,整个项目包含27个页面,涉及实时群聊,机器人聊天,同学录,朋友圈等等,后续页面还是开发中.写这个项目主要目的是练习和熟悉vue和vuex ...

  9. 解决arcgis javascript textsymbol不支持多行文本标注的问题

    首先,下载这段js文件,命名为esri.symbol.MultiLineTextSymbol.js require(["esri/layers/LabelLayer"], func ...

  10. flask 扩展之 -- flask-moment

    一. 安装 $ pip install flask-moment 二. 初始化 from flask_moment import Moment moment = Moment(app) 三. 解决依赖 ...