Andrea Kékesy
Andrea Kékesy, later Bernolák (born 17 September 1926)[1] is a Hungarian former pair skater. She was born in Budapest. With her skating partner, Ede Király, she became the 1948 Olympic silver medalist, the 1949 World champion, and a two-time European champion (1948–1949).
Andrea Kékesy | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Personal information | ||||||||||||||||||||||||||||||||
Country represented | Hungary | |||||||||||||||||||||||||||||||
Born | Budapest, Hungary | 17 September 1926|||||||||||||||||||||||||||||||
Partner | Ede Király | |||||||||||||||||||||||||||||||
Medal record
|
Results
Pairs with Király
International[1][2][3] | ||||
---|---|---|---|---|
Event | 1944 | 1947 | 1948 | 1949 |
Winter Olympics | 2nd | |||
World Championships | 2nd | 1st | ||
European Championships | 1st | 1st | ||
National[4] | ||||
Hungarian Championships | 1st | 1st | 1st | 1st |
Ladies' singles
International | ||
---|---|---|
Event | 1948 | 1949 |
World Championships | 9th | |
European Championships | 7th | 10th |
gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
References
- "Andrea Kékesy". Sports Reference. Archived from the original on 3 December 2016.
- "World Figure Skating Championships: Pairs" (PDF). International Skating Union. Archived from the original (PDF) on 5 December 2013.
- "European Figure Skating Championships: Pairs" (PDF). International Skating Union. Archived from the original (PDF) on 5 December 2013.
- "Műkorcsolya bajnokok" [Hungarian figure skating champions] (in Hungarian). Hungarian National Skating Federation. Archived from the original on 21 April 2017.
External links
Navigation
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.