Mathias Jung

Mathias Jung (born 17 December 1958 in Trusetal) is a former East German biathlete.

Mathias Jung
Personal information
Full nameMathias Jung
Born (1958-12-17) 17 December 1958
Trusetal, East Germany
Professional information
SportBiathlon
ClubASK Vorwärts Oberhof
Olympic Games
Teams1 (1980)
Medals1 (0 gold)
World Championships
Teams3 (1981, 1982, 1983)
Medals3 (2 gold)
World Cup
Seasons6 (1978/79–1983/84)
Individual victories0
Individual podiums2

Biathlon results

All results are sourced from the International Biathlon Union.[1]

Olympic Games

1 medal (1 silver)

Event Individual Sprint Relay
1980 Lake Placid 21st Silver

World Championships

3 medals (2 gold, 1 silver)

Event Individual Sprint Relay
1981 Lahti 4th 20th Gold
1982 Minsk 7th Gold
1983 Antholz-Anterselva 25th 20th Silver
*During Olympic seasons competitions are only held for those events not included in the Olympic program.
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. "Search results". IBU Datacenter. International Biathlon Union. Archived from the original on 27 June 2015. Retrieved 18 July 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.