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. [netty源码分析]3 eventLoop 实现类SingleThreadEventLoop职责与实现

    eventLoop是基于事件系统机制,主要技术由线程池同队列组成,是由生产/消费者模型设计,那么先搞清楚谁是生产者,消费者内容 SingleThreadEventLoop 实现 public abst ...

  2. springmvc 添加@ResponseBody

    1.添加ResponseBody之后的话 返回字符串的时候 就是一个字符串. @RequestMapping(value = "/{bookId}/detail.do",metho ...

  3. 以往CSDN博文目录

    专栏一 原生javascript(3篇) 1. javascript立即执行函数详解 http://blog.csdn.net/faith1460/article/details/71600770 2 ...

  4. Javascript检测值

    检测原始值用typeof javascript有五种原始类型,分别为字符串.数字.布尔值.null和undefined 判断一个值是什么类型的字符串,可以通过typeof typeof variabl ...

  5. web项目中url-pattern改成'/'后,js、css、图片等静态资源(404)无法访问问题解决办法

    感谢http://blog.csdn.net/this_super/article/details/7884383的文章 1.增加静态资源url映射 如Tomcat, Jetty, JBoss, Gl ...

  6. OWIN的概念初接触

    OWIN这个词我昨天才认识,一直疑惑它是个什么东西,通过一定量的研究,得到一个初步的认识,留个脚印. OWIN是什么 OWIN是一个规范和标准,旨在阐述web服务器和web应用应该如何去解耦,它使得原 ...

  7. Javascript中的数组去重-indexof方法

    在Javascript中,有时我们会用到数组去重.我在这里给大家介绍一下本人认为最简单实用的一种方法-indexOf()去重. var arr = [1,1,1,2,2,2,3,3,4,5,6,2,1 ...

  8. net core 程序docker打包镜像并发布到官方store

    学习一个技术的第一步,总是要先打印或显示一个hello world的.当然,学习docker也不例外.上一篇文章已经简单的介绍了环境的安装和配置.接下来就要打印我们的hello world了. 首先我 ...

  9. HTTP协议 状态码 telnet 笔记分享

    最近计算机网络课讲到这个,实习的笔试也考到了,做笔记总结一下.

  10. CentOS yum 安装 PHP 5.6.24

    配置yum源 追加CentOS 6.5的epel及remi源. # rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel- ...