27th Golden Eagle Awards

The 27th Golden Eagle Awards (simplified Chinese: 第27届中国电视金鹰奖; traditional Chinese: 第27屆中國電視金鷹獎) took place in Changsha, Hunan, China, on October 12, 2014.[1]

Winners

Best Television Series Best Director
  • Jiao Yulu
  • Find the Path
  • Zhao BaogangTo Elderly With Love
  • Liu JiangLet's Get Married
Favorite Actor Favorite Actress
  • Liu TaoTo Elderly with Love
  • Sun LiHot Mom!
  • Hou MengyaoThe Legend of Mulan
  • Wang WeiweiAngel Heart
Best Cinematography Best Art Direction
  • Liu YongqiThe Orphan of Zhao
Writing Most Popular Actor(s)
  • Li TingUnder Changbai Mountains My Family
Outstanding Television Series Best Performing Art
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```

References

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