<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE liste_profs SYSTEM "liste_profs.dtd">
<!--<?xml-stylesheet href="profs.css" type="text/css"?>-->
<!--<?xml-stylesheet href="styles.css" type="text/css"?>-->
<!--<?xml-stylesheet href="profs.xsl" type="text/xsl"?>-->

<liste_profs>

	<prof campus="Moncton">
		<nom>Éric Hervet</nom>
		<bureau>RR-D226</bureau>
		<courriel>eric.hervet@umoncton.ca</courriel>
		<cours>Informatique théorique</cours>
		<cours>Algorithmes avancés</cours>
	</prof>

	<prof>
		<nom>Mustapha Kardouchi</nom>
		<bureau>RR-D220</bureau>
		<courriel>mustapha.kardouchi@umoncton.ca</courriel>
		<cours>Systèmes d'exploitation</cours>
		<cours>Introduction à l'architecture d'ordinateur</cours>
	</prof>

	<prof>
		<nom>Fadoua Khennou</nom>
		<bureau>RR-D224</bureau>
		<courriel>fadoua.khennou@umoncton.ca</courriel>
		<cours>Cybersécurité</cours>
		<cours>Réseaux informatiques</cours>
	</prof>

	<prof>
		<nom>Moulay Akhloufi</nom>
		<bureau>RR-D222</bureau>
		<courriel>moulay.akhloufi@umoncton.ca</courriel>
		<cours>Introduction à l'apprentissage profond</cours>
	</prof>

	<prof>
		<nom>Andy Couturier</nom>
		<bureau>RR-D214</bureau>
		<courriel>andy.couturier@umoncton.ca</courriel>
		<cours>Applications client-serveur</cours>
		<cours>Architecture d'ordinateur</cours>
	</prof>

</liste_profs>
