Printer Friendly
The Free Library
14,610,896 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Stottler Henke Introduces TaskGuide Software for Creating Dynamic "Intelligent Instructions".


New Authoring Tool Lets Organizations Rapidly Develop Electronic Job Aids That Help Users Carry out Complex Procedural Tasks; TaskGuide Obviates Paper Manuals, Enhances IETMs

SAN MATEO San Mateo (săn mətā`ō), city (1990 pop. 85,486), San Mateo co., W Calif., on San Francisco Bay; inc. 1894. It is a commercial and retail center with some high-technology manufacturing. San Mateo, Spanish for St. , Calif. -- Stottler Henke Associates Stottler Henke Associates, Inc., founded in 1988, is a company headquartered in San Mateo, California that provides corporate and educational software solutions using applied artificial intelligence. External links
  • Company Website
, Inc. (www.stottlerhenke.com) today introduced TaskGuide[TM], the first commercially available software product for creating dynamic "intelligent instructions" for complex procedures, such as diagnosing and repairing equipment, operating computer software, or following organizational procedures. TaskGuide makes the cumbersome, paper-based instruction manual a thing of the past, and the digitally-based interactive electronic technical manual (IETM IETM Interactive Electronic Technical Manual
IETM Informal European Theatre Meeting
IETM Integrated Electronic Technical Manual (US Army)
IETM Integrated Engine Technical Manual (US Air Force) 
) even more robust, which helps to reduce operator errors and increase execution speed.

TaskGuide enables creation of sophisticated electronic job aids and "wizards" with little or no programming. In addition, it is a flexible tool that offers support for multiple levels of automation within electronic job aids - manual execution mode, manual review and override An arrangement whereby commissions are made by sales managers based upon the sales made by their subordinate sales representatives. A term found in an agreement between a real estate agent and a property owner whereby the agent keeps the right to receive a commission for the sale of , and automatic.

The "intelligent instructions" created by TaskGuide assist users by:

* presenting each step's instructions using formatted text, graphics, input controls, and other media;

* presenting a graphical summary of the procedure's steps and their organization to help users and authors quickly understand the procedure as a whole and maintain context;

* making additional information easily available on demand to augment each step's instructions;

* executing branching and looping logic to determine the appropriate next step; and

* accepting and storing data, decisions, and other information entered by the user, and automatically computing data values, recommending actions, and generating and sending commands based on information entered by the user or received from external systems and databases.

TaskGuide can be used to create intelligent job aids in which the software and user take turns conversing - the system presents one screen of information at a time, prompting the user for input, and then using this input to select, construct, and present the next screen. Example applications include decision-support, interactive learning, customer sales and technical support, adaptive questionnaires, and telephone scripting.

TaskGuide-authored intelligent job aids also can be embedded Inserted into. See embedded system.  as Java applets A Java program that is downloaded from the server and run from the browser. The Java Virtual Machine built into the browser is interpreting the instructions. Contrast with Java application.  within web-based IETMs. Steps within the TaskGuide procedure specifications can provide rapid access via hyperlinks to background facts and concepts managed and presented by an IETM.

Rooted in AFRL Noun 1. AFRL - a United States Air Force defense laboratory responsible for discovering and developing and integrating fighting technologies for aerospace forces
Air Force Research Laboratory

U. S.
 project

TaskGuide as a commercial product stemmed from a project called SatConPlan, which Stottler Henke undertook for the U.S. Air Force Research Laboratory. "TaskGuide evolved very quickly from a structured satellite support tool for SatConPlan to a broader training solution that could support a variety of users and learning needs in both military and civilian environments," Dr. H. Barbara Sorensen, Chief, Warfighter Research Operations Integration at the U.S. Air Force Research Laboratory in Mesa, Arizona Mesa is a city in Maricopa County, Arizona and part of the Phoenix-Mesa-Scottsdale Metropolitan Area. It is the third-largest city in Arizona, after Phoenix and Tucson.

Mesa is one of the United States' fastest-growing cities, and currently ranks as the 38th-largest.
, said. "Stottler Henke's work on this project surpassed all expectations for a Small Business Innovation Research initiative."

According to according to
prep.
1. As stated or indicated by; on the authority of: according to historians.

2. In keeping with: according to instructions.

3.
 Richard Stottler, co-founder and president of Stottler Henke Associates, TaskGuide is representative of a trend in learning and support technology. "The move to electronic job aids and IETMs is well established in many domains, and cries for a development mechanism that simplifies how these powerful systems are created. TaskGuide, by requiring little or no programming, is a significant step toward making development much easier, and bringing these systems further into the mainstream."

Step by step

TaskGuide supports gradual procedure automation, so steps in manual procedures can be replaced, one at a time, with steps that retrieve data, compute values, and carry out actions automatically. The procedure author can specify the desired level of user awareness and override capability for each step. For example, an interactive step could use calculations to compute a default parameter value or decision and prompt the user to confirm or override it. As confidence in the reliability and robustness of the calculation increases, the organization could replace the interactive step with an automated step that uses a computed value or decision to perform an action without user intervention. In this manner, a manual procedure can evolve over time into a more automated one.

TaskGuide comprises a Procedure Editor, for building the intelligent instructions and electronic job aids; and a Procedure Execution Tool, for running them.

A TaskGuide procedure encodes step-by-step instructions and execution logic as a list of steps, organized within a hierarchy. Each step presents instructions to the operator using formatted HTML HTML
 in full HyperText Markup Language

Markup language derived from SGML that is used to prepare hypertext documents. Relatively easy for nonprogrammers to master, HTML is the language used for documents on the World Wide Web.
 text and graphics. Instructions can contain hyperlinks to web pages that present additional information on demand in a popup window See popup.  using text, graphics, and other media. Each TaskGuide step can be either interactive or automated. If the step is interactive, TaskGuide performs pre-calculations (if any), presents the next step's instructions to the operator, waits for the operator to indicate completion of the step, and then performs post-calculations (if any). If the step is automated, TaskGuide performs the step's calculations without presenting instructions to the operator and without waiting for operator input.

No programming required

Creating "intelligent instructions" or electronic job aids in the TaskGuide Procedure Editor is a straight-forward process that requires no programming. The procedure author creates each step in the procedure by specifying the formatted text and graphics that comprise the step's instructions. Optionally, the author can enter calculations that are performed at the beginning or end of the step. The author can organize these steps hierarchically into groups and subgroups, and can specify looping and branching logic that controls when each group of steps should be performed.

TaskGuide's extensible architecture enables integration with general purpose and application-specific Java software libraries that provide functions that are invoked by calculations. This architecture enables TaskGuide procedure specifications to incorporate automated data retrieval, interpretation, automated reasoning Automated reasoning is an area of computer science dedicated to understanding different aspects of reasoning in a way that allows the creation of software which allows computers to reason completely or nearly completely automatically.  and decision-making algorithms. Instructions can also embed em·bed   also im·bed
v. em·bed·ded, em·bed·ding, em·beds

v.tr.
1. To fix firmly in a surrounding mass: embed a post in concrete; fossils embedded in shale.
 arbitrary Java graphical user interface graphical user interface (GUI)

Computer display format that allows the user to select commands, call up files, start programs, and do other routine tasks by using a mouse to point to pictorial symbols (icons) or lists of menu choices on the screen as opposed to having to
 components, displayed among the formatted HTML text and graphics. The TaskGuide application programming interface (API (Application Programming Interface) A language and message format used by an application program to communicate with the operating system or some other control program such as a database management system (DBMS) or communications protocol. ) enables developers to embed TaskGuide within their own Java applications A Java program that is run stand alone. The Java Virtual Machine in the client or server is interpreting the instructions. Contrast with Java applet. See servlet. .

Price and availability

TaskGuide is one of a family of commercially available intelligent software tools and applications offered by Stottler Henke, a software development and consulting company Noun 1. consulting company - a firm of experts providing professional advice to an organization for a fee
consulting firm

business firm, firm, house - the members of a business organization that owns or operates one or more establishments; "he worked for a
 with deep expertise in artificial intelligence and other advanced software technologies.

TaskGuide runs on Windows PCs An x86-based computer that runs some version of Windows. See x86 and Windows. , and is available immediately. Stottler Henke is marketing TaskGuide to end user organizations, system integrators, developers of interactive electronic technical manuals, and vendors of equipment and software applications. Pricing starts at $995 per developer. Development of TaskGuide was funded in large part by the U.S. Department of Defense.

Founded in 1988, Stottler Henke Associates, Inc. applies artificial intelligence and other advanced software technologies to solve problems that defy solution using traditional approaches. The company delivers intelligent software solutions for education and training, planning and scheduling, knowledge management and discovery, decision support, and software development. Stottler Henke's clients include manufacturers, retailers, educational media companies and government agencies. In 2006, Stottler Henke was the subject of a NASA NASA: see National Aeronautics and Space Administration.
NASA
 in full National Aeronautics and Space Administration

Independent U.S.
 "Hallmarks of Success" video profile for its work developing and later commercializing advanced planning and training software systems. Stottler Henke received a 2004 "Brandon Hall Excellence in Learning" award for innovative technology. For the past four consecutive years, Stottler Henke was named one of the "top 100" companies making a significant impact on the military training industry by Military Training Technology magazine, and in 2005 received a Blue Ribbon blue ribbon

denotes highest honor. [Western Folklore: Brewer Dictionary, 127]

See : Prize
 recognizing it as a company that leads the industry in innovation. Email: info@stottlerhenke.com. Web: http://www.stottlerhenke.com.
COPYRIGHT 2007 Business Wire
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2007, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Publication:Business Wire
Date:Feb 26, 2007
Words:1197
Previous Article:Phillip DeZwirek, Chairman and CEO of API, is Featured in an Audio Interview at SmallCapVoice.com.
Next Article:Qwest Named to Hispanic Magazine's 'Corporate 100' List.
Topics:



Related Articles
NASA Showcases Stottler Henke Associates' Intelligent Planning & Scheduling Systems in New Video.
Boeing Deploys Advanced Scheduling Software Developed by Stottler Henke to Facilitate Assembly of Boeing 787 Dreamliner.
eEye Digital Security and BMC Software Team to Unite Security, Business and IT With Business Service Management (BSM).
Dutch Railways Manages National Train System Serving One Million Customers Daily Using Opalis IT Process Automation Solution.
6th Sense Analytics Hosts Free Webcast and Roundtable - Making Software Development Metrics Work.
Corel Introduces New WordPerfect(R) Lightning(R).(Company overview)
Digital China Reports its FY2006/2007 Annual Results.(Company overview)
Behold the parallel!(Comic)(Cartoon)
Datin Amar Margaret Linggi: 1949-2006.(MEMORIALS)
General Dynamics C4 Systems.(Of Special Note)

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles