Even with falling oil prices and strong U.S. growth, the head of the International Monetary Fund said the global economy only expanded around 3.4 percent last year. While that is near the average growth over the last couple of decades, IMF Managing Director Christine Lagarde said growth was uneven and too slow.

"Given the lingering impact of the great recession on people, it is actually generating hardship for many people around the world, including those countries where more than 50 percent of the youth population goes unemployed. So growth is not good enough," she said.

Lagarde urged nations to take advantage of lower oil prices to cut energy subsidies and use the saved money on education to boost long-term economic growth.

The IMF chief said progress on trade agreements could also help growth and employment, while better access to credit could help small businesses hire more people.

And she called for more investment in infrastructure to provide jobs in the short term and bolster growth in the long term by facilitating commerce.

Improved infrastructure is also the focus of the new Chinese-led Asian Infrastructure Investment Bank. Some analysts see it as a rival to the IMF and World Bank, which critics say are unfairly dominated by Western nations.

World Bank President Jim Yong Kim is urging the new bank to adhere to high standards for dealing with environmental and labor issues.

He also said nearly one billion people around the world struggle to survive on less than $1.25 a day. Kim pledged to work closely with the new bank because the enemy was poverty - not other institutions.

"Poverty is 2.5 billion people not having access to financial services like bank accounts. Poverty is 1.4 billion people without access to electricity. Poverty is having to put your children to bed at night without food. And poverty is not going to school because, in order to survive, everyone in the family needs to make a few cents every day," he said.

World Bank critics said the global lender would fight poverty more effectively if it speeded up efforts to reform its large bureaucracy and improved safeguards for people and environments affected by bank projects.

Nezir Sinani of the advocacy group Bank Information Center said he was worried by proposals to ask borrowing nations to implement labor and environmental safeguards.

"That is going to result in huge problems in many countries that we know today are not good at defending human rights or civil liberties," said Sinani.

Top World Bank and IMF officials will be discussing these and other complex issues this week with financial and bank officials from member nations around the world as they gather here in Washington.

今天我们要学的词是 ownership. Ownership 所有权。统计数字显示,Home ownership peaked at 69.2 percent in 2004 in the United States, but had slipped to 64 percent by the end of 2014. 美国买房的家庭比例2004年最高,达到69.2%, 到2014年年底时滑落到64%。皮尤研究中心的调查显示,54 percent of blacks now see gun ownership as a good thing, up from 29 percent two years ago. 如今,美国54%的黑人认同购买和拥有枪支,这一比例两年前还只有29%。好的,今天我们学习的词是 ownership, ownership, ownership...

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

  1. MyEclipse 2015 CI 14发布(附下载)

    支持Web和Node.jsd的JavaScript Debugger调试器,新版本功能更加强大,在MyEclipse调试web应用程序变得更方便.调试器支持断点.变量和表达式. 类的动态预加载用Hot ...

  2. Myeclipse 2015 stable 1.0 完美破解方法(转自 http://yangl.net/2015/07/14/myeclipse_2015stable_1/)

    Myeclipse 2015 stable 1.0 完美破解方法 http://yangl.net/2015/07/14/myeclipse_2015stable_1/ 破解包(注册机)下载地址:链接 ...

  3. 2015.7.14(大盘结束红色,中色连坐4T)

    中色今天的盘面相当有意思,现场直播庄家和散户斗法我估计中色要拉涨停了,不过你别跟,现在很危险了——就算是涨停,明天一个低开就把你给绕进去了 1.今天开市9:42发现中色的地位买入点良机16.13,此时 ...

  4. Murano Weekly Meeting 2015.07.14

    会议时间: 2015.07.14 主持人: Kirill Zaitsev, core from Mirantis 会议摘要:  1.periodic nightly builds,然后通过mailin ...

  5. voa 2015 / 4 / 27

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

  6. voa 2015 / 4 / 25

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

  7. Linux学习笔记(二)2015.4.14

    笔记2.1 Q:登陆命令  A:刚开始登陆的是安装Linux时设置的普通用户,如lin,输入su - root后,成为root用户 笔记2.2 Q:切换控制台  A:ctrl+alt+F1-F7可以切 ...

  8. voa 2015.4.29

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

  9. voa 2015 / 4 / 26

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

随机推荐

  1. javaWeb学习总结(7)- 使用Session防止表单重复提交

    在平时开发中,如果网速比较慢的情况下,用户提交表单后,发现服务器半天都没有响应,那么用户可能会以为是自己没有提交表单,就会再点击提交按钮重复提交表单,我们在开发中必须防止表单重复提交. 一.表单重复提 ...

  2. java日期工具类(Long型,Date型,yyyyMMdd型)等

    import java.sql.Timestamp; import java.text.ParsePosition; import java.text.SimpleDateFormat; import ...

  3. Eclipse之文件【默认编码格式设置】,防止乱码等问题

    文件默认编码格式设置步骤如下: 这里显示的是workspace的视图 其他格式文件的视图如下:

  4. 推荐五款Android 应用的自动化测试工具

    如今自动化测试已经应用到每天的测试中.这不足为奇,因为自动化测试在测试过程中节约了时间,还能避免包括人为因素造成的测试错误和遗漏. 自动化测试工具选择很多.一些是开源的,一些非常贵.一些自动化工具是几 ...

  5. Spring+SpringMVC+MyBatis深入学习及搭建(十一)——SpringMVC架构

    转载请注明出处:http://www.cnblogs.com/Joanna-Yan/p/6985816.html 前面讲到:Spring+SpringMVC+MyBatis深入学习及搭建(十)--My ...

  6. python爬虫番外篇(一)进程,线程的初步了解

    一.进程 程序并不能单独和运行只有将程序装载到内存中,系统为他分配资源才能运行,而这种执行的程序就称之为进程.程序和进程的区别在于:程序是指令的集合,它是进程的静态描述文本:进程是程序的一次执行活动, ...

  7. 卷积神经网络的变种: PCANet

    前言:昨天和大家聊了聊卷积神经网络,今天给大家带来一篇论文:pca+cnn=pcanet.现在就让我带领大家来了解这篇文章吧. 论文:PCANet:A Simple Deep Learning Bas ...

  8. Bash中单引号和双引号的区别

    单引号和双引号的区别 单引号:必须成对使用,它可以保护所有的字符不被翻译.如变量$1,和奇数个单引号的作用相同,偶数个单引号=1个双引号双引号:必须成对出现,它可以保护一些元字符不被翻译,但允许变量和 ...

  9. 浅谈JavaScript递归

    递归:是指函数/过程/子程序在运行过程序中直接或间接调用自身而产生的重入现象.递归指的是一个过程:函数不断引用自身,直到引用的对象已知. //公园里面有200个桃子,每天吃掉一半,扔掉一个烂的,第6天 ...

  10. Hibernate入门(一)

    一 Hibernate介绍 Hibernate 是一个开源.轻量级的ORM(对象关系映射)工具,该工具简化了数据创建.数据处理和数据访问,它是一种将对象映射到数据库中表的编程技术.ORM工具内部使用J ...