<?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>Hugh Ouellette</name>
	<picture>../faculty/Ouellette/hugh.jpg</picture>
	<info>
		<degrees>
			<school_name>University of Northern Colorado</school_name>
			<degree>Ed.D.</degree>
			<gradDate/>
		</degrees>
		<phone>507-285-7419</phone>
		<office_room>UCR ST131</office_room>
		<email>houellette@winona.edu</email>
		<!-- edit this next field for the personal website for the faculty member -->
		<personalURL></personalURL>
		<interests>Huh? </interests>
	</info>
	<office_hours>
		<!-- edit this section for office hours -->
		<hour order="1">
			<value>4:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 415</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 415</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="2">
			<value>4:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 415</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 415</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="3">
			<value>5:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 415</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 415</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="4">
			<value>5:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 415</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 415</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="5">
			<value>6:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="6">
			<value>6:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="7">
			<value>7:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="8">
			<value>7:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="9">
			<value>8:00 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
		<hour order="10">
			<value>8:30 PM</value>
			<Monday>.</Monday>
			<Tuesday>CS 471</Tuesday>
			<Wednesday>.</Wednesday>
			<Thursday>CS 472</Thursday>
			<Friday>.</Friday>
		</hour>		
	</office_hours>
	<!-- edit this for each semester -->
	<courses>
		<sem>Fall 2007</sem>
		<class>
			<title>Principles of Prog Langs</title>
			<id>CS 415-01</id>
			<time>TR 4:00-5:20 pm</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Computing Theory</title>
			<id>CS 465-01</id>
			<time>TBA</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Computing Theory</title>
			<id>CS 465-02</id>
			<time>TBA</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Information Sytstems Apps</title>
			<id>CS 467-01</id>
			<time>TBA</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Information Sytstems Apps</title>
			<id>CS 467-02</id>
			<time>TBA</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>OOD and Dev</title>
			<id>CS 471-01</id>
			<time>T 6:00 - 8:40 pm</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Reusable Software Arch</title>
			<id>CS 472-01</id>
			<time>R 6:00 - 8:40 pm</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<class>
			<title>Internet Web Architecture</title>
			<id>CS 482-01</id>
			<time>TBA</time>
			<class_room>.</class_room>
			<classURL>http://cs.winona.edu/</classURL>
		</class>
		<!-- add new courses here -->
	</courses>
</faculty>
