Lab Instructions

Submitting your lab work will have two components: writing up a Wiki page, and checking your code into Subversion. Both of these must be done by the end of lab.

Wiki Page

The Wiki page is a simple of what you did, and the results you got. It serves as a reference, so that your results can be reproduced. Think of your page as a tutorial for someone using your code. You want to lead them by the nose, and tell them exactly how to get the same results.

All of the page should be linked to on the LabAssignments page.

Subversion

Be sure to commit all of your changes to the repository before the end of the lab.

Grading Process

Here's how the Wiki page, your code, and I go together when I grade:

  1. I update my copy of the repository, getting everyone's latest work.
  2. I pick a branch, and find the relevant Wiki page.
  3. I follow the instructions on the page, and make sure the code works as advertised.
  4. As I go, I look to see the answer is correct.