-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
720 lines (720 loc) · 74.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Tutorials #1</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="stylesheet" href="assets/css/_reset.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<main class="main">
<ul class="list">
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Clara, 8, Beirut, Lebanon</h2>
<div class="list__item__artist">Rania Matar (Lebanese, b. 1964)</div>
</div>
<div class="list__item__body">When Rania Matar started to photograph Clara, independently assumed the pose of an odalisque—a recumbent female figure used in Western art as an emblem of exoticism and female sensuality. This photograph is part of Matar’s series <em>L’Enfant-Femme</em> (2011–16). That French expression describes the fleeting preteen and early teen stage when a girl starts to become a woman.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Max S. Hayes High School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Concetta Zingale</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">In 1985 Zingale became one of the first women to join the Cleveland Fire Department. When this portrait was made in 2003, she was one of only seven uniformed women. By March 2017, the 750-person department was down to four uniformed women, all slated to retire over the next few years.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #3)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #1)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #5)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Kelly Armstrong</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">One of a series of portraits of women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women, Armstrong, a mother of two, was an aspiring electrician when this portrait was made. She graduated from the organization’s pre-apprenticeship training program.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Run</h2>
<div class="list__item__artist">Rashid Johnson (American, b. 1977)</div>
</div>
<div class="list__item__body">Contemporary artist Rashid Johnson draws on the traditions of painting and conceptual art to explore the lived experiences of African American men. This print belongs to a series that began as an exploration of the artist’s own anxieties but grew to express the experiences of young black men during a time marked by police violence and mass incarceration. In the artist’s words, “I . . . realiz[ed] that my anxiety was not mine exclusively.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #9)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #10)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #7</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Plate Distortion III</h2>
<div class="list__item__artist">Tauba Auerbach (American, b. 1981)</div>
</div>
<div class="list__item__body">For over a decade, Tauba Auerbach has explored systems of representation and three-dimensional space in her prints. <em>Plate Distortion III</em> belongs to a series that she created by folding and bending a thin sheet of copper foil covered in grainy aquatint. The material was then affixed to a sturdier plate and printed, so that the effects of Auerbach’s manipulation became the image itself, referencing the history and experimental potential of printmaking materials and tools.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">The Wanderer</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for large-scale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague story line, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Making Starry Night</h2>
<div class="list__item__artist">Stella Ebner (American, b. 1975)</div>
</div>
<div class="list__item__body">Puzzle pieces picturing Van Gogh’s <em>The Starry Night </em>are scattered across the table while a man dressed in boxer shorts relaxes on his sofa, abandoning the activity of assembling the masterpiece. Ebner’s printed diptych playfully pokes fun at contemporary society’s commercial obsession with modern art by emphasizing the ubiquity of reproductions of <em>The Starry Night</em>, which appear on everyday objects like jigsaw puzzles.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #2</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Michelle Bondra</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">A mother of two, Bondra had worked for the Cleveland Metroparks for 17 years when this photograph was made. It is one of a series of portraits of women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #7)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Making Starry Night (left)</h2>
<div class="list__item__artist">Stella Ebner (American, b. 1975)</div>
</div>
<div class="list__item__body">Puzzle pieces picturing Van Gogh’s <em>The Starry Night </em>are scattered across the table while a man dressed in boxer shorts relaxes on his sofa, abandoning the activity of assembling the masterpiece. Ebner’s printed diptych playfully pokes fun at contemporary society’s commercial obsession with modern art by emphasizing the ubiquity of reproductions of <em>The Starry Night</em>, which appear on everyday objects like jigsaw puzzles.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Las Meninas</h2>
<div class="list__item__artist">Simone Leigh (American, b. 1967)</div>
</div>
<div class="list__item__body"><em>Las Meninas</em> draws on traditions throughout global art and culture to address issues surrounding the female body, race, beauty, and community. The work’s skirted form conjures figures from the Spanish Golden Age painting <em>Las Meninas</em> (1656) by Diego Velazquez, apparel worn in the Afro-Brazilian religious tradition candomblé, and Mousgoum buildings in Cameroon. The white-glazed terracotta torso, alluding to sacred and secular traditions of body painting, leads to a faceless head, incorporating both figuration and abstraction.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Intimacy of the Void</h2>
<div class="list__item__artist">Chitra Ganesh (American, b. 1975)</div>
</div>
<div class="list__item__body">Chitra Ganesh mines her experiences as the daughter of Indian immigrants and the influence of Bollywood design throughout her work in various media, much of which explores feminist and queer issues. This print belongs to a series that forms a vague narrative related to desire and loss, set in a world outside of history and time. Ganesh drew from <em>Amar Chitra Katha</em>, comics published beginning in the 1960s to introduce Indian children to their cultural heritage. Placing the viewer in an unfamiliar context, the artist uses bodies, space, and history to invite questions about sexuality and power.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Cleveland School of the Arts</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled</h2>
<div class="list__item__artist">Nicole Eisenman (American, b. 1965)</div>
</div>
<div class="list__item__body">This print by Nicole Eisenman references the German Expressionist artist Erich Heckel’s 1919 woodcut <em>Portrait of a Man</em>. Eisenman reversed the direction of the original image but adapted the sideways glance and clasped hands seen in the elder artist’s print. In the upper right corner, she added a small moon, and printed the two sides of the image in black and white, suggesting that the figure is outside looking in.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">To Have a Head</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Cleveland Indians beat the White Sox for the 17th time, Cleveland, OH</h2>
<div class="list__item__artist">Tabitha Soren (American, b. 1967)</div>
</div>
<div class="list__item__body">The image shows All-Star Jason Giambi and outfielder Nick Swisher celebrating a season-saving win. Taken with equipment that imposes slow and deliberate picture making, Soren’s action shots accept the blemishes of accident and chance rather than seeking perfection and clarity. This admission of a lack of total control is a metaphor for the vagaries of baseball.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Alexis Robinson</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">One of a series of portraits of women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women, Robinson had studied accounting and worked at a collection agency before being hired in 2003 by the Cleveland Water Division as a water pipe repair person.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Andrea Persanyi</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">An architect who was laid off as a design specialist, Persanyi joined the Ohio Department of Transportation as a bridge inspector in 1993. Ten years later she was the only woman in her unit. She received assistance in changing her career from the Cleveland organization Hard Hatted Women, which helps women launch nontraditional careers.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Las Meninas</h2>
<div class="list__item__artist">Simone Leigh (American, b. 1967)</div>
</div>
<div class="list__item__body"><em>Las Meninas</em> draws on traditions throughout global art and culture to address issues surrounding the female body, race, beauty, and community. The work’s skirted form conjures figures from the Spanish Golden Age painting <em>Las Meninas</em> (1656) by Diego Velazquez, apparel worn in the Afro-Brazilian religious tradition candomblé, and Mousgoum buildings in Cameroon. The white-glazed terracotta torso, alluding to sacred and secular traditions of body painting, leads to a faceless head, incorporating both figuration and abstraction.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Making Starry Night (right)</h2>
<div class="list__item__artist">Stella Ebner (American, b. 1975)</div>
</div>
<div class="list__item__body">Puzzle pieces picturing Van Gogh’s <em>The Starry Night </em>are scattered across the table while a man dressed in boxer shorts relaxes on his sofa, abandoning the activity of assembling the masterpiece. Ebner’s printed diptych playfully pokes fun at contemporary society’s commercial obsession with modern art by emphasizing the ubiquity of reproductions of <em>The Starry Night</em>, which appear on everyday objects like jigsaw puzzles.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">The Practice #2</h2>
<div class="list__item__artist">Darius Steward (American, b. 1984)</div>
</div>
<div class="list__item__body"><em>Bare Arms (The Practice #2)</em>, one of a pair of drypoints by Darius Steward in the CMA’s collection, forms part of the artist’s ongoing exploration of his childhood in East Cleveland in juxtaposition to that of his own children, whom the work represents. He writes: “My portrayal of my children now borders on appropriation of many personal moments and memories. I recognize what they are experiencing and make connections between what I experienced some 30 years ago versus what I missed out on in East Cleveland. I have greater aspirations for a better life for my children and all people.” In <em>Bare Arms (The Practice</em> <em>#1)</em> Steward’s skilled draftsmanship and unusual, cropped composition conveys physical struggle in the guise of play.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #5</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Belt</h2>
<div class="list__item__artist">Deborah Butterfield (American, b. 1949)</div>
</div>
<div class="list__item__body">To create her life-size horses, American sculptor Deborah Butterfield casts found pieces of wood into bronze, a process that translates the wood’s porous texture into metal. The artist then builds the structure of her sculptures, using her extensive knowledge of the animals to achieve their lifelike postures. Butterfield accomplishes this effect through the placement of the necks and heads of her horses, which she does last. In <em>Horse,</em> the abstract animal is integrated with the surrounding landscape to evoke the artist’s expansive Montana ranch where she has lived, worked, and kept horses for over 30 years.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Raitra Marosoratra</h2>
<div class="list__item__artist">Martin Rakotoarimanana (Malagasy, b. 1969)</div>
</div>
<div class="list__item__body">This textile is a contemporary version of a <em>lamba akotifahana</em> (a weft-patterned silk mantle). These pricey garments were a fleeting, secular nineteenth-century fashion. Weavers created them for the elites of the Imerina Kingdom (c. 1540–1897), whose royals gave them as diplomatic gifts. In the 1990s, Lamba SARL Studio revived this weaving practice. Its artists create innovative display textiles drawn from extensive studies of historical examples. Using over twelve colors, the many motifs were woven by adding extra weft (horizontal) threads. Its title translates to "stunning with many patterns."</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Stateless 2014-2015</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Robinson G. Jones</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #8)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Campus International School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">City Inside Her</h2>
<div class="list__item__artist">Chitra Ganesh (American, b. 1975)</div>
</div>
<div class="list__item__body">Chitra Ganesh mines her experiences as the daughter of Indian immigrants and the influence of Bollywood design throughout her work in various media, much of which explores feminist and queer issues. This print belongs to a series that forms a vague narrative related to desire and loss, set in a world outside of history and time. Ganesh drew from <em>Amar Chitra Katha</em>, comics published beginning in the 1960s to introduce Indian children to their cultural heritage. Placing the viewer in an unfamiliar context, the artist uses bodies, space, and history to invite questions about sexuality and power.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Picabia Filter I</h2>
<div class="list__item__artist">Nicole Eisenman (American, b. 1965)</div>
</div>
<div class="list__item__body">To create this print, Nicole Eisenman combined a painted portrait by the twentieth-century avant- garde artist Francis Picabia with her own self-portrait taken with the popular app Snapchat. The layered images combine unevenly, obscuring the artist’s features and highlighting the app’s various icons along the lower margin. Through this juxtaposition of history and contemporary life, Eisenman comments on the construction of identity and the evolving role of self-presentation in a digital world.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #1</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Hans Haacke with Sculpture</h2>
<div class="list__item__artist">Rachel Harrison (American, b. 1966)</div>
</div>
<div class="list__item__body">President Ronald Reagan stares out at eye level in this sculpture; the image of the president is a reproduction of an oil painting created by Hans Haacke, one of the founders of Conceptual art. One of Harrison’s signature painted cement forms seems to be wearing the photograph as a mask. Harrison has gained renown for combining seemingly unrelated objects into slyly humorous artworks. Like Andy Warhol’s <em>Marilyn x 100, </em>also in the collection, Harrison employs an image of the recognizable president to reveal the difference between Reagan the man himself and our deeply embedded ideas of what he represents.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Hope Is the Thing with Feathers (The Little Bird)</h2>
<div class="list__item__artist">Amy Sherald (American, b. 1973)</div>
</div>
<div class="list__item__body">Amy Sherald is known for her distinctive style of portraiture that presents Black figures with grisaille (or gray) skin tones, inviting consideration of skin as a signifier. This print, the second made by the artist, reinterprets a painting of the same title. Both depict dancers from the Alvin Ailey American Dance Theatre, founded in 1958 to combine modern dance and African American culture. The subject appears with a casual pose and assertive gaze that align with the artist’s goal, in her words, to “paint black people just being people.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">The Cleveland Plan</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Woman and Dog</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Away From the Watcher</h2>
<div class="list__item__artist">Chitra Ganesh (American, b. 1975)</div>
</div>
<div class="list__item__body">Chitra Ganesh mines her experiences as the daughter of Indian immigrants and the influence of Bollywood design throughout her work in various media, much of which explores feminist and queer issues. This print belongs to a series that forms a vague narrative related to desire and loss, set in a world outside of history and time. Ganesh drew from <em>Amar Chitra Katha</em>, comics published beginning in the 1960s to introduce Indian children to their cultural heritage. Placing the viewer in an unfamiliar context, the artist uses bodies, space, and history to invite questions about sexuality and power.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Architects of the Future</h2>
<div class="list__item__artist">Chitra Ganesh (American, b. 1975)</div>
</div>
<div class="list__item__body">Chitra Ganesh mines her experiences as the daughter of Indian immigrants and the influence of Bollywood design throughout her work in various media, much of which explores feminist and queer issues. This print belongs to a series that forms a vague narrative related to desire and loss, set in a world outside of history and time. Ganesh drew from <em>Amar Chitra Katha</em>, comics published beginning in the 1960s to introduce Indian children to their cultural heritage. Placing the viewer in an unfamiliar context, the artist uses bodies, space, and history to invite questions about sexuality and power.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Weeper</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Buhrer Dual Language Academy</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Campus International School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Robinson G. Jones</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #4)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Blizzard #9</h2>
<div class="list__item__artist">Paula McCartney (American, b. 1971)</div>
</div>
<div class="list__item__body">After moving from San Francisco to Minneapolis, Paula McCartney began exploring the snowy landscape and decided to make it the subject of her art. McCartney discovered that she did not always need to be out in the cold to produce pictures of winter. This photograph and others in her book <em>On Thin Ice, in a Blizzard</em> were constructed entirely in the darkroom.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Picabia Filter III</h2>
<div class="list__item__artist">Nicole Eisenman (American, b. 1965)</div>
</div>
<div class="list__item__body">To create this print, Nicole Eisenman combined a painted portrait by the twentieth-century avant- garde artist Francis Picabia with her own self-portrait taken with the popular app Snapchat. The layered images combine unevenly, obscuring the artist’s features and highlighting the app’s various icons along the lower margin. Through this juxtaposition of history and contemporary life, Eisenman comments on the construction of identity and the evolving role of self-presentation in a digital world.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Barbara Brunell</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">The only female plumber on the staff of Case Western Reserve University in 2003, Brunell had more than a decade of experience as a plumber. In 1991, she graduated from a preapprenticeship program at the Cleveland Organization Hard Hatted Women, which helps women launch themselves into nontraditional careers.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Fervor</h2>
<div class="list__item__artist">Shirin Neshat (American, born in Iran 1957)</div>
</div>
<div class="list__item__body">Shirin Neshat uses photography and video to expose the role of gender in the creation of power structures and social values. During Friday prayers, a vital communal practice in Islam, men and women are required to sit separately, divided by a cloth wall. One woman turns her head to challenge that separation.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Picabia Filter II</h2>
<div class="list__item__artist">Nicole Eisenman (American, b. 1965)</div>
</div>
<div class="list__item__body">To create this print, Nicole Eisenman combined a painted portrait by the twentieth-century avant- garde artist Francis Picabia with her own self-portrait taken with the popular app Snapchat. The layered images combine unevenly, obscuring the artist’s features and highlighting the app’s various icons along the lower margin. Through this juxtaposition of history and contemporary life, Eisenman comments on the construction of identity and the evolving role of self-presentation in a digital world.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Bard High School Early College Cleveland</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Buhrer Dual Language Academy</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Picabia Filter IV</h2>
<div class="list__item__artist">Nicole Eisenman (American, b. 1965)</div>
</div>
<div class="list__item__body">To create this print, Nicole Eisenman combined a painted portrait by the twentieth-century avant- garde artist Francis Picabia with her own self-portrait taken with the popular app Snapchat. The layered images combine unevenly, obscuring the artist’s features and highlighting the app’s various icons along the lower margin. Through this juxtaposition of history and contemporary life, Eisenman comments on the construction of identity and the evolving role of self-presentation in a digital world.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Campus International School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #3</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled Anxious Man</h2>
<div class="list__item__artist">Rashid Johnson (American, b. 1977)</div>
</div>
<div class="list__item__body">Contemporary artist Rashid Johnson draws on the traditions of painting and conceptual art to explore the lived experiences of African American men. This print belongs to a series that began as an exploration of the artist’s own anxieties but grew to express the experiences of young black men during a time marked by police violence and mass incarceration. In the artist’s words, “I . . . realiz[ed] that my anxiety was not mine exclusively.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Brenda Perrinn</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">One of the first group of women to be hired as firefighters by the Cleveland Fire Department in 1985, Perrinn had attained the rank of lieutenant by 2003. At that time, her two sons and a brother also worked for the department. This is one of a series of portraits of women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled</h2>
<div class="list__item__artist">Carmel Buckley (American, b. 1956)</div>
</div>
<div class="list__item__body">Carmel Buckley’s <em>Untitled</em> highlights the artist’s imaginative approach to materials. In a series of work begun in 2008, Buckley makes graphite stick rubbings of mundane or industrial metal objects that often have ties with the industrial history of a place. These “drain drawings” relate to her broader interest in the ways that urban architecture and artifacts link residents and visitors to the historical past and to everyday cultural artifacts. In this rubbing, she captured one of many sewer drain covers found around the city of Cleveland.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">The Practice #1</h2>
<div class="list__item__artist">Darius Steward (American, b. 1984)</div>
</div>
<div class="list__item__body"><em>Bare Arms (The Practice #1)</em>, one of a pair of drypoints by Darius Steward in the CMA’s collection, forms part of the artist’s ongoing exploration of his childhood in East Cleveland in juxtaposition to that of his own children, whom the work represents. He writes: “My portrayal of my children now borders on appropriation of many personal moments and memories. I recognize what they are experiencing and make connections between what I experienced some 30 years ago versus what I missed out on in East Cleveland. I have greater aspirations for a better life for my children and all people.” In <em>Bare Arms (The Practice</em> <em>#1)</em> Steward’s skilled draftsmanship and unusual, cropped composition conveys physical struggle in the guise of play.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">I've Been Good to Me</h2>
<div class="list__item__artist">Mickalene Thomas (American, b. 1971)</div>
</div>
<div class="list__item__body">Mickalene Thomas uses collage to combine art historical and pop cultural references and question societal standards for Black femininity. Combining photography and printmaking, Thomas cultivates the aesthetic of publications such as <em>Jet </em>from the 1960s through 80s. This work features a woman who confidently adapts a pose from Impressionist painter Edouard Manet’s 1862 canvas <em>Luncheon on the Grass</em>. Each element of the collage was individually printed and hand assembled in a process that took over two years to complete.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">El manto negro / The black shroud</h2>
<div class="list__item__artist">Teresa Margolles (Mexican, b. 1963)</div>
</div>
<div class="list__item__body">To create <em>El Manto Negro</em>, Margolles collaborated with artisans in Mata Ortiz, Mexico, a region known for its ceramic work. The artisans produced thousands of square-shaped ceramic tiles, sourced from deposits at the base of Mata Ortiz’s mountainous zone. Each tile represents a victim of the drug wars that are now rampant in the region; as a grid, they speak to a collective history. <em>El Manto Negro</em> presents Mata Ortiz not only as a site that has fallen prey to violence, but also as a site of artistic productivity that prevails alongside hardship.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Handsome</h2>
<div class="list__item__artist">Amy Sherald (American, b. 1973)</div>
</div>
<div class="list__item__body">Amy Sherald is known for her distinctive style of portraiture that presents Black figures with grisaille (or gray) skin tones, inviting consideration of skin as a signifier. This print, the first made by the artist, reinterprets a painting of the same title. Both depict a dancer from the Alvin Ailey American Dance Theatre, founded in 1958 to combine modern dance and African American culture. The subject appears with a casual pose and assertive gaze that align with the artist’s goal, in her words, to “paint black people just being people.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #6)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Six Bardos: Hymn (Behind the Sun)</h2>
<div class="list__item__artist">Julie Mehretu (American, b. 1970)</div>
</div>
<div class="list__item__body">Ethiopian-born contemporary artist Julie Mehretu draws from a wide range of source material, including maps, architectural renderings, found photography, and current events to create abstract images composed of gestural lines and forms. This print belongs to a series inspired by a trip to China’s Mogao Caves, each of which bear a title taken from Bardos—liminal states between life and death in Buddhism. Drawing from imagery such as calligraphy and ancient cave painting, the artist worked with a master printer to produce the etching in a large scale meant to create an absorptive experience for its viewer.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Monument III (TV)</h2>
<div class="list__item__artist">Nicola López (American, b. 1975)</div>
</div>
<div class="list__item__body">Contemporary Brooklyn-based artist Nicola López explores the concept of place in her work, inspired by a longstanding interest in anthropology. This print belongs to López’s <em>Monuments</em> series, in which she created abstract images based on the urban landscape. Objects from everyday life—here, a television—are presented in forms and settings that monumentalize them beyond their regular use.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Pebbles Bush</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">Bush, who holds an associate degree in applied science from Cuyahoga Community College, worked at a garden center before joining the Cleveland Metroparks Zoo, where she is a horticulturist. This is one of a series of portraits of women who have launched nontraditional careers with help from the Cleveland organization Hard Hatted Women.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Cleveland Indians All-Star Corey "Klubot" Kluber, Minneapolis, MN</h2>
<div class="list__item__artist">Tabitha Soren (American, b. 1967)</div>
</div>
<div class="list__item__body">“The fantasy that failure leads to success," remarks the artist, "despite hitting the ball successfully only around a third of the time. The romantic myth of the restless wanderer, even as they cram in 162 major-league games a season. And the central American fantasy that says we have to do something extraordinary to lead a meaningful life.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #12)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Heart of the Dragon</h2>
<div class="list__item__artist">Beth Moon (American, b. 1955)</div>
</div>
<div class="list__item__body">Moon’s series on ancient trees is part of a tradition of tree portraits dating back to the beginning of photography. The distinctively shaped, endangered dragon blood’s tree is unique to the island of Socotra off the Horn of Africa. Its sap is a dark red resin that has been valued since antiquity for medicinal and other properties.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled (Cleveland Museum of Art, #11)</h2>
<div class="list__item__artist">Luisa Lambri (Italian, b. 1969)</div>
</div>
<div class="list__item__body">In a grouping of twelve photographs, Lambri sensitizes us to the complexity and richness of texture and tactility designed into the museum’s north wing. Six of the images are close-ups of its iconic alternating light and dark gray stripes; the other six are close-ups of the joins of solid, monochromatic, medium gray blocks of stone.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Bad Timing</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for large-scale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague story line, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Citizens Leadership Academy</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #8</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Gotta Catch ‘Em All</h2>
<div class="list__item__artist">Michael Menchaca (American, b. 1985)</div>
</div>
<div class="list__item__body">Texas-based artist Michael Menchaca uses the stacked forms and flattened compositions of Mayan codices—the earliest books in Latin American culture—to comment on current social issues. This print’s title references the popular video game Pokémon but connects its emphasis on capturing with violence on the border and against Black Americans by featuring a group of uniformed men with guns drawn surrounding Mesoamerican bird-headed figures.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Plywood Sunset Leaning (Fragment Series) </h2>
<div class="list__item__artist">Sarah Sze (American, b. 1969)</div>
</div>
<div class="list__item__body">This installation comprises supplies, tools, and debris from Sze’s home and studio. These ordinary materials challenge the perceived barrier between art and the everyday that we inhabit. The industrial ladder at the center of the sculptural composition is scaled to the viewer’s body, issuing a playful (though not literal) invitation to climb into the work of art. Similarly accessible, the recurring photographs of sunsets could be taken by anyone at any time in any place.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Vigilantes</h2>
<div class="list__item__artist">J. Leigh Garcia (American, b. 1993)</div>
</div>
<div class="list__item__body">In this print, biracial Latinx printmaker J. Leigh Garcia explores her dual identity by focusing on Texan history and immigration. A border patrol truck drags a row of tires behind it, a practice adopted by agents to detect footprints near the border and prosecute those who have attempted to cross into the United States. Garcia draws a parallel between this contemporary practice and the past by featuring a tableau of Mexicans tracked by Texas rangers more than a century earlier within the tires’ path. Flat areas of screenprinted color further blend the images into the landscape, and history to the present.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Soraya and Tala, Yarze, Lebanon</h2>
<div class="list__item__artist">Rania Matar (Lebanese, 1964-)</div>
</div>
<div class="list__item__body">The series <em>Unspoken Conversations</em> explores the complexity and universality of the mother-daughter relationship. “Like the rest of my work,” says the artist, in this series “I am exploring through my photography what I find myself and my daughters going through. Observing mothers and daughters together seemed to me to offer versions of the same person separated by the years.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled II</h2>
<div class="list__item__artist">Jennie C. Jones (American, b. 1968)</div>
</div>
<div class="list__item__body">In this print, Jennie C. Jones uses formal elements—such as color, line, and shape—to evoke the essential qualities of jazz music. Drawing on minimalism, an art movement that relied on such stylistic elements and was largely dominated by white male artists, Jones’s work invites the viewer to consider the social implications of the arts. Here, various shades of red and overlapping rectangles create a sense of movement and syncopation that defined this genre of music, which was developed by Black artists.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Campus International School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Migrations of Memory-Wild Geese Descend on Level Sands IV, no. 1</h2>
<div class="list__item__artist">Peng Wei (Chinese, b. 1974)</div>
</div>
<div class="list__item__body">The landscape, a primary subject in Chinese painting, here features a female figure in nature, traditionally reserved to the male figure, while women usually occupy the domestic interior. The artist also breaches conventions by juxtaposing the landscape with an affectionate letter from European composer, Gustav Mahler, to his wife Alma, presented in her own calligraphy.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Monument IV (Satellite Dish Tree)</h2>
<div class="list__item__artist">Nicola López (American, 1975-)</div>
</div>
<div class="list__item__body">Contemporary Brooklyn-based artist Nicola López explores the concept of place in her work, inspired by a longstanding interest in anthropology. This print belongs to López’s <em>Monuments</em> series, in which she created abstract images based on the urban landscape. Objects from everyday life—here, a satellite dish—are presented in forms and settings that monumentalize them beyond their regular use.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Pan</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Jamusca Britten</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">A Cleveland Police Department detective, Britten joined the force in 1994 after working as a substitute teacher. This is one of a series of portraits of women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Beat Out the Sun</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Brett</h2>
<div class="list__item__artist">Suzette Bross (American, b. 1968)</div>
</div>
<div class="list__item__body">This portrait, made using a flatbed scanner as the camera, engages in a dialogue between contemporary technology and the early days of photography. The two-minute exposure time and shallow depth of field harken back to the limitations of the first photographic processes. Unlike the small-scale of historic images, Bross prints her image larger than life-size, enhancing the tension between the photograph’s intimacy and its simultaneous sense of distance.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Pointer</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #4</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Museum Type</h2>
<div class="list__item__artist">Dana Schutz (American, b. 1976)</div>
</div>
<div class="list__item__body">Brooklyn-based painter Dana Schutz is known for largescale figurative painting, often drawing on narrative and humor. This print portfolio evokes Schutz’s signature subject matter, but translates it to the monochromatic palette of etching. Working with contemporary publisher, Two Palms, Schutz created dense, painterly layers of grainy aquatint. Although the ten images suggest a vague storyline, the artist left their meaning to the viewer to interpret.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Migrations of Memory-Wild Geese Descend on Level Sands IV no. 3</h2>
<div class="list__item__artist">Peng Wei (Chinese, b. 1974)</div>
</div>
<div class="list__item__body">This riverscape in blue-and-green style with a waterfall and fishing boat is directly inspired by the 12th century handscroll painting <em>Cloudy Mountains</em> by Mi Youren in the CMA’s collection (<a href="https://www.clevelandart.org/art/1933.220">1933.220</a>). The calligraphy, a transcribed personal letter by the Russian composer Dmitry Shostakovich (1906–1975), does not connect with the landscape other than that they are united by the hand of the artist.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Untitled #6</h2>
<div class="list__item__artist">Gohar Dashti (Iranian, b. 1980)</div>
</div>
<div class="list__item__body">Gohar Dashti’s <em>Stateless </em>series comprises eight metaphorical tableaux that evoke the purgatory experienced by refugees throughout the world today. “Hoping for a better life,” writes Dashti, “they struggle in a never-ending limbo. . . . The sky becomes the ceiling and the mountains become the walls of their new homes, because Nature is the only place that promises shelter, an eternal and everlasting refuge.”</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Habitat-Venus</h2>
<div class="list__item__artist">Fabiana Barreda (Argentine, b. 1967)</div>
</div>
<div class="list__item__body">Fabiana Barreda, an Argentinian photographer, video and performance artist, curator, and art critic, produces art concerned with environmental issues. Simple line drawings on “Venus’s” body link her womb, heart, and hand, delicately sketching out emblems for home, love, and the beauty of nature. The verdant background and lush flowers in the woman’s hair reaffirm age-old associations of women with sensuality, fertility, and nature.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Toni Cousett</h2>
<div class="list__item__artist">Andrea Modica (American, b. 1960)</div>
</div>
<div class="list__item__body">This portrait of a projector inspector for the Cuyahoga County Sanitary Engineering Division is one of a series showing women who launched nontraditional careers with help from the Cleveland organization Hard Hatted Women. Cousett, who was a board member of the organization for a decade, had studied dietetics at the Ohio State University before joining the Sanitary Engineering Division in 2001.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Las Meninas</h2>
<div class="list__item__artist">Simone Leigh (American, b. 1967)</div>
</div>
<div class="list__item__body"><em>Las Meninas</em> draws on traditions throughout global art and culture to address issues surrounding the female body, race, beauty, and community. The work’s skirted form conjures figures from the Spanish Golden Age painting <em>Las Meninas</em> (1656) by Diego Velazquez, apparel worn in the Afro-Brazilian religious tradition candomblé, and Mousgoum buildings in Cameroon. The white-glazed terracotta torso, alluding to sacred and secular traditions of body painting, leads to a faceless head, incorporating both figuration and abstraction.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Atomic Mystic Cosmic 16</h2>
<div class="list__item__artist">Polly Apfelbaum (American, b. 1955)</div>
</div>
<div class="list__item__body">Polly Apfelbaum’s work builds upon the American abstract tradition of color field, pop, and abstract expressionist painting, while rejecting what she calls the “aggressive masculinity” of these movements. <em>Atomic Mystic Cosmic 16 </em>was stimulated by a year Apfelbaum spent in Italy, when she became fascinated with drapery and colored fabrics depicted in Renaissance and Baroque paintings, as well as the decorative inlay of medieval mosaic floors. For the color, she employed the “rainbow roll” technique, in which multiple colors are partially mixed to achieve a continuous gradient effect. The effect is one of dazzling color and pattern, while also creating spatial relationships that complicate the composition’s hard-edged geometry.</div>
</li>
<li class="list__item">
<div class="list__item__header">
<h2 class="list__item__title">Max S. Hayes High School</h2>
<div class="list__item__artist">Lisa Kessler (American, b. 1962)</div>
</div>
<div class="list__item__body">Lisa Kessler was commissioned by The George Gund Foundation for their 2015 Annual Report to document progress inside the schools as a result of the implementation of Cleveland’s Plan for Transforming Schools, which had been in operation just under four years at that point. Kessler’s portraits and documentary images capture that transition, depicting students and teachers actively engaged in learning and creating.</div>
</li>
</ul>
</main>
<script type="module" src="assets/js/index.js"></script>
</body>
</html>