Jack Beal

Walter Henry "Jack" Beal Jr. (June 25, 1931 – August 29, 2013) was an American realist painter.

Biography

Jack Beal was born in Richmond, Virginia and he lived in Oneonta, New York with his wife, artist Sondra Freckelton. He died in Oneonta in August 2013.[1]

Beal achieved recognition in New York City and elsewhere during the 1960s. His realist paintings were seen in solo exhibitions at the Allen Frumkin Galleries in New York City and Chicago, and dozens of other galleries in New York, Boston, Miami, Paris and elsewhere.[2] His paintings have been included in important exhibitions at The Whitney Museum of American Art and the Virginia Museum of Fine Arts, among other fine art institutions. In 1976, Beal was elected into the National Academy of Design as an Associate member, and became a full member in 1983.

Public collections

gollark: Good idea.
gollark: `+` and `-` for functions in potatOS are admittedly just fancy compose.
gollark: ```lualocal func_mt = {}if debug then debug.setmetatable(function() end, func_mt) endfunction func_mt.__sub(lhs, rhs) return function(...) return lhs(rhs(...)) endendfunction func_mt.__add(lhs, rhs) return function(...) return rhs(lhs(...)) endendfunction func_mt.__concat(lhs, rhs) return function(...) local r1 = lhs(...) local r2 = rhs(...) return r1, r2 -- limit to two return values endendfunction func_mt.dump(x) return string.dump(x) endfunction func_mt.info(x) return debug.getinfo(x) endfunction func_mt.address(x) return (string.match(tostring(f), "%w+$")) end```
gollark: OH REALLY?
gollark: Oh, and you can index strings so `("abcd")[4]` returns `"d"`.

References


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