Marcel Guguianu

Marcel Guguianu (June 28, 1922 – June 11, 2012) was a Romanian sculptor.[1]

Biography

Born in Bârlad, Guguianu attended primary school and began high school there, finishing at Galaţi. From 1941 to 1945, he attended courses at the Fine Arts School in Bucharest, taught by Cornel Medrea. He then taught drawing and calligraphy at high schools in his native city. From 1954 to 1956 he was based in Iaşi, restoring historic monuments there and in Bârlad.[2]

He began entering his sculptures at annual and biennial exhibitions in 1948. In 1956, he joined the Artists' Union of Romania and moved to Bucharest. Among the exhibitions where his work has featured are those at Budapest, Odense, Rome, San Marino, Naples, Aranđelovac, Belgrade, Montpellier, Paris, São Paulo, New York City, Ankara, Bamako, Washington, Seville and Miami. His awards include an honorary prize at the 1972 Venice Biennale; three other prizes at Naples during the 1970s; and a gold medal from San Marino (1981). In 2002, upon marking his 80th birthday and over 60 years of activity, President Ion Iliescu made him a knight of the Order of the Star of Romania.[2]

His work is exhibited at the Countess Madeleine Galleries in New York City, and the Marcel Guguianu Foundation was established in 1992.[2]

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.
gollark: Esolang where multiple different garbage collectors run at the same time.

References

  1. "Sculptor Marcel Guguianu dies at 89. His heart will be placed in a sculpture". Bucharestherald.ro. Retrieved 2013-10-31.
  2. (in Romanian) "Marcel Guguianu" Archived 2012-02-19 at the Wayback Machine in "Un Who's Who Bârlădean", excerpted from Istoria Bârladului, vol. 2, Editura SFERA, Bârlad, 2002, at the Bârlad City Hall site; accessed March 28, 2011
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.