2018 Clásica de San Sebastián
The 2018 Clásica de San Sebastián was a road cycling one-day race that took place on 4 August in San Sebastián, Spain.[1] It was the 38th edition of the Clásica de San Sebastián and the twenty-seventh event of the 2018 UCI World Tour. It was won by Julian Alaphilippe in the sprint ahead of Bauke Mollema.
2018 UCI World Tour, race 27 of 38 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Race details | |||||||||||||
Dates | 4 August 2018 | ||||||||||||
Stages | 1 | ||||||||||||
Distance | 228.7 km (142.1 mi) | ||||||||||||
Winning time | 6h 03' 45" | ||||||||||||
Results | |||||||||||||
| |||||||||||||
Teams
22 teams of seven riders have been invited to take part in the race: 18 teams of the UCI WorldTeam category; and four of the Continental Professional category. Forming a peloton of 154 cyclists, the participating teams are:[2][3]
UCI WorldTeams
- Team Sky
- AG2R La Mondiale
- Astana
- Bahrain–Merida
- BMC Racing Team
- Bora–Hansgrohe
- Lotto–Soudal
- Mitchelton–BikeExchange
- Movistar Team
- Quick-Step Floors
- Team Dimension Data
- EF Education First–Drapac p/b Cannondale
- Team Katusha–Alpecin
- LottoNL–Jumbo
- Team Sunweb
- Trek–Segafredo
- UAE Team Emirates
- Groupama–FDJ
UCI Professional Continental teams
Result
Rank | Rider | Team | Time |
---|---|---|---|
1 | Quick-Step Floors | 6h 03' 45" | |
2 | Trek–Segafredo | + 0" | |
3 | Groupama–FDJ | + 16" | |
4 | BMC Racing Team | + 16" | |
5 | Cofidis | + 16" | |
6 | EF Education First–Drapac p/b Cannondale | + 16" | |
7 | Bahrain–Merida | + 16" | |
8 | LottoNL–Jumbo | + 16" | |
9 | LottoNL–Jumbo | + 16" | |
10 | LottoNL–Jumbo | + 16" |
gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
References
- "UCI announces 2018 road calendar". Cycling News. 22 September 2017. Retrieved 30 July 2018.
- "2018 » Clasica Ciclista San Sebastian (1.UWT)". Pro Cycling Stats. Retrieved 30 July 2018.
- "Clásica San Sebastián 2018 start list". Cycling Weekly. 30 July 2018. Retrieved 30 July 2018.
- "Julian Alaphilippe wins Clasica San Sebastian". Cyclingnews.com. Immediate Media Company. 4 August 2018. Retrieved 5 August 2018.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.