Eduardo Kingman

Eduardo Kingman Riofrío (February 23, 1913 – November 27, 1997) was one of Ecuador's greatest artists of the 20th century, among the art circles of other master artists such as Oswaldo Guayasamin and Camilo Egas.

Eduardo Kingman
Born
Eduardo Kingman Riofrío

February 23, 1913
Loja, Ecuador
DiedNovember 27, 1997 (1997-11-28) (aged 84)
Quito, Ecuador
NationalityEcuadorian
AwardsPremio Eugenio Espejo (1986)

Background

Kingman was born in Loja, Ecuador on February 23, 1913.[1] His father, Edward Kingman, had moved to Ecuador from Newton, Connecticut. Kingman was the elder brother of journalist Nicolás Kingman Riofrío.

Kingman first studied under Victor Mideros at the Escuela de Bellas Artes, in Quito. Further studies took him to Venezuela, Peru, Bolivia and finally to San Francisco Art Institute, California (1945–1946).

Art career

People from the United States first became acquainted with Kingman's art in 1939, when he assisted Camilo Egas with the paintings and decorations for the Ecuadorian Pavilion at the New York World's Fair.

For a period of twenty years, Eduardo Kingman held the post of principal professor at Quito's Escuela de Bellas Artes (School of Fine Arts) as well as Director of the Museo de Arte Colonial de Quito.[1] In 1940, Kingman founded the Caspicara Gallery in Quito. At this time and later his original prints and paintings were exhibited internationally in such cities as Paris, Washington, San Francisco, Mexico City, Caracas and Bogotá. Near the end of his career, Kingman was honored with a one-man exhibition of his art at the United Nations, New York.

The unifying theme of Kingman's paintings, lithographies and woodcuts in expressing the social realities of Ecuador's indigenous peoples. He was known as "the painter of hands."[2]

Kingman was also active as a writer and social activist.

He died in Quito, Ecuador in 1998.[1] Two of his paintings were stolen from the Posada de las Artes Kingman Museum in 2003 but were safely recovered.[2]

Published works

  • Albornoz, Miguel and Eduardo Kingman. Orellana: El Caballero de las Amazonas. Editorial Herrero (1965). ASIN B001FCLO4I.
  • Icaza, Jorge, author. Kingman, Eduardo, illustrator. Huairapamushcas. Quito : Casa de la Cultura Ecuatoriana, 1948.
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.
gollark: ... should I create a bug report?

See also

References

  1. Eduardo Kingman (1913-1994). AskArt. (retrieved 12 April 2009)
  2. Colombia Police Recover Stolen Ecuador Kingman Paintings. Latin American Herald Tribune. (retrieved 12 April 2009)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.