
<!-- 
Fill in the form below with information by placing information between the 
begin and end tags.  e.g. 
     <uw:name>Jane Doe</uw:name>.  
You may use HTML img tags for anything that you wish (some people like 
to do this for their email address).  For instance, follow the example 
given for the portrait tag below like this:
     <uw:portrait> <img src="http://www.cs.washington.edu/homes/myusername/mypic.jpg" /> </uw:portrait>

Only the 'name' is required, everything else is optional. 
Bear in mind that this information will be publicly accessible.  If you 
are a TA, providing your office number is usually not recommended.

If you have more than one answer for a given tag (e.g., two advisors),
you can either write multiple answers between the given set of tags, or produce multiple sets of tags with a single answer in each.

WHEN YOU ARE FINISHED, 
  1. Save your completed file in your web directory and make it 
  web-accessible ("chmod a+rx info.xml").  If you don't have your homepage
  set up yet, see http://www.cs.washington.edu/info/faq/homefaq.html.
  2. "Publish" your file with form at:
     http://abstract.cs.washington.edu/~semweb/public/publish.html
-->

<uw:gradStudent xmlns:uw="http://www.cs.washington.edu/research/semweb/vocab#">

   <uw:name>Jane Doe </uw:name>

   <uw:portrait> </uw:portrait>  
      <!-- e.g., <img src="http://www.cs.washington.edu/homes/myusername/mypic.jpg" /> -->

   <uw:sportsPlayed> </uw:sportsPlayed>
   <uw:hobbies> </uw:hobbies>
   <uw:otherInterests> </uw:otherInterests>

   <uw:university> University of Washington</uw:university>
   <uw:department> Computer Science &amp; Engineering </uw:department>   
   <uw:workPhone> </uw:workPhone>
   <uw:office> </uw:office>  <!-- e.g., "Allen 217" -->
   <uw:fax> </uw:fax>
   <uw:workEmail> </uw:workEmail>
   <uw:workHomepage> </uw:workHomepage>
   <uw:homeAddress> </uw:homeAddress>
   <uw:homePhone> </uw:homePhone>
   <uw:cellphone> </uw:cellphone>
   <uw:pager> </uw:pager>
   <uw:personalEmail> </uw:personalEmail>
   <uw:personalHomepage> </uw:personalHomepage>
   <uw:yearOfStudy> </uw:yearOfStudy>   <!-- e.g., "2nd year grad student" -->
   <uw:undergradUniversity> </uw:undergradUniversity> 
   <uw:degreeCompleted> </uw:degreeCompleted> <!-- e.g., "M.S." -->
   <uw:degreeGoal> </uw:degreeGoal>

   <uw:programStatus> </uw:programStatus>   
     <!-- e.g. "Pre-quals", "Post-quals", "Post-generals"... -->

   <uw:researchInterests> </uw:researchInterests>

   <uw:advisor> </uw:advisor> 
     <!-- Preferably, use a link e.g., 
       <a href="http://www.cs.washington.edu/homes/alon">Alon Halevy</a> -->   

   <uw:birthday> </uw:birthday> 
       <!-- Providing a year is not recommended -->


   <uw:jobTitle> </uw:jobTitle>
   <uw:organization> </uw:organization>

</uw:gradStudent>