ÿþ<html> <head> <title>Etchings: the work of George Adamson, RE (1913-2005), as engraver and etcher</title> <META name="description" content="An illustrated listing of all known engravings and etchings by George Adamson, RE"> <META name="keywords" content="humour..." > <style type="text/css"><!-- a:link {color: #C5B501; text-decoration: none} a:visited {color: #000080; text-decoration: none} a:active {color: #C5B501; text-decoration: none} a:hover {color: #C5B501; text-decoration: underline} --> </style></HEAD> <BODY BGCOLOR="#00c080" text="#003366" link="#C5B501" vlink="#C5B501" alink="#C5B501" topmargin="0" leftmargin="0"> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script*/ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 20; // how far from mouse to show tip var offY= 12; var tipFontFamily= "New Century, serif"; var tipFontSize= "8pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#AAAAAF"; var tipBorderColor= "#00c080"; var tipBorderWidth= 1; var tipBorderStyle= "ridge"; var tipPadding= 8; // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('thumbnails/winestewardtn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[1] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[2] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[3] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[4] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[5] = new Array('thumbnails/durhamtn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[6] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[7] = new Array('thumbnails/winestewardtn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[8] = new Array('thumbnails/journeytn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[9] = new Array('thumbnails/savoytn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[10] = new Array('thumbnails/wiganfairtn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[11] = new Array('thumbnails/whitmondaytn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[12] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[13] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[14] = new Array('thumbnails/chudleighrocktn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[15] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[16] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[17] = new Array('thumbnails/hentn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[18] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[19] = new Array('thumbnails/patriciabeertn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[20] = new Array('thumbnails/johnogdontn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[21] = new Array('thumbnails/onedintn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[22] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[23] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[24] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[25] = new Array('thumbnails/clownstn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); messages[26] = new Array('thumbnails/selfport87tn.jpg','Click on picture title<br> for bigger image.',"#AAAAAF"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="'; var midStr = '" border="0"></td></tr><tr><td align ="center" valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> <body onload="function openpopup0();function openpopup1()function openpopup2();function openpopup3(); function openpopup4(); function openpopup5(); function openpopup6(); function openpopup7(); function openpopup8()"> <!-------------SCRIPT 5-------------> <script> function openpopup5(){ var popurl="durham.html" winprops=window.open(popurl,"","width=500,height=540,resizable") } </script> <!------------END OF SCRIPT 5------> <!-------------SCRIPT 6-------------> <script> function openpopup6(){ var popurl="winesteward.html" winprops=window.open(popurl,"","width=449,height=644,resizable") } </script> <!------------END OF SCRIPT 6------> <!-------------SCRIPT 7-------------> <script> function openpopup7(){ var popurl="winesteward.html" winprops=window.open(popurl,"","width=449,height=644,resizable") } </script> <!------------END OF SCRIPT 7------> <!------------SCRIPT 8--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup8(){ var popurl="journey.html" winprops=window.open(popurl,"","width=474,height=510,resizable") } </script> <!------------END OF SCRIPT 8------> <!------------SCRIPT 9--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup9(){ var popurl="savoy.html" winprops=window.open(popurl,"","width=518,height=656,scrollbars,resizable") } </script> <!------------END OF SCRIPT 9------> <!------------SCRIPT 10--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup10(){ var popurl="wiganfair.html" winprops=window.open(popurl,"","width=525,height=565,resizable") } </script> <!------------END OF SCRIPT 10------> <!------------SCRIPT 11--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup11(){ var popurl="clowns.html" winprops=window.open(popurl,"","width=450,height=656,resizable") } </script> <!------------END OF SCRIPT 11------> <!------------SCRIPT 12--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup12(){ var popurl="clowns.html" winprops=window.open(popurl,"","width=448,height=658,resizable") } </script> <!------------END OF SCRIPT 12------> <!------------SCRIPT 13--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup13(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=467,height=650,scrollbars,resizable") } </script> <!------------END OF SCRIPT 13------> <!------------SCRIPT 14--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup14(){ var popurl="chudleighrock.html" winprops=window.open(popurl,"","width=476,height=580,resizable") } </script> <!------------END OF SCRIPT 14------> <!------------SCRIPT 15--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup15(){ var popurl="onedin.html" winprops=window.open(popurl,"","width=478,height=547,resizable") } </script> <!------------END OF SCRIPT 15------> <!------------SCRIPT 16--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup16(){ var popurl="selfportrait.html" winprops=window.open(popurl,"","width=465,height=630,scrollbars,resizable") } </script> <!------------END OF SCRIPT 16------> <!------------SCRIPT 17--------------> <script> //Popup Window Script //By JavaScript Kit (http://javascriptkit.com) function openpopup17(){ var popurl="hen.html" winprops=window.open(popurl,"","width=465,height=635,scrollbars,resizable") } </script> <!------------END OF SCRIPT 17------> <!-------------SCRIPT 18-------------> <script> function openpopup18(){ var popurl="catalina.html" winprops=window.open(popurl,"","width=450,height=600,resizable") } </script> <!------------END OF SCRIPT 18------> <!-------------SCRIPT 19-------------> <script> function openpopup19(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=468, height=660,scrollbars,resizable") } </script> <!------------END OF SCRIPT 19------> <!-------------SCRIPT 20-------------> <script> function openpopup20(){ var popurl="johnogdon.html" winprops=window.open(popurl,"","width=478,height=544,resizable") } </script> <!------------END OF SCRIPT 20------> <!-------------SCRIPT 21-------------> <script> function openpopup21(){ var popurl="onedin.html" winprops=window.open(popurl,"","width=475,height=542,resizable") } </script> <!------------END OF SCRIPT 21------> <!-------------SCRIPT 22-------------> <script> function openpopup22(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=450,resizable") } </script> <!------------END OF SCRIPT 22------> <!-------------SCRIPT 23-------------> <script> function openpopup23(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=450,resizable") } </script> <!------------END OF SCRIPT 23------> <!-------------SCRIPT 24-------------> <script> function openpopup24(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=450,resizable") } </script> <!------------END OF SCRIPT 24------> <!-------------SCRIPT 25-------------> <script> function openpopup25(){ var popurl="patriciabeer.html" winprops=window.open(popurl,"","width=450,resizable") } </script> <!------------END OF SCRIPT 25------> <!-------------SCRIPT 26-------------> <script> function openpopup26(){ var popurl="selfportrait.html" winprops=window.open(popurl,"","width=450, height=612,resizable") } </script> <!------------END OF SCRIPT 26------> <table border="0" width="95%" height="100%" cellspacing="0" cellpadding="15"> <TR> <td width="200" bgcolor="#000080" valign="top"> <p align="center"> <font color="#C5B501"><b><font face="New Century, serif" size="6">George Worsley Adamson</font></a></b><BR>&nbsp;<BR> <font color="#FFFFFFF"><b><font face="Georgia, serif" size="4">1913-2005</Font></p> <p align="center"> <font color="#FFFFFFF"><b><font face="New Century, serif" size="4">Illustrator and humorist</Font></P> <p align="center"> <script language="JavaScript"> <!-- function MM_displayStatusMsg(msgStr) { //v1.0 status=msgStr; document.MM_returnValue = true; } //--> </script> <a href="javascript:;" onMouseOver="MM_displayStatusMsg('Self-Portrait (detail), George Adamson, 1986');return document.MM_returnValue"><img SRC="thumbnails/selfport87tn.jpg" BORDER=0 width="140" TITLE="Self-Portrait (detail) George Adamson, 1986"></a> </p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="biography.html"><font color="#C5B501">Biography</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="publications.html"><font color="#C5B501">Book Illustration</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="cartoons.html"><font color="#C5B501">Cartoons</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="childrensbooks.html"><font color="#C5B501">Children&#146;s Books</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="copyright.html"><font color="#C5B501">Copyright: the Battle</a></b></font></p> <p align="center"> <table width="90" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="90" height="20" align="center" valign="center" bgcolor="#808080"><font color="#000080"><font face="New Century, serif" size="3" ><b>Etchings</b></font></td></tr></table> <p align="center"> <font size="3" face="New Century, serif"><b><a href="exhibitions.html"><font color="#C5B501">Exhibitions</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="archive.html"><font color="#C5B501">The George Adamson Archive</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="home.html"><font color="#C5B501">Home</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="illustration.html"><font color="#C5B501">Illustration for Periodicals</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="warartist.html"><font color="#C5B501">Official War Artist</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="pubstat.html"><font color="#C5B501">Publicity and Stationery</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="rights.html"><font color="#C5B501">Reproduction Rights</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="unpublished.html"><font color="#C5B501">Unpublished Work</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="collections.html"><font color="#C5B501">Work in Public Collections</a></b></font></p> &nbsp;<p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="private/specialarea.html"><font color="#C5B501">Special Area</a></b></font></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="contact.html"><font color="#C5B501">How to Contact Us</a></font></b></p> <p align="center"> <font size="3" face="New Century, serif"><b><a href="links.html"><font color="#C5B501">Links</a></font></b></p> <p align="center"> <a href="javascript:;" onMouseOver="MM_displayStatusMsg('George Adamson in New York City, c. 1920');return document.MM_returnValue"><img SRC="gwanyc03.jpg" BORDER=0 TITLE="George Adamson in New York City, c. 1920"></a></p> &nbsp;<p></td> <td valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><a href="javascript:;" onMouseOver="MM_displayStatusMsg('John Ogdon at the Piano (detail), George Adamson, 1979');return document.MM_returnValue"><img SRC="pics/ogdondetail.jpg" BORDER=0 TITLE="John Ogdon at the Piano (detail) George Adamson, 1979"></a> </td> </tr> </table> <P> <table border="0" width="100%" cellspacing="1" cellpadding="8"> <tr><th colspan="5" align="left" bgcolor="#000080" height="35"><font face="New Century, serif" color="#FFFFFF" size="4"> <B>Etchings and Engravings by George Adamson, RE, published and unpublished</i></B></tr> <TR bgcolor="#88888F"><TH ALIGN=LEFT ><font size="4" face="New Century, serif" color="#FFFFFF"><NO WRAP>&nbsp;Title/description</TH><TH ALIGN=LEFT><font size="4" face="New Century, serif" color="#FFFFFF"><NO WRAP>Exhibited/published</TH><TH ALIGN=LEFT><font size="4" face="New Century, serif" color="#FFFFFF"><NO WRAP>Date</TH><TH ALIGN=LEFT><font size="4" face="New Century, serif" color="#FFFFFF"><NO WRAP>Size</TH><TH ALIGN=LEFT><font size="4" face="New Century, serif" color="#FFFFFF"><NO WRAP>Nature</TH></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>The Cellar</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1930</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>6 x 4 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>wood engraving</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Woman in Apron</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1932</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>4 &frac34; x 3 3/16"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Adam</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1933</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 1/8 x 3 3/16"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>mezzotint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Looking towards Snowdon</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1933</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>3 7/16 x 5"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup5()" onmouseover="doTooltip(event,5)" onmouseout="hideTip()">Durham Cathedral</a></b></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>published ? Walker Gallery, Liverpool</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1936</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>11 3/16 x 14 3/16"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Theatre (chorus scene from Mother Goose pantomime)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited at Royal Academy, 1937 (1151)<br>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1936</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 7/8 x 11 7/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching and aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup7()" onmouseover="doTooltip(event,7)" onmouseout="hideTip()">Wine Steward</a></b><br>(at the Adelphi Hotel, Liverpool)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>published, Market Print Gallery, Exeter, exh. cat. <i>George Adamson: etchings; Arthur Homeshaw: linocuts</i>, September 1978;<br><i>RE Printmakers&#146; Directory</i>, A&nbsp;&&nbsp;C Black Publishers Ltd, February 2006</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1937</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>12 5/16 x 9"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching and aquatint; also preliminary sketches</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup9()" onmouseover="doTooltip(event,9)" onmouseout="hideTip()">The Savoy, Wigan</a></b><br>(a Wigan fish and chip shop)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>published <i>Wigan Observer</i>, March 15th, 2005, p. 27</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1937</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>19 x 13 7/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup8()" onmouseover="doTooltip(event,8)" onmouseout="hideTip()">A Journey</a></b> [line of colliery trucks] (boy and others in coalmine) (also known as &#145;Mine-workers&#146;)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited at Royal Academy, 1948 (1104)<br>exhibited Royal Society of Painter-Etchers and Engravers, 1981;<br>published ?Walker Gallery, Liverpool</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1938</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 1/8 x 12 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching, soft ground etching and aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup10()" onmouseover="doTooltip(event,10)" onmouseout="hideTip()">Wigan Fair</a></b></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited at Royal Academy, 1939 (969)<br>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1938</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>11 &frac34; x 14 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching and dry-point: also preliminary pencil drawing</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Death of Abel</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><br>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1939</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>12 5/8 x 11 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching and dry-point</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Whit Monday, St. Mary&#146;s, Wigan</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited at Royal Academy, 1948 (1083);<br>exhibited at Royal Society of Painter-Etchers and Engravers, 1981;<br>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1947 (earlier state c. 1939)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>15 7/8 x 11 3/8 "</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP> <b><a href="javascript:openpopup12()" onmouseover="doTooltip(event,12)" onmouseout="hideTip()">Portuguese Clowns</a></b> (first sketched in Portugal whilst avoiding Spain at the outbreak of the Civil War)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>published, Market Print Gallery, Exeter, exh. cat. <i>George Adamson: etchings; Arthur Homeshaw: linocuts</i>, September 1978</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1936</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 3/8 x 6 5/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>aquatint and soft-ground etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Spanish Peasant Dancers</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1946</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 7/16 x 5 15/16"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP> <b><a href="javascript:openpopup14()" onmouseover="doTooltip(event,14)" onmouseout="hideTip()">Chudleigh Rock</a></b></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1948</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>10 3/8 x 12 5/8" </nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup17()" onmouseover="doTooltip(event,17)" onmouseout="hideTip()">Hen</a></b></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b><i><a href="countryfairillus.html#hen">Country Fair</a></b></i>&nbsp; (1952 & 1960)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1948</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>4 x 3 &frac12;"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>wood engraving</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Peter&#146;s High Chair</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1949?</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>3 1/2 x 2 5/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>wood engraving</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Peter One Morning (a <!-- ADDSEARCHTEXT portrait --> portrait of his son at 3 years old)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Royal Society of Painter-Etchers and Engravers, 1982; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1950</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>10 x 11 &frac34;"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>mezzotint and dry-point etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Killerton from the North</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1979</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>12 x 15"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>etching, soft-ground etching and aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup20()" onmouseover="doTooltip(event,20)" onmouseout="hideTip()">John Ogdon at the Piano</a></b><br> (<!-- ADDSEARCHTEXT portrait -->John Ogdon playing at the Great Hall, University of Exeter, Friday, November 9th, 1979)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>record sleeve cover of <i>William Alwyn: Fantasy - Waltzes, 12 Preludes</i><br>John Ogdon, piano<br>(Chandos Records ABRD 1125 in 1985, also Chandos CD cover: CHAN 8399);<br>exhibited Royal Society of Painter-Etchers and Engravers,1981</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1979</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>7 5/8 x 10 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup21()" onmouseover="doTooltip(event,21)" onmouseout="hideTip()">Filming &#145;The Onedin Line&#146;, Exeter</a></b></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1981; exhibited Rennes, 1982, unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1980</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>12 x 17 <font size="2"><sup>1</sup><font size="3">/<font size="2">4</font size>"<font size="3"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>drypoint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>St. Andrews Cathedral</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1981; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1980</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>13 3/8 x 10 5/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>drypoint, signed and dated 80</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Peacocks (two peacocks at Killerton Gardens)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1982; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1980</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>5 1/8 x 15 1/8" </nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point and aquatint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Caerphilly Castle</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1982; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1981</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 7/8 x 13 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point, signed in reverse</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Peacock in the Wind</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1982; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1981/2</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>8 7/8 x 13 3/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup19()" onmouseover="doTooltip(event,19)" onmouseout="hideTip()">Patricia Beer</a></b> (<!-- ADDSEARCHTEXT portrait --> the poet and writer)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1982; unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1982</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>10 3/4 x 5 3/4"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>dry-point</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>The Gascoigne Girls</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>exhibited Royal Society of Painter-Etchers and Engravers, 1983;<br><i>The Journal of the Royal Society of Painter Etchers & Engravers</i>, no. 6, 1984, p. 18</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1982</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>10 11/16 x 14 1/2"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>drypoint</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><b> <a href="javascript:openpopup26()" onmouseover="doTooltip(event,26)" onmouseout="hideTip()">Self-Portrait</a></b> (a <!-- ADDSEARCHTEXT portrait --> portrait of the artist in his garden)</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>published <i>The Independent</i>, March 16th, 2005, p. 33</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1986</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>13 9/16 x 8 7/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching, signed and dated 86</TD></TR> <TR> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>Peg</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>unpublished</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>1986</TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP><nobr>12 11/16 x 7 5/8"</nobr></TD> <TD ALIGN=LEFT bgcolor="#88888F"><font size="3"face="New Century, serif" color="#FFFFFF"><NO WRAP>soft-ground etching</TD></TR> </table> <p align="center"><font size="2" face="New Century, serif">This web site &copy; 2003 John Adamson Publishing Consultants.<br>All rights reserved.<BR>This site was produced by John Adamson Publishing Consultants.<BR>Please e-mail your comments to the <A HREF="mailto:jpap@netcomuk.co.uk">webmaster</A>.</font></p> </table></table> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> </body> </html>