| <?xml version="1.0" encoding="utf-8"?> | 
 | <?xml-stylesheet type="text/xsl" href="person.xsl"?> | 
 | <person:person xmlns:person="http://eclipse.org/webtools/person" | 
 | 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
 | 	xsi:schemaLocation="http://eclipse.org/webtools/person person.xsd "> | 
 |  | 
 | 	<person:name> | 
 | 		<person:given-name>Tim</person:given-name> | 
 | 		<person:family-name>Francis</person:family-name> | 
 | 	</person:name> | 
 |  | 
 | 	<person:affiliation href="http://www.ibm.com"> | 
 | 		IBM | 
 | 	</person:affiliation> | 
 |  | 
 | 	<person:e-mail>francis@ca.ibm.com</person:e-mail> | 
 |  | 
 | 	<person:biography> | 
 | 		<p> | 
 | 			Tim is a Senior Technical Staff Member and architect of the | 
 | 			WebSphere Tools team in the IBM Canada Toronto Lab. He | 
 | 			received a BASc in Electrical Engineering from the | 
 | 			University of Waterloo and an MMath in Software Engineering | 
 | 			from the University of Waterloo, and joined IBM in 1990. Tim | 
 | 			is a senior member of the WebSphere Architecture Board, and | 
 | 			a core member of the Rational Tools Development Council. Tim | 
 | 			coauthored the J2EE book Professional IBM WebSphere 5.0 | 
 | 			Application Server (Wrox Press, 2002). | 
 | 		</p> | 
 | 	</person:biography> | 
 |  | 
 | 	<person:contribution role="contributor"> | 
 | 		<p> | 
 | 			Tim contribed the initial server adapter for Apache | 
 | 			Geronimo. The work on this adapter has now moved to the | 
 | 			<a href="http://geronimo.apache.org/devtools/"> | 
 | 				Apache Geronimo Development Tools Subproject. | 
 | 			</a> | 
 | 			Tim continues to provide requirements to the WTP project | 
 | 			from the point of view of an adopter. | 
 | 		</p> | 
 | 	</person:contribution> | 
 |  | 
 | 	<person:large-photo width="203" height="274" | 
 | 		href="photos/large/tim-francis.png" /> | 
 | 	<person:small-photo width="102" height="137" | 
 | 		href="photos/small/tim-francis.png" /> | 
 |  | 
 | </person:person> |