Xi'an Polytechnic University

Xi'an Polytechnic University (Chinese: 西安工程大学; pinyin: Xī'ān Gōngchéng Dàxué) is a college located in Xi'an, in the Shaanxi province, China.

Xi'an Polytechnic University
西安工程大学
TypePublic Polytechnic
Established1912[1]
ChairmanLiu Jiangnan (刘江南)[2]
ChancellorGao Yong (高勇)[2]
Academic staff
1565
Students~24,000[1]
Address
19 South Jinhua St., Xi'an, China
, , ,
32°15′32″N 108°59′32″E
Campus1500 mu (2.25 km², 556 acres)[3]
Websitewww.xpu.edu.cn
Main gate of the university

History

Xi'an Polytechnic University enjoys a long history which can be traced back to 1912 when it was the Weaving Division of the Beijing Higher Industrial School. The school was approved in 1978 to set up the Northwest Textile Institute, one of the three national institutions controlled directly by the national Ministry of Textiles. In 1998, control transferred to the Shaanxi Province Ministry of Education, and the name of the school was changed to Xi'an Polytechnic University in 2001.

XPU is a large-scale university with 10 colleges and 2 teaching departments, with over 24,000 students. There are 2 campuses, covering an area of 1,080,000 square meters.

gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.

References

  1. "School history". University official site (in Chinese). 2014. Retrieved 2014-09-24.
  2. "School leadership". University official site (in Chinese). 2014. Retrieved 2014-09-24.
  3. "School profile". University official site (in Chinese). 2007. Archived from the original on 2007-08-20. Retrieved 2007-08-27.



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