<html>
<head>
<title>
Student questionnaire
</title>
</head>
<body>

<h2>
Student questionnaire
</h2>

<blockquote>
CS 348B - Computer Graphics: Image Synthesis Techniques
<br>
Spring Quarter, 1997
<br>
Marc Levoy
<br>
Handout #2
<br>
</blockquote>

<p>
<hr>

<FORM method=POST 
      action=/cgi-bin/mailform.cgi?lucasp@graphics.stanford.edu>

<h3>Personal data</h3>

<p>
Name (first name first):
<INPUT TYPE=TEXT SIZE=40 NAME=Name><BR>

<p>
Stanford University ID:
<INPUT TYPE=TEXT SIZE=40 NAME=SUID><BR>

<p>
Department or major:
<INPUT TYPE=TEXT SIZE=40 NAME=Major><BR>

<p>
Degree and year:
<INPUT TYPE=TEXT SIZE=40 NAME=Degree><BR>

<p>
Email address:
<INPUT TYPE=TEXT SIZE=40 NAME=Address><BR>

<p>
WWW home page, if any:
<INPUT TYPE=TEXT SIZE=40 NAME=WWW>


<HR>

<h3>Computing background</h3>

<p>
List all graphics courses you have taken at Stanford or elsewhere:<br>
<textarea cols=60 rows=4 name=othercourses></textarea><br>

<p>
Check all those with which you have significant experience:

<dl>
<dd> <input type=checkbox name=proglang value=C>C 
<dd> <input type=checkbox name=proglang value=CPlus>C++
<dd> <input type=checkbox name=graphicslibs value=gl>GL
<dd> <input type=checkbox name=graphicslibs value=opengl>openGL
<dd> <input type=checkbox name=env value=anyunix>Unix 
<dd> <input type=checkbox name=env value=sgi>SGI machines</a>
<dd> <input type=checkbox name=graphicslibs value=other>Other graphics
	libraries or toolkits (please specify):
	<input type=text name=otherlibraries>
</dl>

<HR>

<h3>Mathematics background</h3>

Check all those with which you have significant experience:

<dl>
<dd><input type=checkbox name=math value=signal-processing> 
	Fourier Transforms or Digital Signal Processing
<dd><input type=checkbox name=math value=probability-statistics> 
	Probability or Statistics
<dd><input type=checkbox name=math value=physics-optics> 
	Physics or Optics
</dl>

<hr>

<h3>Intentions</h3>

<p>
Probability you will take CS 348B (enter a real number from 0.0 to 1.0):
<INPUT TYPE=TEXT SIZE=10 NAME=Take><BR>

<p>
Why are you interested in this course?<br>
<textarea cols=60 rows=4 name=interest></textarea><br>

<p>
<hr>
<INPUT TYPE=SUBMIT VALUE="Submit">
<INPUT TYPE=RESET VALUE="Clear">

</FORM>

<p>
<hr>

<address>
levoy@cs.stanford.edu
</address>
<b>Copyright &copy; 1997 Marc Levoy</b>
<br>
Last update:
Friday, 20-Feb-1998 13:56:55 PST

</body>
</html>
