Davide Plebani
Davide Plebani (born 24 July 1996) is an Italian road and track cyclist, who currently rides for UCI Continental team Biesse Arvedi.[1] Representing Italy at international competitions, Plebani competed at the 2016 UEC European Track Championships in the elimination race event.[2]
Plebani in 2018 | |
Personal information | |
---|---|
Full name | Davide Plebani |
Born | Sarnico, Lombardy, Italy | 24 July 1996
Team information | |
Current team | Biesse Arvedi |
Discipline |
|
Role | Rider |
Amateur teams | |
2017 | Beltrami–Argon 18 |
2018 | Team Colpack |
2019 | Arvedi Cycling |
Professional teams | |
2015–2016 | Unieuro–Wilier |
2020– | Biesse Arvedi |
Medal record
|
Major results
- 2013
- National Junior Track Championships
- 1st
Madison - 1st
Team pursuit - 1st
Team sprint
- 1st
- 2014
- 1st
Road race, National Junior Road Championships - 6th Road race, UEC European Junior Road Championships
- 2016
- 2nd
Team pursuit, UEC European Under-23 Track Championships - 3rd
Team sprint, National Track Championships - 2018
- 1st
Team time trial, National Under-23 Road Championships - 2019
- European Games
- 2nd
Individual pursuit - 2nd
Team pursuit
- 2nd
- 3rd
Individual pursuit, UCI Track World Championships
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.
References
- "Biesse Arvedi". UCI.org. Union Cycliste Internationale. Archived from the original on 8 March 2020. Retrieved 8 March 2020.
- "Results 2016 UEC European Track Championships". europeantrack2016.veloresults.com. 1 October 2016. Archived from the original on 24 October 2016. Retrieved 23 October 2016.
External links
- Davide Plebani at Cycling Archives
- Davide Plebani at ProCyclingStats
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.