Hugo Brouwer

Hugo Jacobus Marie (of Maria) Brouwer (The Hague, 24 April 1913 – Groningen, 19 August 1986) was a Dutch painter, mosaic artist, glass artist and sculptor.[1]

"Kin on horseback," Alkmaar, 1950s.

Life and work

Brouwer studied at the art academies Munich, Berlin and The Hague. He was a versatile artist who has produced monumental works for churches and secular buildings, but sometimes smaller works.

Work of Brouwer is taken into the collection of the Kempenland Museum in Eindhoven. Brouwer has inspired several later artists, including Leo Achterbergh and Antoon van Bakel. He lived and worked in Nuenen. In the vicinity of this place are many of his works present.

Some works

  • Stained-glass windows in the City Hall to Nuenen designed in 1950, and presented to the population of Nuenen by the post World War II returnees came back from Germany, as thanks for the hospitality they receive.
  • The mural in the dining-room of the Van Maerlant College in Eindhoven, 1953.
  • Statue of Saint Joseph with Christ Child, above the entrance portal of the Franciscan Monastery on the Poeijersstraat in Eindhoven, 1956.
  • Crucifix in the hamlet board at Nuenen, posted on Good Friday, 1958.
  • A triptych in St. Andrew Church in Nuenen in 1964. After the demolition of the church in 2007 it was transferred to the church of Odiliapeel.
  • Mosaic in the sanctuary of the church Immaculate Heart of Mary in the district Molenveld Weert in 1965. It is 255 m 2 possibly the largest mosaic of the Netherlands, donated by industrialist H. Smeets Weert. The artwork shows scenes that symbolize the Redemption.
  • Stained glass windows in the chapel several of St. Servatius (Psychiatric Centre) Venray.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.

See also

References

  1. Biographical data at the Netherlands Institute for Art History
  • (in Dutch) Hugo Brouwer by Peter Thoben at eindhoven-encyclopedie.nl.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.