<?php
$pagetitle = "Electrical Engineering Curriculum --  Core EE Courses";
$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><br>
     <a href="index.php3" class="link">Introduction</a> |
     <B>Core courses</B> |
     <a href="examples.php3" class="link">Example schedules</a> |
     <a href="depth.php3" class="link">Depth courses</a></font><br><br>
</div>

<!-- ImageReady Slices (TargetPreview.gif) -->
<IMG SRC="ee_core.gif" WIDTH=582 HEIGHT=582 BORDER=0 ALT="" USEMAP="#TargetPreview_Map" ALT="Core EE courses block diagram">
<MAP NAME="TargetPreview_Map">
<AREA SHAPE="rect" ALT="" COORDS="335,521,412,579" HREF="syllabi/ELENE4710.html">
<AREA SHAPE="rect" ALT="" COORDS="504,503,578,517" HREF="syllabi/CSEEW4840.html">
<AREA SHAPE="rect" ALT="" COORDS="504,490,578,505" HREF="syllabi/ELENE4340.html">
<AREA SHAPE="rect" ALT="" COORDS="504,477,578,491" HREF="syllabi/ELENE4332.html">
</MAP>
<!-- End ImageReady Slices -->
<P><I>NOTES</I></P>

<UL>
  <LI>Non-EE core courses are not shown.</LI>
  <LI>Non-EE prerequisites are not shown.</LI>
  <LI>EE prerequisites may not be complete as shown. Consult the bulletin for more detailed or
  alternative prerequisites.</LI>
</UL>

<DIV CLASS="endlink">
<P>
Next: <A HREF="examples.php3">Example Schedules</A>
</P>
</DIV>
		
		<? include "../footer.inc"; ?>
		
