"; } $thisArtDetails = getContentContent($thisTable_content,$thisID,"Exhibit Content","Artwork","Details"); if ($thisArtDetails == null || $thisArtDetails == "") { // there is nothing, show noting $displayArtDetails = ""; } else { // there is something. show it $displayArtDetails = "$thisArtDetails
"; } $thisArtCourtesyNote = getContentContent($thisTable_content,$thisID,"Exhibit Content","Artwork","Courtesy Note"); if ($thisArtCourtesyNote == null || $thisArtCourtesyNote == "") { // there is nothing, show noting $displayArtCourtesyNote = ""; } else { // there is something. show it $displayArtCourtesyNote = "
$thisArtCourtesyNote"; } $thisArtAuthor = getContentContent($thisTable_content,$thisID,"Exhibit Content","Artwork","Author"); $thisArtAuthorURL = getContentContent($thisTable_content,$thisID,"Exhibit Content","Artwork","Author URL"); if ($thisArtAuthorURL == null || $thisArtAuthorURL == "") { // there is nothing, show noting $displayArtAuthor = "$thisArtAuthor"; } else { // there is something. show it $displayArtAuthor = "$thisArtAuthor"; } $thisArtAuthorInstagram = getContentContent($thisTable_content,$thisID,"Exhibit Content","Artwork","Author Instagram"); if ($thisArtAuthorInstagram == null || $thisArtAuthorInstagram == "") { // there is nothing, show noting $displayArtAuthorInstagram = ""; } else { // there is something. show it $displayArtAuthorInstagram = " @$thisArtAuthorInstagram"; } $thisPoemContent = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Content"); $thisPoemTitle = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Title"); $thisPoemYear = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Year"); $thisPoemMedia = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Media"); if ($thisPoemMedia == null || $thisPoemMedia == "") { // there is nothing, show noting $displayPoemMedia = ""; } else { // there is something. show it $displayPoemMedia = "$thisPoemMedia
"; } $thisPoemDetails = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Details"); if ($thisPoemDetails == null || $thisPoemDetails == "") { // there is nothing, show noting $displayPoemDetails = ""; } else { // there is something. show it $displayPoemDetails = "$thisPoemDetails
"; } $thisPoemCourtesyNote = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Courtesy Note"); if ($thisPoemCourtesyNote == null || $thisPoemCourtesyNote == "") { // there is nothing, show noting $displayPoemCourtesyNote = ""; } else { // there is something. show it $displayPoemCourtesyNote = "
$thisPoemCourtesyNote"; } $thisPoemAuthor = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Author"); $thisPoemAuthorURL = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Author URL"); if ($thisPoemAuthorURL == null || $thisPoemAuthorURL == "") { // there is nothing, show noting $displayPoemAuthor = "$thisPoemAuthor"; } else { // there is something. show it $displayPoemAuthor = "$thisPoemAuthor"; } $thisPoemAuthorInstagram = getContentContent($thisTable_content,$thisID,"Exhibit Content","Poem","Author Instagram"); if ($thisPoemAuthorInstagram == null || $thisPoemAuthorInstagram == "") { // there is nothing, show noting $displayPoemAuthorInstagram = ""; } else { // there is something. show it $displayPoemAuthorInstagram = " @$thisPoemAuthorInstagram"; } // prepare content information $thisLayoutFlexDirection = getContentContent($thisTable_attribute,$thisID,"Exhibit Layout","CSS Flexbox","flex-direction"); if ($thisLayoutFlexDirection == null || $thisLayoutFlexDirection == "") { $thisLayoutFlexDirection = "row"; } else { } // also define the curator name switch ($thisLayoutFlexDirection) { case "row": $layoutName = "AP diptych"; $panelWidth = "width: 50%;"; break; case "row-reverse": $layoutName = "PA diptych"; $panelWidth = "width: 50%;"; break; case "column": $layoutName = "AP stack"; $panelWidth = "width: 80%; margin: 0 auto;"; break; case "column-reverse": $layoutName = "PA stack"; $panelWidth = "width: 80%; margin: 0 auto;"; break; default: $layoutName = "AP diptych"; } $thisLayoutFontFamily = getContentContent($thisTable_attribute,$thisID,"Exhibit Layout","CSS Font Family","font-family"); if ($thisLayoutFontFamily == null || $thisLayoutFontFamily == "") { $thisLayoutFontFamily = "Times"; } $thisLayoutColor = getContentContent($thisTable_attribute,$thisID,"Exhibit Layout","CSS Font Color","color"); if ($thisLayoutColor == null || $thisLayoutColor == "") { $thisLayoutColor = "black"; } $thisLayoutFontSize = getContentContent($thisTable_attribute,$thisID,"Exhibit Layout","CSS Font Size","font-size"); if ($thisLayoutFontSize == null || $thisLayoutFontSize == "") { $thisLayoutFontSize = "1.4em"; } $thisLayoutLineHeight = getContentContent($thisTable_attribute,$thisID,"Exhibit Layout","CSS Line Height","line-height"); if ($thisLayoutLineHeight == null || $thisLayoutLineHeight == "") { $thisLayoutLineHeight = "1.2em"; } $report = displayExhibitListSuturo1("artifact","Exhibit",2020,null,null,2020,3); $layout = "
$thisPoemContent

Artwork
$thisArtTitle $thisArtYear
$displayArtDetails $displayArtMedia $displayArtAuthor $displayArtAuthorInstagram $displayArtCourtesyNote

Poem
$thisPoemTitle $thisPoemYear
$displayPoemDetails $displayPoemMedia $displayPoemAuthor $displayPoemAuthorInstagram $displayPoemCourtesyNote

Explore more in Artists and Poems

$report
"; $page = $layout; break; case "artists": $page = "artists"; break; case "poets": $page = "poets"; break; case "threads": $page = "threads"; break; case "about": $page = "

Early in the pandemic, several facebook friends posted that they were looking for poems to read at a funeral. Given the number of deaths around the world, this request was probably too common.

We often turn to poetry to mark big occasions, to help give these moments more meaning, to better convey the sentiments we feel but cannot express, or to help make sense of things we don’t fully understand.

In the middle of this pandemic, and all the other crises running alongside it, when so many moments are limited to words shared at a social distance, the need for poetry seems much greater.

In Artists and Poems we invited a group of 45 Los Angeles artists to choose a poem that has meaning for them given the current state of the world. The artists then created artwork inspired by these poems. The pair of works – poem and visual art – are presented together in this exhibition.

Artists and Poems creates a platform for contemplation, responding to the turmoil of this year through a lens of art and poetry. The juxtaposition of visual art and verse provides insight into both the artists’ work and the poems they have chosen. The show is offered in hope that it will benefit others in this time of anxiety and unrest.

--- Steven Wolkoff, October 2020

"; break; default: //$report = listRecordsOLD($key_table,$key_type,"*","summary"); $report = displayExhibitListSuturo1("artifact","Exhibit",2020,null,null,2020,100); $page = $report; } include '../../meta/php/pageFooter.php'; // BRING IN THE MENU CONTENT // ob_start(); // include '2017menu.php'; // $thisMenu = ob_get_clean(); $thisMenu = "
"; include "../../meta/php/pageFooter.php"; $thisPage = " $thisMenu

$page

Artists and Poems: Los Angeles 2020

Presented with Durden and Ray

Exhibition Team
Steven Wolkoff
Alexandra Wiesenfeld
Jenny Hager

Artists
Eugene Ahn, Lisa Anne Auerbach, Carlos Beltran Arechiga, Arezoo Bharthania, Jorin Bossen, Debra Broz, Nancy Buchanan, Gavin Bunner, Ismael de Anda III, Jacci Den Hartog, Yasmine Diaz, Tomory Dodge, Tom Dunn, Roni Feldman, Yrneh Gabon, Bia Gayotto, Mark Steven Greenfield, Kio Griffith, Gronk, Jenny Hager, Katie Herzog, Geraldine Hudson, Phung Huynh, Carmine Iannaccone, Bryan Ida, Ichiro Irie, Ben Jackel, Monica Juarez, Alexander Kroll, David Leapman, Constance Mallinson, Dakota Noot, Sean Noyce, Claudia Parducci, Lara Porzak, Rebecca Ripple, Gabby Rosenberg, Christopher Russell, Liza Ryan, Roland Seto, Theodore Svenningsen, Holly Tempo, Doug Wichert, Alexandra Wiesenfeld, Steven Wolkoff, Torie Zalben

About Artists and Poems: Los Angeles 2020

$pageFooter
"; ?>