CMSC 427 - Computer Graphics
Instructions for Assignment Submission
Submission procedure
The submitted file for each assignment should be a single
file with format of *.tar or *.gz or *.zip.
The archive file should one directory with all the assignment
files.
It should also contain a README file that contains the following information:
1. Your Name
2. Your Student Id (usually SSN)
3. Your working platform
4. All the file names after they have been extracted from the archive.
5. The way to build the executable file(s) (include the Makefile with information
about compiler etc).
6. Information about running the program: command line options, mouse functions, etc if they have not been specified in the assignment handout
7. What parts of the assignment you have successfully completed.
Uploading your file
1. In your browser, go to
http://www.cs.umd.edu/local-cgi-bin/upload.pl
2. Fill out your name and email information, for the "Filename to
remote server field", type the filename with the following
format:
<assignment #>_<last-4-digit-SSN #>_<_version #>.<file-type>
assignment #: which assignment you are submitting, beginning from 1;
last-4-digit-SSN #: Your last four digits of your SSN;
file_type: tar or tar.gz or zip
version #: 1-9, for multiple submissions, only the last (with
highest version #) submission will be graded;
For example, if a student with SSN 123-45-6789 submits
assignment 1 for the first time, and the file on his/her local
machine is proj1.tar, the uploading file name on the remote server
should be 1_6789_1.tar. His/her file name for the next version of the same
submission (if necessary), will be 1_6789_2.tar
3. Click the submit button