As reports of the death toll rise in Nepal, countries and relief organizations around the world are rushing to send personnel and supplies to aid the search and rescue effort.

Within hours after the earthquake struck Nepal on Saturday, April 25, India sent teams of National Disaster Response Force (NDRF) along with relief supplies to help the neighboring country.

Xinhua, the Chinese state-run news agency reports that a 62-member China International Search-and-Rescue Team left for Nepal early Sunday with six sniffer dogs and medical equipment.

India's National Disaster Response Force personnel look for survivors in a building, in Kathmandu, Nepal, Sunday, April 26, 2015. (AP Photo/Manish Swarup)

The U.S. responded with an initial pledge of $1 million in disaster relief. On Sunday afternoon, the Pentagon said that a US military plane has left with more than 70 personnel, six search dogs and 45 tons of cargo.

Other nations pledging their support for the search and rescue efforts include Germany, France, Great Britain, Israel, Swizerland and the United Arab Emirates.

According to the Associated Press, U.N. spokeswoman Orla Fagan says 14 international medical teams and about 15 search-and-rescue teams are on the way to Nepal. She adds, "They need to get in as soon as possible." By Sunday, the death toll had risen above 2,500. There are many more reportedly injured and homeless.

UNICEF says that at least 940,000 children will require immediate aid. The organization is also readying two flights with a combined 120 metric tons of medical supplies, tents and blankets for urgent airlift to Katmandu.

Along the Nepal-India border, four medical teams from Doctors Without Borders are heading to the quake-affected area. Other teams of doctors from Brussels, Amsterdam and Japan are on their way to provide medical assistance.

For individuals who want to help, Charity Navigator lists the organizations that plan to assist in the relief efforts. Among the organizations are:

AmeriCares

CARE

Catholic Relief Services

Direct Relief

GlobalGiving

Save the Children

Seva Foundation

I'm Jim Tedder.

voa 2015 / 4 / 27的更多相关文章

  1. voa 2015 / 4 / 25

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

  2. voa 2015.4.29

    Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake tha ...

  3. voa 2015 / 4 / 26

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

  4. Week 1:2015/4/27~2015/5/3

    Update everyday.(Last edit:4/30 01:00) Task 1:TPO X 2.5(finish 1,then finish 2 more) Task 2:TC Tarja ...

  5. [2015.07.27]万峰图片批量处理专家 v8.6

    万峰图片批量处理专家,界面简洁易用,功能强大实用.支持多种处理任务同时按顺序执行,真正的批量图片,批量效果处理.支持图片批量自定义的放大缩小,旋转或者翻转,支持图片格式批量转换.支持图片批量文字水印, ...

  6. 2015第27周三Java内存模型

    自己写的代码,6个月不看也是别人的代码,自己学的知识也同样如此,学完的知识如果不使用或者不常常回顾,那么还不是自己的知识. 要认识java线程安全,必须了解两个主要的点:java的内存模型,java的 ...

  7. 2015.11.27初识java一集简单的java小程序

    JAVA配置环境变量方法: 1.打开我的电脑--属性--高级--环境变量 2.新建系统变量JAVA_HOME 和CLASSPATH 变量名:JAVA_HOME变量值:D:\Java\jdk1.7.0_ ...

  8. 2015 11 27编写JAVA程序

    在任意文件下 ,建立一个文本文档,更改其txt格式为java格式, 打开此程序的同时打开eclipse可编写代码. public class 文件名{ public static void main( ...

  9. voa 2015 / 4 / 19

      potentially – adv. capable of becoming real, a possibility tackle – v. to deal with a difficult pr ...

随机推荐

  1. Mac主机映射到域名

    1, control+space  打开spotlight, 搜索"终端" 2, 打开终端 3, 在"终端"界面中输入: sudo vi /etc/hosts ...

  2. 12款Linux系统恢复工具

    电脑死机,硬盘崩溃,花巨大的money搞个急救保护器……这都是计算机的阴暗面.时间一直这样走着,走着,不定哪天背点儿.对于电脑损坏造成的损失,着急抓狂毫无意义.相反,使用恰当的工具反而会最小化损失.你 ...

  3. R语言-Kindle特价书爬榜示例 & 输出HTML小技巧(转)

    自从买了kindle以后,总是想要定期刷有没有便宜的书,amazon经常有些1元/2元的书打特价,但是每次都去刷那些榜单太麻烦了,而且榜单又不能按照价格排名,捞书有点累 所以自己用R语言的rvest包 ...

  4. C#操作CAD-初始化、引用dll

    操作cad等方式有很多,比如C,C++,vb.lisp(效率最高,但是语言结构性太差)和C#,因为我等个人习惯和方便等原因,在此讲解一下用C#操作流程,后续会更新操作图层.扩展数据.绘图等操作步骤.当 ...

  5. Java IO流之随机读写流RandomAccessFile

    随机读写流RandomAccessFile 简介 此类的实例支持对随机访问文件的**读取和写入**. 随机访问文件的行为类似存储在文件系统中的一个大型 byte 数组. 存在指向该隐含数组的光标或索引 ...

  6. ActionContext、ServletContext、pageContext的区别?

    ActionContext是当前的Action的上下文环境,通过ActionContext可以获取到request.session.ServletContext等与Action有关的对象的引用: Se ...

  7. 用js获取页面颜色值怎么比较?

    一般情况下,我们通过十六进制的方式设置页面颜色值 如#64e164 但当我们通过js获取这个dom颜色值的时候,返回的值却可能不是十六进制的,所以比较的时候需要分浏览器进行 在火狐和谷歌浏览器中,返回 ...

  8. Linux命令不熟悉(记录)

    1.回到上一次操作的目录 cd - 2.rz打开上传文件 rz 3.下载某个文件 wget httpdownload 4.根据名字查找文件 find / -name mysql 5.通配符删除 rm ...

  9. cpp(第八章)

    1. #include <iostream> inline int add(int &n) { n= n+; ; } int main() { using namespace st ...

  10. R自带数据包

    datasets(R自带数据包) 作者:王彦博 作品来源:百度百科 precip #长度为70的命名向量 euro #欧元汇率,长度为11,每个元素都有命名 landmasses #48个陆地的面积, ...