Multimedia Computing Project 3

U-Pick - Design Your Own Project

Proposal due date: April 8th (earlier is fine)

Project due date: April 24th


Index


Overview

You are to design, implement and evaluate a project of your choosing. The emphasis of the project can vary, from implementation of new code, to modification of existing code, to incorporation of other code, to measurement of existing programs. Whatever you choose, your projects will require a report and an evaluation, in addition to any code you develop.


Details

Proposal

You will submit a proposal to me roughly 2 weeks before your project is due. In the proposal, you will outline the work that will constitute your project. It should include:

  1. An overview of the area your project is in.
  2. A brief description of any major implementation tasks, tools to learn, systems to setup, etc.
  3. A timeline for expected completion of major tasks.
  4. A grading guide of where points should be allocated for your project based on amount of effort it will require (you will submit a revised version of this with your final report).
  5. A summary of what you hope to learn.

Your proposal should be about 1-2 pages in length.

Project

The work itself can involve a wide variety of possibilities, including:

  1. a large programming effort from scratch, such as you did already in your projects 1 and 2
  2. modifications to an existing program, such as enhancements to your projects 1 and 2
  3. running and evaluating existing multimedia technologies, such as toolkits or commercial products
  4. extensive evaluations of previous projects, such as more detailed studies along the lines of project 1b and project 2b
  5. a combination of any of the above, to a lesser extent

Any project should, of course, relate to topics relevant to the class.

Report

No matter what the implementation effort of your project, you must include a report. The focus of the report may vary, somewhat, but it will contain elements common to the evaluation summaries we have seen thus far in class, including:


Hints

There are many possible projects that are suitable. If in doubt, you can run ideas by me briefly via email before starting work on the proposal.

This project is not intended to be an extra large project. Roughly, it should be the same size in total effort as your other projects (1 or 2). The project is worth as many points as project 1 + project 1b (or project 2 plus project 2b), but the extra time and effort is spent in the design of your project. So, don't bite off more than you can chew. Especially remember to allocate appropriate time and effort to any new technology you incorporate into your project that you need to learn.

Here is a list of some example topics for projects:

There are many more possibilities. You contact me with an idea before fleshing it out into a proposal.


Hand In

You must turn in appropriate material so your project can be evaluated:

Tar up (with gzip) your files, for example:

    mkdir proj3
    cp * proj3  /* copy all your files to submit to proj2 directory */
    tar -czf proj3.tgz proj3

then attach proj3.tgz to an email with "cs529_proj3" as the subject.

Make sure to turn the report hard-copy to my office (FLB24b).


Return to the Multimedia Networking Home Page

Send all questions to the Mark Claypool.