CS190 Handins
What you need to do with documents
- Prepare your documents with FrameMaker or Latex
- Handin from your cs190xxx account(For the first three assignments, Requirements list, Specifications and Top level design, if you work in small group, handin one copy per group and be sure to indicate all the members)
- Hand in a hardcopy to TA after the class on due day
How to hand in documents from your cs190xxx account
- Add /course/cs190/bin to your path
- Make a subdirectory and put the file(s) you want to handin in it(If there are several files, be sure to include a short README to indicate that what each file is for)
- cd into that directory
- Type corresponding handin command(see below)
How to hand in final system
Handin commands
- Requirements List(due on 1/31)
- Type "
cs190_handin req
"
- Specifications Document(due on 2/10)
- Type "
cs190_handin spec
"
- Top-Level Design(due on 2/19)
- Type "
cs190_handin topdsg
"
- Interface Proposals(due on 3/21)
- Type "
cs190_handin interface
"
- Detailed Design(due on 4/4)
- Type "
cs190_handin detaildsg
"