Specifications for Final Presentation Package
CS 496: Senior Seminar II,
Spring 2010
Rational
- To gain some semi-public recognition of the work you've done.
- To convey a general sense of your project to the seminar.
- To practice presenting your own work to a group of your peers.
Requirements
- Presentation using PowerPoint (or similar).
- 30 minutes maximum (including at least 5 minutes for questions).
- The general form of a presentation is
- Intro to the area
- Specifics of your project
- 1 or two central algorithms
- Demo
- Conclusion
- Questions
Process
- Complete your project
- Construct a project binder including
- A clean copy of your research paper.
- A users manual (with the essential instructions if someone were going to run your program in your absence). Length 1-3 pages.
- A programmers guide (with the essential instructions if someone were going to modify your program in your absence). Length 1-10 pages.
- A copy of your presentation slides
- A post-mortem addressing what you learned/gained from doing the project, what you would do differently if you were going to repeat the experience, and how you would extend it if you had another month to work on it. Length 1-2 pages.
- On a CD/DVD:
- A copy of everything that is included in your project binder
- All the source code, and instructions for building it (in a file named README).
- Javadoc for your code
- 24 hours (or more) before your presentation
- Demo your working project; the program must work when I test it -- it is highly recommended that you allow me to test it some days early so that you can fix whatever glitches we run into.
- Hand in your project binder and CD/DVD.
[top] [Home]