// Content data for the Efie Gallery prototype. // All facts pulled from the design brief and research files. // Artwork images are tagged as placeholders — every artwork credit line // is rendered with a "[credit pending]" annotation per the brief's rights flags. const EXHIBITIONS = [ { slug: "in-abstracto-in-concreto", status: "current", title: "In Abstracto, In Concreto", subtitle: "On Memory and Presence", curator: "Brice Arsène Yonkeu", artists: ["Luke Agada", "Tunji Adeniyi-Jones", "Ludovic Nkoth", "Naïla Opiangah"], start: "16 May 2026", end: "21 Sep 2026", location: "Efie Gallery, Warehouse 61", hero: "media/hero-og.webp", install: ["media/install-corner-paintings.webp", "media/photo-06.webp", "media/photo-07.webp", "media/photo-01.webp"], works: ["media/artwork-blue-grid.webp", "media/photo-03.webp", "media/graphic-01.webp", "media/graphic-03.webp"], essay: [ "Across four practices, this group exhibition holds in tension the abstract and the concrete — the gesture that withholds and the gesture that declares. Memory is not retrieved in these works; it is composed, re-composed, and occasionally refused.", "Brice Arsène Yonkeu assembles paintings, works on paper and a small sculptural register to ask how presence is constructed in a moment that is itself in flux. The galleries are arranged as four chambers, each anchored by a single artist, with adjacencies that let the works converse without diminishing one another.", "The exhibition opens on 16 May 2026 and continues through 21 September. A curator's walkthrough is scheduled for early June; private views are by appointment." ] }, { slug: "campos-pons-venice-2026", status: "current", title: "María Magdalena Campos-Pons", subtitle: "La Biennale di Venezia 2026 · In Minor Keys", curator: "Koyo Kouoh (61st Biennale Arte)", artists: ["María Magdalena Campos-Pons"], start: "9 May 2026", end: "22 Nov 2026", location: "Arsenale, Venice", hero: "media/install-campospons-fair.webp", install: ["media/install-campospons-fair.webp", "media/photo-02.webp"], works: ["media/artwork-sculpture-plinth.webp", "media/graphic-02.webp"], essay: [ "Efie Gallery presents the work of María Magdalena Campos-Pons at the 61st International Art Exhibition — La Biennale di Venezia, In Minor Keys, curated by Koyo Kouoh.", "The artist's contribution centres on a multi-panel painting, Anatomy of the Magnolia Tree for Koyo Kouoh and Toni Morrison, alongside related sculptural and ceremonial elements developed across the past two years." ] }, { slug: "this-bloom-i-borrow", status: "past", title: "This Bloom I Borrow", subtitle: "Aïda Muluneh", curator: null, artists: ["Aïda Muluneh"], start: "17 Jan 2026", end: "9 May 2026", location: "Efie Gallery, Warehouse 61", hero: "media/artist-portrait-muluneh.webp", install: ["media/photo-05.webp", "media/photo-09.webp"], works: [], essay: [] }, { slug: "imole-red", status: "past", title: "Imole Red", subtitle: "María Magdalena Campos-Pons · Desert X 2026", curator: null, artists: ["María Magdalena Campos-Pons"], start: "Mar 2026", end: "May 2026", location: "Desert X, Coachella Valley", hero: "media/photo-08.webp", install: [], works: [], essay: [] }, { slug: "art-dubai-2026", status: "past", title: "Art Dubai 2026", subtitle: "Special Edition", curator: null, artists: ["Gallery programme"], start: "15 May 2026", end: "17 May 2026", location: "Madinat Jumeirah, Dubai", hero: "media/photo-02.webp", install: [], works: [], essay: [] }, { slug: "shape-of-things-to-come", status: "past", title: "The Shape of Things to Come", subtitle: "Curated by Dexter Wimberly", curator: "Dexter Wimberly", artists: ["Group exhibition"], start: "11 Oct 2025", end: "9 Jan 2026", location: "Efie Gallery, Warehouse 61", hero: "media/install-konate-textile.webp", install: [], works: [], essay: [] }, { slug: "time-heals-just-not-quick-enough", status: "past", title: "Time Heals, Just Not Quick Enough…", subtitle: "Ose Ekore", curator: null, artists: ["Ose Ekore"], start: "1 Jun 2025", end: "30 Jul 2025", location: "Efie Gallery, Warehouse 61", hero: "media/photo-04.webp", install: [], works: [], essay: [] }, { slug: "i-am-soil-my-tears-are-water", status: "past", title: "I Am Soil. My Tears Are Water", subtitle: "María Magdalena Campos-Pons · Curated by Faridah Folawiyo", curator: "Faridah Folawiyo", artists: ["María Magdalena Campos-Pons"], start: "14 Apr 2025", end: "25 May 2025", location: "Efie Gallery, Warehouse 61", hero: "media/artwork-sculpture-plinth.webp", install: [], works: [], essay: [] } ]; const ARTISTS_REPRESENTED = [ { slug: "el-anatsui", name: "El Anatsui", born: "b. 1944, Ghana", lives: "Lives & works in Nigeria", image: "media/photo-04.webp", lead: "Sculpture from recovered metal" }, { slug: "aida-muluneh", name: "Aïda Muluneh", born: "b. 1974, Ethiopia", lives: "Lives & works in Côte d'Ivoire", image: "media/artist-portrait-muluneh.webp", lead: "Photography, image-making" }, { slug: "abdoulaye-konate", name: "Abdoulaye Konaté", born: "b. 1953, Mali", lives: "Lives & works in Bamako", image: "media/artwork-konate-teal.webp", lead: "Textile composition" }, { slug: "maria-magdalena-campos-pons", name: "María Magdalena Campos-Pons", born: "b. 1959, Cuba", lives: "Lives & works in Nashville", image: "media/artwork-sculpture-plinth.webp", lead: "Painting, performance, installation" }, { slug: "slawn", name: "Slawn", born: "b. 2000, Nigeria", lives: "Lives & works in London", image: "media/graphic-01.webp", lead: "Painting" }, { slug: "yaw-owusu", name: "Yaw Owusu", born: "b. 1992, Ghana", lives: "Lives & works in Accra", image: "media/artwork-owusu-coins.webp", lead: "Sculpture, coin-based works" }, { slug: "jk-bruce-vanderpuije", name: "J.K. Bruce-Vanderpuije", born: "1899 – 1989, Ghana", lives: "Estate", image: "media/archive-bruce-vanderpuije.webp", lead: "Photography (archive)" }, { slug: "maggie-otieno", name: "Maggie Otieno", born: "b. 1971, Kenya", lives: "Lives & works in Nairobi", image: "media/photo-09.webp", lead: "Sculpture" } ]; const ARTISTS_EXHIBITED = [ { name: "Luke Agada" }, { name: "Tunji Adeniyi-Jones" }, { name: "Ludovic Nkoth" }, { name: "Naïla Opiangah" }, { name: "Ose Ekore" }, { name: "Dexter Wimberly (curator)" }, { name: "Brice Arsène Yonkeu (curator)" }, { name: "Faridah Folawiyo (curator)" } ]; const VIEWING_ROOMS = [ { slug: "konate-textile-fields", title: "Konaté · Textile Fields", lead: "media/artwork-konate-teal.webp", works: 9, dates: "Open · by request", note: "An online viewing room of recent textile compositions by Abdoulaye Konaté." }, { slug: "owusu-coin-paintings", title: "Owusu · Coin Paintings", lead: "media/artwork-owusu-coins.webp", works: 6, dates: "Through 30 Jul 2026", note: "Works in coin and pigment by Yaw Owusu, available for collector enquiry." }, { slug: "private-view-blue-grid", title: "Private View · Blue Grid Suite", lead: "media/artwork-blue-grid.webp", works: 4, dates: "By appointment", note: "A by-appointment private view in the Alserkal viewing room." } ]; const PRESS = [ { outlet: "Apollo Magazine", date: "Jan 2026", title: "The Apollo 40 — Business: Kwame & Kobi Mintah" }, { outlet: "Hyperallergic", date: "May 2026", title: "Notes from the 61st Biennale Arte: In Minor Keys" }, { outlet: "Artforum", date: "May 2026", title: "Campos-Pons in Venice — Anatomy of the Magnolia Tree" }, { outlet: "African Business", date: "Apr 2025", title: "Efie Gallery opens Warehouse 61 on Alserkal Avenue" }, { outlet: "JDEED Magazine", date: "Sep 2025", title: "Inside Efie Gallery — the meaning of home" }, { outlet: "Africans Column", date: "Mar 2025", title: "A two-storey home for African contemporary art in Dubai" } ]; window.EFIE_DATA = { EXHIBITIONS, ARTISTS_REPRESENTED, ARTISTS_EXHIBITED, VIEWING_ROOMS, PRESS };