Ilaria Debertolis
Ilaria Debertolis (born 17 September 1989 in Feltre)[2] is an Italian cross-country skier. She competed at the FIS Nordic World Ski Championships 2013 in Val di Fiemme. She competed at the 2014 Winter Olympics in Sochi, in 30 kilometre freestyle, and was part of the Italian team that placed eighth in the relay.[3] She has been in a relationship with fellow cross-country skier Dietmar Nöckler since 2009.[1]
Ilaria Debertolis | |
---|---|
![]() | |
Country | ![]() |
Born | Feltre, Italy | September 17, 1989
Height | 1.69 m (5 ft 7 in)[1] |
Ski club | G.S. Fiamme Oro |
World Cup career | |
Seasons | 2012– |
Indiv. podiums | 0 |
Team podiums | 0 |
Indiv. starts | 104 |
Team starts | 12 |
Overall titles | 0 – (54th in 2014) |
Discipline titles | 0 |
Updated on 30 March, 2019. |
Cross-country skiing results
All results are sourced from the International Ski Federation (FIS).[4]
Olympic Games
Year | Age | 10 km individual |
15 km skiathlon |
30 km mass start |
Sprint | 4 × 5 km relay |
Team sprint |
---|---|---|---|---|---|---|---|
2014 | 24 | — | — | 42 | 31 | 7 | 12 |
2018 | 28 | 31 | 49 | — | — | 9 | — |
World Championships
Year | Age | 10 km individual |
15 km skiathlon |
30 km mass start |
Sprint | 4 × 5 km relay |
Team sprint |
---|---|---|---|---|---|---|---|
2013 | 23 | 39 | — | — | 55 | — | 5 |
2015 | 25 | 21 | — | — | — | 9 | 11 |
2017 | 27 | — | 31 | 16 | 19 | 9 | 10 |
2019 | 29 | — | — | 38 | 58 | 7 | — |
World Cup
Season standings
Season | Age | Discipline standings | Ski Tour standings | |||||
---|---|---|---|---|---|---|---|---|
Overall | Distance | Sprint | Nordic Opening |
Tour de Ski |
World Cup Final |
Ski Tour Canada | ||
2012 | 22 | NC | NC | NC | — | DNF | — | N/A |
2013 | 23 | 102 | NC | 65 | — | DNF | — | N/A |
2014 | 24 | 92 | 69 | 75 | 57 | 28 | — | N/A |
2015 | 25 | 54 | 53 | 52 | 53 | 19 | N/A | N/A |
2016 | 26 | 75 | 62 | 53 | 45 | DNF | N/A | — |
2017 | 27 | 29 | 26 | 28 | 29 | 19 | 31 | N/A |
2018 | 28 | NC | NC | NC | 49 | — | — | N/A |
2019 | 29 | 94 | NC | 62 | — | DNF | — | N/A |
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
gollark: Any good static-file server will ALREADY probably support the `Range` header.
References
- "Ilaria Debertolis". Italian National Olympic Committee (in Italian). Retrieved 26 February 2019.
- Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Ilaria Debertolis". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 2020-04-18.
- "Ilaria Debertolis". sochi2014. Retrieved 1 March 2014.
- "DEBERTOLIS Ilaria". FIS-Ski. International Ski Federation. Retrieved 22 December 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.