CINXE.COM

Woodrow Wilson International Center for Scholars

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.wilsoncenter.org/","20090910231628","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1252624588"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta name="WT.cg_n" content=""> <meta name="WT.cg_s" content=""> <meta name="DCSext.contentType" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="Shortcut Icon" href="/web/20090910231628im_/http://www.wilsoncenter.org/favicon.ico"> <meta name="KEYWORDS" content=""/> <meta name="DESCRIPTION" content=""/> <title>Woodrow Wilson International Center for Scholars</title> <link rel="stylesheet" href="/web/20090910231628cs_/http://www.wilsoncenter.org/ww.css"> <script language="Javascript" type="text/javascript"> <!-- /* WM_checkIn() Takes the ID of a positioned HTML element and returns an object reference. Source: Webmonkey Code Library (http://www.hotwired.com/webmonkey/javascript/code_library/) Author: Taylor Author Email: taylor@wired.com Author URL: http://www.taylor.org/ Usage: WM_checkIn('id') */ // This function checks for DOM strategy, then // returns an object reference. function WM_checkIn(id) { if (document.all && document.all[id]) { // IE return document.all[id].style; } else if (document.layers && document.layers[id]) { // NN4 return document.layers[id]; } else if (!document.all && document.getElementById) { // NN6 return document.getElementById(id).style; } else { return -1; } } /* WM_changeVisibility() Changes whether a layer is visible or hidden. Source: Webmonkey Code Library (http://www.hotwired.com/webmonkey/javascript/code_library/) Author: Nadav Savio Author Email: nadav@wired.com usage: WM_changeVisibility('targetLayer1',[visible|hidden|toggle],'targetLayer2',[visible|hidden|toggle],...,'targetLayerN',[visible|hidden|toggle]) */ // set hidden/visible vars for Netscape 4 compatibility if (document.layers) { var hidden = "hide"; var visible = "show"; } else { var hidden = "hidden"; var visible = "visible"; } var toggle = "toggle"; function WM_changeVisibility() { if (document.layers || document.all || (!document.all && document.getElementById)) { var inc, endInc=arguments.length; // run through the args (objects) and set the visibility of each for (inc=0; inc<endInc; inc+=2) { // get a good object reference var daObj = WM_checkIn(arguments[inc]); if (daObj != -1) { if (arguments[inc+1] == hidden) { // hide the object daObj.visibility = hidden; } else if (arguments[inc+1] == visible) { // show the object daObj.visibility = visible; } else if (arguments[inc+1] == toggle) { // toggle the object's visibility if (daObj.visibility == visible) { daObj.visibility = hidden; } else if (daObj.visibility == hidden) { daObj.visibility = visible; } } } } } } function MM_preloadImages() { //v3.0 var d=document; if (d.images) { if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0) { d.MM_p[j]=new Image; d.MM_p[j++].src=a[i]; } } } function MM_findObj(n, d) { //v3.0 var p,i,x; if (!d) d=document; if ( (p=n.indexOf("?")) > 0 && parent.frames.length ) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p); } if ( !(x=d[n]) && d.all ) x=d.all[n]; for (i=0; !x && i<d.forms.length; i++) x=d.forms[i][n]; for (i=0; !x && d.layers && i<d.layers.length; i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0; i < (a.length-2); i+=3) if ( ( x=MM_findObj(a[i]) ) != null ) { document.MM_sr[j++]=x; if (!x.oSrc) x.oSrc=x.src; x.src=a[i+2]; } } function MM_swapImgRestore() { //v3.0 var i,n,x,a=document.MM_sr; for (i=0; a && i<a.length && (x=a[i]) && x.oSrc; i++) { x.src=x.oSrc; } } function myMenuChange(menu, state, which) { if (menu) { thisOne = 'nav-' + which; if (state) { thisImg = 'images/' + thisOne + '_.gif'; MM_swapImage(thisOne, '', thisImg, 1) } else { thisImg = 'images/' + thisOne + '.gif'; MM_swapImage(thisOne, '', thisImg, 1) } } mySub = 'win-' + which; myLin = 'lin-' + which; if (state) { changeTo = visible; } else { changeTo = hidden; } WM_changeVisibility(myLin, changeTo); WM_changeVisibility(mySub, changeTo); } var startTime; function myOff(which) { var rightnow = new Date(); var RNhr = rightnow.getHours(); var RNmin = rightnow.getMinutes(); var RNsec = rightnow.getSeconds(); var RNsum = (RNhr * 60 * 60) + (RNmin * 60) + RNsec; var SThr = startTime.getHours(); var STmin = startTime.getMinutes(); var STsec = startTime.getSeconds(); var STsum = (SThr * 60 * 60) + (STmin * 60) + STsec; if (STsum < RNsum) { myMenuChange(1, 0, which); } } var menuArray = new Array('programs','collections','esources','reading','events','about'); function myOn(which) { // turn off all others for (i=0; i < menuArray.length; i++) { if (menuArray[i] != which) { myMenuChange(1,0,menuArray[i]); } } // turn on this one myMenuChange(1, 1, which); // set rightnow equal to a new Date object. startTime = new Date(); // schedule myOff to be run in X seconds thisFunct = "myOff('" + which + "')"; setTimeout(thisFunct, 8000); } function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <script type="text/javascript" src="/web/20090910231628js_/http://www.wilsoncenter.org/CFIDE/scripts/cfform.js"></script> <script type="text/javascript" src="/web/20090910231628js_/http://www.wilsoncenter.org/CFIDE/scripts/masks.js"></script> <script type="text/javascript"> <!-- function _CF_checkform1(_CF_this) { //reset on submit _CF_error_exists = false; _CF_error_messages = new Array(); _CF_error_fields = new Object(); _CF_FirstErrorField = null; //form element email required check if( !_CF_hasValue(_CF_this['email'], "TEXT", false ) ) { _CF_onError(_CF_this, "email", _CF_this['email'].value, "Please enter a valid email"); _CF_error_exists = true; } //display error messages and return success if( _CF_error_exists ) { if( _CF_error_messages.length > 0 ) { // show alert() message _CF_onErrorAlert(_CF_error_messages); // set focus to first form error, if the field supports js focus(). if( _CF_this[_CF_FirstErrorField].type == "text" ) { _CF_this[_CF_FirstErrorField].focus(); } } return false; }else { return true; } } //--> </script> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('images/nav/events_.gif','images/nav/fellows_.gif','images/nav/dialogue_.gif','images/nav/about_.gif','images/nav/contact_.gif','images/nav/programs_.gif','images/nav/wq_.gif','images/nav/publications_.gif')"> <table width="779" border="0" cellspacing="0" cellpadding="0" bgcolor="#000033"> <tr> <td><a href="index.cfm?fuseaction=topics.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('programs');MM_swapImage('navpr','','images/nav/programs_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/programs.gif" width="80" height="16" border="0" name="navpr" alt="Programs"></a><a href="index.cfm?fuseaction=events.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navev','','images/nav/events_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/events.gif" width="72" height="16" border="0" name="navev" alt="Events"></a><a href="index.cfm?fuseaction=sf.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navfe','','images/nav/fellows_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/fellows.gif" width="134" height="16" border="0" name="navfe" alt="Fellows and Scholars"></a><a href="index.cfm?fuseaction=publications.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navpub','','images/nav/publications_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/publications.gif" width="98" height="16" border="0" name="navpub" alt="Publications"></a><a href="index.cfm?fuseaction=wq.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navwq','','images/nav/wq_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/wq.gif" width="127" height="16" border="0" name="navwq" alt="Wilson Quarterly"></a><a href="index.cfm?fuseaction=dialogue.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navdia','','images/nav/dialogue_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/dialogue.gif" width="77" height="16" border="0" name="navdia" alt="Dialogue"></a><a href="index.cfm?fuseaction=about.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navabo','','images/nav/about_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/about.gif" width="60" height="16" border="0" name="navabo" alt="About"></a><a href="index.cfm?fuseaction=contact.welcome" onmouseout="MM_swapImgRestore()" onmouseover="myOn('nothing');MM_swapImage('navcon','','images/nav/contact_.gif',1)"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/nav/contact.gif" width="72" height="16" border="0" name="navcon" alt="Contact"></a></td> </tr> </table> <div id="win-programs" style="position:absolute; left:0px; top:15px; z-index:1; visibility:hidden; height: 51px" onmouseover="MM_swapImage('navpr','','images/nav/programs_.gif',1)"> <table border="0" cellspacing="0" cellpadding="1" bgcolor="#333333"> <tr> <td> <table border="0" cellspacing="0" cellpadding="10" bgcolor="#e0f0ff"> <tr valign="top"> <td valign="top"> By Region<br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1417" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Africa Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=5947" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Argentina@the Wilson Center</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1462" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Asia Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1419" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Brazil Institute</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1420" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Canada Institute</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1421" onmouseout="myOn('programs')" onmouseover="myOn('programs')">China Environment Forum</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1422" onmouseout="myOn('programs')" onmouseover="myOn('programs')">East European Studies</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1424" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Kennan Institute (covering Russia and surrounding states)</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=514556" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Kissinger Institute on China and the United States</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1425" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Latin American Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=5949" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Mexico Institute</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1426" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Middle East Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=109941" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Southeast Europe Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1427" onmouseout="myOn('programs')" onmouseover="myOn('programs')">United States Studies</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=6105" onmouseout="myOn('programs')" onmouseover="myOn('programs')">West European Studies</a><br> </td> <td valign="top"> By Topic<br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1409" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Cold War International History Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1410" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Comparative Urban Studies Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1412" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Congress Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1413" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Environmental Change and Security Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1414" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Foresight and Governance Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=236266" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Global Energy Initiative</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=116811" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Global Health Initiative</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1415" onmouseout="myOn('programs')" onmouseover="myOn('programs')">History and Public Policy Program</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1416" onmouseout="myOn('programs')" onmouseover="myOn('programs')">International Security Studies</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=230972" onmouseout="myOn('programs')" onmouseover="myOn('programs')">North Korea International Documentation Project</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=166192" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Project on Emerging Nanotechnologies</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1411" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Project on Leadership and Building State Capacity</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=1408" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Science, Technology, America, and the Global Economy</a><br> <a href="index.cfm?fuseaction=topics.home&amp;topic_id=470582" onmouseout="myOn('programs')" onmouseover="myOn('programs')">Wilson Center on the Hill</a><br> </td> </tr> </table></td> </tr> </table> <a href="#" onmouseover="myOn('nothing')" onmouseout="myOff('programs')"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="500" height="100" border="0"></a> </div> <div id="win-nothing" style="position:absolute; left:0px; top:-10px; z-index:0; visibility:visible; height: 2px" onmouseover="myOff('programs')"> </div> <table width="779" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" width="779"> <tr> <td colspan="3"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/header_home.jpg" width="779" height="85" usemap="#homemap" border="0"></td> </tr> <tr> <td valign="top" width="446"> <table width="438" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#4f82b5" width="80" valign="top"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/side_img_home.gif" width="80" height="283"></td> <td valign="top" width="350"> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <td valign="top"> <b> <span class="subheadline_dark"> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=news.item&amp;news_id=545205"> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/news/images/CP_multi_sm.jpg" align="right" border="0" hspace="4" vspace="4" alt=""> Tell Us What You Think About Centerpoint</a></span></b> <br> In the coming year, the Woodrow Wilson Center is considering moving its monthly printed newsletter, <i>Centerpoint</i>, online. Whether or not you are a subscriber, please <b><a href="https://web.archive.org/web/20090910231628/http://www.wilsoncenter.org/centerpointsurvey">help us evaluate your needs by completing this brief online survey.</a></b> You could win a free subscription to the <i>Wilson Quarterly</i> for you or a friend. </td> </tr> </table> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="10" height="3"><br> <table width="94%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="1" background="/web/20090910231628im_/http://www.wilsoncenter.org/images/dots.gif"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="1"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <td valign="top"> <b> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=news.item&amp;news_id=549962">The Woodrow Wilson Center Welcomes the 2009-2010 Class of Fellows</a> </b> <br> The staff and scholars of the Woodrow Wilson Center welcome the 2009-2010 fellowship class who arrive on September 8. The 24 fellows include scholars and practitioners from the United States, Australia, Bulgaria, Canada, Denmark, Israel, United Kingdom, and Uzbekistan. </td> </tr> <tr> <td valign="top"> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=news.news_welcome"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_more_news.gif" height="17" border="0"></a> </td> </tr> </table> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="350" height="1"></td> </tr> </table> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/bg_about_feature_top.gif" width="446" height="65"><br> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="80" valign="bottom"><img width="80" height="1" src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif"></td> <td width="354" height="90" valign="top">The Woodrow Wilson International Center for Scholars is the living memorial to Woodrow Wilson, president of the United States from 1913 to 1921<br> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="51%" valign="top" nowrap style="line-height:22px"> <a href="index.cfm?fuseaction=about.exhibit">Presidential Exhibit</a><br> <a href="https://web.archive.org/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=about.trustees">Board of Trustees</a><br> <a href="index.cfm?fuseaction=about.mission">Mission Statement</a><br> <a href="index.cfm?fuseaction=about.woodrow">About Woodrow Wilson</a><br> <a href="index.cfm?fuseaction=opportunities.welcome">Opportunities at the Center</a><br> <a href="index.cfm?fuseaction=Fellowships.welcome">Fellowships</a><br> <a href="index.cfm?fuseaction=center_kit.welcome">Media Guide</a><br> <a href="index.cfm?fuseaction=about.directory">Staff Directory</a><br/> <a href="https://web.archive.org/web/20090910231628/http://www.wilsoncenter.org/about/WWC_AR0708.pdf" target="_blank">Annual Report</a> <br> <a href="index.cfm?fuseaction=about.directions">Map and Directions</a><br> </td> <td width="49%" valign="top"> <strong><a href="index.cfm?fuseaction=awards.donate">Support the Center</a></strong><br/> <span style="font-size:10px;color:#993300"> <em>Make your tax-deductible<br/> donation today!</em><br/> <br/></span> <strong><a href="index.cfm?fuseaction=awards.alliances">WilsonAlliances</a></strong><br/> <span style="font-size:10px;color:#993300"> <em>The Center's corporate <br/> membership program</em><br/> <br/></span> <strong><a href="index.cfm?fuseaction=about.council">Wilson Council</a></strong><br/> <span style="font-size:10px;color:#993300"><em>The Center's private-sector <br/> advisory group</em><br/> <br/></span> <strong><a href="index.cfm?fuseaction=awards.awards">Woodrow Wilson Awards</a></strong><br/> <span style="font-size:10px;color:#993300"><em> Recognizes leaders in business <br/> and public service</em></span> </td> </tr> </table> </td> <td height="90" align="right" valign="bottom" style="padding-left:10px;">&nbsp;</td> </tr> <tr> <td valign="bottom">&nbsp;</td> <td height="90" align="right" valign="top"><br/> <br/> <a href="index.cfm?fuseaction=awards.legacy"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/legacy.jpg" width="350" height="140" border="0"/></a></td> <td height="90" align="right" valign="bottom" style="padding-left:10px;">&nbsp;</td> </tr> </table> </td> <td valign="top" width="1" background="/web/20090910231628im_/http://www.wilsoncenter.org/images/dots.gif"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="1"></td> <td valign="top" rowspan="2" width="340"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" align="right"> <table width="100%" border="0" cellspacing="0" cellpadding="10" height="45"> <form name="searchthis" action="index.cfm" method="get"> <tr bgcolor="#336699"> <td valign="top" bgcolor="#336699"> <input type="hidden" name="section" value="search_all"> <input type="hidden" name="fuseaction" value="search.search"> <table border="0" cellspacing="2" cellpadding="0"> <tr> <td> <input type="text" name="searchstr" value="" style="width:115px"></td> <td><input type="image" border="0" name="imageField" src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_search.gif" width="47" height="20"></td> </tr> <tr> <td colspan="2"> <em><a href="index.cfm?fuseaction=search.advanced_search"><font color="#CCCCCC">advanced search</font></a></em> <em><font color="#CCCCCC">::</font> <a href="index.cfm?fuseaction=search.help"><font color="#CCCCCC">help</font></a></em></td> </tr> </table></td> </tr> </form> </table> <div style="background:#336699;padding-bottom:15px;padding-left:10px;text-align:left"> <a href="index.cfm?fuseaction=awards.donate"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/donate_nowlighterborder.jpg" width="117" height="39" border="0"/></a> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" bgcolor="#6699cc"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="5"></td> </tr> </table> <table width="98%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="6"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="6" height="1"></td> <td> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="100" height="10"><br> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/col_atthecenter.gif" width="134" height="18"></td> <td align="right"> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/tip_home.gif" width="50" height="22"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> <font color="#333333"> Thursday, September 10, 2009 </font> <br> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/n_watch.gif" alt=""/> <a href="index.cfm?fuseaction=events.event&amp;event_id=549159"> The One-State Solution is a Fantasy….But What About Two? </a> <font color="#666666">(9:00 a.m.)</font><br> <br> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/n_watch.gif" alt=""/> <a href="index.cfm?fuseaction=events.event&amp;event_id=549941"> Security Council Implementation of Chapter VII Peacekeeping Resolutions: The Case of Afghanistan </a> <font color="#666666">(2:00 p.m.)</font><br> <br> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/n_watch.gif" alt=""/> <a href="index.cfm?fuseaction=events.event&amp;event_id=548879"> Book Discussion: <i>Half the Sky: Turning Oppression Into Opportunity for Women Worldwide</i> </a> <font color="#666666">(2:30 p.m.)</font><br> <br> <a href="index.cfm?fuseaction=events.events"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_more.gif" width="49" height="17" border="0"></a> </td> </tr> </table> </td> <td background="/web/20090910231628im_/http://www.wilsoncenter.org/images/bg_wq_feature.gif" valign="top"><div align="center"> <a href="https://web.archive.org/web/20090910231628/http://www.wilsoncenter.org/ondemand/" target="_blank"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/portal_promo.jpg" border="0"/></a></div> <table width="100%" border="0" cellspacing="0" cellpadding="10" background="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif"> <tr> <td> <table border="0" cellpadding="1" cellspacing="0"> <tr> <td bgcolor="#000000"><a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=wq.welcome"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/wq/images/WQSummer09.jpg" border="0"></a></td> </tr> </table> <b>Thrift: The Double-Edged Virtue</b> <br> <b><i>plus...</i><br> <b>Message in a Genome<br> Rediscovering Central Asia<br> Maps in Literature<br> Divided By</b></td> </tr> </table> </td> </tr> </table> <br> <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="226" rowspan="2"><a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=dialogue.thismonth"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/col_dialogue.gif" width="226" height="28" border="0"></a></td> <td width="90%"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="20"></td> </tr> <tr> <td bgcolor="#e0f0ff"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="8"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr bgcolor="#e0f0ff"> <td> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=dialogue.program&amp;dialogue_id=146077" class="bold_small"> The First Resort of Kings</a> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_audio.gif" width="16" height="15" align="middle">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br> In the ancient world, culture was a prominent part of a nation’s diplomatic strategy. In 20th century America, cultural diplomacy was first used to great effect, and then largely abandoned. <b>Richard Arndt</b> explains this history. <br> (Program #752) August 31 - September 6 2009 &nbsp;&nbsp; <a href="#" onclick="MM_openBrWindow('../index.cfm?fuseaction=dialogue.listen&amp;stoplayout=true&amp;dialogue_id=146077','Listen','width=320,height=100')"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_listen.gif" width="50" height="20" align="baseline" border="0"></a> </td> </tr> </table> <br> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="1" height="20"><a href="index.cfm?fuseaction=wwcp.welcome"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/coL_wwcp_feature.gif" width="215" height="15" border="0"></a> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr bgcolor="#e0f0ff"> <td valign="top"> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=wwcp.title&amp;book_id=544505"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/wwcp/images/Mach.sm.jpg" width="70" border="0" align="left"></a><br> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=wwcp.title&amp;book_id=544505">Rebellious Satellite: Poland 1956</a> <br> Written by Pawel Machcewicz <br><br> <a href="/web/20090910231628/http://www.wilsoncenter.org/index.cfm?fuseaction=wwcp.welcome"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_more.gif" width="49" height="17" border="0"></a> </td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/coL_newsletter_update.gif" width="183" height="15"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr bgcolor="#e0f0ff"> <td>Subscribe to our electronic newsletter for the latest news and updates about the Wilson Center. Enter your e-mail below. <form name="form1" action="index.cfm" method="post" onsubmit="return _CF_checkform1(this)"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input name="email" id="email" type="text" style="width:110px"/> <input type="hidden" name="fuseaction" value="newsletter.signup"> </td> <td>&nbsp;</td> <td> <input type="image" border="0" name="imageField" src="/web/20090910231628im_/http://www.wilsoncenter.org/images/but_subscribe.gif" align="middle"> </td> </tr> </table> </form> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/quotes/quote_line.gif" width="779" height="15"><br> <div align="center"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/quotes/psa_1910.gif" width="600" alt="“Your real statesman is first of all, and chief of all, a great human being.. a guide, a counselor, a mentor, a servant, a friend of mankind.”"> </div> </td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" align="center"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/spacer.gif" width="90" height="1"></td> <td width="200%" colspan="2"><a href="index.cfm?fuseaction=news.welcome">News</a> | <a href="index.cfm?fuseaction=contact.welcome">Contact</a> | <a href="index.cfm?fuseaction=contact.email_a_friend">Email a Friend</a> | <a href="index.cfm?fuseaction=about.welcome">About the Wilson Center</a> | <a href="index.cfm?fuseaction=home.login">User Login</a> | <a href="index.cfm?fuseaction=about.forms_990" target="_blank">990 Forms</a> | <a href="index.cfm?fuseaction=publications.rss">RSS Feeds</a> <a href="index.cfm?fuseaction=publications.rss"><img src="/web/20090910231628im_/http://www.wilsoncenter.org/images/feed-icon16x16.png" border="0" align="absmiddle"/></a> <br> <font face="Arial, Helvetica, sans-serif" size="1">Copyright 2009, The Woodrow Wilson International Center for Scholars. All rights reserved.</font></td> </tr> <tr> <td width="90" align="center">&nbsp;</td> <td colspan="2" valign="top"> <font face="Arial, Helvetica, sans-serif" size="1" color="#666666">Developed by <a href="https://web.archive.org/web/20090910231628/http://www.grafik.com/">Grafik</a></font> </td> </tr> <tr> <td width="90" align="center">&nbsp;</td> <td width="200%" colspan="2"><font face="Arial, Helvetica, sans-serif" size="1">Woodrow Wilson International Center for Scholars<br> Ronald Reagan Building and International Trade Center<br> One Woodrow Wilson Plaza<br> 1300 Pennsylvania Ave., NW<br> Washington, DC 20004-3027<br> T 202/691-4000 </font></td> </tr> <tr> <td width="90" align="center">&nbsp;</td> <td width="200%" align="right" colspan="2"> <p>&nbsp;</p> </td> </tr> </table> </td> </tr> </table> <map name="homemap"><area shape="rect" coords="23,12,169,65" href="index.cfm"> </map> </body> </html> <!-- START OF SmartSource Data Collector TAG --> <!-- Copyright (c) 1996-2008 WebTrends Inc. All rights reserved. --> <!-- Version: 8.5.0 --> <!-- Tag Builder Version: 2.0.0 --> <!-- Created: 10/22/2008 15:42:41 --> <script src="/web/20090910231628js_/http://www.wilsoncenter.org/webtrends/webtrends.js" type="text/javascript"></script> <!-- ----------------------------------------------------------------------------------- --> <!-- Warning: The two script blocks below must remain inline. Moving them to an external --> <!-- JavaScript include file can cause serious problems with cross-domain tracking. --> <!-- ----------------------------------------------------------------------------------- --> <script type="text/javascript"> //<![CDATA[ var _tag=new WebTrends(); _tag.dcsGetId(); //]]>> </script> <script type="text/javascript"> //<![CDATA[ // Add custom parameters here. //_tag.DCSext.param_name=param_value; _tag.dcsCollect(); //]]>> </script> <noscript> <div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="https://web.archive.org/web/20090910231628im_/http://sdc.wilsoncenter.org/dcsqiij7h00000wwemfjz9eu0_4y7h/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.5.0"/></div> </noscript> <!-- END OF SmartSource Data Collector TAG --> <script src="https://web.archive.org/web/20090910231628js_/http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1264635-8"; urchinTracker(); </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="https://web.archive.org/web/20090910231628js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-852J9Fc5do-rg";quantserve();</script> <noscript> <a href="https://web.archive.org/web/20090910231628/http://www.quantcast.com/p-852J9Fc5do-rg" target="_blank"><img src="https://web.archive.org/web/20090910231628im_/http://pixel.quantserve.com/pixel/p-852J9Fc5do-rg.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <!-- FILE ARCHIVED ON 23:16:28 Sep 10, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:07:13 Mar 02, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.933 exclusion.robots: 0.074 exclusion.robots.policy: 0.039 esindex: 0.016 cdx.remote: 18.029 LoadShardBlock: 405.737 (6) PetaboxLoader3.datanode: 190.103 (7) PetaboxLoader3.resolve: 89.633 (2) load_resource: 146.067 -->

Pages: 1 2 3 4 5 6 7 8 9 10