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

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


<P>
We have prepared a number of schedules giving illustrative examples of
how the required courses and electives can be arranged into the various semesters of an undergraduate career.  Four examples are given:
</P>

<UL>
  <LI><A HREF="ex1.php3">Early starting students</A> who are ready to commit to the EE major in their freshman year</LI>
  <LI><A HREF="ex2.php3">Late starting students</A> who wait until the end of their sophomore year to choose the EE major</LI>
  <LI><A HREF="ex3.php3">Transfer students without EE preparation</A> who must take the E1201 Introduction to EE course and lab in the spring of their junior year</LI>
  <LI><A HREF="ex4.php3">Transfer students who have taken an introduction to EE</A> and do not need to take the E1201 introductory class</LI>
</UL>

<DIV CLASS="endlink">
<P>
Next: <A HREF="depth.php3">Depth Areas</A>
</P>
</DIV>
		<? include "../footer.inc"; ?>
		
