Cui Tiejun

Cui Tiejun (Chinese: 崔铁军; born September 1965) is a Chinese scientist specializing in electromagnetic field and microwave technology.[1] He is the deputy director of Southeast University's State Key Laboratory of Millimeter Waves and the Synergetic Innovation Center of Wireless Communication Technology and deputy dean of School of Information Science & Engineering.

Cui Tiejun
BornSeptember 1965 (age 54)
NationalityChinese
Alma materXidian University
Scientific career
FieldsElectromagnetic field
Microwave technology
InstitutionsSchool of Information Science & Engineering, Southeast University
Chinese name
Traditional Chinese
Simplified Chinese

Education

Cui was born in Luanping County, Hebei in September 1965. He earned his bachelor's degree in 1987, an master's degree in 1989, and doctor's degree in 1993, all in engineering science and all from Xidian University. From 1995 to 1997 he received grants from Alexander von Humboldt Foundation as a Humboldt Research Fellow at Karlsruhe University. He was a postdoctoral fellow at the University of Illinois at Urbana-Champaign from 1997 to 1999, and was a research scientist since 2000.[2]

Career

In October 2001 he was hired as a professor and doctoral supervisor at the School of Information Science & Engineering, Southeast University.

He was a delegate to the 12th National People's Congress. In December 2017, he was elected a member of the 14th Central Committee of Jiu San Society.[3]

Honours and awards

gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. "Negative reflection and negative surface wave conversion from obliquely incident electromagnetic waves". nature.com. 19 January 2018. Retrieved 15 December 2019.
  2. Li Qing (栗晴) (26 November 2019). 河北人的骄傲!滦平崔铁军当选为“中科院院士”. qq.com (in Chinese). Retrieved 15 December 2019.
  3. 崔铁军. 93.gov.cn (in Chinese). 19 March 2018. Retrieved 15 December 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.