<?php
$pagetitle = "Electrical Engineering Curriculum --  Example Schedules";
$link_path = ("<a href=\"../\" class=\"topnav\">HOME</a> : ".$pagetitle);
$headextra = "<link rel=\"stylesheet\" type=\"text/css\" href=\"newcurric.css\" />";
include "../header.inc";
?>

<div align="right">
<FONT FACE="Georgia, Times New Roman" SIZE="2" COLOR="#008080"><b><font size="6" class="heading">
<? echo "$pagetitle"; ?></font></b><br>
     <a href="index.php3" class="link">Introduction</a> |
     <a href="core.php3" class="link">Core courses</a> |
     <a href="examples.php3" class="link">Example schedules</a> |
     <a href="depth.php3" class="link">Depth areas</a></font><br>
     <!-- img src="../images/admissions2.jpg" width=364 height=169 BORDER=0 ALT="" -->
</div>

<H4>LATE STARTING STUDENTS</H4>
                                                                
<TABLE ROWS="7" COLUMNS="8" BORDER="2" CLASS="extable">
<TR>
  <TH COLSPAN="2">1st year</TH>
  <TH COLSPAN="2">2nd year</TH>
  <TH COLSPAN="2">3rd year</TH>
  <TH COLSPAN="2">4th year</TH>
</TR>
<TR>
  <TH>Fall</TH><TH>Spring</TH>
  <TH>Fall</TH><TH>Spring</TH>
  <TH>Fall</TH><TH>Spring</TH>
  <TH>Fall</TH><TH>Spring</TH>
</TR>
<TR>
  <TD><FONT COLOR="#008000">ENGI E1102</FONT></TD>
  <TD><FONT COLOR="#008000">COMS W3137</FONT></TD>
  <TD><FONT COLOR="#008000">SIEO W3658*</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E1201</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3201 &amp;&nbsp;E3081</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3331 &amp;&nbsp; E3083</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
</TR>
<TR>
  <TD><FONT COLOR="#008000">COMS W1007</FONT></TD>
  <TD><FONT COLOR="#008000">CHEM C1403*</FONT></TD>
  <TD><FONT COLOR="#008000">APMA E3101</FONT></TD>
  <TD><FONT COLOR="#008000">MATH V1210</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3801 &amp;&nbsp;E3084</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3701 or&nbsp;E4710</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
</TR>
<TR>
  <TD><FONT COLOR="#008000">PHYS C1401*</FONT></TD>
  <TD><FONT COLOR="#008000">PHYS C1402*</FONT></TD>
  <TD><FONT COLOR="#008000">PHYS C1403*</FONT></TD>
  <TD><FONT COLOR="#008000">PHYS C1494*</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3106</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3401</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3043</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3940 or&nbsp;E4332 or&nbsp;E4340</FONT></TD>
</TR>
<TR>
  <TD><FONT COLOR="#008000">MATH V1101</FONT></TD>
  <TD><FONT COLOR="#008000">MATH V1102</FONT></TD>
  <TD><FONT COLOR="#008000">MATH V1201</FONT></TD>
  <TD><FONT COLOR="#008000">MATH V1202</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3910 &amp;&nbsp;E3082</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
  <TD><FONT COLOR="#FF00FF">Elective</FONT></TD>
</TR>
<TR>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
</TR>
</TABLE>

<P>             
* See the bulletin for alternative courses. 
</P>

<P><B>PLEASE NOTE:</B></P>
 
<UL>
 <LI>  <B>This template is meant as an example only.</B>
 Students should plan a 
                 program appropriate for their case after consulting the bulletin for 
                 complete technical and non-technical requirements, course descriptions 
                 and prerequisites. </LI>
        
 <LI>  Course content and prerequisites change from time to time. The above 
                 template may not reflect the latest changes. Consult the bulletin. </LI>
</UL>

<DIV CLASS="endlink">
<P>
Next: <A HREF="ex3.php3">Transfer Students Plan 1</A>
</P>
</DIV>

		<? include "../footer.inc"; ?>
		
