FIBT World Championships 1993

The FIBT World Championships 1993 took place in Igls, Austria (Bobsleigh) and La Plagne, France (Skeleton). This was Igls's fourth time hosting the championships, doing so previously in 1935 (Two-man) and 1963, and 1991 (Skeleton). Meanwhile, La Plagne was hosting its first championship event.

Selection issue

Igls was not the first choice for the bobsleigh part of the championships. In 1989, Cervinia, Italy was chosen over Winterberg, Germany (then in West Germany), but Cervinia later withdrew and Igls was awarded as a substitute.

Two man bobsleigh

Pos Team Time
Gold  Germany (Christoph Langen, Peer Joechel)
Silver   Switzerland (Gustav Weder, Donat Acklin)
Bronze  Germany (Wolfgang Hoppe, René Hannemann)

Four man bobsleigh

Pos Team Time
Gold   Switzerland (Gustav Weder, Donat Acklin, Kurt Meier, Domenico Semeraro)
Silver  Austria (Hubert Schösser, Harald Winkler, Gerhard Redl, Gerhard Haidacher)
Bronze  United States (Brian Shimer, Bryan Leturgez, Karlos Kirby, Randy Jones)

The United States earned their first championship medal since 1969.

Men's skeleton

Pos Athlete Time
Gold  Andi Schmid (AUT)
Silver  Franz Plangger (AUT)
Bronze  Gregor Stähli (SUI)

Medal table

RankNationGoldSilverBronzeTotal
1 Austria (AUT)1203
2  Switzerland (SUI)1113
3 Germany (GER)1012
4 United States (USA)0011
Totals (4 nations)3339
gollark: Do you like my `argv[0]`-setting code, by the way? I think that's what it has to use to deceive `ps ax`.
gollark: It's not like you can check, except by checking.
gollark: My thing provides different names for each.
gollark: They do in `ps ax` but not `ps -A` or `top`.
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it

References

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