Aydın Karabulut

Aydın Karabulut (born 25 January 1988) is a Turkish footballer who plays as an attacking midfielder for MKE Ankaragücü.

Aydın Karabulut
Aydın with Sivasspor in 2013
Personal information
Full name Aydın Karabulut
Date of birth (1988-01-25) January 25, 1988
Place of birth Berlin, Germany
Height 1.78 m (5 ft 10 in)
Playing position(s) Left wing
Club information
Current team
Ankaragücü
Number 20
Youth career
Hertha Berlin
Senior career*
Years Team Apps (Gls)
2006–2009 Beşiktaş 17 (1)
2009–2010 Ankaraspor 4 (0)
2009–2010Ankaragücü (loan) 7 (1)
2011 Karabükspor 3 (0)
2011–2012 Göztepe 16 (0)
2012–2013 Elazığspor 25 (0)
2013–2014 Sivasspor 30 (4)
2014–2015 Bursaspor 2 (0)
2015Sivasspor (loan) 1 (0)
2016–2017 Gençlerbirliği 42 (3)
2017–2018 Antalyaspor 9 (1)
2018 Gençlerbirliği 13 (0)
2018–2019 Sivasspor 1 (0)
2019– Ankaragücü 3 (0)
National team
2007 Turkey U18 8 (0)
2007–2008 Turkey U19 5 (0)
2008–2009 Turkey U21 4 (2)
* Senior club appearances and goals counted for the domestic league only and correct as of 22 July 2019

Career

Aydın had started his career in Hertha Berlin, one of the leading teams in German capital where he was born. After a while, he pulled the attention of Turkish national team scouts as a promising starlet. He had 5 caps for U-19 national team. He joined Beşiktaş January 2006. His contract came into force on 8 February 2006 which will expire in May 2010. Aydın had several recent occasions on Turkcell Super League in first season mostly as a substitute player.

On 16 February 2008, he was on the line-up of team up against Ankaraspor where Aydın assisted Nobre by his corner kick. Subsequently, he tried to find the net by his own again with a corner kick, however he was denied by the opponent keeper Senecký after his direct curving shoot.[1] He scored his first ever goal for Beşiktaş on 5 January 2008 in Fortis Turkey Cup group match against Diyarbakır BŞB.[2] Aydın kept playing as a substitute player for his team and scored his very first goal in Turkish League on a crucial encounter against Trabzonspor.[3]

Aydın has joined capital city team Ankaraspor in summer 2009, in return of Erhan Güven, who joined Beşiktaş as the new defender.[4]

On 6 September 2013, Karabulut left Elazığspor and joined fellow Super Lig side Sivasspor.[5] During the transfer window of the 2014–2015 season, he signed for Bursaspor.[6]

gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.