Connect with us

Hi, what are you looking for?

science

Precious second place in Győr – Német Motorsport

Precious second place in Győr – Német Motorsport

Gathering

Tuesday, September 10, 2024 at 8:28 PM

Gábor Német and Gergely Németh proved to be the fastest on the WHB Győr Rally this weekend: they set the fastest time five times in a row, and although the race win was a long way off due to initial problems, they gained a lot of confidence and a valuable second place in the national rally in the fifth round of the championship.

On Saturday, the Német Motorsport drivers were hampered by a minor technical error on the WHB Győr rally, but once that was resolved, partial successes were achieved: they reached second place, and at one point even the race victory came within striking distance. A stage win at the end of the first day broke the barrier, and on Sunday they ran the best times in each of the first four sprints, securing their third podium finish of the year and the second time in a row to win the silver medal.

“It was a very good race, we were able to drive on good tracks, and we are also happy that many spectators visited the stages, especially the urban sprints, which was a great experience for me as Győr,” Gergely Nemeth, who completed the race on his home turf, began his assessment.

“We did our best and enjoyed the race, we are happy that we were able to reach the finish line without any mistakes and score a lot of points, I feel that this second place is very valuable. I am a bit sorry that we did not have the right harmony with the car on the first lap, but we will learn from that as well,” added Gabor Nemeth, referring to the fact that a brake problem hindered the duo on the first lap on Saturday.

See also  New quality in "Csücsök", Balatonakaratty: Nánásiék, Sissy ice cream, Kolbászfalu

“We worked a lot in this race, and it happened that after Kisgyónbánya, in addition to changing the punctured wheel, we also had to redo the other two damaged front rims to see if they could somehow survive on the track, and we changed the settings many times to find the optimal solution, but I think we have constantly improved,” said Gergo.

German1_2

On the final stage of the first day, in Raparnasse, the duo finished second overall – and that was their first stage win of the weekend.

“It was the hardest win, but it gave us a good foundation and momentum for Sunday, and it also got us through mentally, it was important to be able to set such a good pace the next day. There was no pressure on us, we drove at our own pace. We didn’t have a realistic chance of an outright victory by then, but basically we didn’t care about that, we just cared about ourselves, we wanted to give the best performance possible. “I think we did it, we can be satisfied with the weekend, maybe it was just the feeling of missing something because of the power stage, but I had a little bit of it in me not to go like I did at the end of the Mięcik Rally,” Gabor said.

German2_2

This brought the Nimet Motorsport duo closer to their rivals in the standings, and despite remaining in fourth place in the championship, they were close to the podium at the end of the year.

“The battle is very close, a lot can still happen, but we are not stressing too much about how many places we will finish at the end of the season, because we know that we have been behind since the Mecsek race. Since then, we have achieved two solid and valuable second places, we have managed to win a few stages, and we are fighting hard at the front of the field, so there is no reason to complain. We will see what the chances are in the final race, and I think we will do everything we can to achieve the best possible result,” the navigator looked ahead.

See also  What we thought so far about the giant predator is not true

There is one race left in the championship, the Zemplin Rally, where the end-of-year classification will be determined.

Follow German Motorsport on Facebook too: https://www.facebook.com/NemetMotorsport

German4

If you would like to recommend the article to your friends, you can do so using the buttons below:

function fb__getCookie(name) { var doc_cookie = document.cookie; var pref = name + "="; var begin = doc_cookie.indexOf("; " + pref); if (begin == -1){ begin = doc_cookie.indexOf(pref); if (begin != 0) return null; } else begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) end = doc_cookie.length; return unescape(doc_cookie.substring(begin + pref.length, end)); }

function fb__setCookie(name, value, expireMin) { if( parseInt(expireMin) > 0 ){ var date = new Date(); date.setTime(date.getTime()+(parseInt(expireMin)*60*1000)); var expires = "; expires="+date.toGMTString(); } else { var date=new Date(); date.setDate(date.getDate() + 300); var expires = "; expires="+date.toGMTString(); } document.cookie = name+"="+value+expires+"; path=/"; }

function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { testAPI(); } else { } }

function checkLoginState() { console.log(2); FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }

jQuery(document).ready(function(){ jQuery(document).on('click','#fb-cust',function(e){ e.preventDefault(); //FB.login(statusChangeCallback, {scope: 'email,public_profile', return_scopes: true}); FB.login(statusChangeCallback, { scope: 'email', return_scopes: true }); }); });

window.fbAsyncInit = function() { FB.init({ appId : '483335665730477', cookie : true, xfbml : true, version : 'v3.3' });

FB.getLoginStatus(function(response) { //statusChangeCallback(response); }); };

(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'));

function testAPI() { $('.fblogin_er').addClass('hidden'); var url = window.location.href; var parse_url = parseURL(url);

var redirect_to = decodeURIComponent(parse_url.params.redirect_to);

if( ( redirect_to == 'undefined' ) || ( validateURL( redirect_to ) == false ) ) { redirect_to = 'https://formula.hu/profil' }

FB.api('/me?fields=name,email,first_name,last_name', function(response) {

$.ajax({ type: "POST", url: "ajax.php", dataType: 'json', data: "act=fblogin&email=" + encodeURIComponent(response.email) + "&first_name=" + encodeURIComponent(response.first_name) + "&last_name=" + encodeURIComponent(response.last_name) + "&id=" + encodeURIComponent(response.id) + "&redirect_to=" + encodeURIComponent(redirect_to), cache: false, success: function(obj){ if (obj.msg == '#OK#') { if(fb__getCookie('quiz_backurl')){ window.location.replace(fb__getCookie('quiz_backurl')); } else { window.location.replace(obj.redirect_to); } } else { $('.fblogin_er').html(obj.msg); $('.fblogin_er').removeClass('hidden'); } }, error: function(ex,ey,ez){

} }); return false;

}); } }

function validateURL(surl) { var url = parseURL(surl); var urlHostname = url.hostname.trim();

if (urlHostname == '') { return true; } else { if (urlHostname.toUpperCase() == location.hostname.trim().toUpperCase()) { return true; } else return false; } }

function parseURL(url) { var a = document.createElement('a'); a.href = url; return { source: url, protocol: a.protocol.replace(':', ''), hostname: a.hostname, host: a.host, port: a.port, query: a.search, params: (function () { var ret = {}, seg = a.search.replace(/^\?/, '').split('&'), len = seg.length, i = 0, s; for (; i < len; i++) { if (!seg[i]) { continue; } s = seg[i].split('='); ret[s[0]] = s[1]; } return ret; })(), file: (a.pathname.match(/\/([^\/?#]+)$/i) || [, ''])[1], hash: a.hash.replace('#', ''), path: a.pathname.replace(/^([^\/])/, '/$1'), relative: (a.href.match(/tps?:\/\/[^\/]+(.+)/) || [, ''])[1], segments: a.pathname.replace(/^\//, '').split('/') }; }

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Top News

In a harrowing incident that has shaken the community of Lewiston, Maine, a series of shootings on Wednesday evening resulted in a tragic loss...

Top News

President Joe Biden’s abrupt departure from a speech on the U.S. economy at the White House on Monday sent a ripple of speculation and...

World

Chinese scientists have discovered a little-known type of ore containing a rare earth metal highly sought after for its superconducting properties. The ore, called...

Top News

Given the differences in styles with next-generation consoles, the so-called “console war” between Sony and Microsoft is arguably moot. Most console players, however, will...

Copyright © 2024 Campus Lately.