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 ...
随机推荐
- saltstack内置state模块user
user 模块是用来创建用户和管理用户设定的,用户可以被设置成 present 状态或者 absent 状态. hwg: user.present: - fullname: Jim - shell: ...
- centos7 安装vnc服务
一,安装服务器端 1,添加用户: # useradd vnc # passwd vnc 2,安装gnome桌面 # yum groupinstall "GNOME Desktop" ...
- ASP.NET动态网站制作(17)-- C#(1)
前言:用C#也有一年多了,基本上都是边用边学的,现在可以跟着老师系统的学习一下,感觉应该挺好的. 内容: 1.网站部署的相关内容: (1)想要做一个网站,首先得去买一个域名,老师的域名是在美橙上买的 ...
- hihoCoder #1321 : 搜索五•数独 (Dancing Links ,精确覆盖)
hiho一下第102周的题目. 原题地址:http://hihocoder.com/problemset/problem/1321 题意:输入一个9*9数独矩阵,0表示没填的空位,输出这个数独的答案. ...
- 【BZOJ4154】[Ipsc2015]Generating Synergy KDtree
[BZOJ4154][Ipsc2015]Generating Synergy Description 给定一棵以1为根的有根树,初始所有节点颜色为1,每次将距离节点a不超过l的a的子节点染成c,或询问 ...
- POJ 2993 Emag eht htiw Em Pleh【模拟画棋盘】
链接: http://poj.org/problem?id=2993 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=27454#probl ...
- spring data jpa 利用@Query进行查询
参照https://blog.csdn.net/yingxiake/article/details/51016234#reply https://blog.csdn.net/choushi300/ar ...
- 更换好的yum源
最近重装了虚拟机,因为之前总是碰到一些 yum的软件太 旧了,索性重装了 虚拟机,从零开始,然后配置yum源,以便以后安装 插件包的时候是最新的.如下: 1,进入yum源配置目录cd /etc/yum ...
- Oracle视图传递参数
在Oracle里,视图不像存储过程和函数一样,可以定义输入参数,但我们可以变个方式,使用程序包来实现. oracle package: oracle package是oracle包,是一组相关过程.函 ...
- UDP标准模型
伪代码 #服务端 #创建UDP服务器 ss = socket() #创建一个服务器套接字 ss.bind() #绑定服务器套接字 inf_loop: #服务器无限循环 cs = ss.recvfrom ...