TILT Institute for the Contemporary Image

Frances Bukovsky – #7

Hemosiderin Deposit (2021)

Pathology, the science of the causes and effects of diseases, takes a clinical approach to understanding why a person is sick. It uses methodologies like lab results and medical histories to reach a conclusion. Societal factors are largely excluded from a diagnosis unless they are tied to research. For Frances, the creative process must combine the analytical with the psycho-social for a complete picture. Her piece acts as a metaphor for this dichotomy, blending medical records with lab results into an abstract work of art. 

/* image + descriptions block */ .imagedesc { position: relative; cursor: pointer; } .imagedesc-image { width: 100%; height: auto; display: block; margin: 0; } .imagedesc-info { position: absolute; bottom: 0; right: 0; left: 0; background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); padding: 0 20px; height: 0; opacity: 0; overflow: hidden; transition: all 0.25s ease; font-size: 18px; line-height: 0.1; } .imagedesc:hover .imagedesc-info { height: auto; opacity: 1; line-height: 1.3; padding: 50px 20px 20px 20px; color: #FFFFFF; } .json { display: none; } ‘ . “\n”); /* render html */ $imagedesc = get_field(‘imagedesc’); if (count($imagedesc)) { print(‘
‘ . “\n”); foreach ($imagedesc as $key=>$im) { $data = [‘artist’=>$im[‘imagedesc_artist’],’title’=>$im[‘imagedesc_title’],’year’=>$im[‘imagedesc_year’], ‘description’=>$im[‘imagedesc_description’],’img’=>$im[‘imagedesc_image’][‘url’]]; $json = json_encode($data,JSON_UNESCAPED_SLASHES); $html = ‘
‘ . ‘‘ . ‘‘ . “\n” . ‘
‘ . ‘‘ . $im[‘imagedesc_artist’] . ‘
‘ . $im[‘imagedesc_title’] . ‘‘ . ($im[‘imagedesc_year’] ? ‘, ‘ . $im[‘imagedesc_year’] : ”) . ‘
‘ . “\n”; echo $html; } print(‘
‘ . “\n”); } ?>