WO2003073279A1 - System for building interactive calculations on web pages - Google Patents

System for building interactive calculations on web pages Download PDF

Info

Publication number
WO2003073279A1
WO2003073279A1 PCT/US2003/006276 US0306276W WO03073279A1 WO 2003073279 A1 WO2003073279 A1 WO 2003073279A1 US 0306276 W US0306276 W US 0306276W WO 03073279 A1 WO03073279 A1 WO 03073279A1
Authority
WO
WIPO (PCT)
Prior art keywords
objects
communication
manager
computer readable
central processor
Prior art date
Application number
PCT/US2003/006276
Other languages
French (fr)
Inventor
J. Mailen Kootsey
Grant Mcauley
Hua Liu
Original Assignee
Loma Linda University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Loma Linda University filed Critical Loma Linda University
Priority to JP2003571905A priority Critical patent/JP4187107B2/en
Priority to CA2477187A priority patent/CA2477187C/en
Priority to AU2003217847A priority patent/AU2003217847B2/en
Priority to US10/505,717 priority patent/US7568181B2/en
Publication of WO2003073279A1 publication Critical patent/WO2003073279A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui

Definitions

  • BACKGROUND The combination of a Web browser program with text in a markup language (e.g. HTML) delivered over the Internet by a server has become a popular and universal way to deliver knowledge content to users on demand, both text and graphics.
  • a markup language e.g. HTML
  • the browser program is made available on all computer platforms so that any user can view the content, regardless of the brand of hardware or the computer's operating system.
  • Many powerful software tools have been designed to assist in laying out the content and writing the markup language code for pages containing combinations of text, static graphics, animations, movies, and sound clips.
  • the present invention meets this need by providing a system for building interactive calculations on web pages, comprising a central processor for executing program instructions stored on computer readable media, interfaces in communication with the central processor, one or more computer readable media in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects, one or more than one calculation objects (26, 28) in communication with the manager object, one or more than one input objects (14, 16, 18) controlling the model parameters, one or more than one output objects (20, 22, 24) displaying values of calculated variables, wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.
  • the communication of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
  • the input objects and the output objects communicate visual devices to the user interface. Additionally, optionally the visual devices for input objects are chosen from the group sliders, knobs, switches, buttons, and maps, and the visual devices for the output objects are chosen from the group graphs, animations, and indicators.
  • the system comprises a fifth computer readable medium in communication with the central processor containing program instructions for interactive construction of animations.
  • the user interface may be connected to an external hardware device, and in various embodiments the external hardware device could be a knob, switch, converted analog voltage, indicator, control relay, digital control, or analog control.
  • the calculation objects comprise a model object, or a model object and a solver object.
  • the model object comprises instructions for executing mathematical or logical equations for which an automatic solution algorithm is available.
  • the equations are chosen from the group including linear and nonlinear algebraic equations, ordinary and partial differential equations, difference equations, Boolean equations, cellular automata, and function generation.
  • the solver object may also comprise instructions for executing general solution algorithms.
  • a sixth computer readable medium in communication with the central processor containing program instructions for interactive construction of the model object may be added.
  • one or more of the computer readable media communicate with the central processor through a network, and in a still further embodiment, the program instructions for executing one or more than one object are executed on a remote processor.
  • a web page may be displayed on the first user interface, the second user interface, or the first user interface and the second user interface, or program instructions for interactive construction of the web page may be added.
  • the first user interface and the second user interface are not the same, and the various computer readable media are the not same.
  • a system for building interactive calculations on web pages comprising a central processor means for executing program instructions stored on a computer readable medium; computer readable medium means connected to the central processor containing program instructions for executing manager means for controlling program interaction; means for calculation in communication with the manager means; means for input for controlling the model parameters, in communication with the manager means; means for output for displaying values of calculated variables, in communication with the manager means; wherein the manager means, each of the input means, and each of the output means are coded with no model specific information; and model specific information is communicated through the manager means by parameter or variable name.
  • a method for building interactive calculations on web pages comprising the steps of providing a central processor for executing program instructions stored on a computer readable medium; providing a computer readable medium connected to the central processor containing program instructions for executing: a manager object for controlling the interaction of objects; one or more than one calculation objects (26, 28) in communication with the manager object; one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object; one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager object; wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information; and communicating model specific information through the manager object by parameter or variable name.
  • the communicating of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
  • a method for building interactive calculations on web pages comprising the steps of, under the control of a user system, accessing a web page; entering user defined equations; accessing a library of standard visual objects and selecting one or more of the standard visual objects; matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page.
  • a method for building interactive calculations on web pages comprising the steps of receiving user defined equations; providing a library of standard visual objects; receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page.
  • Figure 1 is an example of an educational Web page constructed with Java objects using the multi-object calculation architecture of the present invention.
  • Figure 2 is a block diagram of the multi-object Web page calculation architecture of the present invention.
  • the invention is a new software architecture that will substantially reduce the work required to produce interactive calculations on Web pages and the skill level required to produce them.
  • the architecture is illustrated in the diagram in Figure 2. This diagram shows the internal structure of a Web page calculation similar to the one shown in Figure 1.
  • this shows an example of an educational web page, which might carry the following legend: "Two Compartment Model. Compartmental models are used to study the fate of a drug after it enters the body. Each compartment is an idealized volume containing the drug or chemical under study and the model represents the movement of drug between compartments.
  • the body is divided into compartments representing regions the drug enters; some regions consist of a single anatomical organ such as the liver, while others are spread through the body, such as the volume of the circulation.
  • the example below is a highly simplified two-compartment representation of the body, lumping all the plasma volume into the left compartment (blue) and all the extra-vascular tissue into the right compartment (green).
  • a dose of drug is added to the plasma compartment.
  • the drug flows to the tissue compartment and is also removed (excreted) from the plasma.”
  • Each of the boxes in Figure 2 represents a code object written in a general computer language. These individual blocks of code run as independent threads and communicate with each other through the virtual machine executing the general language. The blocks of general code are controlled, through a browser plug-in, by code in the markup language describing the content and layout of the Web page.
  • HTML and Java are chosen as the markup and general computer languages, respectively, although other markup and general computer languages could be used, as will be evident to those skilled in the art with reference to this disclosure.
  • input objects 14, 16 and 18 controlling the model parameters
  • output objects 20, 22, and 24 displaying values of calculated variables
  • control and calculation objects 10 12, 26, 28, 30, and 32 The first two types each have a visual presence on the Web page; the third type is visually represented only by a set of control buttons (12) to start or pause a simulation or to reset the variables and output displays, while the other objects are invisible.
  • each of the objects in Figure 2 is designed and coded in a general way, with no model- or configuration-specific information in the code.
  • Model and configuration specific information for each object is supplied through parameter values in the ⁇ OB JECT> call in the HTML page.
  • slider 1 controls a parameter in the model.
  • the name of this parameter and other characteristics of the slider necessary for this page e.g., the maximum and minimum values available on the slider, the size of the steps available, etc.
  • the value of the parameter for purposes of calculation, is stored in the Model object and Slider 1 gets access to that memory location through the Manager object (the data path indicated by black arrows in the figure).
  • Output objects connect to Model parameters and calculated variables in the same manner - through the Manager object, accessing each variable by name.
  • Each output object is notified by the Manager object when a parameter changes or a calculation step is complete and new values are ready for display.
  • the new architecture permits broad and extensive use of all the objects with different Web pages and calculations without recoding. All the objects necessary to construct a Web page calculation, except for the Model, contain no model-specific information and are thus general and reusable.
  • a library of coded objects can be assembled and an interactive calculation Web page constructed by including ⁇ OBJECT> calls for only those objects required on the page. This is a much simpler and less error-prone process than writing code for the entire page - interactions and calculations.
  • Even the selection of objects for a calculation and the construction of the skeleton Web page ( ⁇ OBJECT> calls only) can be simplified for the page builder through the use of a Wizard builder program (interactive query of the page builder). Constructing the Model object does require some programming skill, but this can be reduced through the use of a code template or through a separate program that allows the user to enter a model description in a different form.
  • An input object can also be a connection to an external hardware device such as a knob, trackball, or lever, an input of voltage or current converted to a digital value, or data storage such as hard disk files.
  • Output objects displaying calculated variables and parameter values can also take many forms. Visual devices on the screen can include graphs with fixed or scrolling scales, animations, and other indicators such as "lights”.
  • Output objects can also be connected to hardware devices such as control relays, indicators and other external displays, actuators of physical processes, and data storage such as hard disk files.
  • a pair of objects, RunControl and ControlPanel govern when calculations occur (vs. a paused state) and when variables in the Model get reset to their initial values.
  • the ControlPanel has a visual presence on the screen, for example with three buttons ("Stop”, “Run/Pause", and "Reset") and a visual device that moves to indicate active calculations.
  • the Model object can contain any type or combination of mathematical or logical equations for which an automatic solution algorithm is available, including: Linear and nonlinear algebraic equations, Ordinary and partial differential equations, Difference equations, Logical (boolean) equations, cellular automata, Function generation, or statistics, including equations, approximations, and table lookup/interpolation.
  • the Model object can also contain a connection to a remote computer or supercomputer through a data network, with the calculations being done remotely, e.g., the program instructions for executing one or more than one calculation object are executed on a remote processor, and the numerical results being transferred back to the Model object.
  • the Solver object can be chosen from a library of general solution algorithms for the various types of equations listed above. These algorithms are well known and are documented in many books and articles.
  • the multi-object architecture can also be implemented with network connections.
  • the individual objects can reside on different computers linked by network connections. This makes possible distributed calculations, e.g., simulation, measurement, or control for education or research with interactive inputs on one or more workstations, computation on another computer (supercomputer?), and output display or control on still other computers.
  • the architecture uses a virtual machine capable of multi-threaded operation and methods of thread synchronization. Some of the objects are initiated from the markup language and run in their own threads. These in turn initiate other objects. The order that the objects are loaded is undetermined and considered random. However, proper operation requires ordered creation of core objects.
  • the first object to load creates a Manager. RunControl and Modellnitializer have to be initialized next; other objects wait to be initilized until this sequence is complete. 2. There must be only one instance each of the Manager, RunControl, Modellnitializer, and ControlPanel objects in the virtual machine. Once created the Manager persists for all pages, while the other three are replaced with each new page. 3.
  • Model is ready to run and an input object requests a change to a Model parameter Request Manager to update the value of the Model parameter Request Manager to update the inputs and outputs bound to the parameter
  • Run Loop Calculation is controlled by a Run Loop in the RunControl object.
  • the Run Loop may run in a continuous mode, or by a set number of iterations.
  • PreRun Before the Run Loop is initiated, the RunControl requests the Manager to prepare the ControlPanel, and all the inputs and outputs for the run.
  • Start: Initiation of the Run Loop may begin automatically after the system in initialized, or in response to a user action (e.g., a mouse click on the Run button of the Control Panel).
  • a user action e.g., a mouse click on the Run button of the Control Panel.
  • Model optionally with the help of a Solver, calculates the new value for each of the Model variables Request Manager to send updated values to outputs in the Manager's output list Outputs update themselves Pause:
  • Run Loop If Run Loop is running or paused, stop Run Loop Reset all outputs in Manager's output list Reset the RunControl
  • Remote operation allows collaborative interaction through a network between a "main" page on one computer, and a "remote” page on another computer, both built with the object technology.
  • a commonly accessed “object space” on a separate server is used to exchange model and run control information between the Manager of the "main” page and the RemoteManager of the "remote” page.
  • a RemoteManager like a Manager, is a unique object in the user's virtual machine that persists for all pages. Unlike the main page, the remote page does not require RunControl or Modellnitializer objects; all necessary model and control information is made available to the RemoteManager through the object space. Variable/parameter updates on the main page are sent to the remote page by a special RemoteOutput object.
  • the RemoteOutput When the RemoteOutput is updated by the Manager, it sends parameter or variable information to the object space.
  • the RemoteManager monitors the object space, and updates inputs bound to parameters, or outputs watching the variables. In a similar way, the RemoteManager communicates changes in parameters initiated by the remote user to the main page by placing the new parameter information in the object space.
  • the Manager monitors the object space, updates Model parameter values, and notifies the input and outputs bound to the parameters of interest.
  • System Initialization described above requires the following modifications for a remote configuration: If the Modellnitializer markup parameter indicates a remote configuration,
  • Sample HTML code useable as an HTML page in such embodiment is presented in Appendix A.
  • the sample HTML code shows only how the necessary objects for an interactive page are described; not shown are the lines of HTML code necessary to position these objects on the page or to include text and other graphics on the page, as these functions are standard in the HTML language and are not altered by the new technology.
  • other embodiments are possible.
  • an interactive builder program to construct the HTML code is added to the object library.
  • HTML writing skills would not be necessary.
  • an interactive program to construct the Model object is used, eliminating the need for any programming skills.
  • an interactive drawing program to aid construction of animations is added, allowing versatile and visual Web simulation to be constructed with minimal specialized skills.
  • a method for building interactive calculations on web pages comprising the steps of, under the control of a user system, accessing a web page; entering user defined equations; accessing a library of standard visual objects and selecting one or more of the standard visual objects; matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page.
  • a method is described for building interactive calculations on web pages, comprising the steps of receiving user defined equations; providing a library of standard visual objects; receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page.
  • One typical user system includes a bus or other internal communication means for communicating information, and a processor coupled to the bus for processing information.
  • a bus or other internal communication means for communicating information
  • a processor coupled to the bus for processing information.
  • Such a system further comprises a random access memory (RAM) or other volatile storage device (referred to as main memory), coupled to the bus for storing information and instructions to be executed by processor.
  • Main memory also may be used for storing temporary variables or other intermediate information during execution of instructions by processor.
  • the system may also comprise a read only memory (ROM) and/or static storage device coupled to the bus for storing static information and instructions for the processor, and a mass storage device such as a magnetic disk drive or optical disk drive.
  • the mass storage device may be coupled to the bus and is typically used with a computer readable medium, such as a magnetic or optical disk, for storage of information and instructions.
  • the system may further be coupled to a display device, such as a cathode ray tube (CRT) or a liquid crystal display (LCD) for displaying information to a computer user.
  • a display device such as a cathode ray tube (CRT) or a liquid crystal display (LCD) for displaying information to a computer user.
  • An alphanumeric input device including alphanumeric and other keys, may also be coupled to the bus for communicating information and command selections to the processor.
  • a "computer readable medium” is any presently existing or future developed computer readable medium suitable for storing and quickly retrieving data, including, but not limited to hard drives, RAM, compact discs ("CDs"), and DVDs. Moreover, the computer readable medium can comprise more than one device, such as two linked hard drives.
  • a communication device may be coupled to the bus for use in accessing other nodes of a network computer system or other computer peripherals. This communication device may include any of a number of commercially available networking peripheral devices such as those used for coupling to an Ethernet, token ring, Internet, or wide area network. It may also include any number of commercially available peripheral devices designed to communicate with remote computer peripherals such as scanners, terminals, specialized printers, or audio input/output devices.
  • the communication device may also include an RS232 or other conventional serial port, a conventional parallel port, a small computer system interface (SCSI) port or other data communication means.
  • Wireless means of data transfer devices such as the infrared IRDA protocol, spread-spectrum, or wireless LAN may be used.
  • the software implementing the present invention can be stored in main memory, a mass storage device, or other storage medium accessible to the processor. It will be apparent to those of ordinary skill in the art that the methods and processes described herein can be implemented as software stored in main memory or read only memory and executed by a processor. This software may also be resident on an article of manufacture comprising a computer usable mass storage medium having computer readable program code embodied therein and being readable by the mass storage device and for causing the processor to perform digital information library transactions and protocols in accordance with the teachings herein.
  • input and output objects can be connections to external hardware such as knobs, switches, or a converted analog voltage for inputs or indicators, control relays, or digital or analog control for outputs.
  • the Model object can contain a connection to a remote computer or supercomputer, so that the numerical calculations are done remotely, with the calculated variable values transferred back to the Model object for storage and output.
  • the specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. It should be appreciated that the present invention should not be construed as limited by such embodiments, but rather construed according to the below claims.
  • VSPACE 0
  • VSPACE 0
  • VSPACE 0
  • ⁇ PARAM NAME "cache_archive”
  • VALUE "nlx_c . jar, nlx_s . j ar, nlx_l .jar, nlx_jc . jar” />
  • ⁇ PARAM NAME "code”
  • VALUE "multiapplets .view. input .gui .slider.BSLSlider .class” />
  • CODEBASE "http : //j ava . sun . com/products/plugin/autodl/j install -l_4 - win .
  • cab#Version l , 4 , 0 , 0
  • WIDTH 300
  • ⁇ PARAM NAME "cache_archive”
  • VALUE "nlx_c . jar, nlx_s .jar, nlx_l . jar, lx_jc . jar” />
  • ⁇ PARAM NAME "code”
  • VALUE "multiapplets .vie . output .graph. BSLGraph. class” />

Abstract

A system for building interactive calculations on web pages, comprising a central processor for executing program instructions stored on computer readable media, interfaces in communication with the central processor, one or more computer readable media in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects, one or more than one calculation objects (26, 28) in communication with the manager object, one or more than one input objects (14, 16, 18) controlling the model parameters, one or more than one output objects (20, 22, 24) displaying values of calculated variables, wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.

Description

SYSTEM FOR BUILDING INTERACTIVE CALCULATIONS ON WEB PAGES
CROSS REFERENCE TO RELATED APPLICATION
This application claims priority from provisional application Serial No. 60/319, 123, titled "Building Web Page Computation With a Library of Java Applets" filed February 25, 2002.
COPYRIGHT STATEMENT A portion of the disclosure of this patent document, namely, the program listings and screen shots, contain material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file records, but otherwise reserves all copyrights whatsoever.
BACKGROUND The combination of a Web browser program with text in a markup language (e.g. HTML) delivered over the Internet by a server has become a popular and universal way to deliver knowledge content to users on demand, both text and graphics. In theory, at least, the browser program is made available on all computer platforms so that any user can view the content, regardless of the brand of hardware or the computer's operating system. Many powerful software tools have been designed to assist in laying out the content and writing the markup language code for pages containing combinations of text, static graphics, animations, movies, and sound clips.
There is, however, no technology available at present to simplify the building of interactive Web pages involving numeric calculations. An example of such a page would be an interactive simulation, where the user changes some parameter settings and then observes how the solution of a mathematical model changes. Both the parameter changes and output display are done typically with graphic objects on the screen, for example a slider for the parameter input and a graph or animation for the calculated output. Also, the calculations are done typically with a general-purpose computer language different from the markup language describing the page, since markup languages are not suitable for calculations. Building a Web page with numeric calculations using present technology requires substantial programming effort, in the markup language describing the page (e.g., HTML) and mainly in the general computing language doing the actual calculations (e.g., Java). Furthermore, changing the objects on the page (without changing the calculations) or changing the calculations (without changing the objects on the page) both require changes to both the markup language and the general language, making it impractical to reuse either of the codes.
What is needed is a new software architecture that will substantially reduce the work required to produce interactive calculations on Web pages and the skill level required to produce them.
SUMMARY The present invention meets this need by providing a system for building interactive calculations on web pages, comprising a central processor for executing program instructions stored on computer readable media, interfaces in communication with the central processor, one or more computer readable media in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects, one or more than one calculation objects (26, 28) in communication with the manager object, one or more than one input objects (14, 16, 18) controlling the model parameters, one or more than one output objects (20, 22, 24) displaying values of calculated variables, wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.
In one embodiment, the communication of model specific information is by supplying model specific information for each object as one or more parameters in an object call. In a further embodiment, the input objects and the output objects communicate visual devices to the user interface. Additionally, optionally the visual devices for input objects are chosen from the group sliders, knobs, switches, buttons, and maps, and the visual devices for the output objects are chosen from the group graphs, animations, and indicators. In a still further optional embodiment, the system comprises a fifth computer readable medium in communication with the central processor containing program instructions for interactive construction of animations.
In a further embodiment, the user interface may be connected to an external hardware device, and in various embodiments the external hardware device could be a knob, switch, converted analog voltage, indicator, control relay, digital control, or analog control. In another embodiment, the calculation objects comprise a model object, or a model object and a solver object. Additionally, optionally the model object comprises instructions for executing mathematical or logical equations for which an automatic solution algorithm is available. In a still further optional embodiment, the equations are chosen from the group including linear and nonlinear algebraic equations, ordinary and partial differential equations, difference equations, Boolean equations, cellular automata, and function generation. The solver object may also comprise instructions for executing general solution algorithms. In a still further embodiment, a sixth computer readable medium in communication with the central processor containing program instructions for interactive construction of the model object may be added. In another embodiment, one or more of the computer readable media communicate with the central processor through a network, and in a still further embodiment, the program instructions for executing one or more than one object are executed on a remote processor.
In other embodiments, a web page may be displayed on the first user interface, the second user interface, or the first user interface and the second user interface, or program instructions for interactive construction of the web page may be added.
In various embodiments, the first user interface and the second user interface are not the same, and the various computer readable media are the not same.
A system for building interactive calculations on web pages is disclosed comprising a central processor means for executing program instructions stored on a computer readable medium; computer readable medium means connected to the central processor containing program instructions for executing manager means for controlling program interaction; means for calculation in communication with the manager means; means for input for controlling the model parameters, in communication with the manager means; means for output for displaying values of calculated variables, in communication with the manager means; wherein the manager means, each of the input means, and each of the output means are coded with no model specific information; and model specific information is communicated through the manager means by parameter or variable name.
A method for building interactive calculations on web pages is disclosed, comprising the steps of providing a central processor for executing program instructions stored on a computer readable medium; providing a computer readable medium connected to the central processor containing program instructions for executing: a manager object for controlling the interaction of objects; one or more than one calculation objects (26, 28) in communication with the manager object; one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object; one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager object; wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information; and communicating model specific information through the manager object by parameter or variable name. In a further embodiment, the communicating of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
A method for building interactive calculations on web pages is disclosed, comprising the steps of, under the control of a user system, accessing a web page; entering user defined equations; accessing a library of standard visual objects and selecting one or more of the standard visual objects; matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page.
A method for building interactive calculations on web pages is disclosed, comprising the steps of receiving user defined equations; providing a library of standard visual objects; receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page.
DRAWINGS These and other features, aspects, and advantages of the present invention will become better understood with reference to the following description, appended claims, and accompanying drawings, where:
Figure 1 is an example of an educational Web page constructed with Java objects using the multi-object calculation architecture of the present invention.
Figure 2 is a block diagram of the multi-object Web page calculation architecture of the present invention.
DETAILED DESCRIPTION The invention is a new software architecture that will substantially reduce the work required to produce interactive calculations on Web pages and the skill level required to produce them. The architecture is illustrated in the diagram in Figure 2. This diagram shows the internal structure of a Web page calculation similar to the one shown in Figure 1.
With reference to Figure 1, this shows an example of an educational web page, which might carry the following legend: "Two Compartment Model. Compartmental models are used to study the fate of a drug after it enters the body. Each compartment is an idealized volume containing the drug or chemical under study and the model represents the movement of drug between compartments. The body is divided into compartments representing regions the drug enters; some regions consist of a single anatomical organ such as the liver, while others are spread through the body, such as the volume of the circulation. The example below is a highly simplified two-compartment representation of the body, lumping all the plasma volume into the left compartment (blue) and all the extra-vascular tissue into the right compartment (green). At the start of the simulation, a dose of drug is added to the plasma compartment. During the simulation, the drug flows to the tissue compartment and is also removed (excreted) from the plasma."
As the web page represented in Figure 1 operates, points could appear on the graph and values could appear in the legend box.
Each of the boxes in Figure 2 represents a code object written in a general computer language. These individual blocks of code run as independent threads and communicate with each other through the virtual machine executing the general language. The blocks of general code are controlled, through a browser plug-in, by code in the markup language describing the content and layout of the Web page. In the specific embodiment used to illustrate the new architecture, HTML and Java are chosen as the markup and general computer languages, respectively, although other markup and general computer languages could be used, as will be evident to those skilled in the art with reference to this disclosure.
Note that there are three types of objects indicated in the figure: input objects 14, 16 and 18 controlling the model parameters, output objects 20, 22, and 24 displaying values of calculated variables, and control and calculation objects 10, 12, 26, 28, 30, and 32. The first two types each have a visual presence on the Web page; the third type is visually represented only by a set of control buttons (12) to start or pause a simulation or to reset the variables and output displays, while the other objects are invisible.
With the exception of the Model, each of the objects in Figure 2 is designed and coded in a general way, with no model- or configuration-specific information in the code. Model and configuration specific information for each object is supplied through parameter values in the <OB JECT> call in the HTML page. For example, in Figure 2 slider 1 controls a parameter in the model. The name of this parameter and other characteristics of the slider necessary for this page (e.g., the maximum and minimum values available on the slider, the size of the steps available, etc.) are put into the <OBJECT> call in the HTML page. The value of the parameter, for purposes of calculation, is stored in the Model object and Slider 1 gets access to that memory location through the Manager object (the data path indicated by black arrows in the figure). Whenever the user changes the position of the slider, the new value is read out and stored in the Model object, so the updated value is available to other objects and for the calculation. Output objects connect to Model parameters and calculated variables in the same manner - through the Manager object, accessing each variable by name. Each output object is notified by the Manager object when a parameter changes or a calculation step is complete and new values are ready for display.
The new architecture permits broad and extensive use of all the objects with different Web pages and calculations without recoding. All the objects necessary to construct a Web page calculation, except for the Model, contain no model-specific information and are thus general and reusable. A library of coded objects can be assembled and an interactive calculation Web page constructed by including <OBJECT> calls for only those objects required on the page. This is a much simpler and less error-prone process than writing code for the entire page - interactions and calculations. Even the selection of objects for a calculation and the construction of the skeleton Web page (<OBJECT> calls only) can be simplified for the page builder through the use of a Wizard builder program (interactive query of the page builder). Constructing the Model object does require some programming skill, but this can be reduced through the use of a code template or through a separate program that allows the user to enter a model description in a different form.
Multiple objects on a Web page communicating through a common virtual machine is not in itself a new architecture. What is new is the communication of model-specific information through a Manager object by parameter or variable name. This communication is essential for making the objects general. In addition, the new architecture permits carrying model information over from one Web page to another. For example, an educational module on a specific system may require several Web pages with a progression of learning objectives and this architecture can retain one model and the state of the model through as many pages as needed. Input objects controlling one or more model parameters can take many forms. Visual devices shown on the screen can include sliders, knobs, switches, buttons, and maps (values selected by clicking on different locations), for example. An input object can also be a connection to an external hardware device such as a knob, trackball, or lever, an input of voltage or current converted to a digital value, or data storage such as hard disk files. Output objects displaying calculated variables and parameter values can also take many forms. Visual devices on the screen can include graphs with fixed or scrolling scales, animations, and other indicators such as "lights". Output objects can also be connected to hardware devices such as control relays, indicators and other external displays, actuators of physical processes, and data storage such as hard disk files. A pair of objects, RunControl and ControlPanel, govern when calculations occur (vs. a paused state) and when variables in the Model get reset to their initial values. The ControlPanel has a visual presence on the screen, for example with three buttons ("Stop", "Run/Pause", and "Reset") and a visual device that moves to indicate active calculations.
The Model object can contain any type or combination of mathematical or logical equations for which an automatic solution algorithm is available, including: Linear and nonlinear algebraic equations, Ordinary and partial differential equations, Difference equations, Logical (boolean) equations, cellular automata, Function generation, or statistics, including equations, approximations, and table lookup/interpolation. The Model object can also contain a connection to a remote computer or supercomputer through a data network, with the calculations being done remotely, e.g., the program instructions for executing one or more than one calculation object are executed on a remote processor, and the numerical results being transferred back to the Model object.
The Solver object can be chosen from a library of general solution algorithms for the various types of equations listed above. These algorithms are well known and are documented in many books and articles.
The multi-object architecture can also be implemented with network connections. In other words, the individual objects can reside on different computers linked by network connections. This makes possible distributed calculations, e.g., simulation, measurement, or control for education or research with interactive inputs on one or more workstations, computation on another computer (supercomputer?), and output display or control on still other computers.
A description of one embodiment of operations sufficient to implement one embodiment of this system is presented in prose and pseudocode in Table 1.
TABLE 1 Description of Code for Objects
Basic Requirements and System Initialization: 1. The architecture uses a virtual machine capable of multi-threaded operation and methods of thread synchronization. Some of the objects are initiated from the markup language and run in their own threads. These in turn initiate other objects. The order that the objects are loaded is undetermined and considered random. However, proper operation requires ordered creation of core objects. The first object to load creates a Manager. RunControl and Modellnitializer have to be initialized next; other objects wait to be initilized until this sequence is complete. 2. There must be only one instance each of the Manager, RunControl, Modellnitializer, and ControlPanel objects in the virtual machine. Once created the Manager persists for all pages, while the other three are replaced with each new page. 3. All objects that are initiated from the markup language are configured by their parameter values, including connection to Model variables and parameters as well as visual appearance and scaling. During initialization all objects connect to the Manager. 4. Parameters of the Modellnitializer specify what Model and Solver classes to create, along with parameters needed by these classes. 5. For input objects, initialization consists of the following steps:
Connect to manager Add to Manager's list of inputs Read parameters from markup code
If parameter name in markup code does not match a name in the Model, Error Obtain from the Manager the index of the parameter in the Model
Add to Manager's list of objects bound to this parameter If "initial value" parameter exists:
Request Manager to update value in Model Request the Manger to update all objects bound to the parameter Notify the next object waiting to be initialized
6. For output objects initialization consists of the following steps: Connect to Manager Add to Manager's list of outputs
Read parameters from markup code
For all Model parameters named in the markup code
If the name does not match a name in the Model, Error Obtain from the Manager the index of the parameter in the Model
Add to Manager's list of objects bound to this parameter For all Model variables named in the markup code
If the name does not match a name in the Model, Error Obtain from the Manager the index of the variable in the Model Notify the next object waiting to be initialized
7. After all objects are initialized the system is initialized and ready to run. Preparation to Run:
If Model is ready to run and an input object requests a change to a Model parameter Request Manager to update the value of the Model parameter Request Manager to update the inputs and outputs bound to the parameter
Running the Model:
Calculation is controlled by a Run Loop in the RunControl object. The Run Loop may run in a continuous mode, or by a set number of iterations. PreRun: Before the Run Loop is initiated, the RunControl requests the Manager to prepare the ControlPanel, and all the inputs and outputs for the run.
Start: Initiation of the Run Loop may begin automatically after the system in initialized, or in response to a user action (e.g., a mouse click on the Run button of the Control Panel). In each iteration of the loop: Increments the time step
Request the Manager to
Pass the value for time to the Model
Request Model for new values of variables for this time
Model, optionally with the help of a Solver, calculates the new value for each of the Model variables Request Manager to send updated values to outputs in the Manager's output list Outputs update themselves Pause:
Request Manager to pause Run Loop Request Manager to call pause method of outputs in Manager's outputs list
Resume:
Request Manager to call restart method of outputs in Manager's outputs list Request Manager to resume Run Loop Stop/Reset: RequestManager to:
If Run Loop is running or paused, stop Run Loop Reset all outputs in Manager's output list Reset the RunControl
Prepare ControlPanel to be ready for next run Optionally:
Reset Model parameters to their default values Update all inputs and outputs bound to these parameters Update Model variables
Update all outputs in the Manager's list of outputs PostRun: After the last iteration of the Run Loop, the RunControl request of the
Manager to do any necessary post run procedures to the ControlPanel, and all the inputs and outputs.
Remote Objects:
Remote operation allows collaborative interaction through a network between a "main" page on one computer, and a "remote" page on another computer, both built with the object technology. A commonly accessed "object space" on a separate server is used to exchange model and run control information between the Manager of the "main" page and the RemoteManager of the "remote" page. A RemoteManager, like a Manager, is a unique object in the user's virtual machine that persists for all pages. Unlike the main page, the remote page does not require RunControl or Modellnitializer objects; all necessary model and control information is made available to the RemoteManager through the object space. Variable/parameter updates on the main page are sent to the remote page by a special RemoteOutput object. When the RemoteOutput is updated by the Manager, it sends parameter or variable information to the object space. The RemoteManager monitors the object space, and updates inputs bound to parameters, or outputs watching the variables. In a similar way, the RemoteManager communicates changes in parameters initiated by the remote user to the main page by placing the new parameter information in the object space. The Manager monitors the object space, updates Model parameter values, and notifies the input and outputs bound to the parameters of interest. System Initialization described above requires the following modifications for a remote configuration: If the Modellnitializer markup parameter indicates a remote configuration,
Request Manager to:
Create and initialize object space
Add Model variable and parameter names to the object space Add necessary run control information to the object space Add parameter value information to the object space
Create a RemoteOutput
Bind all Model parameters to a RemoteOutput object Add RemoteOutput to its list of Outputs. If the object is a remote Input, replace "Manager" by "RemoteManager" the in Input initialization described above
If the object is a remote Output, replace "Manager" by "RemoteManager" the in Output initialization described above Preparation to Run described above requires the following modifications for a remote configuration: If a Remote Input object changes a Model parameter
Request Remote Manager to:
Update the value of the parameter in object space Update the remote inputs bound to the parameter Running the Model described above requires the following modifications for a remote configuration: "Manager" can generally be replaced by "RemoteManager" when considering remote inputs and outputs.
Appropriate attention must also be given to the object space pre/post run and control operations (e.g., Reset). END OF TABLE 1
Sample HTML code useable as an HTML page in such embodiment is presented in Appendix A. The sample HTML code shows only how the necessary objects for an interactive page are described; not shown are the lines of HTML code necessary to position these objects on the page or to include text and other graphics on the page, as these functions are standard in the HTML language and are not altered by the new technology. As will be evident to those skilled in the art with reference to this disclosure, other embodiments are possible.
While originally inspired by a need for interactive simulations in educational applications, the new architecture has a much broader application, including educational simulations or simulation-driven animations at all levels, from kindergarten through graduate and professional training, instrumentation, measurement, and data recording with a Web interface, process or device control with a Web interface, robotics, mixed applications, including some combination of measurement, calculation, and control, collaborative learning in the laboratory or classroom (networked objects), and collaborative research linking multiple geographic sites. Even Web pages for sales could use interactive calculations to customize a quote or other estimate for the user.
In one embodiment it would be possible to market only a library of pre-programmed objects. Users would have to be skilled in writing markup language (e.g. HTML) code for Web pages and would need some programming experience to write the Model object.
In another embodiment, an interactive builder program to construct the HTML code is added to the object library. In this embodiment, HTML writing skills would not be necessary. In a still further embodiment, an interactive program to construct the Model object is used, eliminating the need for any programming skills.
In a still further embodiment, an interactive drawing program to aid construction of animations is added, allowing versatile and visual Web simulation to be constructed with minimal specialized skills.
A method is disclosed for building interactive calculations on web pages, comprising the steps of, under the control of a user system, accessing a web page; entering user defined equations; accessing a library of standard visual objects and selecting one or more of the standard visual objects; matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page. A method is described for building interactive calculations on web pages, comprising the steps of receiving user defined equations; providing a library of standard visual objects; receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page. A typical user system upon which the present invention may be implemented will be apparent to those of ordinary skill in the art. One typical user system includes a bus or other internal communication means for communicating information, and a processor coupled to the bus for processing information. Such a system further comprises a random access memory (RAM) or other volatile storage device (referred to as main memory), coupled to the bus for storing information and instructions to be executed by processor. Main memory also may be used for storing temporary variables or other intermediate information during execution of instructions by processor. The system may also comprise a read only memory (ROM) and/or static storage device coupled to the bus for storing static information and instructions for the processor, and a mass storage device such as a magnetic disk drive or optical disk drive. The mass storage device may be coupled to the bus and is typically used with a computer readable medium, such as a magnetic or optical disk, for storage of information and instructions. The system may further be coupled to a display device, such as a cathode ray tube (CRT) or a liquid crystal display (LCD) for displaying information to a computer user. An alphanumeric input device, including alphanumeric and other keys, may also be coupled to the bus for communicating information and command selections to the processor.
As used herein, a "computer readable medium" is any presently existing or future developed computer readable medium suitable for storing and quickly retrieving data, including, but not limited to hard drives, RAM, compact discs ("CDs"), and DVDs. Moreover, the computer readable medium can comprise more than one device, such as two linked hard drives. A communication device may be coupled to the bus for use in accessing other nodes of a network computer system or other computer peripherals. This communication device may include any of a number of commercially available networking peripheral devices such as those used for coupling to an Ethernet, token ring, Internet, or wide area network. It may also include any number of commercially available peripheral devices designed to communicate with remote computer peripherals such as scanners, terminals, specialized printers, or audio input/output devices. The communication device may also include an RS232 or other conventional serial port, a conventional parallel port, a small computer system interface (SCSI) port or other data communication means. Wireless means of data transfer devices such as the infrared IRDA protocol, spread-spectrum, or wireless LAN may be used.
It will be apparent to those of ordinary skill in the art, however that other alternative systems of various system architectures may also be used.
The software implementing the present invention can be stored in main memory, a mass storage device, or other storage medium accessible to the processor. It will be apparent to those of ordinary skill in the art that the methods and processes described herein can be implemented as software stored in main memory or read only memory and executed by a processor. This software may also be resident on an article of manufacture comprising a computer usable mass storage medium having computer readable program code embodied therein and being readable by the mass storage device and for causing the processor to perform digital information library transactions and protocols in accordance with the teachings herein.
In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. For example, input and output objects can be connections to external hardware such as knobs, switches, or a converted analog voltage for inputs or indicators, control relays, or digital or analog control for outputs. The Model object can contain a connection to a remote computer or supercomputer, so that the numerical calculations are done remotely, with the calculated variable values transferred back to the Model object for storage and output. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. It should be appreciated that the present invention should not be construed as limited by such embodiments, but rather construed according to the below claims. APPENDIX A Sample HTML Page Using Objects; No Layout or Other Content Added
<0BJECT
ID = "Starter" CLASSID = "clsid:8AD9C840-044E-HDl-B3E9-00805F499D93"
CODEBASE = "http://java.sun.com/products/plugin/autodl/jinstall-l_4- in. cab#Version=l, ,0,0" WIDTH = "0" HEIGHT = "0" HSPACΞ = "0" VSPACE = "0" ALIGN = "top" >
<PARAM NAME = "type" VALUΞ="application/x-java-applet ;version=l .4"/> <PARAM NAME = "cache__archive" VALUE =
"nlx_c . jar, nlx_s . jar, nlx_lx. jar, lx_j c . jar" />
<PARAM NAME = "cache_version" VALUE = "1.0.0.0, 1.0.0.0 , 1.0.0.0, 1.0.0.0"/> <PARAM NAME = "code" VALUE = "multiapplets .manager . StarterApplet . class"/> <!-- <PARAM NAME = "contoremote" VALUE = "false"/> --> <PARAM NAME = "modelclass" VALUE =
"multiapplets .model .biology. PredPreyModel"/>
<PARAM NAME = "solverclasses" VALUE = "multiapplets . solver . ode . rk4.RK4Solver"/> <PARAM NAME = "solverpars" VALUE = "0.1"/> </0BJECT>
<OBJECT
ID = "runControl "
CLASSID = " clsid : 8AD9C840-044E-HDl-B3E9- 00805F499D93 " CODEBASE = "http : //j ava . sun . com/products/plugin/autodl/j install-l_4 - in . cab#Version=l , 4 , 0 , 0 "
WIDTH = 0
HEIGHT = 0
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<PARAM NAME = " "ttyype" VALUE="application/x-java-applet ;version=l .4 " /> <PARAM NAME = "cache_archive" VALUE = "nlx_c . jar, nlx_s . j ar, nlx_lx. jar,nlx_j c . jar" />
<PARAM NAME = "cache_version" VALUE = "1.0.0.0,1.0.0.0,1.0.0.0,1.0.0.0"/> <PARAM NAME = "code" VALUE = "multiapplets .control .runcontrol .DefaultRunControl . class "/> <PARAM NAME = "starttime" VALUE = "0"/> <PARAM NAME = "stoptime" VALUE = "100"/> <PARAM NAME = "numbreakpoints" VALUE = "201"/> <PARAM NAME = "maxsetcount" VALUE = "3"/> </OBJECT>
<OBJECT
ID = "controlPnl"
CLASSID = "clsid:8AD9C840-044E-HDl-B3E9-00805F499D93" CODEBASE = "http://java.sun.com/products/plugin/autodl/jinstall-l_4- win. cab#Version=l, 4,0,0"
WIDTH = 100
HEIGHT = 50
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<PARAM NAME = "type" VALUE="application/x-java-applet ;version=l .4"/> <PARAM NAME = "cache_archive" VALUE =
"nlx_c . j ar, nlx_s . j ar, nlx_lx. jar, nlx_j c . jar" />
<PARAM NAME = "cache_version" VALUE = "1.0.0.0 , 1.0.0.0, 1.0.0.0, 1.0.0.0"/>
<PARAM NAME = "code" VALUE = "multiapplets . control .panel .BSLDefaultControlPnl . class"/> <!-- <PARAM NAME = "bgcolor" VALUE = "lightGray"/> -->
<!-- <PARAM NAME = "runcolor" VALUE = "green"/> -->
<!-- <PARAM NAME = "pausecolor" VALUE = "yellow"/> -->
<!-- <PARAM NAME = "stopcolor" VALUE = "red"/> -->
<!-- <PARAM NAME = "indicatordelay" VALUE = "150"/> --> </0BJECT>
<0BJECT
ID = "slider " CLASSID = "clsid:8AD9C840-044E-HDl-B3E9-00805F499D93"
CODEBASE = "http: //Java. sun.com/products/plugin/autodl/jinstall-l_4- win. cab#Version=l,4,0,0"
WIDTH = 150 HEIGHT = 80
HSPACE = 0
VSPACE = 0
ALIGN = middle > <PARAM NAME = "type" VALUΞ="application/x-java-applet ;version=l .4"/>
<PARAM NAME = "cache_archive" VALUE = "nlx_c . jar, nlx_s . j ar, nlx_l .jar, nlx_jc . jar" />
<PARAM NAME = "cache_version" VALUE = "1.0.0.0,1.0.0.0,1.0.0.0,1.0.0.0"/>
<PARAM NAME = "code" VALUE = "multiapplets .view. input .gui .slider.BSLSlider .class" />
<!-- <PARAM NAME = "isremote" VALUE = "false"/> -->
<PARAM NAME = "paramname" VALUE = "preyReproRate"/>
<PARAM NAME = "lowvalue" VALUE = "0.0"/>
<PARAM NAME = "highvalue" VALUE = "0.5"/> <PARAM NAME = "labelstep" VALUE = "0.1"/>
<PARAM NAME = "precision" VALUE = "0.02"/>
<PARAM NAME = "fracdigits" VALUE = "2"/>
<!-- <PARAM NAME = "bgcolor" VALUE = "lightGray"/> -->
<!-- <PARAM NAME = "orientation" VALUE = "0"/> --> <PARAM NAME = "disableonrun" VALUE = "false"/>
<!-- <PARAM NAME = "initvalue" VALUE = "DEFAULT VALUE IS WHAT IS SET IN MODEL" /> --> </0BJECT>
<0BJECT
ID = "graph_"
CLASSID = " clsid : 8AD9C840 - 044E-HDl -B3E9- 00805F499D93 "
CODEBASE = "http : //j ava . sun . com/products/plugin/autodl/j install -l_4 - win . cab#Version=l , 4 , 0 , 0 " WIDTH = 300
HEIGHT = 300
HSPACE = 0
VSPACE = 0 ALIGN = middle >
<PARAM NAME = "type" VALUE="application/x-java-applet ;version=l .4"/>
<PARAM NAME = "cache_archive" VALUE = "nlx_c . jar, nlx_s .jar, nlx_l . jar, lx_jc . jar" />
<PARAM NAME = "cache_version" VALUE = "1.0.0.0 , 1.0.0.0, 1.0.0.0, 1.0.0.0"/>
<PARAM NAME = "code" VALUE = "multiapplets .vie . output .graph. BSLGraph. class" />
<!-- <PARAM NAME = "isremote" VALUE ="false"/> --> <PARAM NAME = "varnames" VALUE = "time,pred,prey"/>
<!-- <PARAM NAME = "varnames2" VALUE = "SEDOND SET OF VARIABLE NAMES, SEPARATED BY COMMAS, GO HERE"/> -->
<!-- <PARAM NAME = "varcolors" VALUE = "blue, green, red,black, cyan,navy, purple,magenta,blue, ..."/> --> <!-- <PARAM NAME = "varcolors2" VALUE =
"magenta,purple, navy, cyan,black, red, green,blue, magenta, ..."/> -->
<!-- <PARAM NAME = "varvisibilities" VALUE = "true, true, true, ... "/> -->
<!-- <PARAM NAME = "varvisibilities2" VALUE = "true, true, true, ... "/> -->
<!-- <PARAM NAME = "title" VALUE = ""/> --> <!-- <PARAM NAME = "subtitle" VALUE = ""/> -->
<!-- <PARAM NAME = "graphcolors" VALUE = "blue,blue, white, yellow, blue,blue, cyan"/> -->
<!-- <PARAM NAME = "plotstyle" VALUE = "point (line)"/> -->
<!-- <PARAM NAME = "showptvalues" VALUE = "true"/> --> <!-- <PARAM NAME = "decplaces" VALUE = "2"/> -->
<PARAM NAME = "xaxislabel" VALUE = "time (hr)"/>
<!-- <PARAM NAME = "xscaletype" VALUE = "linear (log) "/> **NOT YET IMPLEMEMTED** -->
<!-- <PARAM NAME = "xgrid" VALUE = "true"/> --> <!-- <PARAM NAME = "xtickspacing" VALUE = "DEFAULT IT AUTOMATIC TICK SELECTION"/> -->
<PARAM NAME = "xmin" VALUE = "0.0"/>
<PARAM NAME = "xmax" VALUE = "100.0"/>
<PARAM NAME = "yaxislabel" VALUE = "Number of predators, prey"/> <!-- <PARAM NAME = "yscaletype" VALUE = "linear (log)"/> -->
<!-- <PARAM NAME = "ygrid" VALUE = "true"/> -->
<!-- <PARAM NAME = "ytickspacing" VALUE = "DEFAULT IT AUTOMATIC TICK SELECTION"/> --> <PARAM NAME = "ymin" VALUE = "0.0"/>
<PARAM NAME = "ymax" VALUE = "1200.0"/>
<!-- <PARAM NAME = "y2axislabel" VALUE = ""/> -->
<!-- <PARAM NAME = "y2scaletype" VALUE = "linear (log)"/> --> <!-- <PARAM NAME = "y2grid" VALUE = "false"/> -->
<!-- <PARAM NAME = "y2tickspacing" VALUE = "DEFAULT IT AUTOMATIC TICK SELECTION"/> -->
<!-- <PARAM NAME = "y2min" VALUE = "0.0"/> -->
<!-- <PARAM NAME = "y2max" VALUE = "1.0"/> --> <!-- <PARAM NAME = "numofdecades" VALUE = "2"/> -->
<!-- <PARAM NAME = "numofdecades2" VALUE = "2"/> -->
<!-- <PARAM NAME = "hide2ndset" VALUE = "false (true)"/> -->
<!-- <PARAM NAME = "showpopupmenu" VALUE = "true (false) "/> --> </OBJECT>

Claims

CLAIMSWhat is claimed is:
1. A system for building interactive calculations on web pages, comprising: a central processor for executing program instructions stored on one or more than one computer readable medium; a first user interface in communication with the central processor; a second user interface in communication with the central processor; a first computer readable medium in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects; a second computer readable medium in communication with the central processor containing program instructions for executing one or more than one calculation objects (26, 28) in communication with the manager object on the first computer readable medium; a third computer readable medium in communication with the central processor containing program instructions for executing one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object on the first computer readable medium and the first user interface; a fourth computer readable medium in communication with the central processor containing program instructions for executing one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager object on the first computer readable medium and the second user interface; wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.
2. The system of claim 1, wherein the communication of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
3. The system of claim 1, wherein the input objects and the output objects communicate visual devices to the user interface.
4. The system of claim 3, wherein the visual devices for input objects are chosen from the group sliders, knobs, switches, buttons, and maps, and the visual devices for the output objects are chosen from the group graphs, animations, and indicators.
5. The system of claim 4, further comprising a fifth computer readable medium in communication with the central processor containing program instructions for interactive construction of animations.
6. The system of claim 1, wherein the user interface is connected to an external hardware device.
7. The system of claim 6, where the external hardware device is a knob, switch, converted analog voltage, indicator, control relay, digital control, or analog control.
8. The system of claim 1, wherein the calculation objects comprise a model object, or a model object and a solver object.
9. The system of claim 8, wherein the model object comprises instructions for executing mathematical or logical equations for which an automatic solution algorithm is available.
10. The system of claim 9, wherein the equations are chosen from the group including linear and nonlinear algebraic equations, ordinary and partial differential equations, difference equations, Boolean equations, cellular automata, and function generation.
11. The system of claim 8, wherein the solver object comprises instructions for executing general solution algorithms.
12. The system of claim 8, further comprising a sixth computer readable medium in communication with the central processor containing program instructions for interactive construction of the model object.
13. The system of claim 1 wherein one or more of the computer readable media communicate with the central processor through a network.
14. The system of claim 13, wherein the program instructions for executing one or more than one object are executed on a remote processor.
15. The system of claim 1, further comprising a seventh computer readable medium in communication with the central processor containing program instructions for displaying a web page on the first user interface, the second user interface, or the first user interface and the second user interface.
16. The system of claim 15, further comprising an eighth computer readable medium in communication with the central processor containing program instructions for interactive construction of the web page.
17. The system of claim 1, wherein the first user interface and the second user interface are not the same.
18. The system of claim 1, wherein the first, second, third, and fourth computer readable media are the not same.
19. A system for building interactive calculations on web pages, comprising: central processor means for executing program instructions stored on a computer readable medium; computer readable medium means connected to the central processor containing program instructions for executing: manager means for controlling program interaction; means for calculation in communication with the manager means; means for input for controlling the model parameters, in communication with the manager means; means for output for displaying values of calculated variables, in communication with the manager means; wherein the manager means, each of the input means, and each of the output means are coded with no model specific information; and model specific information through the manager means by parameter or variable name.
20. A method for building interactive calculations on web pages, comprising the steps of: providing a central processor for executing program instructions stored on a computer readable medium; providing a computer readable medium connected to the central processor containing program instructions for executing: a manager object for controlling the interaction of objects; one or more than one calculation objects (26, 28) in communication with the manager object; one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object; one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager object; wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information; and communicating model specific information through the manager object by parameter or variable name.
21. The method of claim 20, wherein the communicating of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
22. A method for building interactive calculations on web pages, comprising the steps of, under the control of a user system: accessing a web page; entering user defined equations; accessing a library of standard visual objects and selecting one or more of the standard visual objects; matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page.
23. A method for building interactive calculations on web pages, comprising the steps of: receiving user defined equations; providing a library of standard visual objects; receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page.
PCT/US2003/006276 2002-02-25 2003-02-25 System for building interactive calculations on web pages WO2003073279A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2003571905A JP4187107B2 (en) 2002-02-25 2003-02-25 A system for building interactive computations on web pages
CA2477187A CA2477187C (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages
AU2003217847A AU2003217847B2 (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages
US10/505,717 US7568181B2 (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US31912302P 2002-02-25 2002-02-25
US60/319,123 2002-02-25

Publications (1)

Publication Number Publication Date
WO2003073279A1 true WO2003073279A1 (en) 2003-09-04

Family

ID=27765907

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/006276 WO2003073279A1 (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages

Country Status (4)

Country Link
US (1) US7568181B2 (en)
JP (1) JP4187107B2 (en)
CA (1) CA2477187C (en)
WO (1) WO2003073279A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992372A (en) * 2017-12-13 2018-05-04 郑州云海信息技术有限公司 A kind of chassis information exchange method, system, equipment and computer-readable storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10331608B2 (en) * 2017-09-22 2019-06-25 International Business Machines Corporation Replacing mechanical/magnetic components with a supercomputer

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5983190A (en) * 1997-05-19 1999-11-09 Microsoft Corporation Client server animation system for managing interactive user interface characters
US6083276A (en) * 1998-06-11 2000-07-04 Corel, Inc. Creating and configuring component-based applications using a text-based descriptive attribute grammar
US6340977B1 (en) * 1999-05-07 2002-01-22 Philip Lui System and method for dynamic assistance in software applications using behavior and host application models
US6505343B1 (en) * 1998-12-31 2003-01-07 Intel Corporation Document/view application development architecture applied to ActiveX technology for web based application delivery

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675752A (en) * 1994-09-15 1997-10-07 Sony Corporation Interactive applications generator for an interactive presentation environment
US6509913B2 (en) * 1998-04-30 2003-01-21 Openwave Systems Inc. Configurable man-machine interface
US6356279B1 (en) * 1999-07-30 2002-03-12 Curl Corporation Processing of graphical objects with minimum and preferred sizes
EP1228428A2 (en) * 1999-11-01 2002-08-07 Curl Corporation System and method supporting nonlocal values
AU1246001A (en) * 1999-11-01 2001-05-14 Curl Corporation System and method supporting property values as options
US6425120B1 (en) * 2000-01-14 2002-07-23 Softwire Technology Llc Repeating program object for use with a graphical program-development system
US6684385B1 (en) * 2000-01-14 2004-01-27 Softwire Technology, Llc Program object for use in generating application programs
GB2364140A (en) * 2000-06-07 2002-01-16 Robert Benjamin Franks Cost manager user interface in transaction processing system for online trade mark registration
CN100520720C (en) 2000-06-19 2009-07-29 P·C·克劳斯及合伙人公司 Distributed simulation
US7127705B2 (en) * 2000-09-06 2006-10-24 Oracle International Corporation Developing applications online
US6760905B1 (en) * 2000-09-21 2004-07-06 Curl Corporation Lazy compilation of template-generated classes in dynamic compilation execution environments
US7302675B2 (en) * 2001-08-14 2007-11-27 National Instruments Corporation System and method for analyzing a graphical program using debugging graphical programs

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5983190A (en) * 1997-05-19 1999-11-09 Microsoft Corporation Client server animation system for managing interactive user interface characters
US6083276A (en) * 1998-06-11 2000-07-04 Corel, Inc. Creating and configuring component-based applications using a text-based descriptive attribute grammar
US6505343B1 (en) * 1998-12-31 2003-01-07 Intel Corporation Document/view application development architecture applied to ActiveX technology for web based application delivery
US6340977B1 (en) * 1999-05-07 2002-01-22 Philip Lui System and method for dynamic assistance in software applications using behavior and host application models

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992372A (en) * 2017-12-13 2018-05-04 郑州云海信息技术有限公司 A kind of chassis information exchange method, system, equipment and computer-readable storage medium

Also Published As

Publication number Publication date
CA2477187C (en) 2011-08-02
JP2005525624A (en) 2005-08-25
US20050223351A1 (en) 2005-10-06
CA2477187A1 (en) 2003-09-04
US7568181B2 (en) 2009-07-28
JP4187107B2 (en) 2008-11-26
AU2003217847A1 (en) 2003-09-09

Similar Documents

Publication Publication Date Title
US11003422B2 (en) Methods and systems for visual programming using polymorphic, dynamic multi-dimensional structures
US5883639A (en) Visual software engineering system and method for developing visual prototypes and for connecting user code to them
Hartmann et al. Design as exploration: creating interface alternatives through parallel authoring and runtime tuning
Brusilovsky et al. Mini-languages: a way to learn programming principles
Repenning et al. What makes end-user development tick? 13 design guidelines
US7490031B1 (en) Mechanization of modeling, simulation, amplification, and intelligence of software
Zettlemoyer et al. IBOTS: Agent control through the user interface
Cannavò et al. A visual editing tool supporting the production of 3D interactive graphics assets for public exhibitions
US7568181B2 (en) System for building interactive calculations on web pages
Funka-Lea et al. Interactive visual modeling for performance
AU2003217847B2 (en) System for building interactive calculations on web pages
McDonald Interactive pushdown automata animation
Pastor et al. Web-based virtual lab and remote experimentation using easy java simulations
EP1044408B1 (en) Dynamic interface synthesizer
Sánchez et al. Interactive learning of control concepts using Easy Java Simulations
Okada Web version of IntelligentBox (WebIB) for development of web 3D educational contents
Paynter Automating iterative tasks with programming by demonstration
Angelov et al. The synergistic integration of mathematics, software engineering, and user-centred design: exploring new trends in education
Plöger et al. WWW Based structuring of codesigns
Concepcion et al. Algorithma 99: an experiment in reusability & component based software engineering
Cobourn Resource Management for CAD Frameworks
Yung Definitive Programming: A paradigm for exploratory programming
Griss et al. Visual basic does lego
Ullrich et al. AlgoViz-a computer graphics algorithm visualization toolkit
Zou et al. Collaboration and visual steering of simulations

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2477187

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2003571905

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 2003217847

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 10505717

Country of ref document: US

122 Ep: pct application non-entry in european phase
WWG Wipo information: grant in national office

Ref document number: 2003217847

Country of ref document: AU