L106 Three things we learned from day one at the World Cup
Hosts Russia got the World Cup off to a flying start by hammering Saudi Arabia 5-0 in the opening game in Moscow.
Fears that Russia may become just the second host nation to fail to qualify from the group stages have been quashed for now, but their next opponents Egypt were given a huge boost by the return to fitness of Mohamed Salah ahead of their clash with Uruguay on Friday.
Friday's standout fixture, though, comes in Sochi where a shell-shocked Spain, still rocking from the sacking of Julen Lopetegui, take on Cristiano Ronaldo's Portugal.
Here, AFP Sports looks at three things we learned from day one of the 2018 World Cup.
Russia turn up in time
High on the list of Russia's pre-tournament concerns was whether they had the team to capture a nation's imagination.
Stanislav Cherchesov's men hadn't won in seven games stretching back eight months, sparking fears that on the field, the month-long festival of football would largely pass the hosts by.
Instead, they chose the perfect time to find their form with plenty of help from a woeful Saudi Arabia side that now must face up to the firepower of Luis Suarez, Edison Cavani and Salah.
Denis Cheryshev was the hero the nation was crying out for, scoring twice, including a stunning effort that curled into the top corner with the outside of his left foot, as Russia's party got off to the best possible start.
Salah fit to feature
Egyptians worst fears as they saw Salah depart in tears from the Champions League final three weeks ago won't be realised as the Liverpool star will be fit to play against Uruguay on Friday.
Egypt coach Hector Cuper said he could assure fans "almost 100 percent" Salah will play some part in Yekaterinburg.
Salah carried Egypt to their first World Cup since 1990, scoring five of their eight goals in qualifying, including a dramatic stoppage time penalty against Congo to seal their place in Russia.
Spain move on from Lopetegui sacking
Real Madrid and Spain captain Sergio Ramos was the man who inflicted the shoulder injury that put Salah's World Cup at risk.
However, far from his usual role as aggressor on the field, Ramos had to act as peacemaker on Thursday as Spain tried to move on from a dramatic few days that have rocked their World Cup preparations.
Just two days before their Group B opener against Portugal, Ramos's future club manager Lopetegui was sacked for not informing the Spanish federation of his negotiations with Real.
Fernando Hierro will instead take charge, but Ramos insists Spain remain contenders for the tournament.
"These have not been pleasant times at all," he said on the eve of the match in Sochi.
"There are no cracks. We are all individuals and we all think differently, but the collective idea is the same -- we are here to go for the World Cup."
He's the man: Spain captain Sergio Ramos poses with new coach Fernando Hierro
L106 Three things we learned from day one at the World Cup的更多相关文章
- Elasticsearch Mantanence Lessons Learned Today
Today I troubleshooted an Elasticsearch-cluster-down issue. Several lessons were learned: When many ...
- Lessons learned from manually classifying CIFAR-10
Lessons learned from manually classifying CIFAR-10 Apr 27, 2011 CIFAR-10 Note, this post is from 201 ...
- What we learned in Seoul with AlphaGo
What we learned in Seoul with AlphaGo March 16, 2016 Go isn’t just a game—it’s a living, breathing c ...
- 翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings
翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings 叶娜老师说:"读懂论文的 ...
- The case for learned index structures
17年的旧文,最近因为SageDB论文而重读. 文章主要思路是通过学习key的顺序.结构等来预测record在位置.存在与否等.效果方面,据称部分场景下,相对b-tree可以优化70%的内存占用. 最 ...
- Lessons Learned from Developing a Data Product
Lessons Learned from Developing a Data Product For an assignment I was asked to develop a visual ‘da ...
- Lessons learned developing a practical large scale machine learning system
原文:http://googleresearch.blogspot.jp/2010/04/lessons-learned-developing-practical.html Lessons learn ...
- 特征点检测--基于CNN:TILDE: A Temporally Invariant Learned DEtector
TILDE: A Temporally Invariant Learned DEtector Yannick Verdie1,∗ Kwang Moo Yi1,∗ Pascal Fua1 Vincent ...
- 26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOL
26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOL In the beginning of August I got the chance t ...
随机推荐
- GDB + gdbserver 远程调试mediaserver进程
远程调试步骤 在Android设备上启动gdbserver并attach你想调试的进程,并指定监听调试命令的端口(此端口是TV上的端口) $ adb shell # ps |grep media # ...
- Android Handler警告,SimpleDateFormat警告
1:Handler// This Handler class should be static or leaks might occur: IncomingHandler @SuppressLi ...
- phalcon builder 用法
$rawSql = $builder->columns(["aa","bb"]) ->from("TableName") -&g ...
- Spring Cloud 微服务六:调用链跟踪Spring cloud sleuth +zipkin
前言:随着微服务系统的增加,服务之间的调用关系变得会非常复杂,这给运维以及排查问题带来了很大的麻烦,这时服务调用监控就显得非常重要了.spring cloud sleuth实现了对分布式服务的监控解决 ...
- Android 更改项目包名的方法
修改APP包名,即APP的唯一标识. 1.在项目上右键,选择android tools->rename application package,输入需要改为的名称,然后选择需要改的包,有部分包可 ...
- python 函数的进阶
1. 动态参数 位置参数的动态参数: *args 动态接收参数的时候要注意: 动态参数必须在位置参数后面 顺序: 位置参数, 动态参数*, 默认值参数 例子: def chi(a, b, *food, ...
- Brain Network (medium)(DFS)
H - Brain Network (medium) Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d &am ...
- iptables的扩展,layer7实现
l7filter:介绍 能过滤7层协议,例如过滤QQ.迅雷 原版只支持2.6.28,不支持centos6的2.6.32:马哥的版本支持2.6.32 实现l7filter: 给内核(netfilter) ...
- ElasticSearch(十八)初识分词器
1.什么是分词器 作用:切分词语,normalization(提升recall召回率),如给你一段句子,然后将这段句子拆分成一个一个的单个的单词,同时对每个单词进行normalization(时态转换 ...
- Codeforces Round #254 (Div. 2)B. DZY Loves Chemistry
B. DZY Loves Chemistry time limit per test 1 second memory limit per test 256 megabytes input standa ...