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 ...
随机推荐
- unity 切换场景
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; ...
- centos set up samba
原文中文链接:https://wiki.centos.org/zh/HowTos/SetUpSamba 原文英文链接:https://wiki.centos.org/HowTos/SetUpSamba ...
- 初识Modbus TCP/IP-------------C#编写Modbus TCP客户端程序(一)
转自:http://blog.csdn.net/thebestleo/article/details/52269999 首先我要说明一下,本人新手一枚,本文仅为同样热爱学习的同学提供参考,有不 对的地 ...
- Fiddler 详尽教程与抓取移动端数据包
转载自:http://blog.csdn.net/qq_21445563/article/details/51017605 阅读目录 1. Fiddler 抓包简介 1). 字段说明 2). Stat ...
- spring mvc 基本原理
在web.xml配置spring mvc入口servlet: <servlet> <servlet-name>mvc-dispatcher</servlet-name&g ...
- 使用apt-get 安装后的mysql 登录问题
当使用apt-get安装mysql后,ubuntu会自动生成一个用户名和密码.所以在第一次登陆时会报如下错误 ERROR 1045 (28000): Access denied for user 'd ...
- 编写你的第一个django应用程序4
本教程上接教程3,我们将继续开发网页投票应用,本部分将主要关注简单的表单处理以及如何对代码进行优化 写一个简单的表单 让我们更新一下在上一个教程中编写的投票详细页面的模板(‘polls/detail. ...
- STM32 ~ 串口DMA通道查找
STM32F4XX: /**************************************************************************************** ...
- Data Structure Linked List: Write a function to reverse a linked list
iterative太简单不写了 http://www.geeksforgeeks.org/write-a-function-to-reverse-the-nodes-of-a-linked-list/ ...
- python的property属性
最近看书中关于Python的property()内建函数属性内容时<python核心编程>解释的生僻难懂,但在网上看到了一篇关于property属性非常好的译文介绍. http://pyt ...