HELP! * GREY=local Full HTML for

LOCAL foilset ECS400 Projects

Given by Nancy J. McCracken at ECS400 Senior Undergraduate Course on Spring Semester 1996. Foils prepared 27 February 1996
Abstract * Foil Index for this file

See also color IMAGE
There will be two "standard" class project options. These will be well-defined projects involving a Web interface to a collection of data, with both access to the data and a computation on the data.
  • In the first half of the course, you will implement this using C for the data access and computation, and using Perl for the CGI interface to the Web. The interface should allow user access to the data and view the results of the computation. We will provide the data and define the computation. You will write the programs and design/define the web interface.
  • In the second half of the course, you will reuse the C part of your earlier implementation to access the data, and redesign your web interface using Java applets. It is also possible to rewrite the C computation as a Java applet, which would allow more interactive visualization of the result.
I have collected several "partially defined" class projects options. I may have data, leaving you to define the computation and web interface. Or I may have a computation, leaving you to define the entire application scenario.
You may suggest your own "individualized" class project.

Table of Contents for full HTML of ECS400 Projects


1 ECS400 Projects
2 Overview of Project Options
3 Standard Class Project: Telemedicine
4 Standard Class Project: Air Flow
5 Air Flow simulation
6 Partially Defined Projects:
7 Choose your project.

This table of Contents Abstract



HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 1 ECS400 Projects

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * See also color IMAGE
Full HTML Index
Nancy McCracken
NPAC
3-234 CST, ext. 4687
Syracuse University
Syracuse NY 13244-4100
February 7, 1996
Click here for body text

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 2 Overview of Project Options

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * See also color IMAGE
Full HTML Index
There will be two "standard" class project options. These will be well-defined projects involving a Web interface to a collection of data, with both access to the data and a computation on the data.
  • In the first half of the course, you will implement this using C for the data access and computation, and using Perl for the CGI interface to the Web. The interface should allow user access to the data and view the results of the computation. We will provide the data and define the computation. You will write the programs and design/define the web interface.
  • In the second half of the course, you will reuse the C part of your earlier implementation to access the data, and redesign your web interface using Java applets. It is also possible to rewrite the C computation as a Java applet, which would allow more interactive visualization of the result.
I have collected several "partially defined" class projects options. I may have data, leaving you to define the computation and web interface. Or I may have a computation, leaving you to define the entire application scenario.
You may suggest your own "individualized" class project.

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 3 Standard Class Project: Telemedicine

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * Critical Information in IMAGE
Full HTML Index
Data: patient records "database" (in Unix file form), includes diagnostic images. See http://kayak.npac.syr.edu:1200/ for an example or http://kopernik.npac.syr.edu:1200/images/ for more images.
Scenario: The "user" is a doctor who can look up patient records to view them. The user can also add information and run a comparison computation on diagnostic images.
Implementation 1: Design the user interface - what information can the user view. Write a C or Perl program that extracts that information. Write a C or Perl program that compares two images. Write the HTML for the Web interface and the Perl program that is the CGI script.

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 4 Standard Class Project: Air Flow

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * See also color IMAGE
Full HTML Index
Data: heating and cooling units with pressure specs.
Scenario: The "user" is an architect who can look up units and view their specs. We assume the user knows how much air flow is required for a room. The user specifies a length of air duct and a cross-section and is told whether a chosen unit has enough air flow and is shown the result of the simulation that shows the interior air flow pattern of the duct.
Implementation 1: Design the user interface - how the user views units, chooses one, specifies the duct, and views the results. Write a C or Perl program to extract the unit information. Write a C or Perl program that calculates air flow and conducts the simulation. Write the HTML for the Web interface and the Perl program that is the CGI script.

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 5 Air Flow simulation

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * Critical Information in IMAGE
Full HTML Index
The problem is to solve Poisson's equation over the cross-section of the duct to obtain the velocity of the air over the area.
Represent the cross-section as an array of velocity values, with special values for the border of the shape, whose velocity is 0.
Solve Poisson's equation, using the specified air flow for the function value over the interior of the shape.

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 6 Partially Defined Projects:

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * See also color IMAGE
Full HTML Index
WhaleNet project. There is a large database of whale sightings, which already has a Web interface - http://kayak.npac.syr.edu:6398/cgi-bin/whaleb_home. Choose a subset of the data and make your own interface. Define a computation on the data, for example, given a selected set of whale sightings, pick a map and display locations of sightings.
Product catalog of electronics company with specs and pictures of components. Design scenario and computation.
Choose engineering computation that you've already worked with - structural analysis, circuit design, blood flow simulation . . . Design data and scenario.
Educational math games for elementary children.
Use PL/SQL or OraPerl to program web interface to Oracle database for any of these projects (limited to small number of students with appropriate background).

HELP! * GREY=local HTML version of LOCAL Foils prepared 27 February 1996

Foil 7 Choose your project.

From Projects ECS400 Senior Undergraduate Course -- Spring Semester 1996. * See also color IMAGE
Full HTML Index
The second part of the implementation will be using Java to design a more interactive interface, animate some portion of the interface, or put the computation into an applet. Interested students may wish to use VRML to define a scene graphically for viewing.
Write a description of the project that you want to do. Consider not only the first part of the implementation, but also the second part. For example, if your goal is to use VRML, say what scene you plan to display.
If you are designing your own project, be more detailed than if you're picking a "standard" project.
Put your project description in an html file and link it to your class webpage. (Due at the end of this week's labs.)

Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Feb 18 1997