Éric Vandenabeele

Éric Vandenabeele (born 16 December 1991) is a French professional footballer who plays for Valenciennes FC as a defender.

Éric Vandenabeele
Vandenabeele in 2020.
Personal information
Date of birth (1991-12-16) 16 December 1991
Place of birth Calais, France
Height 1.85 m (6 ft 1 in)
Playing position(s) Defender
Club information
Current team
Valenciennes
Youth career
1997–2006 Calais
2006–2012 Boulogne
Senior career*
Years Team Apps (Gls)
2012–2016 Boulogne 71 (4)
2016–2020 Grenoble 102 (6)
2020– Valenciennes 0 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 11:07, 18 July 2020 (UTC)

Career

A native of Calais, Vandenabeele began his footballing career in the youth system at his hometown team Calais RUFC in 1997. He spent nine years with the club before transferring to Boulogne in 2006. He made his senior debut on 7 August 2012 in the defeat to Chamois Niortais in the first round of the Coupe de la Ligue, and went on to play more than 70 matches for the club over the next four seasons.

Vandenabeele joined Grenoble Foot 38 in the summer of 2016.

Career statistics

As of 18 July 2020.[1][2]
Club Season League Cup League Cup Other Total
DivisionAppsGoalsAppsGoalsAppsGoalsAppsGoalsAppsGoals
Boulogne 2012–13 National 1601010180
2013–14 1304000170
2014–15 2217000291
2015–16 2034000243
Total 7141601000884
Grenoble 2016–17 CFA Group C 24020260
2017–18 National 2923020342
2018–19 Ligue 2 2721010292
2019–20 Ligue 2 2221020252
Total 10267030201146
Career total 17310230402020210
gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!

References

  1. "Eric Vandenabeele joueur de Grenoble Grenoble Foot 38". Foot National (in French). Retrieved 18 July 2020.
  2. Éric Vandenabeele at Soccerway


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