For those who aren’t aware, the UEFA Champions League competition has adopted a new format this year.
The old format was comprised of 32 teams from all over Europe. These teams then competed in a group stage, where eight groups with four teams each competed for the top two spots to progress to the round of 16 stage.
After the group stage a draw would take place to decide who plays whom. The teams that came first would play the teams that came second, and they couldn’t play a team from their national league.
From there the knockout stages would progress until ultimately a victor was crowned. From the quarter-final stage onwards, the tournament is the same, the round of 16 however works slightly different.
In the new ‘league phase’ the top eight sides automatically progress to the round of 16. Teams who finish between ninth and 24th play each other in a two-legged knockout bout to see who qualifies for the round of 16.
Teams placed between ninth and 16th are the ‘seeded’ teams and the teams between 16th and 24th are unseeded. Simply, the seeded teams play the unseeded teams to see who makes the knockout stages, and the seeded teams play the second leg at home, which is advantageous.
Now we are aware of the parameters of the tournament, what have we learnt so far?
Currently Liverpool FC are sitting pretty at the summit of the league phase, having won all six games they have played. They have been mightily impressive, beating the likes of Real Madrid, AC Milan and Bayer Leverkusen, whilst only conceding one goal.
We have also seen impressive campaigns from European giants such as Barcelona, Inter Milan, and Arsenal.
So, is this league phase harder for the smaller clubs? It appears not, after six games Real Madrid, last year’s champions have lost three of their games. PSG, French perennial champions have won just two games. RB Leipzig, with the likes of Xavi Simons and sought-after striker Benjamin Sesko have been eliminated having lost every single match.
To compound the misery of these large clubs, smaller clubs have been excelling.
The likes of Stade Brestois 29 and Aston Villa find themselves in the top eight. In the ninth to 24th places we see clubs such as Monaco, Club Brugge, Celtic, and GNK Dynamo, all clubs who in recent years have come last in their Champions League groups.
With two games to go, there are all sort of storylines emerging.
Roar editor Christy Doran made the trip to Seattle with VisitSeattle.org, diving into the city’s electric sports vibe, outdoor adventures, and renowned food scene. Click here for his latest adventure in the Emerald City.
Can Kylian Mbappe and co. get Real Madrid into the top eight, or even the top 16? Is there going to be an underdog story, can Celtic, or Brest, or Aston Villa go on a run and possibly be the inaugural winner of the new Champions League format?
I can envision it already, Real Madrid with their superstars turning up at Celtic Park and getting turned over in the second leg with 60,000 drunk and rowdy Celtic fans jeering.
This new format, whilst having obvious similarities to a ‘Super League’ was necessary. The old format was getting stale, the majority of the time the group stage was simply a formality. At least with this change, the jeopardy of a Champions League game feels palpable. Unless you are a Liverpool supporter.
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));