Égide Rombaux

Égide Rombaux (19 January 1865– 11 September 1942) was a Belgian symbolist sculptor.[1]

Ernest Solvay
Lamp with a Nymph, collaboration with ironworker François Hoosemans. Made for the Exposition Universelle (Paris,1900). - Collection of the King Baudouin Foundation
Ceres by Égide Rombaux

Rombeaux was born in Schaerbeek on 19 January 1865. the son of the sculptor Felix Rombaux and Emerence–Rosalie Lemmens.[2][3] He studies at the Academie des Beaux Arts in Brussels from 1879 while simultaneously working as an assistant to Albert Desenfans.[3] He received his first commission in 1887; sculptures of Antoine van der Noot and Antoine van Grimbergen for Brussels Town Hall.[3] He worked in Florence from 1889 to 1992. He returned to Brussels in 1895, and taught at the academies in Antwerp and Brussels.

Rombaux died in Uccle on 11 September 1942.[3]

The First Morning, a 1913 marble by Rombaux is in the collection of the Tate Britain.[4] The Royal Museums of Fine Arts of Belgium, which have a large selection of his work, have a study.[5]

Honours

  • 1911: Member of the Royal Academy of Science, Letters and Fine Arts of Belgium.
  • 1919: Commander of the Order Leopold.[6]
  • 1931: Grand Officer in the Order of the Crown.[7]

Awards

At 17 years old, Rombaux was awarded the prix Godecharle in 1882. He won the Prix de Rome in 1891.

Legacy

The Royal Academy of Science, Letters and Fine Arts of Belgium awards the triannual Prix Égide Rombaux, established in 1943, to a sculptor between 25 and 45 years old.[8][9]

Further reading

[10]

gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
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.

References

  1. Hosteyn, Norbert (2004). "Symbolistische beeldhouwkunst in Vlaanderen". Vlaanderen. 53: 24.
  2. "Explore Egide Rombaux". rkd.nl (in Dutch). Retrieved 2017-06-05.
  3. van Lennep, Jacques. La Nouvelle Biografie Nationale. 4. pp. 336–338.
  4. Tate. "'The First Morning', Egide Rombaux, 1913 | Tate". Tate. Retrieved 2017-06-05.
  5. "Kunstwerk " De eerste ochtend " – Koninklijke Musea voor Schone Kunsten van België". www.fine-arts-museum.be (in Dutch). Retrieved 2017-06-05.
  6. Royal Decree of H.M. King Albert I on 14.11.1919
  7. RD 8.4.1932
  8. "Académie royale de Belgique". www.academieroyale.be. Retrieved 2017-06-05.
  9. "Prix Égide Rombaux - Sculpture : appel à candidatures". www.academieroyale.be. Retrieved 2017-06-05.
  10. Grandmoulin, Léandre (1951). "Notice sur Égide Rombaux, Membre de l'academie" (PDF). Annuaire de l'Académie: 254–285.


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