Joseph Oosting
Joseph Oosting (born 29 January 1972) is a Dutch football manager and former player, who is currently the manager of Jong Vitesse, the Under-21 squad of SBV Vitesse.
Joseph Oosting | |||
Personal information | |||
---|---|---|---|
Full name | Joseph Oosting | ||
Date of birth | 29 January 1972 | ||
Place of birth | Emmen | ||
Height | 1.80 m (5 ft 11 in) | ||
Playing position(s) | Midfielder | ||
Club information | |||
Current team |
Jong Vitesse (manager) Vitesse (assistant) | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1988–1993 | FC Emmen | 92 | (5) |
1994–1999 | BV Veendam | 160 | (32) |
1999–2006 | FC Emmen | 139 | (25) |
Teams managed | |||
2008–2009 | CVV Germanicus | ||
2010–2011 | WKE | ||
2012–2013 | ACV | ||
2013–2014 | WKE | ||
2014–2016 | Vitesse (U17) | ||
2015–2016 | Vitesse (U19) | ||
2016 | HHC Hardenberg | ||
2017 | Vitesse (U17 assistant) | ||
2017– | Jong Vitesse | ||
2018 | Vitesse (assistant) | ||
2019 | Vitesse (caretaker) | ||
2019– | Vitesse (assistant) | ||
* Senior club appearances and goals counted for the domestic league only |
Club career
He played professional football from 1988 to 2006 for BV Veendam and FC Emmen.
Personal life
His son Thijs Oosting is also a professional footballer now and represented Netherlands internationally on junior levels.[1]
gollark: https://www.bbc.co.uk/news/uk-53884401Isn't the education system GREAT?
gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
References
- "Joseph Oosting: Ik ben trots dat Thijs z'n droom najaagt bij AZ" [Joseph Oosting: I am proud that Thijs pursues his dream at AZ] (in Dutch). RTV Drenthe. 24 November 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.