Project Turnin Procedures

You do not need to submit a detailed description of everything  you did for the project. You do need to submit your binary and source code with the timestamp on or before the due date, and, eventually, an artifact.  In your main directory

      \\gfilesrv1\courses\cse557\<project-name>\<your-group-name>

you will find a turnin sub-directory. [Note: "your-group-name" is not necessarily the group name you selected in the Grouper application.  It is always the hyphenated combination of your user ID and your partner's.]

Here is where you need to put copies of your files:

The grading will consist of a staff member running your project right out of the turnin directory and stepping through the features. We will verify the timestamp of the executable.  We will consult source code as needed.

Remote submission from Windows: mounting gfilesrv1

You can mount:

    \\gfilesrv1.cs.washington.edu\courses\cse557

using, e.g., Start...Run..., and supply your username as "CSEPCLAB\<username>". 

If this doesn't work, then you may need to update your windows configuration:

    http://www.cs.washington.edu/lab/sw/nt-integration/remoteaccess/winremote.html

If it still doesn't work, then your ISP may be blocking certain Windows ports.

Remote submission from Windows: remote desktop

  1. Put your files where you can get to them from a campus machine. (E.g., put them on a linux server or on the web.)
  2. Run remote desktop to: aria.cs.washington.edu.  You should be able to find remote desktop under Start...Programs...Acessories...Communications...
  3. Mount the directory in #1.
  4. Download your files into your turnin directory.

Remote submission from linux

In case you end up needing to move your files from home to a dept. linux machine, and from there to the turn-in directories, you can use smbclient as follows:

  1. cd into directory where your files are on the linux server
  2. Run smbclient and cd into the project (e.g., impressionist) directory on the windows
    server:
          smbclient '\\gfilesrv1\courses' -W csepclab
          cd cse557/impressionist
  3. cd into your particular turn-in directory on the windows server
  4. You can now put files into the turn-in directory in the usual ftp style, e.g., using the "mput" command.  To copy all files, use "mput *".  If you want to copy subdirectories, you may need to type "recurse" before running mget.  If you don't want to be prompted, you may need to type "prompt" before running mget.