Kazakhstan at the 2004 Summer Paralympics

Kazakhstan competed at the 2004 Summer Paralympics in Athens, Greece. The team included 8 athletes, 6 men and 2 women,[1] but won no medals.[2]

Kazakhstan at the
2004 Summer Paralympics
IPC codeKAZ
NPCNational Paralympic Committee of Kazakhstan
in Athens
Competitors8 in 3 sports
Medals
Ranked 76th
Gold
0
Silver
0
Bronze
0
Total
0
Summer Paralympics appearances
Other related appearances
 Soviet Union (1988)
 Unified Team (1992)

Sports

Athletics

Men's track

Athlete Class Event Heats Semifinal Final
Result Rank Result Rank Result Rank
Mukhtar Kamysbayev T54 100m 31.67 24 Did not advance
800m DNS Did not advance
Zeinolla Seitov T13 5000m N/A DNS
10000m N/A 37:29.15 16
Marathon N/A 3:13:35 14
Yevgeniy Tetyukhin T54 5000m 16:17.64 25 Did not advance
10000m DNF Did not advance
Marathon N/A 2:35:45 31
Sergey Ussoltsev T54 5000m 11:53.60 24 Did not advance
10000m 24:38.80 24 Did not advance
Marathon N/A 2:39:54 32

Men's field

Athlete Class Event Final
Result Points Rank
Yuriy Kvitkov F13 Discus 27.58 - 7
Javelin 41.22 - 5
P13 Pentathlon 2650 4

Women's track

Athlete Class Event Heats Semifinal Final
Result Rank Result Rank Result Rank
Saida Nurpeissova T36 100m N/A 17.84 7
200m N/A 42.74 7

Powerlifting

Athlete Event Result Rank
Ruslan Dolobayev 60kg 135.0 12

Swimming

gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```
gollark: (this applies after all the legacy `os.loadAPI` stuff loads anyway)
gollark: Too bad.
gollark: I would apply this to the various `_ENV`s, except that probably would break shell.
gollark: I *could* have a "strict" option where it makes all the tables immutable too, I suppose.

See also

References

  1. "Participation Numbers Athens 2004 Paralympic Games". International Paralympic Committee. Retrieved 8 June 2011.
  2. "Medal Standings Athens 2004 Paralympic Games". International Paralympic Committee. Retrieved 8 June 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.