Difference between revisions of "CSC220 Final Assignment 2010"

From dftwiki3
Jump to: navigation, search
(Created page with '--~~~~ ---- =Summary= For the final project to be complete, you need to accomplish this: == As a team == ** Fulfill the requirements we had agreed upon in our "contract" of 11/…')
 
(As a team)
Line 6: Line 6:
 
For the final project to be complete, you need to accomplish this:
 
For the final project to be complete, you need to accomplish this:
 
== As a team ==
 
== As a team ==
** Fulfill the requirements we had agreed upon in our "contract" of 11/17, which was xeroxed and given back to you.
+
* Fulfill the requirements we had agreed upon in our "contract" of 11/17, which was xeroxed and given back to you.
** Complete the Wiki page for your project whose main entry is on our  [http://cs.smith.edu/classwiki/index.php/CSC220_Final_Project_2010 project main page] maintained by Alex.
+
* Complete the Wiki page for your project whose main entry is on our  [http://cs.smith.edu/classwiki/index.php/CSC220_Final_Project_2010 project main page] maintained by Alex.
** Wiki should follow the format of the main project page:
+
* Wiki should follow the format of the main project page:
*** Name (first name is fine) of team members at the top
+
** Name (first name is fine) of team members at the top
*** Description of what your particular implementation of the project does.
+
** Description of what your particular implementation of the project does.
*** Status of the project.  What works, what does not
+
** Status of the project.  What works, what does not
*** What other Web projects are similar to yours, and how yours differs from them.
+
** What other Web projects are similar to yours, and how yours differs from them.
*** A description of specific algorithms or techniques you used that are not common to all the teams (in other words, describe what makes your project different from the other projects).
+
** A description of specific algorithms or techniques you used that are not common to all the teams (in other words, describe what makes your project different from the other projects).
*** Images, screen captures, and/or movies of your project at work.  There should be an example of all the forms you used, and examples of the outputs of kml data.
+
** Images, screen captures, and/or movies of your project at work.  There should be an example of all the forms you used, and examples of the outputs of kml data.
 +
 
 +
==As individual members of your team=
 +
* setup a '''working''' version of your project in your 220a-xx account.
 +
* store it in a directory of your choice in ~/public_html
 +
* tar/zip the directory
 +
 +
        tar -czvf project.tgz  ''yourDirectoryName''/*
 +
 
 +
* submit it to my ''project'' directory:
 +
 
 +
        submit project project.tgz
  
 
<br />
 
<br />

Revision as of 09:45, 13 December 2010

--D. Thiebaut 14:42, 13 December 2010 (UTC)


Summary

For the final project to be complete, you need to accomplish this:

As a team

  • Fulfill the requirements we had agreed upon in our "contract" of 11/17, which was xeroxed and given back to you.
  • Complete the Wiki page for your project whose main entry is on our project main page maintained by Alex.
  • Wiki should follow the format of the main project page:
    • Name (first name is fine) of team members at the top
    • Description of what your particular implementation of the project does.
    • Status of the project. What works, what does not
    • What other Web projects are similar to yours, and how yours differs from them.
    • A description of specific algorithms or techniques you used that are not common to all the teams (in other words, describe what makes your project different from the other projects).
    • Images, screen captures, and/or movies of your project at work. There should be an example of all the forms you used, and examples of the outputs of kml data.

=As individual members of your team

  • setup a working version of your project in your 220a-xx account.
  • store it in a directory of your choice in ~/public_html
  • tar/zip the directory
       tar -czvf project.tgz  yourDirectoryName/*
  • submit it to my project directory:
       submit project project.tgz