<?xml version="1.0" encoding="utf-8"?><!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="iso-8859-1" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <title>Nonlinear dynamics: Chaos, and what to do about it?  Fall 2008 schedule</title>
<link rel="stylesheet" href="styles/course.css" type="text/css" />
<style type="text/css">
<xsl:comment>
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3130FF;
}
</xsl:comment>
</style>
</head>
<body>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->


<div align="center" class="description">
  <div align="right"><a href="schedule.xml#nextLect">next lecture</a>
    |
    <a href="info.html">course info</a> 
    |
    <a href="post.html">description</a>
    |
    <a href="info.html#FAQs">FAQs</a>
    |
    <a href="http://ChaosBook.org/">ChaosBook.org</a>
    |
    <a href="http://ChaosBook.org/FAQ/">webbook help</a>
    | 
    <a href="http://ChaosBook.org/~predrag/schedule/travel"
   >Cvitanovi&#263; travel</a>
    <br />
    <a href="http://ChaosBook.org/~predrag/courses/PHYS-7224-08/"
    >ChaosBook.org/~predrag/courses/PHYS-7224-08</a>
  </div>
</div>

        
<table width="100%" border="0" align="left" cellpadding="0" cellspacing="2">
    <tr align="left" valign="topline">
    <td width="53%" align='left' valign="top"></td>
      <td width="47%" align="left" valign="bottom" ><div align="right"><font
     color="#3333ff"><b>PHYS 7224  &nbsp;-&nbsp; fall 2008 </b> </font>
            <br />
          <font color="#3333ff">
        Tu,Th 12:05-1:25 Howey S204</font> </div></td>
    </tr>
    <tr align="left" valign="topline">
    <td colspan="2" align='left' class="part">NONLINEAR DYNAMICS: <br />
      CHAOS, AND WHAT TO DO ABOUT IT?  </td>
      </tr>
</table>

  <p>&nbsp;</p>
  <p>
    <font color="#888888" size="+2" class="part"><b>course schedule</b></font></p>

<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->

<xsl:apply-templates/> 


<br/>
    <img src="figs/sb08.gif" alt="-" height="4" width="100%"/><br/>
    <span class="footer">
    svn: $Author: predrag $ - $Date: 2008-11-14 03:04:53 -0500 (Fri, 14 Nov 2008) $</span>
</body>
</html>


</xsl:template>

  <xsl:template match="lecture">
  <a name="chapterName"></a>  <!--chapterName.pdf FIX THIS -->
  <dl>
   <dt> <div align="left" class="date">
            <xsl:value-of select="date"/>
            <xsl:apply-templates select="lecturer"/> 
        </div>
        <div align="left" class="lecture">
            <xsl:value-of select="lectureNo"/>
            &nbsp;<xsl:value-of select="lectureTitle"/>
            <xsl:value-of select="noLecture"/>
        </div>
    </dt>
  	    <xsl:apply-templates select="construction"/>
        <dd class="description">
        <xsl:value-of select="description"/>
        </dd>


      	<xsl:choose>
          <xsl:when test="chapter">
       	<dd>&nbsp;&nbsp;</dd>
			   <xsl:apply-templates select="chapter"/> 
          </xsl:when>
          <xsl:otherwise>
          </xsl:otherwise>
        </xsl:choose>
        
   <xsl:apply-templates select="homework"/>
   <xsl:apply-templates select="solutions"/>
  </dl>
</xsl:template>

    <!--OPTIONAL: nextLect FIX THIS -->
    <xsl:template match="nextLect">
		<a NAME="nextLect"><xsl:value-of select="nextLect"/></a>
    </xsl:template>
    
    <!--OPTIONAL: lecturer -->
    <xsl:template match="lecturer">
       &nbsp;&nbsp;
       <a href="{url/@href}"><xsl:value-of select="lectName"/></a>
    </xsl:template>

    <!--OPTIONAL: reading material-->
    <xsl:template match="chapter">
    <dd>
        <div align="left" class="chapter">
           Reading: 
      	<xsl:choose>
          <xsl:when test="url/@href">
            <a href="{url/@href}"><xsl:value-of select="chapterNo"/>
            		&nbsp;-&nbsp;
                    <xsl:value-of select="chapterTitle"/></a>       
          </xsl:when>
          <xsl:otherwise>
			<xsl:value-of select="chapterNo"/>
            		&nbsp;-&nbsp;
            <xsl:value-of select="chapterTitle"/>
          </xsl:otherwise>
        </xsl:choose>
        </div>
    </dd>
        <dd>
        	<span class="description">
        <xsl:value-of select="description"/>
			</span>        
			<span class="construction">
        <xsl:value-of select="construction"/>
			</span>        
        </dd>
    </xsl:template>

    <!--OPTIONAL: homework-->
    <xsl:template match="homework">
        <dd>
        <br/>
        <div class="description">
        <xsl:choose>
          <xsl:when test="url/@href">
            <a href="{url/@href}"><xsl:value-of select="homeworkNo"/>
            <xsl:value-of select="description"/></a>       
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="homeworkNo"/>
            <xsl:value-of select="description"/>
          </xsl:otherwise>
        </xsl:choose>
        </div>
			<span class="construction">
        <xsl:value-of select="construction"/>
			</span>        
        </dd>
    </xsl:template>

    <!--OPTIONAL: solutions-->
    <xsl:template match="solutions">
        <dd>
          <span class="solutions">
           <span class="construction">
	          <xsl:value-of select="construction"/>
           </span>
          <a href="{url/@href}"><xsl:value-of select="description"/></a>
          </span>        
        </dd>
    </xsl:template>

    <!--OPTIONAL: warnings-->
    <xsl:template match="construction">
        <dd>
           <span class="construction">
	    <img align="left" src="{graphic/@source}"/><xsl:value-of select="description"/>
           </span>
        </dd>
    </xsl:template>

</xsl:stylesheet>
