WorldWideScience

Sample records for clips expert system

  1. Fuzzy expert systems using CLIPS

    Science.gov (United States)

    Le, Thach C.

    1994-01-01

    This paper describes a CLIPS-based fuzzy expert system development environment called FCLIPS and illustrates its application to the simulated cart-pole balancing problem. FCLIPS is a straightforward extension of CLIPS without any alteration to the CLIPS internal structures. It makes use of the object-oriented and module features in CLIPS version 6.0 for the implementation of fuzzy logic concepts. Systems of varying degrees of mixed Boolean and fuzzy rules can be implemented in CLIPS. Design and implementation issues of FCLIPS will also be discussed.

  2. CLIPS/Ada: An Ada-based tool for building expert systems

    Science.gov (United States)

    White, W. A.

    1990-01-01

    Clips/Ada is a production system language and a development environment. It is functionally equivalent to the CLIPS tool. CLIPS/Ada was developed in order to provide a means of incorporating expert system technology into projects where the use of the Ada language had been mandated. A secondary purpose was to glean information about the Ada language and its compilers. Specifically, whether or not the language and compilers were mature enough to support AI applications. The CLIPS/Ada tool is coded entirely in Ada and is designed to be used by Ada systems that require expert reasoning.

  3. YUCSA: A CLIPS expert database system to monitor academic performance

    Science.gov (United States)

    Toptsis, Anestis A.; Ho, Frankie; Leindekar, Milton; Foon, Debra Low; Carbonaro, Mike

    1991-01-01

    The York University CLIPS Student Administrator (YUCSA), an expert database system implemented in C Language Integrated Processing System (CLIPS), for monitoring the academic performance of undergraduate students at York University, is discussed. The expert system component in the system has already been implemented for two major departments, and it is under testing and enhancement for more departments. Also, more elaborate user interfaces are under development. We describe the design and implementation of the system, problems encountered, and immediate future plans. The system has excellent maintainability and it is very efficient, taking less than one minute to complete an assessment of one student.

  4. A CLIPS expert system for clinical flow cytometry data analysis

    Science.gov (United States)

    Salzman, G. C.; Duque, R. E.; Braylan, R. C.; Stewart, C. C.

    1990-01-01

    An expert system is being developed using CLIPS to assist clinicians in the analysis of multivariate flow cytometry data from cancer patients. Cluster analysis is used to find subpopulations representing various cell types in multiple datasets each consisting of four to five measurements on each of 5000 cells. CLIPS facts are derived from results of the clustering. CLIPS rules are based on the expertise of Drs. Stewart, Duque, and Braylan. The rules incorporate certainty factors based on case histories.

  5. A comparison of CLIPS- and LISP-based approaches to the development of a real-time expert system

    Science.gov (United States)

    Frainier, R.; Groleau, N.; Bhatnagar, R.; Lam, C.; Compton, M.; Colombano, S.; Lai, S.; Szolovits, P.; Manahan, M.; Statler, I.

    1990-01-01

    This paper describes an ongoing expert system development effort started in 1988 which is evaluating both CLIPS- and LISP- based approaches. The expert system is being developed to a project schedule and is planned for flight on Space Shuttle Mission SLS-2 in 1992. The expert system will help astronauts do the best possible science for a vestibular physiology experiment already scheduled for that mission. The system gathers and reduces data from the experiment, flags 'interesting' results, and proposes changes in the experiment both to exploit the in-flight observations and to stay within the time allowed by Mission Control for the experiment. These tasks must all be performed in real time. Two Apple Macintosh computers are used. The CLIPS- and LISP- based environments are layered above the Macintosh computer Operating System. The 'CLIPS-based' environment includes CLIPS and HyperCard. The LlSP-based environment includes Common LISP, Parmenides (a frame system), and FRuleKit (a rule system). Important evaluation factors include ease of programming, performance against real-time requirements, usability by an astronaut, robustness, and ease of maintenance. Current results on the factors of ease of programming, performance against real-time requirements, and ease of maintenance are discussed.

  6. MARBLE: A system for executing expert systems in parallel

    Science.gov (United States)

    Myers, Leonard; Johnson, Coe; Johnson, Dean

    1990-01-01

    This paper details the MARBLE 2.0 system which provides a parallel environment for cooperating expert systems. The work has been done in conjunction with the development of an intelligent computer-aided design system, ICADS, by the CAD Research Unit of the Design Institute at California Polytechnic State University. MARBLE (Multiple Accessed Rete Blackboard Linked Experts) is a system of C Language Production Systems (CLIPS) expert system tool. A copied blackboard is used for communication between the shells to establish an architecture which supports cooperating expert systems that execute in parallel. The design of MARBLE is simple, but it provides support for a rich variety of configurations, while making it relatively easy to demonstrate the correctness of its parallel execution features. In its most elementary configuration, individual CLIPS expert systems execute on their own processors and communicate with each other through a modified blackboard. Control of the system as a whole, and specifically of writing to the blackboard is provided by one of the CLIPS expert systems, an expert control system.

  7. Building reactor operator sustain expert system with C language integrated production system

    International Nuclear Information System (INIS)

    Ouyang Qin; Hu Shouyin; Wang Ruipian

    2002-01-01

    The development of the reactor operator sustain expert system is introduced, the capability of building reactor operator sustain expert system is discussed with C Language Integrated Production System (Clips), and a simple antitype of expert system is illustrated. The limitation of building reactor operator sustain expert system with Clips is also discussed

  8. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (MACINTOSH VERSION)

    Science.gov (United States)

    Culbert, C.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  9. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION)

    Science.gov (United States)

    Riley, G.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  10. NESSUS/EXPERT - An expert system for probabilistic structural analysis methods

    Science.gov (United States)

    Millwater, H.; Palmer, K.; Fink, P.

    1988-01-01

    An expert system (NESSUS/EXPERT) is presented which provides assistance in using probabilistic structural analysis methods. NESSUS/EXPERT is an interactive menu-driven expert system that provides information to assist in the use of the probabilistic finite element code NESSUS/FEM and the fast probability integrator. NESSUS/EXPERT was developed with a combination of FORTRAN and CLIPS, a C language expert system tool, to exploit the strengths of each language.

  11. Integrating CLIPS applications into heterogeneous distributed systems

    Science.gov (United States)

    Adler, Richard M.

    1991-01-01

    SOCIAL is an advanced, object-oriented development tool for integrating intelligent and conventional applications across heterogeneous hardware and software platforms. SOCIAL defines a family of 'wrapper' objects called agents, which incorporate predefined capabilities for distributed communication and control. Developers embed applications within agents and establish interactions between distributed agents via non-intrusive message-based interfaces. This paper describes a predefined SOCIAL agent that is specialized for integrating C Language Integrated Production System (CLIPS)-based applications. The agent's high-level Application Programming Interface supports bidirectional flow of data, knowledge, and commands to other agents, enabling CLIPS applications to initiate interactions autonomously, and respond to requests and results from heterogeneous remote systems. The design and operation of CLIPS agents are illustrated with two distributed applications that integrate CLIPS-based expert systems with other intelligent systems for isolating and mapping problems in the Space Shuttle Launch Processing System at the NASA Kennedy Space Center.

  12. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION WITH CLIPSITS)

    Science.gov (United States)

    Riley, , .

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  13. CLIPS based decision support system for water distribution networks

    Directory of Open Access Journals (Sweden)

    K. Sandeep

    2011-10-01

    Full Text Available The difficulty in knowledge representation of a water distribution network (WDN problem has contributed to the limited use of artificial intelligence (AI based expert systems (ES in the management of these networks. This paper presents a design of a Decision Support System (DSS that facilitates "on-demand'' knowledge generation by utilizing results of simulation runs of a suitably calibrated and validated hydraulic model of an existing aged WDN corresponding to emergent or even hypothetical but likely scenarios. The DSS augments the capability of a conventional expert system by integrating together the hydraulic modelling features with heuristics based knowledge of experts under a common, rules based, expert shell named CLIPS (C Language Integrated Production System. In contrast to previous ES, the knowledge base of the DSS has been designed to be dynamic by superimposing CLIPS on Structured Query Language (SQL. The proposed ES has an inbuilt calibration module that enables calibration of an existing (aged WDN for the unknown, and unobservable, Hazen-Williams C-values. In addition, the daily run and simulation modules of the proposed ES further enable the CLIPS inference engine to evaluate the network performance for any emergent or suggested test scenarios. An additional feature of the proposed design is that the DSS integrates computational platforms such as MATLAB, open source Geographical Information System (GIS, and a relational database management system (RDBMS working under the umbrella of the Microsoft Visual Studio based common user interface. The paper also discusses implementation of the proposed framework on a case study and clearly demonstrates the utility of the application as an able aide for effective management of the study network.

  14. Jess, the Java expert system shell

    Energy Technology Data Exchange (ETDEWEB)

    Friedman-Hill, E.J.

    1997-11-01

    This report describes Jess, a clone of the popular CLIPS expert system shell written entirely in Java. Jess supports the development of rule-based expert systems which can be tightly coupled to code written in the powerful, portable Java language. The syntax of the Jess language is discussed, and a comprehensive list of supported functions is presented. A guide to extending Jess by writing Java code is also included.

  15. Portable inference engine: An extended CLIPS for real-time production systems

    Science.gov (United States)

    Le, Thach; Homeier, Peter

    1988-01-01

    The present C-Language Integrated Production System (CLIPS) architecture has not been optimized to deal with the constraints of real-time production systems. Matching in CLIPS is based on the Rete Net algorithm, whose assumption of working memory stability might fail to be satisfied in a system subject to real-time dataflow. Further, the CLIPS forward-chaining control mechanism with a predefined conflict resultion strategy may not effectively focus the system's attention on situation-dependent current priorties, or appropriately address different kinds of knowledge which might appear in a given application. Portable Inference Engine (PIE) is a production system architecture based on CLIPS which attempts to create a more general tool while addressing the problems of real-time expert systems. Features of the PIE design include a modular knowledge base, a modified Rete Net algorithm, a bi-directional control strategy, and multiple user-defined conflict resolution strategies. Problems associated with real-time applications are analyzed and an explanation is given for how the PIE architecture addresses these problems.

  16. Authoring Data-Driven Videos with DataClips.

    Science.gov (United States)

    Amini, Fereshteh; Riche, Nathalie Henry; Lee, Bongshin; Monroy-Hernandez, Andres; Irani, Pourang

    2017-01-01

    Data videos, or short data-driven motion graphics, are an increasingly popular medium for storytelling. However, creating data videos is difficult as it involves pulling together a unique combination of skills. We introduce DataClips, an authoring tool aimed at lowering the barriers to crafting data videos. DataClips allows non-experts to assemble data-driven "clips" together to form longer sequences. We constructed the library of data clips by analyzing the composition of over 70 data videos produced by reputable sources such as The New York Times and The Guardian. We demonstrate that DataClips can reproduce over 90% of our data videos corpus. We also report on a qualitative study comparing the authoring process and outcome achieved by (1) non-experts using DataClips, and (2) experts using Adobe Illustrator and After Effects to create data-driven clips. Results indicated that non-experts are able to learn and use DataClips with a short training period. In the span of one hour, they were able to produce more videos than experts using a professional editing tool, and their clips were rated similarly by an independent audience.

  17. Rule base system in developing groundwater pollution expert system: predicting model

    International Nuclear Information System (INIS)

    Mongkon Ta-oun; Mohamed Daud; Mohd Zohadie Bardaie; Shamshuddin Jusop

    2000-01-01

    New techniques are now available for use in the protection of the environment. One of these techniques is the use of expert system for prediction groundwater pollution potential. Groundwater Pollution Expert system (GWPES) rules are a collection of principles and procedures used to know the comprehension of groundwater pollution prediction. The rules of groundwater pollution expert system in the form of questions, choice, radio-box, slide rule, button or frame are translated in to IF-THEN rule. The rules including of variables, types, domains and descriptions were used by the function of wxCLIPS (C Language Integrate Production System) expert system shell. (author)

  18. An expert system for configuring a network for a Milstar terminal

    Science.gov (United States)

    Mahoney, Melissa J.; Wilson, Elizabeth J.

    1994-01-01

    This paper describes a rule-based expert system which assists the user in configuring a network for Air Force terminals using the Milstar satellite system. The network configuration expert system approach uses CLIPS. The complexity of network configuration is discussed, and the methods used to model it are described.

  19. Intelligent tutoring using HyperCLIPS

    Science.gov (United States)

    Hill, Randall W., Jr.; Pickering, Brad

    1990-01-01

    HyperCard is a popular hypertext-like system used for building user interfaces to databases and other applications, and CLIPS is a highly portable government-owned expert system shell. We developed HyperCLIPS in order to fill a gap in the U.S. Army's computer-based instruction tool set; it was conceived as a development environment for building adaptive practical exercises for subject-matter problem-solving, though it is not limited to this approach to tutoring. Once HyperCLIPS was developed, we set out to implement a practical exercise prototype using HyperCLIPS in order to demonstrate the following concepts: learning can be facilitated by doing; student performance evaluation can be done in real-time; and the problems in a practical exercise can be adapted to the individual student's knowledge.

  20. Using CLIPS in a distributed system: The Network Control Center (NCC) expert system

    Science.gov (United States)

    Wannemacher, Tom

    1990-01-01

    This paper describes an intelligent troubleshooting system for the Help Desk domain. It was developed on an IBM-compatible 80286 PC using Microsoft C and CLIPS and an AT&T 3B2 minicomputer using the UNIFY database and a combination of shell script, C programs and SQL queries. The two computers are linked by a lan. The functions of this system are to help non-technical NCC personnel handle trouble calls, to keep a log of problem calls with complete, concise information, and to keep a historical database of problems. The database helps identify hardware and software problem areas and provides a source of new rules for the troubleshooting knowledge base.

  1. Improving NAVFAC's total quality management of construction drawings with CLIPS

    Science.gov (United States)

    Antelman, Albert

    1991-01-01

    A diagnostic expert system to improve the quality of Naval Facilities Engineering Command (NAVFAC) construction drawings and specification is described. C Language Integrated Production System (CLIPS) and computer aided design layering standards are used in an expert system to check and coordinate construction drawings and specifications to eliminate errors and omissions.

  2. Automated information retrieval using CLIPS

    Science.gov (United States)

    Raines, Rodney Doyle, III; Beug, James Lewis

    1991-01-01

    Expert systems have considerable potential to assist computer users in managing the large volume of information available to them. One possible use of an expert system is to model the information retrieval interests of a human user and then make recommendations to the user as to articles of interest. At Cal Poly, a prototype expert system written in the C Language Integrated Production System (CLIPS) serves as an Automated Information Retrieval System (AIRS). AIRS monitors a user's reading preferences, develops a profile of the user, and then evaluates items returned from the information base. When prompted by the user, AIRS returns a list of items of interest to the user. In order to minimize the impact on system resources, AIRS is designed to run in the background during periods of light system use.

  3. PSG-EXPERT. An expert system for the diagnosis of sleep disorders.

    Science.gov (United States)

    Fred, A; Filipe, J; Partinen, M; Paiva, T

    2000-01-01

    This paper describes PSG-EXPERT, an expert system in the domain of sleep disorders exploring polysomnographic data. The developed software tool is addressed from two points of view: (1)--as an integrated environment for the development of diagnosis-oriented expert systems; (2)--as an auxiliary diagnosis tool in the particular domain of sleep disorders. Developed over a Windows platform, this software tool extends one of the most popular shells--CLIPS (C Language Integrated Production System) with the following features: backward chaining engine; graph-based explanation facilities; knowledge editor including a fuzzy fact editor and a rules editor, with facts-rules integrity checking; belief revision mechanism; built-in case generator and validation module. It therefore provides graphical support for knowledge acquisition, edition, explanation and validation. From an application domain point of view, PSG-Expert is an auxiliary diagnosis system for sleep disorders based on polysomnographic data, that aims at assisting the medical expert in his diagnosis task by providing automatic analysis of polysomnographic data, summarising the results of this analysis in terms of a report of major findings and possible diagnosis consistent with the polysomnographic data. Sleep disorders classification follows the International Classification of Sleep Disorders. Major features of the system include: browsing on patients data records; structured navigation on Sleep Disorders descriptions according to ASDA definitions; internet links to related pages; diagnosis consistent with polysomnographic data; graphical user-interface including graph-based explanatory facilities; uncertainty modelling and belief revision; production of reports; connection to remote databases.

  4. The use of Fuzzy expert system in robots decision-making

    International Nuclear Information System (INIS)

    Jamaseb, Mehdi; Jafari, Shahram; Montaseri, Farshid; Dadgar, Masoud

    2014-01-01

    The main issue that is investigated in this paper, is a method for decision making of mobile robots in different conditions for this purpose, we have used expert system. In this way, that the conditions of the robot are analyzed by on expert person a special issue (like following a ball) using knowledge base and suitable decisions will be mode. Then, using this information fuzzy rules well be built, and using its rules, robots decisions can be implemented like an expert person. In this study, we have used delta3d base for implementing expert systems and CLIPS and also we have used NAO for simulation rcssserver3d robot and 3d football simulation have been used for implementing operation program

  5. System control module diagnostic Expert Assistant

    Science.gov (United States)

    Flores, Luis M.; Hansen, Roger F.

    1990-01-01

    The Orbiter EXperiments (OEX) Program was established by NASA's Office of Aeronautics and Space Technology (OAST) to accomplish the precise data collection necessary to support a complete and accurate assessment of Space Transportation System (STS) Orbiter performance during all phases of a mission. During a mission, data generated by the various experiments are conveyed to the OEX System Control Module (SCM) which arranges for and monitors storage of the data on the OEX tape recorder. The SCM Diagnostic Expert Assistant (DEA) is an expert system which provides on demand advice to technicians performing repairs of a malfunctioning SCM. The DEA is a self-contained, data-driven knowledge-based system written in the 'C' Language Production System (CLIPS) for a portable micro-computer of the IBM PC/XT class. The DEA reasons about SCM hardware faults at multiple levels; the most detailed layer of encoded knowledge of the SCM is a representation of individual components and layouts of the custom-designed component boards.

  6. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (UNIX VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  7. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (MACINTOSH VERSION)

    Science.gov (United States)

    Riley, G.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  8. A rule-based expert system for generating control displays at the Advanced Photon Source

    International Nuclear Information System (INIS)

    Coulter, K.J.

    1993-01-01

    The integration of a rule-based expert system for generating screen displays for controlling and monitoring instrumentation under the Experimental Physics and Industrial Control System (EPICS) is presented. The expert system is implemented using CLIPS, an expert system shell from the Software Technology Branch at Lyndon B. Johnson Space Center. The user selects the hardware input and output to be displayed and the expert system constructs a graphical control screen appropriate for the data. Such a system provides a method for implementing a common look and feel for displays created by several different users and reduces the amount of time required to create displays for new hardware configurations. Users are able to modify the displays as needed using the EPICS display editor tool

  9. A rule-based expert system for generating control displays at the advanced photon source

    International Nuclear Information System (INIS)

    Coulter, K.J.

    1994-01-01

    The integration of a rule-based expert system for generating screen displays for controlling and monitoring instrumentation under the Experimental Physics and Industrial Control System (EPICS) is presented. The expert system is implemented using CLIPS, an expert system shell from the Software Technology Branch at Lyndon B. Johnson Space Center. The user selects the hardware input and output to be displayed and the expert system constructs a graphical control screen appropriate for the data. Such a system provides a method for implementing a common look and feel for displays created by several different users and reduces the amount of time required to create displays for new hardware configurations. Users are able to modify the displays as needed using the EPICS display editor tool. ((orig.))

  10. Knowledge base to develop expert system prototype for predicting groundwater pollution from nitrogen fertilizer

    International Nuclear Information System (INIS)

    Ta-oun, M.; Daud, M.; Bardaie, M.Z.; Jusop, S.

    1999-01-01

    An expert system for prediction the impact of nitrogen fertilizer on groundwater pollution potential was established by using CLIPS (NASA's Jonson Space Centre). The knowledge base could be extracted from FAO reports, ministry of agriculture and rural development Malaysia report, established literature and domain expert for preparing an expert system skeleton. An expert system was used to correlate the availability of nitrogen fertilizer with the vulnerability of groundwater to pollution in Peninsula Malaysia and to identify potential groundwater quality problems. An n-fertilizer groundwater pollution potential index produced b using the vulnerability of groundwater to pollution yields a more accurate screening toll for identifying potential pollution problems than by considering vulnerability alone. An expert system can predict the groundwater pollution potential under several conditions of agricultural activities and existing environments. (authors)

  11. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (IBM PC VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  12. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (DEC VAX VMS VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  13. Development of expert systems for analyzing electronic documents

    Science.gov (United States)

    Abeer Yassin, Al-Azzawi; Shidlovskiy, S.; Jamal, A. A.

    2018-05-01

    The paper analyses a Database Management System (DBMS). Expert systems, Databases, and database technology have become an essential component of everyday life in the modern society. As databases are widely used in every organization with a computer system, data resource control and data management are very important [1]. DBMS is the most significant tool developed to serve multiple users in a database environment consisting of programs that enable users to create and maintain a database. This paper focuses on development of a database management system for General Directorate for education of Diyala in Iraq (GDED) using Clips, java Net-beans and Alfresco and system components, which were previously developed in Tomsk State University at the Faculty of Innovative Technology.

  14. A memory efficient user interface for CLIPS micro-computer applications

    Science.gov (United States)

    Sterle, Mark E.; Mayer, Richard J.; Jordan, Janice A.; Brodale, Howard N.; Lin, Min-Jin

    1990-01-01

    The goal of the Integrated Southern Pine Beetle Expert System (ISPBEX) is to provide expert level knowledge concerning treatment advice that is convenient and easy to use for Forest Service personnel. ISPBEX was developed in CLIPS and delivered on an IBM PC AT class micro-computer, operating with an MS/DOS operating system. This restricted the size of the run time system to 640K. In order to provide a robust expert system, with on-line explanation, help, and alternative actions menus, as well as features that allow the user to back up or execute 'what if' scenarios, a memory efficient menuing system was developed to interface with the CLIPS programs. By robust, we mean an expert system that (1) is user friendly, (2) provides reasonable solutions for a wide variety of domain specific problems, (3) explains why some solutions were suggested but others were not, and (4) provides technical information relating to the problem solution. Several advantages were gained by using this type of user interface (UI). First, by storing the menus on the hard disk (instead of main memory) during program execution, a more robust system could be implemented. Second, since the menus were built rapidly, development time was reduced. Third, the user may try a new scenario by backing up to any of the input screens and revising segments of the original input without having to retype all the information. And fourth, asserting facts from the menus provided for a dynamic and flexible fact base. This UI technology has been applied successfully in expert systems applications in forest management, agriculture, and manufacturing. This paper discusses the architecture of the UI system, human factors considerations, and the menu syntax design.

  15. Applications of geographic information system and expert system for urban runoff and water quality management

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Beum-Hee [Pai Chai University, Taejeon(Korea)

    2001-06-30

    It is very important to select appropriate methods of collecting, predicting, and analyzing information for the development of urban water resources and the prevention of disasters. Thus, in this study an accurate data generation method is developed using Geographic Information System (GIS) and Remote Sensing (RS). The methods of development and application of an expert system are suggested to solve more efficiently the problems of water resources and quality induced by the rapid urbanization. The time-varying data in a large region, the An-Yang Cheon watershed, were reasonably obtained by the application of the GIS using ARC/INFO and RS data. The ESPE (Expert System for Parameter Estimation), an expert system is developed using the CLIPS 6.0. The simulated results showed agreement with the measured data globally. These methods are expected to efficiently simulate the runoff and water quality in the rapidly varying urban area. (author). 10 refs., 4 tabs., 10 figs.

  16. Expert Systems: What Is an Expert System?

    Science.gov (United States)

    Duval, Beverly K.; Main, Linda

    1994-01-01

    Describes expert systems and discusses their use in libraries. Highlights include parts of an expert system; expert system shells; an example of how to build an expert system; a bibliography of 34 sources of information on expert systems in libraries; and a list of 10 expert system shells used in libraries. (Contains five references.) (LRW)

  17. Delay line clipping in a scintillation camera system

    International Nuclear Information System (INIS)

    Hatch, K.F.

    1979-01-01

    The present invention provides a novel base line restoring circuit and a novel delay line clipping circuit in a scintillation camera system. Single and double delay line clipped signal waveforms are generated for increasing the operational frequency and fidelity of data detection of the camera system by base line distortion such as undershooting, overshooting, and capacitive build-up. The camera system includes a set of photomultiplier tubes and associated amplifiers which generate sequences of pulses. These pulses are pulse-height analyzed for detecting a scintillation having an energy level which falls within a predetermined energy range. Data pulses are combined to provide coordinates and energy of photopeak events. The amplifiers are biassed out of saturation over all ranges of pulse energy level and count rate. Single delay line clipping circuitry is provided for narrowing the pulse width of the decaying electrical data pulses which increase operating speed without the occurrence of data loss. (JTA)

  18. Post-Vacuum-Assisted Stereotactic Core Biopsy Clip Displacement: A Comparison Between Commercially Available Clips and Surgical Clip.

    Science.gov (United States)

    Yen, Peggy; Dumas, Sandra; Albert, Arianne; Gordon, Paula

    2018-02-01

    The placement of localization clips following percutaneous biopsy is a standard practice for a variety of situations. Subsequent clip displacement creates challenges for imaging surveillance and surgical planning, and may cause confusion amongst radiologists and between surgeons and radiologists. Many causes have been attributed for this phenomenon including the commonly accepted "accordion effect." Herein, we investigate the performance of a low cost surgical clip system against 4 commercially available clips. We retrospectively reviewed 2112 patients who underwent stereotactic vacuum-assisted core biopsy followed by clip placement between January 2013 and June 2016. The primary performance parameter compared was displacement >10 mm following vacuum-assisted stereotactic core biopsy. Within the group of clips that had displaced, the magnitude of displacement was compared. There was a significant difference in displacement among the clip types (P < .0001) with significant pairwise comparisons between pediatric surgical clips and SecureMark (38% vs 28%; P = .001) and SenoMark (38% vs 27%; P = .0001) in the proportion displaced. The surgical clips showed a significant magnitude of displacement of approximately 25% greater average distance displaced. As a whole, the commercial clips performed better than the surgical clip after stereotactic vacuum-assisted core biopsy suggesting the surrounding outer component acts to anchor the central clip and minimizes clip displacement. The same should apply to tomosynthesis-guided biopsy. Crown Copyright © 2017. Published by Elsevier Inc. All rights reserved.

  19. An expert system for diagnosing environmentally induced spacecraft anomalies

    Science.gov (United States)

    Rolincik, Mark; Lauriente, Michael; Koons, Harry C.; Gorney, David

    1992-01-01

    A new rule-based, machine independent analytical tool was designed for diagnosing spacecraft anomalies using an expert system. Expert systems provide an effective method for saving knowledge, allow computers to sift through large amounts of data pinpointing significant parts, and most importantly, use heuristics in addition to algorithms, which allow approximate reasoning and inference and the ability to attack problems not rigidly defined. The knowledge base consists of over two-hundred (200) rules and provides links to historical and environmental databases. The environmental causes considered are bulk charging, single event upsets (SEU), surface charging, and total radiation dose. The system's driver translates forward chaining rules into a backward chaining sequence, prompting the user for information pertinent to the causes considered. The use of heuristics frees the user from searching through large amounts of irrelevant information and allows the user to input partial information (varying degrees of confidence in an answer) or 'unknown' to any question. The modularity of the expert system allows for easy updates and modifications. It not only provides scientists with needed risk analysis and confidence not found in algorithmic programs, but is also an effective learning tool, and the window implementation makes it very easy to use. The system currently runs on a Micro VAX II at Goddard Space Flight Center (GSFC). The inference engine used is NASA's C Language Integrated Production System (CLIPS).

  20. Integration of object-oriented knowledge representation with the CLIPS rule based system

    Science.gov (United States)

    Logie, David S.; Kamil, Hasan

    1990-01-01

    The paper describes a portion of the work aimed at developing an integrated, knowledge based environment for the development of engineering-oriented applications. An Object Representation Language (ORL) was implemented in C++ which is used to build and modify an object-oriented knowledge base. The ORL was designed in such a way so as to be easily integrated with other representation schemes that could effectively reason with the object base. Specifically, the integration of the ORL with the rule based system C Language Production Systems (CLIPS), developed at the NASA Johnson Space Center, will be discussed. The object-oriented knowledge representation provides a natural means of representing problem data as a collection of related objects. Objects are comprised of descriptive properties and interrelationships. The object-oriented model promotes efficient handling of the problem data by allowing knowledge to be encapsulated in objects. Data is inherited through an object network via the relationship links. Together, the two schemes complement each other in that the object-oriented approach efficiently handles problem data while the rule based knowledge is used to simulate the reasoning process. Alone, the object based knowledge is little more than an object-oriented data storage scheme; however, the CLIPS inference engine adds the mechanism to directly and automatically reason with that knowledge. In this hybrid scheme, the expert system dynamically queries for data and can modify the object base with complete access to all the functionality of the ORL from rules.

  1. ART/Ada and CLIPS/Ada

    Science.gov (United States)

    Culbert, Chris

    1990-01-01

    Although they have reached a point of commercial viability, expert systems were originally developed in artificial intelligence (AI) research environments. Many of the available tools still work best in such environments. These environments typically utilize special hardware such as LISP machines and relatively unfamiliar languages such as LISP or Prolog. Space Station applications will require deep integration of expert system technology with applications developed in conventional languages, specifically Ada. The ability to apply automation to Space Station functions could be greatly enhanced by widespread availability of state-of-the-art expert system tools based on Ada. Although there have been some efforts to examine the use of Ada for AI applications, there are few, if any, existing products which provide state-of-the-art AI capabilities in an Ada tool. The goal of the ART/Ada Design Project is to conduct research into the implementation in Ada of state-of-the-art hybrid expert systems building tools (ESBT's). This project takes the following approach: using the existing design of the ART-IM ESBT as a starting point, analyze the impact of the Ada language and Ada development methodologies on that design; redesign the system in Ada; and analyze its performance. The research project will attempt to achieve a comprehensive understanding of the potential for embedding expert systems in Ada systems for eventual application in future Space Station Freedom projects. During Phase 1 of the project, initial requirements analysis, design, and implementation of the kernel subset of ART-IM functionality was completed. During Phase 2, the effort has been focused on the implementation and performance analysis of several versions with increasing functionality. Since production quality ART/Ada tools will not be available for a considerable time, and additional subtask of this project will be the completion of an Ada version of the CLIPS expert system shell developed by NASA

  2. Integrating knowledge and control into hypermedia-based training environments: Experiments with HyperCLIPS

    Science.gov (United States)

    Hill, Randall W., Jr.

    1990-01-01

    The issues of knowledge representation and control in hypermedia-based training environments are discussed. The main objective is to integrate the flexible presentation capability of hypermedia with a knowledge-based approach to lesson discourse management. The instructional goals and their associated concepts are represented in a knowledge representation structure called a 'concept network'. Its functional usages are many: it is used to control the navigation through a presentation space, generate tests for student evaluation, and model the student. This architecture was implemented in HyperCLIPS, a hybrid system that creates a bridge between HyperCard, a popular hypertext-like system used for building user interfaces to data bases and other applications, and CLIPS, a highly portable government-owned expert system shell.

  3. Comparative analysis of expert and machine-learning methods for classification of body cavity effusions in companion animals.

    Science.gov (United States)

    Hotz, Christine S; Templeton, Steven J; Christopher, Mary M

    2005-03-01

    A rule-based expert system using CLIPS programming language was created to classify body cavity effusions as transudates, modified transudates, exudates, chylous, and hemorrhagic effusions. The diagnostic accuracy of the rule-based system was compared with that produced by 2 machine-learning methods: Rosetta, a rough sets algorithm and RIPPER, a rule-induction method. Results of 508 body cavity fluid analyses (canine, feline, equine) obtained from the University of California-Davis Veterinary Medical Teaching Hospital computerized patient database were used to test CLIPS and to test and train RIPPER and Rosetta. The CLIPS system, using 17 rules, achieved an accuracy of 93.5% compared with pathologist consensus diagnoses. Rosetta accurately classified 91% of effusions by using 5,479 rules. RIPPER achieved the greatest accuracy (95.5%) using only 10 rules. When the original rules of the CLIPS application were replaced with those of RIPPER, the accuracy rates were identical. These results suggest that both rule-based expert systems and machine-learning methods hold promise for the preliminary classification of body fluids in the clinical laboratory.

  4. Expert systems

    International Nuclear Information System (INIS)

    Haldy, P.A.

    1988-01-01

    The definitions of the terms 'artificial intelligence' and 'expert systems', the methodology, areas of employment and limits of expert systems are discussed. The operation of an expert system is described, especially the presentation and organization of knowledge as well as interference and control. Methods and tools for expert system development are presented and their application in nuclear energy are briefly addressed. 7 figs., 2 tabs., 6 refs

  5. A method of handing down surgical clipping technique for cerebral aneurysm

    International Nuclear Information System (INIS)

    Idei, Masaru; Yamane, Kanji; Okita, Shinji; Kumano, Kiyoshi; Nakae, Ryuta

    2009-01-01

    Meticulous clipping techniques are essential to obtain good results. Recently, the introduction of intravascular surgery for cerebral aneurysms has decreased the number of the direct clipping surgeries. And the increasing number of the lawsuits against doctors further discourages young surgeons from attempting clipping. As a result, young neurosurgeons, have less experience performing clipping. Therefore, we must learn clipping techniques from expert neurosurgeons under the limitation of having fewer opportunities to perform clipping surgery. In this paper, I present my experiences and discuss ways to obtain techniques for clipping surgery. I performed surgical clipping in 19 cases, 12 unruptured and 7 ruptured aneurysms, 7 males and 12 females aged from 36 to 79 years old (mean 61.9 years). Postoperatively, there were no symptomatic complications, but there were 2 asymptomatic infarctions that were revealed on CT scan. Intraoperative premature rupture occurred in 1 patient with a ruptured aneurysm. Techniques of manipulation with micro-forceps, suction and spatula are required for successful clipping. Off-the-job training of dissecting chicken wing arteries and rat abdominal aortas and vena cavas is useful. Moreover, actual experiences of surgical operations are essential. Surgical experiences raise the motivation of young neurosurgeons and encourage them to train more. We believe that this benign cycle contributes to meticulous surgical skills. (author)

  6. EXPERT SYSTEMS

    OpenAIRE

    Georgiana Marin; Mihai Catalin Andrei

    2011-01-01

    In recent decades IT and computer systems have evolved rapidly in economic informatics field. The goal is to create user friendly information systems that respond promptly and accurately to requests. Informatics systems evolved into decision assisted systems, and such systems are converted, based on gained experience, in expert systems for creative problem solving that an organization is facing. Expert systems are aimed at rebuilding human reasoning on the expertise obtained from experts, sto...

  7. Expert System

    DEFF Research Database (Denmark)

    Hildebrandt, Thomas Troels; Cattani, Gian Luca

    2016-01-01

    An expert system is a computer system for inferring knowledge from a knowledge base, typically by using a set of inference rules. When the concept of expert systems was introduced at Stanford University in the early 1970s, the knowledge base was an unstructured set of facts. Today the knowledge b...... for the application of expert systems, but also raises issues regarding privacy and legal liability....

  8. Supplemental knowledge acquisition through external product interface for CLIPS

    Science.gov (United States)

    Saito, Tim; Ebaud, Stephen; Loftin, Bowen R.

    1990-01-01

    Traditionally, the acquisition of knowledge for expert systems consisted of the interview process with the domain or subject matter expert (SME), observation of domain environment, and information gathering and research which constituted a direct form of knowledge acquisition (KA). The knowledge engineer would be responsible for accumulating pertinent information and/or knowledge from the SME(s) for input into the appropriate expert system development tool. The direct KA process may (or may not) have included forms of data or documentation to incorporate from the SME's surroundings. The differentiation between direct KA and supplemental KA (indirect) would be the difference in the use of data. In acquiring supplemental knowledge, the knowledge engineer would access other types of evidence (manuals, documents, data files, spreadsheets, etc.) that would support the reasoning or premises of the SME. When an expert makes a decision in a particular task, one tool that may have been used to justify a recommendation, would have been a spreadsheet total or column figure. Locating specific decision points from that data within the SME's framework would constitute supplemental KA. Data used for a specific purpose in one system or environment would be used as supplemental knowledge for another, specifically a CLIPS project.

  9. Expert Systems

    OpenAIRE

    Lucas, P.J.F.

    2005-01-01

    Expert systems mimic the problem-solving activity of human experts in specialized domains by capturing and representing expert knowledge. Expert systems include a knowledge base, an inference engine that derives conclusions from the knowledge, and a user interface. Knowledge may be stored as if-then rules, orusing other formalisms such as frames and predicate logic. Uncertain knowledge may be represented using certainty factors, Bayesian networks, Dempster-Shafer belief functions, or fuzzy se...

  10. Percutaneous interventional mitral regurgitation treatment using the Mitra-Clip system

    DEFF Research Database (Denmark)

    Boekstegers, P; Hausleiter, J; Baldus, S

    2014-01-01

    The interventional treatment of mitral valve regurgitation by the MitraClip procedure has grown rapidly in Germany and Europe during the past years. The MitraClip procedure has the potential to treat high-risk patients with secondary mitral valve regurgitation and poor left ventricular function....... Furthermore, patients with primary mitral valve regurgitation may be treated successfully by the MitraClip procedure in case of high surgical risk or in very old patients. At the same time it has been emphasised that the MitraClip interventional treatment is still at an early stage of clinical development....... The largest clinical experience with the MitraClip procedure so far is probably present in some German cardiovascular centers, which here summarise their recommendations on the current indications and procedural steps of the MitraClip treatment. These recommendations of the AGIK and ALKK may present a basis...

  11. Seismic signals hard clipping overcoming

    Science.gov (United States)

    Olszowa, Paula; Sokolowski, Jakub

    2018-01-01

    In signal processing the clipping is understand as the phenomenon of limiting the signal beyond certain threshold. It is often related to overloading of a sensor. Two particular types of clipping are being recognized: soft and hard. Beyond the limiting value soft clipping reduces the signal real gain while the hard clipping stiffly sets the signal values at the limit. In both cases certain amount of signal information is lost. Obviously if one possess the model which describes the considered signal and the threshold value (which might be slightly more difficult to obtain in the soft clipping case), the attempt of restoring the signal can be made. Commonly it is assumed that the seismic signals take form of an impulse response of some specific system. This may lead to belief that the sine wave may be the most appropriate to fit in the clipping period. However, this should be tested. In this paper the possibility of overcoming the hard clipping in seismic signals originating from a geoseismic station belonging to an underground mine is considered. A set of raw signals will be hard-clipped manually and then couple different functions will be fitted and compared in terms of least squares. The results will be then analysed.

  12. Medical Expert Systems Survey

    OpenAIRE

    Abu-Nasser, Bassem S.

    2017-01-01

    International audience; There is an increased interest in the area of Artificial Intelligence in general and expert systems in particular. Expert systems are rapidly growing technology. Expert systems are a branch of Artificial Intelligence which is having a great impact on many fields of human life. Expert systems use human expert knowledge to solve complex problems in many fields such as Health, science, engineering, business, and weather forecasting. Organizations employing the technology ...

  13. Real time expert systems

    International Nuclear Information System (INIS)

    Asami, Tohru; Hashimoto, Kazuo; Yamamoto, Seiichi

    1992-01-01

    Recently, aiming at the application to the plant control for nuclear reactors and traffic and communication control, the research and the practical use of the expert system suitable to real time processing have become conspicuous. In this report, the condition for the required function to control the object that dynamically changes within a limited time is presented, and the technical difference between the real time expert system developed so as to satisfy it and the expert system of conventional type is explained with the actual examples and from theoretical aspect. The expert system of conventional type has the technical base in the problem-solving equipment originating in STRIPS. The real time expert system is applied to the fields accompanied by surveillance and control, to which conventional expert system is hard to be applied. The requirement for the real time expert system, the example of the real time expert system, and as the techniques of realizing real time processing, the realization of interruption processing, dispersion processing, and the mechanism of maintaining the consistency of knowledge are explained. (K.I.)

  14. 21 CFR 868.6225 - Nose clip.

    Science.gov (United States)

    2010-04-01

    ... ANESTHESIOLOGY DEVICES Miscellaneous § 868.6225 Nose clip. (a) Identification. A nose clip is a device intended to close a patient's external nares (nostrils) during diagnostic or therapeutic procedures. (b... from the current good manufacturing practice requirements of the quality system regulation in part 820...

  15. Security System Software

    Science.gov (United States)

    1993-01-01

    C Language Integration Production System (CLIPS), a NASA-developed expert systems program, has enabled a security systems manufacturer to design a new generation of hardware. C.CURESystem 1 Plus, manufactured by Software House, is a software based system that is used with a variety of access control hardware at installations around the world. Users can manage large amounts of information, solve unique security problems and control entry and time scheduling. CLIPS acts as an information management tool when accessed by C.CURESystem 1 Plus. It asks questions about the hardware and when given the answer, recommends possible quick solutions by non-expert persons.

  16. Expert systems in process control systems

    International Nuclear Information System (INIS)

    Wittig, T.

    1987-01-01

    To illustrate where the fundamental difference between expert systems in classical diagnosis and in industrial control lie, the work of process control instrumentation is used as an example for the job of expert systems. Starting from the general process of problem-solving, two classes of expert systems can be defined accordingly. (orig.) [de

  17. Application of expert systems

    Energy Technology Data Exchange (ETDEWEB)

    Basden, A

    1983-11-01

    This article seeks to bring together a number of issues relevant to the application of expert systems by discussing their advantages and limitations, their roles and benefits, and the influence that real-life applications might have on the design of expert systems software. Part of the expert systems strategy of one major chemical company is outlined. Because it was in constructing one particular expert system that many of these issues became important this system is described briefly at the start of the paper and used to illustrate much of the later discussion. It is of the plausible-inference type and has application in the field of materials engineering. 22 references.

  18. Expert system technologies for Space Shuttle decision support: Two case studies

    Science.gov (United States)

    Ortiz, Christopher J.; Hasan, David A.

    1994-01-01

    This paper addresses the issue of integrating the C Language Integrated Production System (CLIPS) into distributed data acquisition environments. In particular, it presents preliminary results of some ongoing software development projects aimed at exploiting CLIPS technology in the new mission control center (MCC) being built at NASA Johnson Space Center. One interesting aspect of the control center is its distributed architecture; it consists of networked workstations which acquire and share data through the NASA/JSC-developed information sharing protocol (ISP). This paper outlines some approaches taken to integrate CLIPS and ISP in order to permit the development of intelligent data analysis applications which can be used in the MCC. Three approaches to CLIPS/IPS integration are discussed. The initial approach involves clearly separating CLIPS from ISP using user-defined functions for gathering and sending data to and from a local storage buffer. Memory and performance drawbacks of this design are summarized. The second approach involves taking full advantage of CLIPS and the CLIPS Object-Oriented Language (COOL) by using objects to directly transmit data and state changes from ISP to COOL. Any changes within the object slots eliminate the need for both a data structure and external function call thus taking advantage of the object matching capabilities within CLIPS 6.0. The final approach is to treat CLIPS and ISP as peer toolkits. Neither is embedded in the other; rather the application interweaves calls to each directly in the application source code.

  19. Expert system in PNC, 5

    International Nuclear Information System (INIS)

    Tobita, Yoshimasa; Yamaguchi, Takashi; Matsumoto, Mitsuo; Ono, Kiyoshi.

    1990-01-01

    The computer code system which can evaluate the mass balance and cycle cost in nuclear fuel cycle has been developing a PNC using an artificial intelligence technique. This system is composed of the expert system, data base and analysis codes. The expert system is the most important one in the system and the content of the expert system is explained in this paper. The expert system has the three functions. The first is the function of understanding the meaning of user's questions by natural language, the second is the function of selecting the best way to solve the problem given by the user using the knowledge which is already installed in the system, and the last is the function of answering the questions. The knowledge of the experts installed in the expert system is represented by the frame-type rules. Therefore, the knowledge will be simply added to the system, and consequently the system will be easily extended. (author)

  20. Intelligent programs-expert systems

    Energy Technology Data Exchange (ETDEWEB)

    Gledhill, V X

    1982-01-01

    In recent years, computer scientists have developed what are called expert systems. These programs have three fundamental components: a knowledge base, which changes with experience; an inference engine which enables the program to make decisions; and an interface that allows the program to communicate with the person using the system. Expert systems have been developed successfully in areas such as medical diagnosis, geology, and computer maintenance. This paper describes the evolution and basic principles of expert systems and give some examples of their use.

  1. Expert Systems for the Analytical Laboratory.

    Science.gov (United States)

    de Monchy, Allan R.; And Others

    1988-01-01

    Discusses two computer problem solving programs: rule-based expert systems and decision analysis expert systems. Explores the application of expert systems to automated chemical analyses. Presents six factors to consider before using expert systems. (MVL)

  2. Hardware Implementation Of Line Clipping A lgorithm By Using FPGA

    Directory of Open Access Journals (Sweden)

    Amar Dawod

    2013-04-01

    Full Text Available The computer graphics system performance is increasing faster than any other computing application. Algorithms for line clipping against convex polygons and lines have been studied for a long time and many research papers have been published so far. In spite of the latest graphical hardware development and significant increase of performance the clipping is still a bottleneck of any graphical system. So its implementation in hardware is essential for real time applications. In this paper clipping operation is discussed and a hardware implementation of the line clipping algorithm is presented and finally formulated and tested using Field Programmable Gate Arrays (FPGA. The designed hardware unit consists of two parts : the first is positional code generator unit and the second is the clipping unit. Finally it is worth mentioning that the  designed unit is capable of clipping (232524 line segments per second.       

  3. Real-time video streaming of sonographic clips using domestic internet networks and free videoconferencing software.

    Science.gov (United States)

    Liteplo, Andrew S; Noble, Vicki E; Attwood, Ben H C

    2011-11-01

    As the use of point-of-care sonography spreads, so too does the need for remote expert over-reading via telesonogrpahy. We sought to assess the feasibility of using familiar, widespread, and cost-effective existent technology to allow remote over-reading of sonograms in real time and to compare 4 different methods of transmission and communication for both the feasibility of transmission and image quality. Sonographic video clips were transmitted using 2 different connections (WiFi and 3G) and via 2 different videoconferencing modalities (iChat [Apple Inc, Cupertino, CA] and Skype [Skype Software Sàrl, Luxembourg]), for a total of 4 different permutations. The clips were received at a remote location and recorded and then scored by expert reviewers for image quality, resolution, and detail. Wireless transmission of sonographic clips was feasible in all cases when WiFi was used and when Skype was used over a 3G connection. Images transmitted via a WiFi connection were statistically superior to those transmitted via 3G in all parameters of quality (average P = .031), and those sent by iChat were superior to those sent by Skype but not statistically so (average P = .057). Wireless transmission of sonographic video clips using inexpensive hardware, free videoconferencing software, and domestic Internet networks is feasible with retention of image quality sufficient for interpretation. WiFi transmission results in greater image quality than transmission by a 3G network.

  4. Counselor Expert System | Debretsion | Zede Journal

    African Journals Online (AJOL)

    An expert system plays an important role on alleviating primarily shortage of experts in a specific area of interest. With the help of an expert system, personnel with little expertise can solve problems that require expert knowledge. In this paper all major aspects of an expert system development have been presented.

  5. Expert Systems for auditing management information systems

    Directory of Open Access Journals (Sweden)

    Gheroghe Popescu

    2007-05-01

    Full Text Available Expert systems are built with the help of: specialised programming languages or expert system generators (shell. But this structure was reached after tens of years of work and research, because expert systems are nothing but pragmatic capitalisation of the results of research carried out in artificial intelligence and theory of knowledge.

  6. Expert Systems: An Overview for Teacher-Librarians.

    Science.gov (United States)

    Orwig, Gary; Barron, Ann

    1992-01-01

    Provides an overview of expert systems for teacher librarians. Highlights include artificial intelligence and expert systems; the development of the MYCIN medical expert system; rule-based expert systems; the use of expert system shells to develop a specific system; and how to select an appropriate application for an expert system. (11 references)…

  7. ALICE Expert System

    CERN Document Server

    Ionita, C

    2014-01-01

    The ALICE experiment at CERN employs a number of human operators (shifters), who have to make sure that the experiment is always in a state compatible with taking Physics data. Given the complexity of the system and the myriad of errors that can arise, this is not always a trivial task. The aim of this paper is to describe an expert system that is capable of assisting human shifters in the ALICE control room. The system diagnoses potential issues and attempts to make smart recommendations for troubleshooting. At its core, a Prolog engine infers whether a Physics or a technical run can be started based on the current state of the underlying sub-systems. A separate C++ component queries certain SMI objects and stores their state as facts in a Prolog knowledge base. By mining the data stored in dierent system logs, the expert system can also diagnose errors arising during a run. Currently the system is used by the on-call experts for faster response times, but we expect it to be adopted as a standard tool by reg...

  8. Adding run history to CLIPS

    Science.gov (United States)

    Tuttle, Sharon M.; Eick, Christoph F.

    1991-01-01

    To debug a C Language Integrated Production System (CLIPS) program, certain 'historical' information about a run is needed. It would be convenient for system builders to have the capability to request such information. We will discuss how historical Rete networks can be used for answering questions that help a system builder detect the cause of an error in a CLIPS program. Moreover, the cost of maintaining a historical Rete network is compared with that for a classical Rete network. We will demonstrate that the cost for assertions is only slightly higher for a historical Rete network. The cost for handling retraction could be significantly higher; however, we will show that by using special data structures that rely on hashing, it is also possible to implement retractions efficiently.

  9. Expert system technology for the military

    International Nuclear Information System (INIS)

    Franklin, J.E.; Carmody, C.L.; Buteau, B.L.; Keller, K.; Levitt, T.S.

    1988-01-01

    This paper is concerned with the applications of expert systems to complex military problems. A brief description of needs for expert systems in the military arena is given. A short tutorial on some of the elements of an expert system is found in Appendix I. An important aspect of expert systems concerns using uncertain information and ill-defined procedures. Many of the general techniques of dealing with uncertainty are described in Appendix II. These techniques include Bayesian certainty factors, Dempster-Shafer theory of uncertainty, and Zadeh's fuzzy set theory. The major portion of the paper addresses specific expert system examples such as resource allocation, identification of radar images, maintenance and troubleshooting of electronic equipment, and the interpretation and understanding of radar images. Extensions of expert systems to incorporate learning are examined in the context of military intelligence to determine the disposition, location, and intention of the adversary. The final application involves the use of distributed communicating cooperating expert systems for battle management. Finally, the future of expert systems and their evolving capabilities are discussed

  10. Expert systems: An overview

    International Nuclear Information System (INIS)

    Verdejo, F.

    1985-01-01

    The purpose of this article is to introduce readers to the basic principles of rule-based expert systems. Four topics are discussed in subsequent sections: (1) Definition; (2) Structure of an expert system; (3) State of the art and (4) Impact and future research. (orig.)

  11. ALICE Expert System

    International Nuclear Information System (INIS)

    Ionita, C; Carena, F

    2014-01-01

    The ALICE experiment at CERN employs a number of human operators (shifters), who have to make sure that the experiment is always in a state compatible with taking Physics data. Given the complexity of the system and the myriad of errors that can arise, this is not always a trivial task. The aim of this paper is to describe an expert system that is capable of assisting human shifters in the ALICE control room. The system diagnoses potential issues and attempts to make smart recommendations for troubleshooting. At its core, a Prolog engine infers whether a Physics or a technical run can be started based on the current state of the underlying sub-systems. A separate C++ component queries certain SMI objects and stores their state as facts in a Prolog knowledge base. By mining the data stored in different system logs, the expert system can also diagnose errors arising during a run. Currently the system is used by the on-call experts for faster response times, but we expect it to be adopted as a standard tool by regular shifters during the next data taking period

  12. Receiver-based recovery of clipped ofdm signals for papr reduction: A bayesian approach

    KAUST Repository

    Ali, Anum

    2014-01-01

    Clipping is one of the simplest peak-to-average power ratio reduction schemes for orthogonal frequency division multiplexing (OFDM). Deliberately clipping the transmission signal degrades system performance, and clipping mitigation is required at the receiver for information restoration. In this paper, we acknowledge the sparse nature of the clipping signal and propose a low-complexity Bayesian clipping estimation scheme. The proposed scheme utilizes a priori information about the sparsity rate and noise variance for enhanced recovery. At the same time, the proposed scheme is robust against inaccurate estimates of the clipping signal statistics. The undistorted phase property of the clipped signal, as well as the clipping likelihood, is utilized for enhanced reconstruction. Furthermore, motivated by the nature of modern OFDM-based communication systems, we extend our clipping reconstruction approach to multiple antenna receivers and multi-user OFDM.We also address the problem of channel estimation from pilots contaminated by the clipping distortion. Numerical findings are presented that depict favorable results for the proposed scheme compared to the established sparse reconstruction schemes.

  13. Expert systems: A 5-year perspective

    International Nuclear Information System (INIS)

    MacAllister, D.J.; Day, R.; McCormack, M.D.

    1996-01-01

    This paper gives an overview of a major integrated oil company's experience with artificial intelligence (AI) over the last 5 years, with an emphasis on expert systems. The authors chronicle the development of an AI group, including details on development tool selection, project selection strategies, potential pitfalls, and descriptions of several completed expert systems. Small expert systems produced by teams of petroleum technology experts and experienced expert system developers that are focused in well-defined technical areas have produced substantial benefits and accelerated petroleum technology transfer

  14. System and method for creating expert systems

    Science.gov (United States)

    Hughes, Peter M. (Inventor); Luczak, Edward C. (Inventor)

    1998-01-01

    A system and method provides for the creation of a highly graphical expert system without the need for programming in code. An expert system is created by initially building a data interface, defining appropriate Mission, User-Defined, Inferred, and externally-generated GenSAA (EGG) data variables whose data values will be updated and input into the expert system. Next, rules of the expert system are created by building appropriate conditions of the rules which must be satisfied and then by building appropriate actions of rules which are to be executed upon corresponding conditions being satisfied. Finally, an appropriate user interface is built which can be highly graphical in nature and which can include appropriate message display and/or modification of display characteristics of a graphical display object, to visually alert a user of the expert system of varying data values, upon conditions of a created rule being satisfied. The data interface building, rule building, and user interface building are done in an efficient manner and can be created without the need for programming in code.

  15. BWR recirculation pump diagnostic expert system

    International Nuclear Information System (INIS)

    Chiang, S.C.; Morimoto, C.N.; Torres, M.R.

    2004-01-01

    At General Electric (GE), an on-line expert system to support maintenance decisions for BWR recirculation pumps for nuclear power plants has been developed. This diagnostic expert system is an interactive on-line system that furnishes diagnostic information concerning BWR recirculation pump operational problems. It effectively provides the recirculation pump diagnostic expertise in the plant control room continuously 24 hours a day. The expert system is interfaced to an on-line monitoring system, which uses existing plant sensors to acquire non-safety related data in real time. The expert system correlates and evaluates process data and vibration data by applying expert rules to determine the condition of a BWR recirculation pump system by applying knowledge based rules. Any diagnosis will be automatically displayed, indicating which pump may have a problem, the category of the problem, and the degree of concern expressed by the validity index and color hierarchy. The rules incorporate the expert knowledge from various technical sources such as plant experience, engineering principles, and published reports. These rules are installed in IF-THEN formats and the resulting truth values are also expressed in fuzzy terms and a certainty factor called a validity index. This GE Recirculation Pump Expert System uses industry-standard software, hardware, and network access to provide flexible interfaces with other possible data acquisition systems. Gensym G2 Real-Time Expert System is used for the expert shell and provides the graphical user interface, knowledge base, and inference engine capabilities. (author)

  16. A demonstration of expert systems applications in transportation engineering : volume I, transportation engineers and expert systems.

    Science.gov (United States)

    1987-01-01

    Expert systems, a branch of artificial-intelligence studies, is introduced with a view to its relevance in transportation engineering. Knowledge engineering, the process of building expert systems or transferring knowledge from human experts to compu...

  17. Expert systems in clinical microbiology.

    Science.gov (United States)

    Winstanley, Trevor; Courvalin, Patrice

    2011-07-01

    This review aims to discuss expert systems in general and how they may be used in medicine as a whole and clinical microbiology in particular (with the aid of interpretive reading). It considers rule-based systems, pattern-based systems, and data mining and introduces neural nets. A variety of noncommercial systems is described, and the central role played by the EUCAST is stressed. The need for expert rules in the environment of reset EUCAST breakpoints is also questioned. Commercial automated systems with on-board expert systems are considered, with emphasis being placed on the "big three": Vitek 2, BD Phoenix, and MicroScan. By necessity and in places, the review becomes a general review of automated system performances for the detection of specific resistance mechanisms rather than focusing solely on expert systems. Published performance evaluations of each system are drawn together and commented on critically.

  18. Expert Systems as Tools for Technical Communicators.

    Science.gov (United States)

    Grider, Daryl A.

    1994-01-01

    Discusses expertise, what an expert system is, what an expert system shell is, what expert systems can and cannot do, knowledge engineering and technical communicators, and planning and managing expert system projects. (SR)

  19. Expert system in PNC, 6

    International Nuclear Information System (INIS)

    Tsubota, Koji

    1990-01-01

    The application of Artificial Intelligence (AI) as a tool for mineral exploration started only a decade ago. The systems that have been reported are in the most cases the expert systems that can simulate the decision of the experts or help numerical calculation for more reasonable and/or fast decision making. PNC started the development of the expert system for uranium exploration in 1983. Since then, KOGITO, a expert system to find the favorability of the target area, has been developed. Two years ago, the second generation development, Intelligent Research Environment and Support System, IRESS was initiated aiming at the establishment of a total support system for a project evaluation. We will review our effort for development of our system and introduce the application of the Data directed Numerical method as a new tool to Ahnemland area in Australia. (author)

  20. Expert Systems in Reference Services.

    Science.gov (United States)

    Roysdon, Christine, Ed.; White, Howard D., Ed.

    1989-01-01

    Eleven articles introduce expert systems applications in library and information science, and present design and implementation issues of system development for reference services. Topics covered include knowledge based systems, prototype development, the use of artificial intelligence to remedy current system inadequacies, and an expert system to…

  1. The First Expert CAI System

    Science.gov (United States)

    Feurzeig, Wallace

    1984-01-01

    The first expert instructional system, the Socratic System, was developed in 1964. One of the earliest applications of this system was in the area of differential diagnosis in clinical medicine. The power of the underlying instructional paradigm was demonstrated and the potential of the approach for valuably supplementing medical instruction was recognized. Twenty years later, despite further educationally significant advances in expert systems technology and enormous reductions in the cost of computers, expert instructional methods have found very little application in medical schools.

  2. Operational expert system applications in Europe

    CERN Document Server

    Zarri, Gian Piero

    1992-01-01

    Operational Expert System Applications in Europe describes the representative case studies of the operational expert systems (ESs) that are used in Europe.This compilation provides examples of operational ES that are realized in 10 different European countries, including countries not usually examined in the standard reviews of the field.This book discusses the decision support system using several artificial intelligence tools; expert systems for fault diagnosis on computerized numerical control (CNC) machines; and expert consultation system for personal portfolio management. The failure prob

  3. Operational expert system applications in Canada

    CERN Document Server

    Suen, Ching Y

    1992-01-01

    This book is part of a new series on operational expert systems worldwide. Expert systems are now widely used in different parts of the world for various applications. The past four years have witnessed a steady growth in the development and deployment of expert systems in Canada. Research in this field has also gained considerable momentum during the past few years. However, the field of expert systems is still young in Canada. This book contains 13 chapters contributed by 31 experts from both universities and industries across Canada covering a wide range of applications related to electric

  4. Concept of the central clip

    DEFF Research Database (Denmark)

    Alegria-Barrero, Eduardo; Chan, Pak Hei; Foin, Nicolas

    2014-01-01

    AIMS: Percutaneous edge-to-edge mitral valve repair with the MitraClip(®) was shown to be a safe and feasible alternative compared to conventional surgical mitral valve repair. We analyse the concept of the central clip and the predictors for the need of more than one MitraClip(®) in our high.......8±10.7 years (30 males, 13 females; mean logistic EuroSCORE 24.1±11, mean LVEF 47.5±18.5%; mean±SD) were treated. Median follow-up was 385 days (104-630; Q1-Q3). Device implantation success was 93%. All patients were treated following the central clip concept: 52.5% of MR was degenerative in aetiology and 47....... The presence of a restricted posterior mitral valve leaflet (PML) was inversely correlated with the need for more than one clip (p=0.02). A cut-off value of ≥7.5 mm for vena contracta predicted the need for a second clip (sensitivity 83%, specificity 90%, p=0.01). CONCLUSIONS: The central MitraClip(®) concept...

  5. An expert system for uranium exploration

    International Nuclear Information System (INIS)

    Chhipa, V.K.; Sengupta, M.

    1989-01-01

    Artificial intelligence is an emerging technology in the field of computer application. Expert systems have been developed to imitate human intelligence and reasoning process. Expert systems have much scope of application in the decision making process in mineral exploration as such decisions are highly subjective and expert opinions are very helpful. This paper presents a small expert system to analyze the reasoning process in exploring for uranium deposits in sandstone

  6. Expert system application education project

    Science.gov (United States)

    Gonzelez, Avelino J.; Ragusa, James M.

    1988-01-01

    Artificial intelligence (AI) technology, and in particular expert systems, has shown potential applicability in many areas of operation at the Kennedy Space Center (KSC). In an era of limited resources, the early identification of good expert system applications, and their segregation from inappropriate ones can result in a more efficient use of available NASA resources. On the other hand, the education of students in a highly technical area such as AI requires an extensive hands-on effort. The nature of expert systems is such that proper sample applications for the educational process are difficult to find. A pilot project between NASA-KSC and the University of Central Florida which was designed to simultaneously address the needs of both institutions at a minimum cost. This project, referred to as Expert Systems Prototype Training Project (ESPTP), provided NASA with relatively inexpensive development of initial prototype versions of certain applications. University students likewise benefit by having expertise on a non-trivial problem accessible to them at no cost. Such expertise is indispensible in a hands-on training approach to developing expert systems.

  7. Evaluation of Clipping Based Iterative PAPR Reduction Techniques for FBMC Systems

    Directory of Open Access Journals (Sweden)

    Zsolt Kollár

    2014-01-01

    to conventional orthogonal frequency division multiplexing (OFDM technique. The low ACLR of the transmitted FBMC signal makes it especially favorable in cognitive radio applications, where strict requirements are posed on out-of-band radiation. Large dynamic range resulting in high peak-to-average power ratio (PAPR is characteristic of all sorts of multicarrier signals. The advantageous spectral properties of the high-PAPR FBMC signal are significantly degraded if nonlinearities are present in the transceiver chain. Spectral regrowth may appear, causing harmful interference in the neighboring frequency bands. This paper presents novel clipping based PAPR reduction techniques, evaluated and compared by simulations and measurements, with an emphasis on spectral aspects. The paper gives an overall comparison of PAPR reduction techniques, focusing on the reduction of the dynamic range of FBMC signals without increasing out-of-band radiation. An overview is presented on transmitter oriented techniques employing baseband clipping, which can maintain the system performance with a desired bit error rate (BER.

  8. Expert systems and computer based industrial systems

    International Nuclear Information System (INIS)

    Dunand, R.

    1989-01-01

    Framentec is the artificial intelligence subsidiary of FRAMATOME. It is involved in expert-system activities of Shells, developments, methodology and software for maintenance (Maintex) and consulting and methodology. Specific applications in the nuclear field are presented. The first is an expert system to assist in the piping support design prototype, the second is an expert system that assists an ultrasonic testing operator in determining the nature of a welding defect and the third is a welding machine diagnosis advisor. Maintex is a software tool to provide assistance in the repair of complex industrial equipment. (author)

  9. A model-based approach to identify binding sites in CLIP-Seq data.

    Directory of Open Access Journals (Sweden)

    Tao Wang

    Full Text Available Cross-linking immunoprecipitation coupled with high-throughput sequencing (CLIP-Seq has made it possible to identify the targeting sites of RNA-binding proteins in various cell culture systems and tissue types on a genome-wide scale. Here we present a novel model-based approach (MiClip to identify high-confidence protein-RNA binding sites from CLIP-seq datasets. This approach assigns a probability score for each potential binding site to help prioritize subsequent validation experiments. The MiClip algorithm has been tested in both HITS-CLIP and PAR-CLIP datasets. In the HITS-CLIP dataset, the signal/noise ratios of miRNA seed motif enrichment produced by the MiClip approach are between 17% and 301% higher than those by the ad hoc method for the top 10 most enriched miRNAs. In the PAR-CLIP dataset, the MiClip approach can identify ∼50% more validated binding targets than the original ad hoc method and two recently published methods. To facilitate the application of the algorithm, we have released an R package, MiClip (http://cran.r-project.org/web/packages/MiClip/index.html, and a public web-based graphical user interface software (http://galaxy.qbrc.org/tool_runner?tool_id=mi_clip for customized analysis.

  10. Preserving experience through expert systems

    International Nuclear Information System (INIS)

    Jelinek, J.B.; Weidman, S.H.

    1989-01-01

    Expert systems technology, one of the branches in the field of computerized artificial intelligence, has existed for >30 yr but only recently has been made available on commercially standard hardware and software platforms. An expert system can be defined as any method of encoding knowledge by representing that knowledge as a collection of facts or objects. Decisions are made by the expert program by obtaining data about the problem or situation and correlating encoded facts (knowledge) to the data until a conclusion can be reached. Such conclusions can be relayed to the end user as expert advice. Realizing the potential of this technology, General Electric (GE) Nuclear Energy (GENE) has initiated a development program in expert systems applications; this technology offers the potential for packaging, distributing, and preserving nuclear experience in a software form. The paper discusses application fields, effective applications, and knowledge acquisition and knowledge verification

  11. Expert database system for quality control

    Science.gov (United States)

    Wang, Anne J.; Li, Zhi-Cheng

    1993-09-01

    There are more competitors today. Markets are not homogeneous they are fragmented into increasingly focused niches requiring greater flexibility in the product mix shorter manufacturing production runs and above allhigher quality. In this paper the author identified a real-time expert system as a way to improve plantwide quality management. The quality control expert database system (QCEDS) by integrating knowledge of experts in operations quality management and computer systems use all information relevant to quality managementfacts as well as rulesto determine if a product meets quality standards. Keywords: expert system quality control data base

  12. Expert system technology for nondestructive waste assay

    International Nuclear Information System (INIS)

    Becker, G.K.; Determan, J.C.

    1998-01-01

    Nondestructive assay waste characterization data generated for use in the National TRU Program must be of known and demonstrable quality. Each measurement is required to receive an independent technical review by a qualified expert. An expert system prototype has been developed to automate waste NDA data review of a passive/active neutron drum counter system. The expert system is designed to yield a confidence rating regarding measurement validity. Expert system rules are derived from data in a process involving data clustering, fuzzy logic, and genetic algorithms. Expert system performance is assessed against confidence assignments elicited from waste NDA domain experts. Performance levels varied for the active, passive shielded, and passive system assay modes of the drum counter system, ranging from 78% to 94% correct classifications

  13. Computer Based Expert Systems.

    Science.gov (United States)

    Parry, James D.; Ferrara, Joseph M.

    1985-01-01

    Claims knowledge-based expert computer systems can meet needs of rural schools for affordable expert advice and support and will play an important role in the future of rural education. Describes potential applications in prediction, interpretation, diagnosis, remediation, planning, monitoring, and instruction. (NEC)

  14. Polyp morphology: an interobserver evaluation for the Paris classification among international experts.

    Science.gov (United States)

    van Doorn, Sascha C; Hazewinkel, Y; East, James E; van Leerdam, Monique E; Rastogi, Amit; Pellisé, Maria; Sanduleanu-Dascalescu, Silvia; Bastiaansen, Barbara A J; Fockens, Paul; Dekker, Evelien

    2015-01-01

    The Paris classification is an international classification system for describing polyp morphology. Thus far, the validity and reproducibility of this classification have not been assessed. We aimed to determine the interobserver agreement for the Paris classification among seven Western expert endoscopists. A total of 85 short endoscopic video clips depicting polyps were created and assessed by seven expert endoscopists according to the Paris classification. After a digital training module, the same 85 polyps were assessed again. We calculated the interobserver agreement with a Fleiss kappa and as the proportion of pairwise agreement. The interobserver agreement of the Paris classification among seven experts was moderate with a Fleiss kappa of 0.42 and a mean pairwise agreement of 67%. The proportion of lesions assessed as "flat" by the experts ranged between 13 and 40% (Pagreement did not change (kappa 0.38, pairwise agreement 60%). Our study is the first to validate the Paris classification for polyp morphology. We demonstrated only a moderate interobserver agreement among international Western experts for this classification system. Our data suggest that, in its current version, the use of this classification system in daily practice is questionable and it is unsuitable for comparative endoscopic research. We therefore suggest introduction of a simplification of the classification system.

  15. An expert system for turbogenerator diagnostics

    International Nuclear Information System (INIS)

    Bessenyei, Z.; Tomcsanyi, T.; Toth, Z.; Laczay, I.

    1992-01-01

    In 1990, an expert system for turbo-generator diagnostics (EST-D) was installed at the 3rd and 4th units of the Paks NPP (Hungary). The expert system is strongly integrated to the ARGUS II vibration monitoring and diagnostics system. The system works on IBM PC AT. The VEIKI's and the NPP's human experts were interviewed to fill up the knowledgebase. The system is able to identify 13 different faults of the parts of a turbogenerator. The knowledgebase consists of ca 200 rules. The rules were built in and the system was verified and validated using a model of the turbines and using the experiences gathered with ARGUS II during the last 3 years. The maintenance personnel is authorized to modify and/or extend the knowledgebase. The input data for evaluation come from measured vibration patterns produced by the ARGUS II system, database of events, and maintenance data input by the maintenance personnel. The expert system is based on the modified GENESYS 2.1 shell (developed by SZAMALK, Hungary). Some limitations from PC application were eliminated, and a new, independent explanation module and man-machine interface were developed. Using this man-machine interface, one of the basic goals of the expert system developments was achieved: the human experts contribution is not necessary for diagnoses. The operator of the diagnostics system is able to produce the reports of diagnoses. Of course the interface allows the human experts to see the diagnoses through. It should be mentioned, at the beginning of 1991, we installed a similar expert system at the 1st 1000 MW WWER type unit of the Kalinin NPP (Soviet Union). In this paper, the operation of the EST-D, the man-machine interface and the operational experiences of the first 4 months work are explained. 2 refs., 14 figs

  16. Expert systems as decision tools

    International Nuclear Information System (INIS)

    Scott, C.K.

    1989-01-01

    The feasibility of using expert systems as an aid in regulatory compliance functions has been investigated. A literature review was carried out to identify applications of expert systems to regulatory affairs. A bibliography of the small literature on such applications was prepared. A prototype system, ARIES, was developed to demonstrate the use of an expert system as an aid to a Project Officer in assuring compliance with licence requirements. The system runs on a personal computer with a graphical interface. Extensive use is made of hypertext to link interrelated rules and requirements as well as to provide an explanation facility. Based on the performance of ARIES the development of a field version is recommended

  17. Expert-novice differences in brain function of field hockey players.

    Science.gov (United States)

    Wimshurst, Z L; Sowden, P T; Wright, M

    2016-02-19

    The aims of this study were to use functional magnetic resonance imaging to examine the neural bases for perceptual-cognitive superiority in a hockey anticipation task. Thirty participants (15 hockey players, 15 non-hockey players) lay in an MRI scanner while performing a video-based task in which they predicted the direction of an oncoming shot in either a hockey or a badminton scenario. Video clips were temporally occluded either 160 ms before the shot was made or 60 ms after the ball/shuttle left the stick/racquet. Behavioral data showed a significant hockey expertise×video-type interaction in which hockey experts were superior to novices with hockey clips but there were no significant differences with badminton clips. The imaging data on the other hand showed a significant main effect of hockey expertise and of video type (hockey vs. badminton), but the expertise×video-type interaction did not survive either a whole-brain or a small-volume correction for multiple comparisons. Further analysis of the expertise main effect revealed that when watching hockey clips, experts showed greater activation in the rostral inferior parietal lobule, which has been associated with an action observation network, and greater activation than novices in Brodmann areas 17 and 18 and middle frontal gyrus when watching badminton videos. The results provide partial support both for domain-specific and domain-general expertise effects in an action anticipation task. Copyright © 2015 The Authors. Published by Elsevier Ltd.. All rights reserved.

  18. Peak reduction and clipping mitigation in OFDM by augmented compressive sensing

    KAUST Repository

    Al-Safadi, Ebrahim B.

    2012-07-01

    This work establishes the design, analysis, and fine-tuning of a peak-to-average-power-ratio (PAPR) reducing system, based on compressed sensing (CS) at the receiver of a peak-reducing sparse clipper applied to an orthogonal frequency-division multiplexing (OFDM) signal at the transmitter. By exploiting the sparsity of clipping events in the time domain relative to a predefined clipping threshold, the method depends on partially observing the frequency content of the clipping distortion over reserved tones to estimate the remaining distortion. The approach has the advantage of eliminating the computational complexity at the transmitter and reducing the overall complexity of the system compared to previous methods which incorporate pilots to cancel nonlinear distortion. Data-based augmented CS methods are also proposed that draw upon available phase and support information from data tones for enhanced estimation and cancelation of clipping noise. This enables signal recovery under more severe clipping scenarios and hence lower PAPR can be achieved compared to conventional CS techniques. © 2012 IEEE.

  19. Peak reduction and clipping mitigation in OFDM by augmented compressive sensing

    KAUST Repository

    Al-Safadi, Ebrahim B.; Al-Naffouri, Tareq Y.

    2012-01-01

    This work establishes the design, analysis, and fine-tuning of a peak-to-average-power-ratio (PAPR) reducing system, based on compressed sensing (CS) at the receiver of a peak-reducing sparse clipper applied to an orthogonal frequency-division multiplexing (OFDM) signal at the transmitter. By exploiting the sparsity of clipping events in the time domain relative to a predefined clipping threshold, the method depends on partially observing the frequency content of the clipping distortion over reserved tones to estimate the remaining distortion. The approach has the advantage of eliminating the computational complexity at the transmitter and reducing the overall complexity of the system compared to previous methods which incorporate pilots to cancel nonlinear distortion. Data-based augmented CS methods are also proposed that draw upon available phase and support information from data tones for enhanced estimation and cancelation of clipping noise. This enables signal recovery under more severe clipping scenarios and hence lower PAPR can be achieved compared to conventional CS techniques. © 2012 IEEE.

  20. Transcatheter treatment of severe tricuspid regurgitation with the MitraClip system.

    Science.gov (United States)

    Hammerstingl, Christoph; Schueler, Robert; Malasa, Margarita; Werner, Nikos; Nickenig, Georg

    2016-03-07

    The aim of this study was to show technical principles and feasibility of transcatheter tricuspid valve repair by use of the MitraClip system. Three consecutive patients were treated successfully for severe symptomatic Tricuspid regurgitation. Three-dimensional transoesophageal echocardiography confirmed reduction of measured effective regurgitant orifice in all patients [effective regurgitant orifice area-baseline/post-procedure (cm(2)): 0.7/0.3; 1.5/0.8; 0.4/0.1], which was accompanied by an increase in left ventricular stroke volumes [baseline/post-procedure (mL): 42.8/45.4; 38/45; 35.2/45], decrease of measured levels of N terminal pro brain natriuretic peptide (pg/mL: baseline/post-procedure: 548/440; 2526/1702; 1754/623), and significant relief of clinical symptoms for chronic right heart failure in all patients. Transcatheter tricuspid valve repair by use of interventional edge-to-edge repair with the MitraClip system was feasible, and safe in three consecutive patients. Reduction of tricuspid insufficiency associates with relief of clinical symptoms for right heart failure. This strategy seems a promising treatment option for patients at prohibitive surgical risk. Published on behalf of the European Society of Cardiology. All rights reserved. © The Author 2016. For permissions please email: journals.permissions@oup.com.

  1. Expert system for estimating LWR plutonium production

    International Nuclear Information System (INIS)

    Sandquist, G.M.

    1988-01-01

    An Artificial Intelligence-Expert System called APES (Analysis of Proliferation by Expert System) has been developed and tested to permit a non proliferation expert to evaluate the capability and capacity of a specified LWR reactor and PUREX reprocessing system for producing and separating plutonium even when system information may be limited and uncertain. APES employs an expert system coded in LISP and based upon an HP-RL (Hewlett Packard-Representational Language) Expert System Shell. The user I/O interface communicates with a blackboard and the knowledge base which contains the quantitative models required to describe the reactor, selected fission product production and radioactive decay processes, Purex reprocessing and ancillary knowledge

  2. Expert system for fast reactor diagnostic

    International Nuclear Information System (INIS)

    Parcy, J.P.

    1982-09-01

    A general description of expert systems is given. The operation of a fast reactor is reviewed. The expert system to the diagnosis of breakdowns limited to the reactor core. The structure of the system is described: specification of the diagnostics; structure of the data bank and evaluation of the rules; specification of the prediagnostics and evaluation; explanation of the diagnostics; time evolution of the system; comparison with other expert systems. Applications to some cases of faults are finally presented [fr

  3. Expert systems and nuclear safety

    International Nuclear Information System (INIS)

    Beltracchi, L.

    1990-01-01

    The US Nuclear Regulatory Commission (NRC) and the Electric Power Research Institute have initiated a broad-based exploration of means to evaluate the potential applications of expert systems in the nuclear industry. This exploratory effort will assess the use of expert systems to augment the diagnostic and decision-making capabilities of personnel with the goal of enhancing productivity, reliability, and performance. The initial research effort is the development and documentation of guidelines for verifying and validating (V and V) expert systems. An initial application of expert systems in the nuclear industry is to aid operations and maintenance personnel in decision-making tasks. The scope of the decision aiding covers all types of cognitive behavior consisting of skill, rule, and knowledge-based behavior. For example, procedure trackers were designed and tested to support rule-based behavior. Further, these systems automate many of the tedious, error-prone human monitoring tasks, thereby reducing the potential for human error. The paper version of the procedure contains the knowledge base and the rules and thus serves as the basis of the design verification of the procedure tracker. Person-in-the-loop tests serve as the basis for the validation of a procedure tracker. When conducting validation tests, it is important to ascertain that the human retains the locus of control in the use of the expert system

  4. SU-E-J-64: Feasibility Study of Surgical Clips for Fiducial Tracking in CyberKnife System

    International Nuclear Information System (INIS)

    Lee, H; Yoon, J; Lee, E; Cho, S; Park, K; Choi, W; Baek, J; Keum, K; Koom, W

    2015-01-01

    Purpose: To investigate the ability of CyberKnife to track surgical clips used as fiducial markers. Methods: The Octavius 1000SRS detector and solid water (RW3) slab phantom were used with motion platform to evaluate the study. The RW3 slab phantom was set up to measure the dose distribution from coronal plane. It consists of 9 plates and the thickness of each plate is 10mm. Among them, one plate was attached with 3 surgical clips, which are orthogonally positioned on outer region of array. The length of attached clip was represented as 1cm on planning CT. The clip plate was placed on the 1000SRS detector and 3 slabs were stacked up on the plate to build the measuring depth. Below the detector, 5 slabs were set. The two-axis motion platform was programmed with 1D sinusoidal movement (20mm peak-to-peak, 3s period) toward superior/inferior and left/right directions to simulate target motion. During delivery, two clips were extracted by two X-ray imagers, which led to translational error correction only. Synchrony was also used for dynamic tracking. After the irradiation, the measured dose distribution of coronal plane was compared with the planar dose distribution calculated by the CyberKnife treatment planning system (Multiplan) for cross verification. The results were assessed by comparing the absolute Gamma (γ) index. Results: The dose distributions measured by the 1000SRS detector were in good agreements with those calculated by Multiplan. In the dosimetric comparison using γ-function criteria based on the distance-to-agreement of 3mm and the local dose difference of 3%, the passing rate with γ- parameter ≤1 was 91% in coronal plane. Conclusion: The surgical clips can be considered as new fiducials for robotic radiosurgery delivery by considering the target margin with less than 5mm

  5. Online-Expert: An Expert System for Online Database Selection.

    Science.gov (United States)

    Zahir, Sajjad; Chang, Chew Lik

    1992-01-01

    Describes the design and development of a prototype expert system called ONLINE-EXPERT that helps users select online databases and vendors that meet users' needs. Search strategies are discussed; knowledge acquisition and knowledge bases are described; and the Analytic Hierarchy Process (AHP), a decision analysis technique that ranks databases,…

  6. Knowledge base rule partitioning design for CLIPS

    Science.gov (United States)

    Mainardi, Joseph D.; Szatkowski, G. P.

    1990-01-01

    This describes a knowledge base (KB) partitioning approach to solve the problem of real-time performance using the CLIPS AI shell when containing large numbers of rules and facts. This work is funded under the joint USAF/NASA Advanced Launch System (ALS) Program as applied research in expert systems to perform vehicle checkout for real-time controller and diagnostic monitoring tasks. The Expert System advanced development project (ADP-2302) main objective is to provide robust systems responding to new data frames of 0.1 to 1.0 second intervals. The intelligent system control must be performed within the specified real-time window, in order to meet the demands of the given application. Partitioning the KB reduces the complexity of the inferencing Rete net at any given time. This reduced complexity improves performance but without undo impacts during load and unload cycles. The second objective is to produce highly reliable intelligent systems. This requires simple and automated approaches to the KB verification & validation task. Partitioning the KB reduces rule interaction complexity overall. Reduced interaction simplifies the V&V testing necessary by focusing attention only on individual areas of interest. Many systems require a robustness that involves a large number of rules, most of which are mutually exclusive under different phases or conditions. The ideal solution is to control the knowledge base by loading rules that directly apply for that condition, while stripping out all rules and facts that are not used during that cycle. The practical approach is to cluster rules and facts into associated 'blocks'. A simple approach has been designed to control the addition and deletion of 'blocks' of rules and facts, while allowing real-time operations to run freely. Timing tests for real-time performance for specific machines under R/T operating systems have not been completed but are planned as part of the analysis process to validate the design.

  7. Expert systems for superalloy studies

    Science.gov (United States)

    Workman, Gary L.; Kaukler, William F.

    1990-01-01

    There are many areas in science and engineering which require knowledge of an extremely complex foundation of experimental results in order to design methodologies for developing new materials or products. Superalloys are an area which fit well into this discussion in the sense that they are complex combinations of elements which exhibit certain characteristics. Obviously the use of superalloys in high performance, high temperature systems such as the Space Shuttle Main Engine is of interest to NASA. The superalloy manufacturing process is complex and the implementation of an expert system within the design process requires some thought as to how and where it should be implemented. A major motivation is to develop a methodology to assist metallurgists in the design of superalloy materials using current expert systems technology. Hydrogen embrittlement is disasterous to rocket engines and the heuristics can be very complex. Attacking this problem as one module in the overall design process represents a significant step forward. In order to describe the objectives of the first phase implementation, the expert system was designated Hydrogen Environment Embrittlement Expert System (HEEES).

  8. Cooperative expert system reasoning for waste remediations

    International Nuclear Information System (INIS)

    Bohn, S.J.; Pennock, K.A.; Franklin, A.L.

    1991-12-01

    The United States Department of Energy (DOE) is facing a large task in completing Remedial Investigations and Feasibility Studies (RI/FS) for hazardous waste sites across the nation. One of the primary objectives of an RI/FS is the specification of viable sequences of technology treatment trains which can provide implementable site solutions. We present a methodology which integrates expert system technology within an object-oriented framework to create a cooperative reasoning system designed to provide a comprehensive list of these implementable solutions. The system accomplishes its goal of specifying technology trains by utilizing a ''team'' of expert system objects. The system distributes the problem solving among the individual expert objects, and then coordinates the combination of individual decisions into a joint solution. Each expert object possesses the knowledge of an expert in a particular technology. An expert object can examine the parameters and characteristics of the waste site, seek information and support from other expert objects, and then make decisions concerning its own applicability. This methodology has at least two primary benefits. First, the creation of multiple expert objects provides a more direct mapping from the actual process to a software system, making the system easier to build. Second, the distribution of the inferencing among a number of loosely connected expert objects allows for a more robust and maintainable final product

  9. Mounting clips for panel installation

    Science.gov (United States)

    Cavieres, Andres; Al-Haddad, Tristan; Goodman, Joseph; Valdes, Francisco

    2017-02-14

    An exemplary mounting clip for removably attaching panels to a supporting structure comprises a base, spring locking clips, a lateral flange, a lever flange, and a spring bonding pad. The spring locking clips extend upwardly from the base. The lateral flange extends upwardly from a first side of the base. The lateral flange comprises a slot having an opening configured to receive at least a portion of one of the one or more panels. The lever flange extends outwardly from the lateral flange. The spring bonding flange extends downwardly from the lever flange. At least a portion of the first spring bonding flange comprises a serrated edge for gouging at least a portion of the one or more panels when the one or more panels are attached to the mounting clip to electrically and mechanically couple the one or more panels to the mounting clip.

  10. Removal time and efficacy of Riddell Quick Release Face Guard Attachment System side clips during 1 football season.

    Science.gov (United States)

    Gruppen, Tonia; Smith, Molly; Ganss, Andrea

    2012-01-01

    In the National Athletic Trainers' Association position statement, "Acute Management of the Cervical Spine-Injured Athlete," the technique recommended for face-mask (FM) removal is one that "creates the least head and neck motion, is performed most quickly, is the least difficult, and carries the least chance of failure." Industrial and technological advances in football helmet design and FM attachment systems might influence the efficacy of emergency FM removal. To examine the removal times and success rates of the Quick Release (QR) Face Guard Attachment System (Riddell Sports, Inc, Elyria, OH) throughout and at the conclusion of 1 season of play by a National Collegiate Athletic Association Division III football team competing in the Midwest. Controlled laboratory study. College laboratory. A total of 69 randomly selected Revolution IQ (Riddell Sports, Inc) football helmets fitted with the QR system were used. Each helmet was secured to a spine board, and investigators attempted to remove both of the QR side clips from the helmet with the Riddell insertion tool. Dependent variables included total time for removal of both QR side clips from the FM and success rate for removal of both side clips. The overall success rate for removal of both clips was 94.8% (164/173), whereas the mean times for removal of both clips ranged from 9.92 ± 12.06 seconds to 16.65 ± 20.97 seconds over 4 trial sessions. We found no differences among mean times for trial sessions throughout the season of play among the same helmets or among different helmets (P > .05). Removal time and success rate of the Riddell QR were satisfactory during and after 1 season of play despite use in various temperatures and precipitation.

  11. Removal Time and Efficacy of Riddell Quick Release Face Guard Attachment System Side Clips During 1 Football Season

    Science.gov (United States)

    Gruppen, Tonia; Smith, Molly; Ganss, Andrea

    2012-01-01

    Context In the National Athletic Trainers' Association position statement, “Acute Management of the Cervical Spine-Injured Athlete,” the technique recommended for face-mask (FM) removal is one that “creates the least head and neck motion, is performed most quickly, is the least difficult, and carries the least chance of failure.” Industrial and technological advances in football helmet design and FM attachment systems might influence the efficacy of emergency FM removal. Objective To examine the removal times and success rates of the Quick Release (QR) Face Guard Attachment System (Riddell Sports, Inc, Elyria, OH) throughout and at the conclusion of 1 season of play by a National Collegiate Athletic Association Division III football team competing in the Midwest. Design Controlled laboratory study. Setting College laboratory. Patients or Other Participants A total of 69 randomly selected Revolution IQ (Riddell Sports, Inc) football helmets fitted with the QR system were used. Intervention(s) Each helmet was secured to a spine board, and investigators attempted to remove both of the QR side clips from the helmet with the Riddell insertion tool. Main Outcome Measure(s) Dependent variables included total time for removal of both QR side clips from the FM and success rate for removal of both side clips. Results The overall success rate for removal of both clips was 94.8% (164/173), whereas the mean times for removal of both clips ranged from 9.92 ± 12.06 seconds to 16.65 ± 20.97 seconds over 4 trial sessions. We found no differences among mean times for trial sessions throughout the season of play among the same helmets or among different helmets (P > .05). Conclusions Removal time and success rate of the Riddell QR were satisfactory during and after 1 season of play despite use in various temperatures and precipitation. PMID:22889658

  12. Expert system aids transport regulation users

    International Nuclear Information System (INIS)

    Cheshire, R.D.; Straw, R.J.

    1990-01-01

    During late 1984 the IAEA Regulations were identified as an area of application for an expert system adviser which could offer many advantages. Over the following year some simple tests were carried out to examine its feasibility, but TRANAID did not get underway until 1986 when British Nuclear Fuels (BNFL) Corporate Management services were engaged on the product. By this time a greater choice of suitable software, in the form of expert system shells, had become available. After a number of trial systems the shell Leonardo was finally adopted for the final system. In order for TRANAID to emulate the expert it was necessary to spend time extracting and documenting the expert knowledge. This was a matter of investigating how the regulations are used and was achieved by a series of meetings including opportunity for the computer specialists to interview the regulations experts. There are several benefits in having an expert system advisor in this area. It is useful to both experienced and inexperienced users of regulations. For those who are learning to use the regulations it is an excellent training aid. For those who know the regulations but use them infrequently it can save time and provide a valuable reassurance. The adviser has enabled the expert user's know how to be captured and to be made widely available to those with less experience. (author)

  13. Expert systems in clinical practice

    International Nuclear Information System (INIS)

    Renaud-Salis, J.L.

    1987-01-01

    The first expert systems prototypes intended for advising physicians on diagnosis or therapy selection have been designed more than ten years ago. However, a few of them are already in use in clinical practice after years of research and development efforts. The capabilities of these systems to reason symbolically and to mimic the hypothetico-deductive processes used by physicians distinguishes them from conventional computer programs. Their power comes from their knowledge-base which embeds a large quantity of high-level, specialized knowledge captured from medical experts. Common methods for knowledge representation include production rules and frames. These methods also provide a mean for organizing and structuring the knowledge according to hierarchical or causal links. The best expert-systems perform at the level of the experts. They are easy to learn and use, and can communicate with the user in pseudo-natural language. Moreover they are able to explain their line of reasoning. These capabilities make them potentially useful, usable and acceptable by physicians. However if the problems related to difficulties and costs in building expert-systems are on the way to be solved within the next few years, forensic and ethical issues should have to be addressed before one can envisage their routine use in clinical practice [fr

  14. A defect in the CLIP1 gene (CLIP-170) can cause autosomal recessive intellectual disability.

    Science.gov (United States)

    Larti, Farzaneh; Kahrizi, Kimia; Musante, Luciana; Hu, Hao; Papari, Elahe; Fattahi, Zohreh; Bazazzadegan, Niloofar; Liu, Zhe; Banan, Mehdi; Garshasbi, Masoud; Wienker, Thomas F; Ropers, H Hilger; Galjart, Niels; Najmabadi, Hossein

    2015-03-01

    In the context of a comprehensive research project, investigating novel autosomal recessive intellectual disability (ARID) genes, linkage analysis based on autozygosity mapping helped identify an intellectual disability locus on Chr.12q24, in an Iranian family (LOD score = 3.7). Next-generation sequencing (NGS) following exon enrichment in this novel interval, detected a nonsense mutation (p.Q1010*) in the CLIP1 gene. CLIP1 encodes a member of microtubule (MT) plus-end tracking proteins, which specifically associates with the ends of growing MTs. These proteins regulate MT dynamic behavior and are important for MT-mediated transport over the length of axons and dendrites. As such, CLIP1 may have a role in neuronal development. We studied lymphoblastoid and skin fibroblast cell lines established from healthy and affected patients. RT-PCR and western blot analyses showed the absence of CLIP1 transcript and protein in lymphoblastoid cells derived from affected patients. Furthermore, immunofluorescence analyses showed MT plus-end staining only in fibroblasts containing the wild-type (and not the mutant) CLIP1 protein. Collectively, our data suggest that defects in CLIP1 may lead to ARID.

  15. Fire Effects, Education, and Expert Systems

    Science.gov (United States)

    Robert E. Martin

    1987-01-01

    Predicting the effects of fires in the year 2000 and beyond will be enhanced by the use of expert systems. Although our predictions may have broad confidence limits, expert systems should help us to improve the predictions and to focus on the areas where improved knowledge is most needed. The knowledge of experts can be incorporated into previously existing knowledge...

  16. Preserving Sharp Edges with Volume Clipping

    NARCIS (Netherlands)

    Termeer, M.A.; Oliván Bescós, J.; Telea, A.C.

    2006-01-01

    Volume clipping is a useful aid for exploring volumetric datasets. To maximize the effectiveness of this technique, the clipping geometry should be flexibly specified and the resulting images should not contain artifacts due to the clipping techniques. We present an improvement to an existing

  17. ART-Ada: An Ada-based expert system tool

    Science.gov (United States)

    Lee, S. Daniel; Allen, Bradley P.

    1991-01-01

    The Department of Defense mandate to standardize on Ada as the language for software systems development has resulted in increased interest in making expert systems technology readily available in Ada environments. NASA's Space Station Freedom is an example of the large Ada software development projects that will require expert systems in the 1990's. Another large scale application that can benefit from Ada based expert system tool technology is the Pilot's Associate (PA) expert system project for military combat aircraft. Automated Reasoning Tool (ART) Ada, an Ada Expert system tool is described. ART-Ada allow applications of a C-based expert system tool called ART-IM to be deployed in various Ada environments. ART-Ada is being used to implement several prototype expert systems for NASA's Space Station Freedom Program and the U.S. Air Force.

  18. Methodology toward second generation expert systems

    International Nuclear Information System (INIS)

    Dormoy, J.L.

    1989-01-01

    So-called First Generation Expert Systems were aimed at capturing the expert's know-how. Though providing remarkable achievements, this first wave did not give the expected outcome. A new generation is getting out from the laboratories. Instead of remaining at a shallow level of knowledge - that is the unmotivated reasoning processes expressed by an expert when he is forced to tell them - one attempts to re-build this level of knowledge from the first principles which constitute the basis of an expert's knowledge. These systems are called deep knowledge-based, or second generation expert systems. Discussion in the three first parts rests on two examples: A first generation and a half system for process control in nuclear powers plants, than the system EXTRA for alarm processing in nuclear plants, wherein fonctional knowledge is explicitely represented. We show how deep knowledge can be implemented, and the advantages that can be expected from this methodology. Qualitative Physics is discussed in the next part. Future research developments as well as potential payoffs are mentioned [fr

  19. 20 CFR 405.10 - Medical and Vocational Expert System.

    Science.gov (United States)

    2010-04-01

    ... 20 Employees' Benefits 2 2010-04-01 2010-04-01 false Medical and Vocational Expert System. 405.10... Vocational Expert System. (a) General. The Medical and Vocational Expert System is comprised of the Medical... Vocational Expert System. (3) Experts who provide evidence at your request. Experts whom you ask to provide...

  20. Expert systems: an alternative paradigm

    Energy Technology Data Exchange (ETDEWEB)

    Coombs, M.; Alty, J.

    1984-01-01

    There has recently been a significant effort by the AI community to interest industry in the potential of expert systems. However, this has resulted in far fewer substantial applications projects than might be expected. This article argues that this is because human experts are rarely required to perform the role that computer-based experts are programmed to adopt. Instead of being called in to answer well-defined problems, they are more often asked to assist other experts to extend and refine their understanding of a problem area at the junction of their two domains of knowledge. This more properly involves educational rather than problem-solving skills. An alternative approach to expert system design is proposed based upon guided discovery learning. The user is provided with a supportive environment for a particular class of problem, the system predominantly acting as an adviser rather than directing the interaction. The environment includes a database of domain knowledge, a set of procedures for its application to a concrete problem, and an intelligent machine-based adviser to judge the user's effectiveness and advise on strategy. The procedures focus upon the use of user generated explanations both to promote the application of domain knowledge and to expose understanding difficulties. Simple database PROLOG is being used as the subject material for the prototype system which is known as MINDPAD. 30 references.

  1. Liquid low level waste management expert system

    International Nuclear Information System (INIS)

    Ferrada, J.J.; Abraham, T.J.; Jackson, J.R.

    1991-01-01

    An expert system has been developed as part of a new initiative for the Oak Ridge National Laboratory (ORNL) systems analysis program. This expert system will aid in prioritizing radioactive waste streams for treatment and disposal by evaluating the severity and treatability of the problem, as well as the final waste form. The objectives of the expert system development included: (1) collecting information on process treatment technologies for liquid low-level waste (LLLW) that can be incorporated in the knowledge base of the expert system, and (2) producing a prototype that suggests processes and disposal technologies for the ORNL LLLW system. 4 refs., 9 figs

  2. Paradigms and building tools for real-time expert systems

    International Nuclear Information System (INIS)

    Behrens, U.; Flasinski, M.; Hagge, L.; Ohrenberg, K.

    1994-01-01

    An expert system is a software which can simulate the problem solving behavior of a human expert. The rule-based paradigm is chosen to describe the different aspects involved in expert system development. Differences between expert systems and common procedural or object-oriented programs are investigated. Expert system shells are introduced as a building tool for expert systems, together with some guidelines on the evaluation of such shells. A discussion of special needs for real-time expert system development concludes the paper

  3. Expert system for nuclear power plant feedwater system diagnosis

    International Nuclear Information System (INIS)

    Meguro, R.; Kinoshita, Y.; Sato, T.; Yokota, Y.; Yokota, M.

    1987-01-01

    The Expert System for Nuclear Power Plant Feedwater System Diagnosis has been developed to assist maintenance engineers in nuclear power plants. This system adopts the latest process computer TOSBAC G8050 and the expert system developing tool TDES2, and has a large scale knowledge base which consists of the expert knowledge and experience of engineers in many fields. The man-machine system, which has been developed exclusively for diagnosis, improves the man-machine interface and realizes the graphic displays of diagnostic process and path, stores diagnostic results and searches past reference

  4. 21 CFR 882.4215 - Clip rack.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Clip rack. 882.4215 Section 882.4215 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES (CONTINUED) MEDICAL DEVICES NEUROLOGICAL DEVICES Neurological Surgical Devices § 882.4215 Clip rack. (a) Identification. A clip rack is a...

  5. An investigation into the use of ''expert systems'' for system-wide diagnostics

    International Nuclear Information System (INIS)

    Booth, A.W.; Carroll, J.T.

    1987-01-01

    This paper has explained how expert systems function and how they might be used to provide a FASTBUS system-wide diagnostic program. The authors propose that the system be used to diagnose the FASTBUS system at FERMILAB's CDF experiment. There are many important areas which have not been addressed in great detail in this paper (such as the roles of the knowledge engineer and the expert during the knowledge acquisition phase), but the central idea of the embodiment of an expert skill in a computer is clear. Development of a system-wide diagnostic program requires building knowledge from all our system experts, into the system. To expand the expert system beyond its network diagnostic ability, to include finding faulty modules would be worthwhile. Having an ''intelligent'' assistant who is on shift 24 hours each day would relieve the ''real'' experts from laborious, time-consuming and sometimes repetitive tasks undertaken during the debugging process. The system could also provide a testbed for evaluation and comparison when considering future expert-system applications such as ''run-control'' and ''data analysis''. In the context of a system-wide diagnostic program, an ''expert system'' is not intended to replace human experts but simply to help them. It is envisaged that there will always be important interaction between the human expert and the ''expert system''. The incremental development of the ''expert system'' should ensure that it is useful in the short term (by debugging to the S.I./segment level for example), and even more useful in the medium to longer term as it acquires more and more knowledge and the ability to debug to the module level. Expert systems exist and are working successfully in many problem domains. See the bibliography for examples of ''expert systems'' built in the high energy physics environment

  6. An expert system technology for work authorization information systems

    International Nuclear Information System (INIS)

    Munchausen, J.H.; Glazer, K.A.

    1988-01-01

    This paper describes the effort by Southern California Edison Company (SCE) and the Electric Power Research Institute (EPRI) to develop an expert systems work station designed to support the San Onofre Nuclear Generating Station (SONGS). The expert systems work station utilizes IntelliCorp KEE (Knowledge Engineering Environment) and EPRI-IntelliCorp PLEXSYS (PLant EXpert SYStem) technology, and SCE Piping and Instrumentation Diagrams (P and ID's) and host-based computer applications to assist plant operations and maintenance personnel in the development of safety tagout boundaries. Of significance in this venture is the merging of conventional computer applications technology with expert systems technology. The EPRI PLEXSYS work station will act as a front-end for the SONGS Tagout Administration and Generation System (TAGS), a conventional CICS/COBOL mainframe computer application

  7. Bayesian Recovery of Clipped OFDM Signals: A Receiver-based Approach

    KAUST Repository

    Al-Rabah, Abdullatif R.

    2013-05-01

    Recently, orthogonal frequency-division multiplexing (OFDM) has been adopted for high-speed wireless communications due to its robustness against multipath fading. However, one of the main fundamental drawbacks of OFDM systems is the high peak-to-average-power ratio (PAPR). Several techniques have been proposed for PAPR reduction. Most of these techniques require transmitter-based (pre-compensated) processing. On the other hand, receiver-based alternatives would save the power and reduce the transmitter complexity. By keeping this in mind, a possible approach is to limit the amplitude of the OFDM signal to a predetermined threshold and equivalently a sparse clipping signal is added. Then, estimating this clipping signal at the receiver to recover the original signal. In this work, we propose a Bayesian receiver-based low-complexity clipping signal recovery method for PAPR reduction. The method is able to i) effectively reduce the PAPR via simple clipping scheme at the transmitter side, ii) use Bayesian recovery algorithm to reconstruct the clipping signal at the receiver side by measuring part of subcarriers, iii) perform well in the absence of statistical information about the signal (e.g. clipping level) and the noise (e.g. noise variance), and at the same time iv is energy efficient due to its low complexity. Specifically, the proposed recovery technique is implemented in data-aided based. The data-aided method collects clipping information by measuring reliable 
data subcarriers, thus makes full use of spectrum for data transmission without the need for tone reservation. The study is extended further to discuss how to improve the recovery of the clipping signal utilizing some features of practical OFDM systems i.e., the oversampling and the presence of multiple receivers. Simulation results demonstrate the superiority of the proposed technique over other recovery algorithms. The overall objective is to show that the receiver-based Bayesian technique is highly

  8. Expert system for liquid low-level waste management

    International Nuclear Information System (INIS)

    Ferrada, J.J.

    1992-01-01

    An expert system prototype has been developed to support system analysis activities at the Oak Ridge National Laboratory (ORNL) for waste management tasks. This expert system will aid in prioritizing radioactive waste streams for treatment and disposal by evaluating the severity and treatability of the problem as well as the final waste form. The objectives of the expert system development included: (1) collecting information on process treatment technologies for liquid low-level waste (LLLW) that can be incorporated in the knowledge base of the expert system, and (2) producing a prototype that suggests processes and disposal technologies for the ORNL LLLW system. The concept under which the expert system has been designed is integration of knowledge. There are many sources of knowledge (data bases, text files, simulation programs, etc.) that an expert would regularly consult in order to solve a problem of liquid waste management. The expert would normally know how to extract the information from these different sources of knowledge. The general scope of this project would be to include as much pertinent information as possible within the boundaries of the expert system. As a result, the user, who may not be an expert in every aspect of liquid waste management, may be able to apply the content of the information to a specific waste problem. This paper gives the methodological steps to develop the expert system under this general framework

  9. Expert system characteristics and potential applications in safeguards

    International Nuclear Information System (INIS)

    Chapman, L.D.

    1986-01-01

    The general growth of expert, knowledge-based (KB) or rule based systems will significantly increase in the next three to five years. Improvements in computer hardware (speed, reduced size, power) and software (rule based, data based, user interfaces) in recent years are providing the foundations for the growth of expert systems. A byproduct of this growth will undoubtedly be the application of expert systems to various safeguards problems. Characteristics of these expert systems will involve 1) multiple rules governing an outcome, 2) confidence factors on individual variables and rule sets, 3) priority, cost, and risk based rule sets, and 4) the reasoning behind the advice or decision given by the expert system. This paper presents characteristics, structures, and examples of simple rule based systems. Potential application areas for these expert systems may include training, operations, management, designs, evaluations, and specific hardware operation

  10. Nickel Hydrogen Battery Expert System

    Science.gov (United States)

    Johnson, Yvette B.; Mccall, Kurt E.

    1992-01-01

    The Nickel Cadmium Battery Expert System-2, or 'NICBES-2', which was used by the NASA HST six-battery testbed, was subsequently converted into the Nickel Hydrogen Battery Expert System, or 'NICHES'. Accounts are presently given of this conversion process and future uses being contemplated for NICHES. NICHES will calculate orbital summary data at the end of each orbit, and store these files for trend analyses and rules-generation.

  11. Successful Removal of Football Helmet Face-Mask Clips After 1 Season of Use

    Science.gov (United States)

    Scibek, Jason S.; Gatti, Joseph M.; McKenzie, Jennifer I.

    2012-01-01

    Context Whereas many researchers have assessed the ability to remove loop straps in traditional face-mask attachment systems after at least 1 season of use, research in which the effectiveness of the Riddell Quick Release (QR) Face Guard Attachment System clip after 1 season has been assessed is limited. Objective To examine the success rate of removing the QR clips after 1 season of use at the Football Championship Subdivision level. We hypothesized that 1 season of use would negatively affect the removal rate of the QR clip but repeated clip-removal trials would improve the removal rate. Design Retrospective, quasi-experimental design. Setting Controlled laboratory study. Patients or Other Participants Sixty-three football helmets from a National Collegiate Athletic Association Division I university located in western Pennsylvania used during the 2008 season were tested. Intervention(s) Three certified athletic trainers (2 men, 1 woman; age = 31.3 ± 3.06 years, time certified = 9.42 ± 2.65 years) attempted to remove the QR clips from each helmet with the tool provided by the manufacturer. Helmets then were reassembled to allow each athletic trainer to attempt clip removal. Main Outcome Measure(s) The dependent variables were total left clips removed (TCR-L), total right clips removed (TCR-R), and total clips removed (TCR). Success rate of clip removal (SRCR) also was assessed. Results Percentages for TCR-L, TCR-R, and TCR were 100% (189 of 189), 96.30% (182 of 189), and 98.15% (371 of 378), respectively. A paired-samples t test revealed a difference between TCR-R and TCR-L (t188 = −2.689, P = .008, μd = 0.037, 95% confidence interval [CI] = −0.064, −0.010). The percentage for SRCR was 96.30% (n = 182), whereas SRCR percentages for trials 1, 2, and 3 were 95.24% (n = 60), 98.41% (n = 62), and 95.24% (n = 60), respectively, and did not represent a difference (F2,186 = 0.588, P = .56, 95% CI = 0.94, 0.99). Conclusions Our results indicated favorable and

  12. Counseling, Artificial Intelligence, and Expert Systems.

    Science.gov (United States)

    Illovsky, Michael E.

    1994-01-01

    Considers the use of artificial intelligence and expert systems in counseling. Limitations are explored; candidates for counseling versus those for expert systems are discussed; programming considerations are reviewed; and techniques for dealing with rational, nonrational, and irrational thoughts and feelings are described. (Contains 46…

  13. Expert-systems and computer-based industrial systems

    International Nuclear Information System (INIS)

    Terrien, J.F.

    1987-01-01

    Framatome makes wide use of expert systems, computer-assisted engineering, production management and personnel training. It has set up separate business units and subsidiaries and also participates in other companies which have the relevant expertise. Five examples of the products and services available in these are discussed. These are in the field of applied artificial intelligence and expert-systems, in integrated computer-aid design and engineering, structural analysis, computer-related products and services and document management systems. The structure of the companies involved and the work they are doing is discussed. (UK)

  14. A combination of selected mapping and clipping to increase energy efficiency of OFDM systems

    Science.gov (United States)

    Lee, Byung Moo; Rim, You Seung

    2017-01-01

    We propose an energy efficient combination design for OFDM systems based on selected mapping (SLM) and clipping peak-to-average power ratio (PAPR) reduction techniques, and show the related energy efficiency (EE) performance analysis. The combination of two different PAPR reduction techniques can provide a significant benefit in increasing EE, because it can take advantages of both techniques. For the combination, we choose the clipping and SLM techniques, since the former technique is quite simple and effective, and the latter technique does not cause any signal distortion. We provide the structure and the systematic operating method, and show the various analyzes to derive the EE gain based on the combined technique. Our analysis show that the combined technique increases the EE by 69% compared to no PAPR reduction, and by 19.34% compared to only using SLM technique. PMID:29023591

  15. Content-based video retrieval by example video clip

    Science.gov (United States)

    Dimitrova, Nevenka; Abdel-Mottaleb, Mohamed

    1997-01-01

    This paper presents a novel approach for video retrieval from a large archive of MPEG or Motion JPEG compressed video clips. We introduce a retrieval algorithm that takes a video clip as a query and searches the database for clips with similar contents. Video clips are characterized by a sequence of representative frame signatures, which are constructed from DC coefficients and motion information (`DC+M' signatures). The similarity between two video clips is determined by using their respective signatures. This method facilitates retrieval of clips for the purpose of video editing, broadcast news retrieval, or copyright violation detection.

  16. Multichannel infinite clipping as a form of sampling of speech signals

    International Nuclear Information System (INIS)

    Guidarelli, G.

    1985-01-01

    A remarkable improvement of both intelligibility and naturalness of infinitely clipped speech can be achieved by means of a multichannel system in which the speech signal is splitted into several band-pass channels before the clipping and successively reconstructed by summing up the clipped outputs of each channel. A possible explanation of such an improvement is given, founded on the so-called zero-based representation of band limited signals where the zero-crossings sequence is considered as a set of samples of the signal

  17. Hybrid expert system

    International Nuclear Information System (INIS)

    Tsoukalas, L.; Ikonomopoulos, A.; Uhrig, R.E.

    1991-01-01

    This paper presents a methodology that couples rule-based expert systems using fuzzy logic, to pre-trained artificial neutral networks (ANN) for the purpose of transient identification in Nuclear Power Plants (NPP). In order to provide timely concise, and task-specific information about the may aspects of the transient and to determine the state of the system based on the interpretation of potentially noisy data a model-referenced approach is utilized. In it, the expert system performs the basic interpretation and processing of the model data, and pre-trained ANNs provide the model. having access to a set of neural networks that typify general categories of transients, the rule based system is able to perform identification functions. Membership functions - condensing information about a transient in a form convenient for a rule-based identification system characterizing a transient - are the output of neural computations. This allows the identification function to be performed with a speed comparable to or faster than that of the temporal evolution of the system. Simulator data form major secondary system pipe rupture is used to demonstrate the methodology. The results indicate excellent noise-tolerance for ANN's and suggest a new method for transient identification within the framework of Fuzzy Logic

  18. Cortical Response Similarities Predict which Audiovisual Clips Individuals Viewed, but Are Unrelated to Clip Preference.

    Directory of Open Access Journals (Sweden)

    David A Bridwell

    Full Text Available Cortical responses to complex natural stimuli can be isolated by examining the relationship between neural measures obtained while multiple individuals view the same stimuli. These inter-subject correlation's (ISC's emerge from similarities in individual's cortical response to the shared audiovisual inputs, which may be related to their emergent cognitive and perceptual experience. Within the present study, our goal is to examine the utility of using ISC's for predicting which audiovisual clips individuals viewed, and to examine the relationship between neural responses to natural stimuli and subjective reports. The ability to predict which clips individuals viewed depends on the relationship of the EEG response across subjects and the nature in which this information is aggregated. We conceived of three approaches for aggregating responses, i.e. three assignment algorithms, which we evaluated in Experiment 1A. The aggregate correlations algorithm generated the highest assignment accuracy (70.83% chance = 33.33% and was selected as the assignment algorithm for the larger sample of individuals and clips within Experiment 1B. The overall assignment accuracy was 33.46% within Experiment 1B (chance = 06.25%, with accuracies ranging from 52.9% (Silver Linings Playbook to 11.75% (Seinfeld within individual clips. ISC's were significantly greater than zero for 15 out of 16 clips, and fluctuations within the delta frequency band (i.e. 0-4 Hz primarily contributed to response similarities across subjects. Interestingly, there was insufficient evidence to indicate that individuals with greater similarities in clip preference demonstrate greater similarities in cortical responses, suggesting a lack of association between ISC and clip preference. Overall these results demonstrate the utility of using ISC's for prediction, and further characterize the relationship between ISC magnitudes and subjective reports.

  19. Cortical Response Similarities Predict which Audiovisual Clips Individuals Viewed, but Are Unrelated to Clip Preference.

    Science.gov (United States)

    Bridwell, David A; Roth, Cullen; Gupta, Cota Navin; Calhoun, Vince D

    2015-01-01

    Cortical responses to complex natural stimuli can be isolated by examining the relationship between neural measures obtained while multiple individuals view the same stimuli. These inter-subject correlation's (ISC's) emerge from similarities in individual's cortical response to the shared audiovisual inputs, which may be related to their emergent cognitive and perceptual experience. Within the present study, our goal is to examine the utility of using ISC's for predicting which audiovisual clips individuals viewed, and to examine the relationship between neural responses to natural stimuli and subjective reports. The ability to predict which clips individuals viewed depends on the relationship of the EEG response across subjects and the nature in which this information is aggregated. We conceived of three approaches for aggregating responses, i.e. three assignment algorithms, which we evaluated in Experiment 1A. The aggregate correlations algorithm generated the highest assignment accuracy (70.83% chance = 33.33%) and was selected as the assignment algorithm for the larger sample of individuals and clips within Experiment 1B. The overall assignment accuracy was 33.46% within Experiment 1B (chance = 06.25%), with accuracies ranging from 52.9% (Silver Linings Playbook) to 11.75% (Seinfeld) within individual clips. ISC's were significantly greater than zero for 15 out of 16 clips, and fluctuations within the delta frequency band (i.e. 0-4 Hz) primarily contributed to response similarities across subjects. Interestingly, there was insufficient evidence to indicate that individuals with greater similarities in clip preference demonstrate greater similarities in cortical responses, suggesting a lack of association between ISC and clip preference. Overall these results demonstrate the utility of using ISC's for prediction, and further characterize the relationship between ISC magnitudes and subjective reports.

  20. Cataloging Expert Systems: Optimism and Frustrated Reality.

    Science.gov (United States)

    Olmstadt, William J.

    2000-01-01

    Discusses artificial intelligence and attempts to catalog expert systems. Topics include the nature of expertise; examples of cataloging expert systems; barriers to implementation; and problems, including total automation, cataloging expertise, priorities, and system design. (LRW)

  1. Industrial disasters - the expert systems solution

    International Nuclear Information System (INIS)

    Sachs, P.

    1986-01-01

    Six mistakes by the operators led to the accident at the Cherobyl nuclear reactor. These have been studied. It is suggested that an expert systems approach could prevent similar accidents. The expert system is a new approach to software programming where programs are required to perform intelligent analyses of complex situations. It separates the knowledge of a problem from the procedural code that performs the decision. An expert system will evaluate data and indicate a priority on alarms in real time. Now software systems can detect the cause of a problem in a process plant and present their findings to the operators in the control room. This should enable operators to make the correct decisions as they will know which underlying process faults are causing the alarms to operate. The Chernobyl post-mortem meeting made 13 proposals for improving safety. Two in particular are noted as relevant to expert advice systems; international collaboration on man-reactor relationships and a conference to explore the balance of automation and human action to minimise operating errors. (U.K.)

  2. Expert systems intelligent tutoring systems and the power industry: A future scenario

    International Nuclear Information System (INIS)

    Bloom, C.P.; Bullemer, P.T.; Cochran, E.L.

    1990-01-01

    One use to which fielded expert systems have been put is the training of less experienced personnel. However, since expert systems are not developed for the purpose of training, their knowledge contains gaps, particularly in the areas of explanation and reasoning-essential components of expertise. The incidental learning that results from interacting with an expert system produces a memorization of the expert system's procedures without an understanding of the logic behind those procedures. Although learning without comprehension can provide adequate task performance, it affords inadequate transfer or generalization of knowledge, producing task-specific learning. In other words, the expert system user performs the task like an expert, but has not really become an expert. To become an expert, specialized training is required. This training could be provided by professional educators, or, in the future, by artificial intelligence programs, called intelligent tutoring systems, specifically designed for training

  3. EPRI expert system activities for nuclear utility industry application

    International Nuclear Information System (INIS)

    Naser, J.A.

    1990-01-01

    This paper reports on expert systems which have reached a level of maturity where they offer considerable benefits for the nuclear utility industry. The ability of expert systems to enhance expertise makes them an important tool for the nuclear utility industry in the areas of engineering, operations and maintenance. Benefits of expert system applications include comprehensive and consistent reasoning, reduction of time required for activities, retention of human expertise and ability to utilize multiple experts knowledge for an activity. The Electric Power Research Institute (EPRI) has been performing four basic activities to help the nuclear industry take advantage of this expert system technology. The first is the development of expert system building tools which are tailored to nuclear utility industry applications. The second is the development of expert system applications. The third is work in developing a methodology for verification and validation of expert systems. The last is technology transfer activities to help the nuclear utility industry benefit from expert systems. The purpose of this paper is to describe the EPRI activities

  4. A novel vascular clip design for the reliable induction of 2-kidney, 1-clip hypertension in the rat

    OpenAIRE

    Chelko, Stephen P.; Schmiedt, Chad W.; Lewis, Tristan H.; Lewis, Stephen J.; Robertson, Tom P.

    2011-01-01

    The 2-kidney, 1-clip (2K1C) model has provided many insights into the pathogenesis of renovascular hypertension. However, studies using the 2K1C model often report low success rates of hypertension, with typical success rates of just 40–60%. We hypothesized that these low success rates are due to fundamental design flaws in the clips traditionally used in 2K1C models. Specifically, the gap widths of traditional silver clips may not be maintained during investigator handling and these clips ma...

  5. CLIP Tool Kit (CTK): a flexible and robust pipeline to analyze CLIP sequencing data.

    Science.gov (United States)

    Shah, Ankeeta; Qian, Yingzhi; Weyn-Vanhentenryck, Sebastien M; Zhang, Chaolin

    2017-02-15

    UV cross-linking and immunoprecipitation (CLIP), followed by high-throughput sequencing, is a powerful biochemical assay that maps in vivo protein-RNA interactions on a genome-wide scale. The CLIP Tool Kit (CTK) aims at providing a set of tools for flexible, streamlined and comprehensive CLIP data analysis. This software package extends the scope of our original CIMS package. The software is implemented in Perl. The source code and detailed documentation are available at http://zhanglab.c2b2.columbia.edu/index.php/CTK . cz2294@columbia.edu. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com

  6. New screening system for unruptured cerebral aneurysms; Combination of an expert system and DSA examination

    Energy Technology Data Exchange (ETDEWEB)

    Samejima, Hirotsugu; Ushikubo, Yukio; Mizokami, Toru [Toho Univ., Tokyo (Japan). School of Medicine; and others

    1990-08-01

    We have designed a screening system to diagnose unruptured aneurysms, including the use of digital subtraction angiography (DSA). We surveyed 115 patients who had undergone clipping procedures after subarachnoid hemorrhage (SAH) and questioned them with regard to the subjective symptoms. Sixty-eight of 92 patients who returned the questionnaire reported, prior to rupture, headache,eye pain, and neck pain most frequently, and also impairment of extraocular movements, ptosis, visual field defects, and motor and sensory disturbances. Nineteen (47.5%) of 40 patients who had complete pain relief after surgery complained of headache from 1 week to 1 month before SAH. In addition, nine patients (22.5%) complained of headache for several years, and were also pain-free after surgery. For the indication of DSA, we employed an expert system based on fuzzy set theory. Seven groups of parameters are: Group 1, a basic questionnaire concerning age, sex, and past and family histories; Group 2, 15 warning signs selected on the basis of retrospective study; and Groups 3-7, detailed questions concerning each sign. Scoring weights assigned to each condition based on the results of the retrospective study, and threshold values were determined by several neurosurgeons. The certainty factors for intermediate hypotheses were calculated from these weights and threshold values and summed up, from which the conclusion was obtained. Twelve new cases of unruptured cerebral aneurysm were diagnosed using this screening system. This system may improve the ability to diagnose cerebral aneurysms before rupture. (author).

  7. Handbook of VLSI chip design and expert systems

    CERN Document Server

    Schwarz, A F

    1993-01-01

    Handbook of VLSI Chip Design and Expert Systems provides information pertinent to the fundamental aspects of expert systems, which provides a knowledge-based approach to problem solving. This book discusses the use of expert systems in every possible subtask of VLSI chip design as well as in the interrelations between the subtasks.Organized into nine chapters, this book begins with an overview of design automation, which can be identified as Computer-Aided Design of Circuits and Systems (CADCAS). This text then presents the progress in artificial intelligence, with emphasis on expert systems.

  8. Expert Systems Research.

    Science.gov (United States)

    Duda, Richard O.; Shortliffe, Edward H.

    1983-01-01

    Discusses a class of artificial intelligence computer programs (often called "expert systems" because they address problems normally thought to require human specialists for their solution) intended to serve as consultants for decision making. Also discusses accomplishments (including information systematization in medical diagnosis and…

  9. Expert systems to assist plant operation

    International Nuclear Information System (INIS)

    Matsumoto, Yoshihiro; Mori, Nobuyuki; Wada, Norio

    1985-01-01

    Large-scale real-time process control systems, such as those for electric power dispatching, large thermal and nuclear power stations, steel mill plants and manufacturing automation systems, need expert systems to assist operator's decision. The expert systems newly developed to fulfill the requirement are founded on OKBS (object oriented knowledge based system). OKBS provides various object types: fuzzy logic type, production rule type, frame type, state transition type, abstract data type and input/output transformation type. (author)

  10. Use of expert systems in nuclear safety

    International Nuclear Information System (INIS)

    1990-02-01

    One dominant aspect of improvement in safe nuclear power plant operation is the very high speed in the development and introduction of computer technologies. This development commenced recently when advanced control technology was incorporated into the nuclear industry. This led to an increasing implementation of information displays, annunciator windows and other devices inside the control room, eventually overburdening the control room operator with detailed information. Expert systems are a further step in this direction being designed to apply large knowledge bases to solve practical problems. These ''intelligent'' systems have to incorporate enough knowledge to reach expert levels of importance and represent a very advanced man-machine interface. The aims of the Technical Committee were addressed by the three Working Groups and summarized in Sections 2, 3 and 4 of this report. Section 2 summarizes the results and discussions on the current capabilities of expert systems and identifies features for the future development and use of Expert Systems in Nuclear Power Plants. Section 3 provides an overview of the discussions and investigations into the current status of Expert Systems in NPPs. This section develops a method for assessing the overall benefit of different applications and recommends a broad strategy for priority developments of Expert Systems in NPPs. Section 4 assesses the overall use of PSA type studies in Expert Systems in NPPs and identifies specific features to be adopted in the design of these systems in future applications. The conclusions of the three Working Groups are presented in Section 5. The 15 papers presented at the meeting formed the Annex of this document. A separate abstract was prepared for each of these papers. Refs, figs, tabs and pictures

  11. Modified Clipped LMS Algorithm

    Directory of Open Access Journals (Sweden)

    Lotfizad Mojtaba

    2005-01-01

    Full Text Available Abstract A new algorithm is proposed for updating the weights of an adaptive filter. The proposed algorithm is a modification of an existing method, namely, the clipped LMS, and uses a three-level quantization ( scheme that involves the threshold clipping of the input signals in the filter weight update formula. Mathematical analysis shows the convergence of the filter weights to the optimum Wiener filter weights. Also, it can be proved that the proposed modified clipped LMS (MCLMS algorithm has better tracking than the LMS algorithm. In addition, this algorithm has reduced computational complexity relative to the unmodified one. By using a suitable threshold, it is possible to increase the tracking capability of the MCLMS algorithm compared to the LMS algorithm, but this causes slower convergence. Computer simulations confirm the mathematical analysis presented.

  12. Expert systems for plant operations training and assistance

    International Nuclear Information System (INIS)

    Pack, R.W.; Lazar, P.M.; Schmidt, R.V.; Gaddy, C.D.

    1988-01-01

    The project described in this paper explored the use of expert systems for plant operations training and assistance. Three computer technologies were reviewed: computer-aided instruction, expert systems, and expert training systems (ETS). The technology of CAI has been developed since the early 1960s, and a wide range of applications are available commercially today. Expert systems have been developed primarily as job performance aids, and the number of commercial applications is increasing. A fully developed ETS has models of the trainer and trainee, in addition to a knowledge base

  13. Equation-Method for correcting clipping errors in OFDM signals.

    Science.gov (United States)

    Bibi, Nargis; Kleerekoper, Anthony; Muhammad, Nazeer; Cheetham, Barry

    2016-01-01

    Orthogonal frequency division multiplexing (OFDM) is the digital modulation technique used by 4G and many other wireless communication systems. OFDM signals have significant amplitude fluctuations resulting in high peak to average power ratios which can make an OFDM transmitter susceptible to non-linear distortion produced by its high power amplifiers (HPA). A simple and popular solution to this problem is to clip the peaks before an OFDM signal is applied to the HPA but this causes in-band distortion and introduces bit-errors at the receiver. In this paper we discuss a novel technique, which we call the Equation-Method, for correcting these errors. The Equation-Method uses the Fast Fourier Transform to create a set of simultaneous equations which, when solved, return the amplitudes of the peaks before they were clipped. We show analytically and through simulations that this method can, correct all clipping errors over a wide range of clipping thresholds. We show that numerical instability can be avoided and new techniques are needed to enable the receiver to differentiate between correctly and incorrectly received frequency-domain constellation symbols.

  14. A fuzzy expert system based on relations

    International Nuclear Information System (INIS)

    Hall, L.O.; Kandel, A.

    1986-01-01

    The Fuzzy Expert System (FESS) is an expert system which makes use of the theory of fuzzy relations to perform inference. Relations are very general and can be used for any application, which only requires different types of relations be implemented and used. The incorporation of fuzzy reasoning techniques enables the expert system to deal with imprecision in a well-founded manner. The knowledge is represented in relational frames. FESS may operate in either a forward chaining or backward chaining manner. It uses primarily implication and factual relations. A unique methodology for combination of evidence has been developed. It makes uses of a blackboard for communication between the various knowledge sources which may operate in parallel. The expert system has been designed in such a manner that it may be used for diverse applications

  15. Expert Systems: A Challenge for the Reading Profession.

    Science.gov (United States)

    Balajthy, Ernest

    The expert systems are designed to imitate the reasoning of a human expert in a content area field. Designed to be advisors, these software systems combine the content area knowledge and decision-making ability of an expert with the user's understanding and knowledge of particular circumstances. The reading diagnosis system, the RD2P System…

  16. A brief history and technical review of the expert system research

    Science.gov (United States)

    Tan, Haocheng

    2017-09-01

    The expert system is a computer system that emulates the decision-making ability of a human expert, which aims to solve complex problems by reasoning knowledge. It is an important branch of artificial intelligence. In this paper, firstly, we briefly introduce the development and basic structure of the expert system. Then, from the perspective of the enabling technology, we classify the current expert systems and elaborate four expert systems: The Rule-Based Expert System, the Framework-Based Expert System, the Fuzzy Logic-Based Expert System and the Expert System Based on Neural Network.

  17. Sepsis from dropped clips at laparoscopic cholecystectomy

    International Nuclear Information System (INIS)

    Hussain, Sarwat

    2001-01-01

    We report seven patients in whom five dropped surgical clips and two gallstones were visualized in the peritoneal cavity, on radiological studies. In two, subphrenic abscesses and empyemas developed as a result of dropped clips into the peritoneal cavity during or following laparoscopic cholecystectomy. In one of these two, a clip was removed surgically from the site of an abscess. In two other patients dropped gallstones, and in three, dropped clips led to no complications. These were seen incidentally on studies done for other indications. Abdominal abscess secondary to dropped gallstones is a well-recognized complication of laparoscopic cholecystectomy (LC). We conclude that even though dropped surgical clips usually do not cause problems, they should be considered as a risk additional to other well-known causes of post-LC abdominal sepsis

  18. Low Proteolytic Clipping of Histone H3 in Cervical Cancer

    Science.gov (United States)

    Sandoval-Basilio, Jorge; Serafín-Higuera, Nicolás; Reyes-Hernandez, Octavio D.; Serafín-Higuera, Idanya; Leija-Montoya, Gabriela; Blanco-Morales, Magali; Sierra-Martínez, Monica; Ramos-Mondragon, Roberto; García, Silvia; López-Hernández, Luz Berenice; Yocupicio-Monroy, Martha; Alcaraz-Estrada, Sofia L.

    2016-01-01

    Chromatin in cervical cancer (CC) undergoes chemical and structural changes that alter the expression pattern of genes. Recently, a potential mechanism, which regulates gene expression at transcriptional levels is the proteolytic clipping of histone H3. However, until now this process in CC has not been reported. Using HeLa cells as a model of CC and human samples from patients with CC, we identify that the H3 cleavage was lower in CC compared with control tissue. Additionally, the histone H3 clipping was performed by serine and aspartyl proteases in HeLa cells. These results suggest that histone H3 clipping operates as part of post-translational modification system in CC. PMID:27698925

  19. Expert system to control a fusion energy experiment

    Energy Technology Data Exchange (ETDEWEB)

    Johnson, R.R.; Canales, T.; Lager, D.

    1986-01-01

    This paper describes a system that automates neutral beam source conditioning. The system achieves this with artificial intelligence techniques by encoding the behavior of several experts as a set of if-then rules in an expert system. One of the functions of the expert system is to control an adaptive controller that, in turn, controls the neutral beam source. The architecture of the system is presented followed by a description of its performance.

  20. Expert system to control a fusion energy experiment

    International Nuclear Information System (INIS)

    Johnson, R.R.; Canales, T.; Lager, D.

    1986-01-01

    This paper describes a system that automates neutral beam source conditioning. The system achieves this with artificial intelligence techniques by encoding the behavior of several experts as a set of if-then rules in an expert system. One of the functions of the expert system is to control an adaptive controller that, in turn, controls the neutral beam source. The architecture of the system is presented followed by a description of its performance

  1. Expert systems for assisting in design reviews

    International Nuclear Information System (INIS)

    Brtis, J.S.; Johnson, W.J.; Weber, N.; Naser, J.

    1990-01-01

    This paper discusses Sargent and Lundy's (S and L's) use of expert system technologies to computerize the procedures used for engineering design reviews. This paper discusses expert systems and the advantages that result from using them to computerize the decision-making process. This paper also discusses the design review expert systems that S and L has developed to perform fire protection and ALARA (as low as reasonably achievable) design reviews, and is currently developing for the Electric Power Research Institute (EPRI) to perform 10 CFR 50.59 safety reviews

  2. An expert system for dispersion model interpretation

    International Nuclear Information System (INIS)

    Skyllingstad, E.D.; Ramsdell, J.V.

    1988-10-01

    A prototype expert system designed to diagnose dispersion model uncertainty is described in this paper with application to a puff transport model. The system obtains qualitative information from the model user and through an expert-derived knowledge base, performs a rating of the current simulation. These results can then be used in combination with dispersion model output for deciding appropriate evacuation measures. Ultimately, the goal of this work is to develop an expert system that may be operated accurately by an individual uneducated in meteorology or dispersion modeling. 5 refs., 3 figs

  3. Influence of percutaneous mitral valve repair using the MitraClip® system on renal function in patients with severe mitral regurgitation.

    Science.gov (United States)

    Rassaf, Tienush; Balzer, Jan; Rammos, Christos; Zeus, Tobias; Hellhammer, Katharina; v Hall, Silke; Wagstaff, Rabea; Kelm, Malte

    2015-04-01

    In patients with mitral regurgitation (MR), changes in cardiac stroke volume, and thus renal preload and afterload may affect kidney function. Percutaneous mitral valve repair (PMVR) with the MitraClip® system can be a therapeutic alternative to surgical valve repair. The influence of MitraClip® therapy on renal function and clinical outcome parameters is unknown. Sixty patients with severe MR underwent PMVR using the MitraClip® system in an open-label observational study. Patients were stratified according to their renal function. All clips have been implanted successfully. Effective reduction of MR by 2-3 grades acutely improved KDOQI class. Lesser MR reduction (MR reduction of 0-1 grades) led to worsening of renal function in patients with pre-existing normal or mild (KDOQI 1-2) compared to severe (KDOQI 3-4) renal dysfunction. Reduction of MR was associated with improvement in Minnesota Living with Heart Failure Questionnaire (MLHFQ), NYHA-stadium, and 6-minute walk test. Successful PMVR was associated with an improvement in renal function. The improvement in renal function was associated with the extent of MR reduction and pre-existing kidney dysfunction. Our data emphasize the relevance of PVMR to stabilize the cardiorenal axis in patients with severe MR. © 2014 Wiley Periodicals, Inc.

  4. An hierarchical approach to performance evaluation of expert systems

    Science.gov (United States)

    Dominick, Wayne D. (Editor); Kavi, Srinu

    1985-01-01

    The number and size of expert systems is growing rapidly. Formal evaluation of these systems - which is not performed for many systems - increases the acceptability by the user community and hence their success. Hierarchical evaluation that had been conducted for computer systems is applied for expert system performance evaluation. Expert systems are also evaluated by treating them as software systems (or programs). This paper reports many of the basic concepts and ideas in the Performance Evaluation of Expert Systems Study being conducted at the University of Southwestern Louisiana.

  5. Expert system for accelerator single-freedom nonlinear components

    International Nuclear Information System (INIS)

    Wang Sheng; Xie Xi; Liu Chunliang

    1995-01-01

    An expert system by Arity Prolog is developed for accelerator single-freedom nonlinear components. It automatically yields any order approximate analytical solutions for various accelerator single-freedom nonlinear components. As an example, the eighth order approximate analytical solution is derived by this expert system for a general accelerator single-freedom nonlinear component, showing that the design of the expert system is successful

  6. Toward the Development of Expert Assessment Systems.

    Science.gov (United States)

    Hasselbring, Ted S.

    1986-01-01

    The potential application of "expert systems" to the diagnosis and assessment of special-needs children is examined and existing prototype systems are reviewed. The future of this artificial intelligence technology is discussed in relation to emerging development tools designed for the creation of expert systems by the lay public. (Author)

  7. A novel vascular clip design for the reliable induction of 2-kidney, 1-clip hypertension in the rat.

    Science.gov (United States)

    Chelko, Stephen P; Schmiedt, Chad W; Lewis, Tristan H; Lewis, Stephen J; Robertson, Tom P

    2012-02-01

    The 2-kidney, 1-clip (2K1C) model has provided many insights into the pathogenesis of renovascular hypertension. However, studies using the 2K1C model often report low success rates of hypertension, with typical success rates of just 40-60%. We hypothesized that these low success rates are due to fundamental design flaws in the clips traditionally used in 2K1C models. Specifically, the gap widths of traditional silver clips may not be maintained during investigator handling and these clips may also be easily dislodged from the renal artery following placement. Therefore, we designed and tested a novel vascular clip possessing design features to maintain both gap width and position around the renal artery. In this initial study, application of these new clips to the left renal artery produced reliable and consistent levels of hypertension in rats. Nine-day application of clips with gap widths of 0.27, 0.25, and 0.23 mm elicited higher mean arterial blood pressures of 112 ± 4, 121 ± 6, and 135 ± 7 mmHg, respectively (n = 8 for each group), than those of sham-operated controls (95 ± 2 mmHg, n = 8). Moreover, 8 out of 8 rats in each of the 0.23 and 0.25 mm 2K1C groups were hypertensive, whereas 7 out of 8 rats in the 0.27 mm 2K1C group were hypertensive. Plasma renin concentrations were also increased in all 2K1C groups compared with sham-operated controls. In summary, this novel clip design may help eliminate the large degree of unreliability commonly encountered with the 2K1C model.

  8. Expert systems for real-time monitoring and fault diagnosis

    Science.gov (United States)

    Edwards, S. J.; Caglayan, A. K.

    1989-01-01

    Methods for building real-time onboard expert systems were investigated, and the use of expert systems technology was demonstrated in improving the performance of current real-time onboard monitoring and fault diagnosis applications. The potential applications of the proposed research include an expert system environment allowing the integration of expert systems into conventional time-critical application solutions, a grammar for describing the discrete event behavior of monitoring and fault diagnosis systems, and their applications to new real-time hardware fault diagnosis and monitoring systems for aircraft.

  9. GOTRES: an expert system for fault detection and analysis

    International Nuclear Information System (INIS)

    Chung, D.T.; Modarres, M.

    1989-01-01

    This paper describes a deep-knowledge expert system shell for diagnosing faults in process operations. The expert program shell is called GOTRES (GOal TRee Expert System) and uses a goal tree-success tree deep-knowledge structure to model its knowledge-base. To demonstrate GOTRES, we have built an on-line fault diagnosis expert system for an experimental nuclear reactor facility using this shell. The expert system is capable of diagnosing fault conditions using system goal tree as well as utilizing accumulated operating knowledge to predict plant causal and temporal behaviours. The GOTRES shell has also been used for root-cause detection and analysis in a nuclear plant. (author)

  10. Advisory expert system for test rig operator

    International Nuclear Information System (INIS)

    Zielczynski, P.

    1994-01-01

    The advisory expert system MAESTRO (Modular Advisory Expert System for Test Rig Operator) has been designed to guide the operator of large experimental installation during start-up, steady state and shut down. The installation is located in the research reactor MARIA in the Institute of Atomic Energy in Swierk, Poland. The system acquires and analyses on line signals from installation and performs two tasks in real time: leading the operator and monitoring of the installation (including signal validation). Systems tasks, architecture and knowledge representation concepts are described. The system is based on expert systems techniques what makes in phases of continuous change of process parameters and it has been achieved by special knowledge representation allowing its dynamical modification. (author). 147 refs, 42 figs, 5 tab

  11. An expert system approach for safety diagnosis

    International Nuclear Information System (INIS)

    Erdmann, R.C.; Sun, B.K.H.

    1988-01-01

    An expert system was developed with the intent to provide real-time information about an accident to an operator who is in the process of diagnosing and bringing that accident under control. Explicit use was made of probabilistic risk analysis techniques and plant accident response information in constructing this system. The expert system developed contains 70 logic rules and provides contextual messages during simulated accident sequences and logic sequence information on the entire sequence in graphical form for accident diagnosis. The present analysis focuses on integrated control system-related transients with Babcock and Wilcox-type reactors. While the system developed here is limited in extent and was built for a composite reactor, it demonstrates that an expert system may enhance the operator's capability in the control room

  12. Expert system for transuranic waste assay

    Energy Technology Data Exchange (ETDEWEB)

    Zoolalian, M.L.; Gibbs, A.; Kuhns, J.D.

    1989-01-01

    Transuranic wastes are generated at the Savannah River Site (SRS) as a result of routine production of nuclear materials. These wastes contain Pu-238 and Pu-239 and are placed into lined 55-gallon waste drums. The drums are placed on monitored storage pads pending shipment to the Waste Isolation Pilot Plant in New Mexico. A passive-active neutron (PAN) assay system is used to determine the mass of the radioactive material within the waste drums. Assay results are used to classify the wastes as either low-level or transuranic (TRU). During assays, the PAN assay system communicates with an IBM-AT computer. A Fortran computer program, called NEUT, controls and performs all data analyses. Unassisted, the NEUT program cannot adequately interpret assay results. To eliminate this limitation, an expert system shell was used to write a new algorithm, called the Transuranic Expert System (TRUX), to drive the NEUT program and add decision making capabilities for analysis of the assay results. The TRUX knowledge base was formulated by consulting with human experts in the field of neutron assay, by direct experimentation on the PAN assay system, and by observing operations on a daily basis. TRUX, with its improved ability to interpret assay results, has eliminated the need for close supervision by a human expert, allowing skilled technicians to operate the PAN assay system. 4 refs., 1 fig., 4 tabs.

  13. Expert system for transuranic waste assay

    International Nuclear Information System (INIS)

    Zoolalian, M.L.; Gibbs, A.; Kuhns, J.D.

    1989-01-01

    Transuranic wastes are generated at the Savannah River Site (SRS) as a result of routine production of nuclear materials. These wastes contain Pu-238 and Pu-239 and are placed into lined 55-gallon waste drums. The drums are placed on monitored storage pads pending shipment to the Waste Isolation Pilot Plant in New Mexico. A passive-active neutron (PAN) assay system is used to determine the mass of the radioactive material within the waste drums. Assay results are used to classify the wastes as either low-level or transuranic (TRU). During assays, the PAN assay system communicates with an IBM-AT computer. A Fortran computer program, called NEUT, controls and performs all data analyses. Unassisted, the NEUT program cannot adequately interpret assay results. To eliminate this limitation, an expert system shell was used to write a new algorithm, called the Transuranic Expert System (TRUX), to drive the NEUT program and add decision making capabilities for analysis of the assay results. The TRUX knowledge base was formulated by consulting with human experts in the field of neutron assay, by direct experimentation on the PAN assay system, and by observing operations on a daily basis. TRUX, with its improved ability to interpret assay results, has eliminated the need for close supervision by a human expert, allowing skilled technicians to operate the PAN assay system. 4 refs., 1 fig., 4 tabs

  14. Anesthesia management for MitraClip device implantation

    Directory of Open Access Journals (Sweden)

    Harikrishnan Kothandan

    2014-01-01

    Full Text Available Aims and Objectives: Percutaneous MitraClip implantation has been demonstrated as an alternative procedure in high-risk patients with symptomatic severe mitral regurgitation (MR who are not suitable (or denied mitral valve repair/replacement due to excessive co morbidity. The MitraClip implantation was performed under general anesthesia and with 3-dimensional transesophageal echocardiography (TEE and fluoroscopic guidance. Materials and Methods: Peri-operative patient data were extracted from the electronic and paper medical records of 21 patients who underwent MitraClip implantations. Results: Four MitraClip implantation were performed in the catheterization laboratory; remaining 17 were performed in the hybrid operating theatre. In 2 patients, procedure was aborted, in one due to migration of the Chiari network into the left atrium and in second one, the leaflets and chords of the mitral valve torn during clipping resulting in consideration for open surgery. In the remaining 19 patients, MitraClip was implanted and the patients showed acute reduction of severe MR to mild-moderate MR. All the patients had invasive blood pressure monitoring and the initial six patients had central venous catheterization prior to the procedure. Intravenous heparin was administered after the guiding catheter was introduced through the inter-atrial septum and activated clotting time was maintained beyond 250 s throughout the procedure. Protamine was administered at the end of the procedure. All the patients were monitored in the intensive care unit after the procedure. Conclusions: Percutaneous MitraClip implantation is a feasible alternative in high-risk patients with symptomatic severe MR. Anesthesia management requirements are similar to open surgical mitral valve repair or replacement. TEE plays a vital role during the MitraClip implantation.

  15. Expert system application for prioritizing preventive actions for shift work: shift expert.

    Science.gov (United States)

    Esen, Hatice; Hatipoğlu, Tuğçen; Cihan, Ahmet; Fiğlali, Nilgün

    2017-09-19

    Shift patterns, work hours, work arrangements and worker motivations have increasingly become key factors for job performance. The main objective of this article is to design an expert system that identifies the negative effects of shift work and prioritizes mitigation efforts according to their importance in preventing these negative effects. The proposed expert system will be referred to as the shift expert. A thorough literature review is conducted to determine the effects of shift work on workers. Our work indicates that shift work is linked to demographic variables, sleepiness and fatigue, health and well-being, and social and domestic conditions. These parameters constitute the sections of a questionnaire designed to focus on 26 important issues related to shift work. The shift expert is then constructed to provide prevention advice at the individual and organizational levels, and it prioritizes this advice using a fuzzy analytic hierarchy process model, which considers comparison matrices provided by users during the prioritization process. An empirical study of 61 workers working on three rotating shifts is performed. After administering the questionnaires, the collected data are analyzed statistically, and then the shift expert produces individual and organizational recommendations for these workers.

  16. PAPR Reduction of FBMC by Clipping and Its Iterative Compensation

    Directory of Open Access Journals (Sweden)

    Zsolt Kollár

    2012-01-01

    Full Text Available Physical layers of communication systems using Filter Bank Multicarrier (FBMC as a modulation scheme provide low out-of-band leakage but suffer from the large Peak-to-Average Power Ratio (PAPR of the transmitted signal. Two special FBMC schemes are investigated in this paper: the Orthogonal Frequency Division Multiplexing (OFDM and the Staggered Multitone (SMT. To reduce the PAPR of the signal, time domain clipping is applied in both schemes. If the clipping is not compensated, the system performance is severely affected. To avoid this degradation, an iterative noise cancelation technique, Bussgang Noise Cancelation (BNC, is applied in the receiver. It is shown that clipping can be a good means for reducing the PAPR, especially for the SMT scheme. A novel modified BNC receiver is presented for SMT. It is shown how this technique can be implemented in real-life applications where special requirements must be met regarding the spectral characteristics of the transmitted signal.

  17. A computerized expert system for mammography

    International Nuclear Information System (INIS)

    Jackson, V.P.; Dines, K.A.; Bassett, L.W.

    1988-01-01

    The authors have developed a computer-based expert system to aid in the interpretation of mammograms, breast sonograms, and clinical findings. The radiologist enters clinical and image data into the artificial intelligence system and receives a prediction of the etiology of lesions seen on breast imaging studies. This prototype interactive system has undergone preliminary clinical testing and evaluation. Ultimately, a more refined and complex system will be of value in mammography education, for general radiologists without ready access to mammography experts, for paramedical personnel, and for all mammographers in need of a breast imaging database and reporting systems

  18. Human engineering in the design of expert systems for microcomputer system troubleshooting

    International Nuclear Information System (INIS)

    Easter, J.R.; Elm, W.C.

    1988-01-01

    The man-machine interfaces of the first generation of expert systems have usually received little or no explicit design effort. As a result, many of these systems when placed in their productive environment have only served to collect dust. One of the more aggravating attributes of such systems has been the demand that the user of such systems religiously follow the pre-determined and fixed problem solving path the domain expert designed in the expert system. Westinghouse has embarked on a program aimed at improving the productivity of the I and C maintenance staff responsible for caring for these new systems, the focus of which is the development of a computer based expert system to be used as a trouble-shooting aid. To date, Westinghouse has created a knowledge structure for such an expert system that describes the purposes or design objectives of the faulted microcomputer system

  19. Cornell Mixing Zone Expert System

    Science.gov (United States)

    This page provides an overview Cornell Mixing Zone Expert System water quality modeling and decision support system designed for environmental impact assessment of mixing zones resulting from wastewater discharge from point sources

  20. Expert system based radionuclide identification

    International Nuclear Information System (INIS)

    Aarnio, P.A.; Ala-Heikkil, J.J.; Hakulinen, T.T.; Nikkinen, M.T.

    1998-01-01

    An expert system coupled with the gamma spectrum analysis system SAMPO has been developed for automating the qualitative identification of radionuclides as well as for determining the quantitative parameters of the spectrum components. The program is written in C-language and runs in various environments ranging from PCs to UNIX workstations. The expert system utilizes a complete gamma library with over 2600 nuclides and 80,000 lines, and a rule base of about fifty criteria including energies, relative peak intensities, genesis modes, half lives, parent-daughter relationships, etc. The rule base is furthermore extensible by the user. This is not an original contribution but a somewhat updated version of papers and reports previously published elsewhere. (author)

  1. WINE ADVISOR EXPERT SYSTEM USING DECISION RULES

    Directory of Open Access Journals (Sweden)

    Dinuca Elena Claudia

    2013-07-01

    Full Text Available In this article I focus on developing an expert system for advising the choice of wine that best matches a specific occasion. An expert system is a computer application that performs a task that would be performed by a human expert. The implementation is done using Delphi programming language. I used to represent the knowledge bases a set of rules. The rules are of type IF THEN ELSE rules, decision rules based on different important wine features.

  2. Impact of Clipping versus Coiling on Postoperative Hemodynamics and Pulmonary Edema after Subarachnoid Hemorrhage

    Directory of Open Access Journals (Sweden)

    Nobutaka Horie

    2014-01-01

    Full Text Available Volume management is critical for assessment of cerebral vasospasm after aneurysmal subarachnoid hemorrhage (SAH. This multicenter prospective cohort study compared the impact of surgical clipping versus endovascular coiling on postoperative hemodynamics and pulmonary edema in patients with SAH. Hemodynamic parameters were measured for 14 days using a transpulmonary thermodilution system. The study included 202 patients, including 160 who underwent clipping and 42 who underwent coiling. There were no differences in global ejection fraction (GEF, cardiac index, systemic vascular resistance index, or global end-diastolic volume index between the clipping and coiling groups in the early period. However, extravascular lung water index (EVLWI and pulmonary vascular permeability index (PVPI were significantly higher in the clipping group in the vasospasm period. Postoperative C-reactive protein (CRP level was higher in the clipping group and was significantly correlated with postoperative brain natriuretic peptide level. Multivariate analysis found that PVPI and GEF were independently associated with high EVLWI in the early period, suggesting cardiogenic edema, and that CRP and PVPI, but not GEF, were independently associated with high EVLWI in the vasospasm period, suggesting noncardiogenic edema. In conclusion, clipping affects postoperative CRP level and may thereby increase noncardiogenic pulmonary edema in the vasospasm period. His trial is registered with University Hospital Medical Information Network UMIN000003794.

  3. Hemodynamic response during aneurysm clipping surgery among experienced neurosurgeons.

    Science.gov (United States)

    Bunevicius, Adomas; Bilskiene, Diana; Macas, Andrius; Tamasauskas, Arimantas

    2016-02-01

    Neurosurgery is a challenging field associated with high levels of mental stress. The goal of this study was to investigate the hemodynamic response of experienced neurosurgeons during aneurysm clipping surgery and to evaluate whether neurosurgeons' hemodynamic responses are associated with patients' clinical statuses. Four vascular neurosurgeons (all male; mean age 51 ± 10 years; post-residency experience ≥7 years) were studied during 42 aneurysm clipping procedures. Blood pressure (BP) and heart rate (HR) were assessed at rest and during seven phases of surgery: before the skin incision, after craniotomy, after dural opening, after aneurysm neck dissection, after aneurysm clipping, after dural closure and after skin closure. HR and BP were significantly greater during surgery relative to the rest situation (p ≤ 0.03). There was a statistically significant increase in neurosurgeons' HR (F [6, 41] = 10.88, p neurosurgeon experience, the difference in BP as a function of aneurysm rupture was not significant (p > 0.08). Aneurysm location, intraoperative aneurysm rupture, admission WFNS score, admission Glasgow Coma Scale scores and Fisher grade were not associated with neurosurgeons' intraoperative HR and BP (all p > 0.07). Aneurysm clipping surgery is associated with significant hemodynamic system activation among experienced neurosurgeons. The greatest HR and BP were after aneurysm neck dissection and clipping. Aneurysm location and patient clinical status were not associated with intraoperative changes of neurosurgeons' HR and BP.

  4. Cooperating expert systems for space station power distribution management

    International Nuclear Information System (INIS)

    Nguyen, T.A.; Chiou, W.C.

    1986-01-01

    In a complex system such as the manned Space Station, it is deemed necessary that many expert systems must perform tasks in a concurrent and cooperative manner. An important question to arise is: what cooperative-task-performing models are appropriate for multiple expert systems to jointly perform tasks. The solution to this question will provide a crucial automation design criteria for the Space Station complex systems architecture. Based on a client/server model for performing tasks, the authors have developed a system that acts as a front-end to support loosely-coupled communications between expert systems running on multiple Symbolics machines. As an example, they use the two ART*-based expert systems to demonstrate the concept of parallel symbolic manipulation for power distribution management and dynamic load planner/scheduler in the simulated Space Station environment. This on-going work will also explore other cooperative-task-performing models as alternatives which can evaluate inter and intra expert system communication mechanisms. It will serve as a testbed and a bench-marking tool for other Space Station expert subsystem communication and information exchange

  5. Cooperating Expert Systems For Space Station Power Distribution Management

    Science.gov (United States)

    Nguyen, T. A.; Chiou, W. C.

    1987-02-01

    In a complex system such as the manned Space Station, it is deem necessary that many expert systems must perform tasks in a concurrent and cooperative manner. An important question arise is: what cooperative-task-performing models are appropriate for multiple expert systems to jointly perform tasks. The solution to this question will provide a crucial automation design criteria for the Space Station complex systems architecture. Based on a client/server model for performing tasks, we have developed a system that acts as a front-end to support loosely-coupled communications between expert systems running on multiple Symbolics machines. As an example, we use two ART*-based expert systems to demonstrate the concept of parallel symbolic manipulation for power distribution management and dynamic load planner/scheduler in the simulated Space Station environment. This on-going work will also explore other cooperative-task-performing models as alternatives which can evaluate inter and intra expert system communication mechanisms. It will be served as a testbed and a bench-marking tool for other Space Station expert subsystem communication and information exchange.

  6. The microcomputer-based expert system in CAD-PV

    International Nuclear Information System (INIS)

    Wang, Y.; Qin, S.

    1987-01-01

    As a branch of artificial intelligence, expert system has been revealed day after day in more and more engineering scopes since the successful applications of MYCIN in diagnosis and DENDRAL in the molecular structure of organic compounds etc.. But in the design scope of pressure vessel, as we know, only a few papers have so far been published with respect to the expert system. The necessity and feasibility of accompanying CAD-PV with expert system attracted more scholars to engage in. Although many countries, including China, have regularized the design standards or codes for pressure vessel, but of which no one can solve all of the problems concerning the various practical occasions and experiences. In general, the more domain knowledges a design engineer possesses of, the better decision will be made by him. By virtue of the expert system any less experienced engineer could make the optimum decision in design as well as a skilled senior engineer in addition to the application of design code. It is the due significance for developing high level expert system as an intelligence assistant in the plan option of CAD-PV. In this paper we attempt to introduce a specified software JACKPV used in the design procedure of jacketed pressure vessel as an intelligence front in CAD-PV. JACKPV consists of the function of expert system based on the personal computer IBM-PC/XT with the language PASCAL in its program. It was proved that an ordinary CAD software could be effectively improved while equipped with expert system. (orig.)

  7. Recurrence of ICA-PCoA aneurysms after neck clipping.

    Science.gov (United States)

    Sakaki, T; Takeshima, T; Tominaga, M; Hashimoto, H; Kawaguchi, S

    1994-01-01

    Between 1975 and 1992, 2211 patients underwent aneurysmal neck clipping at the Nara Medical University clinic and associated hospitals. The aneurysm in 931 of these patients was situated at the junction of the internal carotid artery (ICA) and posterior communicating artery (PCoA). Seven patients were readmitted 4 to 17 years after the first surgery because of regrowth and rupture of an ICA-PCoA aneurysmal sac that had arisen from the residual neck. On angiograms obtained following aneurysmal neck clipping, a large primitive type of PCoA was demonstrated in six patients and a small PCoA in one. A small residual aneurysm was confirmed in only two patients and angiographically complete neck clipping in five. Recurrent ICA-PCoA aneurysms were separated into two types based on the position of the old clip in relation to the new growth. Type 1 aneurysms regrow from the entire neck and balloon eccentrically. In this type, it is possible to apply the clip at the neck as in conventional clipping for a ruptured aneurysm. Type 2 includes aneurysms in which the proximal portion of a previous clip is situated at the corner of the ICA and aneurysmal neck and the distal portion on the enlarged dome of the aneurysm, because the sac is regrowing from a portion of the residual neck. In this type of aneurysm, a Sugita fenestrated clip can occlude the residual neck, overriding the old clip. Classifying these aneurysms into two groups is very useful from a surgical point of view because it is possible to apply a new clip without removing the old clip, which was found to be adherent to surrounding tissue.

  8. An examination of expert systems activities within the nuclear industry

    International Nuclear Information System (INIS)

    Bernard, J.A.; Washio, Takashi.

    1988-01-01

    This paper provides an overview of a detailed evaluation that the authors recently completed on expert systems applications within the nuclear industry. That evaluation examined the motivation for utilizing expert systems, identified the areas to which they were being applied, and provided an assessment of their utility. Listed here are some of the salient findings of that report. (1) Utilities are developing their own artificial intelligence tools rather than using commercial products. (2) Few expert systems are being developed for the express purpose of capturing human expertise. (3) A number of successful expert systems have been developed to assist in plant design, management, and maintenance scheduling. (4) Interactive diagnostic systems are being developed for the analysis of physical processes that vary slowly. (5) Real-time diagnostic expert systems are currently at the cutting edge of the technology. (6) Operator adviser and emergency response expert systems constitute ∼25% of the total. (7) Research on the use of expert systems for reactor control is quite active. (8) Too few quantitative evaluations of the benefits of expert systems to reactor operators have been performed. The operator's need is for timely, factual information on plant status. Hence, the true challenge to expert systems is real-time diagnostics

  9. Journal of Clipped Words in Reader's Digest Magazine

    OpenAIRE

    Simanjuntak, Lestari

    2012-01-01

    This study deals with Clipped Words in the “Laughter, the Best Medicine” of Reader's Digest. The objectives of the study are to find out the types of clipped words which are used in the “Laughter, the Best Medicine” of Reader's Digest, to find out sthe dominantly used in the whole story and to reason the dominant clipped word use in the text. The study use descriptive qualitative method. The data were collected from seventeen selected Reader's Digest which contains the clipped word by applie...

  10. Expert system aided operator's mental activities training

    International Nuclear Information System (INIS)

    Gieci, A.; Macko, J.; Mosny, J.; Gese, A.

    1994-01-01

    The operator's mental activity is the most important part of his work. A processing of a large amount of the information by the operator is possible only if he/she possesses appropriate cognitive skills. To facilitate the novice's acquisition of the experienced operator's cognitive skills of the decision-making process a special type of the expert system was developed. The cognitive engineering's models and problem-solving methodology constitutes the basis of this expert system. The article gives an account of the prototype of the mentioned expert system developed to aid the whole mental activity of the nuclear power plant operator during his decision-making process. (author). 6 refs, 6 figs

  11. Expert System for ASIC Imaging

    Science.gov (United States)

    Gupta, Shri N.; Arshak, Khalil I.; McDonnell, Pearse; Boyce, Conor; Duggan, Andrew

    1989-07-01

    With the developments in the techniques of artificial intelligence over the last few years, development of advisory, scheduling and similar class of problems has become very convenient using tools such as PROLOG. In this paper an expert system has been described which helps lithographers and process engineers in several ways. The methodology used is to model each work station according to its input, output and control parameters, combine these work stations in a logical sequence based on past experience and work out process schedule for a job. In addition, all the requirements vis-a-vis a particular job parameters are converted into decision rules. One example is the exposure time, develop time for a wafer with different feature sizes would be different. This expert system has been written in Turbo Prolog. By building up a large number of rules, one can tune the program to any facility and use it for as diverse applications as advisory help, trouble shooting etc. Leitner (1) has described an advisory expert system that is being used at National Semiconductor. This system is quite different from the one being reported in the present paper. The approach is quite different for one. There is stress on job flow and process for another.

  12. 21 CFR 886.1410 - Ophthalmic trial lens clip.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Ophthalmic trial lens clip. 886.1410 Section 886...) MEDICAL DEVICES OPHTHALMIC DEVICES Diagnostic Devices § 886.1410 Ophthalmic trial lens clip. (a) Identification. An ophthalmic trial lens clip is a device intended to hold prisms, spheres, cylinders, or...

  13. The Study of Expert System Utilization for the Accelerator Operation

    International Nuclear Information System (INIS)

    Budi-Santosa; Slamet-Santosa; Subari-Santosa

    2000-01-01

    The utilization of expert system in the accelerator laboratory has been studied. The study covers the utilization of expert system in the setting up experiment (tuning parameter), controlling system, safety or warning system. The results study shows, that using the expert system in the accelerator would be easy to operate the accelerator for user and operator. Increasing the skill of expert system could be updated without logical mechanism modification. (author)

  14. Expert system for web based collaborative CAE

    Science.gov (United States)

    Hou, Liang; Lin, Zusheng

    2006-11-01

    An expert system for web based collaborative CAE was developed based on knowledge engineering, relational database and commercial FEA (Finite element analysis) software. The architecture of the system was illustrated. In this system, the experts' experiences, theories and typical examples and other related knowledge, which will be used in the stage of pre-process in FEA, were categorized into analysis process and object knowledge. Then, the integrated knowledge model based on object-oriented method and rule based method was described. The integrated reasoning process based on CBR (case based reasoning) and rule based reasoning was presented. Finally, the analysis process of this expert system in web based CAE application was illustrated, and an analysis example of a machine tool's column was illustrated to prove the validity of the system.

  15. Expert Systems: An Introduction -46 ...

    Indian Academy of Sciences (India)

    Research Scientist in the. Knowledge Based. Computer Systems Group at NeST. He is one of the ... Expert systems encode human expertise in limited domains ... answers questions the user has and provides an explanation of its reasoning.

  16. Expert Systems as a Mindtool To Facilitate Mental Model Learning.

    Science.gov (United States)

    Mason-Mason, Susan Dale; Tessmer, Martin A.

    2000-01-01

    This exploratory study investigated whether the process of constructing an expert system model promotes the formation of expert-like mental models. Discusses expert systems as mindtools, expert systems as learning tools, the assessment of mental models, results of pretests and posttests, and future research. (Contains 56 references.) (Author/LRW)

  17. THE ARCHITECTURE OF MULTI-COMPONENT DISTRIBUTED HYBRID EXPERT TRAINING SYSTEM

    Directory of Open Access Journals (Sweden)

    Оleh Shevchuk

    2016-09-01

    Full Text Available The paper reports on the design of a multi-component architecture of distributed hybrid expert training system that can be used for the study of knowledge base of both internal and external expert systems and artificial intelligence systems that are distributed on Internet servers and other computer networks. Expert training system is based on three groups of basic principles: cybernetic, reflecting experience of previous research of systems of artificial intelligence, expert training systems; pedagogical, determining the principles, on which pedagogical design and use of expert training systems are based; psychological, determining preconditious and understanding of pupils psychics, on which the processes of design and use of expert training systems in professional training of future specialists are based.It accounts for the efficient training through the distributed knowledge via the Internet, which greatly increases the didactic capabilities of the system.

  18. Criteria for the CAREM reactor's expert system design conduction

    International Nuclear Information System (INIS)

    Furman, A.; Delgado, R.

    1990-01-01

    The present work describes the analysis made to start with the development of an Expert System for the CAREM (SE) reactor's conduction. The following tasks are presented: a) purpose of the Expert System; b) Decision Making structure; c) Architecture of the Expert System; d) Description of Subsystems and e) Licensing. (Author) [es

  19. Using Expert Systems in Evaluation of the State of High Voltage Machine Insulation Systems

    Directory of Open Access Journals (Sweden)

    K. Záliš

    2000-01-01

    Full Text Available Expert systems are used for evaluating the actual state and future behavior of insulating systems of high voltage electrical machines and equipment. Several rule-based expert systems have been developed in cooperation with top diagnostic workplaces in the Czech Republic for this purpose. The IZOLEX expert system evaluates diagnostic measurement data from commonly used offline diagnostic methods for the diagnostic of high voltage insulation of rotating machines, non-rotating machines and insulating oils. The CVEX expert system evaluates the discharge activity on high voltage electrical machines and equipment by means of an off-line measurement. The CVEXON expert system is for evaluating the discharge activity by on-line measurement, and the ALTONEX expert system is the expert system for on-line monitoring of rotating machines. These developed expert systems are also used for educating students (in bachelor, master and post-graduate studies and in courses which are organized for practicing engineers and technicians and for specialists in the electrical power engineering branch. A complex project has recently been set up to evaluate the measurement of partial discharges. Two parallel expert systems for evaluating partial dischatge activity on high voltage electrical machines will work at the same time in this complex evaluating system.

  20. A demonstration of expert systems applications in transportation engineering : volume III, evaluation of the prototype expert system TRANZ.

    Science.gov (United States)

    1990-01-01

    The validation and evaluation of an expert system for traffic control in highway work zones (TRANZ) is described. The stages in the evaluation process consisted of the following: revisit the experts, selectively distribute copies of TRANZ with docume...

  1. EXPERT SYSTEMS - DEVELOPMENT OF AGRICULTURAL INSURANCE TOOL

    Directory of Open Access Journals (Sweden)

    NAN Anca-Petruţa

    2013-07-01

    Full Text Available Because of the fact that specialty agricultural assistance is not always available when the farmers need it, we identified expert systems as a strong instrument with an extended potential in agriculture. This started to grow in scale recently, including all socially-economic activity fields, having the role of collecting data regarding different aspects from human experts with the purpose of assisting the user in the necessary steps for solving problems, at the performance level of the expert, making his acquired knowledge and experience available. We opted for a general presentation of the expert systems as well as their necessity, because, the solution to develop the agricultural system can come from artificial intelligence by implementing the expert systems in the field of agricultural insurance, promoting existing insurance products, farmers finding options in depending on their necessities and possibilities. The objective of this article consists of collecting data about different aspects about specific areas of interest of agricultural insurance, preparing the database, a conceptual presentation of a pilot version which will become constantly richer depending on the answers received from agricultural producers, with the clearest exposure of knowledgebase possible. We can justify picking this theme with the fact that even while agricultural insurance plays a very important role in agricultural development, the registered result got from them are modest, reason why solutions need to be found in the scope of developing the agricultural sector. The importance of this consists in the proposal of an immediate viable solution to correspond with the current necessities of agricultural producers and in the proposal of an innovative solution, namely the implementation of expert system in agricultural insurance as a way of promoting insurance products. Our research, even though it treats the subject at an conceptual level, it wants to undertake an

  2. Biocompatibility of Plastic Clip in Neurocranium - Experimental Study on Dogs.

    Science.gov (United States)

    Delibegovic, Samir; Dizdarevic, Kemal; Cickusic, Elmir; Katica, Muhamed; Obhodjas, Muamer; Ocus, Muhamed

    2016-01-01

    A potential advantage of the use of the plastic clips in neurosurgery is their property of causing fewer artifacts than titanium clips as assessed by computed tomography and magnetic resonance scans. The biocompatibility of plastic clips was demonstrated in the peritoneal cavity, but their behavior in the neurocranium is not known. Twelve aggressive stray dogs designated for euthanasia were taken for this experimental study. The animals were divided into two groups. In all cases, after anesthesia, a craniotomy was performed, and after opening the dura, a proximal part titanium clip was placed on the isolated superficial Sylvian vein (a permanent Yasargil FT 746 T clip at a 90° angle, while a plastic Hem-o-lok clip ML was placed on another part of the vein). The first group of animals was sacrificed on the 7 th postoperative day and the second group on the 60 th postoperative day. Samples of tissue around the clips were taken for a histopathological evaluation. The plastic clip caused a more intensive tissue reaction than the titanium clip on the 7 th postoperative day, but there was no statistical difference. Even on the 60 th postoperative day there was no significant difference in tissue reaction between the titanium and plastic clips. These preliminary results confirm the possibility for the use of plastic clips in neurosurgery. Before their use in human neurosurgery, further studies are needed to investigate the long-term effects of the presence of plastic clips in the neurocranium, as well as studies of the aneurysmal model.

  3. Object oriented development of engineering software using CLIPS

    Science.gov (United States)

    Yoon, C. John

    1991-01-01

    Engineering applications involve numeric complexity and manipulations of a large amount of data. Traditionally, numeric computation has been the concern in developing an engineering software. As engineering application software became larger and more complex, management of resources such as data, rather than the numeric complexity, has become the major software design problem. Object oriented design and implementation methodologies can improve the reliability, flexibility, and maintainability of the resulting software; however, some tasks are better solved with the traditional procedural paradigm. The C Language Integrated Production System (CLIPS), with deffunction and defgeneric constructs, supports the procedural paradigm. The natural blending of object oriented and procedural paradigms has been cited as the reason for the popularity of the C++ language. The CLIPS Object Oriented Language's (COOL) object oriented features are more versatile than C++'s. A software design methodology based on object oriented and procedural approaches appropriate for engineering software, and to be implemented in CLIPS was outlined. A method for sensor placement for Space Station Freedom is being implemented in COOL as a sample problem.

  4. Mounting clips for panel installation

    Science.gov (United States)

    Cavieres, Andres; Al-Haddad, Tristan; Goodman, Joseph

    2017-07-11

    A photovoltaic panel mounting clip comprising a base, central indexing tabs, flanges, lateral indexing tabs, and vertical indexing tabs. The mounting clip removably attaches one or more panels to a beam or the like structure, both mechanically and electrically. It provides secure locking of the panels in all directions, while providing guidance in all directions for accurate installation of the panels to the beam or the like structure.

  5. An Embedded Rule-Based Diagnostic Expert System in Ada

    Science.gov (United States)

    Jones, Robert E.; Liberman, Eugene M.

    1992-01-01

    Ada is becoming an increasingly popular programming language for large Government-funded software projects. Ada with it portability, transportability, and maintainability lends itself well to today's complex programming environment. In addition, expert systems have also assumed a growing role in providing human-like reasoning capability expertise for computer systems. The integration is discussed of expert system technology with Ada programming language, especially a rule-based expert system using an ART-Ada (Automated Reasoning Tool for Ada) system shell. NASA Lewis was chosen as a beta test site for ART-Ada. The test was conducted by implementing the existing Autonomous Power EXpert System (APEX), a Lisp-based power expert system, in ART-Ada. Three components, the rule-based expert systems, a graphics user interface, and communications software make up SMART-Ada (Systems fault Management with ART-Ada). The rules were written in the ART-Ada development environment and converted to Ada source code. The graphics interface was developed with the Transportable Application Environment (TAE) Plus, which generates Ada source code to control graphics images. SMART-Ada communicates with a remote host to obtain either simulated or real data. The Ada source code generated with ART-Ada, TAE Plus, and communications code was incorporated into an Ada expert system that reads the data from a power distribution test bed, applies the rule to determine a fault, if one exists, and graphically displays it on the screen. The main objective, to conduct a beta test on the ART-Ada rule-based expert system shell, was achieved. The system is operational. New Ada tools will assist in future successful projects. ART-Ada is one such tool and is a viable alternative to the straight Ada code when an application requires a rule-based or knowledge-based approach.

  6. Expert System Techniques and Applications in AEC-Design

    DEFF Research Database (Denmark)

    Andersen, Tom

    This part of a book presents expert system techniques applicable to building design and construction, and it reports and evaluates on systems developed in thar domain.......This part of a book presents expert system techniques applicable to building design and construction, and it reports and evaluates on systems developed in thar domain....

  7. REXS : A financial risk diagnostic expert system

    Directory of Open Access Journals (Sweden)

    W. Richter

    2012-01-01

    Full Text Available

    ENGLISH ABSTRACT: Artificial intelligence techniques are rapidly emerging as important contributors to more effective management. One of the greatest growth areas probably lies in the use of Expert System methodology for supporting managerial decision processes.
    Existing Decision Support Systems often attempt to apply analytical techniques in combination with traditional data access and retrieval functions. One of the problems usually encountered while developing such decision support systems is the need to transform an unstructured problem environment into a structured analytical model. Using an expert system approach to strategic decision making in such unstructured problem environments may provide significant advantages.
    The financial Risk diagnostic EXpert System (REXS concentrates on Financial Risk Analysis. Based on a Forecasting Model the system will, with the support of several expert system knowledge bases, attempt to evaluate the financial risk of a business and provide guidelines for improvement.

    AFRIKAANSE OPSOMMING: Tegnieke gebaseer op Kunsmatige Intelligensie toon tans die belofte om belangrike bydraes te maak tot meerBestaande Besluitsteunstelsels poog dikwels om analitiese tegnieke en lradisionele datatoegang- en onttrekkingsfunksies te kombineer. Een van die probleme wat gewoonlik ondervind word gedurende die ontwikkeling van '0 besluitsteunstelsel bestaan uit die behoefte om 'n ongestruktueerde probleemomgewing te transformeer na 'n gestruktueerde analitiese model. 'n Ekspertstelselbenadering lot strategiese besluitneming in 'n ongeSlruktureerde probleemomgewing mag betekenisvolle voordele inhou.
    Die "financial Risk diagnostic EXpert System (REXS" konsentreer op fmansiele risiko-analise. Uitgaande vanaf 'n Vooruitskattingsmode~ en deur gebruik te maak van verskeie ekspertstelselkennisbasisse, poog die stelsel om die fmansiele risiko van 'n onderneming te evalueer en riglyne vir moontlike verbetering

  8. Chinese Language Video Clips. [CD-ROM].

    Science.gov (United States)

    Fleming, Stephen; Hipley, David; Ning, Cynthia

    This compact disc includes video clips covering six topics for the learner of Chinese: personal information, commercial transactions, travel and leisure, health and sports, food and school. Filmed on location in Beijing, these naturalistic video clips consist mainly of unrehearsed interviews of ordinary people. The learner is lead through a series…

  9. Left cardiac chambers reverse remodeling after percutaneous mitral valve repair with the MitraClip system.

    Science.gov (United States)

    Scandura, Salvatore; Ussia, Gian Paolo; Capranzano, Piera; Caggegi, Anna; Sarkar, Kunal; Cammalleri, Valeria; Mangiafico, Sarah; Chiarandà, Marta; Immè, Sebastiano; Di Pasqua, Fabio; Pistritto, Anna Maria; Millan, Giovanni; Tamburino, Corrado

    2012-10-01

    Successful mitral valve surgical repair, decreasing volume overload, has been shown to provide reverse left ventricular (LV) and/or left atrial remodeling in most patients. Percutaneous mitral valve repair with the MitraClip system (Abbott, Abbott Park, IL) has been associated with favorable clinical outcomes in patients with mitral regurgitation at high risk of surgery. However, specific data on left cardiac chambers reverse remodeling after such procedures are limited. This was a prospective observational study of consecutive patients at high risk of surgery, with moderate-to-severe or severe mitral regurgitation undergoing MitraClip system implantation. Follow-up echocardiography was performed at 6 months. The evaluated parameters were the LV end-diastolic and end-systolic volume indexes, LV sphericity index, LV ejection fraction, and left atrial volume index. Reverse LV remodeling was defined as a decrease of 10% in the LV end-diastolic volume index. The study population included 44 patients: 14 with degenerative and 30 with functional mitral regurgitation. At 6 months of follow-up, significant reductions in the median and interquartile range of the sphericity index (from 0.57 [interquartile range 0.54-0.62] to 0.54 [interquartile range 0.50-0.58]; P interquartile range 63.0-102.2] to 60.7 mL/m(2) [50.8-84.4]; P interquartile range 28.2-70.5] to 28.9 mL/m(2) [interquartile range 22.2-55.8]; P interquartile range 30.0-55.0%] to 46.0% [interquartile range 35.0-58.0%]; P < .001) from baseline to 6 months. Minor differences in the left atrial volume index were observed. Reverse remodeling, according to the specified definition, was observed in 77.3% of the patients. The present study reports positive LV reshape effects after mitral valve repair with the MitraClip system, showing significant improvements in LV size and function. Copyright © 2012 American Society of Echocardiography. Published by Mosby, Inc. All rights reserved.

  10. An expert system to estimate SNM production at LWR systems

    International Nuclear Information System (INIS)

    Sandquist, G.M.; Allison, J.L.; Rogers, V.C.

    1988-01-01

    An artificial intelligence expert system, analysis of proliferation by expert system (APES), has been developed and tested to permit a nonexpert to quickly evaluate the capabilities and capacities of a reactor and reprocessing system for producing and separating plutonium [special nuclear material (SNM)] even when system information may be limited and uncertain. The present analysis domain of APES is directed at light water reactors and Purex reprocessing, but extension of the domain is planned

  11. Expert system for USNRC emergency response

    International Nuclear Information System (INIS)

    Sebo, D.E.; Bray, M.A.; King, M.A.

    1986-01-01

    The Reactor Safety Assessment System (RSAS) is an expert system under development for the United States Nuclear Regulatory Commission (USNRC). RSAS is intended for use at the NRC's Operations Center in the event of a serious incident at a licensed nuclear power plant. RSAS is a situation assessment expert system which uses plant parametric data to generate conclusions for use by the NRC Reactor Safety Team. RSAS uses multiple rule bases and plant specific setpoint files in order to be applicable to all licensed power plants. RSAS currently covers several generic reactor types and power plants within those classes

  12. Diagnosis - Using automatic test equipment and artificial intelligence expert systems

    Science.gov (United States)

    Ramsey, J. E., Jr.

    Three expert systems (ATEOPS, ATEFEXPERS, and ATEFATLAS), which were created to direct automatic test equipment (ATE), are reviewed. The purpose of the project was to develop an expert system to troubleshoot the converter-programmer power supply card for the F-15 aircraft and have that expert system direct the automatic test equipment. Each expert system uses a different knowledge base or inference engine, basing the testing on the circuit schematic, test requirements document, or ATLAS code. Implementing generalized modules allows the expert systems to be used for any different unit under test. Using converted ATLAS to LISP code allows the expert system to direct any ATE using ATLAS. The constraint propagated frame system allows for the expansion of control by creating the ATLAS code, checking the code for good software engineering techniques, directing the ATE, and changing the test sequence as needed (planning).

  13. Use of expert systems in nuclear power plants

    International Nuclear Information System (INIS)

    Uhrig, R.E.

    1989-01-01

    The application of technologies, particularly expert systems, to the control room activities in a nuclear power plant has the potential to reduce operator error and increase plant safety, reliability, and efficiency. Furthermore, there are a large number of nonoperating activities (testing, routine maintenance, outage planning, equipment diagnostics, and fuel management) in which expert systems can increase the efficiency and effectiveness of overall plant and corporate operations. This document presents a number of potential applications of expert systems in the nuclear power field. 36 refs., 2 tabs

  14. Expert systems for automated maintenance of a Mars oxygen production system

    Science.gov (United States)

    Huang, Jen-Kuang; Ho, Ming-Tsang; Ash, Robert L.

    1992-08-01

    Application of expert system concepts to a breadboard Mars oxygen processor unit have been studied and tested. The research was directed toward developing the methodology required to enable autonomous operation and control of these simple chemical processors at Mars. Failure detection and isolation was the key area of concern, and schemes using forward chaining, backward chaining, knowledge-based expert systems, and rule-based expert systems were examined. Tests and simulations were conducted that investigated self-health checkout, emergency shutdown, and fault detection, in addition to normal control activities. A dynamic system model was developed using the Bond-Graph technique. The dynamic model agreed well with tests involving sudden reductions in throughput. However, nonlinear effects were observed during tests that incorporated step function increases in flow variables. Computer simulations and experiments have demonstrated the feasibility of expert systems utilizing rule-based diagnosis and decision-making algorithms.

  15. Integrated Knowledge Based Expert System for Disease Diagnosis System

    Science.gov (United States)

    Arbaiy, Nureize; Sulaiman, Shafiza Eliza; Hassan, Norlida; Afizah Afip, Zehan

    2017-08-01

    The role and importance of healthcare systems to improve quality of life and social welfare in a society have been well recognized. Attention should be given to raise awareness and implementing appropriate measures to improve health care. Therefore, a computer based system is developed to serve as an alternative for people to self-diagnose their health status based on given symptoms. This strategy should be emphasized so that people can utilize the information correctly as a reference to enjoy healthier life. Hence, a Web-based Community Center for Healthcare Diagnosis system is developed based on expert system technique. Expert system reasoning technique is employed in the system to enable information about treatment and prevention of the diseases based on given symptoms. At present, three diseases are included which are arthritis, thalassemia and pneumococcal. Sets of rule and fact are managed in the knowledge based system. Web based technology is used as a platform to disseminate the information to users in order for them to optimize the information appropriately. This system will benefit people who wish to increase health awareness and seek expert knowledge on the diseases by performing self-diagnosis for early disease detection.

  16. Concept of expert system for modal split in transportation planning

    Directory of Open Access Journals (Sweden)

    Popović Maja M.

    2006-01-01

    Full Text Available The objective of this paper is to develop a concept of expert system based on the survey of experts' opinions and their experience concerning relations in modal split, on the basis of parameters of transport system demand and transport supply, defined through PT travel time and city size, i.e. mean trip length. This expert system could be of use both to experts and less experienced planners who could apply the knowledge contained in this expert system for further improvement, on operational as well as on strategic level.

  17. [Development of expert diagnostic system for common respiratory diseases].

    Science.gov (United States)

    Xu, Wei-hua; Chen, You-ling; Yan, Zheng

    2014-03-01

    To develop an internet-based expert diagnostic system for common respiratory diseases. SaaS system was used to build architecture; pattern of forward reasoning was applied for inference engine design; ASP.NET with C# from the tool pack of Microsoft Visual Studio 2005 was used for website-interview medical expert system.The database of the system was constructed with Microsoft SQL Server 2005. The developed expert system contained large data memory and high efficient function of data interview and data analysis for diagnosis of various diseases.The users were able to perform this system to obtain diagnosis for common respiratory diseases via internet. The developed expert system may be used for internet-based diagnosis of various respiratory diseases,particularly in telemedicine setting.

  18. An expert system in medical diagnosis

    International Nuclear Information System (INIS)

    Raboanary, R.; Raoelina Andriambololona; Soffer, J.; Raboanary, J.

    2001-01-01

    Health problem is still a crucial one in some countries. It is so important that it becomes a major handicap in economic and social development. In order to solve this problem, we have conceived an expert system that we called MITSABO, which means TO HEAL, to help the physicians to diagnose tropical diseases. It is clear that by extending the data base and the knowledge base, we can extend the application of the software to more general areas. In our expert system, we used the concept of 'self organization' of neural network based on the determination of the eigenvalues and the eigenvectors associated to the correlation matrix XX t . The projection of the data on the two first eigenvectors gives a classification of the diseases which is used to get a first approach in the diagnosis of the patient. This diagnosis is improved by using an expert system which is built from the knowledge base.

  19. Online NPP monitoring with neuro-expert system

    International Nuclear Information System (INIS)

    Nabeshima, K.

    2002-01-01

    This study present a hybrid monitoring system for nuclear power plant utilizing neural networks and a rule-based expert system. The whole monitoring system including a data acquisition system and the advisory displays has been tested by an on-line simulator of pressurized water reactor. From the testing results, it was shown that the neural network in the monitoring system successfully modeled the plant dynamics and detected the symptoms of anomalies earlier than the conventional alarm system. The expert system also worked satisfactorily in diagnosing and displaying the system status by using the outputs of neural networks and a priori knowledge base

  20. Brain-based decoding of mentally imagined film clips and sounds reveals experience-based information patterns in film professionals.

    Science.gov (United States)

    de Borst, Aline W; Valente, Giancarlo; Jääskeläinen, Iiro P; Tikka, Pia

    2016-04-01

    In the perceptual domain, it has been shown that the human brain is strongly shaped through experience, leading to expertise in highly-skilled professionals. What has remained unclear is whether specialization also shapes brain networks underlying mental imagery. In our fMRI study, we aimed to uncover modality-specific mental imagery specialization of film experts. Using multi-voxel pattern analysis we decoded from brain activity of professional cinematographers and sound designers whether they were imagining sounds or images of particular film clips. In each expert group distinct multi-voxel patterns, specific for the modality of their expertise, were found during classification of imagery modality. These patterns were mainly localized in the occipito-temporal and parietal cortex for cinematographers and in the auditory cortex for sound designers. We also found generalized patterns across perception and imagery that were distinct for the two expert groups: they involved frontal cortex for the cinematographers and temporal cortex for the sound designers. Notably, the mental representations of film clips and sounds of cinematographers contained information that went beyond modality-specificity. We were able to successfully decode the implicit presence of film genre from brain activity during mental imagery in cinematographers. The results extend existing neuroimaging literature on expertise into the domain of mental imagery and show that experience in visual versus auditory imagery can alter the representation of information in modality-specific association cortices. Copyright © 2016 Elsevier Inc. All rights reserved.

  1. Topics in expert system design methodologies and tools

    CERN Document Server

    Tasso, C

    1989-01-01

    Expert Systems are so far the most promising achievement of artificial intelligence research. Decision making, planning, design, control, supervision and diagnosis are areas where they are showing great potential. However, the establishment of expert system technology and its actual industrial impact are still limited by the lack of a sound, general and reliable design and construction methodology.This book has a dual purpose: to offer concrete guidelines and tools to the designers of expert systems, and to promote basic and applied research on methodologies and tools. It is a coordinated coll

  2. Expert System Applications for the Electric Power Industry: Proceedings

    International Nuclear Information System (INIS)

    1992-06-01

    A conference on Expert System Applications for the Electric Power Industry was held in Boston on September 8--11, 1991 to provide a forum for technology transfer, technical information exchange, and education. The conference was attended by more than 150 representatives of electric utilities, equipment manufacturers, engineering consulting organizations, universities, national laboratories, and government agencies. The meeting included a keynote address, 70 papers, and 18 expert system demonstrations. Sessions covered expert systems in power system planning operations, fossil power plant applications, nuclear power plant applications, and intelligent user interfaces. The presentations showed how expert systems can provide immediate benefits to the electric power industry in many applications. Individual papers are indexed separately

  3. A study on expert system applications for nuclear power plant

    International Nuclear Information System (INIS)

    Huh, Young Hwan; Kim, Yeong Jin; Park, Nam Seog; Dong, In Sook; Choi, In Seon

    1987-12-01

    The application of artificial intelligence techniques to nuclear power plants such as expert systems is rapidly emerging. expert systems can contribute significantly to the availability and the improved operation and safety of nuclear power plants. The objective of the project is to develop an expert system in a selected application area in the nuclear power plants. This project will last for 3 years. The first year's tasks are: - Information collection and literature survey on expert systems. - Analysis of several applicable areas for applying AI technologies to the nuclear power plants. - Conceptual design of a few selected domains. - Selection of hardware and software tools for the development of the expert system

  4. An expert system for diesel generator diagnostics

    International Nuclear Information System (INIS)

    Bley, D.C.; Read, J.W.; Kaplan, S.; Liming, J.K.; Brosee, N.M.; Hanley, D.W.

    1987-01-01

    The idea of developing artificial intelligence (AI) systems to capture the knowledge of human experts is receiving much attention these days. The idea is even more attractive when important expertise resides within a single individual, especially one who is nearing retirement and who has not otherwise recorded or passed along his important knowledge and thought processes. The diesel generators at Pilgrim Nuclear Power Station have performed exceptionally well, primarily due to the care and attention of one man. Therefore, the authors are constructing an expert system for the diagnosis of diesel generator problems at Pilgrim. This paper includes a description of the expert system design and operation, examples from the knowledge base, and sample diagnoses, so the reader can observe the process in action

  5. Feed type based expert systems in mineral processing plants

    International Nuclear Information System (INIS)

    Jamsa-Jounela, S.-L.; Laine, S.; Laurila, H.

    1999-01-01

    Artificial Intelligence includes excellent tools for the control and supervision of industrial processes. Several thousand industrial applications have been reported worldwide. Recently, the designers of the AI systems have begun to hybridize the intelligent techniques, expert systems, fuzzy logic and neural networks, to enhance the capability of the AI systems. Expert systems have proved to be ideal candidates especially for the control of mineral processes. As successful case projects, expert system based on on-line classification of the feed type is described in this paper. The essential feature of this expert system is the classification of different feed types and their distinct control strategies at the plant. In addition to the classification, the expert system has a database containing information about how to handle the determined feed type. This self-learning database scans historical process data to suggest the best treatment for the ore type under processing. The system has been tested in two concentrators, the Outokumpu Finnmines Oy, Hitura mine and Outokumpu Chrome Oy, Kemi mine. (author)

  6. Application of expert systems in damage assessment of reinforced concrete structures

    International Nuclear Information System (INIS)

    Fazel Zarandi, M. H.; Sobhani, J.

    2003-01-01

    Expert systems are receiving great attentions in construction industry to support decision making processes in diagnostics, design, repair and rehabilitation of the structures. Although several expert systems have been examined in engineering since the 1970's, their applications in construction industry are rate. This was largely due to the lack of expert system tools available to represent the domain knowledge. Lack of flexibility, applicability, and robustness of the classical models, have forced the scientists to discover the ability of the expert systems in problem solving of civil engineering. This paper present an expert system for diagnosis the deterioration of concrete structures. This expert system emphasizes on cracking distress in reinforced concrete elements. A case study has been presented to examine and evaluate the proposed expert system. The system demonstrates a straightforward method for diagnosing the cause of reinforced concrete elements cracking

  7. Application of expert system to nuclear power plant operation and guidance system

    International Nuclear Information System (INIS)

    Goto, M.; Takada, Y.

    1990-01-01

    For a nuclear power plant, it is important that an expert system supplies useful information to the operator to meet the increasing demand for high-level plant operation. It is difficult to build a user-friendly expert system that supplies useful information in real time using existing general-purpose expert system shells. Therefore a domain-specific expert system shell with a useful knowledge representation for problem-solving in nuclear power plant operation was selected. The Plant Table (P/T) representation format was developed for description of a production system for nuclear power plant operation knowledge. The P/T consists of plant condition representation designed to process multiple inputs and single output. A large number of operation inputs for several plant conditions are divided into 'timing conditions', 'preconditions' and 'completion conditions' to facilitate knowledge-base build-up. An expert system for a Nuclear Power Plant Operation and Guidance System utilizing the P/T was developed to assist automatic plant operation and surveillance test operation. In these systems, automatic plant operation signals to the plant equipment and operation guidance messages to the operators are both output based on the processing and assessment of plant operation conditions by the P/T. A surveillance test procedure guide for major safety-related systems, such as those for emergency core cooling systems, is displayed on a CRT (Cathode Ray Tube) and test results are printed out. The expert system for a Nuclear Power Plant Operation and Guidance System has already been successfully applied to Japanese BWR plants

  8. Comparisons of spectrally-enhanced asymmetrically-clipped optical OFDM systems.

    Science.gov (United States)

    Lowery, Arthur James

    2016-02-22

    Asymmetrically clipped optical orthogonal frequency-division multiplexing (ACO-OFDM) is a technique that sacrifices spectral efficiency in order to transmit an orthogonally frequency-division multiplexed signal over a unipolar channel, such as a directly modulated direct-detection fiber or free-space channel. Several methods have been proposed to regain this spectral efficiency, including: asymmetrically clipped DC-biased optical OFDM (ADO-OFDM), enhanced U-OFDM (EU-OFDM), spectral and energy efficient OFDM (SEE-OFDM), Hybrid-ACO-OFDM and Layered-ACO-OFDM. This paper presents simulations up to high-order constellation sizes to show that Layered-ACO-OFDM offers the highest receiver sensitivity for a given optical power at spectral efficiencies above 3 bit/s/Hz. For comparison purposes, white Gaussian noise is added at the receiver, component nonlinearities are not considered, and the fiber is considered to be linear and dispersion-less. The simulations show that LACO-OFDM has a 7-dB sensitivity advantage over DC-biased OFDM (DCO-OFDM) for 1024-QAM at 87.5% of DCO-OFDM's spectral efficiency, at the same bit rate and optical power. This is approximately equivalent to a 4.4-dB advantage at the same spectral efficiency of 87.7% if 896-QAM were to be used for DCO-OFDM.

  9. AN EXPERT SYSTEM USED IN DESIGN

    Directory of Open Access Journals (Sweden)

    Hüdayim BAŞAK

    2001-03-01

    Full Text Available In this work, an expert system used in computer aided design has been developed. In the developed program, the features which are used in the models prepared by a feature based design program are evaluated by the expert system module and are used in part modeling after determining of their compatibilty according to the rules. This program, particulary for those who do not know or know very little manufacturing stages, accomplishes the duty of informing and directing them. The program developed warns the user for design mistakes made during modeling.

  10. Development of an artifact-free aneurysm clip

    Directory of Open Access Journals (Sweden)

    Brack Alexander

    2016-09-01

    Full Text Available For the treatment of intracranial aneurysms with aneurysm clips, usually a follow-up inspection in MRI is required. To avoid any artifacts, which can make a proper diagnosis difficult, a new approach for the manufacturing of an aneurysm clip entirely made from fiber-reinforced plastics has been developed. In this paper the concept for the design of the clip, the development of a new manufacturing technology for the fiber-reinforced components as well as first results from the examination of the components in phantom MRI testing is shown.

  11. QUEST: Quality of Expert Systems

    NARCIS (Netherlands)

    Perre, M.

    1991-01-01

    TNO Physics and Electronics laboratory, in collaboration with the University of Limburg and the Research Institute for Knowledge Systems, worked on a technology project named 'QUEST: Quality of Expert Systems' [FEL90]. QUEST was carried out under commision of the Dutch Ministry of Defence. A strong

  12. Digital video clips for improved pedagogy and illustration of scientific research — with illustrative video clips on atomic spectrometry

    Science.gov (United States)

    Michel, Robert G.; Cavallari, Jennifer M.; Znamenskaia, Elena; Yang, Karl X.; Sun, Tao; Bent, Gary

    1999-12-01

    This article is an electronic publication in Spectrochimica Acta Electronica (SAE), a section of Spectrochimica Acta Part B (SAB). The hardcopy text is accompanied by an electronic archive, stored on the CD-ROM accompanying this issue. The archive contains video clips. The main article discusses the scientific aspects of the subject and explains the purpose of the video files. Short, 15-30 s, digital video clips are easily controllable at the computer keyboard, which gives a speaker the ability to show fine details through the use of slow motion. Also, they are easily accessed from the computer hard drive for rapid extemporaneous presentation. In addition, they are easily transferred to the Internet for dissemination. From a pedagogical point of view, the act of making a video clip by a student allows for development of powers of observation, while the availability of the technology to make digital video clips gives a teacher the flexibility to demonstrate scientific concepts that would otherwise have to be done as 'live' demonstrations, with all the likely attendant misadventures. Our experience with digital video clips has been through their use in computer-based presentations by undergraduate and graduate students in analytical chemistry classes, and by high school and middle school teachers and their students in a variety of science and non-science classes. In physics teaching laboratories, we have used the hardware to capture digital video clips of dynamic processes, such as projectiles and pendulums, for later mathematical analysis.

  13. Problematic Aspects of the Use of Expert Systems in Law

    Directory of Open Access Journals (Sweden)

    Marius Kalinauskas

    2011-08-01

    Full Text Available Summary. The usage of expert systems in law brings many problematic questions. Complexity and intricacy of law, combined with limited possibilities of information technologies makes it difficult to create flawlessly working expert systems. In this article the author analyses problematic aspects related to expert system usage in law. Comparisons of various research are made according to analysis of scientific articles. The author analyses practical difficulties of legal norm representation, creation of expert knowledge ontology, expert systems liability issues. Legal responsibility of expert system developers, users, and owners are also covered in this paper. Creation of legal ontologies is a complicated process because of the nature of the subject itself and the complexity and quantity of knowledge which must be represented in order to have fully functional legal expert system. Legal information basically consists of legal norms, doctrine, precedents and expert knowledge. All of these areas have specific representation issues, but the most difficult part is to make ontology and representation of expert knowledge. Different experts may have distinct points of view in some similar cases. Human decisions are made not only by applying certain rules to the problem decision pattern. Providence, analytical skills and critical thinking is required in legal professional work. Human reasoning and decision-making is not only based on symbolic values, it also consists of intermediate symbolic assumptions. So the question is: is it possible to give a clear structure to something which has no permanent state? The other problem which is analyzed in this article is artificial reasoning methods, which are basically different forms of pattern recognition with some specific methods applied to them. The second part of the paper analyses the liability of expert systems. Nowadays expert systems can’t be legally responsible for their decisions. They lack

  14. Problematic Aspects of the Use of Expert Systems in Law

    Directory of Open Access Journals (Sweden)

    Marius Kalinauskas

    2013-08-01

    Full Text Available The usage of expert systems in law brings many problematic questions. Complexity and intricacy of law, combined with limited possibilities of information technologies makes it difficult to create flawlessly working expert systems. In this article the author analyses problematic aspects related to expert system usage in law. Comparisons of various research are made according to analysis of scientific articles. The author analyses practical difficulties of legal norm representation, creation of expert knowledge ontology, expert systems liability issues. Legal responsibility of expert system developers, users, and owners are also covered in this paper. Creation of legal ontologies is a complicated process because of the nature of the subject itself and the complexity and quantity of knowledge which must be represented in order to have fully functional legal expert system. Legal information basically consists of legal norms, doctrine, precedents and expert knowledge. All of these areas have specific representation issues, but the most difficult part is to make ontology and representation of expert knowledge. Different experts may have distinct points of view in some similar cases. Human decisions are made not only by applying certain rules to the problem decision pattern. Providence, analytical skills and critical thinking is required in legal professional work. Human reasoning and decision-making is not only based on symbolic values, it also consists of intermediate symbolic assumptions. So the question is: is it possible to give a clear structure to something which has no permanent state? The other problem which is analyzed in this article is artificial reasoning methods, which are basically different forms of pattern recognition with some specific methods applied to them. The second part of the paper analyses the liability of expert systems. Nowadays expert systems can’t be legally responsible for their decisions. They lack intellectual

  15. A defect in the CLIP1 gene (CLIP-170) can cause autosomal recessive intellectual disability

    OpenAIRE

    Larti, Farzaneh; Kahrizi, Kimia; Musante, Luciana; Hu, Hao; Papari, Elahe; Fattahi, Zohreh; Bazazzadegan, Niloofar; Liu, Zhe; Banan, Mehdi; Garshasbi, Masoud; Wienker, Thomas F; Hilger Ropers, H; Galjart, Niels; Najmabadi, Hossein

    2015-01-01

    In the context of a comprehensive research project, investigating novel autosomal recessive intellectual disability (ARID) genes, linkage analysis based on autozygosity mapping helped identify an intellectual disability locus on Chr.12q24, in an Iranian family (LOD score=3.7). Next-generation sequencing (NGS) following exon enrichment in this novel interval, detected a nonsense mutation (p.Q1010*) in the CLIP1 gene. CLIP1 encodes a member of microtubule (MT) plus-end tracking proteins, which ...

  16. Expert Graphics System Research in the Department of the Navy.

    Science.gov (United States)

    Duff, Jon M.

    1987-01-01

    Presents current trends in the development of expert systems within the Department of the Navy, particularly research into expert graphics systems intended to support the Authoring Instructional Methods (AIM) research project. Defines artificial intelligence and expert systems. Discusses the operations and functions of the Navy's intelligent…

  17. Artificial Intelligence and Expert Systems.

    Science.gov (United States)

    Wilson, Harold O.; Burford, Anna Marie

    1990-01-01

    Delineates artificial intelligence/expert systems (AI/ES) concepts; provides an exposition of some business application areas; relates progress; and creates an awareness of the benefits, limitations, and reservations of AI/ES. (Author)

  18. Expert systems for C3I. Volume 1. A user's introduction

    Science.gov (United States)

    Clapp, J. A.; Hockett, S. M.; Prelle, M. J.; Tallant, A. M.; Triant, D. D.

    1985-10-01

    There has been a tremendous burgeoning of interest in artificial intelligence (AI) over the last few years. Investments of commercial and government sponsors reflect a widespread belief that AI is now ready for practical applications. The area of AI currently receiving the greatest attention and investment is expert system technology. Most major high tech corporations have begun to develop expert systems, and many software houses specializing in expert system tools and applications have recently appeared. The defense community is one of the heaviest investors in expert system technology, and within this community one of the application areas receiving greatest attention is C3I. Many ESD programs are now beginning to ask whether expert system applications for C3I are ready for incorporation into ESD-developed systems, and, if so, what are the potential benefits and risks of doing so. This report was prepared to help ESD and MITRE personnel working on acquisition programs to address these issues and to gain a better understanding of what expert systems are all about. The primary intention of this report is to investigate what expert systems are and the advances that are being made in expert system technology for C3I applications. The report begins with a brief tutorial on expert systems, emphasizing how they differ from conventional software systems and what they are best at doing.

  19. 21 CFR 886.3100 - Ophthalmic tantalum clip.

    Science.gov (United States)

    2010-04-01

    ... blood vessels in the eye. (b) Classification. Class II (special controls). The device is exempt from the...) MEDICAL DEVICES OPHTHALMIC DEVICES Prosthetic Devices § 886.3100 Ophthalmic tantalum clip. (a) Identification. An ophthalmic tantalum clip is a malleable metallic device intended to be implanted permanently...

  20. Employing expert systems for process control

    International Nuclear Information System (INIS)

    Ahrens, W.

    1987-01-01

    The characteristic features of expert systems are explained in detail, and the systems' application in process control engineering. Four points of main interest are there, namely: Applications for diagnostic tasks, for safety analyses, planning, and training and expert training. For the modelling of the technical systems involved in all four task fields mentioned above, an object-centred approach has shown to be the suitable method, as process control techniques are determined by technical objects that in principle are specified by data sheets, schematic representations, flow charts, and plans. The graphical surface allows these data to be taken into account, so that the object can be displayed in the way best suited to the individual purposes. (orig./GL) [de

  1. Telecontrol - Expert systems. Real-time monitoring and remote diagnostic

    Energy Technology Data Exchange (ETDEWEB)

    Lam, A.

    1996-09-01

    The role of expert systems in programming simple and complex tasks in utilities companies was discussed with examples from B.C. Hydro, where expert systems have been used in such diverse applications as an in-house programmable logic controller (PLC) training course, and a machine audit on a 150 MW steam turbine generating unit at their Burrard Thermal Generating Plant. The PLC tutoring program uses expert system technology for the air blast circuit breakers` air drier system, for individualized on-site training. The steam turbine audits (an eight-month long project) were performed remotely by dialing an on-site computer configured with customized expert software. Details of these, and other potential applications, such as transformer monitoring and diagnostics, circuit breaker performance analysis, and information management, were described.

  2. Expert systems - basic principles and possible applications in nuclear energy

    International Nuclear Information System (INIS)

    Cain, D.G.; Schmidt, F.

    1987-01-01

    One of the primary goals of the application of mathematical methods and computational techniques in reactor physics is the effective and accurate solution of the neutron diffusion equation under various conditions. To reach this goal still requires much skill, experience, knowledge and imagination as can be seen from various contributions at this and other conferences. Experts are necessary. Will expert systems replace them. We shall discuss this question by describing the basic principles of problem solving by expert systems as compared to problem solving by mathematical and computational methods. From this we shall identify areas of possible applications of the new techniques in nuclear energy and develop some thoughts on present limitations. As a result we conclude that expert systems will not be able to replace experts as long as the experts use the systems to improve their own expertise

  3. Future of clip-on weapon sights: pros and cons from an applications perspective

    Science.gov (United States)

    Knight, C. Reed; Greenslade, Ken; Francisco, Glen

    2015-05-01

    US Domestic, International, allied Foreign National Warfighters and Para-Military First Responders (Police, SWAT, Special Operations, Law Enforcement, Government, Security and more) are put in harm's way all the time. To successfully complete their missions and return home safely are the primary goals of these professionals. Tactical product improvements that affect mission effectiveness and solider survivability are pivotal to understanding the past, present and future of Clip-On in-line weapon sights. Clip-On Weapon Sight (WS) technology was deemed an interim solution by the US Government for use until integrated and fused (day/night multi-sensor) Weapon Sights (WSs) were developed/fielded. Clip-On has now become the solution of choice by Users, Warriors, Soldiers and the US Government. SWaP-C (size, weight and power -cost) has been improved through progressive advances in Clip-On Image Intensified (I2), passive thermal, LL-CMOS and fused technology. Clip-On Weapon Sights are now no longer mounting position sensitive. Now they maintain aim point boresight, so they can be used for longer ranges with increased capabilities while utilizing the existing zeroed weapon and daysight optic. Active illuminated low-light level (both analog I2 and digital LL-CMOS) imaging is rightfully a real-world technology, proven to deliver daytime and low-light level identification confidence. Passive thermal imaging is also a real-world technology, proven to deliver daytime, nighttime and all-weather (including dirty battlefield) target detection confidence. Image processing detection algorithms with intelligent analytics provide documented promise to improve confidence by reducing Users, Warriors and Soldiers' work-loads and improving overall system engagement solution outcomes. In order to understand the future of Clip-On in-line weapon sights, addressing pros and cons, this paper starts with an overview of historical weapon sight applications, technologies and stakeholder decisions

  4. Expert system. Based advisory system for the operator's mental activities support

    International Nuclear Information System (INIS)

    Gieci, A.; Macko, J.; Mosny, J.

    2000-01-01

    The operator's mental activity is the most important part of his work. A processing of a large amount of the information by the operator is possible only if he/she possesses appropriate cognitive skills. To facilitate the novice's acquisition of the experienced operator's cognitive skills of the decision-making process a special type of the expert system was developed. The cognitive engineering's models and problem-solving methodology constitutes the basis of this expert system. The article gives an account of the prototype of the mentioned expert system developed to aid the whole mental activity of the nuclear power plant operator during his decision-making process. (author)

  5. Expert systems for assisting the analysis of hazards

    International Nuclear Information System (INIS)

    Evrard, J.M.; Martinez, J.M.; Souchet, Y.

    1990-01-01

    The advantage of applying expert systems in the analysis of safety in the operation of nuclear power plants is discussed. Expert systems apply a method based on a common representation of nuclear power plants. The main steps of the method are summarized. The applications given concern in the following fields: the analysis of hazards in the electric power supplies of a gas-graphite power plant; the evaluation of the availability of safety procedures in a PWR power plant; the search for the sources of leakage in a PWR power plant. The analysis shows that expert systems are a powerful tool in the study of safety of nuclear power plants [fr

  6. An expert system for spare parts inventory control

    International Nuclear Information System (INIS)

    Kim, K.Y.; Chen, P.Y.C.; Okrent, D.

    1987-01-01

    This paper describes an expert system which can handle spare part requirements not only in corrective maintenance (CM) or preventive maintenance (PM), but also when failure rates of components or parts are updated by new data or by predictive maintenance (PDM), and which can also decide optimum stocking level of each spare part. This expert system provides a maintenance (or inventory) manager with an improved basis for decision making in the maintenance related to spare parts. The definitions of PM and PDM from NUREG-1212 (USNRC 1986) are used herein. This expert system used Intellignece/Compiler (Intelligence Ware, 1986) as a language/tool in the IBM-PC

  7. Considerations in development of expert systems for real-time space applications

    Science.gov (United States)

    Murugesan, S.

    1988-01-01

    Over the years, demand on space systems has increased tremendously and this trend will continue for the near future. Enhanced capabilities of space systems, however, can only be met with increased complexity and sophistication of onboard and ground systems. Artificial Intelligence and expert system techniques have great potential in space applications. Expert systems could facilitate autonomous decision making, improve in-orbit fault diagnosis and repair, enhance performance and reduce reliance on ground support. However, real-time expert systems, unlike conventional off-line consultative systems, have to satisfy certain special stringent requirements before they could be used for onboard space applications. Challenging and interesting new environments are faced while developing expert system space applications. This paper discusses the special characteristics, requirements and typical life cycle issues for onboard expert systems. Further, it also describes considerations in design, development, and implementation which are particularly important to real-time expert systems for space applications.

  8. A Belief Rule-Based Expert System to Diagnose Influenza

    DEFF Research Database (Denmark)

    Hossain, Mohammad Shahadat; Khalid, Md. Saifuddin; Akter, Shamima

    2014-01-01

    , development and application of an expert system to diagnose influenza under uncertainty. The recently developed generic belief rule-based inference methodology by using the evidential reasoning (RIMER) approach is employed to develop this expert system, termed as Belief Rule Based Expert System (BRBES......). The RIMER approach can handle different types of uncertainties, both in knowledge representation, and in inference procedures. The knowledge-base of this system was constructed by using records of the real patient data along with in consultation with the Influenza specialists of Bangladesh. Practical case...

  9. ASSESSMENT OF POWER QUALITY DISTURBANCE USING EXPERT SYSTEM

    OpenAIRE

    A.N.MALLESWARA RAO,; Dr. K.RAMESH REDDY,; Dr. B.V.SANKER RAM

    2011-01-01

    This paper describes a fuzzy expert system in order to understand and deal with power quality problems encountered in distribution systems in a better way. Because of the technology and software now available this monitoring is highly effective, the fuzzy expert system not only can provide information about the quality of the power and the causes of power system disturbances, but it can identify problem conditions throughout the system before they cause widespread customer complains and equip...

  10. The vulcain N expert fire system

    International Nuclear Information System (INIS)

    Roche, A.

    1989-03-01

    The Institute for Nuclear Safety and Protection (IPSN) has begun work on an expert system to aid in the diagnosis of fire hazards in nuclear installations. This system is called Vulcain N and is designed as a support tool for the analyses carried out by the IPSN. Vulcain N, is based on the Vulcain expert system already developed by Bertin for its own needs and incorporates the specific rules and know-how of the IPSN experts. The development of Vulcain N began in October 1986 with the drawing up of the technical specifications, and should be completed by the end of 1988. Vulcain N brings together knowledge from a number of different domains: the locations of the combustible materials, the thermal characteristics of the combustible materials and of the walls of the room, the ventilation conditions and, finally, knowledge of fire experts concerning the development of fire. The latter covers four levels of expert knowledge: standards and their associated calculations, the simplified physics of the fire enabling more precise values to be obtained for the figures given by the standards, the rules and knowledge which enables a certain number of deductions to be made concerning the development of the fire, and a numerical simulation code which can be used to monitor the variation of certain characteristic parameters with time. For a given fire out-break scenario, Vulcain N performs diagnosis of different aspects: development of fire, effect of ventilation, emergency action possibilities, propagation hazards, etc. Owing to its flexibility, it can be used in the analysis of fire hazards to simulate a number of possible scenarios and to very rapidly deduce the essential, predominant factors. It will also be used to assist in drafting emergency procedures for application in facilities with nuclear hazards

  11. Expert systems applied to two problems in nuclear power plants

    International Nuclear Information System (INIS)

    Kim, K.Y.

    1988-01-01

    This dissertation describes two prototype expert systems applied to two problems in nuclear power plants. One problem is spare parts inventory control, and the other one is radionuclide release from containment during severe accident. The expert system for spare parts inventory control can handle spare parts requirements not only in corrective, preventive, or predictive maintenance, but also when failure rates of components or parts are updated by new data. Costs and benefits of spare parts inventory acquisition are evaluated with qualitative attributes such as spare part availability to provide the inventory manager with an improved basis for decision making. The expert system is implemented with Intelligence/Compiler on an IBM-AT. The other expert system for radionuclide release from containment can estimate magnitude, type, location, and time of release of radioactive materials from containment during a severe accident nearly on line, based on the actual measured physical parameters such as temperature and pressure inside the containment. The expert system has a function to check the validation of sensor data. The expert system is implemented with KEE on a Symbolics LISP machine

  12. Distributed expert systems for nuclear reactor control

    International Nuclear Information System (INIS)

    Otaduy, P.J.

    1992-01-01

    A network of distributed expert systems is the heart of a prototype supervisory control architecture developed at the Oak Ridge National Laboratory (ORNL) for an advanced multimodular reactor. Eight expert systems encode knowledge on signal acquisition, diagnostics, safeguards, and control strategies in a hybrid rule-based, multiprocessing and object-oriented distributed computing environment. An interactive simulation of a power block consisting of three reactors and one turbine provides a realistic, testbed for performance analysis of the integrated control system in real-time. Implementation details and representative reactor transients are discussed

  13. Tools and technologies for expert systems: A human factors perspective

    Science.gov (United States)

    Rajaram, Navaratna S.

    1987-01-01

    It is widely recognized that technologies based on artificial intelligence (AI), especially expert systems, can make significant contributions to the productivity and effectiveness of operations of information and knowledge intensive organizations such as NASA. At the same time, these being relatively new technologies, there is the problem of transfering technology to key personnel of such organizations. The problems of examining the potential of expert systems and of technology transfer is addressed in the context of human factors applications. One of the topics of interest was the investigation of the potential use of expert system building tools, particularly NEXPERT as a technology transfer medium. Two basic conclusions were reached in this regard. First, NEXPERT is an excellent tool for rapid prototyping of experimental expert systems, but not ideal as a delivery vehicle. Therefore, it is not a substitute for general purpose system implementation languages such a LISP or C. This assertion probably holds for nearly all such tools on the market today. Second, an effective technology transfer mechanism is to formulate and implement expert systems for problems which members of the organization in question can relate to. For this purpose, the LIghting EnGineering Expert (LIEGE) was implemented using NEXPERT as the tool for technology transfer and to illustrate the value of expert systems to the activities of the Man-System Division.

  14. Development of a new detection device using a glass clip emitting infrared fluorescence for laparoscopic surgery of gastric cancer

    International Nuclear Information System (INIS)

    Inada, Shunko Albano; Mori, Kensaku; Fuchi, Shingo; Hasegawa, Junichi; Misawa, Kazunari; Nakanishi, Hayao

    2015-01-01

    In conventional method, to identify location of the tumor intraperitoneally for extirpation of the gastric cancer, charcoal ink is injected around the primary tumor. However, in the time of laparoscopic operation, it is difficult to estimate specific site of primary tumor. In this study we developed a glass phosphors was realized with Yb 3+ , Nd 3+ doped to Bi 2 O 3 -B 2 O 3 based glasses, which have central emission wavelength of 1020 nm and 100 nm of FWHM. Using this glass phosphor, we developed a fluorescent clip and the laparoscopic fluorescent detection system for clip-derived near-infrared light. To evaluated clinical performance of a fluorescent clip and the laparoscopic detection system, we used resected stomach from the patients. Fluorescent clip was fixed on the gastric mucosa, and an excitation light (wavelength: 808nm) was irradiated from outside of stomach for detection of fluorescent through stomach wall. As a result, fluorescent emission from the clip was successfully detected. These results indicate that the glass fluorescent clip in combination with laparoscopic detection system is a very useful method to identify the exact location of the primary gastric cancer. (paper)

  15. Clip reconstruction of a large right MCA bifurcation aneurysm. Case report

    Directory of Open Access Journals (Sweden)

    Giovani A.

    2014-06-01

    Full Text Available We report a case of complex large middle cerebral artery (MCA bifurcation aneurysm that ruptured during dissection from the very adherent MCA branches but was successfully clipped and the MCA bifurcation reconstructed using 4 Yasargill clips. Through a right pterional craniotomy the sylvian fissure was largely opened as to allow enough workspace for clipping the aneurysm and placing a temporary clip on M1. The pacient recovered very well after surgery and was discharged after 1 week with no neurological deficit. Complex MCA bifurcation aneurysms can be safely reconstructed using regular clips, without the need of using fenestrated clips or complex by-pass procedures.

  16. Expert Systems in Government Administration

    OpenAIRE

    Weintraub, Joseph

    1989-01-01

    Artificial Intelligence is solving more and more real world problems, but penetration into the complexities of government administration has been minimal. The author suggests that combining expert system technology with conventional procedural computer systems can lead to substantial efficiencies. Business rules can be removed from business-oriented computer systems and stored in a separate but integrated knowledge base, where maintenance will be centralized. Fourteen specific practical appli...

  17. Operation and maintenance support expert systems for BWR nuclear power plants

    International Nuclear Information System (INIS)

    Miyazawa, Tatsuo; Hayakawa, Hiroyasu; Fukutomi, Shigeki

    1990-01-01

    Toshiba has been developing expert systems for operation and maintenance support in BWRs. These expert systems are designed to be integrated with conventional plant monitoring systems, and maintenance management systems to provide both comprehensive and powerful support capabilities. Some of these expert systems are already being used on a trial basis both within Toshiba and in electric power utility companies. This paper describes expert systems for the support of plant and equipment monitoring, maintenance scheduling, and maintenance work procedure planning. (author)

  18. Diagnosing battery behavior with an expert system in Prolog

    International Nuclear Information System (INIS)

    Kirkwood, N.; Weeks, D.J.

    1986-01-01

    Power for the Hubble Space Telescope comes from a system of 20 solar panel assemblies (SPAs) and six nickel-cadmium batteries. The HST battery system is simulated by the HST Electrical Power System (EPS) testbed at Marshall Space Flight Center. The Nickel Cadmium Battery Expert System (NICBES) is being used to diagnose faults of the testbed system, evaluate battery status and provide decision support for the engineer. Extensive telemetry of system operating conditions is relayed through a DEC LSI-11, and sent on to an IBM PC-AT. A BASIC program running on the PC monitors the flow of data, figures cell divergence and recharge ratio and stores these values, along with other selected data, for use by the expert system. The expert system is implemented in the logic programming language Prolog. It has three modes of operation: fault diagnosis, status and advice, and decision support. An alert or failure of the system will trigger a diagnosis by the system to assist the operator. The operator can also request battery status information as well as a number of plots and histograms of recent battery behavior. Trends in EOC and EOD voltage, recharge ratio and divergence are used by the expert system in its analysis of battery status. A future enhancement to the system includes the statistical prediction of battery life. Incorporating learning into the expert system is another possible enhancement; This is a difficult task, but one which could promise great rewards in improved battery performance

  19. Web-based expert system for foundry pollution prevention

    Science.gov (United States)

    Moynihan, Gary P.

    2004-02-01

    Pollution prevention is a complex task. Many small foundries lack the in-house expertise to perform these tasks. Expert systems are a type of computer information system that incorporates artificial intelligence. As noted in the literature, they provide a means of automating specialized expertise. This approach may be further leveraged by implementing the expert system on the internet (or world-wide web). This will allow distribution of the expertise to a variety of geographically-dispersed foundries. The purpose of this research is to develop a prototype web-based expert system to support pollution prevention for the foundry industry. The prototype system identifies potential emissions for a specified process, and also provides recommendations for the prevention of these contaminants. The system is viewed as an initial step toward assisting the foundry industry in better meeting government pollution regulations, as well as improving operating efficiencies within these companies.

  20. Expert system for quality control in the INIS database

    International Nuclear Information System (INIS)

    Todeschini, C.; Tolstenkov, A.

    1990-05-01

    An expert system developed to identify input items to INIS database with a high probability of containing errors is described. The system employs a Knowledge Base constructed by the interpretation of a large number of intellectual choices or expert decisions made by human indexers and incorporated in the INIS database. On the basis of the descriptor indexing, the system checks the correctness of the categorization. A notable feature of the system is its capability of self improvement by the continuous updating of the Knowledge Base. The expert system has also been found to be extremely useful in identifying documents with poor indexing. 3 refs, 9 figs

  1. Expert system for quality control in the INIS database

    Energy Technology Data Exchange (ETDEWEB)

    Todeschini, C; Tolstenkov, A [International Atomic Energy Agency, Vienna (Austria)

    1990-05-01

    An expert system developed to identify input items to INIS database with a high probability of containing errors is described. The system employs a Knowledge Base constructed by the interpretation of a large number of intellectual choices or expert decisions made by human indexers and incorporated in the INIS database. On the basis of the descriptor indexing, the system checks the correctness of the categorization. A notable feature of the system is its capability of self improvement by the continuous updating of the Knowledge Base. The expert system has also been found to be extremely useful in identifying documents with poor indexing. 3 refs, 9 figs.

  2. Speed Biases With Real-Life Video Clips

    Directory of Open Access Journals (Sweden)

    Federica Rossi

    2018-03-01

    Full Text Available We live almost literally immersed in an artificial visual world, especially motion pictures. In this exploratory study, we asked whether the best speed for reproducing a video is its original, shooting speed. By using adjustment and double staircase methods, we examined speed biases in viewing real-life video clips in three experiments, and assessed their robustness by manipulating visual and auditory factors. With the tested stimuli (short clips of human motion, mixed human-physical motion, physical motion and ego-motion, speed underestimation was the rule rather than the exception, although it depended largely on clip content, ranging on average from 2% (ego-motion to 32% (physical motion. Manipulating display size or adding arbitrary soundtracks did not modify these speed biases. Estimated speed was not correlated with estimated duration of these same video clips. These results indicate that the sense of speed for real-life video clips can be systematically biased, independently of the impression of elapsed time. Measuring subjective visual tempo may integrate traditional methods that assess time perception: speed biases may be exploited to develop a simple, objective test of reality flow, to be used for example in clinical and developmental contexts. From the perspective of video media, measuring speed biases may help to optimize video reproduction speed and validate “natural” video compression techniques based on sub-threshold temporal squeezing.

  3. Expert systems development: some problems, motives and issues in an exploratory study

    International Nuclear Information System (INIS)

    Mehdi Sagheb-Tehrani.

    1993-10-01

    Even though expert systems (ES) have been in use since the early eighties, there is a remarkable lack of a strong theoretical base for handling expert systems development problems. There is a requirement in the ES field for theories or explanatory models to formulate propositions, to conduct research and interpret findings in a coherent way. This work presents an exploratory investigation designed to identify some problems, motives and issues associated with developing expert systems. Totally, twenty-five expert systems were developed by various organizations which participated in the study. The study attempts to provide evidence that either supports or refutes the anecdotes, gossips and speculations currently being spread through the academic journals dealing with the expert systems development in organizations. This study provides evidence that knowledge acquisition is indeed the bottleneck of expert systems development. It also points out that most expert systems are still in the prototype stage, and that current expert systems are mostly used for aiding the decision making of less skilled domain personnel and to a lesser extent for advice to experts. The rationale behind these uses seems to be the search by organizations for better decision making in the hope of improving competitiveness. A conceptual model of expert systems development is introduced based upon theoretical studies and the findings of this study from which some hypotheses are drawn. The main objective of the model is to contribute to a larger theoretical framework. Another aim is to create a broader theoretical framework for expert systems development in order to implement such systems more successfully. The results of the study confirm that the linkages of various concepts involved in the expert systems development process are very important for the design of a successful expert system project

  4. 33 CFR 183.532 - Clips, straps, and hose clamps.

    Science.gov (United States)

    2010-07-01

    ... resistant material; and (2) Not cut or abrade the fuel line. (b) If tested in accordance with the fire test under § 183.590, a hose clamp installed on a fuel line system requiring metallic fuel lines or “USCG... (CONTINUED) BOATING SAFETY BOATS AND ASSOCIATED EQUIPMENT Fuel Systems Equipment Standards § 183.532 Clips...

  5. Semantic Labeling of Nonspeech Audio Clips

    Directory of Open Access Journals (Sweden)

    Xiaojuan Ma

    2010-01-01

    Full Text Available Human communication about entities and events is primarily linguistic in nature. While visual representations of information are shown to be highly effective as well, relatively little is known about the communicative power of auditory nonlinguistic representations. We created a collection of short nonlinguistic auditory clips encoding familiar human activities, objects, animals, natural phenomena, machinery, and social scenes. We presented these sounds to a broad spectrum of anonymous human workers using Amazon Mechanical Turk and collected verbal sound labels. We analyzed the human labels in terms of their lexical and semantic properties to ascertain that the audio clips do evoke the information suggested by their pre-defined captions. We then measured the agreement with the semantically compatible labels for each sound clip. Finally, we examined which kinds of entities and events, when captured by nonlinguistic acoustic clips, appear to be well-suited to elicit information for communication, and which ones are less discriminable. Our work is set against the broader goal of creating resources that facilitate communication for people with some types of language loss. Furthermore, our data should prove useful for future research in machine analysis/synthesis of audio, such as computational auditory scene analysis, and annotating/querying large collections of sound effects.

  6. Clip, connect, clone

    DEFF Research Database (Denmark)

    Fujima, Jun; Lunzer, Aran; Hornbæk, Kasper

    2010-01-01

    using three mechanisms: clipping of input and result elements from existing applications to form cells on a spreadsheet; connecting these cells using formulas, thus enabling result transfer between applications; and cloning cells so that multiple requests can be handled side by side. We demonstrate...

  7. Knowledge Representation Using Multilevel Flow Model in Expert System

    International Nuclear Information System (INIS)

    Wang, Wenlin; Yang, Ming

    2015-01-01

    As for the knowledge representation, of course, there are a great many methods available for knowledge representation. These include frames, causal models, and many others. This paper presents a novel method called Multilevel Flow Model (MFM), which is used for knowledge representation in G2 expert system. Knowledge representation plays a vital role in constructing knowledge bases. Moreover, it also has impact on building of generic fault model as well as knowledge bases. The MFM is particularly useful to describe system knowledge concisely as domain map in expert system when domain experts are not available

  8. Knowledge Representation Using Multilevel Flow Model in Expert System

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Wenlin; Yang, Ming [Harbin Engineering University, Harbin (China)

    2015-05-15

    As for the knowledge representation, of course, there are a great many methods available for knowledge representation. These include frames, causal models, and many others. This paper presents a novel method called Multilevel Flow Model (MFM), which is used for knowledge representation in G2 expert system. Knowledge representation plays a vital role in constructing knowledge bases. Moreover, it also has impact on building of generic fault model as well as knowledge bases. The MFM is particularly useful to describe system knowledge concisely as domain map in expert system when domain experts are not available.

  9. Innovation on Energy Power Technology (22)Challenge to Development of Expert System stored Knowledge of Expert Power Network Operators

    Science.gov (United States)

    Sakaguchi, Hideharu

    Do you remember an expert system? I think there are various impressions about the system. For example, some might say “It reminds me of old days”. On the other hand, some might say “It was really troublesome”. About 25 years ago, from late 1980s to the middle of 1990s, when the Showa era was about to change into the Heisei Era, artificial intelligence boomed. Research and development for an expert system which was equipped with expertise and worked as smart as expert, was advanced in various fields. Our company also picked up the system as the new system which covered weak point of conventional computer technology. We started research and development in 1984, and installed an expert system in a SCADA system, which started operating in March 1990 in the Fukuoka Integrated Control Center. In this essay, as an electric power engineer who involved in development at that time, I introduce the situation and travail story about developing an expert system which support restorative actions from the outage and overload condition of power networks.

  10. An expert system for USNRC emergency response

    International Nuclear Information System (INIS)

    Sebo, D.E.; Bray, M.A.; King, M.A.

    1986-01-01

    The Reactor Safety Assessment System (RSAS) is an expert system under development for the United States Nuclear Regulatory Commission (USNRC). RSAS is intended for use at the NRO's Operations Center in the event of a serious incident at a licensed nuclear power plant. RSAS is a situation assessment expert system which uses plant parametric data to generate conclusions for use by the NRC Reactor Safety Team. RSAS uses multiple rule bases and plant specific setpoint files in order to be applicable to all licensed power plants. RSAS currently covers several generic reactor types and power plants within those classes

  11. An Expert System for Designing Fire Prescriptions

    Science.gov (United States)

    Elizabeth Reinhardt

    1987-01-01

    Managers use prescribed fire to accomplish a variety of resource objectives. The knowledge needed to design successful prescriptions is both quantitative and qualitative. Some of it is available through publications and computer programs, but much of the knowledge of expert practitioners has never been collected or published. An expert system being developed at the,...

  12. Fuzzy Expert System for Heart Attack Diagnosis

    Science.gov (United States)

    Hassan, Norlida; Arbaiy, Nureize; Shah, Noor Aziyan Ahmad; Afizah Afif@Afip, Zehan

    2017-08-01

    Heart attack is one of the serious illnesses and reported as the main killer disease. Early prevention is significant to reduce the risk of having the disease. The prevention efforts can be strengthen through awareness and education about risk factor and healthy lifestyle. Therefore the knowledge dissemination is needed to play role in order to distribute and educate public in health care management and disease prevention. Since the knowledge dissemination in medical is important, there is a need to develop a knowledge based system that can emulate human intelligence to assist decision making process. Thereby, this study utilized hybrid artificial intelligence (AI) techniques to develop a Fuzzy Expert System for Diagnosing Heart Attack Disease (HAD). This system integrates fuzzy logic with expert system, which helps the medical practitioner and people to predict the risk and as well as diagnosing heart attack based on given symptom. The development of HAD is expected not only providing expert knowledge but potentially become one of learning resources to help citizens to develop awareness about heart-healthy lifestyle.

  13. Introducing Managers to Expert Systems.

    Science.gov (United States)

    Finlay, Paul N.; And Others

    1991-01-01

    Describes a short course to expose managers to expert systems, consisting of (1) introductory lecture; (2) supervised computer tutorial; (3) lecture and discussion about knowledge structuring and modeling; and (4) small group work on a case study using computers. (SK)

  14. Application of expert system in measurement instrument instrumentation's maintenance on a acquisition system

    International Nuclear Information System (INIS)

    Pinastiko, W.S.

    1997-01-01

    Expert system is a part of the artificial intelligence, a solution software for complicated problems, which solving the problems need experiences and knowledge. This paper discussed about the research's result, that is a design of expert system to help instrumentation's maintenance on a data acquisition system. By using application of expert system, the system can do health monitoring, automatic trouble trouble tracing ang gives advise toward the trouble. this instrumentation's maintenance system is a tool which has an analytic and inference ability toward th trouble. This smart system is a very useful tool to get a good data acquisition system quality. the model system also can be developed to be a specific application as a remote instrumentation's management system

  15. Expert system support and juridical quality

    NARCIS (Netherlands)

    Groothuis, Marga M.; Svensson, Jorgen S.; Breuker, J.; Leenes, R.E.; Winkels, R.

    2000-01-01

    This article discusses the use of expert systems as a means of achieving juridical quality within administrative organisations. Do these systems really improve the quality of decision making and provide the desired guarantees with respect to the correct treatment of clients?

  16. Current MitraClip experience, safety and feasibility in the Netherlands

    NARCIS (Netherlands)

    Rahhab, Z.; Kortlandt, F. A.; Velu, J. F.; Schurer, R. A. J.; Delgado, V.; Tonino, P.; Boven, A. J.; van den Branden, B. J. L.; Kraaijeveld, A. O.; Voskuil, M.; Hoorntje, J.; van Wely, M. [=Marleen; van Houwelingen, K.; Bleeker, G. B.; Rensing, B.; Kardys, I.; Baan, J.; van der Heyden, J. A. S.; van Mieghem, N. M.

    2017-01-01

    Purpose Data on MitraClip procedural safety and efficacy in the Netherlands are scarce. We aim to provide an overview of the Dutch MitraClip experience. Methods We pooled anonymised demographic and procedural data of 1151 consecutive MitraClip patients, from 13 Dutch hospitals. Data was collected by

  17. Diagnostic applications of nail clippings.

    Science.gov (United States)

    Stephen, Sasha; Tosti, Antonella; Rubin, Adam I

    2015-04-01

    "Nail clipping is a simple technique for diagnosis of several nail unit dermatoses. This article summarizes the practical approach, utility, and histologic findings of a nail clipping in evaluation of onychomycosis, nail unit psoriasis, onychomatricoma, subungual hematoma, melanonychia, and nail cosmetics, and the forensic applications of this easily obtained specimen. It reviews important considerations in optimizing specimen collection, processing methods, and efficacy of special stains in several clinical contexts. Readers will develop a greater understanding and ease of application of this indispensable procedure in assessing nail unit dermatoses." Copyright © 2015 Elsevier Inc. All rights reserved.

  18. An expert system for improving nuclear emergency response

    International Nuclear Information System (INIS)

    Salame-Alfie, A.; Goldbogen, G.C.; Ryan, R.M.; Wallace, W.A.; Yeater, M.L.

    1987-01-01

    The accidents at TMI-2 and Chernobyl have produced initiatives aimed at improving nuclear plant emergency response capabilities. Among them are the development of emergency response facilities with capabilities for the acquisition, processing, and diagnosis of data which are needed to help coordinate plant operations, engineering support and management under emergency conditions. An effort in this direction prompted the development of an expert system. EP (EMERGENCY PLANNER) is a prototype expert system that is intended to help coordinate the overall management during emergency conditions. The EP system was built using the GEN-X expert system shell. GEN-X has a variety of knowledge representation mechanisms including AND/OR trees, Decision trees, and IF/THEN tables, and runs on an IBM PC-XT or AT computer or compatible. Among the main features, EP is portable, modular, user friendly, can interact with external programs and interrogate data bases. The knowledge base is made of New York State (NYS) Procedures for Emergency Classification, NYS Radiological Emergency Preparedness Plan (REPP) and knowledge from experts of the NYS Radiological Emergency Preparedness Group and the Office of Radiological Health and Chemistry of the New York Power Authority (NYPA)

  19. Processes in construction of failure management expert systems from device design information

    Science.gov (United States)

    Malin, Jane T.; Lance, Nick

    1987-01-01

    This paper analyzes the tasks and problem solving methods used by an engineer in constructing a failure management expert system from design information about the device to te diagnosed. An expert test engineer developed a trouble-shooting expert system based on device design information and experience with similar devices, rather than on specific expert knowledge gained from operating the device or troubleshooting its failures. The construction of the expert system was intensively observed and analyzed. This paper characterizes the knowledge, tasks, methods, and design decisions involved in constructing this type of expert system, and makes recommendations concerning tools for aiding and automating construction of such systems.

  20. Effect of advanced chronic kidney disease in clinical and echocardiographic outcomes of patients treated with MitraClip system

    DEFF Research Database (Denmark)

    Estévez-Loureiro, Rodrigo; Settergren, Magnus; Pighi, Michele

    2015-01-01

    BACKGROUND: Data regarding the influence of different levels of renal dysfunction on clinical and echocardiographic results of MitraClip therapy are scarce. We aimed to evaluate the impact of baseline advance renal failure in the outcomes of a cohort of patients treated with MitraClip. METHODS AN...

  1. Closure of leak at the tip of the “J” after ileal pouch-anal anastomosis using a novel over-the-scope clipping system

    Directory of Open Access Journals (Sweden)

    Lei Lian

    2014-04-01

    Full Text Available Objective: leaks from the body or the tip of the J-pouch can occur after restorative proctocolecotmy. Although it may follow an indolent clinical course, it often requires surgical repair or pouch revision. Here we describe a novel endoscopic approach to close the leak at the tip of the J pouch. Design: pouchoscopy was performed under sedation and endoscopic over-the-scope clipping system was used for the management of a leak from the tip of a J-pouch. Results: under sedation, a pouchoscopy was performed and the deep tip of “J” leak was detected with a guidewire, along with water-contrasted pouchogram. The contained cavity from the leak was cleaned with hydrogen peroxide and 50% dextrose. Debridement of the epithelialized mouth of the leak was performed with an endoscopic cytology brush. Then endoscopic over-the-scope clipping system was used and the leak defect was completely closed. There was no bleeding or perforation. The entire procedure took 25 min. The patient continued to do well and reported resolution of the low back pain symptom. Conclusion: we reported the first case in the literature that a leak from the tip of a J-pouch was endoscopically occluded using a novel over-the-scope clipping system. Resumo: Objetive: vazamentos do corpo da bolsa e da extremidade da bolsa ileal em J podem ocorrer após proctocolectomia restauradora. Embora possam apresentar um curso clínico indolente, muitas vezes requerem procedimentos abdominais. Desenho: endoscopia da bolsa ileal foi realizada sob sedação e clipagem endoscópica usando o sistema “over-the-scope” foi utilizada para fechar um vazamento na extremidade da bolsa ileal em “J”. Resultados: sob sedação, uma endoscopia de bolsa ileal foi realizada e a extremidade profunda do vazamento da bolsa ileal em “J” foi detectada com um fio-guia. A cavidade que continha o vazamento foi limpa com peróxido de hidrogênio e 50% de dextrose. Desbridamento da borda epitelizada do

  2. WWW expert system on producer gas cleaning

    Energy Technology Data Exchange (ETDEWEB)

    Schouten, E.J.; Lammers, G.; Beenackers, A.A.C.M. [University of Groningen (Netherlands)

    1999-07-01

    The University of Groningen (RUG) has developed an expert system on cleaning of biomass producer gas. This work was carried out in close co-operation with the Biomass Technology Group B.V. (BTG) in Enschede, The Netherlands within the framework of the EC supported JOR3-CT95-0084 project. The expert system was developed as a tool for the designer-engineer of downstream gas cleaning equipment and consists of an information package and a flowsheet package. The packages are integrated in a client/server system. The flowsheeting package of the expert system has been designed for the evaluation of different gas cleaning methods. The system contains a number of possible gas cleaning devices such as: cyclone, fabric filter, ceramic filter, venturi scrubber and catalytic cracker. The user can select up to five cleaning steps in an arbitrary order for his specific gas cleaning problem. After specification of the required design parameters, the system calculates the main design characteristics of the cleaning device. The information package is a collection of HTML{sup TM} files. It contains a large amount of information, tips, experience data, literature references and hyperlinks to other interesting Internet sites. This information is arranged per cleaning device. (orig.)

  3. Expert system verification and validation for nuclear power industry applications

    International Nuclear Information System (INIS)

    Naser, J.A.

    1990-01-01

    The potential for the use of expert systems in the nuclear power industry is widely recognized. The benefits of such systems include consistency of reasoning during off-normal situations when humans are under great stress, the reduction of times required to perform certain functions, the prevention of equipment failures through predictive diagnostics, and the retention of human expertise in performing specialized functions. The increased use of expert systems brings with it concerns about their reliability. Difficulties arising from software problems can affect plant safety, reliability, and availability. A joint project between EPRI and the US Nuclear Regulatory Commission is being initiated to develop a methodology for verification and validation of expert systems for nuclear power applications. This methodology will be tested on existing and developing expert systems. This effort will explore the applicability of conventional verification and validation methodologies to expert systems. The major area of concern will be certification of the knowledge base. This is expected to require new types of verification and validation techniques. A methodology for developing validation scenarios will also be studied

  4. Treatment of Traumatic Esophagopleural Fistula Using the Over-the-Scope-Clip System.

    Science.gov (United States)

    Kim, Ji Hyoung; Park, Jong-Jae; Jung, Il Woo; Kim, Sang Hoon; Kim, Hee Dong; Choe, Jung Wan; Joo, Moon Kyung; Kim, Hyun Gu

    2015-09-01

    Esophagopleural fistula (EPF) is a rare condition that is usually accompanied by severe infection and life-threatening morbidity. Here, we report the successful treatment of an EPF by closing an esophageal orifice using the over-the-scope-clip (OTSC) system without postprocedural complications. A 41-year-old man had serious thoracic and abdominal trauma due to a traffic accident. Computed tomography revealed findings suggestive of esophageal rupture due to Boerhaave syndrome. An emergent explorative operation was performed for primary repair with the insertion of a vacuum-assisted closure device. A postoperative upper gastrointestinal series revealed an EPF tract connecting the left pleural space and distal esophagus. We performed an endoscopic procedure using the "traumatic-type"OTSC to seal the EPF, and the esophageal orifice was completely healed 2 weeks postoperatively. The OTSC system might represent a safe and feasible modality for the treatment of EPF.

  5. An Expert System for Diagnosing Eye Diseases using Forward Chaining Method

    Science.gov (United States)

    Munaiseche, C. P. C.; Kaparang, D. R.; Rompas, P. T. D.

    2018-02-01

    Expert System is a system that seeks to adopt human knowledge to the computer, so that the computer can solve problems which are usually done by experts. The purpose of medical expert system is to support the diagnosis process of physicians. It considers facts and symptoms to provide diagnosis. This implies that a medical expert system uses knowledge about diseases and facts about the patients to suggest diagnosis. The aim of this research is to design an expert system application for diagnosing eye diseases using forward chaining method and to figure out user acceptance to this application through usability testing. Eye is selected because it is one of the five senses which is very sensitive and important. The scope of the work is extended to 16 types of eye diseases with 41 symptoms of the disease, arranged in 16 rules. The computer programming language employed was the PHP programming language and MySQL as the Relational Database Management System (RDBMS). The results obtained showed that the expert system was able to successfully diagnose eye diseases corresponding to the selected symptoms entered as query and the system evaluation through usability testing showed the expert system for diagnosis eye diseases had very good rate of usability, which includes learnability, efficiency, memorability, errors, and satisfaction so that the system can be received in the operational environment.

  6. A framework for building real-time expert systems

    Science.gov (United States)

    Lee, S. Daniel

    1991-01-01

    The Space Station Freedom is an example of complex systems that require both traditional and artificial intelligence (AI) real-time methodologies. It was mandated that Ada should be used for all new software development projects. The station also requires distributed processing. Catastrophic failures on the station can cause the transmission system to malfunction for a long period of time, during which ground-based expert systems cannot provide any assistance to the crisis situation on the station. This is even more critical for other NASA projects that would have longer transmission delays (e.g., the lunar base, Mars missions, etc.). To address these issues, a distributed agent architecture (DAA) is proposed that can support a variety of paradigms based on both traditional real-time computing and AI. The proposed testbed for DAA is an autonomous power expert (APEX) which is a real-time monitoring and diagnosis expert system for the electrical power distribution system of the space station.

  7. [The application of the expert system in prosthedontics].

    Science.gov (United States)

    Lu, P; Li, G; Wang, Y

    1996-11-01

    In this study, we developed an expert system for designing of frame work of Removable Partial Denture by the method of Artificial Intelligence. Both of Quick Basic and Tuber C language are used in this program. This system consider more other relative factors in removable partial denture designing except the amount and position of missing teeth. Base the idea of multy-layer knowledge we divide the process RPD designing into different layers according to their logical relationships. So, this system could imitate better the expert of prosthedontics to do the clinical examination, diagnosis, treatment plan and denture designing. There are 11 modules in this system totally. They are used to accomplish the case register, first visit examination, treatment plan, abutment examination, denture designing, biomechanic analysis of abutment, reference, explanation and etc. We used this system for 20 partial edentulous patients and compared the results with the designing plans of expert of prosthedontics, the rate of conformity is 83.6%.

  8. Guidelines for the verification and validation of expert system software and conventional software: Survey and documentation of expert system verification and validation methodologies. Volume 3

    Energy Technology Data Exchange (ETDEWEB)

    Groundwater, E.H.; Miller, L.A.; Mirsky, S.M. [Science Applications International Corp., McLean, VA (United States)

    1995-03-01

    This report is the third volume in the final report for the Expert System Verification and Validation (V&V) project which was jointly sponsored by the Nuclear Regulatory Commission and the Electric Power Research Institute. The ultimate objective is the formulation of guidelines for the V&V of expert systems for use in nuclear power applications. The purpose of this activity was to survey and document techniques presently in use for expert system V&V. The survey effort included an extensive telephone interviewing program, site visits, and a thorough bibliographic search and compilation. The major finding was that V&V of expert systems is not nearly as established or prevalent as V&V of conventional software systems. When V&V was used for expert systems, it was almost always at the system validation stage after full implementation and integration usually employing the non-systematic dynamic method of {open_quotes}ad hoc testing.{close_quotes} There were few examples of employing V&V in the early phases of development and only weak sporadic mention of the possibilities in the literature. There is, however, a very active research area concerning the development of methods and tools to detect problems with, particularly, rule-based expert systems. Four such static-testing methods were identified which were not discovered in a comprehensive review of conventional V&V methods in an earlier task.

  9. Expert System Software Assistant for Payload Operations

    Science.gov (United States)

    Rogers, Mark N.

    1997-01-01

    The broad objective of this expert system software based application was to demonstrate the enhancements and cost savings that can be achieved through expert system software utilization in a spacecraft ground control center. Spacelab provided a valuable proving ground for this advanced software technology; a technology that will be exploited and expanded for future ISS operations. Our specific focus was on demonstrating payload cadre command and control efficiency improvements through the use of "smart" software which monitors flight telemetry, provides enhanced schematic-based data visualization, and performs advanced engineering data analysis.

  10. Direct mounted photovoltaic device with improved front clip

    Science.gov (United States)

    Keenihan, James R; Boven, Michelle; Brown, Jr., Claude; Gaston, Ryan S; Hus, Michael; Langmaid, Joe A; Lesniak, Mike

    2013-11-05

    The present invention is premised upon a photovoltaic assembly system for securing and/or aligning at least a plurality of vertically adjacent (overlapping) photovoltaic device assemblies to one another. The securing function being accomplished by a clip member that may be a separate component or integral to one or more of the photovoltaic device assemblies.

  11. Direct mounted photovoltaic device with improved side clip

    Science.gov (United States)

    Keenihan, James R; Boven, Michelle L; Brown, Jr., Claude; Eurich, Gerald K; Gaston, Ryan S; Hus, Michael

    2013-11-19

    The present invention is premised upon a photovoltaic assembly system for securing and/or aligning at least a plurality of vertically adjacent photovoltaic device assemblies to one another. The securing function being accomplished by a clip member that may be a separate component or integral to one or more of the photovoltaic device assemblies.

  12. An expert system for reward systems design.

    OpenAIRE

    Erturk, Alper

    2000-01-01

    Approved for public release; distribution is unlimited Today's business environment is a highly competitive marketplace. In this competition, organizations distribute numerous rewards to motivate, attract and retain employees, such as pay, fringe benefits and promotions. However, not all managers have the necessary knowledge and expertise to effectively decide and structure reward systems. This thesis presents an expert system to assist managers with designing the most appropriate reward s...

  13. Computers start to think with expert systems

    Energy Technology Data Exchange (ETDEWEB)

    1983-03-21

    A growing number of professionals-notably in oil and mineral exploration, plasma research, medicine, VLSI circuit design, drug design and robotics-are beginning to use computerised expert systems. A computer program uses knowledge and inference procedures to solve problems which are sufficiently difficult to require significant human expertise for their solution. The facts constitute a body of information that is widely shared, publicly available and generally agreed upon by experts in the field. The heuristics are mostly private, and little discussed, rules of good judgement (rules of plausible reasoning, rules of good guessing, etc.) that characterise expert-level decision making in the field.

  14. Using hybrid expert system approaches for engineering applications

    Science.gov (United States)

    Allen, R. H.; Boarnet, M. G.; Culbert, C. J.; Savely, R. T.

    1987-01-01

    In this paper, the use of hybrid expert system shells and hybrid (i.e., algorithmic and heuristic) approaches for solving engineering problems is reported. Aspects of various engineering problem domains are reviewed for a number of examples with specific applications made to recently developed prototype expert systems. Based on this prototyping experience, critical evaluations of and comparisons between commercially available tools, and some research tools, in the United States and Australia, and their underlying problem-solving paradigms are made. Characteristics of the implementation tool and the engineering domain are compared and practical software engineering issues are discussed with respect to hybrid tools and approaches. Finally, guidelines are offered with the hope that expert system development will be less time consuming, more effective, and more cost-effective than it has been in the past.

  15. A study on expert system applications for nuclear power plant

    International Nuclear Information System (INIS)

    Huh, Young Hwan; Kim, Kil Yoo; Kang, Soon Ju; Park, Nam Seok; Ryu, Chan Ho; Choi, In Seon; Chung, Young Moo; Chung, Tae Eon; Yim, Chang Jae; Lee, Yoon Sang.

    1990-01-01

    The objectives of this research are 1) to develop an expert system which can automatically evaluate eddy current (EC) signal during an eddy current test (ECT) of SG U tube inspection, 2) to build an effective data base management system for ECT data. By this expert system the reliability in EC signal evaluation can be improved, and the required man-power can be reduced. And this expert system can supply a stable ECT and contribute to a safe operation of the nuclear power plant. (author)

  16. AN EXPERT SYSTEM FOR SUPPORTING THE PRODUCTION OF PLEASURE BOATS

    Directory of Open Access Journals (Sweden)

    Tomasz GONCIARZ

    2013-07-01

    Full Text Available Expert systems can be defined as computer programs, whose main task is to simulate a human expert, usually in a narrow field of expertise. Possible applications of modern information technology are very extensive, ranging from medicine, geology and technology to applications in the field of economic and financial decision support. The purpose of this paper is to present the practical application of an expert system that supports the process of managing the production of yachts and has a high suitability for use in this application. Using the expert system described in the paper reduces the time during the design and production preparation process.

  17. The development of an expert system for arid rangeland ...

    African Journals Online (AJOL)

    Currently, the expert system uses wiki technology, as this allows a high level of interaction between user and administrator. The expert system includes embedded links to photographs and additional information. It allows easy updating of the knowledge base. An additional booklet was also developed, since access to ...

  18. [MitraClip® for treatment of tricuspid valve insufficiency].

    Science.gov (United States)

    Pfister, R; Baldus, S

    2017-11-01

    Tricuspid valve regurgitation is frequently found as a result of right ventricular remodeling due to advanced left heart diseases. Drug treatment is limited to diuretics and the cardiac or pulmonary comorbidities. Due to the high risk only a small percentage of patients are amenable to surgical treatment of tricuspid regurgitation in those who undergo left-sided surgery for other reasons. Catheter-based procedures are an attractive treatment alternative, particularly since the strong prognostic impact of tricuspid regurgitation suggests an unmet need of treatment, independent of the underlying heart disease. A vast amount of clinical experience exists for the MitraClip system for treatment of mitral regurgitation. A first case series shows that the application for treatment of tricuspid regurgitation is technically feasible, seems to be safe and the degree of valve regurgitation can be reduced. In this review the background of tricuspid regurgitation treatment is summarized and first experiences and perspectives with the MitraClip system are assessed.

  19. Techniques and implementation of the embedded rule-based expert system using Ada

    Science.gov (United States)

    Liberman, Eugene M.; Jones, Robert E.

    1991-01-01

    Ada is becoming an increasingly popular programming language for large Government-funded software projects. Ada with its portability, transportability, and maintainability lends itself well to today's complex programming environment. In addition, expert systems have also assured a growing role in providing human-like reasoning capability and expertise for computer systems. The integration of expert system technology with Ada programming language, specifically a rule-based expert system using an ART-Ada (Automated Reasoning Tool for Ada) system shell is discussed. The NASA Lewis Research Center was chosen as a beta test site for ART-Ada. The test was conducted by implementing the existing Autonomous Power EXpert System (APEX), a Lisp-base power expert system, in ART-Ada. Three components, the rule-based expert system, a graphics user interface, and communications software make up SMART-Ada (Systems fault Management with ART-Ada). The main objective, to conduct a beta test on the ART-Ada rule-based expert system shell, was achieved. The system is operational. New Ada tools will assist in future successful projects. ART-Ada is one such tool and is a viable alternative to the straight Ada code when an application requires a rule-based or knowledge-based approach.

  20. Strategies for adding adaptive learning mechanisms to rule-based diagnostic expert systems

    Science.gov (United States)

    Stclair, D. C.; Sabharwal, C. L.; Bond, W. E.; Hacke, Keith

    1988-01-01

    Rule-based diagnostic expert systems can be used to perform many of the diagnostic chores necessary in today's complex space systems. These expert systems typically take a set of symptoms as input and produce diagnostic advice as output. The primary objective of such expert systems is to provide accurate and comprehensive advice which can be used to help return the space system in question to nominal operation. The development and maintenance of diagnostic expert systems is time and labor intensive since the services of both knowledge engineer(s) and domain expert(s) are required. The use of adaptive learning mechanisms to increment evaluate and refine rules promises to reduce both time and labor costs associated with such systems. This paper describes the basic adaptive learning mechanisms of strengthening, weakening, generalization, discrimination, and discovery. Next basic strategies are discussed for adding these learning mechanisms to rule-based diagnostic expert systems. These strategies support the incremental evaluation and refinement of rules in the knowledge base by comparing the set of advice given by the expert system (A) with the correct diagnosis (C). Techniques are described for selecting those rules in the in the knowledge base which should participate in adaptive learning. The strategies presented may be used with a wide variety of learning algorithms. Further, these strategies are applicable to a large number of rule-based diagnostic expert systems. They may be used to provide either immediate or deferred updating of the knowledge base.

  1. Expert systems for space power supply: design, analysis, and evaluation

    International Nuclear Information System (INIS)

    Cooper, R.S.; Thomson, M.K.; Hoshor, A.

    1987-01-01

    The authors evaluated the feasibility of applying expert systems to the conceptual design, analysis, and evaluation of space power supplies in particular, and complex systems in general. To do this, they analyzed the space power supply design process and in associated knowledge base, and characterized them in a form suitable for computer emulation of a human expert. The existing expert system tools and the results achieved with them were evaluated to assess their applicability to power system design. They applied some new concepts for combining program architectures (modular expert systems and algorithms) with information about the domain to create a deep system for handling the complex design problem. They authors developed, programmed and tested NOVICE, a code to solve a simplified version of a scoping study of a wide variety of power supply types for a broad range of missions, as a concrete feasibility demonstration

  2. Toward the efficient implementation of expert systems in Ada

    Science.gov (United States)

    Lee, S. Daniel

    1990-01-01

    Here, the authors describe Ada language issues encountered during the development of ART-Ada, an expert system tool for Ada deployment. ART-Ada is being used to implement several expert system applications for the Space Station Freedom and the U.S. Air Force. Additional information is given on dynamic memory allocation.

  3. Guidelines for the verification and validation of expert system software and conventional software: Survey and documentation of expert system verification and validation methodologies. Volume 3

    International Nuclear Information System (INIS)

    Groundwater, E.H.; Miller, L.A.; Mirsky, S.M.

    1995-03-01

    This report is the third volume in the final report for the Expert System Verification and Validation (V ampersand V) project which was jointly sponsored by the Nuclear Regulatory Commission and the Electric Power Research Institute. The ultimate objective is the formulation of guidelines for the V ampersand V of expert systems for use in nuclear power applications. The purpose of this activity was to survey and document techniques presently in use for expert system V ampersand V. The survey effort included an extensive telephone interviewing program, site visits, and a thorough bibliographic search and compilation. The major finding was that V ampersand V of expert systems is not nearly as established or prevalent as V ampersand V of conventional software systems. When V ampersand V was used for expert systems, it was almost always at the system validation stage after full implementation and integration usually employing the non-systematic dynamic method of open-quotes ad hoc testing.close quotes There were few examples of employing V ampersand V in the early phases of development and only weak sporadic mention of the possibilities in the literature. There is, however, a very active research area concerning the development of methods and tools to detect problems with, particularly, rule-based expert systems. Four such static-testing methods were identified which were not discovered in a comprehensive review of conventional V ampersand V methods in an earlier task

  4. Expert system for skin problem consultation in Thai traditional medicine.

    Science.gov (United States)

    Nopparatkiat, Pornchai; na Nagara, Byaporn; Chansa-ngavej, Chuvej

    2014-01-01

    This paper aimed to demonstrate the research and development of a rule-based expert system for skin problem consulting in the areas of acne, melasma, freckle, wrinkle, and uneven skin tone, with recommended treatments from Thai traditional medicine knowledge. The tool selected for developing the expert system is a software program written in the PHP language. MySQL database is used to work together with PHP for building database of the expert system. The system is web-based and can be reached from anywhere with Internet access. The developed expert system gave recommendations on the skin problem treatment with Thai herbal recipes and Thai herbal cosmetics based on 416 rules derived from primary and secondary sources. The system had been tested by 50 users consisting of dermatologists, Thai traditional medicine doctors, and general users. The developed system was considered good for learning and consultation. The present work showed how such a scattered body of traditional knowledge as Thai traditional medicine and herbal recipes could be collected, organised and made accessible to users and interested parties. The expert system developed herein should contribute in a meaningful way towards preserving the knowledge and helping promote the use of Thai traditional medicine as a practical alternative medicine for the treatment of illnesses.

  5. Planning bioinformatics workflows using an expert system

    Science.gov (United States)

    Chen, Xiaoling; Chang, Jeffrey T.

    2017-01-01

    Abstract Motivation: Bioinformatic analyses are becoming formidably more complex due to the increasing number of steps required to process the data, as well as the proliferation of methods that can be used in each step. To alleviate this difficulty, pipelines are commonly employed. However, pipelines are typically implemented to automate a specific analysis, and thus are difficult to use for exploratory analyses requiring systematic changes to the software or parameters used. Results: To automate the development of pipelines, we have investigated expert systems. We created the Bioinformatics ExperT SYstem (BETSY) that includes a knowledge base where the capabilities of bioinformatics software is explicitly and formally encoded. BETSY is a backwards-chaining rule-based expert system comprised of a data model that can capture the richness of biological data, and an inference engine that reasons on the knowledge base to produce workflows. Currently, the knowledge base is populated with rules to analyze microarray and next generation sequencing data. We evaluated BETSY and found that it could generate workflows that reproduce and go beyond previously published bioinformatics results. Finally, a meta-investigation of the workflows generated from the knowledge base produced a quantitative measure of the technical burden imposed by each step of bioinformatics analyses, revealing the large number of steps devoted to the pre-processing of data. In sum, an expert system approach can facilitate exploratory bioinformatic analysis by automating the development of workflows, a task that requires significant domain expertise. Availability and Implementation: https://github.com/jefftc/changlab Contact: jeffrey.t.chang@uth.tmc.edu PMID:28052928

  6. Application of expert system in library and information science: a review

    International Nuclear Information System (INIS)

    Bhatti, A.R.

    1988-09-01

    This study seeks to provide an overview of the current state of development in the application of expert system in technology in the field of library and information science. The study starts briefly looking into the capabilities of Artificial Intelligence (AI) in general and then its relevance to LIS (Library Information System) work. A basic introduction to expert system technology and outgrowth of AI research is given. The major components of a generalized expert system are discussed in some detail, and the ways in which system development can be approached are looked at. The main area of expert system applications in library and information science are discussed, looking at cataloguing, classification, reference work and library management etc. (author)

  7. Are expert systems needed on the power exchange?

    International Nuclear Information System (INIS)

    Nilsson, David.

    1991-09-01

    The goal of this masters thesis is to investigate whether it is possible to improve the activities at the power production unit (PDP) at Sydkraft with the help of expert systems. Another goal is that the produced result should work as an education material for the production operators. Therefore the work contains a detailed description of the power exchange and the factors that influence it, in addition to a description of the work tasks of the operators. The conclusions are, first, that an embedded critiquing system would enable a quicker training of new operators, while also giving the more experienced operators feedback on their decisions. Secondly, the water storage operation should be documented, to create a basis for the development of an expert system, and to create more material for education. The thesis also suggests a new model for the development of expert systems in areas where it is not known whether such a solution is possible. (au)

  8. 21 CFR 882.4190 - Clip forming/cutting instrument.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Clip forming/cutting instrument. 882.4190 Section 882.4190 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES.../cutting instrument. (a) Identification. A clip forming/cutting instrument is a device used by the...

  9. Component aging evaluation with expert systems

    International Nuclear Information System (INIS)

    Wiesemann, J.S.; Maguire, H.T. Jr.

    1988-01-01

    The age degradation of components involves a complex relationship between a variety of variables. These relationships are typically modeled using probabilistic and deterministic analyses. These methods depend upon a formal understanding of the underlying degradation mechanisms and a database of experience which allows statistical analyses to extract numerical trends. At present, not all age degradation mechanisms are adequately modeled and available data for age degradation is in most cases insufficient. In addition, these methods tend to focus upon answers to isolated questions (e.g., What is the component failure rate?) rather than the more pertinent questions concerning operations and maintenance (e.g., should the component be replaced at the next outage). Fortunately, knowledge in the form of personal experience does exist which allows plant personnel to make decisions concerning operations and maintenance. This knowledge can be modeled using expert systems. This paper discusses CAGES (Component Aging Expert System). It combines expert rules (heuristics), probabilistic models, and deterministic models to make evaluations of component aging; predict the implications for component life extension, operational readiness, maintenance effectiveness, and safety, and make recommendations for maintenance and operation

  10. Rule - based Fault Diagnosis Expert System for Wind Turbine

    Directory of Open Access Journals (Sweden)

    Deng Xiao-Wen

    2017-01-01

    Full Text Available Under the trend of increasing installed capacity of wind power, the intelligent fault diagnosis of wind turbine is of great significance to the safe and efficient operation of wind farms. Based on the knowledge of fault diagnosis of wind turbines, this paper builds expert system diagnostic knowledge base by using confidence production rules and expert system self-learning method. In Visual Studio 2013 platform, C # language is selected and ADO.NET technology is used to access the database. Development of Fault Diagnosis Expert System for Wind Turbine. The purpose of this paper is to realize on-line diagnosis of wind turbine fault through human-computer interaction, and to improve the diagnostic capability of the system through the continuous improvement of the knowledge base.

  11. Spacecraft command and control using expert systems

    Science.gov (United States)

    Norcross, Scott; Grieser, William H.

    1994-01-01

    This paper describes a product called the Intelligent Mission Toolkit (IMT), which was created to meet the changing demands of the spacecraft command and control market. IMT is a command and control system built upon an expert system. Its primary functions are to send commands to the spacecraft and process telemetry data received from the spacecraft. It also controls the ground equipment used to support the system, such as encryption gear, and telemetry front-end equipment. Add-on modules allow IMT to control antennas and antenna interface equipment. The design philosophy for IMT is to utilize available commercial products wherever possible. IMT utilizes Gensym's G2 Real-time Expert System as the core of the system. G2 is responsible for overall system control, spacecraft commanding control, and spacecraft telemetry analysis and display. Other commercial products incorporated into IMT include the SYBASE relational database management system and Loral Test and Integration Systems' System 500 for telemetry front-end processing.

  12. Temporal logics and real time expert systems.

    Science.gov (United States)

    Blom, J A

    1996-10-01

    This paper introduces temporal logics. Due to the eternal compromise between expressive adequacy and reasoning efficiency that must decided upon in any application, full (first order logic or modal logic based) temporal logics are frequently not suitable. This is especially true in real time expert systems, where a fixed (and usually small) response time must be guaranteed. One such expert system, Fagan's VM, is reviewed, and a delineation is given of how to formally describe and reason with time in medical protocols. It is shown that Petri net theory is a useful tool to check the correctness of formalised protocols.

  13. Expert systems use in present and future CANDU nuclear power supply systems

    International Nuclear Information System (INIS)

    Lupton, L.R.; Basso, R.A.J.; Anderson, L.L.; Anderson, J.W.D.

    1989-11-01

    As CANDU nuclear power plants become more complex, and are operated under tighter constraints for longer periods between outages, plant operations staff will have to absorb more information to correctly and rapidly respond to upsets. A development program is underway at Atomic Energy of Canada Limited to use expert systems and interactive media tools to assist operations staff of existing and future CANDU plants. The complete system for plant information access and display, on-line advice and diagnosis, and interactive operating procedures is called the Operator Companion. A prototype, consisting of operator consoles, expert systems and simulation modules in a distributed architecture, is currently being developed to demonstrate the concepts of the Operator Companion. Specialized advisors are also being developed using expert system technology to meet specific operational and design needs

  14. Preliminary PANSAT ground station software design and use of an expert system to analyze telemetry

    Science.gov (United States)

    Lawrence, Gregory W.

    1994-03-01

    The Petite Amateur Navy Satellite (PANSAT) is a communications satellite designed to be used by civilian amateur radio operators. A master ground station is being built at the Naval Postgraduate School. This computer system performs satellite commands, displays telemetry, trouble-shoots problems, and passes messages. The system also controls an open loop tracking antenna. This paper concentrates on the telemetry display, decoding, and interpretation through artificial intelligence (AI). The telemetry is displayed in an easily interpretable format, so that any user can understand the current health of the satellite and be cued as to any problems and possible solutions. Only the master ground station has the ability to receive all telemetry and send commands to the spacecraft; civilian ham users do not have access to this information. The telemetry data is decommutated and analyzed before it is displayed to the user, so that the raw data will not have to be interpreted by ground users. The analysis will use CLIPS imbedded in the code, and derive its inputs from telemetry decommutation. The program is an expert system using a forward chaining set of rules based on the expected operation and parameters of the satellite. By building the rules during the construction and design of the satellite, the telemetry can be well understood and interpreted after the satellite is launched and the designers may no longer be available to provide input to the problem.

  15. Clinical experience of titanium cerebral aneurysm clips. Evaluation of artifact of CT and MRI

    International Nuclear Information System (INIS)

    Ninomiya, Takashi; Kato, Yoko; Sano, Hirotoshi

    1996-01-01

    The titanium aneurysm clips manufactured by AESCULAP Company are expected to be useful, not only for clinical applications, but also for reducing artifacts in post-operative CT and MRI. We carried out an investigation of the behavior of the new Yasargil titanium clips in a 1.5T MR imager. The new titanium clips showed considerably smaller clip-induced MR and CT artifacts than phynox and elgiloy clips. No movement of the titanium clips was seen by introducing them to the MR imager. Subsequent to these experimental studies, we applied titanium clips to 25 cerebral aneurysms. Post-operative CT, especially helical scanning CT and MR showed minimal artifacts, leading to the conclusion that the titanium clips are better than the other types of clips for the evaluation of post-operative neuroradiological images. (author)

  16. A Web-Based Rice Plant Expert System Using Rule-Based Reasoning

    Directory of Open Access Journals (Sweden)

    Anton Setiawan Honggowibowo

    2009-12-01

    Full Text Available Rice plants can be attacked by various kinds of diseases which are possible to be determined from their symptoms. However, it is to recognize that to find out the exact type of disease, an agricultural expert’s opinion is needed, meanwhile the numbers of agricultural experts are limited and there are too many problems to be solved at the same time. This makes a system with a capability as an expert is required. This system must contain the knowledge of the diseases and symptom of rice plants as an agricultural expert has to have. This research designs a web-based expert system using rule-based reasoning. The rule are modified from the method of forward chaining inference and backward chaining in order to to help farmers in the rice plant disease diagnosis. The web-based rice plants disease diagnosis expert system has the advantages to access and use easily. With web-based features inside, it is expected that the farmer can accesse the expert system everywhere to overcome the problem to diagnose rice diseases.

  17. Focusing on the human factor in future expert systems

    International Nuclear Information System (INIS)

    Gordon, S.E.

    1987-01-01

    Technological advances in the area of artificial intelligence have produced expert systems that hold much promise for the design, operation, and maintenance of complex systems such as nuclear power plants. Such systems have been designed and implemented in a wide variety of task settings. In spite of the gains that have been made in the application of expert systems, there are still several difficult problems which have yet to be resolved. One of these problems is a frequently noted lack of user acceptance of newly fielded intelligent systems. This lack of acceptance can be attributed to a variety of factors, including unfamiliarity with computer technology, difficulty in adjusting to interface mechanisms, fear that the system was designed to replace the human operator, and a feeling that the human can perform the job better than the system. Some of the problems may be related to the fact that expert system design is essentially in it's infancy

  18. Expert system for controlling plant growth in a contained environment

    Science.gov (United States)

    May, George A. (Inventor); Lanoue, Mark Allen (Inventor); Bethel, Matthew (Inventor); Ryan, Robert E. (Inventor)

    2011-01-01

    In a system for optimizing crop growth, vegetation is cultivated in a contained environment, such as a greenhouse, an underground cavern or other enclosed space. Imaging equipment is positioned within or about the contained environment, to acquire spatially distributed crop growth information, and environmental sensors are provided to acquire data regarding multiple environmental conditions that can affect crop development. Illumination within the contained environment, and the addition of essential nutrients and chemicals are in turn controlled in response to data acquired by the imaging apparatus and environmental sensors, by an "expert system" which is trained to analyze and evaluate crop conditions. The expert system controls the spatial and temporal lighting pattern within the contained area, and the timing and allocation of nutrients and chemicals to achieve optimized crop development. A user can access the "expert system" remotely, to assess activity within the growth chamber, and can override the "expert system".

  19. Experiment with expert system guidance of an engineering analysis task

    International Nuclear Information System (INIS)

    Ransom, V.H.; Fink, R.K.; Callow, R.A.

    1986-01-01

    An experiment is being conducted in which expert systems are used to guide the performance of an engineering analysis task. The task chosen for experimentation is the application of a large thermal hydraulic transient simulation computer code. The expectation from this work is that the expert system will result in an improved analytical result with a reduction in the amount of human labor and expertise required. The code associated functions of model formulation, data input, code execution, and analysis of the computed output have all been identified as candidate tasks that could benefit from the use of expert systems. Expert system modules have been built for the model building and data input task. Initial results include the observation that human expectations of an intelligent environment rapidly escalate and structured or stylized tasks that are tolerated in the unaided system are frustrating within the intelligent environment

  20. Expert System For Diagnosis Pest And Disease In Fruit Plants

    Science.gov (United States)

    Dewanto, Satrio; Lukas, Jonathan

    2014-03-01

    This paper discussed the development of an expert system to diagnose pests and diseases on fruit plants. Rule base method was used to store the knowledge from experts and literatures. Control technique using backward chain and started from the symptoms to get conclusions about the pests and diseases that occur. Development of the system has been performed using software Corvid Exsys developed by Exsys company. Results showed that the development of this expert system can be used to assist users in identifying the type of pests and diseases on fruit plants. Further development and possibility of using internet for this system are proposed.

  1. An Expert System for the Development of Efficient Parallel Code

    Science.gov (United States)

    Jost, Gabriele; Chun, Robert; Jin, Hao-Qiang; Labarta, Jesus; Gimenez, Judit

    2004-01-01

    We have built the prototype of an expert system to assist the user in the development of efficient parallel code. The system was integrated into the parallel programming environment that is currently being developed at NASA Ames. The expert system interfaces to tools for automatic parallelization and performance analysis. It uses static program structure information and performance data in order to automatically determine causes of poor performance and to make suggestions for improvements. In this paper we give an overview of our programming environment, describe the prototype implementation of our expert system, and demonstrate its usefulness with several case studies.

  2. Expert System dan Aplikasinya dalam Auditing: Suatu Metode Mempelajari Pertimbangan Materialitas

    Directory of Open Access Journals (Sweden)

    Erni Suryandari

    2005-07-01

    Full Text Available Expert system is an intellegence computer system that uses knowledge and inference procedures to solve quite a difficult problem which in unstructured in its nature. This purpose of this study is to discuss the benefit of expert system as an aid in decision making by auditors in auditing financial statement, especially when auditors are making audit planner. In making audit planner, expert system helps evaluate audit risk and judgment materiality. Judgment materiality planning will effect the nature, time and the extent of audit procedure. In the future, expert system will be a challenge to the accounting profession in order to get the benefit from the coming technology to improve performance and reduce cost.

  3. Development of an expert system for radioactive material transportation

    International Nuclear Information System (INIS)

    Tamanoi, K.; Ishitobi, M.; Shinohara, Y.

    1990-01-01

    An expert system to deal with radioactive material transportation was developed. This expert system is based on 'Regulations for the Safe Transport of Radioactive Material' by IAEA issued 1985. IAEA published the regulations under such environments that safety transportation has become increasingly being focused as uses of radioactive materials are more pervasive, not only in nuclear field but also in non-nuclear purposes. Attentions are payed for operators and environment to establish safety in handling radioactive materials. In the 1985 regulations, detailed categorization of radioactive materials and, correspondingly, new classification of packages are introduced. This categorization is more complicated than old regulations, leading us to develop an expert system to evaluate easily the packages categorization. (author)

  4. The Expert Project Management System (EPMS)

    Science.gov (United States)

    Silverman, Barry G.; Diakite, Coty

    1986-01-01

    Successful project managers (PMs) have been shown to rely on 'intuition,' experience, and analogical reasoning heuristics. For new PMs to be trained and experienced PMs to avoid repeating others' mistakes, it is necessary to make the knowledge and heuristics of successful PMs more widely available. The preparers have evolved a model of PM thought processes over the last decade that is now ready to be implemented as a generic PM aid. This aid consists of a series of 'specialist' expert systems (CRITIC, LIBRARIAN, IDEA MAN, CRAFTSMAN, and WRITER) that communicate with each other via a 'blackboard' architecture. The various specialist expert systems are driven to support PM training and problem solving since any 'answers' they pass to the blackboard are subjected to conflict identification (AGENDA FORMULATOR) and GOAL SETTER inference engines.

  5. A living PSA based on use of expert systems

    International Nuclear Information System (INIS)

    Ancelin, C.; Bouissou, M.; Le, P.; De Saint-Quentin, S.; Villatte, N.

    1989-01-01

    This paper presents the expert systems that are developed by EDF in the framework of the French PSA. Aimed at automatically generating reliability models (fault trees, state graphs....), these expert systems are used for the reliability studies of safety systems in the Paluel nuclear power plant. Beyond the description of the implemented method, this paper insists on the new approach proposed to the reliability engineer, when using artificial intelligence techniques

  6. An expert system for sensor data validation and malfunction detection

    International Nuclear Information System (INIS)

    Hashemi, S.; Hajek, B.K.; Miller, D.W.

    1987-01-01

    Nuclear power plant operation and monitoring in general is a complex task which requires a large number of sensors, alarms and displays. At any instant in time, the operator is required to make a judgment about the state of the plant and to react accordingly. During abnormal situations, operators are further burdened with time constraints. The possibility of an undetected faulty instrumentation line, adds to the complexity of operators' reasoning tasks. Recent work at The Ohio State University Laboratory of Artificial Intelligence Research (LAIR) and the nuclear engineering program has concentrated on the problem of diagnostic expert systems performance and their applicability to the nuclear power plant domain. The authors have also been concerned about the diagnostic expert systems performance when using potentially invalid sensor data. Because of this research, they have developed an expert system that can perform diagnostic problem solving despite the existence of some conflicting data in the domain. This work has resulted in enhancement of a programming tool, CSRL, that allows domain experts to create a diagnostic system that will be to some degree, tolerant of bad data while performing diagnosis. This expert system is described here

  7. IDEA system - a new computer-based expert system for incorporation monitoring

    International Nuclear Information System (INIS)

    Doerfel, H.

    2007-01-01

    Recently, at the Karlsruhe Research Centre, a computer-based expert system, Internal Dose Equivalent Assessment System (IDEA System), has been developed for assisting dosimetrists in applying the relevant recommendations and guidelines for internal dosimetry. The expert system gives guidance to the user with respect to: (a) planning of monitoring, (b) performing routine and special monitoring, and (c) evaluation of primary monitoring results. The evaluation is done according to the IDEA System guidelines (Doerfel, H. et al., General guidelines for the estimation of committed effective dose from incorporation monitoring data. Research Report FZKA 7243, Research Center Karlsruhe, Karlsruhe (2006). ISSN 0947-8260.) in a three-stage procedure according to the expected level of exposure. At the first level the evaluation is performed with default or site-specific parameter values, at the second level case-specific parameter values are applied and at the third level a special evaluation is performed with individual adjustment of model parameter values. With these well-defined procedures the expert system follows the aim, in which all recommendations and guidelines are applied properly and the results in terms of committed effective and organ doses are close to the best estimate. (author)

  8. Operation and safety decision-making support expert system in NPP

    International Nuclear Information System (INIS)

    Wei Yanhui; Su Desong; Chen Weihua; Zhang Jianbo

    2014-01-01

    The article first reviewed three operation support systems currently used in NPP: real-time information surveillance system, important equipment surveillance system and plant process control and monitoring system, then presents the structure and function of three expert support sub-systems (intelligent alarm monitoring system, computer-based operating procedure support system, safety information expert decision support system). Finally the article discussed the meaning of a kind of operation decision making support system. (authors)

  9. A Study on Satellite Diagnostic Expert Systems Using Case-Based Approach

    Directory of Open Access Journals (Sweden)

    Young-Tack Park

    1997-06-01

    Full Text Available Many research works are on going to monitor and diagnose diverse malfunctions of satellite systems as the complexity and number of satellites increase. Currently, many works on monitoring and diagnosis are carried out by human experts but there are needs to automate much of the routine works of them. Hence, it is necessary to study on using expert systems which can assist human experts routine work by doing automatically, thereby allow human experts devote their expertise more critical and important areas of monitoring and diagnosis. In this paper, we are employing artificial intelligence techniques to model human experts' knowledge and inference the constructed knowledge. Especially, case-based approaches are used to construct a knowledge base to model human expert capabilities which use previous typical exemplars. We have designed and implemented a prototype case-based system for diagnosing satellite malfunctions using cases. Our system remembers typical failure cases and diagnoses a current malfunction by indexing the case base. Diverse methods are used to build a more user friendly interface which allows human experts can build a knowledge base in as easy way.

  10. Remission of migraine after clipping of saccular intracranial aneurysms

    DEFF Research Database (Denmark)

    Lebedeva, E R; Busygina, A V; Kolotvinov, V S

    2015-01-01

    interview. The remission rates of migraine and tension-type headache (TTH) in these patients were compared to 92 patients from a headache center. Diagnoses were made according to the ICHD-2. RESULTS: During 1 year preceding rupture 51 patients with SIA had migraine. During the year after clipping......BACKGROUND: Unruptured saccular intracranial aneurysm (SIA) is associated with an increased prevalence of migraine, but it is unclear whether this is altered by clipping of the aneurysm. The aim of our study was to determine whether remission rate of migraine and other recurrent headaches...... was greater in patients with SIA after clipping than in controls. METHODS: We prospectively studied 87 SIA patients with migraine or other recurrent headaches. They were interviewed about headaches in the preceding year before and 1 year after clipping using a validated semi-structured neurologist conducted...

  11. Film clips and narrative text as subjective emotion elicitation techniques.

    Science.gov (United States)

    Zupan, Barbra; Babbage, Duncan R

    2017-01-01

    Film clips and narrative text are useful techniques in eliciting emotion in a laboratory setting but have not been examined side-by-side using the same methodology. This study examined the self-identification of emotions elicited by film clip and narrative text stimuli to confirm that selected stimuli appropriately target the intended emotions. Seventy participants viewed 30 film clips, and 40 additional participants read 30 narrative texts. Participants identified the emotion experienced (happy, sad, angry, fearful, neutral-six stimuli each). Eighty-five percent of participants self-identified the target emotion for at least two stimuli for all emotion categories of film clips, except angry (only one) and for all categories of narrative text, except fearful (only one). The most effective angry text was correctly identified 74% of the time. Film clips were more effective in eliciting all target emotions in participants for eliciting the correct emotion (angry), intensity rating (happy, sad), or both (fearful).

  12. A Fuzzy Rule-Based Expert System for Evaluating Intellectual Capital

    Directory of Open Access Journals (Sweden)

    Mohammad Hossein Fazel Zarandi

    2012-01-01

    Full Text Available A fuzzy rule-based expert system is developed for evaluating intellectual capital. A fuzzy linguistic approach assists managers to understand and evaluate the level of each intellectual capital item. The proposed fuzzy rule-based expert system applies fuzzy linguistic variables to express the level of qualitative evaluation and criteria of experts. Feasibility of the proposed model is demonstrated by the result of intellectual capital performance evaluation for a sample company.

  13. Current MitraClip experience, safety and feasibility in the Netherlands

    OpenAIRE

    Rahhab, Z.; Kortlandt, F.A.; Velu, J.F.; Schurer, R.A.J.; Delgado, V.; Tonino, P.; Boven, A.J. van; Branden, B.J.L. Van den; Kraaijeveld, A.O.; Voskuil, M.; Hoorntje, J.; Wely, M.H. van; Houwelingen, K. van; Bleeker, G.B.; Rensing, B.

    2017-01-01

    PURPOSE: Data on MitraClip procedural safety and efficacy in the Netherlands are scarce. We aim to provide an overview of the Dutch MitraClip experience. METHODS: We pooled anonymised demographic and procedural data of 1151 consecutive MitraClip patients, from 13 Dutch hospitals. Data was collected by product specialists in collaboration with local operators. Effect on mitral regurgitation was intra-procedurally assessed by transoesophageal echocardiography. Technical success and device succe...

  14. Expert System Dan Aplikasinya Dalam Auditing: Suatu Metode Mempelajari Pertimbangan Materialitas

    OpenAIRE

    Suryandari, Erni

    2001-01-01

    Expert system is an intellegence computer system that uses knowledge and inference procedures to solve quite a difficult problem which in unstructured in its nature. This purpose of this study is to discuss the benefit of expert system as an aid in decision making by auditors in auditing financial statement, especially when auditors are making audit planner. In making audit planner, expert system helps evaluate audit risk and judgment materiality. Judgment materiality planning will effect the...

  15. Expert System dan Aplikasinya dalam Auditing: Suatu Metode Mempelajari Pertimbangan Materialitas

    OpenAIRE

    Erni Suryandari

    2005-01-01

    Expert system is an intellegence computer system that uses knowledge and inference procedures to solve quite a difficult problem which in unstructured in its nature. This purpose of this study is to discuss the benefit of expert system as an aid in decision making by auditors in auditing financial statement, especially when auditors are making audit planner. In making audit planner, expert system helps evaluate audit risk and judgment materiality. Judgment materiality planning will effect the...

  16. Towards a Fuzzy Expert System on Toxicological Data Quality Assessment.

    Science.gov (United States)

    Yang, Longzhi; Neagu, Daniel; Cronin, Mark T D; Hewitt, Mark; Enoch, Steven J; Madden, Judith C; Przybylak, Katarzyna

    2013-01-01

    Quality assessment (QA) requires high levels of domain-specific experience and knowledge. QA tasks for toxicological data are usually performed by human experts manually, although a number of quality evaluation schemes have been proposed in the literature. For instance, the most widely utilised Klimisch scheme1 defines four data quality categories in order to tag data instances with respect to their qualities; ToxRTool2 is an extension of the Klimisch approach aiming to increase the transparency and harmonisation of the approach. Note that the processes of QA in many other areas have been automatised by employing expert systems. Briefly, an expert system is a computer program that uses a knowledge base built upon human expertise, and an inference engine that mimics the reasoning processes of human experts to infer new statements from incoming data. In particular, expert systems have been extended to deal with the uncertainty of information by representing uncertain information (such as linguistic terms) as fuzzy sets under the framework of fuzzy set theory and performing inferences upon fuzzy sets according to fuzzy arithmetic. This paper presents an experimental fuzzy expert system for toxicological data QA which is developed on the basis of the Klimisch approach and the ToxRTool in an effort to illustrate the power of expert systems to toxicologists, and to examine if fuzzy expert systems are a viable solution for QA of toxicological data. Such direction still faces great difficulties due to the well-known common challenge of toxicological data QA that "five toxicologists may have six opinions". In the meantime, this challenge may offer an opportunity for expert systems because the construction and refinement of the knowledge base could be a converging process of different opinions which is of significant importance for regulatory policy making under the regulation of REACH, though a consensus may never be reached. Also, in order to facilitate the implementation

  17. A study on the development and application of expert system for nuclear power plant

    Energy Technology Data Exchange (ETDEWEB)

    Woo, Hee Gon; Kim, Seong Bok [Korea Electric Power Corp. (KEPCO), Taejon (Korea, Republic of). Research Center

    1995-12-31

    It is a final report of the research that is a study on the development and application of expert system for nuclear power plants and development of the schemes computing environments and user interfaces for the expert system, which is a systematic and efficient development of expert system for nuclear power plants in the future. This report is consisted of -Development trends of expert system for nuclear power plants. -Classification of expert system applications for nuclear power plants. -Systematic and efficient developments schemes of expert system for nuclear power plants, and -Suitable computing environments and user interfaces for the expert systems. (author). 113 refs., 85 figs.

  18. A study on the development and application of expert system for nuclear power plant

    Energy Technology Data Exchange (ETDEWEB)

    Woo, Hee Gon; Kim, Seong Bok [Korea Electric Power Corp. (KEPCO), Taejon (Korea, Republic of). Research Center

    1996-12-31

    It is a final report of the research that is a study on the development and application of expert system for nuclear power plants and development of the schemes computing environments and user interfaces for the expert system, which is a systematic and efficient development of expert system for nuclear power plants in the future. This report is consisted of -Development trends of expert system for nuclear power plants. -Classification of expert system applications for nuclear power plants. -Systematic and efficient developments schemes of expert system for nuclear power plants, and -Suitable computing environments and user interfaces for the expert systems. (author). 113 refs., 85 figs.

  19. A prototype nuclear emergency response decision making expert system

    International Nuclear Information System (INIS)

    Chang, C.; Shih, C.; Hong, M.; Yu, W.; Su, M.; Wang, S.

    1990-01-01

    A prototype of emergency response expert system developed for nuclear power plants, has been fulfilled by Institute of Nuclear Energy Research. Key elements that have been implemented for emergency response include radioactive material dispersion assessment, dynamic transportation evacuation assessment, and meteorological parametric forecasting. A network system consists of five 80386 Personal Computers (PCs) has been installed to perform the system functions above. A further project is still continuing to achieve a more complicated and fanciful computer aid integral emergency response expert system

  20. An exploration study to find important factors influencing on expert systems

    Directory of Open Access Journals (Sweden)

    Naser Azad

    2013-09-01

    Full Text Available Knowledge management plays an important role in modern management systems since many existing systems move towards learning organizations. Expert systems, on the other hand, are considered as the most popular techniques for adapting recent developments on knowledge management. This paper presents an empirical investigation to find important factors influencing adaptation of expert systems. The proposed study designs a questionnaire in Likert scale consists of 25 questions, distributes it among 258 people who have recently graduated from computer science and they are familiar with implementation of expert systems. Cronbach alpha is calculated as 0.730 and Kaiser-Meyer-Olkin Measure of Sampling Adequacy and Approx. Chi-Square are 0.748 and 1377.397, respectively. The study has implemented principal component analysis and the results have indicated that there were four factors influencing expert systems including systems management, intelligence systems, system analysis and specialized analysis.

  1. Emotion Index of Cover Song Music Video Clips based on Facial Expression Recognition

    DEFF Research Database (Denmark)

    Kavallakis, George; Vidakis, Nikolaos; Triantafyllidis, Georgios

    2017-01-01

    This paper presents a scheme of creating an emotion index of cover song music video clips by recognizing and classifying facial expressions of the artist in the video. More specifically, it fuses effective and robust algorithms which are employed for expression recognition, along with the use...... of a neural network system using the features extracted by the SIFT algorithm. Also we support the need of this fusion of different expression recognition algorithms, because of the way that emotions are linked to facial expressions in music video clips....

  2. Expert systems as applied to bridges and pavements : an overview.

    Science.gov (United States)

    1986-01-01

    Expert systems is a rapidly emerging new application of computers to aid decision makers in solving problems. This report gives an overview of what expert systems are and of what use they may be to a transportation department. The focus of the applic...

  3. An expert system framework for nondestructive waste assay

    International Nuclear Information System (INIS)

    Becker, G.K.

    1996-01-01

    Management and disposition of transuranic (RU) waste forms necessitates determining entrained RU and associated radioactive material quantities as per National RU Waste Characterization Program requirements. Technical justification and demonstration of a given NDA method used to determine RU mass and uncertainty in accordance with program quality assurance is difficult for many waste forms. Difficulties are typically founded in waste NDA methods that employ standards compensation and/or employment of simplifying assumptions on waste form configurations. Capability to determine and justify RU mass and mass uncertainty can be enhanced through integration of waste container data/information using expert system and empirical data-driven techniques with conventional data acquisition and analysis. Presented is a preliminary expert system framework that integrates the waste form data base, alogrithmic techniques, statistical analyses, expert domain knowledge bases, and empirical artificial intelligence modules into a cohesive system. The framework design and bases in addition to module development activities are discussed

  4. Comparison of Sonography versus Digital Breast Tomosynthesis to Locate Intramammary Marker Clips.

    Science.gov (United States)

    Schulz-Wendtland, R; Dankerl, P; Dilbat, G; Bani, M; Fasching, P A; Heusinger, K; Lux, M P; Loehberg, C R; Jud, S M; Rauh, C; Bayer, C M; Beckmann, M W; Wachter, D L; Uder, M; Meier-Meitinger, M; Brehm, B

    2015-01-01

    Introduction: This study aimed to compare the accuracy of sonography versus digital breast tomosynthesis to locate intramammary marker clips placed under ultrasound guidance. Patients and Methods: Fifty patients with suspicion of breast cancer (lesion diameter less than 2 cm [cT1]) had ultrasound-guided core needle biopsy with placement of a marker clip in the center of the tumor. Intramammary marker clips were subsequently located with both sonography and digital breast tomosynthesis. Results: Sonography detected no dislocation of intrammammary marker clips in 42 of 50 patients (84 %); dislocation was reported in 8 patients (16 %) with a maximum dislocation of 7 mm along the x-, y- or z-axis. Digital breast tomosynthesis showed accurate placement without dislocation of the intramammary marker clip in 48 patients (96 %); 2 patients (4 %) had a maximum clip dislocation of 3 mm along the x-, y- or z-axis (p tomosynthesis could improve the accuracy when locating intramammary marker clips compared to sonography and could, in future, be used to complement or even completely replace sonography.

  5. A Formal Definition for Expert Systems used in Real-time Applications

    Directory of Open Access Journals (Sweden)

    Vasile MAZILESCU

    2015-05-01

    Full Text Available The present paper is situated on the grounds of research in the field of symbolic Artificial Intelligence systems, applied to the new Knowledge Management Systems. The basic feature of these systems is represented by the processing of the fuzzy knowledge involved in the synthesis of some decisions. The work reported in this paper serves to promote an Intelligent System that can operate in dynamic and uncertain environments based on a formal definition of an expert system. We can develop and justify thus a series of modelling and design techniques for Intelligent Knowledge Management Systems (IKMS, as well as methods for the analysis of expert systems performance, and, of a fuzzy expert system in particular, between which there are strong similarities. We will also outline a number of differences between conventional problem solving systems and IKMS, the links between expert systems and those of structural and functional planning, the analogy between the model of the problem or business process and the problem domain.

  6. Turbo Decision Aided Receivers for Clipping Noise Mitigation in Coded OFDM

    Directory of Open Access Journals (Sweden)

    Declercq David

    2008-01-01

    Full Text Available Abstract Orthogonal frequency division multiplexing (OFDM is the modulation technique used in most of the high-rate communication standards. However, OFDM signals exhibit high peak average to power ratio (PAPR that makes them particularly sensitive to nonlinear distortions caused by high-power amplifiers. Hence, the amplifier needs to operate at large output backoff, thereby decreasing the average efficiency of the transmitter. One way to reduce PAPR consists in clipping the amplitude of the OFDM signal introducing an additional noise that degrades the overall system performance. In that case, the receiver needs to set up an algorithm that compensates this clipping noise. In this paper, we propose three new iterative receivers with growing complexity and performance that operate at severe clipping: the first and simplest receiver uses a Viterbi algorithm as channel decoder whereas the other two implement a soft-input soft-output (SISO decoder. Each soft receiver is analyzed through EXIT charts for different mappings. Finally, the performances of the receivers are simulated on both short time-varying channel and AWGN channel.

  7. Turbo Decision Aided Receivers for Clipping Noise Mitigation in Coded OFDM

    Directory of Open Access Journals (Sweden)

    Maxime Colas

    2008-02-01

    Full Text Available Orthogonal frequency division multiplexing (OFDM is the modulation technique used in most of the high-rate communication standards. However, OFDM signals exhibit high peak average to power ratio (PAPR that makes them particularly sensitive to nonlinear distortions caused by high-power amplifiers. Hence, the amplifier needs to operate at large output backoff, thereby decreasing the average efficiency of the transmitter. One way to reduce PAPR consists in clipping the amplitude of the OFDM signal introducing an additional noise that degrades the overall system performance. In that case, the receiver needs to set up an algorithm that compensates this clipping noise. In this paper, we propose three new iterative receivers with growing complexity and performance that operate at severe clipping: the first and simplest receiver uses a Viterbi algorithm as channel decoder whereas the other two implement a soft-input soft-output (SISO decoder. Each soft receiver is analyzed through EXIT charts for different mappings. Finally, the performances of the receivers are simulated on both short time-varying channel and AWGN channel.

  8. Functional MRI reveals expert-novice differences during sport-related anticipation.

    Science.gov (United States)

    Wright, Michael J; Bishop, Daniel T; Jackson, Robin C; Abernethy, Bruce

    2010-01-27

    We examined the effect of expertise on cortical activation during sports anticipation using functional MRI. In experiment 1, recreational players predicted badminton stroke direction and the pattern of active clusters was consistent with a proposed perception-of-action network. This pattern was not replicated in a stimulus-matched, action-unrelated control task. In experiment 2, players of three different skill levels anticipated stroke direction from clips occluded either 160 ms before or 80 ms after racquet-shuttle contact. Early-occluded sequences produced more activation than late-occluded sequences overall, in most cortical regions of interest, but experts showed an additional enhancement in medial, dorsolateral and ventrolateral frontal cortex. Anticipation in open-skill sports engages cortical areas integral to observing and understanding others' actions; such activity is enhanced in experts.

  9. Developing a Web-Based Advisory Expert System for Implementing Traffic Calming Strategies

    Directory of Open Access Journals (Sweden)

    Amir Falamarzi

    2014-01-01

    Full Text Available Lack of traffic safety has become a serious issue in residential areas. In this paper, a web-based advisory expert system for the purpose of applying traffic calming strategies on residential streets is described because there currently lacks a structured framework for the implementation of such strategies. Developing an expert system can assist and advise engineers for dealing with traffic safety problems. This expert system is developed to fill the gap between the traffic safety experts and people who seek to employ traffic calming strategies including decision makers, engineers, and students. In order to build the expert system, examining sources related to traffic calming studies as well as interviewing with domain experts have been carried out. The system includes above 150 rules and 200 images for different types of measures. The system has three main functions including classifying traffic calming measures, prioritizing traffic calming strategies, and presenting solutions for different traffic safety problems. Verifying, validating processes, and comparing the system with similar works have shown that the system is consistent and acceptable for practical uses. Finally, some recommendations for improving the system are presented.

  10. Expert system validation in prolog

    Science.gov (United States)

    Stock, Todd; Stachowitz, Rolf; Chang, Chin-Liang; Combs, Jacqueline

    1988-01-01

    An overview of the Expert System Validation Assistant (EVA) is being implemented in Prolog at the Lockheed AI Center. Prolog was chosen to facilitate rapid prototyping of the structure and logic checkers and since February 1987, we have implemented code to check for irrelevance, subsumption, duplication, deadends, unreachability, and cycles. The architecture chosen is extremely flexible and expansible, yet concise and complementary with the normal interactive style of Prolog. The foundation of the system is in the connection graph representation. Rules and facts are modeled as nodes in the graph and arcs indicate common patterns between rules. The basic activity of the validation system is then a traversal of the connection graph, searching for various patterns the system recognizes as erroneous. To aid in specifying these patterns, a metalanguage is developed, providing the user with the basic facilities required to reason about the expert system. Using the metalanguage, the user can, for example, give the Prolog inference engine the goal of finding inconsistent conclusions among the rules, and Prolog will search the graph intantiations which can match the definition of inconsistency. Examples of code for some of the checkers are provided and the algorithms explained. Technical highlights include automatic construction of a connection graph, demonstration of the use of metalanguage, the A* algorithm modified to detect all unique cycles, general-purpose stacks in Prolog, and a general-purpose database browser with pattern completion.

  11. Neural network based expert system for fault diagnosis of particle accelerators

    International Nuclear Information System (INIS)

    Dewidar, M.M.

    1997-01-01

    Particle accelerators are generators that produce beams of charged particles, acquiring different energies, depending on the accelerator type. The MGC-20 cyclotron is a cyclic particle accelerator used for accelerating protons, deuterons, alpha particles, and helium-3 to different energies. Its applications include isotope production, nuclear reaction, and mass spectroscopy studies. It is a complicated machine, it consists of five main parts, the ion source, the deflector, the beam transport system, the concentric and harmonic coils, and the radio frequency system. The diagnosis of this device is a very complex task. it depends on the conditions of 27 indicators of the control panel of the device. The accurate diagnosis can lead to a high system reliability and save maintenance costs. so an expert system for the cyclotron fault diagnosis is necessary to be built. In this thesis , a hybrid expert system was developed for the fault diagnosis of the MGC-20 cyclotron. Two intelligent techniques, multilayer feed forward back propagation neural network and the rule based expert system, are integrated as a pre-processor loosely coupled model to build the proposed hybrid expert system. The architecture of the developed hybrid expert system consists of two levels. The first level is two feed forward back propagation neural networks, used for isolating the faulty part of the cyclotron. The second level is the rule based expert system, used for troubleshooting the faults inside the isolated faulty part. 4-6 tabs., 4-5 figs., 36 refs

  12. Expert system strategies for the diagnostic in a particle physics experiment

    International Nuclear Information System (INIS)

    D'Antone, I.; Mandrioli, G.; Matteuzzi, P.

    1990-01-01

    The maintenance of a particle detector functionality requires the knowledge of more experts: physicists and engineers for the detector and the electronic system. The integration of different knowledges and experiences can be easily done using an Expert System. A real-time Expert System allows us to diagnose the detector and data acquisition system anomalies; it makes an on-line diagnosis and, if an abnormal condition is identified, takes the appropriate action to reduce the unavailability of the apparatus. A method based on structural and behavioral reasoning is considered. Reasoning on the structure and on the functionality of the apparatus all the possible failures that can explain the sensor readings are searched. The behaviour of the apparatus components are described in qualitative terms to write the rules for the expert system

  13. Application of expert system to evaluating reactor water cleanup system performance

    International Nuclear Information System (INIS)

    Maeda, Katsuji; Nakamura, Masahiro; Nagasawa, Katsumi; Fushiki, Sumiyuki.

    1991-01-01

    Expert systems employing artificial intelligence (AI) have been developed for finding and elucidating causes of anomalies and malfunctions, presenting pertinent recommendation for countermeasures and for making precautionary diagnosis. On the other hand, further improvements in reliabilities for chemical control are required to promote BWR plant reliability and advancement. Especially, it is necessary to maintain the reactor water purity in high quality to minimize stress corrosion cracking (SCC) in primary cooling system, fuel performance degradation and radiation buildup. The reactor water quality is controlled by the reactor water cleanup (RWCU) system. So, it is very important to maintain the RWCU performance, in order to keep good reactor water quality. This paper describes an expert system used for evaluating RWCU system performance in BWR plants. (author)

  14. Extravasal occlusion of large vessels with titanic clips: efficiency, indications, and contraindications.

    Science.gov (United States)

    Vasilenko, Yu V; Kim, A I; Kotov, S A

    2002-11-01

    The mechanism of extravasal occlusion of blood vessels with titanic clips "Atrauclip" and "Ligaclip extra" was studied in order to reveal indications and contraindications to their use. Occlusion with the clips of both types was ineffective in vessels with a diameter of >7.0 mm. Arteritis or the presence of an intravascular occlusion facility in the vessel were also the contraindications for clip occlusion. In overcases the procedure of occlusion with titanic clips was efficient and atraumatic.

  15. ROSIE: A Programming Environment for Expert Systems

    Science.gov (United States)

    1985-10-01

    ence on Artificial Inteligence , Tbilisi, USSR, 1975. Fain, J., D. Gorlin, F. Hayes-Roth, S. Rosenschein, H. Sowizral, and D. Waterman, The ROSIE Language...gramming environment for artificial intelligence (AI) applications. It provides particular support for designing expert systems, systems that embody

  16. Development of an accident management expert system for containment assessment

    International Nuclear Information System (INIS)

    Nelson, W.R.; Sebo, D.E.; Haney, L.N.

    1987-01-01

    The United States Nuclear Regulatory Commission (USNRSC) is sponsoring a program at the Idaho National Engineering Laboratory (INEL) to develop an accident management expert system. The intended users of the system are the personnel of the NRC Operations Center in Washington, D.C. The expert system will be used to help NRC personnel monitor and evaluate the status and management of the containment during a severe reactor accident. The knowledge base will include severe accident knowledge regarding the maintenance of the critical safety functions, especially containment integrity, during an accident. This paper summarizes the concepts that have been developed for the accident management expert system, and the plans that have been developed for its implementation

  17. Embedded expert system for space shuttle main engine maintenance

    Science.gov (United States)

    Pooley, J.; Thompson, W.; Homsley, T.; Teoh, W.; Jones, J.; Lewallen, P.

    1987-01-01

    The SPARTA Embedded Expert System (SEES) is an intelligent health monitoring system that directs analysis by placing confidence factors on possible engine status and then recommends a course of action to an engineer or engine controller. The technique can prevent catastropic failures or costly rocket engine down time because of false alarms. Further, the SEES has potential as an on-board flight monitor for reusable rocket engine systems. The SEES methodology synergistically integrates vibration analysis, pattern recognition and communications theory techniques with an artificial intelligence technique - the Embedded Expert System (EES).

  18. The development of the intelligent diagnostic expert system for high power dye-laser MOPA system

    International Nuclear Information System (INIS)

    Liu Lianhua; Yang Wenxi; Zhang Xiaowei; Dan Yongjun

    2014-01-01

    A intelligent diagnostic expert system was required to simulate the expert thinking process of solving problem in experiment and to real-time judge the running state of the experiment system. The intelligent diagnostic expert system for dye-laser MOPA system was build with the modular design of separated knowledge base and inference engine, the RETE algorithm rules match, the asynchronous operation, and multithreading technology. The experiment result indicated that the system could real-time analysis and diagnose the running state of dye-laser MOPA system with advantages of high diagnosis efficiency, good instantaneity and strong expansibility. (authors)

  19. Molecular clips based on propanediurea : synthesis and physical properties

    NARCIS (Netherlands)

    Jansen, Robertus Johannes

    2002-01-01

    This thesis describes the synthesis and physical properties of a series of molecular clips derived from the concave molecule propanediurea. These molecular clips are cavity-containing receptors that can bind a variety of aromatic guests. This binding is a result of hydrogen bonding and pi-pi

  20. The Expert System Application For Inspection Of The Power Plants

    International Nuclear Information System (INIS)

    Josowidagdo, L.

    1997-01-01

    This paper describes the application of expert system to evaluate and consider the problem encountered in this fields are complex and time consuming. As as example several factors affecting system voltage selections are load magnitude, distance from the main power supply, safety, standards, cost of utilization and service system equipment, and future load growth. The inspection deal with interactions between alternatives, uncertainties, and important non financial parameter. Several complex problems are multiple objective functions, multiple constraints, complex system interactions, the need for accuracy, the need for trade off, optimization, and coordination of the decision making process. ASDEP is one of the expert system for electric power plant design that describe the application of the artificial intelligence to design of a power plan's electrical auxiliary system. In this circumstance this paper will elaborate another aspect for using the expert system in the inspection

  1. 3D images and expert system

    International Nuclear Information System (INIS)

    Hasegawa, Jun-ichi

    1998-01-01

    This paper presents an expert system called 3D-IMPRESS for supporting applications of three dimensional (3D) image processing. This system can automatically construct a 3D image processing procedure based on a pictorial example of the goal given by a user. In the paper, to evaluate the performance of the system, it was applied to construction of procedures for extracting specific component figures from practical chest X-ray CT images. (author)

  2. What is an expert? A systems perspective on expertise

    Science.gov (United States)

    Caley, Michael Julian; O'Leary, Rebecca A; Fisher, Rebecca; Low-Choy, Samantha; Johnson, Sandra; Mengersen, Kerrie

    2014-01-01

    Expert knowledge is a valuable source of information with a wide range of research applications. Despite the recent advances in defining expert knowledge, little attention has been given to how to view expertise as a system of interacting contributory factors for quantifying an individual's expertise. We present a systems approach to expertise that accounts for many contributing factors and their inter-relationships and allows quantification of an individual's expertise. A Bayesian network (BN) was chosen for this purpose. For illustration, we focused on taxonomic expertise. The model structure was developed in consultation with taxonomists. The relative importance of the factors within the network was determined by a second set of taxonomists (supra-experts) who also provided validation of the model structure. Model performance was assessed by applying the model to hypothetical career states of taxonomists designed to incorporate known differences in career states for model testing. The resulting BN model consisted of 18 primary nodes feeding through one to three higher-order nodes before converging on the target node (Taxonomic Expert). There was strong consistency among node weights provided by the supra-experts for some nodes, but not others. The higher-order nodes, “Quality of work” and “Total productivity”, had the greatest weights. Sensitivity analysis indicated that although some factors had stronger influence in the outer nodes of the network, there was relatively equal influence of the factors leading directly into the target node. Despite the differences in the node weights provided by our supra-experts, there was good agreement among assessments of our hypothetical experts that accurately reflected differences we had specified. This systems approach provides a way of assessing the overall level of expertise of individuals, accounting for multiple contributory factors, and their interactions. Our approach is adaptable to other situations where it

  3. A/C Interface: Expert Systems: Part II.

    Science.gov (United States)

    Dessy, Raymond E., Ed.

    1984-01-01

    Discusses working implementations of artificial intelligence systems for chemical laboratory applications. They include expert systems for liquid chromatography, spectral analysis, instrument control of a totally computerized triple-quadrupole mass spectrometer, and the determination of the mineral constituents of a rock sample given the powder…

  4. The Design and Implementation of an Intelligent Apparel Recommend Expert System

    Directory of Open Access Journals (Sweden)

    A. H. Dong

    2013-01-01

    Full Text Available Now with the rapid development of information science and technology, intelligent apparel recommend has drawn wide attention in apparel retail industry. Intelligent management and effective recommend are two issues of crucial importance for the retail store to enhance its corporate influence and increase its economic benefits. This paper proposes an intelligent recommend system design scheme for apparel retail which is based on expert system. By comprehensive utilization of database management and expert system technology, the proposed system provides a solid solution in improving the customer shopping experience. This paper presents a kind of object-oriented blackboard structure, which is applied in the apparel recommend expert system and establishes expert rule on the basis of apparel characteristic elements. Through the establishment of the rule base, the system generates personal recommend list by positive rule reasoning mechanism engine. The proposed method thus gives dress collocation scheme for the customer through the human-machine interaction from the point of view of the apparel experts. This design scheme avails the customers to experience targeted service with intellectualization, and personalization and it has certain reference significance for promoting apparel retail intelligence development.

  5. Understanding and Applying Psychology through Use of News Clippings.

    Science.gov (United States)

    Rider, Elizabeth A.

    1992-01-01

    Discusses a student project for psychology courses in which students collect newspaper clippings that illustrate psychological concepts. Explains that the students record the source and write a brief description of the clipping, explaining how it relates to a psychological concept or theory. Includes results of student evaluations of the…

  6. Sympathetic block by metal clips may be a reversible operation

    DEFF Research Database (Denmark)

    Thomsen, Lars L; Mikkelsen, Rasmus T; Derejko, Miroslawa

    2014-01-01

    , but the question of reversibility remains controversial. Two recent experimental studies found severe histological signs of nerve damage 4-6 weeks after clip removal, but they only used conventional histopathological staining methods. METHODS: Thoracoscopic clipping of the sympathetic trunk was performed in adult...... the sympathetic chain vary tremendously. Most surgeons transect or resect the sympathetic chain, but application of a metal clip that blocks transmission of nerve impulses in the sympathetic chain is used increasingly worldwide. This approach offers potential reversibility if patients regret surgery...... suggests in theory that application of metal clips to the sympathetic chain is a reversible procedure if only the observation period is prolonged. Further studies with longer periods between application and removal as well as investigations of nerve conduction should be encouraged, because we do not know...

  7. The application of expert system : a review of research and applications

    NARCIS (Netherlands)

    Tan, C.F.; Wahidin, L.S.; Khalil, S.N.; Tamaldin, N.; Hu, J.; Rauterberg, G.W.M.

    2016-01-01

    The development of Artificial Intelligent (AI) technology system can be a wide scope; for an instant, there are rule-based expert system, frame-based expert system, fuzzy logic, neural network, genetic algorithm, etc. The remarkable achievement applications of AI has been reported in different

  8. A knowledge based expert system for propellant system monitoring at the Kennedy Space Center

    Science.gov (United States)

    Jamieson, J. R.; Delaune, C.; Scarl, E.

    1985-01-01

    The Lox Expert System (LES) is the first attempt to build a realtime expert system capable of simulating the thought processes of NASA system engineers, with regard to fluids systems analysis and troubleshooting. An overview of the hardware and software describes the techniques used, and possible applications to other process control systems. LES is now in the advanced development stage, with a full implementation planned for late 1985.

  9. Expert systems for the transportation of hazardous and radioactive materials

    International Nuclear Information System (INIS)

    Luce, C.E.; Clover, J.C.; Ferrada, J.J.

    1994-01-01

    Under the supervision of the Transportation Technologies Group which is in the Chemical Technology Division at Oak Ridge National Laboratory, an expert system prototype for the transportation and packaging of hazardous and radioactive materials has been designed and developed. The development of the expert system prototype focused on using the combination of hypermedia elements and the Visual Basic trademark programming language. Hypermedia technology uses software that allows the user to interact with the computing environment through many formats: text, graphics, audio, and full-motion video. With the use of hypermedia, a user-friendly prototype has been developed to sort through numerous transportation regulations, thereby leading to the proper packaging for the materials. The expert system performs the analysis of regulations that an expert in shipping information would do; only the expert system performs the work more quickly. Currently, enhancements in a variety of categories are being made to the prototype. These include further expansion of non-radioactive materials, which includes any material that is hazardous but not radioactive; and the addition of full-motion video, which will depict regulations in terms that are easy to understand and which will show examples of how to handle the materials when packaging them

  10. An expert system based software sizing tool, phase 2

    Science.gov (United States)

    Friedlander, David

    1990-01-01

    A software tool was developed for predicting the size of a future computer program at an early stage in its development. The system is intended to enable a user who is not expert in Software Engineering to estimate software size in lines of source code with an accuracy similar to that of an expert, based on the program's functional specifications. The project was planned as a knowledge based system with a field prototype as the goal of Phase 2 and a commercial system planned for Phase 3. The researchers used techniques from Artificial Intelligence and knowledge from human experts and existing software from NASA's COSMIC database. They devised a classification scheme for the software specifications, and a small set of generic software components that represent complexity and apply to large classes of programs. The specifications are converted to generic components by a set of rules and the generic components are input to a nonlinear sizing function which makes the final prediction. The system developed for this project predicted code sizes from the database with a bias factor of 1.06 and a fluctuation factor of 1.77, an accuracy similar to that of human experts but without their significant optimistic bias.

  11. Control in the ATLAS TDAQ System

    CERN Document Server

    Liko, D; Flammer, J; Dobson, M; Jones, R; Mapelli, L; Alexandrov, I; Korobov, S; Kotov, V; Mineev, M; Amorim, A; Fiuza de Barros, N; Klose, D; Pedro, L; Badescu, E; Caprini, M; Kolos, S; Kazarov, A; Ryabov, Yu; Soloviev, I; Computing In High Energy Physics

    2005-01-01

    TDAQ system requires a comprehensive and flexible control system. Its role ranges from the so-called run-control, e.g. starting and stopping the data taking, to error handling and fault tolerance. It also includes initialization and verification of the overall system. Following the traditional approach a hierarchical system of customizable controllers has been proposed. For the final system all functionality will be therefore available in a distributed manner, with the possibility of local customization. After a technology survey the open source expert system CLIPS has been chosen as a basis for the implementation of the supervision and the verification system. The CLIPS interpreter has been extended to provide a general control framework. Other ATLAS Online software components have been integrated as plug-ins and provide the mechanism for configuration and communication. Several components have been implemented sharing this technology. The dynamic behavior of the individual component is fully described by th...

  12. Expert system applications to nuclear plant for enhancement of productivity and performance

    International Nuclear Information System (INIS)

    Sun, B.; Cain, D.; Naser, J.; Colley, R.; Hirota, N.

    1988-01-01

    Expert systems, a major essence of the artificial intelligence (AI) technology, are referred to as computer software and hardware systems which are designed to capture and emulate the knowledge, reasoning, judgment, and to store the expertise of humans. Two parallel efforts are being performed at the Electric Power Research Institute (EPRI) to help the electric utility industry take advantage of the expert system technology. The first effort is the development of expert system building tools which are tailored to electric utility industry applications. The second effort is the development of expert system application prototypes. These two efforts complement each other. The application development tests the tools and identifies additional tool capabilities which are required. The tool development helps define the applications which can be successfully developed. This paper summarizes a number of research projects which are being performed at EPRI in both the areas of expert system building tool development and expert system applications to operations and maintenance. The AI technology as demonstrated by the development is being established as a credible technological tool for the electric utility industry. A challenge to transferring the expert systems technology to the utility industry is to gain utility users' acceptance of this modern information technology. To achieve successful technology transfer, the technology developers need to (1) understand the problems which can be addressed successfully using AI technology, (2) involve with users throughout the development and testing phases, and (3) demonstrate the benefits of the technology by the users

  13. The influence of clipping frequency on reserve carbohydrates and ...

    African Journals Online (AJOL)

    Increasing the frequency of clipping over a 12 week period resulted in decreasing root and stubble weight at the end of the 12 week period. During the regrowth period, following the clipping treatment, the aerial dry matter production was found to increase with the more lenient treatments. Keywords: weights|dry ...

  14. Suture retraction technique to prevent parent vessel obstruction following aneurysm tandem clipping.

    Science.gov (United States)

    Rayan, Tarek; Amin-Hanjani, Sepideh

    2015-08-01

    With large or giant aneurysms, the use of multiple tandem clips can be essential for complete obliteration of the aneurysm. One potential disadvantage, however, is the considerable cumulative weight of these clips, which may lead to kinking of the underlying parent vessels and obstruction of flow. The authors describe a simple technique to address this problem, guided by intraoperative blood flow measurements, in a patient with a ruptured near-giant 2.2 × 1.7-cm middle cerebral artery bifurcation aneurysm that was treated with the tandem clipping technique. A total of 11 clips were applied in a vertical stacked fashion. The cumulative weight of the clips caused kinking of the temporal M2 branch of the bifurcation with reduction of flow. A 4-0 Nurolon suture tie was applied to the hub of one of the clips and was tethered to the dura of the sphenoid ridge by a small mini-clip and reinforced by application of tissue sealant. The patient underwent intraoperative indocyanine green videoangiography as well as catheter angiography, which demonstrated complete aneurysmal obliteration and preservation of vessel branches. Postoperative angiography confirmed patency of the bifurcation vessels with mild vasospasm. The patient had a full recovery with no postoperative complications and was neurologically intact at her 6-month follow-up. The suture retraction technique allows a simple solution to parent vessel obstruction following aneurysm tandem clipping, in conjunction with the essential guidance provided by intraoperative flow measurements.

  15. Expert Systems for Libraries at SCIL [Small Computers in Libraries]'88.

    Science.gov (United States)

    Kochtanek, Thomas R.; And Others

    1988-01-01

    Six brief papers on expert systems for libraries cover (1) a knowledge-based approach to database design; (2) getting started in expert systems; (3) using public domain software to develop a business reference system; (4) a music cataloging inquiry system; (5) linguistic analysis of reference transactions; and (6) a model of a reference librarian.…

  16. A systematic review on the safety and efficacy of percutaneous edge-to-edge mitral valve repair with the MitraClip system for high surgical risk candidates

    DEFF Research Database (Denmark)

    Munkholm-Larsen, Stine; Wan, Benjamin; Tian, David H

    2014-01-01

    BACKGROUND: MitraClip implantation has emerged as a viable option in high surgical risk patients with severe mitral regurgitation (MR). We performed the present systematic review to assess the safety and efficacy of the MitraClip system for high surgical risk candidates with severe organic and....../or functional MR. METHODS: Six electronic databases were searched for original published studies from January 2000 to March 2013. Two reviewers independently appraised studies, using a standard form, and extracted data on methodology, quality criteria, and outcome measures. All data were extracted and tabulated...

  17. Expert systems for protective monitoring of facilities

    International Nuclear Information System (INIS)

    Carr, K.R.

    1987-01-01

    In complex plants, the possibility of serious operator error always exists to some extent, but, this can be especially true during an experiment or some other unusual exercise. Possible contributing factors to operational error include personnel fatigue, misunderstanding in communication, mistakes in executing orders, uncertainty about the delegated authority, pressure to meet a demanding schedule, and a lack of understanding of the possible consequences of deliberate violations of the facility's established operating procedures. Authoritative reports indicate that most of these factors were involved in the disastrous Russian Chernobyl-4 nuclear reactor accident in April 1986, which, ironically, occurred when a safety experiment was being conducted. Given the computer hardware and software now available for implementing expert systems together with integrated signal monitoring and communications, plant protection could be enhanced by an expert system with extended features to monitor the plant. The system could require information from the operators on a rigidly enforced schedule and automatically log in and report on a scheduled time basis to authorities at a central remote site during periods of safe operation. Additionally, the system could warn an operator or automatically shut down the plant in case of dangerous conditions, while simultaneously notifying independent, responsible, off-site personnel of the action taken. This approach would provide protection beyond that provided by typical facility scram circuits. This paper presents such an approach to implementing an expert system for plant protection, together with specific hardware and software configurations. The Chernobyl accident is used as the basis of discussion

  18. A systematic review of discomfort due to toe or ear clipping in laboratory rodents

    Science.gov (United States)

    Geessink, Florentine J.; Brouwer, Michelle A. E.; Tillema, Alice; Ritskes-Hoitinga, Merel

    2017-01-01

    Toe clipping and ear clipping (also ear notching or ear punching) are frequently used methods for individual identification of laboratory rodents. These procedures potentially cause severe discomfort, which can reduce animal welfare and distort experimental results. However, no systematic summary of the evidence on this topic currently exists. We conducted a systematic review of the evidence for discomfort due to toe or ear clipping in rodents. The review methodology was pre-specified in a registered review protocol. The population, intervention, control, outcome (PICO) question was: In rodents, what is the effect of toe clipping or ear clipping, compared with no clipping or sham clipping, on welfare-related outcomes? Through a systematic search in PubMed, Embase, Web of Science and grey literature, we identified seven studies on the effect of ear clipping on animal welfare, and five such studies on toe clipping. Studies were included in the review if they contained original data from an in vivo experiment in rodents, assessing the effect of toe clipping or ear clipping on a welfare-related outcome. Case studies and studies applying unsuitable co-interventions were excluded. Study quality was appraised using an extended version of SYstematic Review Centre for Laboratory animal Experimentation (SYRCLE)’s risk of bias tool for animal studies. Study characteristics and outcome measures were highly heterogeneous, and there was an unclear or high risk of bias in all studies. We therefore present a narrative synthesis of the evidence identified. None of the studies reported a sample size calculation. Out of over 60 different outcomes, we found evidence of discomfort due to ear clipping in the form of increased respiratory volume, vocalization and blood pressure. For toe clipping, increased vocalization and decreased motor activity in pups were found, as well as long-term effects in the form of reduced grip strength and swimming ability in adults. In conclusion, there

  19. Decision support systems and expert systems for risk and safety analysis

    International Nuclear Information System (INIS)

    Baybutt, P.

    1986-01-01

    During the last 1-2 years, rapid developments have occurred in the development of decision support systems and expert systems to aid in decision making related to risk and safety of industrial plants. These activities are most noteworthy in the nuclear industry where numerous systems are under development with implementation often being made on personal computers. An overview of some of these developments is provided, and an example of one recently developed decision support system is given. This example deals with CADET, a system developed to aid the U.S. Nuclear Regulatory Commission in making decisions related to the topical issue of source terms resulting from degraded core accidents in light water reactors. The paper concludes with some comments on the likely directions of future developments in decision support systems and expert systems to aid in the management of risk and safety in industrial plants. (author)

  20. Catheter Entrapment During Posterior Mitral Leaflet Pushing Maneuver for MitraClip Implantation.

    Science.gov (United States)

    Castrodeza, Javier; Amat-Santos, Ignacio J; Tobar, Javier; Varela-Falcón, Luis H

    2016-06-01

    MitraClip (Abbott Vascular) therapy has been reported to be an effective procedure for mitral regurgitation, especially in high-risk patients. Recently, the novel pushing maneuver technique has been described for approaching restricted and short posterior leaflets with a pigtail catheter in order to facilitate grasping of the clip. However, complications or unexpected situations may occur. We report the case of an 84-year-old patient who underwent MitraClip implantation wherein the pushing maneuver was complicated by the clip accidentally gripping the pigtail catheter along with the two leaflets.

  1. A study of diagnostics expert system for accelerator applications

    International Nuclear Information System (INIS)

    Tyagi, Y.; Banerji, Anil; Kotaiah, S.

    2003-01-01

    Knowledge based techniques are proving to be useful in a number of problem domains which typically requires human expertise. Expert systems employing knowledge based techniques are a recent product of artificial intelligence. Methods developed in the artificial intelligence area can be applied with success for certain classes of problems in accelerator. Accelerators are complex devices with thousands of components. The number of possible faults or problems that can appear is enormous. A diagnostics expert system can provide great help in finding and diagnosing problems in Indus-II accelerator sub-systems. (author)

  2. Preoperative simulation for the planning of microsurgical clipping of intracranial aneurysms.

    Science.gov (United States)

    Marinho, Paulo; Vermandel, Maximilien; Bourgeois, Philippe; Lejeune, Jean-Paul; Mordon, Serge; Thines, Laurent

    2014-12-01

    The safety and success of intracranial aneurysm (IA) surgery could be improved through the dedicated application of simulation covering the procedure from the 3-dimensional (3D) description of the surgical scene to the visual representation of the clip application. We aimed in this study to validate the technical feasibility and clinical relevance of such a protocol. All patients preoperatively underwent 3D magnetic resonance imaging and 3D computed tomography angiography to build 3D reconstructions of the brain, cerebral arteries, and surrounding cranial bone. These 3D models were segmented and merged using Osirix, a DICOM image processing application. This provided the surgical scene that was subsequently imported into Blender, a modeling platform for 3D animation. Digitized clips and appliers could then be manipulated in the virtual operative environment, allowing the visual simulation of clipping. This simulation protocol was assessed in a series of 10 IAs by 2 neurosurgeons. The protocol was feasible in all patients. The visual similarity between the surgical scene and the operative view was excellent in 100% of the cases, and the identification of the vascular structures was accurate in 90% of the cases. The neurosurgeons found the simulation helpful for planning the surgical approach (ie, the bone flap, cisternal opening, and arterial tree exposure) in 100% of the cases. The correct number of final clip(s) needed was predicted from the simulation in 90% of the cases. The preoperatively expected characteristics of the optimal clip(s) (ie, their number, shape, size, and orientation) were validated during surgery in 80% of the cases. This study confirmed that visual simulation of IA clipping based on the processing of high-resolution 3D imaging can be effective. This is a new and important step toward the development of a more sophisticated integrated simulation platform dedicated to cerebrovascular surgery.

  3. Expert Systems the Old Fashioned Way: Person to Person.

    Science.gov (United States)

    McCleary, Hunter; Mayer, William J.

    1988-01-01

    Describes the services of Teltech, Inc., which mimic the desirable attributes of artificial intelligence and expert systems via a "database" of 5,000 experts in technical areas and interactive literature searches executed by staff. Advantages and shortcomings of the network are exemplified by sample searches. Several sample menus and…

  4. Prediction of response to antiretroviral therapy by human experts and by the EuResist data-driven expert system (the EVE study).

    Science.gov (United States)

    Zazzi, M; Kaiser, R; Sönnerborg, A; Struck, D; Altmann, A; Prosperi, M; Rosen-Zvi, M; Petroczi, A; Peres, Y; Schülter, E; Boucher, C A; Brun-Vezinet, F; Harrigan, P R; Morris, L; Obermeier, M; Perno, C-F; Phanuphak, P; Pillay, D; Shafer, R W; Vandamme, A-M; van Laethem, K; Wensing, A M J; Lengauer, T; Incardona, F

    2011-04-01

    The EuResist expert system is a novel data-driven online system for computing the probability of 8-week success for any given pair of HIV-1 genotype and combination antiretroviral therapy regimen plus optional patient information. The objective of this study was to compare the EuResist system vs. human experts (EVE) for the ability to predict response to treatment. The EuResist system was compared with 10 HIV-1 drug resistance experts for the ability to predict 8-week response to 25 treatment cases derived from the EuResist database validation data set. All current and past patient data were made available to simulate clinical practice. The experts were asked to provide a qualitative and quantitative estimate of the probability of treatment success. There were 15 treatment successes and 10 treatment failures. In the classification task, the number of mislabelled cases was six for EuResist and 6-13 for the human experts [mean±standard deviation (SD) 9.1±1.9]. The accuracy of EuResist was higher than the average for the experts (0.76 vs. 0.64, respectively). The quantitative estimates computed by EuResist were significantly correlated (Pearson r=0.695, Pexperts. However, the agreement among experts was only moderate (for the classification task, inter-rater κ=0.355; for the quantitative estimation, mean±SD coefficient of variation=55.9±22.4%). With this limited data set, the EuResist engine performed comparably to or better than human experts. The system warrants further investigation as a treatment-decision support tool in clinical practice. © 2010 British HIV Association.

  5. Model-based expert systems for linac computer controls

    International Nuclear Information System (INIS)

    Lee, M.J.

    1988-09-01

    The use of machine modeling and beam simulation programs for the control of accelerator operation has become standard practice. The success of a model-based control operation depends on how the parameter to be controlled is measured, how the measured data is analyzed, how the result of the analysis is interpreted, and how a solution is implemented. There is considerable interest in applying expert systems technology that can automate all of these processes. The design of an expert system to control the beam trajectory in linear accelerators will be discussed as an illustration of this approach. 4 figs., 1 tab

  6. Human factors considerations for expert systems in the nuclear industry

    International Nuclear Information System (INIS)

    Nelson, W.R.

    1988-01-01

    This paper discusses the general human factors issues relative to the development and implementation of expert systems for the nuclear industry. It summarizes the relevant research that addresses these issues, and identifies those areas that need the most effort for success. Since much of the prominent work for the application of expert systems has focused on computerized aids for decision making in emergencies, this paper draws from this area for its examples. This area tends to highlight the issues because of the safety-critical nature of the application. The same issues, however, are relevant to other applications of expert systems in the nuclear industry as well, even though the consequences of failure may not be as dramatic

  7. Experimental evaluation of an expert system for nuclear reactor operators

    International Nuclear Information System (INIS)

    Nelson, W.R.

    1984-10-01

    The United States Nuclear Regulatory Commission (USNRC) is supporting a program for the experimental evaluation of an expert system for nuclear reactor operators. A prototype expert system, called the Response Tree System, has been developed and implemented at INEL. The Response Tree System is designed to assess the status of a reactor system following an accident and recommend corrective actions to reactor operators. The system is implemented using color graphic displays and is driven by a computer simulation of the reactor system. Control of the system is accomplished using a transparent touch panel. Controlled experiments are being conducted to measure performance differences between operators using the Response Tree System and those not using it to respond to simulated accident situations. This paper summarizes the methodology and results of the evaluation of the Response Tree System, including the quantitative results obtained in the experiments thus far. Design features of the Response Tree System are discussed, and general conclusions regarding the applicability of expert systems in reactor control rooms are presented

  8. Bayesian Recovery of Clipped OFDM Signals: A Receiver-based Approach

    KAUST Repository

    Al-Rabah, Abdullatif R.

    2013-01-01

    recovery algorithm to reconstruct the clipping signal at the receiver side by measuring part of subcarriers, iii) perform well in the absence of statistical information about the signal (e.g. clipping level) and the noise (e.g. noise variance

  9. Combining NDE and fracture mechanics by artifical intelligence expert systems techniques

    International Nuclear Information System (INIS)

    Mucciardi, A.N.; Riccardella, P.C.

    1986-01-01

    This paper reports on the development of a PC-based expert system for non-destructive evaluation. Software tools from the expert systems subfield of artificial intelligence are being used to combine both NDE and fracture mechanics algorithms into one, unified package. The system incorporates elements of computer-enhanced ultrasonic signal processing, featuring artificial intelligence learning capability, state-of-the-art fracture mechanics analytical tools, and all relevant metallurgical and design data necessary to emulate the decisions of the panel(s) of experts typically involved in generating and dispositioning NDE data

  10. Realization of economic evaluation expert system for uranium mine project

    International Nuclear Information System (INIS)

    Wang Haifeng

    1993-01-01

    By studying the EVALUATOR, economic evaluation expert system of uranium mine project, the theoretical fundamentals of expert system, principle of inference mechanism, implementation of knowledge base, realization of explanation mechanism, acquisition of domain knowledge and representation of knowledge were described, especially the subjective Bayes approach for inexact reasoning problem used in EVALUATOR was discussed in detail

  11. The Principles of Designing an Expert System in Teaching Mathematics

    Science.gov (United States)

    Salekhova, Lailya; Nurgaliev, Albert; Zaripova, Rinata; Khakimullina, Nailya

    2013-01-01

    This study reveals general didactic concepts of the Expert Systems (ES) development process in the educational area. The proof of concept is based on the example of teaching the 8th grade Algebra subject. The main contribution in this work is the implementation of innovative approaches in analysis and processing of data by expert system as well as…

  12. Automatic seismic support design of piping system by an object oriented expert system

    International Nuclear Information System (INIS)

    Nakatogawa, T.; Takayama, Y.; Hayashi, Y.; Fukuda, T.; Yamamoto, Y.; Haruna, T.

    1990-01-01

    The seismic support design of piping systems of nuclear power plants requires many experienced engineers and plenty of man-hours, because the seismic design conditions are very severe, the bulk volume of the piping systems is hyge and the design procedures are very complicated. Therefore we have developed a piping seismic design expert system, which utilizes the piping design data base of a 3 dimensional CAD system and automatically determines the piping support locations and support styles. The data base of this system contains the maximum allowable seismic support span lengths for straight piping and the span length reduction factors for bends, branches, concentrated masses in the piping, and so forth. The system automatically produces the support design according to the design knowledge extracted and collected from expert design engineers, and using design information such as piping specifications which give diameters and thickness and piping geometric configurations. The automatic seismic support design provided by this expert system achieves in the reduction of design man-hours, improvement of design quality, verification of design result, optimization of support locations and prevention of input duplication. In the development of this system, we had to derive the design logic from expert design engineers and this could not be simply expressed descriptively. Also we had to make programs for different kinds of design knowledge. For these reasons we adopted the object oriented programming paradigm (Smalltalk-80) which is suitable for combining programs and carrying out the design work

  13. ANAPPRES: An expert system for interference well-test analysis

    Energy Technology Data Exchange (ETDEWEB)

    Arellano, V.M.; Iglesias, E.R.; Arellano, J.; Schwarzblat, M.

    1988-01-01

    We present ANAPPRES V1.0, the first version of a computerized expert system capable of analyzing constant- and variable-flowrate interference tests, in which there is one active well and an arbitrary number of observation wells, in liquid-saturated homogeneous reservoirs. ANAPPRES successfully couples mathematical models, optimization techniques, heuristic knowledge and computerized graphics, a combination not often found in published expert systems. Its main advantages are that it is user friendly, requires essentially no experience on the part of the analyst, eliminates subjectivity associated with earlier techniques of analysis, can handle complex cases and large data sets, completes the analysis of even the most complex cases (including plotting the results) in one run, and is significantly faster than a human expert.

  14. The development of an expert system to tune a beam line

    International Nuclear Information System (INIS)

    Schultz, D.E.; Brown, P.A.; British Columbia Univ., Vancouver, BC

    1989-01-01

    The experience of developing an Expert System to aid in the tuning of the Ion Source Injection beam line at TRIUMF is described. The challenging and complex task of introducing Expert System technology into an established accelerator operation is outlined. Success in this environment depends strongly on the choice of project, the choice of experts, the choice of tools, and the methods used to represent the expertise. All these choices are discussed

  15. Fuzzy Expert System to Characterize Students

    Science.gov (United States)

    Van Hecke, T.

    2011-01-01

    Students wanting to succeed in higher education are required to adopt an adequate learning approach. By analyzing individual learning characteristics, teachers can give personal advice to help students identify their learning success factors. An expert system based on fuzzy logic can provide economically viable solutions to help students identify…

  16. Development of an expert system for transportation of hazardous and radioactive materials

    International Nuclear Information System (INIS)

    Ferrada, J.J.; Michelhaugh, R.D.; Rawl, R.R.

    1994-01-01

    Under the sponsorship of the US Department of Energy's (DOE's) Transportation Management Division (EM-261), the Transportation Technologies Group at Oak Ridge National Laboratory (ORNL) has designed and developed an expert system prototype application of the hazardous materials transportation regulations. The objective of this task was to provide a proof-of-concept for developing a computerized expert system that will ensure straightforward, consistent, and error-free application of the hazardous materials transportation regulations. The expert system prototype entailed the analysis of what an expert in hazardous materials shipping information could/should do. From the analysis of the different features required for the expert system prototype, it was concluded that the developmental efforts should be directed to a Windows trademark 3.1 hypermedia environment. Hypermedia technology usually works as an interactive software system that gives personal computer users the ability to organize, manage, and present information in a number of formats--text, graphics, sound, and full-motion video

  17. Experimental applications of an expert system to operator problem solving in process control

    International Nuclear Information System (INIS)

    Nelson, W.R.; Jenkins, J.P.

    1985-01-01

    The United States Nuclear Regulatory Commission (USNRC) has sponsored a program to assess the effectiveness of expert systems for nuclear reactor operators. The project has included two human factors experimental evaluations of the Response Tree expert system, a prototype expert system for helping nuclear reactor operators respond to emergency conditions. This paper discusses the Response Tree expert system, the experiments which have been performed to test its effectiveness, and the results of the experiments. Reference is made to the accident at TMI. 12 refs

  18. Expert system for the investigation of safety system availability on a 900 MWe PWR

    International Nuclear Information System (INIS)

    Chauliac, C.; Deplanque, B.; To, L.H.

    1988-01-01

    A computer program of the expert system type would appear to be an elegant and effective tool for rapid diagnosis of safety system availability in accident situations. The expert system developed for this purpose by the Institut de Protection et de Surete Nucleaire (Institute for Nuclear Safety and Protection) has been described in this paper; its logic process has been examined in detail and illustrated by means of two examples. In its present form, this expert system monitors the availability of 21 main systems. In its final form (1989), 37 main systems will be tested. It will then include descriptions of between 1500 and 2000 objects and will utilize about 1000 rules. It will be run (as is presently the case) in a workstation with windowing facilities and graphic result displays which provide the highest degree of user-friendliness

  19. Transport aircraft loading and balancing system: Using a CLIPS expert system for military aircraft load planning

    Science.gov (United States)

    Richardson, J.; Labbe, M.; Belala, Y.; Leduc, Vincent

    1994-01-01

    The requirement for improving aircraft utilization and responsiveness in airlift operations has been recognized for quite some time by the Canadian Forces. To date, the utilization of scarce airlift resources has been planned mainly through the employment of manpower-intensive manual methods in combination with the expertise of highly qualified personnel. In this paper, we address the problem of facilitating the load planning process for military aircraft cargo planes through the development of a computer-based system. We introduce TALBAS (Transport Aircraft Loading and BAlancing System), a knowledge-based system designed to assist personnel involved in preparing valid load plans for the C130 Hercules aircraft. The main features of this system which are accessible through a convivial graphical user interface, consists of the automatic generation of valid cargo arrangements given a list of items to be transported, the user-definition of load plans and the automatic validation of such load plans.

  20. Modeling Timbre Similarity of Short Music Clips.

    Science.gov (United States)

    Siedenburg, Kai; Müllensiefen, Daniel

    2017-01-01

    There is evidence from a number of recent studies that most listeners are able to extract information related to song identity, emotion, or genre from music excerpts with durations in the range of tenths of seconds. Because of these very short durations, timbre as a multifaceted auditory attribute appears as a plausible candidate for the type of features that listeners make use of when processing short music excerpts. However, the importance of timbre in listening tasks that involve short excerpts has not yet been demonstrated empirically. Hence, the goal of this study was to develop a method that allows to explore to what degree similarity judgments of short music clips can be modeled with low-level acoustic features related to timbre. We utilized the similarity data from two large samples of participants: Sample I was obtained via an online survey, used 16 clips of 400 ms length, and contained responses of 137,339 participants. Sample II was collected in a lab environment, used 16 clips of 800 ms length, and contained responses from 648 participants. Our model used two sets of audio features which included commonly used timbre descriptors and the well-known Mel-frequency cepstral coefficients as well as their temporal derivates. In order to predict pairwise similarities, the resulting distances between clips in terms of their audio features were used as predictor variables with partial least-squares regression. We found that a sparse selection of three to seven features from both descriptor sets-mainly encoding the coarse shape of the spectrum as well as spectrotemporal variability-best predicted similarities across the two sets of sounds. Notably, the inclusion of non-acoustic predictors of musical genre and record release date allowed much better generalization performance and explained up to 50% of shared variance ( R 2 ) between observations and model predictions. Overall, the results of this study empirically demonstrate that both acoustic features related

  1. An expert system for diagnostics and estimation of steam turbine components condition

    Science.gov (United States)

    Murmansky, B. E.; Aronson, K. E.; Brodov, Yu. M.

    2017-11-01

    The report describes an expert system of probability type for diagnostics and state estimation of steam turbine technological subsystems components. The expert system is based on Bayes’ theorem and permits to troubleshoot the equipment components, using expert experience, when there is a lack of baseline information on the indicators of turbine operation. Within a unified approach the expert system solves the problems of diagnosing the flow steam path of the turbine, bearings, thermal expansion system, regulatory system, condensing unit, the systems of regenerative feed-water and hot water heating. The knowledge base of the expert system for turbine unit rotors and bearings contains a description of 34 defects and of 104 related diagnostic features that cause a change in its vibration state. The knowledge base for the condensing unit contains 12 hypotheses and 15 evidence (indications); the procedures are also designated for 20 state parameters estimation. Similar knowledge base containing the diagnostic features and faults hypotheses are formulated for other technological subsystems of turbine unit. With the necessary initial information available a number of problems can be solved within the expert system for various technological subsystems of steam turbine unit: for steam flow path it is the correlation and regression analysis of multifactor relationship between the vibration parameters variations and the regime parameters; for system of thermal expansions it is the evaluation of force acting on the longitudinal keys depending on the temperature state of the turbine cylinder; for condensing unit it is the evaluation of separate effect of the heat exchange surface contamination and of the presence of air in condenser steam space on condenser thermal efficiency performance, as well as the evaluation of term for condenser cleaning and for tube system replacement and so forth. With a lack of initial information the expert system enables to formulate a diagnosis

  2. [Rapid 3-Dimensional Models of Cerebral Aneurysm for Emergency Surgical Clipping].

    Science.gov (United States)

    Konno, Takehiko; Mashiko, Toshihiro; Oguma, Hirofumi; Kaneko, Naoki; Otani, Keisuke; Watanabe, Eiju

    2016-08-01

    We developed a method for manufacturing solid models of cerebral aneurysms, with a shorter printing time than that involved in conventional methods, using a compact 3D printer with acrylonitrile-butadiene-styrene(ABS)resin. We further investigated the application and utility of this printing system in emergency clipping surgery. A total of 16 patients diagnosed with acute subarachnoid hemorrhage resulting from cerebral aneurysm rupture were enrolled in the present study. Emergency clipping was performed on the day of hospitalization. Digital Imaging and Communication in Medicine(DICOM)data obtained from computed tomography angiography(CTA)scans were edited and converted to stereolithography(STL)file formats, followed by the production of 3D models of the cerebral aneurysm by using the 3D printer. The mean time from hospitalization to the commencement of surgery was 242 min, whereas the mean time required for manufacturing the 3D model was 67 min. The average cost of each 3D model was 194 Japanese Yen. The time required for manufacturing the 3D models shortened to approximately 1 hour with increasing experience of producing 3D models. Favorable impressions for the use of the 3D models in clipping were reported by almost all neurosurgeons included in this study. Although 3D printing is often considered to involve huge costs and long manufacturing time, the method used in the present study requires shorter time and lower costs than conventional methods for manufacturing 3D cerebral aneurysm models, thus making it suitable for use in emergency clipping.

  3. Effects of Japanese beetle (Coleoptera: Scarabaeidae) and silk clipping in field corn.

    Science.gov (United States)

    Steckel, Sandy; Stewart, S D; Tindall, K V

    2013-10-01

    Japanese beetle (Popillia japonica Newman) is an emerging silk-feeding insect found in fields in the lower Corn Belt and Midsouthern United States. Studies were conducted in 2010 and 2011 to evaluate how silk clipping in corn affects pollination and yield parameters. Manually clipping silks once daily had modest effects on yield parameters. Sustained clipping by either manually clipping silks three times per day or by caging Japanese beetles onto ears affected total kernel weight if it occurred during early silking (R1 growth stage). Manually clipping silks three times per day for the first 5 d of silking affected the number of kernels per ear, total kernel weight, and the weight of individual kernels. Caged beetles fed on silks and, depending on the number of beetles caged per ear, reduced the number of kernels per ear. Caging eight beetles per ear significantly reduced total kernel weight compared with noninfested ears. Drought stress before anthesis appeared to magnify the impact of silk clipping by Japanese beetles. There was evidence of some compensation for reduced pollination by increasing the size of pollinated kernels within the ear. Our results showed that it requires sustained silk clipping during the first week of silking to have substantial impacts on pollination and yield parameters, at least under good growing conditions. Some states recommend treating for Japanese beetle when three Japanese beetles per ear are found, silks are clipped to < 13 mm, and pollination is < 50% complete, and that recommendation appears to be adequate.

  4. HAIM OMLET: An Expert System For Research In Orthomodular Lattices And Related Structures

    Science.gov (United States)

    Dankel, D. D.; Rodriguez, R. V.; Anger, F. D.

    1986-03-01

    This paper describes research towards the construction of an expert system combining the brute force power of algorithmic computation and the inductive reasoning power of a rule-based inference engine in the mathematical area of discrete structures. Little research has been conducted on extending existing expert systems' technology to computationally complex areas. This research addresses the extension of expert systems into areas such as these, where the process of inference by itself will not produce the proper results. Additionally, the research will demonstrate the benefits of combining inference engines and mathematical algorithms to attack computationally complex problems. The specific aim is to produce an expert system which embodies expert level knowledge of orthomodular lattices, graphs, structure spaces, boolean algebras, incidence relations, and projective configurations. The resulting system, implemented on a micro-computer, will provide researchers a powerful and accessible tool for exploring these discrete structures. The system's "shell" will provide a structure for developing other expert systems with similar capabilities in such related areas as coding theory, categories, monoids, automata theory, and non-standard logics.

  5. Application of expert system technology to nondestructive waste assay - initial prototype model

    Energy Technology Data Exchange (ETDEWEB)

    Becker, G.K.; Determan, J.C. [Idaho National Engineering and Environmental Lab., Idaho Falls, ID (United States)

    1997-11-01

    Expert system technology has been identified as a technique useful for filling certain types of technology/capability gaps in existing waste nondestructive assay (NDA) applications. In particular, expert system techniques are being investigated with the intent of providing on-line evaluation of acquired data and/or directed acquisition of data in a manner that mimics the logic and decision making process a waste NDA expert would employ. The space from which information and data sources utilized in this process is much expanded with respect to the algorithmic approach typically utilized in waste NDA. Expert system technology provides a mechanism to manage and reason with this expanded information/data set. The material presented in this paper concerns initial studies and a resultant prototype expert system that incorporates pertinent information, and evaluation logic and decision processes, for the purpose of validating acquired waste NDA measurement assays. 6 refs., 6 figs.

  6. Application of expert system technology to nondestructive waste assay - initial prototype model

    International Nuclear Information System (INIS)

    Becker, G.K.; Determan, J.C.

    1997-01-01

    Expert system technology has been identified as a technique useful for filling certain types of technology/capability gaps in existing waste nondestructive assay (NDA) applications. In particular, expert system techniques are being investigated with the intent of providing on-line evaluation of acquired data and/or directed acquisition of data in a manner that mimics the logic and decision making process a waste NDA expert would employ. The space from which information and data sources utilized in this process is much expanded with respect to the algorithmic approach typically utilized in waste NDA. Expert system technology provides a mechanism to manage and reason with this expanded information/data set. The material presented in this paper concerns initial studies and a resultant prototype expert system that incorporates pertinent information, and evaluation logic and decision processes, for the purpose of validating acquired waste NDA measurement assays. 6 refs., 6 figs

  7. The useability of expert systems

    International Nuclear Information System (INIS)

    Martin, D.J.

    1990-01-01

    This talk presents the case that it is the user of an Expert System (ES), and the user alone, who must decide on the acceptability of such a system. Further, the useability of an ES is principally a function of the user interface: if a system takes a long time to learn, it will not be used effectively. Some ES are implemented on computers with command line interfaces. It is shown (via a live demonstration using a computer) that such systems restrict the AI professiona's ability to deliver a system which is satisfactory from the use's viewpoint: the limitations of the computer system will dictate the user interface, independently of the user requirements. Only a computer system with a graphical interface can supply the versatility and functionality required by the user. Examples of graphical interface facilities are given

  8. System Experts and Decision Making Experts in Transdisciplinary Projects

    Science.gov (United States)

    Mieg, Harald A.

    2006-01-01

    Purpose: This paper aims at a better understanding of expert roles in transdisciplinary projects. Thus, the main purpose is the analysis of the roles of experts in transdisciplinary projects. Design/methodology/approach: The analysis of the ETH-UNS case studies from the point of view of the psychology of expertise and the sociology of professions…

  9. An expert system in C for computer-aided digital circuit design

    Science.gov (United States)

    Santos, Jorge S.

    1989-06-01

    This thesis effort documents the design, development, implementation, and test of an expert system which decomposes digital circuits into subproblems in order to detect wiring errors, which consist of improperly connected gates, missing connections, and violation of fanout or race conditions. Information needed to connect chips together is viewed as knowledge base information for the expert system. Information such type as number of pins, value of each pin (input, output, power, ground, clock), fanout for a particular type of chip are retrieved from a central database where they are represented. Implementation was done in the C programming language, which although is not design specially for dealing with problems in the Artificial Intelligence (AI) field could be used with success. An integration with a graphics package and a central database was achieved. Tests conducted with the system running in a personal computer Zenith 248 and compatible microcomputers under the Disk Operational System (DOS) version 3.2 proved the portability and efficiency of the expert system. A user's manual is included for the operation of the InterConnect Expert System (ICE).

  10. Sensitivity Verification of PWR Monitoring System Using Neuro-Expert For LOCA Detection

    International Nuclear Information System (INIS)

    Muhammad Subekti

    2009-01-01

    Sensitivity Verification of PWR Monitoring System Using Neuro-Expert For LOCA Detection. The present research was done for verification of previous developed method on Loss of Coolant Accident (LOCA) detection and perform simulations for knowing the sensitivity of the PWR monitoring system that applied neuro-expert method. The previous research continuing on present research, has developed and has tested the neuro-expert method for several anomaly detections in Nuclear Power Plant (NPP) typed Pressurized Water Reactor (PWR). Neuro-expert can detect the LOCA anomaly with sensitivity of primary coolant leakage of 7 gallon/min and the conventional method could not detect the primary coolant leakage of 30 gallon/min. Neuro expert method detects significantly LOCA anomaly faster than conventional system in Surry-1 NPP as well so that the impact risk is reducible. (author)

  11. An abnormal event advisory expert system prototype for reactor operators

    International Nuclear Information System (INIS)

    Hance, D.C.

    1989-01-01

    Nuclear plant operators must respond correctly during abnormal conditions in the presence of dynamic and potentially overwhelming volumes of information. For this reason, considerable effort has been directed toward the development of nuclear plant operator aids using artificial intelligence techniques. The objective of such systems is to diagnose abnormal conditions within the plant, possibly predict consequences, and advise the operators of corrective actions in a timely manner. The objective of the work is the development of a prototype expert system to diagnose abnormal events at a nuclear power plant and advise plant operators of the event and applicable procedures in an on-line mode. The major difference between this effort and previous work is the use of plant operating procedures as a knowledge source and as an integral part of the advice provided by the expert system. The acceptance by utilities of expert systems as operator aids requires that such systems be compatible with the regulatory environment and provide economic benefits. For this reason, commercially viable operator aid systems developed in the near future must complement existing plant procedures rather than reach beyond them in a revolutionary manner. A knowledge source is the resource providing facts and relationships that are coded into the expert system program. In this case, the primary source of knowledge is a set of selected abnormal operating procedures for a modern Westinghouse pressurized water reactor

  12. Critical review of expert system validation in transportation

    Science.gov (United States)

    1997-01-01

    Expert system validationthat is, testing systems to ascertain whether they achieve acceptable performance levelshas with few exceptions been ad hoc, informal, and of dubious value. Very few efforts have been made in this regard in the transport...

  13. A statistical view of uncertainty in expert systems

    International Nuclear Information System (INIS)

    Spiegelhalter, D.J.

    1986-01-01

    The constructors of expert systems interpret ''uncertainty'' in a wide sense and have suggested a variety of qualitative and quantitative techniques for handling the concept, such as the theory of ''endorsements,'' fuzzy reasoning, and belief functions. After a brief selective review of procedures that do not adhere to the laws of probability, it is argued that a subjectivist Bayesian view of uncertainty, if flexibly applied, can provide many of the features demanded by expert systems. This claim is illustrated with a number of examples of probabilistic reasoning, and a connection drawn with statistical work on the graphical representation of multivariate distributions. Possible areas of future research are outlined

  14. Hybrid expert system implementation to determine core reload patterns

    International Nuclear Information System (INIS)

    Greek, K.J.; Robinson, A.H.

    1989-01-01

    Determining reactor reload fuel patterns is a computationally intensive problem solving process for which automation can be of significant benefit. Often much effort is expended in the search for an optimal loading. While any modern programming language could be used to automate solution, the specialized tools of artificial intelligence (AI) are the most efficient means of introducing the fuel management expert's knowledge into the search for an optimum reload pattern. Prior research in pressurized water reactor refueling strategies developed FORTRAN programs that automated an expert's basic knowledge to direct a search for an acceptable minimum peak power loading. The dissatisfaction with maintenance of compiled knowledge in FORTRAN programs has served as the motivation for the development of the SHUFFLE expert system. SHUFFLE is written in Smalltalk, an object-oriented programming language, and evaluates loadings as it generates them using a two-group, two-dimensional nodal power calculation compiled in a personal computer-based FORTRAN. This paper reviews the object-oriented representation developed to solve the core reload problem with an expert system tool and its operating prototype, SHUFFLE

  15. Database and Expert Systems Applications

    DEFF Research Database (Denmark)

    Viborg Andersen, Kim; Debenham, John; Wagner, Roland

    schemata, query evaluation, semantic processing, information retrieval, temporal and spatial databases, querying XML, organisational aspects of databases, natural language processing, ontologies, Web data extraction, semantic Web, data stream management, data extraction, distributed database systems......This book constitutes the refereed proceedings of the 16th International Conference on Database and Expert Systems Applications, DEXA 2005, held in Copenhagen, Denmark, in August 2005.The 92 revised full papers presented together with 2 invited papers were carefully reviewed and selected from 390...... submissions. The papers are organized in topical sections on workflow automation, database queries, data classification and recommendation systems, information retrieval in multimedia databases, Web applications, implementational aspects of databases, multimedia databases, XML processing, security, XML...

  16. True-personality-assisted self-awareness expert system

    International Nuclear Information System (INIS)

    Laleuf, M.

    1988-01-01

    Based on psychoanalytic theory, the Who am I? expert system explains in simple terms the individual's true personality, even it its unconscious or hidden aspects. Our overt personality traits are deeply rooted. The Who am I? expert system gives access to an individual's primary personality, starting from his habitual everyday-life behavior: (1) describes the individual's basic personality, (2) explains this personality through the individual's deeply rooted experience and motivation, and (3) makes links with other people with a similar profile. The following are the primary features of the system: easy individual access, results in <20 minutes, and guaranteed confidentiality. Business applications include the following: (1) Individual training: Self-awareness improves a person's ability to fit in and to succeed within the group. (2) Communication: a homogeneous team has a better chance of success. (3) Human reliability: A close-knit team remains reliable even when faced with serious difficulties. (4) Recruitment: This technique enables the selection of individuals who will fit an existing homogeneous team. The system also enables a psychological diagnosis to be confirmed

  17. An anthropomorphic phantom study of visualisation of surgical clips for partial breast irradiation (PBI) setup verification

    International Nuclear Information System (INIS)

    Thomas, Carys W.; Nichol, Alan M.; Park, Julie E.; Hui, Jason F.; Giddings, Alison A.; Grahame, Sheri; Otto, Karl

    2009-01-01

    Surgical clips were investigated for partial breast image-guided radiotherapy (IGRT). Small titanium clips were insufficiently well visualised. Medium tantalum clips were best for megavoltage IGRT and small tantalum clips were best for floor mounted kilovoltage IGRT (ExacTrac TM ). Both small tantalum and medium titanium clips were suitable for isocentric kilovoltage IGRT

  18. An anthropomorphic phantom study of visualisation of surgical clips for partial breast irradiation (PBI) setup verification.

    Science.gov (United States)

    Thomas, Carys W; Nichol, Alan M; Park, Julie E; Hui, Jason F; Giddings, Alison A; Grahame, Sheri; Otto, Karl

    2009-01-01

    Surgical clips were investigated for partial breast image-guided radiotherapy (IGRT). Small titanium clips were insufficiently well visualised. Medium tantalum clips were best for megavoltage IGRT and small tantalum clips were best for floor mounted kilovoltage IGRT (ExacTrac). Both small tantalum and medium titanium clips were suitable for isocentric kilovoltage IGRT.

  19. Como o clipping pode auxiliar o dermatologista How the Nail clipping helps the dermatologist

    Directory of Open Access Journals (Sweden)

    José Fillus Neto

    2009-04-01

    Full Text Available Alterações ungueais são queixas muito frequentes nos consultórios dermatológicos. Onicomicoses representam cerca de 50% das onicopatias, daí a importância de se estabelecer o diagnóstico correto antes de se iniciar o tratamento. Neste artigo, relataremos a utilidade de um exame que é de fácil execução pelo clínico, de baixo custo e sensível: esse exame consiste na análise histopatológica da queratina ungueal distal, atualmente já consagrado com o termo clipping.Onycodystrophies are common problems in dermatologic practice. About 50% of dystrophic nails have a fungal cause, so it is very important to establish a correct diagnosis before treatment. In this article we relate the usefulness of an easydoing exam, free from pain, cheap and sensible. This exam is the histopathology of the nail keratin or nail clipping.

  20. THE MODEL OF EXPERT SYSTEM FOR SCIENTIFIC PROJECTS EVALUATION IN HIGHER EDUCATIONAL INSTITUTIONS

    Directory of Open Access Journals (Sweden)

    Олександр Михайлович ВОЗНИЙ

    2015-05-01

    Full Text Available There have been proposed the model of the expert system for the assessment of research projects in higher educational institutions, based on estimates of probability. It allows to rank alternative projects and scenarios. The model is implemented through the software "Small expert system." The principle of calculating the probability of approval of research projects, which form the basis of the expert system, is based on Bayes' theorem. Expert system calculates the probability of approval of research projects by Ministry of Science and Education on the basis of the responses to questions about the content of the request for the execution of research projects. Questions are formed on the basis of the criteria by which experts of state authorities evaluate scientific research projects.

  1. Definition of postlumpectomy tumor bed for radiotherapy boost field planning: CT versus surgical clips

    International Nuclear Information System (INIS)

    Goldberg, Hadassah; Prosnitz, Robert G.; Olson, John A.; Marks, Lawrence B.

    2005-01-01

    Purpose: To compare the location and extent of the tumor bed as defined by surgical clips and computed tomography (CT) scans, after lumpectomy, for electron boost planning as part of breast radiotherapy. Methods and Materials: Planning CT images of 31 operated breasts in 30 patients who underwent lumpectomy were reviewed. One or more clips were placed in the lumpectomy cavity. Serial CT images were used to measure the depth and transverse and longitudinal dimensions. The area and geometric center of the tumor bed were defined by the clips and CT. Results: The CT and clip measurements were identical for the maximal tumor depth in 27 of 30 patients. The CT bed extended beyond the clips by 0-7 mm medially in the transverse/longitudinal extent (multiclip patients). The median distance between the geometric centers in the coronal plane for the tumor bed center was larger for patients with single clips than for those with multiple clips (p 2 . The CT bed was more readily visible in patients with a shorter interval between surgery and radiotherapy. Conclusion: The maximal depth of the tumor bed was similar using the two methods. The extent and centers of the clip-and CT-determined beds differed significantly. This may indicate an underestimation of the tumor bed as defined by clips only and justifies integration of CT information in boost field planning

  2. Expert System Control of Plant Growth in an Enclosed Space

    Science.gov (United States)

    May, George; Lanoue, Mark; Bathel, Matthew; Ryan, Robert E.

    2008-01-01

    The Expert System is an enclosed, controlled environment for growing plants, which incorporates a computerized, knowledge-based software program that is designed to capture the knowledge, experience, and problem-solving skills of one or more human experts in a particular discipline. The Expert System is trained to analyze crop/plant status, to monitor the condition of the plants and the environment, and to adjust operational parameters to optimize the plant-growth process. This system is intended to provide a way to remotely control plant growth with little or no human intervention. More specifically, the term control implies an autonomous method for detecting plant states such as health (biomass) or stress and then for recommending and implementing cultivation and/or remediation to optimize plant growth and to minimize consumption of energy and nutrients. Because of difficulties associated with delivering energy and nutrients remotely, a key feature of this Expert System is its ability to minimize this effort and to achieve optimum growth while taking into account the diverse range of environmental considerations that exist in an enclosed environment. The plant-growth environment for the Expert System could be made from a variety of structures, including a greenhouse, an underground cavern, or another enclosed chamber. Imaging equipment positioned within or around the chamber provides spatially distributed crop/plant-growth information. Sensors mounted in the chamber provide data and information pertaining to environmental conditions that could affect plant development. Lamps in the growth environment structure supply illumination, and other additional equipment in the chamber supplies essential nutrients and chemicals.

  3. Topics for application of expert systems for nuclear power plants

    International Nuclear Information System (INIS)

    Trovato, S.A.; Aydin, F.

    1992-01-01

    Expert systems are an innovative form of computer software which offer to enhance productivity and improve operations of nuclear power plants. A survey and assessment of opportunities for application of this technology at Consolidated Edison Company of New York, Inc.'s (Con Edison) Indian Point 2 nuclear power plant was conducted. Eleven topics for expert systems are discussed in this paper. 1 ref., 2 figs., 2 tabs

  4. A statistical modeling approach to build expert credit risk rating systems

    DEFF Research Database (Denmark)

    Waagepetersen, Rasmus

    2010-01-01

    This paper presents an efficient method for extracting expert knowledge when building a credit risk rating system. Experts are asked to rate a sample of counterparty cases according to creditworthiness. Next, a statistical model is used to capture the relation between the characteristics...... of a counterparty and the expert rating. For any counterparty the model can identify the rating, which would be agreed upon by the majority of experts. Furthermore, the model can quantify the concurrence among experts. The approach is illustrated by a case study regarding the construction of an application score...

  5. Multicriterial Methods used in Expert Systems for Business Decision Making

    Directory of Open Access Journals (Sweden)

    Cornelia MUNTEAN

    2010-01-01

    Full Text Available Many organizations are in front of most competitive economic environments, where, in order to survive, they must reduce costs all the time and adopt the most intelligent business strategies. In most decision making activities the manager has to decide which variant is the most advantageous, taking into account a multitude of criterions. Expert systems use the expert's knowledge and problem solving skills in a particular subject area throughout an organization, and can propose the optimal variant to be chosen. In this paper we have outlined the role of multicriterial methods in programming expert systems to decide in favor of the most eligible variant between a multitude of possibilities. We also made a case study and designed the prototype of an expert system for choosing the most profitable offer among many, in the prenegotiation stage, for a company, in order to organize the negotiation processes accor-dingly. In this respect, we tried to highlight the usefulness of multicriterial mathematical me-thods in three negotiation processes of a Romanian negotiation team with foreign negotiation teams for the acquisition of an equipment.

  6. [Multicenter evaluation of the Nutri-Expert Telematic System in diabetic patients].

    Science.gov (United States)

    Turnin, M C; Bolzonella-Pene, C; Dumoulin, S; Cerf, I; Charpentier, G; Sandre-Banon, D; Valensi, P; Grenier, J L; Cathelineau, G; Mattei, C

    1995-02-01

    Nutri-Expert is a system for self-monitoring and dietetic education, accessible through Minitel. A preliminary randomised evaluation of one hundred diabetic patients in the Midi-Pyrénées region showed that Nutri-Expert improved dietetic knowledge, dietary habits and metabolic balance. The aim of the present study was to show that the system can be successfully prescribed to patients by physicians outside the center which originated it, indicating the benefit of a wider use of Nutri-Expert, among the diabetic population. One hundred and fifty-five patients, recruited by six French centres of diabetology, used Nutri-Expert from their homes for six months. Clinical examination, tests of dietetic knowledge and biological tests, including lipid fractions, were carried out before and after six months of use. After six months, there was a significant improvement in the patients' dietetic knowledge and in some biological parameters. Nutri-Expert is thus useful even when prescribed by a centre other than the hospital which devised the system. It is an additional beneficial tool in the ambulatory management of diabetic patients.

  7. Design and implementation of real-time diagnostic expert system in nuclear power plant

    International Nuclear Information System (INIS)

    Zhang Yan; Zhou Zhiwei; Dong Xiuchen

    2006-01-01

    In order to decrease the probability of malfunctions in nuclear power plant, a real-time expert system to be applied to malfunction diagnosis was designed. Based on the expert system theory the system converts the expert knowledge for diagnosing failures into the rules stored in database, and it can display real-time information of the abnormal symptoms, perform real-time diagnosis of malfunctions and suggest the operation actions related to malfunctions, etc. The results indicate that several typical malfunctions in nuclear power plant are diagnosed automatically and the corresponding operation schedules are given out by present expert system. (authors)

  8. Further development of the ZEUS Expert System: Computer science foundations of design

    International Nuclear Information System (INIS)

    Flasinski, M.

    1994-03-01

    The prototype version of the ZEUS Expert System, ZEXP, was diagnosing selected aspects of DAQ System during ZEUS running in 1993. In November 1993 ZEUS decided to extend its scope in order to cover all crucial aspects of operating the ZEUS detector (Run Control, Slow Control, Data Acquisition performance and Data Quality Monitoring). The paper summarizes fundamental assumptions concerning the design of the final version of the ZEUS Expert System, ZEX. Although the theoretical background material relates primarily to ZEX, its elements can be used for constructing other expert systems for HEP experiments. (orig.)

  9. Epicardial clip occlusion of the left atrial appendage during cardiac surgery provides optimal surgical results and long-term stability.

    Science.gov (United States)

    Kurfirst, Vojtech; Mokrácek, Aleš; Canádyová, Júlia; Frána, Radim; Zeman, Petr

    2017-07-01

    Occlusion of the left atrial appendage (LAA) has become an integral and important part of the surgical treatment of atrial fibrillation. Different methods of surgical occlusion of the LAA have been associated with varying levels of short- and long-term success for closure. The purpose of this study was to evaluate long-term results of epicardial placement and endocardial occlusion in patients undergoing cardiac operative procedures. A total of 101 patients (average age 65.7 years) undergoing cardiac operative procedures with the epicardial AtriClip Exclusion System of the LAA were enrolled in the study. The AtriClip was placed via a sternotomy or a thoracotomy or from a thoracoscopic approach. Postoperative variables, such as thromboembolic events, clip stability and endocardial leakage around the device, were examined by transoesophageal echocardiography (TEE) and/or computed tomography. Perioperative clip implantation was achieved in 98% of patients. TEE and/or computed tomography conducted during the follow-up period, comprising 1873 patient-months with a mean duration of 18 ± 11 months, revealed no clip migration, no leakage around the device and no clot formation near the remnant cul-de-sac. During the follow-up period, 4 of the cardiac patients experienced transitory ischaemic attacks, whereas no patient experienced a cerebrovascular attack. The Epicardial AtriClip Exclusion System of the LAA appears to be a feasable and safe operative method with a high success rate. Long-term follow-up confirmed clip stability, complete occlussion of the LAA and absence of any atrial fibrilation-related thromboembolic events. These results need to be confirmed by a larger, multicentre study. © The Author 2017. Published by Oxford University Press on behalf of the European Association for Cardio-Thoracic Surgery. All rights reserved.

  10. Visual Cues for an Adaptive Expert System.

    Science.gov (United States)

    Miller, Helen B.

    NCR (National Cash Register) Corporation is pursuing opportunities to make their point of sale (POS) terminals easy to use and easy to learn. To approach the goal of making the technology invisible to the user, NCR has developed an adaptive expert prototype system for a department store POS operation. The structure for the adaptive system, the…

  11. An expert system for a local planning environment

    NARCIS (Netherlands)

    Meester, G.J.; Meester, G.J.

    1993-01-01

    In this paper, we discuss the design of an Expert System (ES) that supports decision making in a Local Planning System (LPS) environment. The LPS provides the link between a high level factory planning system (rough cut capacity planning and material coordination) and the actual execution of jobs on

  12. The Suitability of Expert System Application in Czech Small and Medium‑Sized Enterprises

    Directory of Open Access Journals (Sweden)

    Ekaterina Khitilova

    2017-01-01

    Full Text Available Small and medium-sized enterprises play an important role in the economy of Czech Republic. Expert systems are one of the alternatives evaluated the effectiveness of the relationship between supplier and customer. Currently, measurement and increase in efficiency of supplier-customer relations is very topical subject. The requirements for tools the improvement supplier- customer relationship can be specified on the base the literature analysis. The article defines basic requirements for expert system. The presentation of expert system and its suitability in the surroundings of small and medium sized enterprises is the part of this article. The comparison of the expert system possibilities and the compiled requirements leads to suitability analysis of selected solution. Actual questions and the way of future work are derived from current results, presented in the paper. The article defined the directions of development this expert system.

  13. Transfer Effects of Semantic Networks on Expert Systems: Mindtools at Work.

    Science.gov (United States)

    Marra, Rose M.; Jonassen, David H.

    2002-01-01

    Discussion of computers as mindtools focuses on semantic networks and expert systems that help learners build a representation of what they know by designing their own knowledge bases. Describes a study of undergraduates that examined the effects of building semantic networks on the construction of expert systems. (Author/LRW)

  14. Virtual Cerebral Aneurysm Clipping with Real-Time Haptic Force Feedback in Neurosurgical Education.

    Science.gov (United States)

    Gmeiner, Matthias; Dirnberger, Johannes; Fenz, Wolfgang; Gollwitzer, Maria; Wurm, Gabriele; Trenkler, Johannes; Gruber, Andreas

    2018-04-01

    Realistic, safe, and efficient modalities for simulation-based training are highly warranted to enhance the quality of surgical education, and they should be incorporated in resident training. The aim of this study was to develop a patient-specific virtual cerebral aneurysm-clipping simulator with haptic force feedback and real-time deformation of the aneurysm and vessels. A prototype simulator was developed from 2012 to 2016. Evaluation of virtual clipping by blood flow simulation was integrated in this software, and the prototype was evaluated by 18 neurosurgeons. In 4 patients with different medial cerebral artery aneurysms, virtual clipping was performed after real-life surgery, and surgical results were compared regarding clip application, surgical trajectory, and blood flow. After head positioning and craniotomy, bimanual virtual aneurysm clipping with an original forceps was performed. Blood flow simulation demonstrated residual aneurysm filling or branch stenosis. The simulator improved anatomic understanding for 89% of neurosurgeons. Simulation of head positioning and craniotomy was considered realistic by 89% and 94% of users, respectively. Most participants agreed that this simulator should be integrated into neurosurgical education (94%). Our illustrative cases demonstrated that virtual aneurysm surgery was possible using the same trajectory as in real-life cases. Both virtual clipping and blood flow simulation were realistic in broad-based but not calcified aneurysms. Virtual clipping of a calcified aneurysm could be performed using the same surgical trajectory, but not the same clip type. We have successfully developed a virtual aneurysm-clipping simulator. Next, we will prospectively evaluate this device for surgical procedure planning and education. Copyright © 2018 Elsevier Inc. All rights reserved.

  15. System reliability analysis with natural language and expert's subjectivity

    International Nuclear Information System (INIS)

    Onisawa, T.

    1996-01-01

    This paper introduces natural language expressions and expert's subjectivity to system reliability analysis. To this end, this paper defines a subjective measure of reliability and presents the method of the system reliability analysis using the measure. The subjective measure of reliability corresponds to natural language expressions of reliability estimation, which is represented by a fuzzy set defined on [0,1]. The presented method deals with the dependence among subsystems and employs parametrized operations of subjective measures of reliability which can reflect expert 's subjectivity towards the analyzed system. The analysis results are also expressed by linguistic terms. Finally this paper gives an example of the system reliability analysis by the presented method

  16. Plant experience with an expert system for alarm diagnosis

    International Nuclear Information System (INIS)

    Gimmy, K.L.

    1986-01-01

    An expert system called Diagnosis of Multiple Alarms (DMA) is in routine use at four nuclear reactors operated by the DuPont Company. The system is wired to plant alarm annunciators and does event-tree analysis to see if a pattern exists. Any diagnosis is displayed to the plant operator and the corrective procedure to be followed is also identified. The display is automatically superseded if a higher priority diagnosis is made. The system is integrated with operator training and procedures. Operating results have been positive. DMA has diagnosed several hard-to-locate small leaks. There have been some false diagnosis, and realistic plant environments must be considered in such expert systems. 2 refs., 5 figs

  17. Expert System Approach For Generating And Evaluating Engine Design Alternatives

    Science.gov (United States)

    Shen, Stewart N. T.; Chew, Meng-Sang; Issa, Ghassan F.

    1989-03-01

    Artificial intelligence is becoming an increasingly important subject of study for computer scientists, engineering designers, as well as professionals in other fields. Even though AI technology is a relatively new discipline, many of its concepts have already found practical applications. Expert systems, in particular, have made significant contributions to technologies in such fields as business, medicine, engineering design, chemistry, and particle physics. This paper describes an expert system developed to aid the mechanical designer with the preliminary design of variable-stroke internal-combustion engines. The expert system accomplished its task by generating and evaluating a large number of design alternatives represented in the form of graphs. Through the application of structural and design rules directly to the graphs, optimal and near optimal preliminary design configurations of engines are deduced.

  18. Training model for cerebral aneurysm clipping

    Directory of Open Access Journals (Sweden)

    Hiroshi Tenjin, M.D., Ph.D.

    2017-12-01

    Full Text Available Clipping of cerebral aneurysms is still an important skill in neurosurgery. We have made a training model for the clipping of cerebral aneurysms. The concepts for the model were 1: training model for beginners, 2: three dimensional manipulation using an operating microscope, 3: the aneurysm model is to be perfused by simulated blood causing premature rupture. The correct relationship between each tissue, and softness of the brain and vessels were characteristics of the model. The skull, brain, arteries, and veins were made using a 3D printer with data from DICOM. The brain and vessels were made from polyvinyl alcohol (PVA. One training course was held and this model was useful for training of cerebral aneurysm surgery for young neurosurgeons.

  19. Development of a rule-based diagnostic platform on an object-oriented expert system shell

    International Nuclear Information System (INIS)

    Wang, Wenlin; Yang, Ming; Seong, Poong Hyun

    2016-01-01

    Highlights: • Multilevel Flow Model represents system knowledge as a domain map in expert system. • Rule-based fault diagnostic expert system can identify root cause via a causal chain. • Rule-based fault diagnostic expert system can be used for fault simulation training. - Abstract: This paper presents the development and implementation of a real-time rule-based diagnostic platform. The knowledge is acquired from domain experts and textbooks and the design of the fault diagnosis expert system was performed in the following ways: (i) establishing of corresponding classes and instances to build the domain map, (ii) creating of generic fault models based on events, and (iii) building of diagnostic reasoning based on rules. Knowledge representation is a complicated issue of expert systems. One highlight of this paper is that the Multilevel Flow Model has been used to represent the knowledge, which composes the domain map within the expert system as well as providing a concise description of the system. The developed platform is illustrated using the pressure safety system of a pressurized water reactor as an example of the simulation test bed; the platform is developed using the commercial and industrially validated software G2. The emulation test was conducted and it has been proven that the fault diagnosis expert system can identify the faults correctly and in a timely way; this system can be used as a simulation-based training tool to assist operators to make better decisions.

  20. An expert system for the quantification of fault rates in construction fall accidents.

    Science.gov (United States)

    Talat Birgonul, M; Dikmen, Irem; Budayan, Cenk; Demirel, Tuncay

    2016-01-01

    Expert witness reports, prepared with the aim of quantifying fault rates among parties, play an important role in a court's final decision. However, conflicting fault rates assigned by different expert witness boards lead to iterative objections raised by the related parties. This unfavorable situation mainly originates due to the subjectivity of expert judgments and unavailability of objective information about the causes of accidents. As a solution to this shortcoming, an expert system based on a rule-based system was developed for the quantification of fault rates in construction fall accidents. The aim of developing DsSafe is decreasing the subjectivity inherent in expert witness reports. Eighty-four inspection reports prepared by the official and authorized inspectors were examined and root causes of construction fall accidents in Turkey were identified. Using this information, an evaluation form was designed and submitted to the experts. Experts were asked to evaluate the importance level of the factors that govern fall accidents and determine the fault rates under different scenarios. Based on expert judgments, a rule-based expert system was developed. The accuracy and reliability of DsSafe were tested with real data as obtained from finalized court cases. DsSafe gives satisfactory results.

  1. Expert ease

    Energy Technology Data Exchange (ETDEWEB)

    1984-04-01

    Expert-ease allows the most inexperienced of computer users to build an expert system in a matter of hours. It is nothing more or less than a computer based problem-solving system. It allows the expert to preserve his or her knowledge in the form of rules, which can be applied to problems put to the system by the non-expert. The crucial piece of software at the heart of Expert-Ease extracts rules from data, and is called the analogue concept learning system. It was developed by Intelligent Terminals Ltd. and supplied to Export Software International to be incorporated into a commercially attractive package for business users. The resulting product runs on the Act Sirius and the IBM PC and compatibles. It is a well conceived and polished product with a popular appeal that should ensure widespread acceptance even at a cost of >1500 plus vat.

  2. Online Patent Searching: Guided by an Expert System.

    Science.gov (United States)

    Ardis, Susan B.

    1990-01-01

    Describes the development of an expert system for online patent searching that uses menu driven software to interpret the user's knowledge level and the general nature of the search problem. The discussion covers the rationale for developing such a system, current system functions, cost effectiveness, user reactions, and plans for future…

  3. Expert Maintenance Advisor Development for Navy Shipboard Systems

    Science.gov (United States)

    1994-01-01

    Estoril (EDEN) Chair: Xavier Alaman, Instituto de Ingenieria del Conocimiento, SPAIN "A Model of Handling Uncertainty in Expert Systems," 01 Zhao...for Supervisory Process Control," Xavier Alaman, Instituto de Ingenieria del Conocimiento, SPAIN - (L) INTEGRATED KNOWLEDGE BASED SYSTEMS IN POWER

  4. Advances in metal forming expert system for metal forming

    CERN Document Server

    Hingole, Rahulkumar Shivajirao

    2015-01-01

    This comprehensive book offers a clear account of the theory and applications of advanced metal forming. It provides a detailed discussion of specific forming processes, such as deep drawing, rolling, bending extrusion and stamping. The author highlights recent developments of metal forming technologies and explains sound, new and powerful expert system techniques for solving advanced engineering problems in metal forming. In addition, the basics of expert systems, their importance and applications to metal forming processes, computer-aided analysis of metalworking processes, formability analysis, mathematical modeling and case studies of individual processes are presented.

  5. A proof-of-concept transient diagnostic expert system for BWRs [Boiling Water Reactors

    International Nuclear Information System (INIS)

    Yoshida, K.; Naser, J.A.

    1988-05-01

    A proof-of-concept transient diagnostic expert system has been developed to identify the cause and the type of an abnormal transient in a boiling water nuclear power plant. For this expert system development, the calculational results of the simulation code RETRAN were used as the knowledge source. The knowledge extracted from the RETRAN analyses was transformed into IF-THEN rules in the knowledge base for the expert system. An important feature of this expert system is the introduction of certainty factors to allow diagnosis even in the cases where data may be either missing or marked as invalid. To increase the capability of this diagnostic system to distinguish between similiar transients, backward chaining reasoning is used to support the forward chaining reasoning with certainty factors. Through this effort, it has been demonstrated that an expert system can be successfully used to create a transient diagnostic system. It has also successfully demonstrated that RETRAN can be used as the knowledge source for developing the knowledge base of the diagnostic system

  6. Efficacy and Safety of the Over-the-Scope Clip (OTSC) System in the Management of Leak and Fistula After Laparoscopic Sleeve Gastrectomy: a Systematic Review.

    Science.gov (United States)

    Shoar, Saeed; Poliakin, Lauren; Khorgami, Zhamak; Rubenstein, Rebecca; El-Matbouly, Moamena; Levin, Jun L; Saber, Alan A

    2017-09-01

    Endoscopic management of leaks/fistulas after laparoscopic sleeve gastrectomy (LSG) is gaining popularity in the bariatric surgery. This study aimed to review the efficacy and safety of over-the-scope-clip (OTSC) system in endoscopic closure of post-LSG leak/fistula. PubMed/Medline and major journals of the field were systematically reviewed for studies on endoscopic closure of post-LSG leaks/fistula by means of the OTSC system. A total of ten eligible studies including 195 patients with post-LSG leaks/fistula were identified. The time between LSG and leak/fistula ranged from 1 day to 803 days. Most of the leaks/fistula were located at the proximal staple line, and they sized from 3 to 20 mm. Time between leak diagnosis and OTSC clipping ranged from 0 to 271 days. Thirty-three out of 53 patients (63.5%) required one clip for closure of the lesion. Regarding the OTSC-related complications, a leak occurred in five patients (9.3%) and OTSC migration, stenosis, and tear each in one patient (1.8%). Of the 73 patients with post-LSG leak treated with OTSC, 63 patients had an overall successful closure (86.3%). OTSC system is a promising endoscopic approach for management of post-LSG leaks in appropriately selected patients. Unfortunately, most studies are series with a small sample size, short-term follow-up, and mixed data of concomitant procedures with OTSC. Further studies should distinguish the net efficacy of the OTSC system from other concomitant procedures in treatment of post-LSG leak.

  7. Transvaginal ultrasound assessment of myometrial and cervical stroma invasion in women with endometrial cancer -interobserver reproducibility among ultrasound experts and gynaecologists

    DEFF Research Database (Denmark)

    Eriksson, LS; Lindqvist, PG; Flöter Rådestad, A

    2014-01-01

    OBJECTIVES: To assess interobserver reproducibility among ultrasound experts and gynaecologists in the prediction of deep myometrial- and cervical stroma invasion by transvaginal ultrasound in women with endometrial cancer. METHODS: Video-clips of the corpus- and cervix uteri of 53 women...... with endometrial cancer, examined preoperatively by the same ultrasound expert, were integrated in a digitalized survey. Nine ultrasound experts and 9 gynaecologists evaluated presence or absence of deep myometrial- and cervical stroma invasion. Histopathology from hysterectomy specimen was used as gold standard.......001). CONCLUSION: Preoperative ultrasound assessment of deep myometrial- and cervical stroma invasion in endometrial cancer is best performed by ultrasound experts, as they show a higher degree of agreement to histopathology and higher interobserver reproducibility in the assessment of cervical stromal invasion....

  8. Guidance, navigation, and control subsystem equipment selection algorithm using expert system methods

    Science.gov (United States)

    Allen, Cheryl L.

    1991-01-01

    Enhanced engineering tools can be obtained through the integration of expert system methodologies and existing design software. The application of these methodologies to the spacecraft design and cost model (SDCM) software provides an improved technique for the selection of hardware for unmanned spacecraft subsystem design. The knowledge engineering system (KES) expert system development tool was used to implement a smarter equipment section algorithm than that which is currently achievable through the use of a standard data base system. The guidance, navigation, and control subsystems of the SDCM software was chosen as the initial subsystem for implementation. The portions of the SDCM code which compute the selection criteria and constraints remain intact, and the expert system equipment selection algorithm is embedded within this existing code. The architecture of this new methodology is described and its implementation is reported. The project background and a brief overview of the expert system is described, and once the details of the design are characterized, an example of its implementation is demonstrated.

  9. Development of expert evaluation system for advanced nuclear power stations

    International Nuclear Information System (INIS)

    Yang Mengjia; Ren Junsheng; Zhou Zhiwei; Zhang Qi; Zhu Shutang

    2005-01-01

    The wheels of the nuclear power industry in China are going to roll on the fast rails soon: It is important to establish an expert evaluation system for optimally selecting new types of NPPs in the future based on scientific evaluation. Under such a background, an expert evaluation system is developed to evaluate Various types of NPPs for the following two decades by taking into account the advices of selected top specialists in Chinese nuclear power industry, and by adopting different evaluation methods. The evaluation system is designed to use the database-MS-SQL Server or Oracle for manipulating experts' knowledge and objective data for scaling NPPs by user-selected evaluation methods for evaluating NPPs. The system includes two subsystems: one is called the Data Management Module and the other called the Evaluation Arithmetic Module. The Data Management Module is used to manage expert knowledge in forms of item marks of the NPPs given by experts of nuclear engineering. The Evaluation Arithmetic Module is used to analyze and deal with the evaluation based on the data in the Database by certain designed evaluation method, and to provide the evaluation results. Based on the users' selection, the evaluation of the NPPs is processed, and the results can be dynamically listed in table or displayed in graphics. So it can be used as a consulting tool to help users make optimal selection of prospective NPPs. The system is developed in architecture of the mixture framework C/S(Client/Server) and B/S(Browse/Server), thus is safe, advanced, extensible and user- friendly. The present system is computer network based, so it can be used not only in personal PC and local network, but also in the Web Server which can be browsed by remote users. To develop such an evaluation system is an initiative R and D project in Chinese nuclear R and D activities. Although the evaluation system is far from perfect, however, the preliminary evaluation results produced by the evaluation

  10. Expert system for quality control in bibliographic databases

    International Nuclear Information System (INIS)

    Todeschini, C.; Farrell, M.P.

    1989-01-01

    An Expert System is presented that can identify errors in the intellectual decisions made by indexers when categorizing documents into an a priori category scheme. The system requires the compilation of a Knowledge Base that incorporates in statistical form the decisions on the linking of indexing and categorization derived from a preceding period of the bibliographic database. New input entering the database is checked against the Knowledge Base, using the descriptor indexing assigned to each record, and the system computed a value for the match of each record with the particular category chosen by the indexer. This category match value is used as a criterion for identifying those documents that have been erroneously categorized. The system was tested on large sample of almost 26,000 documents, representing all the literature falling into ten of the subject categories of the Energy Data Base during the five year period 1980-1984. For valid comparisons among categories, the Knowledge Base must be constructed with an approximately equal number of unique descriptors for each subject category. The system identified those items with high probability of having been erroneously categorized. These items, constituting up to 5% of the sample, were evaluated manually by subject specialists for correct categorization and then compared with the results of the Expert System. Of those pieces of literature deemed by the system to be erroneously categorized, about 75% did indeed belong to a different category. This percentage, however, is dependent on the level at which the threshold on the category match value is set. With a lower threshold value, the percentage can be raised to 90%, but this is accompanied by a lowering of the absolute number of wrongly categorized records caught by the system. The Expert System can be considered as a first step to complete semiautomatic categorizing system

  11. Proceedings: 1987 conference on expert-system applications in power plants

    International Nuclear Information System (INIS)

    1988-12-01

    The third EPRI conference on expert system applications for the electric utilities was held in Boston on May 27--29, 1987. The conference was co-hosted by Boston Edison Company and Niagara Mohawk Power Corporation and it was attended by more than 300 attendees from the US, Europe and Japan. The participants represented a broad spectrum of utilities, equipment manufacturers, engineering consultants, university faculty, and members of the federal and state regulatory agencies. Many applications of expert systems have emerged recently and many of the vendors now have meaningful prototypes that can demonstrate the benefits of expert systems to the utilities. Several utilities also have prototypes working at this time; but more importantly, the utilities have advanced significantly in their understanding and appreciation of this technology. Many utilities have organized teams within their organizations that have the charter of evaluating the leading applications and developing associated plans for the implementation of these applications. The conference identified several areas that are important to the utilities: training of the utility staff in the basic technology to rapidly build the appropriate infrastructure; review and recommendations in selection of hardware and software tools. This is needed since there is a very rapid change both in the market place as well as in terms of technical progress; dissemination of examples of good applications that directly relate to the power industry would be very helpful in relating to how the technology can be used; and coordination of the development of expert system applications among the utilities. This is needed since expert system applications typically are expensive to develop, but also relatively easy to transfer from one utility to another

  12. An expert system for sensor data validation and malfunction detection

    International Nuclear Information System (INIS)

    Hashemi, S.; Hajek, B.K.; Miller, D.W.

    1987-01-01

    Nuclear power plant operation and monitoring in general is a complex task which requires a large number of sensors, alarms and displays. At any instant in time, the operator is required to make a judgment about the state of the plant and to react accordingly. During abnormal situations, operators are further burdened with time constraints. The possibility of an undetected faulty instrumentation line, adds to the complexity of operators' reasoning tasks. Failure of human operators to cope with the conceptual complexity of abnormal situations often leads to more serious malfunctions and further damages to plant (TMI-2 as an example). During these abnormalities, operators rely on the information provided by the plant sensors and associated alarms. Their usefulness however, is quickly diminished by their large number and the extremely difficult task of interpreting and comprehending the information provided by them. The need for an aid to assist the operator in interpreting the available data and diagnosis of problems is obvious. Recent work at the Ohio State University Laboratory of Artificial Intelligence Research (LAIR) and the nuclear engineering program has concentrated on the problem of diagnostic expert systems performance and their applicability to the nuclear power plant domain. There has also been concern about the diagnostic expert systems performance when using potentially invalid sensor data. Because of this research, an expert system has been developed that can perform diagnostic problem solving despite the existence of some conflicting data in the domain. This work has resulted in enhancement of a programming tool, that allows domain experts to create a diagnostic system that will be to some degree, tolerant of bad data while performing diagnosis. This expert system is described here

  13. The Potential of Computer-Based Expert Systems for Special Educators in Rural Settings.

    Science.gov (United States)

    Parry, James D.; Ferrara, Joseph M.

    Knowledge-based expert computer systems are addressing issues relevant to all special educators, but are particularly relevant in rural settings where human experts are less available because of distance and cost. An expert system is an application of artificial intelligence (AI) that typically engages the user in a dialogue resembling the…

  14. Web-based Weather Expert System (WES) for Space Shuttle Launch

    Science.gov (United States)

    Bardina, Jorge E.; Rajkumar, T.

    2003-01-01

    The Web-based Weather Expert System (WES) is a critical module of the Virtual Test Bed development to support 'go/no go' decisions for Space Shuttle operations in the Intelligent Launch and Range Operations program of NASA. The weather rules characterize certain aspects of the environment related to the launching or landing site, the time of the day or night, the pad or runway conditions, the mission durations, the runway equipment and landing type. Expert system rules are derived from weather contingency rules, which were developed over years by NASA. Backward chaining, a goal-directed inference method is adopted, because a particular consequence or goal clause is evaluated first, and then chained backward through the rules. Once a rule is satisfied or true, then that particular rule is fired and the decision is expressed. The expert system is continuously verifying the rules against the past one-hour weather conditions and the decisions are made. The normal procedure of operations requires a formal pre-launch weather briefing held on Launch minus 1 day, which is a specific weather briefing for all areas of Space Shuttle launch operations. In this paper, the Web-based Weather Expert System of the Intelligent Launch and range Operations program is presented.

  15. A method of knowledge base verification and validation for nuclear power plants expert systems

    International Nuclear Information System (INIS)

    Kwon, Il Won

    1996-02-01

    The adoption of expert systems mainly as operator supporting systems is becoming increasingly popular as the control algorithms of system become more and more sophisticated and complicated. As a result of this popularity, a large number of expert systems are developed. The nature of expert systems, however, requires that they be verified and validated carefully and that detailed methodologies for their development be devised. Therefore, it is widely noted that assuring the reliability of expert systems is very important, especially in nuclear industry, and it is also recognized that the process of verification and validation is an essential part of reliability assurance for these systems. Research and practices have produced numerous methods for expert system verification and validation (V and V) that suggest traditional software and system approaches to V and V. However, many approaches and methods for expert system V and V are partial, unreliable, and not uniform. The purpose of this paper is to present a new approach to expert system V and V, based on Petri nets, providing a uniform model. We devise and suggest an automated tool, called COKEP (Checker Of Knowledge base using Extended Petri net), for checking incorrectness, inconsistency, and incompleteness in a knowledge base. We also suggest heuristic analysis for validation process to show that the reasoning path is correct

  16. Fuzzy expert systems models for operations research and management science

    Science.gov (United States)

    Turksen, I. B.

    1993-12-01

    Fuzzy expert systems can be developed for the effective use of management within the domains of concern associated with Operations Research and Management Science. These models are designed with: (1) expressive powers of representation embedded in linguistic variables and their linguistic values in natural language expressions, and (2) improved methods of interference based on fuzzy logic which is a generalization of multi-valued logic with fuzzy quantifiers. The results of these fuzzy expert system models are either (1) approximately good in comparison with their classical counterparts, or (2) much better than their counterparts. Moreover, for fuzzy expert systems models, it is only necessary to obtain ordinal scale data. Whereas for their classical counterparts, it is generally required that data be at least on ratio and absolute scale in order to guarantee the additivity and multiplicativity assumptions.

  17. Expert System Diagnosis of Cataract Eyes Using Fuzzy Mamdani Method

    Science.gov (United States)

    Santosa, I.; Romla, L.; Herawati, S.

    2018-01-01

    Cataracts are eye diseases characterized by cloudy or opacity of the lens of the eye by changing the colour of black into grey-white which slowly continues to grow and develop without feeling pain and pain that can cause blindness in human vision. Therefore, researchers make an expert system of cataract eye disease diagnosis by using Fuzzy Mamdani and how to care. The fuzzy method can convert the crisp value to linguistic value by fuzzification and includes in the rule. So this system produces an application program that can help the public in knowing cataract eye disease and how to care based on the symptoms suffered. From the results of the design implementation and testing of expert system applications to diagnose eye disease cataracts, it can be concluded that from a trial of 50 cases of data, obtained test results accuracy between system predictions with expert predictions obtained a value of 78% truth.

  18. EXPERT SYSTEMS SHOW PROMISE FOR CUSTOMER INQUIRIES

    Science.gov (United States)

    This article describes results of an agreement between the North Penn Water Authority in Lansdale, Pa., and the US Environmental Protection Agency, Drinking Water Research Division, Cincinnati, Ohio, to study use of expert systems technology in a water utility. The threeyear stud...

  19. Knowledge representation and use. I. Expert systems

    Energy Technology Data Exchange (ETDEWEB)

    Lauriere, J L

    1982-01-01

    Expert systems are designed as aids in human reasoning in various specific areas. Symbolic knowledge manipulation, uncertain and incomplete deduction capabilities, natural communication with humans in non-procedural ways are their essential features. The paper describes their design and several implementations. 105 references.

  20. Expert System Model for Educational Personnel Selection

    Directory of Open Access Journals (Sweden)

    Héctor A. Tabares-Ospina

    2013-06-01

    Full Text Available The staff selection is a difficult task due to the subjectivity that the evaluation means. This process can be complemented using a system to support decision. This paper presents the implementation of an expert system to systematize the selection process of professors. The management of software development is divided into 4 parts: requirements, design, implementation and commissioning. The proposed system models a specific knowledge through relationships between variables evidence and objective.

  1. Response trees and expert systems for nuclear reactor operations

    International Nuclear Information System (INIS)

    Nelson, W.R.

    1984-02-01

    The United States Nuclear Regulatory Commission is sponsoring a project performed by EG and G Idaho, Inc., at the Idaho National Engineering Laboratory (INEL) to evaluate different display concepts for use in nuclear reactor control rooms. Included in this project is the evaluation of the response tree computer based decision aid and its associated displays. This report serves as an overview of the response tree methodology and how it has been implemented as a computer based decision aid utilizing color graphic displays. A qualitative assessment of the applicability of the response tree aid in the reactor control room is also made. Experience gained in evaluating the response tree aid is generalized to address a larger category of computer aids, those known as knowledge based expert systems. General characteristics of expert systems are discussed, as well as examples of their application in other domains. A survey of ongoing work on expert systems in the nuclear industry is presented, and an assessment of their potential applicability is made. Finally, recommendations for the design and evaluation of computer based decision aids are presented

  2. Intelligent technology for construction of tutoring integrated expert systems: new aspects

    Directory of Open Access Journals (Sweden)

    Galina V. Rybina

    2017-01-01

    Full Text Available The main aim of this paper is to acquaint readers of the journal “Open Education” with the accumulated experience of construction and practical use in the educational process of Cybernetics Department of the National Research Nuclear University MEPhI of a special class of intelligent tutoring systems, based on the architectures of tutoring integrated expert systems. The development is carried out on the problem-oriented methodology basis and intelligent software environment of AT-TECHNOLOGY workbench. They provide automation of support of all the stages of construction and maintenance of the life cycle of such systems.In the context of basic models, methods, algorithms and tools that implement the conceptual foundations of a problem-oriented methodology, and which are evolutionarily developed and experimentally investigated in the process of constructing various architectures of training integrated expert systems, including webbased ones, some features of the generalized model of intellectual learning and its components are considered (in particular, the competence-based model of the trainee, the adaptive tutoring model, the ontology model of the course /discipline et al. as well as methods and means of their realization in the current versions of tutoring integrated expert systems.In current versions of tutoring integrated expert systems examples of implementation of typical intelligent tutoring problems are described for the generalized ontology “Intelligent systems and technologies” (individual planning of the method of studying the training course, intelligent analysis of training tasks, intelligent support for decision making.A brief description of the conceptual foundations of the model of the intelligent software environment of the AT-TECHNOLOGY workbench is given and a description of some components of the model is presented with a focus on the basic components – intelligent planner, standard design procedures and reusable

  3. Evaluation of atopy through an expert system: description of the database.

    Science.gov (United States)

    Ray, P; Vervloet, D; Charpin, D; Gautier, V; Proudhon, H; Redier, H; Godard, P

    1995-11-01

    In order to understand the medical decisions taken during the initial visit of a new asthmatic patient, a group of experts designed an expert system which provides conclusions about severity, precipitating factors and treatment. Rules for atopy and the assessment of allergic factors have been discussed and implemented in the expert system. Conclusions about severity have been yet validated using an appropriate methodology. The aim of this study was to investigate a sample of 471 patients according to conclusions regarding atopy. A total of 471 cases report forms (CRF) was filled in for adult asthmatic outpatients, seen for the first time in our clinic without emergency situations. Data of each CRF were used by the expert system to draw conclusions. The expert system discerns three patterns for atopy, yes, possible or no. The variables known to reflect different features according to the classification of asthma as atopic or not have been studied. The variables used in the rules for atopy, obviously linked to the conclusion, were not compared. For many medical problems no unique objective solution exists and this is why a group of patients with possible atopy was introduced. Patients with atopy had less severe asthma (P = 0.01), a better FEV1 value (P = 0.0007) and showed their first symptoms of asthma earlier (P = 0.00001) than patients without atopy. The characteristics of the group studied here are consistent with the literature. This could be considered as an indirect validation of the expert system. Moreover, patients with possible atopy show intermediate findings for these variables and it is possible to suggest a 'dose-effect' relationship.

  4. Steam Generator Inspection Planning Expert System

    International Nuclear Information System (INIS)

    Rzasa, P.

    1987-01-01

    Applying Artificial Intelligence technology to steam generator non-destructive examination (NDE) can help identify high risk locations in steam generators and can aid in preparing technical specification compliant eddy current test (ECT) programs. A steam Generator Inspection Planning Expert System has been developed which can assist NDE or utility personnel in planning ECT programs. This system represents and processes its information using an object oriented declarative knowledge base, heuristic rules, and symbolic information processing, three artificial intelligence based techniques incorporated in the design. The output of the system is an automated generation of ECT programs. Used in an outage inspection, this system significantly reduced planning time

  5. A PC-based expert system for nondestructive testing

    International Nuclear Information System (INIS)

    Shankar, R.; Williams, R.; Smith, C.; Selby, G.

    1991-01-01

    Rule-based decision logic which can emulate problem-solving expertise of humans is being explored for power plant nondestructive evaluation (NDE) applications. This paper describes an effort underway at the EPRI NDE Center to assist in the interpretation of NDE data acquired by automatic systems during ultrasonic weld examination of boiling-water reactors (BWRs). A personal computer (PC) -based expert system shell was used to encode rules and assemble knowledge to address the discrimination of intergranular stress corrosion cracking (IGSCC) from benign reflectors in the inspection of pipe-to-component welds. The rules attempt to factor in plant inspection history, ultrasonic examination data nd, if available, radiography testing data; a majority of them deal with specific ultrasonic signal temporal and spatial behavior during automatic scanning. The paper describes the efforts in the development of the expert system

  6. Rotating Machinery Predictive Maintenance Through Expert System

    Directory of Open Access Journals (Sweden)

    M. Sarath Kumar

    2000-01-01

    Full Text Available Modern rotating machines such as turbomachines, either produce or absorb huge amount of power. Some of the common applications are: steam turbine-generator and gas turbine-compressor-generator trains produce power and machines, such as pumps, centrifugal compressors, motors, generators, machine tool spindles, etc., are being used in industrial applications. Condition-based maintenance of rotating machinery is a common practice where the machine's condition is monitored constantly, so that timely maintenance can be done. Since modern machines are complex and the amount of data to be interpreted is huge, we need precise and fast methods in order to arrive at the best recommendations to prevent catastrophic failure and to prolong the life of the equipment. In the present work using vibration characteristics of a rotor-bearing system, the condition of a rotating machinery (electrical rotor is predicted using an off-line expert system. The analysis of the problem is carried out in an Object Oriented Programming (OOP framework using the finite element method. The expert system which is also developed in an OOP paradigm gives the type of the malfunctions, suggestions and recommendations. The system is implemented in C++.

  7. Assessing arsenic and selenium in a single nail clipping using portable X-ray fluorescence

    International Nuclear Information System (INIS)

    Fleming, David E.B.; Nader, Michel N.; Foran, Kelly A.; Groskopf, Craig; Reno, Michael C.; Ware, Chris S.; Tehrani, Mina; Guimarães, Diana; Parsons, Patrick J.

    2017-01-01

    The feasibility of measuring arsenic and selenium contents in a single nail clipping was investigated using a small-focus portable X-ray fluorescence (XRF) instrument with monochromatic excitation beams. Nail clipping phantoms supplemented with arsenic and selenium to produce materials with 0, 5, 10, 15, and 20 µg/g were used for calibration purposes. In total, 10 different clippings were analyzed at two different measurement positions. Energy spectra were fit with detection peaks for arsenic K_α, selenium K_α, arsenic K_β, selenium K_β, and bromine K_α characteristic X-rays. Data analysis was performed under two distinct conditions of fitting constraint. Calibration lines were established from the amplitude of each of the arsenic and selenium peaks as a function of the elemental contents in the clippings. The slopes of the four calibration lines were consistent between the two conditions of analysis. The calculated minimum detection limit (MDL) of the method, when considering the K_α peak only, ranged from 0.210±0.002 µg/g selenium under one condition of analysis to 0.777±0.009 µg/g selenium under another. Compared with previous portable XRF nail clipping studies, MDLs were substantially improved for both arsenic and selenium. The new measurement technique had the additional benefits of being short in duration (~3 min) and requiring only a single nail clipping. The mass of the individual clipping used did not appear to play a major role in signal strength, but positioning of the clipping is important. - Highlights: • Portable X-ray fluorescence was used to assess As and Se in nail clipping phantoms. • Calibration lines were consistent between two different conditions of data analysis. • This new XRF approach was sensitive and required only a single nail clipping.

  8. The place of expert systems in a typology of information systems

    NARCIS (Netherlands)

    Simons, J.L.; Wieringa, Roelf J.

    This article considers definitions and claims of Expert Systems ( ES) and analyzes them in view of traditional Information systems (IS). It is argued that the valid specifications for ES do not differ fran those for IS. Consequently the theoretical study and the practical development of ES should

  9. Applications of Expert Systems within the Scottish Electricity Supply Industry

    International Nuclear Information System (INIS)

    McWhirter, A.F.

    1990-01-01

    This paper describes the areas of application of Expert Systems within the South of Scotland Electricity Board (SSEB). The SSEB interest in Expert Systems was initiated by a fault in a conventional power station however the paper describes how the development associated with that work, has resulted in applications for the Nuclear Power Stations. The paper contrasts the cost benefits and project risks associated with the uses of probabilistic systems and concludes that the cost benefits of these are at present too low to justify their use in on-line applications

  10. Operation and Structure of an Artificial Intelligence Expert Consultative System for Reading and Learning.

    Science.gov (United States)

    Balajthy, Ernest

    1989-01-01

    The article examines decision-making expert systems and discusses their implications for diagnosis and prescription of reading difficulties. A detailed description of how a reading diagnostic expert system might operate to aid classroom teachers is followed by a discussion of advantages and limitations of expert systems for educational use.…

  11. Artificial Intelligence and Expert Systems in Medicine and Their Ability to Prediction as Therapy Planning Systems by CADIAG-2 Algorithm

    OpenAIRE

    Mohammad Madadpour Inallou; Zeinab Ajurlou; Bahman Mehri

    2012-01-01

    Expert Systems in Medicine is a collection, storage, retrieval, communication and processing of medical data for the purposes of interpretation, inference, decision-support, research and so other purposes in medicine. Expert System is an interactive computer-based decision tool that uses both facts and heuristics to solve difficult decision problems based on knowledge acquired from an expert. Expert systems provide expert advice and guidance in a wide variety of activities, from computer diag...

  12. Artificial intelligence expert system for nuclear power plant control and maintenance

    International Nuclear Information System (INIS)

    Westrom, G.B.

    1987-01-01

    A major concern in emergency response in a nuclear power plant is the lack of real experience with a catastrophic condition. Experts do more than just follow a set of rules. They have experience and insight into problems and are able to use their professional judgement. The objectives of this expert system are: Detect subtle off-normal trends in a reactor power plant system. Alert the operator with color graphics and synthesized voice commands. Identify the source of the problem and advise the operator on steps to restore the plant to normal operation. Provide an explanation facility and database to supply detailed information on component history and reasoning process. The RHRS (Residual Heat Removal System) was selected for the initial expert systems development because it is extremely important during refueling and cold shutdown operations

  13. The basics of formation of expert systems for industry and science

    Directory of Open Access Journals (Sweden)

    Vidyaev Igor G.

    2016-01-01

    Full Text Available This paper considers the basics of development of a practice-oriented information system of examination of industrial and scientific projects realized in the field of machine building. The first part of the paper is devoted to the main problems which are necessary to solve while designing such systems. The methods of self-organisation and adaptation, the use of expert evaluations and other approaches, for instance, those connected with the study of various fundamental and applied aspects of intelligence control systems, were considered. The main problems that are solved when creating an effective system of the expert selection were structured and expounded. In addition, the information, based both on already existing models (DFD, BPMN and on modern approaches (a system approach, Delphi technique, artificial neural networks, concerning the creation of an effective system of expert evaluations was presented. A combination of the approved methods and new approaches allows adapting the system to different conditions of use.

  14. PERFORMANCE EVALUATION OF PENSION FUNDS WITH FUZZY EXPERT SYSTEM

    Directory of Open Access Journals (Sweden)

    SERDAR KORUKOĞLU

    2013-06-01

    Full Text Available Financial rating and ranking firms often use linguistic instead of numerical values. When input data are mostly qualitative and are based on subjective knowledge of experts, the Fuzzy Set Theory provides a solid mathematical model to represent and handle these data. The aim of this study is developing a fuzzy expert model to evaluate the performance of the pension funds by using their risk and return values. The method is used for evaluating the performance of the randomly selected of twenty seven Turkish pension funds. The obtained results proved that the fuzzy expert system is appropriate and consistent for performance evaluation.

  15. Distributed expert systems for ground and space applications

    Science.gov (United States)

    Buckley, Brian; Wheatcraft, Louis

    1992-01-01

    Presented here is the Spacecraft Command Language (SCL) concept of the unification of ground and space operations using a distributed approach. SCL is a hybrid software environment borrowing from expert system technology, fifth generation language development, and multitasking operating system environments. Examples of potential uses for the system and current distributed applications of SCL are given.

  16. Artificial Intelligence, Expert Systems, Natural Language Interfaces, Knowledge Engineering and the Librarian.

    Science.gov (United States)

    Davies, Jim

    This paper begins by examining concepts of artificial intelligence (AI) and discusses various definitions of the concept that have been suggested in the literature. The nesting relationship of expert systems within the broader framework of AI is described, and expert systems are characterized as knowledge-based systems (KBS) which attempt to solve…

  17. Structural changes in the human vas deferens after tantalum clip occlusion and conventional vasectomy.

    Science.gov (United States)

    Kothari, L K; Gupta, A S

    1978-02-01

    In 15 human subjects, the vasa deferentia were occluded by applying two tantalum clips on one side and by conventional vasectomy with silk ligatures on the other. After 2 weeks, the occluded segments were recovered for histopathologic examination of serial sections. Obstructing the seminal tract did not, as such, produce any significant change in the vas: the distal and proximal segments appeared to be essentially similar and normal. At the actual site of occlusion, however, tantalum clips produced marked flattening of the tube, complete loss of lining epithelium, distortion of the muscular lamellae, and areas of hemorrhage. The lumen was converted into a narrow slit. Under the ligatures, the damage was largely confined to denudation of the mucosal epithelium. The mucosa of the intersegment left unexcised between two clips showed hyalinization, invasion by macrophages, and degeneration of the epithelium. The changes under the clips suggest that, although clip occlusion may offer several advantages, sterility cannot be reversed merely by removing the clips. The mechanisms of these changes, different in the case of clips and ligatures, are discussed and some possible long-term consequences are considered.

  18. An Expert System for On-Site Instructional Advice.

    Science.gov (United States)

    Martindale, Elizabeth S.; Hofmeister, Alan M.

    1988-01-01

    Describes Written Language Consultant, an expert system designed to help teachers teach special education students how to write business letters. Three main components of the system are described, including entry of students' test scores; analysis of teachers' uses of classroom time and management techniques; and suggestions for improving test…

  19. Insulation diagnosis of rotating machines for elevators by an expert system based on fuzzy inference. Fuzzy suiron wo donyushita expert system ni yoru shokokiyo kaitenki no zetsuen shindan

    Energy Technology Data Exchange (ETDEWEB)

    Kaneko, K.; Oshima, H. (Tokai Univ., Tokyo (Japan)); Yamada, N.; Iijima, T. (Mitsubishi Electric Building Techno-Service Co. Ltd., Tokyo (Japan))

    1992-11-20

    Using the data measured with the insulation deterioration diagnostic system for rotating machines for elevators, which is newly developed utilizing the past experience, an expert system which enables insulation deterioration diagnosis even by field maintenance engineers to some extent. In this system, the knowledge and experience of specialists are loaded in a personal computer as the rule for insulation deterioration diagnosis to perform insulation deterioration diagnosis by fuzzy inference and 'hypothesis-verification' type backward reasoning inference. The structured expert system is outlined. The result of insulation diagnosis by this system s compared with that made by specialists to evaluate the effectiveness of the diagnosed result of this system, and shows 84% agreement with the results obtained by specialists. It is, therefore, considered to be a highly practical expert system. 10 refs., 7 figs., 1 tab.

  20. Sex Differences in Emotional Evaluation of Film Clips: Interaction with Five High Arousal Emotional Categories

    Science.gov (United States)

    Maffei, Antonio; Vencato, Valentina; Angrilli, Alessandro

    2015-01-01

    The present study aimed to investigate gender differences in the emotional evaluation of 18 film clips divided into six categories: Erotic, Scenery, Neutral, Sadness, Compassion, and Fear. 41 female and 40 male students rated all clips for valence-pleasantness, arousal, level of elicited distress, anxiety, jittery feelings, excitation, and embarrassment. Analysis of positive films revealed higher levels of arousal, pleasantness, and excitation to the Scenery clips in both genders, but lower pleasantness and greater embarrassment in women compared to men to Erotic clips. Concerning unpleasant stimuli, unlike men, women reported more unpleasantness to the Compassion, Sadness, and Fear compared to the Neutral clips and rated them also as more arousing than did men. They further differentiated the films by perceiving greater arousal to Fear than to Compassion clips. Women rated the Sadness and Fear clips with greater Distress and Jittery feelings than men did. Correlation analysis between arousal and the other emotional scales revealed that, although men looked less aroused than women to all unpleasant clips, they also showed a larger variance in their emotional responses as indicated by the high number of correlations and their relatively greater extent, an outcome pointing to a masked larger sensitivity of part of male sample to emotional clips. We propose a new perspective in which gender difference in emotional responses can be better evidenced by means of film clips selected and clustered in more homogeneous categories, controlled for arousal levels, as well as evaluated through a number of emotion focused adjectives. PMID:26717488

  1. Sex Differences in Emotional Evaluation of Film Clips: Interaction with Five High Arousal Emotional Categories.

    Directory of Open Access Journals (Sweden)

    Antonio Maffei

    Full Text Available The present study aimed to investigate gender differences in the emotional evaluation of 18 film clips divided into six categories: Erotic, Scenery, Neutral, Sadness, Compassion, and Fear. 41 female and 40 male students rated all clips for valence-pleasantness, arousal, level of elicited distress, anxiety, jittery feelings, excitation, and embarrassment. Analysis of positive films revealed higher levels of arousal, pleasantness, and excitation to the Scenery clips in both genders, but lower pleasantness and greater embarrassment in women compared to men to Erotic clips. Concerning unpleasant stimuli, unlike men, women reported more unpleasantness to the Compassion, Sadness, and Fear compared to the Neutral clips and rated them also as more arousing than did men. They further differentiated the films by perceiving greater arousal to Fear than to Compassion clips. Women rated the Sadness and Fear clips with greater Distress and Jittery feelings than men did. Correlation analysis between arousal and the other emotional scales revealed that, although men looked less aroused than women to all unpleasant clips, they also showed a larger variance in their emotional responses as indicated by the high number of correlations and their relatively greater extent, an outcome pointing to a masked larger sensitivity of part of male sample to emotional clips. We propose a new perspective in which gender difference in emotional responses can be better evidenced by means of film clips selected and clustered in more homogeneous categories, controlled for arousal levels, as well as evaluated through a number of emotion focused adjectives.

  2. Expert system applications to nuclear power for enhancement of productivity and performance

    International Nuclear Information System (INIS)

    Naser, J.A.; Cain, D.G.; Sun, B.K.H.; Colley, R.W.; Hirota, N.S.; Gelhaus, F.E.

    1989-01-01

    Expert system technology has matured enough to offer a great deal of promise for a number of application areas in the electric utility industry. These applications can enhance productivity and aid in decision-making. Two parallel efforts are being performed at the Electric Power Research Institute (EPRI) to help the electric utility industry take advantage of expert system technology. The first effort is the development of expert system building tools which are tailored to electric utility industry applications. The second effort is the development of expert system applications. These two efforts complement each other. The application development tests the tools and identifies additional tool capabilities which are required. The tool development helps define the applications which can be successfully developed. The purpose of this paper is to describe some of the tool and application development work which is being performed at EPRI for the electric utility industry. (orig.)

  3. Pull-off characteristics of double-shanked compared to single-shanked ligation clips: an animal study

    Directory of Open Access Journals (Sweden)

    Schenk Martin

    2016-09-01

    Full Text Available The use of surgical ligation clips is considered as the gold standard for the closure of vessels, particularly in laparoscopic surgery. The safety of clips is mainly achieved by the deep indentation of the metal bar with a high retention force. A novel double-shanked (DS titanium clip was compared to two single-shanked clips with respect to axial and radial pull-off forces.

  4. Effects of Knee Alignments and Toe Clip on Frontal Plane Knee Biomechanics in Cycling.

    Science.gov (United States)

    Shen, Guangping; Zhang, Songning; Bennett, Hunter J; Martin, James C; Crouter, Scott E; Fitzhugh, Eugene C

    2018-06-01

    Effects of knee alignment on the internal knee abduction moment (KAM) in walking have been widely studied. The KAM is closely associated with the development of medial knee osteoarthritis. Despite the importance of knee alignment, no studies have explored its effects on knee frontal plane biomechanics during stationary cycling. The purpose of this study was to examine the effects of knee alignment and use of a toe clip on the knee frontal plane biomechanics during stationary cycling. A total of 32 participants (11 varus, 11 neutral, and 10 valgus alignment) performed five trials in each of six cycling conditions: pedaling at 80 rpm and 0.5 kg (40 Watts), 1.0 kg (78 Watts), and 1.5 kg (117 Watts) with and without a toe clip. A motion analysis system and a customized instrumented pedal were used to collect 3D kinematic and kinetic data. A 3 × 2 × 3 (group × toe clip × workload) mixed design ANOVA was used for statistical analysis (p < 0.05). There were two different knee frontal plane loading patterns, internal abduction and adduction moment, which were affected by knee alignment type. The knee adduction angle was 12.2° greater in the varus group compared to the valgus group (p = 0.001), yet no difference was found for KAM among groups. Wearing a toe clip increased the knee adduction angle by 0.95º (p = 0.005). The findings of this study indicate that stationary cycling may be a safe exercise prescription for people with knee malalignments. In addition, using a toe clip may not have any negative effects on knee joints during stationary cycling.

  5. It is time for a better clip applier - 3 mm, percutaneous, non-crushing and locking.

    Science.gov (United States)

    Yuval, Jonathan B; Weiss, Daniel J; Paz, Adrian; Bachar, Yehuda; Brodie, Ronit; Shapira, Yinon; Mintz, Yoav

    2017-10-06

    Since the advent of laparoscopy there have been attempts to minimize abdominal wall incisions. For this purpose smaller instruments have been produced. Our aim was to develop the first 3 mm percutaneous clip applier and to make it better than the standard clips of today. The ClipTip clip is made of Nitinol and has a crocodile shaped jaws, which when apposed effectively seal vessels. The shaft operates as a retractable needle permitting percutaneous insertion. Closing, reopening and reclosing is possible. The physical properties of the device were compared to three commercially available clip appliers. Surgeries were performed on porcine animals by experienced surgeons. In comparison to available clips, the superiority of the ClipTip is a combination of wide effective length alongside the ability to withstand strong forces. In live animal studies the Cliptip was inserted into the peritoneal cavity without any injuries. Vessels were ligated successfully and no clip dislodgement or leakage occurred. We developed the next generation clip applier with better properties. Advantages include its length, the needleoscopic caliber, non-crushing effect, locking mechanism and wide aperture. The device has performed safely and effectively in pre-clinical tests. Further studies are planned in humans.

  6. Laserjet Printer Troubleshooting Expert System | Adesola | West ...

    African Journals Online (AJOL)

    This paper model an expert system called LAPTEX for troubleshooting LaserJet printers' faults. Today, with the innumerable advances in information technologies, computerizing printer's fault troubleshooting and identifying faults is far becoming so vital. Also, printers' fault detection is a complicated process that requires a ...

  7. Developing an expert system to control a beam line at the Los Alamos Meson Physics Facility

    International Nuclear Information System (INIS)

    Clearwater, S.H.; Papcun, G.; Clark, D.A.

    1985-01-01

    High energy particle experiments require an accelerator as a source of high energy particles. To increase the productivity of an accelerator facility, we wish to develop an expert system to control beam lines. Expert Systems are a branch of Artificial Intelligence where a computer program performs tasks requiring human expertise. Unlike most expert systems we have a physical model underlying our beam line and this model can be used with the expert system to improve performance. The development of the expert system will lead to an increased understanding of the beam line as well as the possibility of state-of-the-art expert system building

  8. Accident diagnosis system based on real-time decision tree expert system

    Science.gov (United States)

    Nicolau, Andressa dos S.; Augusto, João P. da S. C.; Schirru, Roberto

    2017-06-01

    Safety is one of the most studied topics when referring to power stations. For that reason, sensors and alarms develop an important role in environmental and human protection. When abnormal event happens, it triggers a chain of alarms that must be, somehow, checked by the control room operators. In this case, diagnosis support system can help operators to accurately identify the possible root-cause of the problem in short time. In this article, we present a computational model of a generic diagnose support system based on artificial intelligence, that was applied on the dataset of two real power stations: Angra1 Nuclear Power Plant and Santo Antônio Hydroelectric Plant. The proposed system processes all the information logged in the sequence of events before a shutdown signal using the expert's knowledge inputted into an expert system indicating the chain of events, from the shutdown signal to its root-cause. The results of both applications showed that the support system is a potential tool to help the control room operators identify abnormal events, as accidents and consequently increase the safety.

  9. An expert system for PWR core operation management

    Energy Technology Data Exchange (ETDEWEB)

    Ida, Toshio; Masuda, Masahiro; Nishioka, Hiromasa

    1988-01-01

    Planning for restartup after planned or unplanned reactor shutdown and load-follow operations is an important task in the core operation management of pressurized water reactors (PWRs). These planning problems have been solved by planning experts using their expertise and the computational prediction of core behavior. Therefore, the quality of the plan and the time consumed in the planning depend heavily on the skillfulness of the planning experts. A knowledge engineering approach has been recently considered as a promising means to solve such complicated planning problems. Many knowledge-based systems have been developed so far, and some of them have already been applied because of their effectiveness. The expert system REPLEX has been developed to aid core management engineers in making a successful plan for the restartup or the load-follow operation of PWRs within a shorter time. It can maintain planning tasks at a high-quality level independent of the skillfulness of core management engineers and enhance the efficiency of management. REPLEX has an explanation function that helps user understanding of plans. It could be a useful took, therefore, for the training of core management engineers.

  10. An expert system for PWR core operation management

    International Nuclear Information System (INIS)

    Ida, Toshio; Masuda, Masahiro; Nishioka, Hiromasa.

    1988-01-01

    Planning for restartup after planned or unplanned reactor shutdown and load-follow operations is an important task in the core operation management of pressurized water reactors (PWRs). These planning problems have been solved by planning experts using their expertise and the computational prediction of core behavior. Therefore, the quality of the plan and the time consumed in the planning depend heavily on the skillfulness of the planning experts. A knowledge engineering approach has been recently considered as a promising means to solve such complicated planning problems. Many knowledge-based systems have been developed so far, and some of them have already been applied because of their effectiveness. The expert system REPLEX has been developed to aid core management engineers in making a successful plan for the restartup or the load-follow operation of PWRs within a shorter time. It can maintain planning tasks at a high-quality level independent of the skillfulness of core management engineers and enhance the efficiency of management. REPLEX has an explanation function that helps user understanding of plans. It could be a useful took, therefore, for the training of core management engineers

  11. Inducing negative affect using film clips with general and eating disorder-related content.

    Science.gov (United States)

    Koushiou, Maria; Nicolaou, Kalia; Karekla, Maria

    2018-02-09

    The aim of the present study was to select appropriate film clips with a general vs. eating disorder (ED)-related content to induce negative affect. More specifically, the study examined the subjective emotional experience (valence, arousal, anxiety, induction of somatic symptoms, and ability to control reactions during film clips) of Greek-Cypriot university students (N = 79) in response to three types of film clips: general unpleasant, ED-specific unpleasant, and emotionally neutral. In addition, the study aimed to compare the emotional reactions to the aforementioned clips between two groups of participants differing on their risk for ED (high vs. low). Preliminary results indicate the clips with general content ("The Champ") and with ED-specific content ("Binge eating") that are most effective in inducing negative affect and differentiating between risk groups. These clips provide an effective method for emotion induction that can be used for assessing the emotional experience of individuals with ED symptoms, since their emotional experience is significantly implicated in the development and maintenance of their symptoms (Merwin, Clin Psychol Sci Pract 18(3):208-214, 2011).Level of evidence No level of evidence, Experimental Study.

  12. SOCIOLINGUISTIC IMPORT OF NAME-CLIPPING AMONG ...

    African Journals Online (AJOL)

    NGOZI

    2013-02-27

    Feb 27, 2013 ... experiences which, most of the times, encompass cultural and philosophical ... The art of name clipping goes way back in language history ... describes Akan names as “iconic representation of complete social variables that ...

  13. Expert system technology to support emergency response: its prospects and limitations

    International Nuclear Information System (INIS)

    Belardo, S.; Wallace, W.A.

    1988-01-01

    The capabilities for computer technologies to provide decision support in emergency response are now well recognized. The information flow prior to, during, and after potentially catastrophic events must be managed in order to have effective response. We feel strongly that computer technology can be a crucial component in this management process. We will first review a relatively new facet of computer technology - expert systems. We will then provide a conceptual framework for decision making under crisis, a situation typified by emergency response. We follow with a discussion of a prototype expert system for response to an accident at a nuclear power generation facility. Our final section discusses the potential advantages and limitations of expert system technology in emergency response. (author)

  14. REACTOR: an expert system for diagnosis and treatment of nuclear reactor accidents

    International Nuclear Information System (INIS)

    Nelson, W.R.

    1982-01-01

    REACTOR is an expert system under development at EG and G Idaho, Inc., that will assist operators in the diagnosis and treatment of nuclear reactor accidents. This paper covers the background of the nuclear industry and why expert system technology may prove valuable in the reactor control room. Some of the basic features of the REACTOR system are discussed, and future plans for validation and evaluation of REACTOR are presented. The concept of using both event-oriented and function-oriented strategies for accident diagnosis is discussed. The response tree concept for representing expert knowledge is also introduced

  15. Expert system reasoning techniques applicable to the electric power industry

    International Nuclear Information System (INIS)

    Touchton, R.A.

    1987-01-01

    This paper describes the applicability of three problem solving paradigms adopted from the artificial intelligence discipline of computer sciences, which have been used in developing nuclear plant expert systems. Each technique is briefly defined and an example is presented that shows how that technique was used in developing an expert system application prototype. The three paradigms and their associated example systems are: (1) rule-based reasoning: reactor emergency action level monitor (REALM) for the Electric Power Research Institute, (2) object-oriented programming: accident diagnosis and prognosis aid for the US Department of Energy, and (3) model-based reasoning: knowledge-based monitoring and control system for the Electric Power Research Institute

  16. An Expert System Helps Students Learn Database Design

    Science.gov (United States)

    Post, Gerald V.; Whisenand, Thomas G.

    2005-01-01

    Teaching and learning database design is difficult for both instructors and students. Students need to solve many problems with feedback and corrections. A Web-based specialized expert system was created to enable students to create designs online and receive immediate feedback. An experiment testing the system shows that it significantly enhances…

  17. Development of nickel hydrogen battery expert system

    Science.gov (United States)

    Shiva, Sajjan G.

    1990-01-01

    The Hubble Telescope Battery Testbed employs the nickel-cadmium battery expert system (NICBES-2) which supports the evaluation of performances of Hubble Telescope spacecraft batteries and provides alarm diagnosis and action advice. NICBES-2 also provides a reasoning system along with a battery domain knowledge base to achieve this battery health management function. An effort to modify NICBES-2 to accommodate nickel-hydrogen battery environment in testbed is described.

  18. Optimizing assessment of sexual arousal in postmenopausal women using erotic film clips.

    Science.gov (United States)

    Ramos Alarcon, Lauren G; Dai, Jing; Collins, Karen; Perez, Mindy; Woodard, Terri; Diamond, Michael P

    2017-10-01

    This study sought to assess sexual arousal in a subgroup of women by identifying erotic film clips that would be most mentally appealing and physically arousing to postmenopausal women. By measuring levels of mental appeal and self-reported physical arousal using a bidirectional scale, we aimed to elucidate the clips that would best be utilized for sexual health research in the postmenopausal or over 50-year-old subpopulation. Our results showed that postmenopausal women did not rate clips with older versus younger actors differently (p>0.05). The mean mental and mean physical scores were significantly correlated for both premenopausal subject ratings (r=0.69, perotic film clips; this knowledge is relevant for design of future sexual function research. Copyright © 2017 Elsevier B.V. All rights reserved.

  19. IDEA-system - a new computer based expert system for incorporation monitoring

    International Nuclear Information System (INIS)

    Doerfel, H.

    2005-01-01

    Full text: There is an increasing number of national and international recommendations and guidelines for incorporation monitoring (ICRP Publications, IAEA Safety Reports, ISO Standards, etc.). These recommendations cover different phases of incorporation monitoring and they provide general requirements for the measuring techniques, the monitoring procedures and for the procedures to evaluate intakes and doses from the monitoring results. There is, however, still a strong need for giving guidance to the dosimetrists on how to apply all the regulations properly. Thus, the EU project IDEAS was launched in order to provide general guidelines for the assessment of internal dose from incorporation monitoring data. These guidelines have recently been discussed in a virtual workshop on the internet (www.ideas-workshop.de) and they are being considered by ICRP for possible adoption in the near future. Recently, in the Karlsruhe Research Centre, a computer-based expert system has been developed for assisting dosimetrists in applying the relevant recommendations and guidelines for incorporation monitoring and internal dosimetry. The expert system gives guidance to the user with respect to: planning of monitoring (estimation of potential exposures, decision on the requirements of monitoring, definition of optimum measuring techniques and monitoring intervals); performing routine and special monitoring and evaluation of primary monitoring results. The evaluation of primary monitoring results is done according to the IDEAS guidelines in a threestage procedure according to the expected level of exposure (E = committed effective dose): standard evaluation with default or site specific parameter values (E 6 mSv). With these well-defined procedures the expert system follows the aim, that all recommendations and guidelines are applied properly and thus: internal exposures of more than 1 mSv are very likely to be detected in all situations; the results in terms of committed effective

  20. Using Expert Systems To Build Cognitive Simulations.

    Science.gov (United States)

    Jonassen, David H.; Wang, Sherwood

    2003-01-01

    Cognitive simulations are runnable computer programs for modeling human cognitive activities. A case study is reported where expert systems were used as a formalism for modeling metacognitive processes in a seminar. Building cognitive simulations engages intensive introspection, ownership and meaning making in learners who build them. (Author/AEF)