Aristotelis Gavelas

Aristotelis ("Aris") Gavelas (born 10 November 1978) is a retired Greek sprinter who specialized in the 100 metres.

Aristotelis Gavelas
Personal information
Born (1978-11-10) 10 November 1978
Sport
Country Greece
SportAthletics
Event(s)100m, 60m
Achievements and titles
Personal best(s)10.14 sec, 6.60 sec

He finished sixth at the 2002 European Championships and won the gold medal at the 2001 Mediterranean Games, the latter in a career best time of 10.14 seconds. In Greece only Angelos Pavlakakis has run faster.[1] Gavelas also competed at the 2003 World Indoor Championships without reaching the finals.

Honours

Year Competition Venue Position Event Notes
Representing  Greece
1999 European U23 Championships Gothenburg, Sweden 11th (h) 100m 10.50 (wind: +1.6 m/s)
8th 4x100 m relay 39.98
2001 Mediterranean Games Rades, Tunisia 1st 100 m 10.14 w
4th 4 × 100 m relay 40.22
2002 European Championships Munich, Germany 6th 100 m 10.36
11th (sf) 4 × 100 m relay 39.92
2003 World Indoor Championships Birmingham, United Kingdom 22nd (h) 60 m 6.72
gollark: Is it compatible with potatOS?
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```

References

  1. Greek all-time list, men Archived 5 December 2012 at Archive.today - The Athletics Site



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