Team Hrinkow Advarics Cycleang

Team Hrinkow Advarics Cycleang is an Austrian UCI Continental team founded in 2015. It participates in UCI Continental Circuits races.[1]

Team Hrinkow Advarics Cycleang
Team information
UCI codeHAC
RegisteredAustria
Founded2015 (2015)
Discipline(s)Road
StatusUCI Continental
BicyclesHrinkow
WebsiteTeam home page
Key personnel
General managerAlexander Hrinkow
Team manager(s)Roland Köhler
Team name history
2015–
Hrinkow Advarics Cycleang
Team Hrinkow Advarics Cycleang jersey
Jersey

Team roster

As of 5 April 2020.[2]
Rider Date of birth
 Hannes Brandecker (AUT) (1994-07-24) 24 July 1994
 Stefan Brandlmeier (GER) (1993-01-07) 7 January 1993
 Daniel Eichinger (AUT) (1995-10-23) 23 October 1995
 Markus Freiberger (AUT) (1995-12-19) 19 December 1995
 Christopher Hatz (GER) (1991-10-21) 21 October 1991
Rider Date of birth
 Andreas Hofer (AUT) (1991-02-08) 8 February 1991
 Jan Koller (AUT) (1997-06-28) 28 June 1997
 Michael Konczer (AUT) (1993-10-10) 10 October 1993
 Timon Loderer (GER) (1991-04-20) 20 April 1991
 Jonas Rapp (GER) (1994-07-16) 16 July 1994

Major wins

2015
Stage 7 An Post Rás, Andreas Müller
Overall Tour of Szeklerland, Clemens Fankhauser
Stage 2, Clemens Fankhauser
2017
Overall Tour of Szeklerland, Patrick Bosman
Stage 1, Christian Mager
Stage 2, Patrick Bosman
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
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.

References


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