<?xml version="1.0"?>
<?xml-stylesheet type = "text/xsl" href = "faculty.xsl"?>
<!DOCTYPE faculty SYSTEM "http://199.17.161.19/faculty/faculty.dtd">
<!--
To edit any entry in this file you only need to edit the words between the <tag> and the </tag>.
for example:
if you wish to edit the faculty member's name you only need to edit the name between the <name> and the </name> tags.

If you wish to edit the course list you can follow the above example, but if you need to add a course:
1. copy the tags, and all content, from <class> to </class>.
2. create a couple new lines at the end of the last </class> tag on this page.
3. paste the coppied text between that last </class> and the </courses> tag.
4. fill in the information for the class you are adding.

If you wish to add or change the URL for a class or for the faculty member's personal web site:
1. Find the <classURL> or <personalURL> tag you are looking for.
	The <classURL> tag will be at the bottom of the <class> field that holds the class 	information for the class
	The <personalURL> tag is in the <office> field at the bottom of this page.
2. delete the entry currently inside the tags <classURL> and </classURL>
3. paste in the URL you wish to substitute.
-->
<faculty>
	<name>Dr. Nicole Anderson</name>
	<picture>../faculty/nanderson/nicole.jpg</picture>
	<info>
		<degrees>
			<school_name>University of Utah</school_name>
			<degree>Ph.D.</degree>
			<gradDate/>
		</degrees>

		<phone> 507-285-7480</phone>
		<office_room>UCR ST 133</office_room>

		<email>nanderson@winona.edu</email>
		<!-- edit this next field for the personal website for the faculty member -->
<!--
		<personalURL>http://www.roch.edu/faculty/nanderson/</personalURL>
		<interests>Huh? </interests>
-->
		<personalURL>http://cs.winona.edu/faculty/NAnderson/</personalURL>
	</info>
	<office_hours>
		<!-- edit this section for office hours -->
		
		<hour order="1">
			<value>.AM</value>
			<Monday>.</Monday>
			<Tuesday>.</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>.</Thursday>
			<Friday>.</Friday>				
		</hour>
		<hour order="2">
			<value>4:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>.</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>.</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="3">
			<value>5:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>.</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>.</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="4">
			<value>5:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>.</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>.</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="5">
			<value>6:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>.</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>.</Thursday>
			<Friday>.</Friday>
		</hour>
					
		</office_hours>
	<!-- edit this for each semester -->
	<courses>
		<sem>Fall 2007</sem>
		<class>
			<title>Leave</title>
			<id>.</id>
			<time>.</time>
			<class_room>.</class_room>
			<classURL>.</classURL>
		</class>
		
		<!-- add new courses here -->
		<!-- add new courses here -->
	</courses>
</faculty>
