<?xml-stylesheet href="NULL"					type="application/x-xsp"?>
<?xml-stylesheet href="../stylesheets/people.xsl"		type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/objects.xsl"		type="text/xsl"		?>
<?xml-stylesheet href="../stylesheets/tb_tables.xsl"		type="text/xsl"		?>
<?xml-stylesheet href="../stylesheets/local_nav.xsl"		type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/textblock1.xsl"	type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/textblock2.xsl"	type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/page_header.xsl"		type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/page_footer.xsl"		type="text/xsl"         ?>
<?xml-stylesheet href="../stylesheets/faculty/faculty.xsl"	type="text/xsl"         ?>



<xsp:page language="Perl"
	xmlns:xsp	=	"http://www.apache.org/1999/XSP/Core"
	xmlns:util	=	"http://apache.org/xsp/util/v1"
	xmlns:param	=	"http://axkit.org/NS/xsp/param/v1"
	xmlns:db	=	"http://eeit.nd.edu/MySQL/DBTaglibDev/v1"
	xmlns:content	=	"http://eeit.nd.edu/EEIT/Web/ContentTaglibDev/v1"
	xmlns:auth	=	"http://eeit.nd.edu/MySQL/Authenticate/v1"
>


<data>
   <JavaScript/>

   <filename>faculty.xsp</filename>

   <title_page>EE Faculty - University of Notre Dame</title_page>

   <people/>

   <db:lookup_person>
	<db:search_by><param:search_by /></db:search_by>
	<db:val><param:val /></db:val>
	<db:web>1</db:web>
   </db:lookup_person>

   <db:describe_faculty>
	<db:netid><param:id/></db:netid>
   </db:describe_faculty>

   <local_nav>
	<content:container page_name="FACULTY" container_name="LOCAL_NAV"/>
   </local_nav>

   <faculty_info>
     <id><param:id/></id>
	 <db:lookup_person>
		<db:search_by>afsid</db:search_by>
		<db:val><param:id/></db:val>
		<db:web>1</db:web>
	 </db:lookup_person>
   </faculty_info>
	
   <textblock1>
	   <structure>A</structure>
		
	   <db:list_courses_taught>
		<db:class>list_line</db:class>
		<db:instructor><param:id/></db:instructor>
	   </db:list_courses_taught>
		
		<db:list_people_managed>
		<db:class>list_line</db:class>
		<db:manager><param:id/></db:manager>		
		<db:standing>graduate</db:standing>
	   </db:list_people_managed>
				
		<db:list_people_managed>
		<db:class>list_line</db:class>
		<db:manager><param:id/></db:manager>	
		<db:standing>postdoc</db:standing>
	   </db:list_people_managed>
   </textblock1>
	
	<seminar/>
	
   <news/>

   <main_content/>

   <sidelink_bar/>

   <page_header/>

   <page_footer/>

</data>

</xsp:page>