-
Notifications
You must be signed in to change notification settings - Fork 2
/
intro2.html
110 lines (92 loc) · 5.55 KB
/
intro2.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
---
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<!-- Main style sheet for Japanese Woodblock -->
<link rel="stylesheet" href="styles/ucsf_woodblock.css" type="text/css" media="screen" charset="utf-8">
<!-- Style sheet drop down menus -->
<link rel="stylesheet" href="styles/navigation_woodblock.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="styles/more_styles.css" type="text/css">
<script src="styles/sfhover.js" type="text/javascript"></script>
<title>UCSF Japanese Prints Collection: Introduction</title>
</head>
<body>
{% include header.html %}
<div class="clear"></div>
<div id="maincontent">
<table width="797" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="83" rowspan="3" align="right" valign="top"> </td>
<td width="474" height="29"> </td>
<td width="50"> </td>
<td width="190"> </td>
</tr>
<tr>
<td valign="top">
<div class="p2">Introduction</div>
<div class="p3">Page 2 of 2<br />
</div>
<br />
<p><a href="http://content.cdlib.org/ark:/13030/hb3k400717/?order=1&brand=woodblock"><img src="images/p001.png" class="top-left-image" width="290" height="205" /></a>Although <i>kabuki</i> actors and <i>geisha</i> appear in some of the UCSF prints, the portrayal
of medical subjects fits most comfortably in the genre of themes from history and legend,
perfected by the great <nobr>mid-</nobr><nobr>nineteenth-</nobr><nobr>century</nobr> print designer, Utagawa Kuniyoshi (1797-1861). Kuniyoshi designed eight of the UCSF prints, among them a classic triptych in
which the Chinese Han dynasty general Guan Yu (160-219) is shown being treated for an
arrow wound.</p>
<p>Although the medical-theme prints typically deal with current, not past events, they
often feature famous warriors, invoked to help stave off illness, or they render preventive
measures in anthropomorphic terms -- as in images of bucket-, bean-, or wheat-headed
figures attacking a demon (the disease) — both elements linking them to Kuniyoshi's
artistic practices.</p>
<p>Kuniyoshi's students feature prominently among the artists represented in the
UCSF collection. Yoshitora (fl. 1850-80), Yoshifuji (1828-87), Yoshimori (1830-84), and
Yoshitoshi (1839-92), were all pupils of Kuniyoshi; other artists, such as Sadahide (1807-73), who specialized in pictures of foreigners, employ a related manner.</p>
<p>Although it is difficult to generalize about such a wide range of prints, their
depiction of medical subjects conforms in most cases to stylistic conventions well
established in earlier <i>ukiyo-e</i>. For example, small or large groups of figures are isolated
in these prints against a background that typically is blank or enlivened by the simplest
indication of setting: a few waves or a distant mountain peak. The figures, which
inhabit a narrow foreground space, are defined by simple ink outlines filled with flat
areas of color or textile patterns; only rarely is shading employed, and then it is usually
confined to depictions of foreigners or supernatural beings.</p>
<p>While expressive of some emotion, the faces are also rather generic: a few short
strokes indicate the eyes, brows, nose, and mouth, leaving little room for the
representation of age or individual features. Rather than Western-style realism, these
pictures rely on the language of familiar human — and demonic -- types to inform,
persuade, and entertain.</p>
<p><i>Ukiyo-e</i> prints were products of a remarkable collaboration between print
publishers, designers, master block carvers, and printers. The publisher was the
impresario who brought together the other, highly specialized team members. Having
obtained a detailed sketch from the artist, he supervised the carving of multiple cherrywood blocks: a finely detailed key block, rendering the outlines of the design, and as
many as a dozen separate blocks for printing each of the colors. The printer then stepped
in, applying color to the blocks and printing them in succession, carefully registering the
edges, and rubbing the paper (placed facedown on the block) to evenly transfer the
colors to the page.</p>
<p>Despite all this labor, the finished prints were relatively inexpensive items, cheaply
sold from the publisher's shop or distributed by itinerant vendors to ordinary
townspeople: merchants, artisans, and other tradesmen. Although published in multiples of a
hundred copies for the more popular editions, the prints were ephemeral, tossed away once fashions, celebrities — or illnesses — changed.</p>
<p>The surviving prints represent only a fraction of much larger original editions.
Indeed, many of the prints may have originally been given away gratis, as advertisements
for patent medicines and cosmetic products, making their preservation here even more
impressive.</p>
<div class="p3 float-left"> << <a href="intro1.html">previous</a> <a href="intro1.html">1</a> 2</div><div class="p3 float-right"><a href="#">back to top</a></div>
<p> </p>
</td>
<td valign="top"> </td>
<td valign="top">
{% include sidenav.html %}
</td>
</tr>
<tr>
<td valign="top"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
{% include footer.html %}
</div> <!-- closes <div id="centered"> in header -->
</body>
</html>