Fabio Taborre

Fabio Taborre (born 5 June 1985) is a professional Italian road cyclist, currently suspended from the sport due to an anti-doping violation.[1]

Fabio Taobrre
Taborre at the 2015 Brabantse Pijl.
Personal information
Full nameFabio Taborre
Born (1985-06-05) 5 June 1985
Pescara, Italy
Height1.78 m (5 ft 10 in)
Weight66 kg (146 lb)
Team information
Current teamSuspended
DisciplineRoad
RoleRider
Amateur team
2006–2008Aran World–Cantina Tollo–BLS
Professional teams
2008Diquigiovanni–Androni (stagiaire)
2009–2010Diquigiovanni–Androni
2011–2012Acqua & Sapone
2013–2014Vini Fantini–Selle Italia
2015Androni Giocattoli

Doping

On 27 July 2015 UCI announced that Taborre had tested positive for the HIF prolyl-hydroxylase inhibitor FG-4592 in an out-of-competition control 16 June 2015, and that he was provisionally suspended.[2][3] It was announced on 25 May 2016 that Taborre would be suspended for 4 years for the latter infraction, backdated to 26 July 2015.[4]

Major results

gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.

See also

References


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