Zhang Yanjun

Zhang Yanjun (simplified Chinese: 张延军; traditional Chinese: 張延軍; pinyin: Zhāng Yánjūn; born 7 February 1993) is a Chinese footballer who currently plays for China League One side Liaoning FC.

Zhang Yanjun
张延军
Personal information
Date of birth (1993-02-07) 7 February 1993
Place of birth Shenyang, Liaoning, China
Height 1.78 m (5 ft 10 in)
Playing position(s) Midfielder
Club information
Current team
Liaoning FC
Number 13
Youth career
2013–2016 Liaoning FC
Senior career*
Years Team Apps (Gls)
2012 Xinjiang Xiyu Grand Begonia 19 (0)
2017– Liaoning FC 34 (2)
* Senior club appearances and goals counted for the domestic league only and correct as of 3 November 2018

Club career

Zhang Yanjun started his professional football career in 2012 when he was loaned to China League Two side Xinjiang Xiyu Grand Begonia from Liaoning FC.[1] He played at Liaoning's reserve team after his return and was eventually promoted to the first team squad in the 2017 season.[2] On 2 May 2017, he made his senior debut for Liaoning in a 4–3 away defeat against Hangzhou Greentown in the 2017 Chinese FA Cup.[3] He made his Chinese Super League debut on 20 May 2017 in a 2–0 away defeat against Hebei China Fortune, coming on as a substitute for Wang Liang in the 28th minute.[4] He became a regular starter after his impressive performance in the match. On 24 June 2017, Zhang scored his first senior goal in a 2–1 away loss against Tianjin Quanjian.[5] On 6 August 2017, Zhang collapsed in a league match against Guangzhou R&F at Yuexiushan Stadium where he collided with Ye Chugui. He was hospitalised and diagnosed as spinal shock.[6]

Career statistics

As of 3 November 2018 [7]
Club performance League Cup League Cup Continental Total
SeasonClubLeague AppsGoals AppsGoals AppsGoals AppsGoals AppsGoals
China PR League FA Cup CSL Cup Asia Total
2012Xinjiang Xiyu Grand BegoniaChina League Two190---190
2017Liaoning FCChinese Super League16110--171
2018China League One18100--181
Total China PR 532100000542
gollark: It should be okay with regexes or something non-turing-complete.
gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.

References

  1. "2012年中乙联赛新疆君悦海棠队球员名单(05.21)". Sohu (in Chinese). 2012-05-21. Retrieved 2017-06-01.
  2. "辽足引进"潜力股"补充实力". ifeng.com (in Chinese). 2017-01-05. Retrieved 2017-06-01.
  3. "足协杯-20分钟5球臧一锋戴帽 绿城4-3逆转胜开新". Sina (in Chinese). 2017-05-02. Retrieved 2017-06-01.
  4. "中超-任航头球破僵U23桂宏处子进球 华夏2-0辽足". Sina (in Chinese). 2017-05-20. Retrieved 2017-06-01.
  5. "1V2小角度爆射斩中超首球 辽足这新人终冒尖". Sina (in Chinese). 2017-06-24. Retrieved 2017-08-11.
  6. "曝辽足昏厥边翼被诊断为脊髓休克 暂时无大碍". Sina (in Chinese). 2017-08-06. Retrieved 2017-08-11.
  7. "张延军". sodasoccer (in Chinese).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.