South Sudan Must Allow Aid

The United States is gravelyconcerned by the serious escalation of the humanitarian crisis in Pibor County in South Sudan's Jonglei State. As many as 120,000 civilians have fled  their homes as a result of spikes in the ongoing battle between state and non-state actors and inter-communal clashes. These vulnerable populations are living outside of protected communities and don't have enough food, safe drinking water, shelter, and health care.

This large-scale displacement comes at the onset of the rainy season when these semi-nomadic communities traditionally return to town centers. The military has a responsibility to protect civilians, but there have been disturbing reports of Sudan People's Liberation Army, or SPLA, soldiers harming and intimidating civilians in Jonglei State. The government of the Republic of South Sudan must ensure that its military forces adhere to humanitarian principles and protect all civilians regardless of their background or ethnicity.

Town centers are highly militarized, preventing civilians from freely and safely returning. To help alleviate this rapidly escalating humanitarian crisis, the United States is calling for an immediate relocation of SPLA garrisons out of town centers and the removal of commanding officers with records of civilian endangerment from service in Pibor County. The people of Jonglei must be able to return to key population centers to receive urgent life-saving assistance.

The United States remains committed to doing all it can to reach vulnerable populations wherever they are in South Sudan. The U.S. welcomes the government of the Republic of South Sudan's efforts to help aid agencies begin to reach as many as 25,000 people in remote, demilitarized bush areas for the first time last week.

All restrictions on humanitarian assistance for those in desprate need must stop. The United States joins its humanitarian partners in calling on all parties to the conflict to ensure unfettered humanitarian access to all parts of Jonglei, and the U.S. is prepared to increase its support if and when additional access is granted.

gravely[greɪvlɪ] adv. 严肃地;庄重地;严重地;沉重地

communal  adj.公社的;  公民的;  公共的;  公用

escalation [ˌeskə'leɪʃn] 扩大,增加

fled [fled] v. 逃走,逃掉( flee的过去式和过去分词 );逃离,逃避

ongoing [ˈɒngəʊɪŋ] adj. 不间断的,进行的;前进的 n. 前进,发展;行为,举止

clashes [klæʃiz] 打斗

vulnerable[ˈvʌlnərəbl] adj.(地方)易受攻击的;易受伤的;易受批评的; [桥牌]已成局的

adhere [ədˈhiə] vi.黏附;附着;坚持;追随vt.使粘附;遵循,坚持;追随,依附

ethnicity [eθˈnɪsəti] n.种族地位,种族特点,种族渊源

alleviate [ə'li:vɪeɪt] vt.减轻,缓和

garrisons [ˈɡærisnz] n.守备部队,卫戍部队( garrison的名词复数 )

removal [riˈmu:vəl] n.免职; 除去; 移走; 搬迁

intimidating[ɪnˈtɪmɪdeɪtɪŋ]vt.恐吓,威胁( intimidate的现在分词)

desperate[ˈdespərit] adj.绝望的; 由绝望而引起的; 铤而走险的,孤注一掷的; 急切的,极度渴望的

 

VOA学习-South Sudan Must Allow Aid的更多相关文章

  1. python绘制世界人口地图

    最近看了<python编程:从入门到实践>,里边设计的项目拿来学习学习,绘制世界人口地图. 首先,下载数据,http://data.okfn.org/ ,从这里下载population_d ...

  2. PHP如何使用GeoIP数据库

    1.首先下载GeoIP的IP库.参考<利用GeoIP数据库及API进行地理定位查询>.下载后解压,得到一个GeoIP.dat文件 2.新建一个文件geoip.inc.内容为 <?ph ...

  3. 国家以及国家语言的json数据格式,提供给网友参考。

    目前接触到一个需求,需要全球主要国家的选择以及语言的选择,如下图: 这是国家选项 这是语言的选项: 很简单有木有? 本来打算直接给文件,但是好像没有文件上传,所以就提供一个思路和代码,你们照着弄吧. ...

  4. 优测优社区干货精选|老司机乱谈编辑器之神——vim

    文 / 腾讯 吴双 前言 优测小优 有话说: 腾讯优测只有应用测试大神?不不不,我们还有各种研发大牛! *** vim 是一种信仰,我自从2004年有了这个信仰,已经12个年头了.本文介绍了学习vim ...

  5. web项目中js加载慢问题解决思路

    最近使用Echarts地图(版本为echarts2,echarts3目前无法下载地图版). 问题描述:之前使用require形式加载,地图首次加载显示要6-7秒,难以接受. js配置代码如下: < ...

  6. Pandas与Matplotlib基础

    pandas是Python中开源的,高性能的用于数据分析的库.其中包含了很多可用的数据结构及功能,各种结构支持相互转换,并且支持读取.保存数据.结合matplotlib库,可以将数据已图表的形式可视化 ...

  7. asp.net core ABP模板本地化设置

    ABP的语言本地化设置非常方便,甚至地区图标ABP框架都已经有了. 先看看结果吧. 英文的界面 中文的界面 配置流程如下: 首先在Localization目录下新建一个对应的json文件,里面存放对应 ...

  8. vue中使用echarts来绘制世界地图和中国地图

    第一步,下载echarts cnpm install echarts --save-dev 第二步,在main.js中全局引入 //引入echarts import echarts from 'ech ...

  9. 12 Things Developers Will Love About Oracle Database 12c Release 2

    by Chris Saxon-Oracle It's Here: Oracle Database 12c Release 2 (12.2) Is available on Oracle Cloud. ...

随机推荐

  1. WCF - Windows Service Hosting

    WCF - Windows Service Hosting The operation of Windows service hosting is a simple one. Given below ...

  2. POJ_2456_Agressive_cows_(二分,最大化最小值)

    描述 http://poj.org/problem?id=2456 有n个小屋,线性排列在不同位置,m头牛,每头牛占据一个小屋,求最近的两头牛之间距离的最大值. Aggressive cows Tim ...

  3. POJ 3159 Candies 解题报告(差分约束 Dijkstra+优先队列 SPFA+栈)

    原题地址:http://poj.org/problem?id=3159 题意大概是班长发糖果,班里面有不良风气,A希望B的糖果不比自己多C个.班长要满足小朋友的需求,而且要让自己的糖果比snoopy的 ...

  4. ☀【window.self / window.parent / window.top】

    Js中的window.parent ,window.top,window.self 详解 √http://blog.csdn.net/zdwzzu2006/article/details/604763 ...

  5. Shape 与 InlineShape 的区别

    Shape 对象代表文档中的图形对象,InlineShape 代表文档中的嵌入式图形对象.所谓嵌入式图形对象,是指将图像作为文字处理,在排版上以文字的方式进行排版. Shape 与 InlineSha ...

  6. Android 开发性能优化之SparseArray(一)

    多数Android开发者都知道在Android中可以使用HashMap来映射一种对应关系,在java开发中HashMap也算是一种很重要的数据存储结构.然后很多人在Android开发中多数都会用Has ...

  7. 惊人事实 z

  8. hunnu---11547 你的组合数学学得如何?

    解析:比较简单的DP,从左向右一个一个连续着放,dp[X][Y]表示到第X个硬币的时候Y状态的方案数,Y=0表示x左边那个不是正面的,Y=1表示x左边那个是正面 如果左边不是正面,那么当前放正面的就把 ...

  9. Frame 处理

    # -*- coding:utf-8 -*- """ 通过 id 或 name 识别处理 fram 框架 """ from selenium ...

  10. seleniumRC启动及浏览器实例配置

    一.firefox浏览器实例配置 1.启动用户配置文件管理器 重要:在启动用户配置文件管理器之前,Firefox必须完全关闭.     1)按 support.cdn.mozilla.net/medi ...