Guan Xueting
Guan Xueting (simplified Chinese: 关雪婷; traditional Chinese: 關雪婷; pinyin: Guān Xuětíng; born December 4, 1992 in Shenyang, Liaoning) is a Chinese ice dancer. With partner Wang Meng, she is the 2008 Chinese silver medalist. They placed 19th at the 2008 World Junior Championships. She previously competed with Zhang Yu.
Guan Xueting | |
---|---|
![]() | |
Personal information | |
Full name | Guan Xueting |
Country represented | ![]() |
Born | Shenyang, Liaoning | December 4, 1992
Height | 1.58 m (5 ft 2 in) |
Partner | Wang Meng |
Former partner | Zhang Yu |
Coach | Gao Ge |
Former coach | Liu Chao |
Choreographer | Gao Ge |
Skating club | Shenyang FSC |
ISU personal best scores | |
Combined total | 131.44 2009 JGP Germany |
Comp. dance | 26.36 2009 JGP Belarus |
Original dance | 42.20 2009 JGP Germany |
Free dance | 63.71 2009 JGP Germany |
Guan was abducted in June 2011 but was later released and returned home.[1]
Competitive highlights
(with Wang)
Event | 2006-07 | 2007-08 | 2008-09 | 2009-10 | 2010-11 | 2011-12 |
---|---|---|---|---|---|---|
Four Continents Championships | 9th | 8th | ||||
World Junior Championships | 19th | 14th | ||||
Chinese Championships | 5th | 2nd | 4th[2] | 3rd | 4th | 4th |
Cup of China | 9th | |||||
Winter Universiade | 11th | |||||
Junior Grand Prix, Germany | 10th | |||||
Junior Grand Prix, Belarus | 8th | |||||
Junior Grand Prix, France | 12th |
gollark: This is far more readable than foolish "shell scripts", and actually quite fast.
gollark: It's HIGHLY advanced.
gollark: If you want, I can make it compile in parallel, but I haven't done this.
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
References
- 關雪婷更新博客曝曾遭綁架 被扇耳光扔至荒山野嶺. Sina (in Chinese). June 18, 2011. Archived from the original on March 12, 2012. Retrieved June 18, 2011.
- "2009 Chinese Figure Skating Championships Results And Protocols" (PDF). Archived from the original (PDF) on 2009-08-02. ( 2009-08-01) (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.