Share Pastebin
Guest
Public paste!

faculty1.xml

By: a guest | Mar 21st, 2010 | Syntax: XML | Size: 6.51 KB | Hits: 49 | Expires: Never
Copy text to clipboard
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2.  
  3. <faculty_members
  4.  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.  xsi:noNamespaceSchemaLocation="Faculty1.xsd">
  6.   <faculty_member>
  7.     <name>
  8.       <first_name>Chandrajit</first_name>
  9.       <last_name>Bajaj</last_name>
  10.     </name>
  11.     <faculty_types>
  12.       <faculty_type>professor</faculty_type>
  13.     </faculty_types>
  14.     <office>
  15.       <building>
  16.         <abbreviation>ACE</abbreviation>
  17.         <long_name>Applied Computational Engineering and Sciences</long_name>
  18.       </building>
  19.       <room>2.324</room>
  20.     </office>
  21.     <email_addresses>
  22.       <email>bajaj@cs.utexas.edu</email>
  23.     </email_addresses>
  24.     <websites>
  25.       <website>http://userweb.cs.utexas.edu/users/bajaj/</website>
  26.     </websites>
  27.     <phone_numbers>
  28.       <phone_number>
  29.         <phone_type>work</phone_type>
  30.         <country_code>1</country_code>
  31.         <area_code>512</area_code>
  32.         <number>4715133</number>
  33.       </phone_number>
  34.           <phone_number>
  35.         <phone_type>fax</phone_type>
  36.         <country_code>1</country_code>
  37.         <area_code>512</area_code>
  38.         <number>4710982</number>
  39.       </phone_number>
  40.     </phone_numbers>
  41.     <research_areas>
  42.       <research_area>Computational Biology</research_area>
  43.       <research_area>Geometric Modeling</research_area>
  44.           <research_area>Image Processing</research_area>
  45.           <research_area>Computational Geometry</research_area>
  46.           <research_area>Computer Graphics</research_area>
  47.           <research_area>Compression</research_area>
  48.           <research_area>Mesh Generation</research_area>
  49.           <research_area>Scientific Computation</research_area>
  50.           <research_area>Visualization</research_area>
  51.     </research_areas>
  52.     <degrees>
  53.       <degree>
  54.         <year_awarded>1980</year_awarded>
  55.         <institution>Indian Institute of Technology, New Delhi, India</institution>
  56.         <degree_type>Bachelor's Degree</degree_type>
  57.         <specialization>Computer Science</specialization>
  58.       </degree>
  59.       <degree>
  60.         <year_awarded>1983</year_awarded>
  61.         <institution>Cornell University, Ithaca, New York </institution>
  62.         <degree_type>Master's Degree</degree_type>
  63.         <specialization>Computer Science</specialization>
  64.       </degree>
  65.           <degree>
  66.         <year_awarded>1984</year_awarded>
  67.         <institution>Cornell University, Ithaca, New York </institution>
  68.         <degree_type>Doctoral Degree</degree_type>
  69.         <specialization>Computer Science</specialization>
  70.       </degree>
  71.     </degrees>
  72.     <awards>
  73.       <award>
  74.         <name>Frame Technology Excellence in Publishing Award</name>
  75.         <year_awarded>1993</year_awarded>
  76.       </award>
  77.       <award>
  78.         <name>Purdue University, Provost's Research Center Initiation Award</name>
  79.         <year_awarded>1994</year_awarded>
  80.       </award>
  81.     </awards>
  82.     <office_hours>
  83.       <meeting_time_and_place>
  84.         <start_time>01:30:00</start_time>
  85.         <end_time>02:45:00</end_time>
  86.         <location>
  87.           <building>
  88.             <abbreviation>ACE</abbreviation>
  89.             <long_name>Applied Computational Engineering and Sciences</long_name>
  90.           </building>
  91.           <room>2.324</room>
  92.         </location>
  93.         <days>
  94.           <day>Tuesday</day>
  95.         </days>
  96.       </meeting_time_and_place>
  97.       <meeting_time_and_place>
  98.         <start_time>03:00:00</start_time>
  99.         <end_time>04:00:00</end_time>
  100.         <location>
  101.           <building>
  102.             <abbreviation>ACE</abbreviation>
  103.             <long_name>Applied Computational Engineering and Sciences</long_name>
  104.           </building>
  105.           <room>2.324</room>
  106.         </location>
  107.         <days>
  108.           <day>Wednesday</day>
  109.         </days>
  110.       </meeting_time_and_place>
  111.     </office_hours>
  112.     <classes>
  113.       <class>
  114.         <unique_number>54255</unique_number>
  115.         <course>
  116.                   <title>Computer Graphics</title>
  117.           <field_of_study>CS</field_of_study>
  118.                   <number>354</number>
  119.                   <level>undergrad</level>
  120.                   <description>Introduction to techniques for human-machine communication through imagery. Topics include display hardware, transformations, interactive techniques, geometric modeling, two- and three-dimensional display algorithms, graphics software systems architecture, and hidden-line and surface elimination. Projects are assigned and in-depth exploration is encouraged. Three lecture hours a week for once semester. Prerequisite: The following courses, with a grade of at least C in each: CS 310 or 310H, 336 or 336H, M 408D or 408M, and M 341 or 340L.</description>
  121.         </course>
  122.         <semester>spring</semester>
  123.         <year>2010</year>
  124.         <meeting_times_and_places>
  125.           <meeting_time_and_place>
  126.             <start_time>11:00:00</start_time>
  127.             <end_time>12:15:00</end_time>
  128.             <location>
  129.               <building>
  130.                 <abbreviation>JES</abbreviation>
  131.                 <long_name>Jester</long_name>
  132.               </building>
  133.               <room>A303A</room>
  134.             </location>
  135.             <days>
  136.               <day>Tuesday</day>
  137.               <day>Thursday</day>
  138.             </days>
  139.           </meeting_time_and_place>
  140.         </meeting_times_and_places>
  141.       </class>
  142.     </classes>
  143.     <published_books>
  144.       <book>
  145.         <ISBN>0471963569</ISBN>
  146.         <title>Data Visualization Techniques </title>
  147.         <publisher>Wiley, John &amp; Sons, Incorporated</publisher>
  148.         <year_published>1999</year_published>
  149.       </book>
  150.     </published_books>
  151.     <journal_articles>
  152.       <article>
  153.         <journal>IEEE Computer Graphics and Applications</journal>
  154.         <title>The Transfer Function Bake-off</title>
  155.                 <issue_number>3</issue_number>
  156.         <issue_date>2001-05</issue_date>
  157.       </article>
  158.     </journal_articles>
  159.     <conferences>
  160.       <conference>
  161.         <year>1995</year>
  162.         <name>Computer Graphics Annual Conference Series</name>
  163.         <location>Los Angeles, USA</location>
  164.         <presentation_title>Automatic Reconstruction of Surfaces and Scalar Fields from 3D Scans</presentation_title>
  165.       </conference>
  166.     </conferences>
  167.     <grad_students>
  168.       <grad_student>
  169.         <name>
  170.           <first_name>Xiaoyu</first_name>
  171.           <last_name>Zhang</last_name>
  172.         </name>
  173.         <type>Doctoral Degree</type>
  174.         <thesis_title>Scalable Isocontour  Visualization for Large Datasets</thesis_title>
  175.                 <thesis_date>2001-12</thesis_date>
  176.       </grad_student>
  177.     </grad_students>
  178.   </faculty_member>
  179. </faculty_members>