1 / 11

A Web Based System for Calculating Carrying Capacity of Herbivores

A Web Based System for Calculating Carrying Capacity of Herbivores. CS 470 Oran Weaver 05/18/05. System Overview. Two clients UAA’s Department of Biology – Don Spalinger U.S.D.A., Forest Services, Pacific Northwest Research Station – Tom Hanley Purpose Provide a global access point for:

sheri
Télécharger la présentation

A Web Based System for Calculating Carrying Capacity of Herbivores

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Web Based System for Calculating Carrying Capacityof Herbivores CS 470 Oran Weaver 05/18/05

  2. System Overview • Two clients • UAA’s Department of Biology – Don Spalinger • U.S.D.A., Forest Services, Pacific Northwest Research Station – Tom Hanley • Purpose • Provide a global access point for: • Calculating carrying capacity of deer for a hectare of land with a set of nutritional constraints using Tom Hanley’s method • A user interface of a known set of nutritional data

  3. Data Sources • Computer Models • Open source FORTRAN program developed by Tom Hanley and James Rogers • Data entry by text file • No longer used • Excel spreadsheet using a linear solve function with VBA • Current way of calculating carrying capacity • Data entry by hand • Static number of input/result fields

  4. Data Format • Animal constraints: • Energy/protein requirements • Plant data • Energy/protein elements • Based on the available energy and protein in the food supply, how long would a deer stay in an area • A region is an area of land divided into stands • Stands are a manageable area of study

  5. Results in Excel • Very large and static in nature

  6. Final Product • Dynamic Structure • ASP.NET • C#

  7. How was this created? • System Design • Session data stored for each user • Keeps track of calculator data without interfering with other users • Handles secured area for data management • Data Tables • Like an array, formatted as a table similar to an Access or SQL Server view • Allows for easy manipulation of data without affecting the actual data base • Lp_solve • Non-commercial linear programming code • Programmed by Michel Berkelaar

  8. Web Layout Entry point for Web users Enter constraints and Title Search for plants and log into secured area Log in Enter Animal constraints Change password Import plant data Enter Plant Data Manage Plant Data Manage Stand data Manage Accounts Lp_solve View Results

  9. Plant Plant_key* Plant_name Plant_type(fk) Plant_class(fk) Class Class_name* Class_major(fk) Type Type_name* Major Major_type* Biomass Biomass_key* Biomass_value Biomass_plant(fk) Biomass_stand(fk) Stand Stand_name* Region(fk) Region Region_name* Region_source(fk) Source Collector_author* Source(text) Data Base Design

  10. User evaluation • Busy schedules • Clients schedules made validating the results of the calculations difficult • Proper testing requires specific scientific data and an understanding of the results • Requirements for the project were to design the calculator • Extra features were added to the project (plant data base) • More are already requested for next phase

  11. Conclusion • I have successfully: • Designed a web application to calculate carrying capacity of herbivores using Tom Hanley’s method • Designed a web interface to search and modify known plant nutritional data using a relational data base • I learned: • Programming ASP.NET web pages using C# • Interfacing with SQL Server 2000 to add, edit and delete relational data • A better understanding of interactions between client side and server side web applications and Microsoft SQL Server 2000 interactions, could have reduced the time spent on debugging

More Related