<?php 
 $page="courses";
 include 'header.php';
?>

<table border=1 cellpadding=5 cellspacing=1 width="100%">
<tr><td valign=top>
Dr. Beverly's NPS Courses:
<ul>
 <li><a href="http://www.cmand.org/cs4910">CS4910</a> - Advanced Topics in Network Traffic Analysis (Summer 2012)
 <li><a href="http://www.cmand.org/~rbeverly/cs4550/schedule.html">CS4550</a> - Computer Networks II (Summer 2011, Winter 2011)
 <li><a href="http://www.cmand.org/~rbeverly/cs4538/schedule.html">CS4538</a> - Wireless Security (Winter 2013, Winter 2012, Winter 2011)
 <li><a href="http://www.cmand.org/~rbeverly/cs4558/schedule.html">CS4558</a> - Network Traffic Analysis (Winter 2013, Spring 2012, Spring 2011)
 <li><a href="http://www.cmand.org/~rbeverly/cs3502/schedule.html">CS3502</a> - Computer Networks (Spring 2010, Fall 2009)
</ul>
</td>
</tr>
</table>

<?php 
 include 'footer.php' 
?>
