Metro Pictures Gallery

Metro Pictures is a New York City art gallery founded in 1980 by Janelle Reiring, previously of Castelli Gallery, and Helene Winer, previously of Artists Space. It was located in SoHo until 1995 when it moved to Chelsea.[1]

Artists

Metro's opening group exhibition in 1980 included Cindy Sherman, Robert Longo, Troy Brauntuch, Jack Goldstein, Sherrie Levine, James Welling, and Richard Prince.

During the early and mid-1980s, Mike Kelley, Louise Lawler,[2] Martin Kippenberger, John Miller, Tony Oursler, Walter Robinson and Jim Shaw joined the gallery. Newer generations of artists have continued to expand the gallery's offerings. These artists include Gary Simmons, Olaf Breuning, Andy Hope 1930, Andre Butzer, Sara VanDerBeek Tris Vonna-Michell, Trevor Paglen, Camille Henrot, Sam Falls (since 2013),[3] Judith Hopf (since 2017)[4] and Gretchen Bender (since 2020).[5]

History

Metro Pictures was renovated by 1100 Architect in 2016.[1]

gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.

References

  1. Magazine, Wallpaper* (May 17, 2016). "Picture perfect: Metro Pictures reveals new space with Cindy Sherman show". Wallpaper*. Retrieved September 5, 2018.
  2. Numbers: Which New York Gallery Represents the Most Warhol-ian Artists? New York Observer, September 7, 2012
  3. M.H. Miller (May 6, 2013), Sam Falls Joins Metro Pictures New York Observer.
  4. Alex Greenberger (November 21, 2017), Metro Pictures Now Represents Judith Hopf ARTnews.
  5. Alex Greenberger (February 11, 2020), After Major New York Survey and Prominent Place in MoMA Rehang, Gretchen Bender Estate Heads to Metro Pictures Gallery ARTnews.


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