<?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>TRANSFER STUDENTS: PLAN 1</H4>

<H4>For students who <I>have not</I> taken a course equivalent to ELEN 
                      E1201 (Introduction to Electrical Engineering) </H4>
                                                                   
<TABLE ROWS="7" COLUMNS="4" BORDER="2" CLASS="extable">
<TR>
  <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>
</TR>
<TR>
  <TD><FONT COLOR="#FF00FF">*</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>
</TR>
<TR>
  <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">*</FONT></TD>
  <TD><FONT COLOR="#FF00FF">*</FONT></TD>
</TR>
<TR>
  <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="#FF00FF">*</FONT></TD>
  <TD><FONT COLOR="#E04010">ELEN E3910 &amp;&nbsp;E3082</FONT></TD>
  <TD><FONT COLOR="#FF00FF">*</FONT></TD>
  <TD><FONT COLOR="#FF00FF">*</FONT></TD>
</TR>
<TR>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#000000">Non Tech.</FONT></TD>
  <TD><FONT COLOR="#FF00FF">*</FONT></TD>
  <TD><FONT COLOR="#FF00FF">*</FONT></TD>
</TR>
</TABLE>

<P>             
<FONT COLOR="#FF00FF">*</FONT> Technical elective, non-technical elective, or Group A course (see Bulletin).</P>

<P><B>PLEASE NOTE:</B></P>
 
<UL>
     <LI>  This plan does not allow for choosing circuits and electronics as a depth 
           area. If you intend to choose circuits and electronics as a depth area, see 
           <A HREF="ex4.php3">Plan 2</A>. </LI>
      
 <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="ex4.php3">Transfer Students Plan 2</A>
</P>
</DIV>
		<? include "../footer.inc"; ?>
		
