A
Set short text size
A
Set the default text size
A
Set large text size
It’s no secret that the Giants have shown a fair share of their inspiring performances in 2022, with a 52-point win over the weekend expected to turn a corner.
There were many notable performances against the Eagles – Stephen Coniglio returned to midfield, behind Harry Himmelberg – but it was another strong performance for Sam Taylor, the most consistent performer of the year.
He exploded on the scene in Round 21, 2021, leaving Tom Hawkins with a goal in the Giants win that took them to the final. It may come as a surprise that Taylor played his 50th game next week.
So far the 63-game fullback has performed during a disappointing GWS campaign, already playing in the current top five of the Coleman Medal – Tom J. Lynch, Charlie Carno, Max King, Tom Hawkins and Jeremy Cameron – and just eight wins. Goals from all match-ups. He is reliably one of the best key defenders in the league.
Lynch scored the only three goals on Taylor in the group – kicking Cameron Taylor in just two of his five after a quarter-time shift from Nick Haynes – Levi Casbolt was the only forward to score three goals. Since Round 4, Taylor has scored just nine goals in six games. This is 1.5 goals per team which allows 12.8 goals per game in that period
The metric in which Taylor was a true standout was one defense after another of his rivalry. Among the top 10 percent players in defensive competition in 2022, Taylor is second with a loss percentage of 9.1 percent. It is second only to Steven May, 5.3 percent, who has lost just two contests through the first ten rounds. Third is Darcy Moore with 17.9 percent, which shows how good both May and Taylor were.
To qualify for this number, the top ten percent of players in defensive competition have finished the last ten years, with a loss percentage below 11 percent. But only two have finished below 15 percent (in 2020 and 2021 as second defender to Liam Jones Jacob Waitering and in 2017 Alex Rance with 14.9 percent).
Four of the 11 players below 20 percent were under the age of 25: Jacob Waitering, 2021, 16.8 percent; Harris Andrews, 2020, 17.5 percent; Tom MacDonald, 2016, 16.9 percent; And Eric Mackenzie, 2014, 16.5 percent. This puts Taylor in some great key defenders and at just 23 years old he has the potential to create problems for the forwards for the next decade.
If the 23-year-old can continue this form in the second half of 2022 when GWS concedes the sixth highest point, it will be one of the truly great defensive seasons.
// 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'));