G22.3033_002 (Visualization, Spring 1998)


INSTRUCTIONS FOR HANDING IN FINAL PROJECT
==========================================

We will be grading your final project
by reading files ONLY from the following directory:

	scivis:/local/projects/yap/chenli/class/proj

Your first task is to create a subdirectory in this
directory.  All these files must be world readable.

REMEMBER: what is not in this directory will not
be graded!

The following files and subdirectories must be created under
your project subdirectory:

(0)  README file:
	-- group members, emails, phones,
	-- project title,
	-- one line description of project

(1)  html:
	-- the top level page is called "index.html"
	-- this contains all your html files
	-- a subdirectory for all images you need.
	-- wrl files, if any.
	-- web page should contain a REPORT (see below
		for details)
	-- we expect you to put
		images of what you generated (this
		is a course on visualization, after all).

(2) src:
	-- All your code should be put here
	-- you must have a Makefile
	-- a README file is required: this tells
		us how to run your program
	-- you should have some simple preview tools (mostly
		from hw3) to demo your features.
(3) data:
	-- Put sample input files here
	-- Also, put sample output files which
		have been generated by these inputs
	-- We would like to see some comments on your
		output file as appropriate
	-- a README file to explain what is what.
	

(4) REPORT (from html above)
	-- What is the project about (should be self-contained!)
	-- What is the difficulty and what you solved
	-- How you solve it (high level description of algorithms)
	-- Interesting Experiences
	-- Limitations or known bugs
	-- Future work or suggestions
	-- APPENDIX ON CODE STRUCTURE
		-- Overview of the program files
		-- High light some important functions and variables
		-- Your code should be readable/commented.