学习地道新闻英语表达,以下文章来自CNN

By Ben Westcott and Jamie Tarabay, CNN

Updated 0830 GMT (1630 HKT) April 20, 2018

Royal Australian Navy frigate HMAS Toowoomba docked at Saigon port in Ho Chi Minh City, Vietnam, on April 19.

(CNN)Prime Minister Malcolm Turnbull asserted the right of the Australian navy to travel the South China Sea, after local media reported three Australian warships were challenged by the Chinese navy earlier this month.

As the three vessels traversed the hotly contested waters on their way to Vietnam, they were confronted by the People’s Liberation Army (PLA) navy, the Australian Broadcasting Corporation reported on Friday.
The ABC said that one Australian defense official, speaking on condition of anonymity, “insists the exchanges with the Chinese were polite, but ‘robust’.”
Prime Minister Malcolm Turnbull, in London for a meeting of the heads of Commonwealth nations, refused to confirm or deny the report.
“All I can say to you is that Australia asserts and practices its right to freedom of navigation throughout the world’s ocean, including the South China Sea,” he told reporters.
China’s Defense Ministry confirmed the incident took place in a statement Friday but denied the version of events reported in the Australian media.
“On April 15, Chinese naval ships encountered Australian warships in the South China Sea,” the statement said. “When communicating with the Australian ships, the Chinese ships used professional language, and their operations were professional and safe in accordance with law and regulations.”
In a statement to CNN, the Australian Defense Department acknowledged the three vessels were in the South China Sea in recent weeks but wouldn’t comment on “operational details” on the ships.
“The Australian Defense Force has maintained a robust program of international engagement with countries in and around the South China Sea for decades,” the statement said.
The Australian ships are now conducting a three-day goodwill visit in Ho Chi Minh City in Vietnam.
While Australian air force jets have been challenged by the Chinese in the past, this was the first time, Carl Thayer told CNN, that he’d heard of any reports of navy vessels being confronted.
“That doesn’t mean it hasn’t occurred … (But) the challenge is political, it’s intimidatory and if you don’t counter challenge then China can make the argument that the international community has acceded to China’s claims,” said Thayer, regional security analyst and emeritus professor at the University of New South Wales.

Australia, China relations in deep chill

The reported confrontation comes at a moment of frosty relations between Beijing and Canberra. Turnbull admitted to the diplomatic chill on April 12.
“There has been a degree of tension in the relationship which has arisen because of criticism in China of our foreign interference laws,” he told local radio station 3AW at the time.
His remarks followed reports in local media that Australian ministers had been denied visas that would have allowed them to attend China’s signature Boao Forum in Hainan province.
The Chinese government has objected strongly to a new set of laws being considered by Australia to tackle interference by foreign nations in their politics.
Although Turnbull stressed that those laws weren’t targeted at any one country, the legislation came after a series of scandals over large donations to Australian politicians by Chinese businessmen.
“I would like to stress hereby again that we hope the Australian side will abandon the cold-war mentality and ideological bias, stop making irresponsible remarks and work with China,” Chinese foreign ministry spokesman Geng Shuang said in February.

China tightens hold on volatile region

The South China Sea is one of the most hotly contested regions in the world. China claims a huge swathe of territory across the sea, overlapping the claims of Vietnam and the Philippines, among others.
Only last week the Chinese navy held its largest ever drills in the South China Sea, including a huge military parade overseen by Chinese President Xi Jinping.
China’s only aircraft carrier the Liaoning took part in the display, launching J-15 fighter jets from the enormous ship’s flight deck.
Speaking from the PLA destroyer Changsha, Xi called for further modernization of China’s military to further his goal of creating a “world-class” force under the Communist Party’s leadership.
To reinforce their claims in the region, China has constructed and militarized a series of artificial islands across the South China Sea, building airfields and radar stations.
The United States regularly conducts Freedom of Navigation Operations close to China’s artificial bases. Last year, Arizona Senator John McCain suggested Australia’s Navy take part alongside the US in those exercises.
“I would not try to tell the Australians what they need to do, but there are exercises where a number of nations join together — we call it RIMPAC [Rim of the Pacific Exercise]— that the Australians participate in. They’re broad naval exercises,” he said during a visit to Australia.

英文报道:China challenged Australian warships in South China Sea, reports say的更多相关文章

  1. Azure China (4) 管理Azure China Storage Account

    <Windows Azure Platform 系列文章目录> Update 2015-05-10 强烈建议使用AzCopy工具,AzCopy命令行工具,是经过优化的.高性能Azure S ...

  2. The 2015 China Collegiate Programming Contest C. The Battle of Chibi hdu 5542

    The Battle of Chibi Time Limit: 6000/4000 MS (Java/Others)    Memory Limit: 65535/65535 K (Java/Othe ...

  3. 每日英语:Air Pollution From Coal Use Cuts Lifespans in China, Study Shows

    Air pollution from coal combustion likely cut life expectancy in parts of China by more than five ye ...

  4. python 匹配中文和英文

    在处理文本时经常会匹配中文名或者英文word,python中可以在utf-8编码下方便的进行处理. 中文unicode编码范围[\u4e00-\u9fa5] 英文字符编码范围[a-zA-Z] 此时匹配 ...

  5. Azure China (10) 使用Azure China SAS Token

    <Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的Azure China 注意:本文介绍的是Azure China Storage Priva ...

  6. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  7. MCC MNC in china

    A mobile country code (MCC) is used in combination with a mobile network code (MNC) (a combination k ...

  8. 流量分析系统----讲解-echarts模拟迁移(结合china.js)

    百度 Echarts 地图->模拟迁徙,实现自动切换地图 小航哥注释: 1.本文主要是把模拟迁移的流程讲了一遍,讲的很好.具体实现参考航哥这篇随笔“流量分析系统----实现-echarts模拟迁 ...

  9. ARTS-S EN0001-In tech race with China, US universities may lose a vital edge

    原文 The U.S. is still out in front of global rivals when it comes to innovation, but American univers ...

随机推荐

  1. day3 前奏

    1.第1个c语言 编辑---编译----运行 python@ubuntu:~/Desktop/pythons06$ vim -第1个c语言.c #include<stdio.h> int ...

  2. 【HNOI2014】世界树

    题面 题解 虚树好题(只是细节太多) 构出虚树后,一定要仔细梳理关键点之间的点是上面属于父亲,下面属于儿子. 然后二分出所有的点的所属就可以了 代码 #include<cstdio> #i ...

  3. 【LG3835】可持久化平衡树

    [LG3835]可持久化平衡树 题面 洛谷 解法一 参考文章 rope大法好 \(rope\)基本操作: #include<ext/rope> using namespace __gnu_ ...

  4. OpenStack入门篇(七)之认证服务Keystone

    一.Keystone的概述 Keystone是Openstack的组件之一,用于为Openstack家族中的其它组件成员提供统一的认证服务,包括身份验证,令牌的发放和校验,服务列表,用户权限的定义等. ...

  5. OpenCL入门:(三:GPU内存结构和性能优化)

    如果我们需要优化kernel程序,我们必须知道一些GPU的底层知识,本文简单介绍一下GPU内存相关和线程调度知识,并且用一个小示例演示如何简单根据内存结构优化. 一.GPU总线寻址和合并内存访问 假设 ...

  6. 《C++设计新思维》Command设计模式读后感

    原文内容提领: 本书第5章标题为泛化仿函数,我认为本章真正讲述的内容可以总结出一句话! 如何利用C++老标准实现C++11新标准类似std::function提供的功能. std::function简 ...

  7. Siki_Unity_3-8_Lua编程(未完)

    Unity 3-8 Lua编程 任务1&2&3:前言 课程内容: Lua从入门到掌握 为之后的xLua和其他热更新方案打下基础 任务4:Lua简介 Lua是轻量小巧的脚本语言--无需编 ...

  8. 袋鼠云研发手记 | 数栈·开源:Github上400+Star的硬核分布式同步工具FlinkX

    作为一家创新驱动的科技公司,袋鼠云每年研发投入达数千万,公司80%员工都是技术人员,袋鼠云产品家族包括企业级一站式数据中台PaaS数栈.交互式数据可视化大屏开发平台Easy[V]等产品也在迅速迭代.在 ...

  9. NodeJS实现同步的方法

    NodeJS被打上了单线程.非阻塞.事件驱动…..等标签. 在单线程的情况下,是无法开启子线程的.经过了很久的研究,发现并没有thread函数!!!但是有时候,我们确实需要“多线程”处理事务.node ...

  10. 与面试官谈笑风生 | Python面向对象之访问控制

    Python从设计之初就是一门面向对象的语言,面向对象思想的第一个要素就是封装.所谓封装,通俗的讲就是类中的属性和方法,分为公有和私有,公有可以被外界访问,私有不能被外界访问,这就是封装中最关键的概念 ...