每日英语:A Chinese Soccer Club Has Won Something!
A 1-1 tie at home was sufficient for Guangzhou Evergrande to clinch the Asian Champions League title, the first Chinese club to win the tournament in more than two decades.
clinch:拥吻,钉牢 tournament:锦标赛,联赛 on aggregate:总共,总计
It was difficult to spot a shirt that wasn't red in Guangzhou's Tianhe Stadium on Saturday night, as the team faced 2012 K-League winners FC Seoul in the second leg of the final. The two tied 2-2 in the first leg in Seoul last month, giving Evergrande a two-goal away advantage. Evergrande won 3-3 on aggregate goals.
After a goalless first half that saw Evergrande's South American strikers dominate, the home side finally opened the scoring in the 57th minute with a goal from Brazilian Elkeson following a through-ball from countryman Muriqui. But the goal also galvanized FC Seoul, whose star striker, Montenegrin Dejan Damjanovic, scored just minutes later.
galvanized:刺激
The small but persistent group of FC Seoul fans in the stadium was easily drowned out by booing and singing in the 48,000-capacity venue. Evergrande fans waved banners that read 'We are Canton' as well as Chinese flags, chanting with an enthusiasm that could match any top-flight match in Europe.
Though based in Guangdong province, Evergrande drew fans for the match from all over China -- China Real Time met some from the faraway northern region of Ningxia -- by virtue of its swift rise to the top of Asian soccer. Beating a Korean team is particularly significant, as teams from the country have won three of the last four tournaments. FC Seoul reached the quarterfinal of the tournament in 2009 and 2011.
Evergrande's ascent to becoming Asia's top club took just three years. Real estate billionaire Xu Jiayin, owner of Evergrande Real Estate Group, bought the club in 2010, after it was relegated following a match-fixing scandal. It's the first Chinese club to win the continent's top club tournament since Liaoning in 1990. Evergrande has also won China's Super League for the last three years in a row.
relegate:归入,提交
Evergrande's championship could give a much-needed boost to Chinese soccer. China's national team has qualified for the World Cup only once, in 2002, though it failed to score a single goal once there. It also lost 5-1 in June to a junior Thailand team.
To top things off for Evergrande, Muriqui was crowned both the top scorer and most valuable player of the tournament by the Asian Football Confederation.
Saturday's win makes Evergrande coach Marcello Lippi -- who led Italy to its 2006 World Cup victory -- the first coach to win the top club tournaments in both Asia and Europe.
'I feel extremely lucky...to do a job that I like and coach teams that can win all around the world,' said Mr. Lippi.
'Winning this cup is very important for Chinese football. We grew a lot this year and reached a level where we can compete with international teams,' he said.
每日英语:A Chinese Soccer Club Has Won Something!的更多相关文章
- 每日英语:Chinese Show Global Real-Estate Appetite
Chinese investors have been snapping up real estate in the world's most important cities this year. ...
- 每日英语:A New Way to Learn Chinese
Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...
- 每日英语:How Pop Culture Influences Chinese Travelers
Where are Chinese tourists going to next? Pop culture may hold some clues, from blockbuster rom-com ...
- 每日英语:A Chinese Father’s Most Important Job
When it comes to parenting, Chinese fathers say the most important role they play is that of the fam ...
- 每日英语:Some Chinese Students Stay Home to Get Ahead
Li Shan's oldest son was the perfect candidate to join the throngs of Chinese students studying abro ...
- 每日英语:Why Chinese Companies Lack Homegrown Luxury Brand Power
Chinese companies build iPads, high-speed trains and world-class telecom gear, but they can't seem t ...
- 每日英语:Welcome to the Global Middle-Class Surge
The mass uprisings this summer in Egypt, Turkey and Brazil are powerful reminders that the middle cl ...
- 每日英语:A Different Color: China's Chameleonic Politics
China has tried your form of government and found it wanting. That was the message delivered by Chin ...
- 每日英语: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 ...
随机推荐
- CSVWriter生成文件时writer.writeRecord();方法保存的文件末尾多一个空行
一.问题,CSVWriter生成文件时使用writer.writeRecord();方法保存的文件末尾多一个空行,效果图如下: 目标结果:(去掉末尾空行) 二.关键代码如下(修改前代码): /** * ...
- commit your changes or stash them before you can merge
今天用git pull来更新代码,遇到了下面的问题: 今天git pull 出现以下问题 Please commit your changes or stash them before you mer ...
- 给定数组a[1,2,3],用a里面的元素来生成一个长度为5的数组,打印出其排列组合
给定数组a[1,2,3],用a里面的元素来生成一个长度为5的数组,打印出其排列组合 ruby代码: def all_possible_arr arr, length = 5 ret = [] leng ...
- TCP三次握手连接
在TCP/IP协议中,TCP协议提供可靠的连接服务,采用三次握手建立一个连接. 第一次握手:建立连接时,客户端发送syn包(syn=j)到服务器,并进入SYN_SEND状态,等待服务器确认: 第二次握 ...
- ef SQL Server 版本不支持数据类型“datetime2”
我遇到这个问题是在用数据库模型的时候.当时我电脑上是sql2008 通过vs2010建立了一个ADO.net数据库模型,之后在项目上线的时候,临时把数据库换成了sql2005,在添加新闻的时候出现了“ ...
- Git 打标签(分布式版本控制系统)
前言 像其他版本控制系统(VCS)一样,Git 可以给历史中的某一个提交打上标签,以示重要.比较有代表性的是人们会使用这个功能来标记发布结点(v1.0 等等). 1.列出标签 在 Git 中列出已有的 ...
- java多线程学习--java.util.concurrent (转载)
题记:util和concurrent 包是后续重点先看的和学习的模块 原文地址:http://www.cnblogs.com/sunhan/p/3817806.html CountDownLatch, ...
- php网站被挂木马修复方法总结
在linux中我们可以使用命令来搜查木马文件,到代码安装目录执行下面命令 代码如下 复制代码 find ./ -iname "*.php" | xargs grep -H -n & ...
- 有关java调用方法参数传递的分析
这个问题好多文章都讲过了,在此本人补充一下,加深理解,有不足之处请指教. 相信做java开发同学们都知道,调用方法传递参数时,不论是基本类还是引用类型, java都是值传递,不存在引用传递(称引用传递 ...
- Ehcarts 与 百度地图结合时,如何获取bmap的实例对象?
ehcarts 与 百度地图结合时,百度地图的配置是以bmap属性来设置的.但却不知道如何获取bmap对象的实例? 毫无疑问,是包含在echarts实例中的. 传送门:https://blog.csd ...