HTTP/1.1 200 OK
Date: Wed, 21 Mar 2012 12:30:44 GMT
Server: Apache/2.2.10 (Unix)
X-Powered-By: PHP/4.4.4
Last-Modified: Fri, 28 Oct 2011 21:45:25 GMT
ETag: "4d7ffc97b3e286fcba6bbd9662e4a287"
Connection: close
Content-Type: text/html; charset=utf-8
X-Pad: avoid browser bug

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
  <title>UC San Diego Library Exhibit Honors Poet, Professor Emeritus Rothenberg | Visarts-Drupal</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="http://va-grad.ucsd.edu/~drupal/" />
<style type="text/css" media="all">@import "misc/drupal.css";</style><script type="text/javascript" src="modules/event/event.js"></script><style type="text/css" media="screen">@import "modules/event/event.css";</style>

  <style type="text/css" media="all">@import "themes/bluemarine/style.css";</style>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="700" id="header">
  <tr>
    <td id="logo">

       

       

       


    </td>
    <td id="menu">
      <div id="secondary"></div>
      <div id="primary"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <html>
<head>
 <title>UCSD - VisArts -   </title>
 <script type="text/javascript"  src="/_js/coolmenus4.js">
  /*****************************************************************************
  Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
  DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com Version 4.0_beta
  This script can be used freely as long as all copyright messages are intact.
  Extra info - Coolmenus reference/help - Extra links to help files ****  CSS help:
 http://coolmenus.dhtmlcentral.com/projects/coolmenus/reference.asp?m=37
  ******************************************************************************/

 </script>
</head>
<body onload="preloadImages();">
<div id="menubar">
<script type="text/javascript">
	// create bar here
	oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
	var barClassArr = new Array ('clBar2','clBar2b','clBar3b','clBar3c','clBar3d','clBar4','clBar4a','clBar4b');
	var numBarClasses = barClassArr.length;
	var now = new Date()
	var sec = now.getSeconds()
	var which = sec % numBarClasses;
	barClass = barClassArr[which]; 
	// assign bar background
	oCMenu.barClass=barClass;//"clBar2";
	// then run rest of script
</script>
<script type="text/javascript" src="/_js/menuboxed_All.js"> </script>
<!-- section names: about, events, programs, people, resources -->
</div>
</body>
</html></div>
       
    </td>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" id="content">
  <tr>
    <img src="/images/cleardot.gif" alt=" " height="160" />
    <td id="sidebar-left">
      
  <div class="block block-block" id="block-block-1">
    <h2 class="title"></h2>
    <div class="content"><table width="120" cellspacing="10" cellpadding="0">
<tr><td align="center"><a href="#"><img width="90" height="67" src="http://va-grad.ucsd.edu/~drupal/misc/random/squarethumb1.gif" border="0"></a></td></tr>
</table></div>
 </div>

  <div class="block block-block" id="block-block-10">
    <h2 class="title">Visual Arts Activities</h2>
    <div class="content"><br />
<style type="text/css">

#dropmenudiv{
position:absolute;
border:0px;
border-top-width: 3px;
border-bottom-width: 0;
font-family:arial,helvetica,"sans serif",verdana;
font-size:11px;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lightyellow;
}

</style><br />
<script type="text/javascript">

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="Announcement">announcement</a>'
menu1[1]='<a href="Awards_and_Honors">awards and honors</a>'
menu1[2]='<a href="Events">events</a>'
menu1[3]='<a href="Undergrad_Events">undergraduate events</a>'
menu1[4]='<a href="Film_Screening">film screening</a>'
menu1[5]='<a href="Faculty_Project">faculty project</a>'
menu1[6]='<a href="Student_Project">student project</a>'
menu1[7]='<a href="Review">review</a>'
menu1[8]='<a href="Faculty_Show">faculty show</a>'
menu1[9]='<a href="MFA_Exhibition">MFA exhibition</a>'
menu1[10]='<a href="PHD_Project">PHD project</a>'
menu1[11]='<a href="Alumni_Review">alumni review</a>'
menu1[12]='<a href="Alumni_Event">alumni event</a>'
menu1[13]='<a href="Lecture">lecture</a>'
menu1[14]='<a href="Media">media</a>'
	
var menuwidth='130px' //default menu width
var menubgcolor='#F6F9E1'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

</script><div class="menu">
<ul>
<li class="leaf"><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Activity List</a>
</li>
</ul>
</div>
</div>
 </div>

  <div class="block block-user" id="block-user-0">
    <h2 class="title">User login</h2>
    <div class="content"><form action="user/login?destination=node%2F147" method="post">
<div class="user-login-block">
<div class="form-item">
 <label for="edit-name">Username:</label><br />
 <input type="text" maxlength="64" class="form-text" name="edit[name]" id="edit-name" size="15" value="" />
</div>
<div class="form-item">
 <label for="edit-pass">Password:</label><br />
 <input type="password" class="form-password" maxlength="64" name="edit[pass]" id="edit-pass" size="15" value="" />
</div>
<input type="submit" class="form-submit" name="op" value="Log in"  />
</div>

</form>
<div class="item-list"><ul><li><a href="user/password" title="Request new password via e-mail.">Request new password</a></li></ul></div></div>
 </div>

  <div class="block block-user" id="block-user-1">
    <h2 class="title">Navigation</h2>
    <div class="content"><div class="menu">
<ul>
<li class="leaf"><a href="tracker">recent posts</a></li>
<li class="collapsed"><a href="aggregator">news aggregator</a></li>

</ul>
</div></div>
 </div>

  <div class="block block-blog" id="block-blog-0">
    <h2 class="title">Recent blog posts</h2>
    <div class="content"><div class="item-list"><ul><li><a href="node/702">&quot;The Wonder Parlor,&quot; A Collaboration between Clare Parry and Julia Westerbeke at The New Children&#039;s Museum</a></li><li><a href="node/237">COLA 07 Individual Artist Fellowhsips Exhibition</a></li><li><a href="node/151"> Cuba Today | Carlos A. Aguilera</a></li><li><a href="node/67">10.09.06 | California Cultures in Comparative Perspective | Screening | Aishah Shahidah Simmons</a></li><li><a href="node/31">Shantytowns as a New Suburban Ideal and Teddy Cruz - New York Times</a></li></ul></div><div class="more-link"><a href="blog" title="Read the latest blog entries.">more</a></div></div>
 </div>

  <div class="block block-user" id="block-user-2">
    <h2 class="title">Who's new</h2>
    <div class="content"><div class="item-list"><ul><li>sghanbari</li><li>srubin</li><li>enavas</li><li>slookofsky</li><li>mjovanovich</li></ul></div></div>
 </div>

  <div class="block block-forum" id="block-forum-1">
    <h2 class="title">New forum topics</h2>
    <div class="content"><div class="item-list"><ul><li><a href="node/404">Dick Hebdige: SUBCULTURE. The meaning of style [1979]</a></li><li><a href="node/403">Albert K. Cohen, A General Theory of Subcultures [1955]</a></li><li><a href="node/402">The Concept of the sub-culture and its apllication [1947]</a></li><li><a href="node/286">&quot;The Rock&quot;: William Kentridge&#039;s Drawings for Projection</a></li><li><a href="node/278">Chaos, Territory and Art
Territory and Art: Deleuze and the Framing of the Earth by Elizabeth
Chaos,Territory and Art</a></li></ul></div><div class="more-link"><a href="forum" title="Read the latest forum topics.">more</a></div></div>
 </div>

  <div class="block block-node" id="block-node-0">
    <h2 class="title">Syndicate</h2>
    <div class="content"><div class="xml-icon"><a href="node/feed"><img src="misc/xml.png"  alt="XML feed" title="XML feed" /></a></div></div>
 </div>

    </td>
    <td valign="top">
       
      <div id="main">
        <div class="breadcrumb"><a href="">Home</a></div>
        <h1 class="title">UC San Diego Library Exhibit Honors Poet, Professor Emeritus Rothenberg</h1>
         
         

<!-- begin content -->

  <div class="node ">
     
     
    <span class="submitted">Submitted by ytorresgarcia on Fri, 02/02/2007 - 8:21am.</span>
    <span class="taxonomy"><a href="Faculty_Show">Faculty Show</a></span>
    <div class="content"><p><b><font size="2">UC San Diego Library Exhibit Honors </font><br />
<font size="4">Poet, Professor Emeritus Rothenberg</font></b></p>
<p>January 31, 2007</p>
<p><font size="2"><b>By Paul K. Mueller</b></p>
<p>The work of celebrated poet <b>Jerome Rothenberg</b>, UC San Diego professor emeritus in both visual arts and literature, will be featured in an exhibit beginning Saturday, Feb. 24, in the Geisel Library on campus.</p>
<p>“Dynamic Exchange: Collaborative Works of Jerome Rothenberg” illustrates his work with other poets and artists during the past 50 years.</p>
<p>The public is invited to attend, and media coverage is welcome.</p>
<p>Rothenberg, 75, will read from his work at an exhibition-opening ceremony in the library, joined by other artists and poets, including Bert Turetsky, <b>David Antin</b>, Michael Davidson and others.</p>
<p>Rothenberg is an internationally renowned poet, performance artist, critic and scholar. He has published more than 60 books, booklets and pamphlets of poetry, and assembled and edited several germinal anthologies of experimental and traditional poetry and performance.</p>
<p>An emeritus member of the both the Visual Arts and Literature faculties, Rothenberg also served as chair of the Visual Arts Department and as director of the Literature Department’s creative-writing program.</font></p>
<p>Media Contact: Paul K. Mueller, 858-534-8564<br />
Comment: Lynda Corey Claassen, 858-534-1272</p>
<p>Original story on:<br />
<a href="http://ucsdnews.ucsd.edu/newsrel/general/rothenberg07.asp"><font color=0000bb>http://ucsdnews.ucsd.edu/newsrel/general/rothenberg07.asp </font color></a></p>
</div>
     
  </div>
<a id="comment"></a>
<form method="post" action="comment"><div>
<input type="hidden" name="edit[nid]" value="147" />
</div></form>
<!-- end content -->

      </div><!-- main -->
    </td>
     
  </tr>
</table>
</body>
</html>
