Mona Steigauf
Mona Steigauf (born 17 January 1970 in Starnberg) is a retired German heptathlete.
Her personal best was 6546 points, achieved at the 1997 Summer Universiade in Catania. This ranks her ninth among German heptathletes, behind Sabine Braun, Sabine Paetz, Ramona Neubert, Anke Behmer-Vater, Heike Drechsler, Ines Schulz, Sibylle Thiele and Heike Tischler.
Achievements
Year | Competition | Venue | Position | Event | Notes |
---|---|---|---|---|---|
Representing | |||||
1994 | Hypo-Meeting | Götzis, Austria | 7th | Heptathlon | |
1995 | World Indoor Championships | Barcelona, Spain | 6th | Pentathlon | |
Universiade | Fukuoka, Japan | 2nd | Heptathlon | ||
1996 | European Indoor Championships | Stockholm, Sweden | 4th | Pentathlon | |
Olympic Games | Atlanta, United States | 11th | Heptathlon | ||
1997 | World Indoor Championships | Paris, France | 2nd | Pentathlon | |
World Championships | Athens, Greece | 6th | Pentathlon | ||
Universiade | Catania, Italy | 1st | Heptathlon | 6546 = PB | |
1999 | World Indoor Championships | Lisbon, Portugal | 8th | Pentathlon | |
Hypo-Meeting | Götzis, Austria | 6th | Heptathlon |
gollark: No, we use a partial Hell Superset implementation which is incompatible with this, as well as a bunch of hooks for superglobals.
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.